@charset "UTF-8";

/* common css
======================================================================================== */

/* System add style
========================================================================================
======================================================================================== */

/* 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;
}

/* l-block
============================================ */
.c-hotwords + .l-block {
  padding-top: 0;
}

/* l-inner
============================================ */
.p-productwrap__block.-large > .l-block .l-inner {
  display: block;
}

/* background
============================================ */
.l-block[data-value="MOD_JP_00070"],
.l-block[data-value="MOD_JP_00080"],
.l-block[data-value="MOD_JP_00080"] [class*="__arrow"],
.l-block[data-value="MOD_JP_00016"],
.l-block[data-value="MOD_JP_00016"] [class*="__arrow"] {
  background-color: #feffe2 !important;
}

.c-hotkeyword {
  background-color: transparent !important;
}

/* Utility
========================================================================================
======================================================================================== */

/* Font Color
============================================ */
.mc-fc__main {
  color: #c77bc1 !important;
}

.mc-fc__sub {
  color: #e83f96 !important;
}

.mc-fc__base {
  color: #feffe2 !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: #c77bc1 !important;
}

.mc-bgc__sub {
  background-color: #e83f96 !important;
}

.mc-bgc__base {
  background-color: #feffe2 !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;
}

.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;
  }
}

/* Border
============================================ */
.mc-border__main {
  border: 1px solid #c77bc1;
}

.mc-border__sub {
  border: 1px solid #e83f96;
}

.mc-borderColor__main {
  border-color: #c77bc1 !important;
}

.mc-borderColor__sub {
  border-color: #e83f96 !important;
}

.mc-borderRadius__none {
  border-radius: 0 !important;
}

.mc-borderRadius__corner {
  overflow: hidden;
  border-radius: 6px;
}

.mc-borderRadius__full {
  overflow: hidden;
  border-radius: 50%;
}

.mc-border__none {
  border: none !important;
}

/* Parts
========================================================================================
======================================================================================== */

/* Button
============================================ */
.mc-designbtn {
  position: relative;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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: #c77bc1;
  border: 2px solid #c77bc1;
  border-radius: 6px;
  transition: 0.175s;
  transition: 0.175s;
}

.mc-designbtn > span {
  max-width: 100%;
  padding: 0 8.4852px;
}

.mc-designbtn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mc-designbtn[data-color~="sub"] {
  color: #fff;
  background-color: #e83f96;
  border-color: #e83f96;
}

.mc-designbtn[data-color~="sub"]::after {
  border-color: #fff;
}

.mc-designbtn[data-color~="reversal"] {
  color: #313131;
  background-color: #fff;
  border-color: #c77bc1;
}

.mc-designbtn[data-color~="reversal"]::after {
  border-color: #313131;
}

.mc-designbtn[data-color~="reversal-sub"] {
  color: #313131;
  background-color: #fff;
  border-color: #e83f96;
}

.mc-designbtn[data-color~="reversal-sub"]::after {
  border-color: #313131;
}

.mc-designbtn[data-color~="reversal-gray"] {
  color: #313131;
  background-color: #fff;
  border-color: #d5d5d5;
}

.mc-designbtn[data-color~="reversal-gray"]::after {
  border-color: #313131;
}

.mc-designbtn.-small {
  padding: 14px;
  font-size: 16px;
}

.mc-designbtn.-small::after {
  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;
  }
}

/* page - under layer
========================================================================================
======================================================================================== */

/* brand list
============================================ */
.c-brandlist__submit {
  height: auto;
}

.c-brandlist__submit__wrap.-static {
  padding-bottom: 0;
}
