@charset "UTF-8";

/* page - under layer
========================================================================================
======================================================================================== */

/* System add style
========================================================================================
======================================================================================== */

/* 特集コンテンツ
============================================ */
@media screen and (max-width: 1080px) {
  .p-productwrap__block.-large>.l-block[data-value=MOD_JP_00082] .c-specialblock__imagebanner {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .p-productwrap__block.-large>.l-block[data-value=MOD_JP_00082] .c-specialblock__imagebanner {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

/* l-inner
============================================ */
.p-productwrap__block.-large>.l-block .l-inner {
  display: block;
}

/* sto img
============================================ */
img[src*="/sto/image/product/product_image_main/"]:not(.u-imgAspect),
img[src*="/sto/image/product/product_image_sub/"]:not(.u-imgAspect) {
  display: inline-block;
  aspect-ratio: 1/1;
}

/* nav
============================================ */
.c-nav__linkwrap:hover {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .c-nav__linkwrap:hover {
    opacity: 0.5;
  }
}

/* Utility
========================================================================================
======================================================================================== */

/* Font Color
============================================ */
.mc-fc__main {
  color: #B1292C !important;
}

.mc-fc__sub {
  color: #FAF7F6 !important;
}

.mc-fc__base {
  color: #FBECEC !important;
}

.mc-fc__black {
  color: #313131 !important;
}

.mc-fc__white {
  color: #fff !important;
}

.mc-fc__gray {
  color: #6e6e6e !important;
}

/* Background color
============================================ */
.mc-bgc__main {
  background-color: #B1292C !important;
}

.mc-bgc__sub {
  background-color: #FAF7F6 !important;
}

.mc-bgc__base {
  background-color: #FBECEC !important;
}

.mc-bgc__black {
  background-color: #313131 !important;
}

.mc-bgc__white {
  background-color: #fff !important;
}

.mc-bgc__gray {
  background-color: #d5d5d5 !important;
}

.mc-bgc__none {
  background-color: transparent !important;
}

.l-block:not(.mc-bgc__base)+.l-block.mc-bgc__base,
.l-block.mc-bgc__base+.l-block:not(.mc-bgc__base) {
  padding-top: 30px;
}

.l-block.u-bgc__base+.l-block.mc-bgc__base,
.l-block.mc-bgc__base+.l-block.u-bgc__base,
.l-block.u-bgc__lightgreen+.l-block.mc-bgc__base,
.l-block.mc-bgc__base+.l-block.u-bgc__lightgreen {
  padding-top: 0;
}

.p-productwrap .-large .l-block.mc-bgc__base {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1080px) {
  .p-productwrap .-large .l-block.mc-bgc__base {
    width: calc(100% + 60px);
    padding-right: 30px;
    padding-left: 30px;
    margin-left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .p-productwrap .-large .l-block.mc-bgc__base {
    width: calc(100% + 20px);
    padding-right: 10px;
    padding-left: 10px;
    margin-left: -10px;
  }
}

.l-block.u-bgc__lightgreen,
.l-block.u-bgc__base,
.l-block[data-value=MOD_JP_00080] [class*=__arrow],
.l-block[data-value=MOD_JP_00016] [class*=__arrow] {
  background-color: #FBECEC !important;
}

/* Parts
========================================================================================
======================================================================================== */
/* Button
============================================ */
.mc-designbtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  padding: 25px 16px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background-color: #B1292C;
  border: 2px solid #B1292C;
  border-radius: 6px;
  -webkit-transition: 0.175s;
  transition: 0.175s;
}

.mc-designbtn>span {
  max-width: 100%;
  /* ((12px + 2px) * 1.4142) / 2 */
  padding: 0 9.8994px;
}

.mc-designbtn::after {
  position: absolute;
  top: 50%;
  /* right: calc(16px + 2px); */
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mc-designbtn.-sub {
  color: #fff;
  background-color: #FAF7F6;
  border-color: #FAF7F6;
}

.mc-designbtn.-sub::after {
  border-color: #fff;
}

.mc-designbtn.-gray {
  color: #fff;
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}

.mc-designbtn.-gray::after {
  border-color: #fff;
}

.mc-designbtn.-reverse {
  color: #313131;
  background-color: #fff;
}

.mc-designbtn.-reverse::after {
  border-color: #313131;
}

.mc-designbtn.-small {
  padding: 14px;
  font-size: 16px;
}

.mc-designbtn.-small::after {
  /* right: calc(14px + 2px); */
  right: 16px;
}

.mc-designbtn.-noArrow>span {
  padding: 0;
}

.mc-designbtn.-noArrow::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .mc-designbtn {
    padding: 14px;
    font-size: 16px;
  }

  .mc-designbtn::after {
    /* right: calc(16px + 2px); */
    right: 16px;
  }
}

/* page - brand list
========================================================================================
======================================================================================== */
/* brand list
============================================ */
.c-brandlist__submit {
  height: auto;
}

.c-brandlist__submit__wrap.-static {
  padding-bottom: 0;
}

/* page - ranking
========================================================================================
======================================================================================== *

/* icon Title
============================================ */
.mc-iconTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 38px;
}

.mc-iconTitle>span {
  display: inline-block;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}

.mc-iconTitle[data-icon]::before {
  display: block;
  max-width: 100%;
  min-height: 0;
  content: "";
}

.mc-iconTitle[data-icon=crown]::before {
  width: 60px;
  height: 60px;
  background: url("/include/shopping/common/image/commonicn_crown_240619.svg") no-repeat center center/contain;
  -webkit-filter: invert(90%) sepia(11%) saturate(6510%) hue-rotate(334deg) brightness(107%) contrast(94%);
  filter: invert(90%) sepia(11%) saturate(6510%) hue-rotate(334deg) brightness(107%) contrast(94%);
}

@media screen and (max-width: 768px) {
  .mc-iconTitle {
    margin-bottom: 27px;
  }

  .mc-iconTitle>span {
    font-size: 22px;
  }
}