@charset "UTF-8";

/* common css
======================================================================================== */

/* System add style
========================================================================================
======================================================================================== */

/* l-block
============================================ */
.p-productwrap__block.-large > .l-block .l-inner {
  display: block;
}

.l-block .l-block__item {
  margin: 0 auto 30px;
}

.l-block .l-block__item:last-child {
  margin-bottom: 0;
}

/* 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: #F2F2F2 !important;
}

.c-hotkeyword,
.c-giftselectsearch {
  background-color: transparent !important;
}

/* 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%;
}

/* 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: #f5f5f5 !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: #8B6B03 !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: #D8C882 !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: #DEDEDE !important;
}

.c-accordion + .c-accordion {
  margin-top: 1px;
}

/* Utility
========================================================================================
======================================================================================== */

/* Font Color
============================================ */
.mc-fc__main {
  color: #8B6B03 !important;
}

.mc-fc__sub {
  color: #D8C882 !important;
}

.mc-fc__primary {
  color: #FFF9EA !important;
}

.mc-fc__secondary {
  color: #AF1928 !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: #8B6B03 !important;
}

.mc-bgc__sub {
  background-color: #D8C882 !important;
}

.mc-bgc__primary {
  background-color: #FFF9EA !important;
}

.mc-bgc__secondary {
  background-color: #AF1928 !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;
}

.mc-bg__image {
  background-image: url(/include/shopping/special/osechi/2025/underlayer/image/bgimage.jpg);
  background-position: center;
  background-size: cover;
  background-blend-mode: lighten;
}

.l-block:not([class^="mc-bgc__"]) + .l-block[class^="mc-bgc__"],
.l-block[class^="mc-bgc__"] + .l-block:not([class^="mc-bgc__"]),
.l-block:not([class*=" mc-bgc__"]) + .l-block [class*=" mc-bgc__"],
.l-block[class*=" mc-bgc__"] + .l-block:not([class*=" mc-bgc__"]) {
  padding-top: 30px;
}

.p-productwrap .-large .l-block[class^="mc-bgc__"],
.p-productwrap .-large .l-block[class*=" mc-bgc__"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1080px) {
  .p-productwrap .-large .l-block[class^="mc-bgc__"],
  .p-productwrap .-large .l-block[class*=" mc-bgc__"] {
    width: calc(100% + 60px);
    padding-right: 30px;
    padding-left: 30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-productwrap .-large .l-block[class^="mc-bgc__"],
  .p-productwrap .-large .l-block[class*=" mc-bgc__"] {
    width: calc(100% + 20px);
    padding-right: 10px;
    padding-left: 10px;
    margin-left: -10px;
  }
}


/* Border
============================================ */
.mc-border__main {
  border: 1px solid #8B6B03;
}

.mc-border__sub {
  border: 1px solid #D8C882;
}

.mc-border__primary {
  border: 1px solid #FFF9EA;
}

.mc-border__secondary {
  border: 1px solid #AF1928;
}

.mc-borderColor__main {
  border-color: #8B6B03 !important;
}

.mc-borderColor__sub {
  border-color: #D8C882 !important;
}

.mc-borderColor__primary {
  border-color: #FFF9EA !important;
}

.mc-borderColor__secondary {
  border-color: #AF1928 !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
========================================================================================
======================================================================================== */
/* 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;
}

@media screen and (min-width: 1081px) {
  .p-productwrap .-large .p-mvTextblock {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-block:not(.mc-bgc__base) + .p-mvTextblock,
.p-mvTextblock + .l-block:not(.mc-bgc__base) {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .p-mvTextblock {
    padding: 30px 10px;
  }

  .l-block:not(.mc-bgc__base) + .p-mvTextblock,
  .p-mvTextblock + .l-block:not(.mc-bgc__base) {
    padding-top: 0;
  }
}

/* notice */
.p-mvNotice {
  width: 100%;
  max-width: 460px;
  padding: 12px 8px;
  margin: 0 auto;
  color: #fff;
  background-color: #af1928;
}

.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: #8B6B03;
  border: 2px solid #8B6B03;
  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: #000;
  background-color: #D8C882;
  border-color: #D8C882;
}

.mc-designbtn[data-color~="sub"]::after {
  border-color: #000;
}

.mc-designbtn[data-color~="reversal"] {
  color: #313131;
  background-color: #fff;
  border-color: #8B6B03;
}

.mc-designbtn[data-color~="reversal"]::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;
  }
}

/* Utility (Original)
========================================================================================
======================================================================================== */

/* font family */
.mc-ff__serif {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
}

/* icon text */
.mc-icontext {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.mc-icontext > .-img,
.mc-icontext > .-tex {
  display: block;
}
.mc-icontext > .-img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  max-width: 1em;
  height: auto;
  max-height: 1em;
}
.mc-icontext > .-tex {
  padding-left: calc(1em + 0.2em);
}

/* Heading
============================================ */
.mc-title {
  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-title > span {
  display: inline-block;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}

.mc-title[data-icon]::before {
  display: block;
  max-width: 100%;
  min-height: 0;
  content: "";
}

.mc-title[data-icon="ebi"]::before,
.mc-title[data-icon="konbu"]::before,
.mc-title[data-icon="tamago"]::before,
.mc-title[data-icon="tubaki"]::before {
  width: 100px;
  height: 100px;
}

.mc-title[data-icon="ebi"]::before {
  background: url("/include/shopping/special/osechi/2024/common/image/icon_ebi.png") no-repeat center center/contain;
}

.mc-title[data-icon="konbu"]::before {
  background: url("/include/shopping/special/osechi/2024/common/image/icon_konbu.png") no-repeat center center/contain;
}

.mc-title[data-icon="tamago"]::before {
  background: url("/include/shopping/special/osechi/2024/common/image/icon_tamago.png") no-repeat center center/contain;
}

.mc-title[data-icon="tubaki"]::before {
  background: url("/include/shopping/special/osechi/2024/common/image/icon_tubaki.png") no-repeat center center/contain;
}

.mc-title[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(11%) sepia(80%) saturate(5526%) hue-rotate(349deg) brightness(89%) contrast(86%);
}

@media screen and (max-width: 768px) {
  .mc-title {
    margin-bottom: 27px;
  }

  .mc-title > span {
    font-size: 22px;
  }

  .mc-title[data-icon="ebi"]::before,
  .mc-title[data-icon="konbu"]::before,
  .mc-title[data-icon="tamago"]::before,
  .mc-title[data-icon="tubaki"]::before {
    width: 60px;
    height: 60px;
  }
}

/* Card
============================================ */
.mc-card {
  height: 100%;
}

.mc-card__linkwrap {
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  flex-flow: column;
  height: 100%;
  background-color: #fff;
}

.mc-card__linkwrap[data-link="disabled"] {
  position: relative;
  display: grid;
  display: grid;
  grid-template-areas: "stack";
  pointer-events: none;
}

.mc-card__linkwrap[data-link="disabled"] > * {
  grid-area: stack;
  grid-row: 1;
  grid-row: 1;
  grid-row: 1;
  grid-column: 1;
  grid-column: 1;
  grid-column: 1;
}

.mc-card__cont {
  height: 100%;
}

.mc-card__img {
  position: relative;
  overflow: hidden;
}

.mc-card__img::after {
  display: block;
  padding-top: 53%;
  content: "";
}

.mc-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%) translateY(-50%);
  transform: translate(-50%) translateY(-50%);
  object-fit: cover;
  object-fit: cover;
}

.mc-card__textarea {
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  flex-flow: column;
  height: auto;
  padding: 10px;
  line-height: 1.3;
  letter-spacing: 0.18em;
}

.mc-card__textarea > * {
  cursor: pointer;
}

.mc-card__title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
}

.mc-card__text {
  font-size: 18px;
}

.mc-card__text.-color {
  color: #9a6f2a;
}

.mc-card__text:not(:first-of-type) {
  margin-top: 8px;
}

/* 非公開オーバーレイ
============================================ */
.mc-overlayblock {
  position: relative;
  z-index: 0;
}

.mc-overlayblock__over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mc-overlayblock__over::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
  content: "";
  background-color: #313131;
  opacity: 0.7;
}

.mc-overlayblock__overTextbox {
  z-index: 15;
  color: #fff;
}

.mc-overlayblock__overTextbox > * {
  display: inline-block;
}

.mc-overlayblock__inner {
  z-index: 0;
}

/* mv上バナー */
.p-campaignbnr {
  display: block;
  width: 100%;
}
.p-campaignbnr__inner {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.l-block .p-campaignbnr {
  width: calc(100% + (30px * 2));
  margin-left: -30px;
}
@media screen and (min-width: 1081px) {
  .l-block .p-productwrap .p-campaignbnr {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-block .p-campaignbnr {
    width: calc(100% + (10px * 2));
    margin-left: -10px;
  }
}
