:root {
  --color-black: 51 51 51;
  --color-land-shadow: 120 153 54 / .7;
  --color-water-shadow: 34 161 229 / .7;
  --color-newyear-shadow: 153 128 54 / .7;
  --color-easter-shadow: 166 166 58 / .7;
  --color-goldenweek-shadow: 54 103 153 / .7;
  --color-helloween-shadow: 153 107 54 / .7;
  --color-christmas-shadow: 153 54 70 / .7;
  --color-rainyseason-shadow: 175 107 199 / .7;
  --color-summer-shadow: 240 158 15 / .7;
  --color-wonder-shadow: 236 152 89 / .7;
  --color-land-bg: 242 255 217;
  --color-water-bg: 208 245 254;
  --color-newyear-bg: 255 249 229;
  --color-easter-bg: 255 255 217;
  --color-goldenweek-bg: 229 242 255;
  --color-helloween-bg: 255 208 152;
  --color-christmas-bg: 255 232 236;
  --color-rainyseason-bg: 237 219 241;
  --color-summer-bg: 254 247 213;
  --color-wonder-bg: 253 225 186;
  --color-download-shadow: 41 10 8;
  --layout-padding: 80px;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: rgb(var(--color-black));
}

* {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  opacity: 1;
}

button {
  border: none;
  background: none;
}

div:after, dl:after, ul:after {
  content: none;
}

.contents_wrap a:hover img {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  :root {
    --layout-padding: 15px;
  }
  .pc {
    display: none;
  }
}
.l-container {
  width: 100%;
  max-width: calc(1040px + var(--layout-padding) * 2);
  margin: 0 auto;
  padding-inline: var(--layout-padding);
}
.l-container.-lg {
  max-width: calc(1080px + var(--layout-padding) * 2);
}
.l-container.-sm {
  max-width: calc(880px + var(--layout-padding) * 2);
}

.l-section {
  padding-top: 100px;
}

.l-wrapper {
  overflow: hidden;
}

.p-mv {
  width: 100%;
  height: 305px;
  background: url(/sweets/chocolate/nicolate/recipe/img/bg-mv-pc.jpg);
  background-color: #faf8eb;
  background-position: center;
  box-sizing: 1920px;
}
.p-mv h1 {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  padding: 0;
}
@media screen and (max-width: 599.9px) {
  .p-mv {
    height: auto;
    aspect-ratio: 750/408;
    background-image: url(/sweets/chocolate/nicolate/recipe/img/bg-mv-sp.png);
    background-size: cover;
  }
}

.p-nav {
  background: #faf8eb;
  padding-bottom: 101px;
}
@media screen and (max-width: 599.9px) {
  .p-nav {
    padding-top: 35px;
    padding-bottom: 140px;
  }
}
.p-nav__lead {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p-nav__lead {
    margin-bottom: 40px;
  }
}
.p-nav__lead img {
  padding: 0 20px;
  max-width: 100%;
  height: auto;
}

.p-nav__pickup {
  width: 100%;
  min-height: 210px;
  padding: 30px 0 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1023.9px) {
  .p-nav__pickup {
    padding: 30px 0 32.5px;
    min-height: 175px;
  }
}
.p-nav__pickup .p-nav__pickup-title {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p-nav__pickup .p-nav__pickup-title {
    margin-bottom: 25px;
  }
}
.p-nav__pickup .p-nav__pickup-title img {
  width: 129px;
}
@media screen and (max-width: 1023.9px) {
  .p-nav__pickup .p-nav__pickup-title img {
    width: 86px;
  }
}
.p-nav__pickup .p-nav__pickup-title::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/sweets/chocolate/nicolate/recipe/img/animals/sleepmouse-01.jpg");
  background-size: contain;
  clip-path: inset(15% 15% 25%);
  width: 250px;
  height: 250px;
  top: -50%;
  left: -350px;
  transform: rotate(-10deg) translateY(-5%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1023.9px) {
  .p-nav__pickup .p-nav__pickup-title::before {
    clip-path: inset(10px 0 40px);
    width: 120px;
    height: 120px;
    top: -30px;
    left: -140px;
  }
}
.p-nav__pickup .p-nav__pickup-title::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/sweets/chocolate/nicolate/recipe/img/animals/cheshireneko-01.jpg");
  background-size: contain;
  clip-path: inset(15% 15% 25%);
  width: 250px;
  height: 250px;
  top: -50%;
  right: -350px;
  transform: rotate(10deg);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1023.9px) {
  .p-nav__pickup .p-nav__pickup-title::after {
    clip-path: inset(10px 0 40px);
    width: 120px;
    height: 120px;
    top: -30px;
    right: -140px;
  }
}

.p-nav__list {
  --item-pc: 316px;
  --item-sp: 335px;
}
.p-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--item-pc), 100%), var(--item-pc)));
  justify-content: center;
  gap: 26px 25px;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .p-nav__list {
    grid-template-columns: repeat(auto-fit, minmax(min(var(--item-sp), 100%), var(--item-sp)));
    gap: 25px;
    margin-top: 35px;
  }
}

.p-gallery {
  padding: 120px 0 100px;
  background-color: rgb(var(--color-land-bg));
}
@media screen and (max-width: 767.9px) {
  .p-gallery {
    padding: 80px 0 90px;
  }
}
.p-gallery.-water {
  background-color: rgb(var(--color-water-bg));
}
.p-gallery.-newyear {
  background-color: rgb(var(--color-newyear-bg));
}
.p-gallery.-easter {
  background-color: rgb(var(--color-easter-bg));
}
.p-gallery.-goldenweek {
  background-color: rgb(var(--color-goldenweek-bg));
}
.p-gallery.-helloween {
  background-color: rgb(var(--color-helloween-bg));
}
.p-gallery.-christmas {
  background-color: rgb(var(--color-christmas-bg));
}
.p-gallery.-rainyseason {
  background-color: rgb(var(--color-rainyseason-bg));
}
.p-gallery.-summer {
  background-color: rgb(var(--color-summer-bg));
}
.p-gallery.-wonder {
  background-color: rgb(var(--color-wonder-bg));
}
.p-gallery__nami {
  width: 100%;
  height: 20px;
  background-image: url("/sweets/chocolate/nicolate/recipe/img/nami/00.jpg");
  background-size: 86px 20px;
  background-repeat: repeat-x;
  background-position-y: bottom;
}
@media screen and (max-width: 599.9px) {
  .p-gallery__nami {
    height: 5px;
    background-size: 43px 5px;
  }
}

.p-gallery .p-gallery_list {
  --item-pc: 170px;
  --item-sp: 155px;
  display: grid;
  grid-template-columns: repeat(auto-fit, min(var(--item-pc), 100%));
  justify-content: center;
  gap: 35px 37px;
  padding: 40px 0;
}
@media screen and (max-width: 767.9px) {
  .p-gallery .p-gallery_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, min(var(--item-sp), 100%));
    justify-content: center;
    gap: 25px;
  }
}
.p-gallery .p-gallery_list li {
  position: relative;
}
.p-gallery .p-gallery_list img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 170/170;
  background-color: #fff;
}
.p-gallery .p-gallery_list img.new {
  width: 40px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
}
.p-gallery .p-gallery__cv {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-gallery .p-gallery__cv {
    margin-top: 30px;
  }
}

.p-modal {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.32s cubic-bezier(0.33, 1, 0.68, 1);
  transition-property: opacity, visibility;
  z-index: 5;
}
.p-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.p-modal__bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  height: 200vh;
}

.p-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
}
.p-modal__dialog picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-modal__dialog {
    aspect-ratio: 900/824;
    max-width: 75%;
    max-height: 75%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-modal__dialog {
    max-width: calc(100% - 28px);
    max-height: calc(100% - 28px);
    border-radius: 25px;
  }
}

.p-modal__content {
  position: relative;
}

.p-modal__close {
  width: 8.8888888889%;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  inset: auto;
  transform: rotate(45deg);
}
.p-modal__close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 599.9px) {
  .p-modal__close {
    width: 14.2857142857%;
  }
  .p-modal__close::before, .p-modal__close::after {
    height: 3px;
  }
}

.p-modal__cv {
  width: 44.4444444444%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
  text-align: center;
}
.p-modal__cv img {
  width: 100%;
  opacity: 1 !important;
}
@media screen and (max-width: 767.9px) {
  .p-modal__cv {
    width: 85%;
    bottom: 4%;
  }
}

.p-modal .p-modal__cv {
  width: 44.4444444444%;
}
@media screen and (max-width: 767.9px) {
  .p-modal .p-modal__cv {
    width: 85%;
  }
}

.p-page-top {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 599.9px) {
  .p-page-top {
    width: 50px;
    height: 50px;
  }
}

.c-heading {
  text-align: center;
}
.c-heading img {
  max-width: 100%;
  height: 41px;
}
@media screen and (max-width: 767.9px) {
  .c-heading img {
    height: 25px;
  }
}

.c-button {
  background: none;
  border: none;
  padding: 0;
  width: fit-content;
  margin: auto;
}
.c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-land-shadow));
}
.-water .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-water-shadow));
}
.-newyear .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-newyear-shadow));
}
.-easter .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-easter-shadow));
}
.-goldenweek .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-goldenweek-shadow));
}
.-helloween .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-helloween-shadow));
}
.-christmas .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-christmas-shadow));
}
.-rainyseason .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-rainyseason-shadow));
}
.-summer .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-summer-shadow));
}
.-wonder .c-button:not(.disabled) {
  --card-shadow: rgb(var(--color-wonder-shadow));
}
.c-button:not(.disabled).download {
  --card-shadow: rgb(var(--color-download-shadow));
}
.c-button:not(.disabled) {
  display: block;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  filter: drop-shadow(0 8px 0 var(--card-shadow));
}
.c-button:not(.disabled).-anchor {
  filter: drop-shadow(0 5px 0 var(--card-shadow));
}
@media (hover: hover) {
  .c-button:not(.disabled):hover, .c-button:not(.disabled):focus-visible {
    transform: translateY(8px);
    filter: unset;
  }
}

.c-modal-button {
  width: 100%;
  aspect-ratio: 1/1;
}

#loading {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: url(/sweets/chocolate/nicolate/images/bg_pink.png);
  background-color: #f39f9a;
  position: fixed;
  inset: 0;
  z-index: 999999;
}
#loading::after {
  display: none;
}
#loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-property: opacity, visibility;
  transition-delay: 0.8s;
}
#loading > img {
  display: block;
  width: min(400px, 75vw);
  animation: 0.8s zoomLogo both;
}

@keyframes zoomLogo {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
