@charset "UTF-8";

/* common css
======================================================================================== */

/* System add style
========================================================================================
======================================================================================== */

/* easy Slider
============================================ */
.js-easySlider {
  visibility: hidden;
  opacity: 0;
}

.js-easySlider.is-load {
  visibility: visible;
  opacity: 1;
}

.c-easySlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.c-easySlider__wrapper {
  display: box;
  display: flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.c-easySlider__slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
}

.c-easySlider__button {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 26.9716px;
  cursor: pointer;
  background-color: inherit;
}

.c-easySlider__button.swiper-button-disabled {
  visibility: hidden;
}

.c-easySlider__button::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 2px solid #6e6e6e;
  border-right: 2px solid #6e6e6e;
}

.c-easySlider__button.-prev {
  left: 0;
}

.c-easySlider__button.-prev::before {
  left: 0;
  transform: translateX(25%) translateY(-50%) rotate(225deg);
  transform: translateX(25%) translateY(-50%) rotate(225deg);
}

.c-easySlider__button.-next {
  right: 0;
}

.c-easySlider__button.-next::before {
  right: 0;
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
}

/* 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 {
  object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

/* l-block
============================================ */
.c-hotwords + .l-block {
  padding-top: 0;
}

/* l-inner
============================================ */
.p-productwrap__block.-large > .l-block .l-inner {
  display: block;
}

/* 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"] {
  background-color: #fff6e5 !important;
}

.l-block[data-value="MOD_JP_00016"],
.l-block[data-value="MOD_JP_00016"] [class*="__arrow"] {
  background-color: #ffe4c5 !important;
}

.c-hotkeyword {
  background-color: transparent !important;
}

/* category
============================================ */
.c-categoryImagebox.mc-categoryImagebox .c-categoryImagebox__bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-direction: column;
  min-width: auto;
  height: auto;
  aspect-ratio: 1/1;
}

.c-categoryImagebox.mc-categoryImagebox .c-categoryImagebox__name {
  font-size: clamp(1rem, 0.479rem + 1.11vw, 1.313rem);
}

@media screen and (max-width: 768px) {
  .c-categoryImagebox.mc-categoryImagebox .c-categoryImagebox__name {
    font-size: clamp(0.875rem, 0.148rem + 3.64vw, 1rem);
  }
}

/* Utility
========================================================================================
======================================================================================== */

/* Font Color
============================================ */
.mc-fc__main {
  color: #cc560d !important;
}

.mc-fc__dark--base {
  color: #ffe4c5 !important;
}

.mc-fc__light--base {
  color: #fff6e5 !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: #cc560d !important;
}

.mc-bgc__dark--base {
  background-color: #ffe4c5 !important;
}

.mc-bgc__light--base {
  background-color: #fff6e5 !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__light--base) + .l-block.mc-bgc__light--base,
.l-block.mc-bgc__light--base + .l-block:not(.mc-bgc__light--base) {
  padding-top: 30px;
}

.p-productwrap .-large .l-block.mc-bgc__light--base {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1080px) {
  .p-productwrap .-large .l-block.mc-bgc__light--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__light--base {
    width: calc(100% + 20px);
    padding-right: 10px;
    padding-left: 10px;
    margin-left: -10px;
  }
}

/* Border
============================================ */
.mc-border__main {
  border: 1px solid #cc560d;
}

.mc-borderColor__main {
  border-color: #cc560d !important;
}

.mc-borderRadius__none {
  border-radius: 0 !important;
}

.mc-borderRadius__corner {
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #cc560d;
}

.mc-borderRadius__full {
  overflow: hidden;
  border-radius: 50%;
}

.mc-border__none {
  border: none !important;
}

/* Parts
========================================================================================
======================================================================================== */

/* MV text block
============================================ */
.p-mvTextblock {
  padding: 30px;
}

.p-mvTextblock__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-mvTextblock__descArea {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-mvTextblock__descArea p,
.p-mvTextblock__descArea ul {
  display: inline-block;
  width: auto;
}

.p-mvTextblock__navArea + .p-mvTextblock__descArea,
.p-mvTextblock__descArea + .p-mvTextblock__navArea {
  margin-top: 30px;
}

.p-productwrap .-large .p-mvTextblock {
  padding-right: 0;
  padding-left: 0;
}

.l-block:not(.mc-bgc__light--base) + .p-mvTextblock,
.p-mvTextblock + .l-block:not(.mc-bgc__light--base) {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .p-mvTextblock {
    padding: 30px 10px;
  }

  .l-block:not(.mc-bgc__light--base) + .p-mvTextblock,
  .p-mvTextblock + .l-block:not(.mc-bgc__light--base) {
    padding-top: 0;
  }
}

/* notice */
.p-mvNotice {
  width: 100%;
  max-width: 460px;
  padding: 12px 8px;
  margin: 0 auto;
  color: #fff;
  background-color: #cc560d;
}

.p-mvNotice__text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-mvNotice {
    width: calc((100% - 96px) / 3);
  }
}

/* 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: #cc560d;
  border: 2px solid #cc560d;
  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: #cc560d;
}

.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 - ranking
========================================================================================
======================================================================================== */

/* Heading
============================================ */
.mc-iconTitle {
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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/icn_crown_240724.svg") no-repeat center center/contain;
  filter: invert(61%) sepia(52%) saturate(509%) hue-rotate(7deg) brightness(93%) contrast(83%);
  filter: invert(61%) sepia(52%) saturate(509%) hue-rotate(7deg) brightness(93%) contrast(83%);

  /* アイコンの色 */
}

@media screen and (max-width: 768px) {
  .mc-iconTitle {
    margin-bottom: 27px;
  }

  .mc-iconTitle > span {
    font-size: 22px;
  }

  .c-title__global .-middle {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  .c-title__global .-middle {
    font-size: 32px;
  }
}
