@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); } }

body {
  background: none;
  color: #000; }
  body .modal-open {
    overflow-y: hidden; }

body,
h1, h2, h3, h4, h5, h6 {
  font-family: HiraKakuProN-W3; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

.breadcrumb-nav {
  background: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
  margin: 0 calc(50% - 50vw); }
  @media screen and (max-width: 1023px) {
    .breadcrumb-nav {
      font-size: 11px;
      line-height: 17px; } }

.breadcrumb-nav__list {
  list-style: none;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px; }
  @media screen and (max-width: 1023px) {
    .breadcrumb-nav__list {
      padding: 0 20px; } }

.breadcrumb-nav__item {
  padding: 0 15px 0 0;
  margin: 10px 0;
  display: inline;
  line-height: 40px; }
  @media screen and (max-width: 1023px) {
    .breadcrumb-nav__item {
      line-height: 36px; } }
  .breadcrumb-nav__item + .breadcrumb-nav__item {
    padding: 0 15px;
    border-left: 1px solid #cccccc; }

.l-container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .l-container {
      padding: 0 20px; } }
  @media screen and (max-width: 1023px) {
    .l-container {
      padding: 0 20px; } }
  .l-container.banner-none.is-scroll {
    padding: 122px 40px 0; }
    @media screen and (max-width: 1023px) {
      .l-container.banner-none.is-scroll {
        padding: 122px 20px; } }
    @media screen and (max-width: 1023px) {
      .l-container.banner-none.is-scroll {
        padding: 128px 20px 0; } }
  .l-container.is-scroll {
    padding: 152px 40px 0; }
    @media screen and (max-width: 1023px) {
      .l-container.is-scroll {
        padding: 152px 20px; } }
    @media screen and (max-width: 1023px) {
      .l-container.is-scroll {
        padding: 158px 20px 0; } }

.page-title-wrap {
  text-align: center; }

h1.page-title {
  font-size: 30px;
  background: transparent;
  color: #000;
  font-weight: bold;
  margin: 60px 0 40px 0;
  padding: 0;
  left: 0; }
  @media screen and (max-width: 1023px) {
    h1.page-title {
      font-size: 24px;
      margin: 40px 0 20px 0; } }
  h1.page-title::before {
    content: none; }
  h1.page-title::after {
    content: '';
    background: url("../images/icon-title.svg") no-repeat;
    width: 28px;
    height: 4px;
    display: block;
    margin: 20px auto 0 auto; }

.page-wrap {
  max-width: 870px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .page-wrap {
      max-width: 100%; } }

h2.title {
  font-size: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  text-align: center; }

.page-list {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 20px;
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-list-item {
  border-left: 1px solid #ccc;
  padding: 0 20px;
  margin-top: 20px;
  position: relative; }
  .page-list-item:last-child {
    border-right: 1px solid #ccc; }
  .page-list-item.is-active:after {
    background: linear-gradient(to right, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
    height: 1px;
    width: calc(100% - 40px);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px; }

dt {
  color: #000; }

dd {
  margin: 0; }

img {
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

input,
input:focus,
.form-control,
.form-control:focus,
select,
.custom-select {
  color: #000; }

input:-ms-input-placeholder,
input.form-control:-ms-input-placeholder {
  color: #808080; }

input::placeholder,
input.form-control::placeholder {
  color: #808080; }

.form-group {
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .form-group {
      margin-top: 10px; } }

.form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 20px 0 20px 0; }
  @media screen and (max-width: 1023px) {
    .form__row {
      display: block;
      padding: 20px 0; } }

.form__input-withAddInfo {
  width: 100%; }

.form__input-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px; }
  @media screen and (max-width: 1023px) {
    .form__input-wrap {
      display: block;
      width: 100%;
      max-width: 100%;
      margin-top: 10px; } }
  .form__input-wrap.\--flex {
    display: -ms-flexbox;
    display: flex; }
    .form__input-wrap.\--flex .form__input-col--half {
      max-width: 220px; }
      @media screen and (max-width: 1023px) {
        .form__input-wrap.\--flex .form__input-col--half {
          max-width: calc(100% - 105px);
          margin: 0; } }

.form__addInfo {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin: 15px 0 0 0; }
  .form__addInfo ul {
    padding: 0;
    list-style: none;
    margin: 15px 0 0 0; }

.form__addInfo-title {
  font-size: 14px;
  font-weight: 700; }

@media screen and (max-width: 1023px) {
  .form__radio {
    margin: 10px 0 0 0; } }

.form__radio-wrap {
  display: -ms-flexbox;
  display: flex; }

.form__radio-label {
  display: inline; }

.form__title {
  min-width: 184px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 700;
  white-space: nowrap;
  margin: 0 20px 0 0;
  line-height: 40px;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1023px) {
    .form__title {
      margin: 0;
      line-height: 14px; } }
  .form__title .required {
    font-size: 10px;
    background: linear-gradient(120deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
    padding: 5px 7px;
    line-height: 10px;
    color: #ffffff;
    font-weight: 400;
    height: 21px; }

.form__input-col {
  width: 100%; }
  .form__input-col .field-wrapper {
    width: 100%; }

.form__input-col--half {
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 20px) / 2); }
  @media screen and (max-width: 1023px) {
    .form__input-col--half {
      width: 100%; } }
  .form__input-col--half input {
    max-width: 220px; }
    @media screen and (max-width: 1023px) {
      .form__input-col--half input {
        max-width: 100%; } }
  .form__input-col--half:first-child {
    margin: 0 20px 0 0; }
  @media screen and (max-width: 1023px) {
    .form__input-col--half:nth-child(2) {
      margin: 10px 0 0 0; } }
  .form__input-col--half .field-wrapper {
    width: 100%;
    max-width: 220px; }
    @media screen and (max-width: 1023px) {
      .form__input-col--half .field-wrapper {
        max-width: 100%; } }

.form__input-label {
  margin: 0 10px 0 0;
  width: 28px;
  min-width: 28px;
  text-align: right;
  white-space: nowrap;
  line-height: 40px; }
  @media screen and (max-width: 1023px) {
    .form__input-label {
      text-align: left;
      margin: 0 20px 0 0; } }

.form__note {
  margin: 15px 0 0 0;
  font-size: 12px; }

.form-control,
.custom-select {
  font-size: 12px; }

.form-control {
  background: #f7f7f7;
  border: #f7f7f7;
  border-radius: 0px;
  height: 40px; }
  .form-control.is-invalid {
    border: 2px solid #ff0000; }

.invalid-feedback {
  color: #ff0000; }

.custom-select,
.custom-select.is-invalid {
  background-image: url("../images/icon-select-arrow.svg");
  background-size: 6px 10px;
  background-position: center right 10px; }

.custom-select {
  background-color: #ffffff;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  width: 66px; }

.link-under {
  text-decoration: underline;
  text-underline-position: under; }
  .link-under:hover {
    text-decoration: none; }

.blank_link {
  background: url("../images/icon-blank-link.svg") no-repeat;
  background-size: 14px 14px;
  background-position: left center;
  padding: 0 0 0 21px; }

dl, ol, ul {
  margin: 0; }

.visually-hidden {
  display: none; }

.is-break {
  display: inline-block; }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%; }

.popover {
  max-width: none;
  border: none;
  border-radius: 0; }

a {
  color: #000000; }
  a:hover {
    text-decoration: none; }

.blank_link {
  background: url("../images/icon-blank-link.svg") no-repeat;
  background-size: 14px 14px;
  background-position: left center;
  padding: 0 0 0 21px; }

/* チェックボックス */
.custom-checkbox .custom-control-label::before {
  border: 1px solid;
  border-color: #fd4536;
  border-image: linear-gradient(101deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
  background: #ffffff;
  border-image-slice: 1;
  border-radius: 0; }

.custom-control-label {
  left: 21px;
  font-size: 14px;
  line-height: 14px; }

.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  left: -21px;
  display: block;
  top: 0;
  width: 14px;
  height: 14px;
  content: ""; }

.custom-control-input:checked ~ .custom-control-label:before {
  background: #ffffff;
  background-color: #ffffff;
  background-image: linear-gradient(101deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae); }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("../images/icon-check.svg");
  background-size: 10px; }

/* ラジオボタン */
.custom-radio {
  display: none; }
  .custom-radio:checked + .custom-radio__label::after {
    opacity: 1; }

.custom-radio__label {
  cursor: pointer;
  padding: 0 0 0 21px;
  position: relative;
  line-height: 14px;
  margin: 0; }
  .custom-radio__label::before {
    background: url("../images/radio-notchecked.svg");
    content: '';
    height: 14px;
    left: 0;
    position: absolute;
    width: 14px; }
  .custom-radio__label::after {
    background: linear-gradient(135deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
    border-radius: 50%;
    content: '';
    height: 8px;
    top: 3px;
    left: 3px;
    opacity: 0;
    position: absolute;
    width: 8px; }

/* 改行制御 */
@media print, screen and (min-width: 1024px) {
  .br-sp {
    display: none; } }

@media screen and (max-width: 1023px) {
  .br-pc {
    display: none; } }

.cart-step__list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 60px; }
  @media screen and (max-width: 1023px) {
    .cart-step__list {
      font-size: 11px;
      line-height: 36px; } }
  .cart-step__list li {
    width: 182px;
    height: 60px;
    margin-top: 5px;
    background-image: url("../../images/cart-disabled.svg"); }
    @media screen and (max-width: 1023px) {
      .cart-step__list li {
        width: 115px;
        height: 36px;
        background-size: 115px 36px; } }
    .cart-step__list li:first-child {
      background-image: url("../../images/cart-first.svg"); }
    .cart-step__list li + li {
      margin-left: -10px; }
    .cart-step__list li.is-active {
      color: #ffffff;
      background-image: url("../../images/cart-active.svg"); }
      .cart-step__list li.is-active:first-child {
        background-image: url("../../images/cart-first-active.svg"); }

.add-to-cart-messages,
.add-to-wishlist-messages {
  transform: translate(-50%, 0%);
  position: fixed;
  top: 187px;
  left: 50%;
  z-index: 15;
  min-width: 290px; }

.alert {
  border: none;
  border-radius: 4px;
  padding: 17px 12px;
  margin: 0;
  text-align: left; }

.alert-success,
.alert-danger {
  color: #000;
  background: #ff8c9f; }

.add-to-basket-alert {
  box-shadow: none; }

.loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  top: 50%;
  left: 50%;
  margin: -58px 0 0 -59px; }
  .loading > div {
    background: #ffffff;
    height: 100%;
    width: 16px;
    animation: loading 1s infinite ease-in-out; }
  .loading > div + div {
    margin: 0 0 0 18px; }
  .loading .rect1 {
    height: 98px; }
  .loading .rect2 {
    height: 116px;
    animation-delay: -.9s; }
  .loading .rect3 {
    height: 80px;
    animation-delay: -.8s; }
  .loading .rect4 {
    height: 43px;
    animation-delay: -.7s; }

header {
  background: #ffffff;
  border-bottom: 2px solid;
  border-image: linear-gradient(101deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
  border-image-slice: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.l-header__banner {
  background: #000000; }
  .l-header__banner .close-btn {
    background: #ffffff;
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    color: #000000; }
    .l-header__banner .close-btn .icon-close {
      background: url("../images/icon-close.svg") no-repeat;
      background-position: center;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0; }

.l-header__banner-container {
  height: 30px;
  position: relative; }

.l-header__banner-content {
  color: #ffffff;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  font-size: 14px;
  line-height: 30px; }
  @media screen and (max-width: 1023px) {
    .l-header__banner-content {
      font-size: 12px;
      padding: 0 20px; } }

.l-header__banner-link {
  color: #ffffff; }
  .l-header__banner-link:hover {
    color: #ffffff; }

.l-header__nav-wrap {
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 40px 25px 40px; }
  @media screen and (max-width: 1023px) {
    .l-header__nav-wrap {
      height: 142px;
      padding: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.l-header__nav-inner {
  width: 100%;
  position: relative; }

.l-header__nav {
  position: absolute;
  display: -ms-flexbox;
  display: flex; }
  .l-header__nav .l-header__logo {
    width: 271px;
    height: 80px; }
    @media screen and (max-width: 1023px) {
      .l-header__nav .l-header__logo {
        width: 148px; } }
    .l-header__nav .l-header__logo img {
      max-width: 100%;
      max-height: 100%; }
  .l-header__nav:nth-child(1) {
    bottom: 0;
    font-size: 16px;
    height: 40px;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media screen and (max-width: 1023px) {
      .l-header__nav:nth-child(1) {
        display: block;
        position: relative; } }
  .l-header__nav:nth-child(2) {
    right: 0;
    top: 0;
    font-size: 12px; }
    @media screen and (max-width: 1023px) {
      .l-header__nav:nth-child(2) {
        top: 7px; } }

.l-header__search {
  position: relative;
  width: 330px;
  background: #f7f7f7;
  margin: 0 0 0 30px; }
  @media screen and (max-width: 1023px) {
    .l-header__search {
      width: calc(100vw - 40px);
      margin: -10px auto 0; } }
  .l-header__search .icon-search {
    width: 40px;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    background-color: #f7f7f7; }
    .l-header__search .icon-search:before {
      content: '';
      background: url("../../images/icon-search.svg") no-repeat;
      background-size: 16px 16px;
      position: absolute;
      width: 16px;
      height: 16px;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
  .l-header__search .fa-search {
    width: 40px;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    background: #f7f7f7; }
    .l-header__search .fa-search:before {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: linear-gradient(135deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae); }
  .l-header__search .form-control {
    width: 100%;
    padding: 5px 40px 5px 10px; }
    .l-header__search .form-control:hover, .l-header__search .form-control:focus,
    .l-header__search .form-control:hover + button,
    .l-header__search .form-control:focus + button {
      background: #e6e6e6; }
  .l-header__search .search-field {
    font-size: 14px;
    line-height: 14px; }

.l-header__suggest {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  width: 100%; }

.l-header__suggest-container {
  background: #fff;
  padding: 10px; }

.l-header__suggestItems {
  padding: 0; }
  .l-header__suggestItems li {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    height: auto;
    border: none;
    text-align: left; }

.l-header__suggestHeader {
  background: #ebebeb;
  font-size: 10px;
  padding: 8px 5px;
  margin: 20px 0 0 0; }
  .l-header__suggestHeader:first-child {
    margin: 0; }

.l-header__suggestItem {
  font-size: 14px;
  margin: 10px 0 0 0; }
  .l-header__suggestItem a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 12px; }

.l-header__suggestImage {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  margin-right: 10px; }
  .l-header__suggestImage img {
    max-height: 50px;
    max-width: 50px; }

@media print, screen and (min-width: 1024px) {
  .l-header__wishlistLink a:hover,
  .l-header__loginLink a:hover,
  .l-header__cartLink a:hover,
  .l-gnav__nav-item > a:hover,
  .l-gnav__nav-item > span:hover {
    color: #fd4536;
    background: linear-gradient(95deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    text-fill-color: rgba(255, 255, 255, 0); }
    .l-header__wishlistLink a:hover .popover,
    .l-header__loginLink a:hover .popover,
    .l-header__cartLink a:hover .popover,
    .l-gnav__nav-item > a:hover .popover,
    .l-gnav__nav-item > span:hover .popover {
      -moz-text-fill-color: initial;
      -webkit-text-fill-color: initial; } }

@media print, screen and (min-width: 1024px) {
  .ie .l-header__wishlistLink a:hover,
  .ie .l-header__loginLink a:hover,
  .ie .l-header__cartLink a:hover,
  .ie .l-gnav__nav-item:hover,
  .ie .l-gnav__nav-item.conditions-search a:hover {
    color: #ff3f5f;
    background: none; } }

.ie .l-profile__nav-item a:hover {
  color: #ffffff;
  background: transparent;
  -webkit-text-fill-color: #ffffff; }

@media print, screen and (min-width: 1024px) {
  .l-header__wishlistLink,
  .l-header__loginLink {
    margin: 0 28px 0 0; } }

.l-header__wishlistLink i,
.l-header__loginLink i,
.l-header__cartLink i,
.l-header__menu i {
  position: absolute; }
  @media screen and (max-width: 1023px) {
    .l-header__wishlistLink i,
    .l-header__loginLink i,
    .l-header__cartLink i,
    .l-header__menu i {
      position: relative; } }

.l-header__wishlistLink span,
.l-header__loginLink span,
.l-header__cartLink span,
.l-header__menu span {
  margin: 0 0 0 20px; }
  @media screen and (max-width: 1023px) {
    .l-header__wishlistLink span,
    .l-header__loginLink span,
    .l-header__cartLink span,
    .l-header__menu span {
      display: none; } }

.l-header__iconWishlist {
  background: url("../images/icon-wishlist.svg") no-repeat;
  background-size: 18px 15px;
  width: 18px;
  height: 15px;
  display: inline-block; }

.l-header__iconLogin {
  background: url("../images/icon-login.svg") no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block; }
  @media screen and (max-width: 1023px) {
    .l-header__iconLogin {
      margin: 0px 0 3px 0px;
      vertical-align: middle; } }

.l-header__iconCart {
  background: url("../images/icon-cart.svg") no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block; }

.l-header__loginLink {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .l-header__loginLink {
      display: none; } }

.l-profile__nav {
  position: absolute;
  left: 0;
  top: 30px;
  list-style: none;
  z-index: 4;
  background: #000000;
  width: 190px;
  padding: 0;
  display: none; }

.l-profile__nav-item {
  -webkit-text-fill-color: #ffffff; }
  .l-profile__nav-item a {
    color: #ffffff;
    padding: 11px 15px;
    display: block; }
    .l-profile__nav-item a:hover {
      color: #ffffff;
      background: transparent;
      -webkit-text-fill-color: #ffffff; }
  .l-profile__nav-item + .l-profile__nav-item:before {
    content: '';
    border-top: 1px solid #4d4d4d;
    width: calc(100% - 30px);
    right: 0;
    left: 0;
    margin: auto;
    display: block; }

.l-gnav__profile {
  margin: 30px 20px 0px;
  color: #ffffff; }
  @media print, screen and (min-width: 1024px) {
    .l-gnav__profile {
      display: none; } }

.l-gnav__profile-nav {
  list-style: none;
  padding: 0;
  border: 1px solid #4d4d4d;
  font-size: 18px;
  margin: 30px 0 0 0; }

.l-gnav__profile-nav-item {
  line-height: 58px;
  -webkit-text-fill-color: #ffffff; }
  .l-gnav__profile-nav-item a {
    color: #ffffff;
    padding: 0 0 0 10px;
    display: block; }
  .l-gnav__profile-nav-item + .l-gnav__profile-nav-item {
    border-top: 1px solid #4d4d4d; }

.l-gnav__profile-name {
  text-align: center;
  display: block;
  font-size: 14px; }

@media screen and (max-width: 1023px) {
  .l-header__cartLink {
    margin: 0 0 0 15px;
    padding: 0; } }

.l-header__cartLink .minicart-quantity-cycle {
  position: relative;
  display: inline-block; }

.l-header__cartLink .minicart-quantity {
  padding: 0;
  background: #ff3f5f;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 13px;
  position: absolute;
  width: 15px;
  height: 15px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  left: 8px;
  top: -20px;
  display: block;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .l-header__cartLink .minicart-quantity {
      left: -10px;
      top: -25px; } }

.l-header__cartLink:hover .minicart-quantity-cycle {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff; }

.l-header__menu {
  display: none;
  background-color: transparent;
  border: 1px solid transparent;
  background: url("../images/icon-bars.svg") no-repeat;
  width: 20px;
  height: 18px; }
  @media screen and (max-width: 1023px) {
    .l-header__menu {
      display: block;
      margin: 0 0 0 15px;
      padding: 0; } }
  .l-header__menu span {
    display: none; }

.minicart .popover {
  max-width: initial;
  min-height: initial;
  min-width: initial;
  max-height: initial;
  width: 330px;
  top: 16px;
  z-index: 5; }

.minicart .product + .product {
  margin: 10px 0 0 0; }

.minicart .attribute {
  display: none; }

.minicart .quantity-label {
  font-size: 10px;
  word-break: keep-all; }

.minicart .quantity-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.minicart .quantity {
  width: 66px;
  height: 28px;
  margin: 0 0 0 5px; }

.minicart .remove-btn {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 20px;
  margin: 0; }
  .minicart .remove-btn .icon-close {
    background: url("../images/icon-close.svg") no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0; }

.minicart .product-summary__header .item-title {
  display: none; }

.minicart .product-summary__header .bundle-price-summary {
  display: none; }

.minicart .product-summary__item-info {
  display: block; }

.minicart .product-summary__item {
  padding: 10px;
  background: #f7f7f7;
  position: relative; }
  .minicart .product-summary__item.bundle-item {
    margin: 0;
    padding-bottom: 58px; }
    .minicart .product-summary__item.bundle-item + .bundle-item {
      margin: 10px 0 0 0; }
    .minicart .product-summary__item.bundle-item .product-summary__item-title {
      max-width: 260px; }
    .minicart .product-summary__item.bundle-item .item-title {
      display: block; }
    .minicart .product-summary__item.bundle-item .product-summary__item-info .product-summary__item-title {
      display: none; }
  .minicart .product-summary__item + .product-summary__item {
    margin-top: 10px; }

.minicart .product-summary__item-title {
  display: block;
  font-size: 12px;
  line-height: 15px;
  max-width: 195px; }

.minicart .line-item-attributes {
  display: none; }

.minicart .product-summary__item-top-title {
  display: none; }

.minicart .product-summary__item-price-summary.bundle-price-summary {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px); }

.minicart .product-summary__item-unit-price,
.minicart .product-summary__item-quantity,
.minicart .product-summary__item-total-price {
  line-height: 28px; }

.minicart .product-summary__item-unit-price .-tax {
  display: none; }

.minicart .product-summary__item-details {
  margin-top: 0; }

.minicart .product-summary__bundle-item {
  margin: 10px 0 0 0; }
  .minicart .product-summary__bundle-item .product-summary__item-title {
    max-width: 100% !important;
    display: block; }

.minicart .product-summary__item-image {
  width: 50px;
  height: 50px;
  text-align: center; }
  .minicart .product-summary__item-image img {
    width: 50px;
    height: 50px; }

.minicart .line-item-status {
  margin-top: 10px;
  font-size: 10px;
  line-height: 10px; }

.minicart .line-item-attribute {
  margin: 0; }
  .minicart .line-item-attribute + .line-item-attribute {
    margin-top: 6px; }

/* 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); } }

/* COLOR */
/* FONT WEGIHT */
.product-summary__item {
  background: #f7f7f7;
  position: relative; }

.product-summary__item-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700; }

.product-summary__item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .product-summary__item-info {
      display: block; } }

.product-summary__item-details {
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 0; }

.product-summary__item-attributes {
  margin: 0 0 0 15px;
  font-size: 12px;
  line-height: 12px; }
  .product-summary__item-attributes .line-item-attributes {
    margin: 0; }
    .product-summary__item-attributes .line-item-attributes + .line-item-attributes {
      margin: 10px 0 0 0; }

.product-summary__bundle-item .product-summary__item-attributes {
  margin: 0; }

.product-summary__item-price-summary {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #e6e6e6;
  font-size: 10px;
  line-height: 10px;
  height: auto;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.line-item-total-text {
  font-size: 12px; }

.product-summary__item-pricing-info {
  margin: 0 5px 0 0; }

.product-summary__item-unit-price,
.product-summary__item-quantity,
.product-summary__item-total-price {
  border: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .product-summary__item-unit-price,
    .product-summary__item-quantity,
    .product-summary__item-total-price {
      width: 100%; } }

.product-summary__item-total-price {
  -ms-flex-pack: end;
      justify-content: flex-end; }

@media screen and (max-width: 1023px) {
  .product-summary__item-quantity {
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .product-summary__item-quantity .pricing-info {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content; } }

.product-summary__item-quantity .pricing-info .label,
.product-summary__item-quantity .pricing-info .value {
  display: block; }

.product-summary__item-unit-price .price {
  color: #ff3f5f; }

.product-summary__item-unit-price .\--small {
  font-size: 10px; }

.product-summary__item-total-price .pricing {
  color: #ff3f5f; }

.total-summary__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 0 0 auto;
  border-bottom: 1px solid #e6e6e6; }
  @media screen and (max-width: 1023px) {
    .total-summary__row {
      width: 100%; } }
  .total-summary__row.shipping-coupon {
    display: block;
    border: none;
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 12px; }
  .total-summary__row.hide-shipping-coupon, .total-summary__row.hide-order-discount, .total-summary__row.hide-shipping-discount {
    display: none; }
  .total-summary__row .label,
  .total-summary__row .value {
    margin: 0;
    padding: 15px 0 9px 0; }
  .total-summary__row .value {
    color: #f05163; }

.l-header__minicart {
  position: absolute;
  background: #ffffff;
  padding: 15px;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  z-index: 9999; }
  .l-header__minicart .l-header__minicart-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .l-header__minicart .l-header__minicart-title {
    font-size: 12px;
    font-weight: bold; }
  .l-header__minicart .l-header__minicart-showCart {
    font-size: 10px; }
  .l-header__minicart .l-header__minicart-products {
    margin: 5px 0 0 0;
    max-height: 200px;
    overflow-y: scroll; }
  .l-header__minicart .l-header__minicart-product {
    background: #f7f7f7;
    padding: 10px;
    margin: 10px 0 0 0;
    position: relative; }
  .l-header__minicart .l-header__minicart-productDetail {
    display: -ms-flexbox;
    display: flex; }
  .l-header__minicart .l-header__minicart-image img {
    width: 50px;
    height: 50px; }
  .l-header__minicart .l-header__minicart-name {
    font-size: 12px;
    font-weight: bold; }
  .l-header__minicart .remove-line-item {
    position: absolute;
    right: 10px;
    top: 10px; }
  .l-header__minicart .l-header__minicart-attributes {
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    margin: 2px 0 0 0; }
  .l-header__minicart .l-header__minicart-productPricing {
    margin: 10px 0 0 0;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 10px; }
    .l-header__minicart .l-header__minicart-productPricing .price,
    .l-header__minicart .l-header__minicart-productPricing .pricing {
      color: #ff3f5f; }
  .l-header__minicart .l-header__minicart-totals {
    margin: 25px 0 0 0; }
  .l-header__minicart .l-header__minicart-subtotals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .l-header__minicart .l-header__minicart-subtotals .label {
      font-weight: bold;
      font-size: 11px; }
    .l-header__minicart .l-header__minicart-subtotals .value {
      font-size: 16px;
      color: #ff3f5f; }
  .l-header__minicart .btn-primary {
    width: 100%;
    margin: 15px 0 0 0; }

.l-gnav {
  margin: 0 0 0 38px;
  border-left: 1px solid #e6e6e6;
  background: #ffffff;
  z-index: 4; }
  @media screen and (max-width: 1023px) {
    .l-gnav {
      margin: 0;
      border: none;
      position: fixed;
      left: -100%;
      top: 0;
      bottom: 0;
      transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
      display: block;
      max-width: 100%;
      background: #000000;
      opacity: .9;
      width: 100%; } }
  @media screen and (max-width: 1023px) {
    .l-gnav.in {
      min-width: 50%;
      left: 0; } }
  .l-gnav.in .show > .l-gnav__dropdown-menu {
    left: 0;
    padding: 0 15px 50px; }
    .l-gnav.in .show > .l-gnav__dropdown-menu--scroll {
      overflow-y: scroll; }
  .l-gnav.in .l-gnav__dropdown-menu {
    position: absolute;
    left: -200%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    padding: 0 15px; }
  @media screen and (max-width: 1023px) {
    .l-gnav li > .l-gnav__close {
      margin: 0 0 30px 0; } }
  .l-gnav li > .l-gnav__close button {
    margin: 30px 0 0 0;
    padding: 0 0 0 13px;
    background: url("../images/icon-l-arrow.svg") no-repeat left;
    color: #ffffff;
    border: none;
    -webkit-text-fill-color: #ffffff; }

.l-gnav__navbar {
  padding: 0; }
  .l-gnav__navbar > .back {
    display: none; }

.l-gnav__menu-group {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.l-gnav__navbar-nav {
  display: table;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  @media screen and (max-width: 1023px) {
    .l-gnav__navbar-nav {
      margin: 30px 20px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 1023px) {
    .l-gnav__navbar-nav a,
    .l-gnav__navbar-nav span {
      color: #ffffff; } }

@media screen and (max-width: 1023px) {
  .l-gnav__nav-item,
  .l-gnav__dropdown-item {
    font-size: 18px; } }

.l-gnav__nav-item {
  width: 265px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  display: table-cell;
  white-space: nowrap;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .l-gnav__nav-item {
      width: 100%;
      border-right: none;
      border-top: 1px solid #4d4d4d;
      text-align: left;
      display: block;
      position: static; } }
  .l-gnav__nav-item #titlelist, .l-gnav__nav-item.conditions-search,
  .l-gnav__nav-item .top-category {
    font-weight: 700; }
  @media screen and (max-width: 1023px) {
    .l-gnav__nav-item.l-gnav__dropdown, .l-gnav__nav-item.conditions-search {
      background: url("../images/icon-r-arrow.svg") no-repeat right; } }
  @media print, screen and (min-width: 1024px) {
    .l-gnav__nav-item.wishlist, .l-gnav__nav-item.login {
      display: none; } }

.l-gnav__nav-link {
  display: block;
  padding: 8px 0; }
  @media screen and (max-width: 1023px) {
    .l-gnav__nav-link {
      padding: 0;
      line-height: 90px; } }
  .l-gnav__nav-link::after {
    content: none; }

.l-gnav__footer {
  padding: 40px 0 0 0;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #4d4d4d; }
  @media print, screen and (min-width: 1024px) {
    .l-gnav__footer {
      display: none; } }
  .l-gnav__footer button {
    background: transparent;
    border: none;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
  .l-gnav__footer .icon-close {
    background: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative; }
    .l-gnav__footer .icon-close::after {
      content: "";
      background: url("../images/icon-close.svg") no-repeat;
      text-rendering: auto;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 8px;
      height: 8px; }

.l-gnav__close-txt {
  display: inline-block;
  line-height: 20px;
  -webkit-text-fill-color: #ffffff; }

.l-gnav__dropdown-menu {
  -webkit-text-fill-color: #ffffff;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  display: none;
  width: 190px;
  padding: 0;
  font-size: 12px;
  list-style: none; }
  .l-gnav__dropdown-menu.show {
    display: block; }
  @media print, screen and (min-width: 1024px) {
    .l-gnav__dropdown-menu--scroll {
      max-height: 300px;
      overflow-y: scroll; } }

.l-gnav__dropdown-item {
  padding: 0;
  clear: both;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .l-gnav__dropdown-item {
      position: static; } }
  .l-gnav__dropdown-item:hover {
    background: transparent; }
    @media print, screen and (min-width: 1024px) {
      .l-gnav__dropdown-item:hover {
        background: #444444; } }
  @media print, screen and (min-width: 1024px) {
    .l-gnav__dropdown-item:last-child {
      border-bottom: none; } }
  .l-gnav__dropdown-item a:hover {
    color: #ffffff; }
  @media print, screen and (min-width: 1024px) {
    .l-gnav__dropdown-item.l-gnav__dropdown.show {
      background: #444444; } }
  .l-gnav__dropdown-item.top-category .l-gnav__nav-link,
  .l-gnav__dropdown-item.top-category .l-gnav__dropdown-link {
    background: none;
    line-height: 80px; }
  @media print, screen and (min-width: 1024px) {
    .l-gnav__dropdown-item + .l-gnav__dropdown-item:before {
      content: '';
      width: 160px;
      height: 1px;
      display: block;
      margin: 0 auto;
      border-top: 1px solid #4d4d4d; } }
  @media screen and (max-width: 1023px) {
    .l-gnav__dropdown-item + .l-gnav__dropdown-item {
      border-top: 1px solid #4d4d4d; } }
  @media print, screen and (min-width: 1024px) {
    .l-gnav__dropdown-item > .l-gnav__dropdown-menu {
      right: -380px;
      top: 0; } }

.l-gnav__dropdown-link {
  padding: 0;
  line-height: 40px;
  color: #ffffff;
  background: url("../images/icon-r-arrow.svg") no-repeat;
  background-position: right 15px center;
  display: block;
  padding: 0 15px; }
  @media screen and (max-width: 1023px) {
    .l-gnav__dropdown-link {
      line-height: 90px;
      background-position: right center;
      padding: 0; } }
  .l-gnav__dropdown-link span {
    max-width: 150px;
    display: block;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .l-gnav__dropdown-link span {
        max-width: calc(100% - 15px); } }

footer {
  background: #ffffff;
  padding: 0;
  margin: 100px 0 0 0; }
  @media screen and (max-width: 1023px) {
    footer {
      margin: 60px 0 0 0; } }

.l-footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 88px 40px 46px 40px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .l-footer__container {
      padding: 50px 0 63px 0; } }

.l-footer__links {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1023px) {
    .l-footer__links {
      display: block;
      text-align: center; } }
  .l-footer__links li {
    padding: 0 30px 0 0; }
    @media screen and (max-width: 1023px) {
      .l-footer__links li {
        padding: 0; } }
    @media screen and (max-width: 1023px) {
      .l-footer__links li + li {
        padding: 15px 0 0 0; } }
    .l-footer__links li:nth-child(6) {
      padding: 0 10px 0 0; }
      @media screen and (max-width: 1023px) {
        .l-footer__links li:nth-child(6) {
          padding: 25px 10px 0 0;
          display: inline-block; } }
    .l-footer__links li:last-child {
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .l-footer__links li:last-child {
          display: inline-block; } }

.l-footer__footer {
  margin: 65px 0 0 0; }
  @media screen and (max-width: 1023px) {
    .l-footer__footer {
      margin: 25px 0 0 0; } }

.l-footer__copyright {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: 700; }

.l-footer__onetrust {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  text-decoration: underline; }

.l-footer__twitter,
.l-footer__facebook {
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.l-footer__twitter {
  background: #069ff5; }

.l-footer__facebook {
  background: #3d5a98; }

.l-footer__back-to-top {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #000;
  position: absolute;
  top: 0;
  right: 40px; }
  @media screen and (max-width: 1023px) {
    .l-footer__back-to-top {
      right: 0; } }
  .l-footer__back-to-top:hover {
    opacity: .7; }
  .l-footer__back-to-top .icon-top {
    background: url("../../images/icon-arrow-white.svg") no-repeat;
    background-size: 24px 15px;
    background-position: center center;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto; }

.btn-primary,
.btn-secondary {
  width: 250px;
  height: 50px;
  border: none;
  border-radius: 0px;
  margin: 0 auto;
  line-height: 50px;
  padding: 0; }
  .btn-primary:disabled,
  .btn-secondary:disabled {
    opacity: 1; }

.btn-primary,
.btn-secondary,
.c-btn--border {
  box-shadow: none !important; }

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important; }

.btn-primary {
  background: linear-gradient(101deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae); }
  .btn-primary:not(:disabled):hover {
    opacity: .7; }
  .btn-primary:disabled {
    background: #e6e6e6;
    color: #999999; }

.btn-secondary {
  background: #666666; }

.c-btn--border {
  position: relative;
  background: #ffffff;
  border: 4px solid transparent;
  border-left-color: #fd4536;
  border-right-color: #705fae;
  width: 242px;
  height: 50px;
  text-align: center;
  line-height: 42px;
  padding: 0; }
  .c-btn--border::before, .c-btn--border::after {
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -4px;
    height: 4px;
    background: linear-gradient(101deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
    content: ""; }
  .c-btn--border::before {
    top: -4px; }
  .c-btn--border::before {
    bottom: -4px; }
  .c-btn--border:hover {
    opacity: .7; }
  .c-btn--border:disabled {
    opacity: 1;
    color: #999999;
    border-left-color: #999999;
    border-right-color: #999999; }
    .c-btn--border:disabled::before, .c-btn--border:disabled::after {
      background: #999999; }

.l-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  background: linear-gradient(135deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae);
  left: 13px;
  top: 13px;
  border-radius: 50%; }
  .l-arrow::before {
    content: "";
    background: url("../images/icon-l-arrow.svg") no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px; }

.i-cart-white {
  background: url("../images/icon-cart-white.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto; }

.i-wishlist-trans {
  background: url("../images/icon-wishlist-trans.svg");
  width: 18px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto; }

:disabled .i-cart-white {
  background: url("../images/icon-cart-disabled.svg"); }

:disabled .i-wishlist-trans {
  background: url("../images/icon-wishlist-trans-disabled.svg"); }

.modal-dialog {
  max-width: 600px;
  margin: 282px auto 0; }
  @media screen and (max-width: 1023px) {
    .modal-dialog {
      max-width: calc(100% - 40px);
      margin: 30px auto 0; } }

.modal-content {
  padding: 45px 30px 30px;
  border-radius: 0;
  border: none; }
  @media screen and (max-width: 1023px) {
    .modal-content {
      padding: 45px 15px 30px; } }
  .modal-content .btn-primary,
  .modal-content .c-btn--border {
    width: 510px;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .modal-content .btn-primary,
      .modal-content .c-btn--border {
        width: 100%; } }
  .modal-content .btn-primary {
    height: 80px;
    line-height: 80px;
    margin: 30px auto 0; }
    @media screen and (max-width: 1023px) {
      .modal-content .btn-primary {
        margin: 20px auto 0; } }
  .modal-content .c-btn--border {
    margin: 10px auto 0; }

.modal-header {
  padding: 0;
  border: none; }
  .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1; }
    .modal-header .close:hover {
      opacity: 1; }

.modal-text {
  font-size: 18px;
  line-height: 1.56;
  margin: 20px 0 0 0; }
  @media screen and (max-width: 1023px) {
    .modal-text {
      font-size: 14px;
      line-height: 2; } }
  .modal-text--large {
    margin: 0;
    color: #ff3f5f;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.42; }
    @media screen and (max-width: 1023px) {
      .modal-text--large {
        font-size: 18px;
        line-height: 1.89; } }
  .modal-text--bold {
    font-weight: bold; }
  @media screen and (max-width: 1023px) {
    .modal-text--decorate {
      text-decoration: underline;
      -webkit-text-decoration-color: #ff3f5f;
              text-decoration-color: #ff3f5f;
      text-underline-position: under; } }

.prices-add-to-cart-actions {
  position: static; }
