@charset "UTF-8";
/* osechi page common css
======================================================================================== */
/* Variant
========================================================================================
======================================================================================== */
/* System add style
========================================================================================
======================================================================================== */
/* brand list */
.c-brandlist__submit {
  height: auto;
}
.c-brandlist__submit__wrap.-static {
  padding-bottom: 0;
}

/* nav
============================================ */
@media screen and (min-width: 769px) {
  .c-nav__linkwrap:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  .js-modal-open:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
/* Change 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[class],
.c-giftselectsearch[class] {
  background-color: transparent;
}

.-betweenSmart.l-btncolumn .l-btncolumn__lists {
  width: calc(100% + 24px);
  margin-top: -20px;
  margin-left: -24px;
}
.-betweenSmart.l-btncolumn .l-btncolumn__item[data-column~="2"] {
  width: calc((100% - 48px) / 2);
  margin-top: 20px;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .-betweenSmart.l-btncolumn .l-btncolumn__lists {
    width: calc(100% + 12px);
    margin-top: -12px;
    margin-left: -12px;
  }
  .-betweenSmart.l-btncolumn .l-btncolumn__item[data-column~="2"] {
    width: calc((100% - 24px) / 2);
    margin-top: 12px;
    margin-left: 12px;
  }
}
/* Utility
========================================================================================
======================================================================================== */
/* width
============================================ */
.mc-width__fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* font family
============================================ */
.mc-ff__serif {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.mc-ff__serif.-bold {
  font-weight: 700;
}

/* 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-bgc__base.-bgimage{
  background-image: url(/include/shopping/special/osechi/2025/underlayer/image/bgimage.jpg);
  background-position: center;
  background-size: 30%;
  background-repeat: repeat;
  background-color: rgba(245, 245, 245, 0.5) !important;
  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
========================================================================================
======================================================================================== */
/* Button
============================================ */
/* 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;
  }
}

/* Heading
============================================ */
.mc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 38px;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: start;
}
.mc-title > span {
  display: inline-block;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mc-title {
    margin-bottom: 27px;
  }
  .mc-title > span {
    font-size: 22px;
  }
}
/* Parts (Original)
========================================================================================
======================================================================================== */

/* 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;
  }
}
