/* Utility
========================================================================================
======================================================================================== */
/* background */
.mc-bgc__yellow{
  background-color:#fde8ab;
}
.mc-bgc__cream{
  background-color: rgb(255, 244, 217) !important;
}
.mc-bgc__lightgreen{
  background-color: rgb(247, 255, 225);
}
.mc-bgc__green{
  background-color: #EAF4C7;
}
.mc-bgc__lightorange{
  background-color: rgb(255, 239, 233);
}
.mc-bgc__orange{
  background-color: #F5C8A8;
}
.mc-bgc__lightpink{
  background-color: rgb(254, 241, 245);
}
.mc-bgc__pink{
  background-color: #EEE0EB;
}

.mc-bgc__dark{
  background-color:#252525;
}
.mc-bgc__darkgary{
  background-color: #2e2929;
}
.mc-bgc__lightgray{
  background-color: #433e3e;
}
.mc-bg__yt{
  background-image: url(/include/shopping/special/osechi/2026/underlayer/single/image/bg.png);
}
.mc-bg__yt2{
  background-image: url(/include/shopping/special/osechi/2026/underlayer/single/image/bg2.png);
}

@media screen and (min-width: 768px) {
  /* 左右の背景 */
  .mc-bg__image.-cream::before {
    content: "";
    background-color: rgba(255, 244, 217, 0.8)!important;
  }
  .mc-bg__image.-lightgreen::before {
    content: "";
    background-color: rgba(247, 255, 225, 0.8)!important;
  }
  .mc-bg__image.-lightorange::before {
    content: "";
    background-color: rgba(255, 239, 233, 0.8)!important;
  }
  .mc-bg__image.-lightpink::before {
    content: "";
    background-color: rgba(254, 241, 245, 0.8)!important;
  }
  .mc-bg__image{
    background-position: center;
    background-size: contain;
  }
  .mc-bg__image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* left */
  .mc-bg__image.-left{
    background-image: url(/include/shopping/special/osechi/2025/underlayer/single/image/007_single_left_240919.png);
  }
  .mc-single__left{
    position: absolute;
    top:0;
    left: 0;
    width: calc(50% - 187.5px);
    height: 100%;
    margin-left:0;
    margin-right: auto;
  }
  /* right */
  .mc-bg__image.-right{
    background-image: url(/include/shopping/special/osechi/2025/underlayer/single/image/007_single_right_240919.png);
  }
  .mc-single__right{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 187.5px);
    height: 100%;
    margin-right:0;
    margin-left: auto;
  }
  .mc-single__button{
    display: none;
  }
  
}

/* Parts
========================================================================================
======================================================================================== */
/* PC/SP
=====================================================*/
/* contents */
.mc-single{
  width: 100%;
}
.mc-single__contents{
  position: relative;
}
.mc__bg__inner{
  display: none;
  transition: .25s;

}.mc-single__middle{
  max-width: 375px;
  width:100vw;
  margin:0 auto;
  height:100%;
}
/*btn*/
.mc-designbtn[data-color="single"] {
  background-color: #AF1928;
  border-color: #AF1928;
}
.mc-designbtn:hover{
  opacity: 0.5;
}

/* nav */
.mc-single__nav{
  width: 100%;
  margin: 0 auto;
}
.mc-single__nav__list{
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.mc-single__nav__item a{
  transition: opacity .25s;
}
.mc-single__nav__item a:hover{
  opacity: 0.5;
}

/* PC 
====================================================*/
/*共通*/
@media screen and (min-width: 1080px) {
  .mc__bg__inner.is-active{
    display: block;
  }
  .mc__bg__inner{
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% + 160px);
    transform: translateY(-50%);
    transition: .25s;
  }
  .mc__bg__inner.-fixed {
    top:calc(50% + 100px);
  }
  .mc__bg__inner.-scrolldown {
    top: 50%;
  }
  .mc__bg__ume {
    max-width: 300px;
    width: 100%;
  }
}
/* right */
@media screen and (min-width: 1080px) {
  /* Btn */
  .mc-single__item {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mc-single__button{
    display: flex;
    justify-content: center;
    background-color: #AF1928;
    border-radius: 50%;
    max-width: 170px;
    width: 100%;
    height: auto;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    margin: 10px;
  }
  .mc-single__button:hover{
    opacity: 0.5;
  }
  .mc-single__button a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mc-single__button span{
    text-align: center;
    color:#fff
  }
  .mc-single__button img{
    max-width: 60px;
    width: 100%;
  }
  /* ume */
  .mc__bg__ume.-right {
    position: absolute;
    z-index: -1;
    top: -120px;
    right: 0;
  }
  .mc__bg__inner.is-active.-fixed .mc__bg__ume.-right{
    top:-140px;
  } 
  .mc__bg__inner.is-active.-scrolldown .mc__bg__ume.-right{
    top:-180px;
  } 
}
/* left */
@media screen and (min-width: 1080px) {
  /* memu */
  .mc-pc-single__menu{
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
  }
  .mc-pc-single__menu .-current{
    margin-top: -20px;
  }
  .mc-pc-single__menu a{
    max-width: 60px;
    transition: opacity .25s;
  }
  .mc-pc-single__menu a:hover{
    opacity: 0.5;
  }
  .mc-pc-single__title{
    font-size: 24px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    letter-spacing: -0.1em;
  }
  /* ume */
  .mc__bg__ume.-left{
    position: absolute;
    bottom: -120px;
    left: 0;
    z-index: -1;
  }
  .mc__bg__inner.is-active.-scrolldown .mc__bg__ume.-left{
    bottom:-200px;
  } 
}
/* bottom */
@media screen and (min-width: 1080px) {
  .mc-single__bottom{
    display: none;
  }
}

/* SP 
====================================================*/
@media screen and (max-width: 1079px) {
  /* menu */
  .mc-sp-single__menu {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
    text-align: center;
  }
  .mc-single__menuBtn {
    max-width: 67px;
  }
  .mc-single__bottom{
    display: block;
    position:-webkit-sticky;
    position:sticky;
    bottom:0px;
  }
  .mc-single__access {
    max-width: 391px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
    padding: 10px 8px;
  }
}