@charset "UTF-8";

/* common css
======================================================================================== */

/* 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;
}

/* img Aspect
============================================ */
.js-imgAspect.u-imgAspect,
.js-imgAspect > .u-imgAspect {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

/* modal
============================================ */
@media screen and (min-width: 769px) {
  .js-modal-open[data-modal]:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  .js-modal-open[data-modal]:hover * {
    cursor: pointer;
  }
}
/* nav
============================================ */
@media screen and (min-width: 769px) {
  .c-nav__linkwrap:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
/* 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: #FFF5E0 !important;
}

.c-hotkeyword,
.c-giftselectsearch {
  background-color: transparent !important;
}

/* accordion
============================================ */
.c-accordion__title[class*="mc-fc__main"] > .c-accordion__icon::before,
.c-accordion__title[class*="mc-fc__main"] > .c-accordion__icon::after {
  background-color: #c60c35 !important;
}
.c-accordion__title[class*="mc-fc__sub"] > .c-accordion__icon::before,
.c-accordion__title[class*="mc-fc__sub"] > .c-accordion__icon::after {
  background-color: #f0eadb !important;
}
.c-accordion__title[class*="mc-fc__white"] > .c-accordion__icon::before,
.c-accordion__title[class*="mc-fc__white"] > .c-accordion__icon::after {
  background-color: #fff !important;
}
.c-accordion__title[class*="mc-fc__gray"] > .c-accordion__icon::before,
.c-accordion__title[class*="mc-fc__gray"] > .c-accordion__icon::after {
  background-color: #d5d5d5 !important;
}

/* Utility
========================================================================================
======================================================================================== */
/* Font Color
============================================ */
.mc-fc__main {
  color: #c60c35 !important;
}
.mc-fc__sub {
  color: #f0eadb !important;
}
.mc-fc__base {
  color: #FFF5E0 !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: #c60c35 !important;
}
.mc-bgc__sub {
  background-color: #f0eadb !important;
}
.mc-bgc__base {
  background-color: #FFF5E0 !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 #c60c35;
}
.mc-border__sub {
  border: 1px solid #f0eadb;
}
.mc-borderColor__main {
  border-color: #c60c35 !important;
}
.mc-borderColor__sub {
  border-color: #f0eadb !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: -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: #c60c35;
  border: 2px solid #c60c35;
  border-radius: 6px;
  -webkit-transition: 0.175s;
  transition: 0.175s;
}
.mc-designbtn > span {
  max-width: 100%;
  padding: 0 8.4852px;
  text-align: center;
}
.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;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.mc-designbtn[data-color~="sub"] {
  color: #fff;
  background-color: #f0eadb;
  border-color: #f0eadb;
}
.mc-designbtn[data-color~="sub"]::after {
  border-color: #fff;
}
.mc-designbtn[data-color~="reversal"] {
  color: #313131;
  background-color: #fff;
  border-color: #c60c35;
}
.mc-designbtn[data-color~="reversal"]::after {
  border-color: #313131;
}
.mc-designbtn[data-color~="reversal-sub"] {
  color: #313131;
  background-color: #fff;
  border-color: #f0eadb;
}
.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;
}
