@charset "UTF-8";
/*---------------------
変数
-----------------------*/
/*---------------------
Mixins
-----------------------*/
body #areaWrapper1 {
  width: 1200px !important;
}

@media screen and (max-width: 768px) {
  body #areaWrapper1 {
    width: 100% !important;
  }
}
#mp2601 * {
  box-sizing: border-box;
}

#mp2601 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #272727;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: min(3.5vw, 1rem);
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  background: url(/library/contents/products/mp2601/img/parts/bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-bottom: 2rem;
  /*■■■■■■■■■■■■■■■■■■■■■■■■
    Component
  ■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*---------------------
    KV
  -----------------------*/
  /*---------------------
    アンカーリンク
  -----------------------*/
  /*---------------------
    商品エリア
  -----------------------*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■
    モデルプレスランキングバナー
  ■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■
    note
  ■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■
    Animation
  ■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■
    Utility
  ■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
@media screen and (max-width: 768px) {
  #mp2601 {
    padding-bottom: 1.5em;
  }
}
#mp2601 ol,
#mp2601 ul {
  list-style: none;
}
#mp2601 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#mp2601 a:hover {
  text-decoration: none;
}
#mp2601 .c-section {
  position: relative;
  padding: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mp2601 .c-section {
    padding: 10vw 5vw;
  }
}
#mp2601 .c-section--pt0 {
  padding-top: 0;
}
#mp2601 .c-section__ttl {
  position: relative;
  z-index: 50;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2.5em 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mp2601 .c-section__ttl {
    padding: 1.5em 0;
  }
}
#mp2601 .c-section__ttl img {
  width: auto;
  height: 110px;
}
@media screen and (max-width: 768px) {
  #mp2601 .c-section__ttl img {
    height: 15vw;
  }
}
#mp2601 .c-nw {
  display: inline-block;
}
#mp2601 .mod-beige {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 227, 189) 100%);
}
#mp2601 .mod-gray {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 100%);
}
#mp2601 .mod-orange {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 237, 227) 100%);
}
#mp2601 .contentInner {
  padding-inline: 3.1rem;
}
@media screen and (max-width: 768px) {
  #mp2601 .contentInner {
    padding-inline: 5vw;
  }
}
#mp2601 .kv {
  position: relative;
}
@media screen and (max-width: 768px) {
  #mp2601 .link {
    max-width: 550px;
    margin-inline: auto;
  }
}
#mp2601 .link ul {
  text-align: center;
  border: 6px solid #e50a84;
}
@media screen and (max-width: 768px) {
  #mp2601 .link ul {
    border: 3px solid #e50a84;
  }
}
#mp2601 .link li {
  position: relative;
  cursor: pointer;
}
#mp2601 .link li:not(:last-of-type) {
  border-bottom: 1px solid #e50a84;
}
#mp2601 .link li:hover {
  opacity: 0.9;
}
#mp2601 .link li:hover::before {
  transform: translateY(-15%) rotate(45deg);
}
#mp2601 .link li::before {
  content: "";
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 4px solid #e50a84;
  border-top: none;
  border-left: none;
  text-decoration: none;
  position: absolute;
  top: 45%;
  right: 4%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #mp2601 .link li::before {
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #e50a84;
    border-top: none;
    border-left: none;
  }
}
#mp2601 .link li a {
  background-color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.5em;
  height: 100%;
  color: #2a2a2a;
  font-weight: 800;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #mp2601 .link li a {
    padding: 1.6vw 1vw;
    font-size: 1em;
  }
}
#mp2601 .link li a.mod-beige {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #mp2601 .link li a.mod-beige {
    font-size: 1.2em;
  }
}
#mp2601 .link li a.mod-gray {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #mp2601 .link li a.mod-gray {
    font-size: 1.2em;
  }
}
#mp2601 .link li a.mod-orange {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #mp2601 .link li a.mod-orange {
    font-size: 1.2em;
  }
}
#mp2601 .link .link__rank {
  width: 6rem;
}
@media screen and (max-width: 768px) {
  #mp2601 .link .link__rank {
    width: 17%;
  }
}
#mp2601 .link .link__rank img {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #mp2601 .link .link__rank img {
    width: 55%;
  }
}
#mp2601 .content {
  position: relative;
  overflow: hidden;
}
#mp2601 .content__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4em;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #mp2601 .content__wrap {
    gap: 3em;
    margin-top: 3em;
  }
}
#mp2601 .item {
  position: relative;
  padding: 2.5em 3em;
  z-index: 50;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  border: 8px solid #000;
}
#mp2601 .item:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #mp2601 .item {
    margin: 0 auto;
    max-width: 550px;
    padding: 1em 1.5em 2em;
    display: block;
    border: 4px solid #000;
  }
}
#mp2601 .item.mod-beige {
  border-color: #c18d00;
}
#mp2601 .item.mod-gray {
  border-color: #808080;
}
#mp2601 .item.mod-orange {
  border-color: #b9672f;
}
#mp2601 .item__rank--img {
  margin: 0 auto 1.5rem;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  #mp2601 .item__rank--img {
    width: 6em;
    margin-bottom: 0;
  }
}
#mp2601 .item__rank {
  margin: 0 auto 1.5rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  width: 16rem;
  font-size: 3rem;
  border-radius: 3rem;
  text-align: center;
  line-height: 1;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #mp2601 .item__rank {
    width: 7em;
    font-size: 1.5em;
    padding: 0.5em 0;
    border-radius: 3em;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
#mp2601 .item__flex {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mp2601 .item__flex {
    flex-direction: column;
  }
}
#mp2601 .item__img {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #mp2601 .item__img {
    width: 100%;
    margin-top: 1.5em;
  }
}
#mp2601 .item__detail {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #mp2601 .item__detail {
    width: 100%;
  }
}
#mp2601 .item__appeal {
  color: #e50a84;
  font-weight: bold;
  padding: 0.5em 0;
  font-size: 1.35em;
}
#mp2601 .item__title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
  color: #e50a84;
}
@media screen and (max-width: 768px) {
  #mp2601 .item__title {
    font-size: min(1.5em, 6.3vw);
    margin-top: 1em;
  }
}
#mp2601 .item__price {
  font-size: 1.6em;
  font-weight: 800;
  color: #2a2a2a;
  margin-top: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #mp2601 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#mp2601 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
  color: #2a2a2a;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #mp2601 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#mp2601 .item__allergen {
  margin-top: 1.5em;
}
#mp2601 .item__area {
  font-weight: 400;
  font-size: 1em;
}
#mp2601 .item__area--season {
  font-weight: 500;
  display: block;
}
#mp2601 .item__link a {
  margin-top: 0.5em;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  background-color: #e50a84;
  border-radius: 999px;
  padding: 0.75em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  transition: all 0.3s;
  border-radius: 999px;
  border: 5px solid #fff;
  box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #mp2601 .item__link a {
    font-size: 0.9em;
    padding: 0.75em 2em 0.75em 1.5em;
    box-shadow: 0.4em 0.4em 0.6em rgba(0, 0, 0, 0.16);
    border: 3px solid #fff;
  }
}
#mp2601 .item__link a::before {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.6em;
  height: 0.6em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}
#mp2601 .item__link a:hover {
  opacity: 0.8;
}
#mp2601 .item__link a:hover::before {
  right: 0.75em;
}
#mp2601 .item__note {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#mp2601 .banner {
  width: 100%;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #mp2601 .banner {
    margin: 3em auto 0;
    max-width: 550px;
  }
}
#mp2601 .note {
  line-height: 1.5;
  position: relative;
  z-index: 50;
  width: 100%;
  margin-top: 4em;
  background-color: #fff;
  padding: 1.5em 1em;
}
@media screen and (max-width: 768px) {
  #mp2601 .note {
    font-size: min(0.7em, 3.8vw);
    padding: 1.5em 1em;
    margin: 3em auto 0;
    max-width: 550px;
    padding: 1.5em 1em;
  }
}
#mp2601 .note .note__list > * {
  font-size: 1em;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  color: #2a2a2a;
}
#mp2601 .note .note__list > *::before {
  content: "※";
}
#mp2601 .note .note__list > * a {
  color: #2a2a2a !important;
}
#mp2601 .note .note__list > * a:hover {
  text-decoration: underline !important;
}
#mp2601 .js-inview.js-scrollin {
  -webkit-animation-name: InViewOpacity;
          animation-name: InViewOpacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes InViewOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes InViewOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mp2601 .u-col1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#mp2601 .u-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#mp2601 .u-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#mp2601 .u-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#mp2601 .u-col5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#mp2601 .u-col6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#mp2601 .u-col7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
#mp2601 .u-col8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
#mp2601 .u-col9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
#mp2601 .u-col10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 768px) {
  #mp2601 .u-col1--sp {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #mp2601 .u-col2--sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #mp2601 .u-col3--sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #mp2601 .u-col4--sp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #mp2601 .u-col5--sp {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  #mp2601 .u-col6--sp {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  #mp2601 .u-col7--sp {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  #mp2601 .u-col8--sp {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  #mp2601 .u-col9--sp {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  #mp2601 .u-col10--sp {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
}
@media print, (min-width: 769px) {
  #mp2601 .u-col1--pc {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  #mp2601 .u-col2--pc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #mp2601 .u-col3--pc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #mp2601 .u-col4--pc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #mp2601 .u-col5--pc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  #mp2601 .u-col6--pc {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  #mp2601 .u-col7--pc {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  #mp2601 .u-col8--pc {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  #mp2601 .u-col9--pc {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  #mp2601 .u-col10--pc {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
}
#mp2601 .u-mt0em {
  margin-top: 0em !important;
}
#mp2601 .u-mb0em {
  margin-bottom: 0em !important;
}
#mp2601 .u-pt0em {
  padding-top: 0em !important;
}
#mp2601 .u-pb0em {
  padding-bottom: 0em !important;
}
#mp2601 .u-mt1em {
  margin-top: 1em !important;
}
#mp2601 .u-mb1em {
  margin-bottom: 1em !important;
}
#mp2601 .u-pt1em {
  padding-top: 1em !important;
}
#mp2601 .u-pb1em {
  padding-bottom: 1em !important;
}
#mp2601 .u-mt2em {
  margin-top: 2em !important;
}
#mp2601 .u-mb2em {
  margin-bottom: 2em !important;
}
#mp2601 .u-pt2em {
  padding-top: 2em !important;
}
#mp2601 .u-pb2em {
  padding-bottom: 2em !important;
}
#mp2601 .u-mt3em {
  margin-top: 3em !important;
}
#mp2601 .u-mb3em {
  margin-bottom: 3em !important;
}
#mp2601 .u-pt3em {
  padding-top: 3em !important;
}
#mp2601 .u-pb3em {
  padding-bottom: 3em !important;
}
#mp2601 .u-mt4em {
  margin-top: 4em !important;
}
#mp2601 .u-mb4em {
  margin-bottom: 4em !important;
}
#mp2601 .u-pt4em {
  padding-top: 4em !important;
}
#mp2601 .u-pb4em {
  padding-bottom: 4em !important;
}
#mp2601 .u-mt5em {
  margin-top: 5em !important;
}
#mp2601 .u-mb5em {
  margin-bottom: 5em !important;
}
#mp2601 .u-pt5em {
  padding-top: 5em !important;
}
#mp2601 .u-pb5em {
  padding-bottom: 5em !important;
}
#mp2601 .u-mt6em {
  margin-top: 6em !important;
}
#mp2601 .u-mb6em {
  margin-bottom: 6em !important;
}
#mp2601 .u-pt6em {
  padding-top: 6em !important;
}
#mp2601 .u-pb6em {
  padding-bottom: 6em !important;
}
#mp2601 .u-mt7em {
  margin-top: 7em !important;
}
#mp2601 .u-mb7em {
  margin-bottom: 7em !important;
}
#mp2601 .u-pt7em {
  padding-top: 7em !important;
}
#mp2601 .u-pb7em {
  padding-bottom: 7em !important;
}
#mp2601 .u-mt8em {
  margin-top: 8em !important;
}
#mp2601 .u-mb8em {
  margin-bottom: 8em !important;
}
#mp2601 .u-pt8em {
  padding-top: 8em !important;
}
#mp2601 .u-pb8em {
  padding-bottom: 8em !important;
}
#mp2601 .u-mt9em {
  margin-top: 9em !important;
}
#mp2601 .u-mb9em {
  margin-bottom: 9em !important;
}
#mp2601 .u-pt9em {
  padding-top: 9em !important;
}
#mp2601 .u-pb9em {
  padding-bottom: 9em !important;
}
#mp2601 .u-mt10em {
  margin-top: 10em !important;
}
#mp2601 .u-mb10em {
  margin-bottom: 10em !important;
}
#mp2601 .u-pt10em {
  padding-top: 10em !important;
}
#mp2601 .u-pb10em {
  padding-bottom: 10em !important;
}
#mp2601 .u-m0a {
  margin: 0 auto !important;
}
#mp2601 .u-center {
  text-align: center !important;
}
#mp2601 .u-bold {
  font-weight: bold !important;
}
#mp2601 .u-red {
  color: #f00 !important;
}
#mp2601 .u-small {
  font-size: 0.8em !important;
}
#mp2601 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*# sourceMappingURL=mp2601.css.map */