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

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

#nm2512 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #272727;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", sans-serif !important;
}
#nm2512 ol,
#nm2512 ul {
  list-style: none;
}
#nm2512 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#nm2512 a:hover {
  text-decoration: none;
}
#nm2512 .section {
  position: relative;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  #nm2512 .section {
    font-size: min(1.2em, 5vw);
    padding: 10vw 5vw;
  }
}
#nm2512 .pre {
  font-size: 2.6rem;
  font-weight: bold;
  color: #e60012;
  padding: 0.8rem 0;
  background-color: #ff0;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #nm2512 .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
#nm2512 .kv {
  position: relative;
}
#nm2512 .kv__yuge {
  position: absolute;
  opacity: 0;
  width: 70%;
  -webkit-animation-name: Yuge;
          animation-name: Yuge;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: transform, opacity;
}
#nm2512 .kv__yuge--left1 {
  top: 30%;
  left: 10%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#nm2512 .kv__yuge--left2 {
  top: 30%;
  left: 10%;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
#nm2512 .kv__yuge--right1 {
  top: 33%;
  right: -15%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#nm2512 .kv__yuge--right2 {
  top: 33%;
  right: -15%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@-webkit-keyframes Yuge {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
}
@keyframes Yuge {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: scale(2) translateY(-300px);
    opacity: 0;
  }
}
#nm2512 .lead {
  background-color: #E54487;
  border-top: 5px solid #F89DC5;
  border-bottom: 5px solid #F89DC5;
  padding: 2.5em 5em;
  position: relative;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #nm2512 .lead {
    padding: 1.5em 1em;
  }
}
#nm2512 .lead__desc {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#nm2512 .lead__desc p {
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #nm2512 .lead__desc p {
    font-size: 1.3em;
  }
}
#nm2512 .cmp {
  background-image: url(/library/contents/products/nm2512/img/parts/bg-check.svg);
  background-color: #E60D1E;
  background-size: 200px;
}
#nm2512 .cmp__ttl {
  text-align: center;
  font-family: "Kosugi Maru", serif;
  color: #fff;
  font-size: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #nm2512 .cmp__ttl {
    margin-bottom: 0.5em;
  }
}
#nm2512 .cmp__content {
  width: 96%;
  display: flex;
  justify-content: space-between;
  gap: 1.5em;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #nm2512 .cmp__content {
    display: block;
    max-width: 500px;
  }
}
#nm2512 .cmp__content li {
  width: calc(50% - 1.5em);
  margin: 0 auto;
  border: solid 4px #fff;
}
@media screen and (max-width: 768px) {
  #nm2512 .cmp__content li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#nm2512 .bgWrap {
  position: relative;
  background: #5BC3CC;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #nm2512 .bgWrap {
    padding-bottom: 3rem;
  }
}
#nm2512 .bgWrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1));
  background-size: 50px 50px;
  background-repeat: repeat;
  z-index: 10;
  background-position: 0 0;
}
#nm2512 .content {
  position: relative;
  overflow: hidden;
}
#nm2512 .content__ttl {
  position: relative;
  z-index: 20;
  top: 3em;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #nm2512 .content__ttl {
    width: 70%;
    top: 1.5em;
  }
}
#nm2512 .content__ttl--other {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #nm2512 .content__ttl--other {
    width: 70%;
    max-width: 450px;
  }
}
#nm2512 .content__wrap {
  z-index: 10;
  position: relative;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0rem 5rem 0rem;
  padding: 3em 0;
  border: 10px solid #F5C950;
}
@media screen and (max-width: 768px) {
  #nm2512 .content__wrap {
    padding: 1em 0;
    margin: 0rem 1rem 0rem;
    gap: 0em;
  }
}
#nm2512 .item {
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3em;
  border-radius: 40px;
  z-index: 50;
}
@media print {
  #nm2512 .item {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #nm2512 .item {
    max-width: 550px;
    margin: 0 auto;
    padding: 2em 1.5em;
    display: block;
    border-radius: 20px;
  }
}
#nm2512 .item__img {
  position: relative;
  border: 5px solid #F5C950;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__img {
    margin-bottom: 0.5em;
  }
}
#nm2512 .item__img, #nm2512 .item__detail {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__img, #nm2512 .item__detail {
    width: 100%;
  }
}
#nm2512 .item__appeal {
  font-size: 1.5em;
  color: #E54487;
  font-family: "Kosugi Maru", serif;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__appeal {
    font-size: min(1.25em, 4.8vw);
  }
}
#nm2512 .item__title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  margin-bottom: 0.3em;
  color: #E54487;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__title {
    font-size: min(1.5em, 6.3vw);
  }
}
#nm2512 .item__price {
  font-size: 1.6em;
  font-weight: 800;
  color: #2A2A2A;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__price {
    font-size: min(1.2em, 6.2vw);
  }
}
#nm2512 .item__area {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  font-weight: bold;
  color: #2A2A2A;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__area {
    margin-bottom: 0.75em;
    font-size: min(1.1em, 6.1vw);
  }
}
#nm2512 .item__area--season {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__area--season {
    font-size: 0.75em;
  }
}
#nm2512 .item__desc {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__desc {
    font-size: min(1em, 6.1vw);
  }
}
#nm2512 .item__allergen {
  margin-top: 1.5em;
  font-family: "Kosugi Maru", serif;
}
#nm2512 .item__allergen span {
  font-size: 1em;
  font-weight: bold;
  color: #2A2A2A;
}
#nm2512 .item__allergen a {
  margin-top: 0.5em;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  background-color: #E54487;
  border-radius: 999px;
  padding: 0.75em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  transition: all 0.3s;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__allergen a {
    font-size: 0.9em;
    padding: 0.75em 2em 0.75em 1.5em;
  }
}
#nm2512 .item__allergen a::before {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}
#nm2512 .item__allergen a:hover {
  opacity: 0.8;
}
#nm2512 .item__allergen a:hover::before {
  right: 0.5em;
}
#nm2512 .item__allergen a:not(:last-of-type) {
  margin-bottom: 1em;
}
#nm2512 .item__note {
  font-size: 0.8em;
  margin-top: 0.3em;
  font-family: "Kosugi Maru", serif;
}
#nm2512 .item__accordion {
  padding: 1em 3em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordion {
    padding: 1em 0.5em;
  }
}
#nm2512 .item__accordion .acc-sw {
  display: block;
  text-align: center;
  background-color: #5BC3CC;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  position: relative;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordion .acc-sw {
    font-size: min(1em, 4vw);
  }
}
#nm2512 .item__accordion .acc-sw .acc-swicon {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  right: 30px;
  margin-right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordion .acc-sw .acc-swicon {
    right: 2px;
  }
}
#nm2512 .item__accordion .acc-sw .acc-swicon:before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  transition: 300ms;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordion .acc-sw .acc-swicon:before {
    width: 20px;
    height: 2px;
  }
}
#nm2512 .item__accordion .acc-sw .acc-swicon:after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  transition: 300ms;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transform: rotate(90deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordion .acc-sw .acc-swicon:after {
    width: 20px;
    height: 2px;
  }
}
#nm2512 .item__accordion .acc-sw.active .acc-swicon:after {
  opacity: 0;
}
#nm2512 .item__accordion .acc-body {
  background-color: #FFF4D1;
  padding: 2em 2em;
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #FFE697 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #FFE697 calc(100% - 1px));
  background-size: 64px 64px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordion .acc-body {
    padding: 1em 0.5em;
  }
}
#nm2512 .item__accordionappeal {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordionappeal {
    font-size: min(1.5em, 6.3vw);
  }
}
#nm2512 .item__accordionttl {
  color: #DA1770;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordionttl {
    font-size: min(1.25em, 4.8vw);
  }
}
#nm2512 .item__accordionsubttl {
  position: relative;
  color: #DA1770;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordionsubttl {
    font-size: min(1.25em, 4.8vw);
    padding-left: 0.5em;
  }
}
#nm2512 .item__accordionsubttl:after {
  position: absolute;
  background: radial-gradient(circle farthest-side, #DA1770, #DA1770 40%, transparent 40%, transparent);
  background-size: 4px;
  content: "";
  display: inline-block;
  height: 4px;
  width: 90%;
  top: 50%;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #nm2512 .item__accordionsubttl:after {
    width: 80%;
  }
}
#nm2512 .item__accordionlist {
  padding: 0.5em 0 1em;
}
#nm2512 .item__accordionlist li {
  line-height: 2em;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
#nm2512 .item__accordionlist-number {
  padding: 0.5em 0 1em;
}
#nm2512 .item__accordionlist-number li {
  line-height: 2em;
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#nm2512 .item__accordionlist-number li span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  z-index: 1;
  text-indent: 0;
  color: #fff;
}
#nm2512 .item__accordionlist-number li span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5em;
  height: 1.5em;
  background-color: #7ACAE7;
  font-weight: bold;
  border-radius: 50%;
  z-index: -1;
}
#nm2512 .nanigaarukana {
  background-color: #078C41;
  position: relative;
  z-index: 10;
}
#nm2512 .nanigaarukana__ttl {
  position: relative;
  z-index: 20;
  text-align: center;
  font-size: 2.5em;
  color: #ffffff;
  margin: 0 auto 0.75em;
  width: 100%;
  font-family: "Kosugi Maru", serif;
}
@media screen and (max-width: 768px) {
  #nm2512 .nanigaarukana__ttl {
    width: 100%;
    font-size: min(2.5em, 5vw);
    padding: 1vw;
  }
}
#nm2512 .nanigaarukana__col {
  position: relative;
  z-index: 20;
  display: grid;
  gap: 3em;
  margin: 0 auto;
}
@media print, (min-width: 769px) {
  #nm2512 .nanigaarukana__col {
    padding: 0 7.5rem;
  }
}
#nm2512 .nanigaarukana__col:has(> :nth-child(1):last-child) {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #nm2512 .nanigaarukana__col:has(> :nth-child(1):last-child) {
    width: 100%;
  }
}
#nm2512 .note {
  font-size: 1em;
  line-height: 1.5;
  padding: 5em 0;
  position: relative;
  z-index: 50;
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #nm2512 .note {
    font-size: min(0.7em, 3.8vw);
    padding: 1.5em 0;
  }
}
#nm2512 .note a {
  color: #E54487;
}
#nm2512 .note > * {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#nm2512 .note > *::before {
  content: "※";
}
#nm2512 .c-inview-animation.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;
  }
}
#nm2512 .c-red {
  color: #ff0000;
}
#nm2512 .c-small {
  margin-top: 0.25em;
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
}
#nm2512 .c-col1 {
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #nm2512 .c-col1 {
    width: 100%;
  }
}
@media print, (min-width: 769px) {
  #nm2512 .c-col2-pc {
    grid-template-columns: 1fr 1fr;
  }
  #nm2512 .c-col3-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #nm2512 .c-col4-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #nm2512 .c-col5-pc {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #nm2512 .c-col2-sp {
    grid-template-columns: 1fr 1fr;
  }
  #nm2512 .c-col3-sp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #nm2512 .c-col4-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #nm2512 .c-col5-sp {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#nm2512 .c-nw {
  display: inline-block;
}
#nm2512 .u-mb1em {
  margin-bottom: 1em !important;
}
#nm2512 .u-1fr {
  grid-template-columns: 1fr !important;
}
#nm2512 .u-2fr {
  grid-template-columns: 1fr 1fr !important;
}
#nm2512 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#nm2512 .dispSP {
  display: none;
}
@media screen and (max-width: 768px) {
  #nm2512 .dispSP {
    display: block;
  }
}
#nm2512 .dispPC {
  display: block;
}
@media screen and (max-width: 768px) {
  #nm2512 .dispPC {
    display: none;
  }
}
/*# sourceMappingURL=nm2512.css.map */