@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  width: auto;
}

.pc {
  display: none;
}
@media (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}

br.sp {
  display: inline;
}
@media (min-width: 1024px) {
  br.sp {
    display: none;
  }
}

.dib {
  display: inline-block;
}

.sup {
  font-size: 0.5em;
  vertical-align: super;
}

.kome {
  font-size: 12px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.comment_box {
  padding: 0 22px 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.comment_box p {
  background-color: #FCF4A8;
  color: #070A5F;
  font-weight: 700;
  border-radius: 10px;
  margin-left: 20px;
  padding: 16px 18px !important;
  position: relative;
}
.comment_box p:before {
  content: "";
  display: inline-block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 13px solid #fcf4a8;
  border-left: 0;
  position: absolute;
  top: 15%;
  left: -12px;
}

/*=========================
MV
==========================*/
.info {
  background-color: #EBEBEB;
  padding: 15px 0 18px;
  text-align: center;
}
.info .info_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

.mv {
  text-align: center;
  background: #C9E0E8;
}
.mv img {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/*=========================
トップリンク
==========================*/
.shop_link {
  background: linear-gradient(0deg, rgb(77, 168, 208) 0%, rgb(3, 83, 152) 100%);
  padding: 15px 0;
  text-align: center;
}
.shop_link a {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}

/*=========================
アイススパーク
==========================*/
#icespark {
  background: url(/-/media/com/c3/top/premium-icespark/img/icespark_bg_img.jpg) center top/contain repeat-y;
  padding: 18px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #icespark {
    padding: 28px 0;
  }
}
@media (min-width: 1024px) {
  #icespark {
    padding: 60px 0 45px;
  }
}
#icespark .video_wrap {
  max-width: 800px;
  margin: 0 auto 17px;
  text-align: center;
}
#icespark .video_article {
  padding-top: 56.25%;
  position: relative;
}
#icespark .video_article iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#icespark .labelless_bnr {
  max-width: 800px;
  margin: 0 auto 17px;
  text-align: center;
}
#icespark .ttl {
  color: #1C6DCC;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background: url(/-/media/com/c3/top/premium-icespark/img/icespark_ttl_bg.png) center/contain no-repeat;
  padding: 15px 0;
  margin: 10px 0 0px;
}
#icespark .ttl span {
  font-size: 1.5em;
}
@media (min-width: 1024px) {
  #icespark .ttl {
    font-size: 24px;
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  #icespark .discomfort_symptom {
    max-width: 660px;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #icespark .symptom_list {
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
}
@media (min-width: 1024px) {
  #icespark .symptom_list {
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
}
#icespark .symptom_list li {
  background-color: #fff;
  padding: 14px 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0 0 10px rgba(67, 138, 198, 0.5);
}
@media (min-width: 1024px) {
  #icespark .symptom_list li {
    flex-direction: column;
    padding: 24px 35px;
  }
}
#icespark .symptom_list li img {
  width: 78px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  #icespark .symptom_list li img {
    width: 125px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#icespark .symptom_list li p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  #icespark .symptom_list li p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
#icespark .symptom_list li:last-child {
  margin-top: 6px;
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  #icespark .symptom_list li:last-child {
    margin-top: 0;
    flex-direction: column;
  }
}
#icespark .symptom_list li:last-child img {
  margin-right: 0;
  margin-left: 5px;
}
#icespark .solve_item {
  margin-bottom: 30px;
}
#icespark .solve_item .lead {
  color: #3E5C86;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding-top: 15px;
}
@media (min-width: 1024px) {
  #icespark .solve_item .lead {
    font-size: 38px;
  }
}
#icespark .solve_item .lead span {
  font-size: 0.71em;
}
#icespark .solve_item .lead:before {
  content: "";
  display: block;
  width: 180px;
  height: 30px;
  background: url(/-/media/com/c3/top/premium-icespark/img/arrow.png) center/contain no-repeat;
  margin: 0 auto 10px;
}
@media (min-width: 1024px) {
  #icespark .solve_item .lead:before {
    margin: 40px auto 15px;
  }
}
#icespark .solve_item .description_img {
  margin: -15px -15px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #icespark .solve_item .description_img {
    margin: 0 12px 0 0;
  }
}
@media (min-width: 1024px) {
  #icespark .solve_item .description_img {
    margin: 0 auto 15px;
    max-width: 660px;
  }
}
#icespark .ice_veil {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(67, 138, 198, 0.5);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #icespark .ice_veil {
    max-width: 85%;
    margin: 0 auto 10px;
  }
}
@media (min-width: 1024px) {
  #icespark .ice_veil {
    display: flex;
  }
}
#icespark .ice_veil > .spimg {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(65, 123, 203) 85%, rgb(33, 95, 180) 100%);
  border-radius: 10px 10px 0 0;
}
@media (min-width: 1024px) {
  #icespark .ice_veil > .spimg {
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(65, 123, 203) 85%, rgb(33, 95, 180) 100%);
    border-radius: 10px 0 0 10px;
    flex-basis: 55%;
    padding: 0 40px 0 20px;
    position: relative;
  }
  #icespark .ice_veil > .spimg img {
    position: relative;
    z-index: 1;
    transform: translateY(20px);
  }
  #icespark .ice_veil > .spimg:before {
    content: "";
    background: url(/-/media/com/c3/top/premium-icespark/img/ice_veil_ttl_bg.png) left center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#icespark .ice_veil p {
  padding: 22px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  #icespark .ice_veil p {
    font-size: 18px;
    line-height: 1.7;
    padding: 0;
  }
}
#icespark .ice_veil p small {
  font-size: 0.75em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #icespark .ice_veil .txt_box .txt_box {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  #icespark .ice_veil .txt_box {
    padding: 40px 50px 40px 0;
  }
  #icespark .ice_veil .txt_box .comment_box {
    margin-top: 24px;
    padding: 0;
  }
}

/*=========================
3つの特徴
==========================*/
#feature {
  background: linear-gradient(0deg, rgb(0, 82, 132) 0%, rgb(65, 165, 224) 15%, rgb(0, 144, 226) 25%, rgb(147, 206, 243) 50%, rgb(222, 241, 255) 90%, rgb(108, 203, 255) 100%);
  font-family: "Noto Serif JP", sans-serif;
}
#feature .ttl {
  font-size: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-shadow: 0 0 13px #160E55;
  padding: 5px 0;
  background: linear-gradient(90deg, rgb(188, 137, 0) 0%, rgb(232, 196, 66) 10%, rgb(250, 230, 129) 20%, rgb(232, 196, 66) 30%, rgb(221, 185, 62) 70%, rgb(188, 137, 0) 100%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #feature .ttl {
    padding: 10px 0;
  }
}
@media (min-width: 1024px) {
  #feature .ttl {
    font-size: 40px;
    padding: 13px 0 10px;
  }
}
#feature .ttl em {
  font-size: 1.25em;
  line-height: 1.1;
}
#feature > .container {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #feature > .container {
    max-width: 90%;
  }
}
#feature .feature_point_box {
  background: linear-gradient(90deg, rgb(202, 223, 239) 0%, rgb(234, 249, 252) 10%, rgb(255, 255, 255) 50%, rgb(233, 242, 244) 90%, rgb(202, 223, 239) 100%);
  border: 1px solid #fff;
  position: relative;
  margin-top: 55px;
  padding-bottom: 20px;
}
#feature .feature_point_box:before {
  content: "";
  background: url(/-/media/com/c3/top/premium-icespark/img/feature_point_box_head.svg) bottom center/contain no-repeat;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 36px;
  z-index: 0;
}
#feature .feature_point_box .container {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
#feature .feature_point_box .num {
  color: #474D52;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.5;
  margin-top: -16px;
}
#feature .feature_point_box .num span {
  display: block;
  font-size: 2.6em;
  line-height: 1;
}
#feature .feature_point_box h3 {
  color: #3E5C86;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding-top: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  #feature .feature_point_box h3 {
    font-size: 37px;
    padding-top: 30px;
  }
}
#feature .feature_point_box h3 .white {
  color: #fff;
  text-shadow: 0 0 6px #247CD3, 0 0 6px #247CD3, 0 0 6px #247CD3;
}
#feature .feature_point_box .img {
  margin: 20px 0;
}
#feature .feature_point_box .txt {
  color: #3E5C86;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #feature .feature_point_box .txt {
    font-size: 32px;
  }
}
#feature .feature_point_box .kome {
  color: #474D52;
}
#feature .feature_point_box.point1 {
  margin-top: 35px;
}
#feature .feature_point_box.point1 .img {
  margin: 0 -20px;
  overflow: hidden;
}
#feature .feature_point_box.point1 .img img {
  transform: scale(1.4);
}
@media (min-width: 1024px) {
  #feature .feature_point_box.point1 .img {
    margin: 0 auto -30px;
    overflow: visible;
  }
  #feature .feature_point_box.point1 .img img {
    transform: scale(1);
  }
}
#feature .feature_point_box.point2:after {
  content: "";
  background: url(/-/media/com/c3/top/premium-icespark/img/feature_point2_bg.png) center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #feature .feature_point_box.point2:after {
    background-image: url(/-/media/com/c3/top/premium-icespark/img/feature_point2_bg_pc.png);
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  #feature .feature_point_box.point2:after {
    background: url(/-/media/com/c3/top/premium-icespark/img/feature_point2_bg_pc.png) center top/contain no-repeat;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  #feature .feature_point_box.point2 .img {
    max-width: 660px;
    margin: 20px auto;
  }
  #feature .feature_point_box.point2 .img img {
    width: 100%;
  }
}
#feature .feature_point_box.point3 h3 {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #feature .feature_point_box.point3 h3 {
    font-size: 23px;
  }
}
@media (min-width: 1024px) {
  #feature .feature_point_box.point3 h3 {
    font-size: 26px;
  }
}
#feature .feature_point_box.point3 .img {
  max-width: 182px;
  margin: 10px auto 20px;
}
@media (min-width: 1024px) {
  #feature .feature_point_box.point3 .img {
    max-width: 200px;
  }
}
#feature .feature_point_box.point3 .comment_box {
  padding: 0;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  #feature .feature_point_box.point3 .comment_box {
    max-width: 570px;
    margin: auto;
  }
}
#feature .feature_point_box.point3 .comment_box p {
  margin-left: 0;
  margin-right: 20px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  #feature .feature_point_box.point3 .comment_box p {
    font-size: 18px;
    padding: 20px 30px;
  }
}
#feature .feature_point_box.point3 .comment_box p:before {
  border-left: 13px solid #fcf4a8;
  border-right: 0;
  left: auto;
  right: -12px;
}
#feature .feature_point_box.point3 .comment_box p strong {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #fff 0%);
}
#feature .point4 {
  background: url(/-/media/com/c3/top/premium-icespark/img/feature_point4_bg_sp.png) center bottom/cover no-repeat;
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #feature .point4 {
    max-width: none;
    background-image: url(/-/media/com/c3/top/premium-icespark/img/feature_point4_bg.png);
  }
}
@media (min-width: 1024px) {
  #feature .point4 {
    background-image: url(/-/media/com/c3/top/premium-icespark/img/feature_point4_bg.png);
  }
}
#feature .point4 .img {
  max-width: 250px;
  margin: 0 auto 15px;
}
#feature .point4 .img img {
  transform: translateX(-10px);
}
#feature .point4 a {
  display: block;
  width: 270px;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.2;
  color: #1C6DCC;
  background-color: #fff;
  text-align: center;
  padding: 13px 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
#feature .point4 a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-top: 1px solid #1C6DCC;
  border-right: 1px solid #1C6DCC;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 20px;
}

/*=========================
BOTTOM LINK
==========================*/
.bottom_link {
  background: linear-gradient(305deg, rgb(202, 204, 219) 0%, rgb(208, 208, 208) 15%, rgb(255, 255, 255) 25%, rgb(227, 227, 227) 35%, rgb(178, 174, 174) 70%, rgb(185, 185, 185) 85%, rgb(168, 168, 168) 100%);
  padding: 12px 0 46px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bottom_link {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .bottom_link {
    padding: 11px 0;
  }
}
.bottom_link .link_list {
  max-width: 270px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bottom_link .link_list {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .bottom_link .link_list {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
  }
}
.bottom_link .link_list li {
  margin: 20px 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bottom_link .link_list li {
    margin: 0 6px;
  }
}
@media (min-width: 1024px) {
  .bottom_link .link_list li {
    margin: 0 6px;
  }
}
.bottom_link .link_list li a {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  text-align: center;
}
.bottom_link .link_list li a img {
  width: 270px;
}
.bottom_link .link_list li:first-of-type span {
  display: inline-block;
  padding: 0 0 0 36px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bottom_link .link_list li:first-of-type span {
    padding: 0 36px;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .bottom_link .link_list li:first-of-type span {
    padding: 0 36px 0 38px;
    white-space: nowrap;
  }
}
.bottom_link .link_list li:first-of-type span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/-/media/com/c3/top/premium-icespark/img/mini_basket.svg);
  width: 26px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}

/*=========================
USES
==========================*/
.uses {
  background: linear-gradient(180deg, rgb(229, 235, 248) 0%, rgb(242, 242, 247) 50%, rgb(226, 230, 253) 100%);
}
@media (min-width: 1024px) {
  .uses {
    padding: 24px 0;
  }
}
.uses .uses_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .uses .uses_inner {
    flex-direction: row;
  }
}
.uses .uses_inner .uses_point {
  width: 100%;
  margin: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0 0;
  box-shadow: 0 0 10px rgba(67, 138, 198, 0.5);
}
@media (min-width: 1024px) {
  .uses .uses_inner .uses_point {
    margin: 0 20px;
  }
}
.uses .uses_inner .uses_point h2 {
  background-color: #3E5C86;
  color: #fff;
  font-size: 24px;
  line-height: 1.16;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  border-radius: 10px 10px 0 0;
  padding: 12px 0;
}
.uses .uses_inner .uses_point .dtl {
  padding: 24px 25px 0;
  text-align: center;
}
.uses .uses_inner .uses_point .dtl img {
  margin: auto;
}
.uses .uses_inner .uses_point .dtl p {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  margin: 18px 0;
  line-height: 1.75;
}
.uses .uses_inner .uses_point .dtl p span {
  display: block;
  font-size: 12px;
}
.uses .uses_inner .uses_point.right {
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .uses .uses_inner .uses_point.right {
    margin-bottom: 0;
  }
  .uses .uses_inner .uses_point.right .dtl img {
    width: 295px;
  }
}

/*=========================
PREMIUM SERIES
==========================*/
.premium_series {
  margin: 25px 0 0;
}
.premium_series .series_inner {
  border: 1px solid #EEEEEE;
  border-radius: 10px 10px 0 0;
}
.premium_series .series_inner .ps_ttl {
  background: linear-gradient(#D8B85E, #A07C29);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 11px 0 12px;
  border-radius: 10px 10px 0 0;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .ps_ttl {
    background: linear-gradient(to left, #D8B85E, #A07C29);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
  }
}
.premium_series .series_inner .ps_ttl .symptoms {
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
  color: #897315;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 23px;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .ps_ttl .symptoms {
    display: inline-block;
    vertical-align: text-bottom;
  }
}
.premium_series .series_inner .ps_ttl .roto_c {
  font-size: 15px;
  padding: 0 16px 0 21px;
}
.premium_series .series_inner .p_list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .p_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.premium_series .series_inner .p_list li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 5px 20px 10px;
  text-align: start;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .p_list li {
    text-align: center;
    border-right: 1px solid #EEEEEE;
    padding: 10px;
  }
}
.premium_series .series_inner .p_list li:last-of-type {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .p_list li:last-of-type {
    border-right: none;
  }
}
.premium_series .series_inner .p_list li a {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .p_list li a {
    display: block;
  }
}
.premium_series .series_inner .p_list li a .p_txt {
  margin-left: 13px;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .p_list li a .p_txt {
    margin-left: 0;
  }
}
.premium_series .series_inner .p_list li .bold {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.premium_series .series_inner .p_list li .bold.semi {
  font-size: 20px;
}
.premium_series .series_inner .p_list li .s_bold {
  font-size: 12px;
}
.premium_series .series_inner .p_list li .regular {
  color: #000;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 0;
  line-height: 1.57;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .p_list li .regular {
    padding-bottom: 10px;
  }
}
.premium_series .series_inner .p_list li img {
  max-width: 86px;
  margin: 0;
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .premium_series .series_inner .p_list li img {
    max-width: 146px;
    margin: auto;
    padding: 15px 0 10px;
  }
}

/*=========================
Fixed Button
==========================*/
.brand-btns.-fixed .brand-btn-cart {
  background-color: #C6AF00;
}