/*--== anniversary common==================--*/
@import url("https://fonts.googleapis.com/css2?family=Meie+Script&family=Noto+Sans+JP:wght@200..900&display=swap");
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-lightblue: #c6e5f5;
  --color-lighgreen: #62ae6f;
  --color-brown: #cbb99c;
  --color-glay: #7c7c7c;
  --font-18-16: clamp(16px, calc(13.714285714285715px + 0.2976190476190476vw), 18px);
  --font-16-14: clamp(14px, calc(11.714285714285715px + 0.2976190476190476vw), 16px);
  --font-14-12: clamp(12px, calc(9.714285714285715px + 0.2976190476190476vw), 14px);
  --font-tb-26-16: clamp(16px, calc(8.857142857142858px + 2.232142857142857vw), 26px);
  --font-tb-26-14: clamp(14px, calc(5.428571428571429px + 2.6785714285714284vw), 26px);
  --font-tb-24-14: clamp(14px, calc(6.857142857142857px + 2.232142857142857vw), 24px);
  --font-tb-24-10: clamp(10px, calc(0px + 3.125vw), 24px);
  --font-tb-22-10: clamp(10px, calc(1.4285714285714288px + 2.6785714285714284vw), 22px);
  --font-tb-20-14: clamp(14px, calc(9.714285714285715px + 1.3392857142857142vw), 20px);
  --font-family-NotoSans: "Noto Sans JP", sans-serif;
  --font-family-Meie: "Meie Script", cursive;
}
#anniversary {
  font-family: var(--font-family-NotoSans);
}
#anniversary .inner {
  width: 90vw;
}
#anniversary p {
  font-size: var(--font-14-12);
  line-height: 1.5;
}
#anniversary strong {
  font-weight: 700;
}
#anniversary .card {
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
#anniversary .flex-box {
  display: flex;
  justify-content: space-between;
}
#anniversary .sp {
  display: none;
}
#anniversary .js-fade-item {
  will-change: opacity, transform;
}
#anniversary .js-fade-group {
  opacity: 0;
}
#shopCtaButton {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #anniversary p {
    font-size: var(--font-tb-20-14);
    line-height: 1.5;
  }
  #anniversary .pc {
    display: none;
  }
  #anniversary .sp {
    display: block;
  }
}
@media screen and (max-width: 490px) {
  #anniversary p {
    font-size: 12px;
  }
}
/*-- :background --*/
.gradation {
  position: relative;
}
.gradation::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(150deg, #c6e5f5 0%, #fdfdfd 50%, #ffe9e9 100%); */
  background: linear-gradient(150deg, #c6e5f5 0%, #ffe9e9 100%);
  animation: Grad 60s infinite alternate;
  z-index: -1;
}
@keyframes Grad {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
/*--== kv ==========================--*/
#kv {
  position: relative;
  padding-block: 50px 100px;
}
#kv h1 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
#kv .swiper {
  max-width: 1300px;
  width: 90vw;
  padding-bottom: 30px;
}
#kv .swiper-wrapper {
  width: 100%;
}
#kv .swiper-pagination {
  position: absolute;
  bottom: 0;
}
#kv .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-glay);
}
#kv .swiper-pagination-bullet-active {
  background-color: var(--color-glay);
}
#kv .inner {
  position: relative;
  width: 100%;
}
#kv p {
  position: absolute;
  top: -7px;
  left: -36px;
  max-width: 334px;
  width: 23.194vw;
  /* transform: translate(-50%, -50%); */
}
#kv p.kv_text {
  position: absolute;
  top: initial;
  bottom: 82px;
  left: initial;
  right: 106px;
  max-width: 92px;
  width: 6.389vw;
}
@media screen and (max-width: 767px) {
  #kv {
    padding-block: 8vw 15.333vw;
  }
  #kv h1 {
    top: 25px;
    max-width: 120px;
    width: 16vw;
  }
  #kv p {
    top: initial;
    top: 2px;
    left: -32px;
    width: 60.533vw;
    transform: translate(0, 0);
  }
  #kv p.mother {
    top: -8px;
    left: -36px;
    width: 51.2vw;
  }
  #kv p.kv_text {
    position: absolute;
    top: initial;
    bottom: 2.5vw;
    left: initial;
    right: 3vw;
    width: 10.933vw;
  }
}

/*--== statement ===================--*/
#statement {
  padding-block: 0 70px;
}
#statement .inner {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  padding-block: 70px;
  padding-inline: 30px;
}
#statement .inner h2 {
  text-align: center;
  margin-bottom: 62px;
}
#statement .inner h2 span {
  display: block;
  margin-bottom: -12px;
}
#statement .inner .statement-inner {
  position: relative;
  padding-inline: clamp(110px, calc(52.85714285714286px + 7.440476190476191vw), 160px) 60px;
}
#statement .inner .statement-txt {
  position: relative;
  z-index: 1;
}
#statement .inner .statement-txt p {
  line-height: 2;
}
.statement-name {
  margin-top: 42px;
}
#statement .inner .statement-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: flex;
  align-items: center;
  margin: auto 0;
  max-width: 440px;
  width: 40.556vw;
}
#statement .ribbon {
  position: absolute;
  top: -52px;
  left: -47px;
}
#statement .ribbon-line {
  position: absolute;
  bottom: -1px;
  right: -1px;
}
@media screen and (max-width: 767px) {
  #statement {
    padding-block: 0 11.2vw;
  }
  #statement .inner {
    padding-block: 9.6vw;
    padding-inline: 5.067vw;
  }
  #statement .inner h2 {
    margin-bottom: 7.467vw;
  }
  #statement .inner h2 img {
    width: 43.6vw;
  }
  #statement .inner h2 span {
    margin-bottom: -2vw;
  }
  #statement .inner h2 span img {
    width: 37.867vw;
  }
  #statement .inner .statement-inner {
    padding-inline: 0;
  }
  #statement .inner .statement-txt p {
    font-size: var(--font-tb-24-14);
  }
  .statement-name {
    margin-top: 42px;
  }
  .statement-name img {
    width: 62.267vw;
  }
  #statement .inner .statement-img {
    position: static;
    max-width: initial;
    width: 58.667vw;
    margin: 6vw auto 0;
  }
  #statement .ribbon {
    position: absolute;
    top: -5.6vw;
    left: -5.4vw;
  }
  #statement .ribbon img {
    width: 32vw;
  }
  #statement .ribbon-line {
    position: absolute;
    bottom: -1px;
    right: -1px;
  }
  #statement .ribbon-line img {
    width: 19.2vw;
  }
}
@media screen and (max-width: 490px) {
  #statement .inner .statement-txt p {
    font-size: 12px;
  }
}

/*--== separate ====================--*/
#separate {
  max-height: 560px;
  height: 40vw;
}
#separate .clip {
  max-height: 560px;
  height: 40vw;
  clip-path: border-box;
}
#separate .img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  background-image: url("../images/separate_pc.jpg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #separate {
    position: relative;
    height: 70vw;
    background-image: none;
  }
  #separate .clip {
    height: 70vw;
  }
  #separate .img {
    background-image: url("../images/separate_sp.jpg");
    background-size: cover;
  }
}

/*--== recipe ======================--*/
#recipe {
  padding-block: 140px 70px;
}
#recipe .recipe-contents {
  position: relative;
  align-items: flex-start;
}
#recipe .inner {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  padding-block: 47px 70px;
  padding-inline: 20px;
}
#recipe .inner .ribbon {
  position: absolute;
  top: -20px;
  left: -27px;
}
#recipe .inner h2 {
  text-align: center;
  margin-bottom: 35px;
}
#recipe .inner h2 span {
  display: block;
  margin-bottom: -13px;
}
#recipe .inner > p {
  max-width: 680px;
  width: 95%;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  padding-block: 15px;
  margin-inline: auto;
  margin-bottom: 33px;
  border-top: var(--color-glay) 1px solid;
  border-bottom: var(--color-glay) 1px solid;
}
#recipe .point-title {
  color: var(--color-white);
  font-size: var(--font-16-14);
  text-align: center;
  background-color: var(--color-brown);
  margin-block: 15px;
  border-radius: 6px;
  padding-block: 0.7em;
}
#recipe .point-txt {
  color: var(--color-brown);
  letter-spacing: -0.01em;
  padding-bottom: 13px;
  border-bottom: var(--color-brown) 1px solid;
}
#recipe .flex-txt {
  width: 50%;
  padding-left: 40px;
}
#recipe .flex-txt .flex-txt-title {
  color: var(--color-white);
  font-size: var(--font-16-14);
  text-align: center;
  padding-block: 0.7em;
  background-color: var(--color-lightblue);
  border-radius: 6px;
}
#recipe .flex-txt .materials-group > p {
  margin-left: 20px;
  margin-bottom: 10px;
}
#recipe .flex-txt ul li {
  font-size: var(--font-14-12);
}
#recipe .flex-txt ul.materials {
  padding-inline: 20px;
  margin-block: 0 40px;
}
#recipe .flex-txt .materials-group ul.materials:first-child {
  margin-top: 40px;
}
#recipe .flex-txt ul.materials li {
  display: flex;
  justify-content: space-between;
  line-height: 2.1;
  border-top: var(--color-glay) 1px dotted;
}
#recipe .flex-txt ul.materials li:last-child {
  border-bottom: var(--color-glay) 1px dotted;
}
#recipe .flex-txt .make-group > p {
  margin-bottom: 10px;
}
#recipe .flex-txt ul.make {
  margin-block: 0 36px;
}
#recipe .flex-txt .make-group p:first-child {
  margin-top: 40px;
}
#recipe .flex-txt .make-group ul.make:last-child {
  margin-bottom: 0;
}
#recipe .flex-txt ul.make li {
  line-height: 1.5;
  text-indent: -1.6rem;
  padding-left: 2.1rem;
  padding-block: 8px;
  border-top: var(--color-glay) 1px dotted;
}
#recipe .flex-txt ul.make li:last-child {
  border-bottom: var(--color-glay) 1px dotted;
}
#recipe .sp-point {
  display: none;
}
@media screen and (min-width: 768px) {
  #recipe .inner .flex-img {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #recipe {
    padding-block: clamp(70px, calc(55.714285714285715px + 4.464285714285714vw), 90px) 12vw;
  }
  #recipe .inner {
    padding-block: 11.6vw 8vw;
    padding-inline: 4vw;
  }
  #recipe .inner .ribbon {
    top: -3vw;
    left: -4.2vw;
  }
  #recipe .inner .ribbon img {
    width: 33.333vw;
  }
  #recipe .inner h2 {
    margin-bottom: 6.933vw;
  }
  #recipe .inner h2 img {
    width: 23.067vw;
  }
  #recipe .inner h2 span {
    margin-bottom: -3vw;
  }
  #recipe .inner h2 span img {
    width: 47.333vw;
  }
  #recipe .inner > p {
    width: 100%;
    font-size: var(--font-tb-24-10);
    text-align: left;
    padding: 2vw 0.5em;
    margin-bottom: 4.267vw;
  }
  #recipe .point-title {
    font-size: var(--font-tb-26-14);
    margin-block: 10.667vw 3.067vw;
  }
  #recipe .sp-point {
    display: block;
  }
  #recipe .point-txt {
    padding-bottom: 3.733vw;
  }
  #recipe .inner .flex-box {
    flex-direction: column;
  }
  #recipe .inner .flex-img {
    margin-bottom: 6.667vw;
  }
  #recipe .inner .flex-img img {
    width: 100%;
  }
  #recipe .flex-txt {
    width: 100%;
    padding-left: 0;
  }
  #recipe .flex-txt .flex-txt-title {
    font-size: var(--font-tb-26-14);
    padding-block: 0.7em;
  }
  #recipe .flex-txt ul li {
    font-size: var(--font-tb-20-14);
  }
}
@media screen and (max-width: 490px) {
  #recipe .inner > p {
    font-size: 12px;
  }
  #recipe .flex-txt ul li {
    font-size: 12px;
  }
}
/*--== recommend ===================--*/
#recommend {
  padding-block: 0 70px;
}
#recommend .inner {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  padding: 35px 20px 45px;
}
#recommend .inner .ribbon {
  position: absolute;
  top: -20px;
  left: -27px;
}
#recommend .inner > .flex-box {
  gap: 0 20px;
}
#recommend .inner h2 {
  text-align: center;
  margin-bottom: 20px;
}
#recommend .inner h3 img {
  display: block;
  margin: 20px auto 17px;
}
#recommend .inner p {
  text-align: center;
}
#recommend .recommend-recipe {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #recommend {
    padding-block: 0 9.333vw;
  }
  #recommend .inner {
    width: 85vw;
    padding: 7.667vw 3vw 6vw;
  }
  #recommend .inner .ribbon {
    top: -3vw;
    left: -4.2vw;
  }
  #recommend .inner .ribbon img {
    width: 33.333vw;
  }
  #recommend .inner h2 {
    margin-bottom: 4.667vw;
  }
  #recommend .inner h2 img {
    width: 57.333vw;
  }
  #recommend .inner > .flex-box {
    flex-wrap: wrap;
    gap: 2.667vw;
  }
  #recommend .inner h3 img {
    width: 11.333vw;
    margin: 2.667vw auto 2.067vw;
  }
  #recommend .inner p {
    text-align: left;
  }
}
/*--== banner ======================--*/
#banner {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}
#banner a {
  display: block;
  max-width: 800px;
  transition: 1s;
  margin-inline: auto;
}
#banner a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #banner {
    padding-top: 8vw;
  }
}
/*--== shop ========================--*/
#shop {
  padding-top: 80px;
}
#shop .inner {
  position: relative;
  max-width: 1080px;
  margin-inline: auto;
}
#shop a {
  display: block;
  transition: all 0.4s ease;
}
#shop a:hover {
  opacity: 0.8;
}
#shop .inner-txt {
  position: absolute;
  top: 0;
  left: clamp(33px, calc(-13.857142857142854px + 6.101190476190476vw), 74px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 26px 0;
}
#shop .inner-txt p {
  color: var(--color-white);
  font-size: var(--font-18-16);
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
#shop .inner-txt .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 325px;
  padding: 24px 36px;
  background-color: var(--color-lighgreen);
  border-radius: 34px;
}
#shop .inner-txt .btn > div {
  width: 100%;
  color: var(--color-white);
  font-size: var(--font-18-16);
  text-align: center;
  letter-spacing: 0.1em;
}
#shop .inner-txt .btn .icon {
  max-width: 29px;
  width: 4.014vw;
}
@media screen and (max-width: 767px) {
  #shop {
    padding-top: 7.467vw;
  }
  #shop .inner-txt {
    left: 50%;
    justify-content: flex-end;
    padding: 4vw 6.9333333333vw;
    transform: translateX(-50%);
    gap: 3vw 0;
  }
  #shop .inner-txt p {
    font-size: var(--font-tb-22-10);
  }
  #shop .inner-txt .btn {
    max-width: initial;
    width: 74.667vw;
  }
  #shop .inner-txt .btn > div {
    font-size: var(--font-tb-24-10);
  }
}
/*--== footer ======================--*/
footer {
  padding-block: 7rem;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 1300px;
  margin-inline: auto;
}
footer ul {
  display: flex;
  gap: 4.5rem;
}
footer ul li a {
  font-size: var(--font-12);
  transition: 1s;
}
footer ul li a:hover {
  opacity: 0.5;
}
footer .copyright {
  letter-spacing: 0.02em;
  font-size: var(--font-12);
}
@media screen and (max-width: 767px) {
  footer .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
}
