﻿.price__infos {
  margin-bottom: 40px;
}
/*価格表記*/
.price__maintitle {
  margin: 0 auto 16px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: max-content;
  text-align: center;
  line-height: 1.8;
}
.price__maintitle sup {
  font-size: 10px;
  vertical-align: text-top;
}
.price__subtitle {
  margin: 0 auto;
  width: max-content;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
.price__infos {
  margin: 60px 0;
  background: #D786B5;
  border-radius: 24px;
  padding: 52px 60px 40px;
  box-shadow: 1px 3px 20px rgba(19, 33, 106, 0.13);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0;
}
.price__infos .slick-list {
  overflow: hidden;
}
.price__infos .slick-list {
  background: #FFF;
  margin: 0 0 0 0;
  border-radius: 20px;
}
.price__info--title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #E1EFF7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0D2D6C;
}
.price__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 32px 0 0 0;
}
.price__info--main {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px 24px;
  box-sizing: border-box;
}
.price__info--images {
  width: 124px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.price__info--image{
  width: 100%;
  max-width: 124px;
}
.price__info--image img {
  width: 100%;
  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;
  font-weight: 600;
  margin: 0 0 8px;
}
.price__info--detail ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #DE8BBB;
  position: absolute;
  top: 10px;
  left: 0;
}
.g_price_ {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(19,33,106,0.1);
}
.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;
  margin: 17px 0 0 0;
  text-decoration: none;
  font-weight: bold;
}
.price__info__button-wrap + .note-btn{
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.price__info {
  width: 410px;
  height: 100%;
  background: #FFF;
  margin: 0 0 0 0;
  border-radius: 20px;
}
.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: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.price__infos .slick-dots{
  bottom: 56px;
}
/*アイコン*/
.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;
}

.g_price_line_ {
  font-size: 2.6rem;
}
.g_price_normal_ .price_title_,
.g_price_line_ .price_title_ {
  font-size: 1.2rem;
}
.g_price_line_ .yen_ {
  font-size: 2.0rem;
  margin: 0;
}
.g_price_normal_ .tax_,
.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;
}
.g_price_normal_.-strikethrough::before {
  display: inline-block;
  content: '';
  width: calc(100% - 55px);
  height: 1px;
  background: #13216A;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.g_price_normal_ .price_{
  color: #13216A;
  font-size: 2.2rem;
  font-weight: bold;
}
.g_price_regular_ .price_{
  color: #E52E58;
  font-size: 2.2rem;
}
/*価格表記*/

@media print, screen and (max-width: 767px) {
  .price__maintitle {
    margin: 0 auto 16px;
    font-size: 18px;
  }
  /*価格*/
  .price__infos {
    margin: 40px 0 40px 0;
    width: unset;
  }
  .price__info {
    max-width: unset;
    width: 100%;
    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;
    height: 34px;
    font-size: 1.4rem;
  }
  .price__info--main {
    padding: 20px 14px 20px 14px;
    gap: 8px;
  }
  .price__info--image {
    width: 110px;
  }
  .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--detail {
    width: calc(100% - 118px);
  }
  .price__info--subtitle {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .price__info--detail ul li {
    font-size: 1.2rem;
  }
  /*アイコン*/
  .price__info--icon .icon_ {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .g_price_ {
    gap: 9px;
  }

  .g_price_line_ {
    font-size: 2.4rem;
    width: max-content;
  }
  .g_price_line_ .price_title_ {
    font-size: 1.2rem;
  }
  .g_price_line_ .yen_,
  .g_price_normal_ .yen_{
    font-size: 1rem;
  }
  .g_price_line_ .tax_,
  .g_price_normal_ .tax_{
    font-size: 0.8rem;
  }
  .g_price_normal_.-strikethrough::before {
    width: calc(100% - 60px);
  }
  .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;
  }
  .price__main {
    flex-direction: column;
    width: 100%;
  }
  /*価格*/
}