@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}

::-webkit-full-page-media,
:future,
:root body {
  -webkit-font-smoothing: antialiased;
}

body {
  font-weight: 400;
  color: #504646;
}

.phrase {
  display: inline-block;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 880px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: none;
}

li::marker {
  display: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-btn {
  background-image: url("../images/pc/instagram.svg");
  background-position: center left 96px;
  background-position: center left 9.6rem;
  background-repeat: no-repeat;
  background-size: 2.1rem 2.1rem;
  background-color: #005F40;
  border: 1px solid #005F40;
  display: inline-block;
  border-radius: 100vh;
  text-align: center;
  padding: 16px 0;
  padding: 1.6rem 0;
  line-height: 1.2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 352px;
  width: 35.2rem;
  max-width: 100%;
  color: #fff;
}
@media screen and (max-width: 880px) {
  .c-btn {
    background-position: center left 7.6rem;
    width: 27.1rem;
  }
}
.c-btn span {
  display: inline-block;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  padding-left: 35px;
  padding-left: 3.5rem;
}
@media screen and (max-width: 880px) {
  .c-btn span {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 881px) {
  .c-btn:hover {
    background-color: #fff;
    background-image: url("../images/pc/instagramGreen.svg");
    color: #005F40;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.c-btn2 {
  background-color: #C9A063;
  border: 2px solid #C9A063;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  padding: 1rem 0;
  line-height: 1.2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 230px;
  width: 23rem;
  max-width: 100%;
  color: #fff;
}
.c-btn2 span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  .c-btn2 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 880px) {
  .c-btn2 {
    width: 18rem;
  }
}

@media screen and (min-width: 881px) {
  .c-btn2:hover {
    background-color: #fff;
    color: #C9A063;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.c-cat {
  min-width: 100px;
  min-width: 10rem;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #005F40;
  padding: 4px 10px;
  padding: 0.4rem 1rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.c-column2 {
  display: grid;
  gap: 40px;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 880px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column2--gap-sm {
  gap: 30px;
  gap: 3rem;
}
@media screen and (max-width: 880px) {
  .c-column2--gap-sm {
    gap: 2rem;
  }
}

.c-column2--gap-lg {
  gap: 80px;
  gap: 8rem;
}
@media screen and (max-width: 880px) {
  .c-column2--gap-lg {
    gap: 7rem;
  }
}

.c-column5 {
  display: grid;
  gap: 17px;
  gap: 1.7rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 880px) {
  .c-column5 {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-headline01 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.c-headline01--flower {
  position: relative;
}
.c-headline01--flower::before {
  position: absolute;
  content: "";
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  top: -4rem;
  background: url(../images/pc/flower.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .c-headline01--flower::before {
    width: 2.5rem;
    height: 2.5rem;
    top: -3.2rem;
  }
}

.c-headline01__main {
  font-size: 20px;
  font-size: 2rem;
  color: #005F40;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 880px) {
  .c-headline01__main {
    font-size: 1.3rem;
  }
}

.c-headline01__main--lg {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 880px) {
  .c-headline01__main--lg {
    font-size: 2rem;
  }
}

.c-headline01__main--lg span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 880px) {
  .c-headline01__main--lg span {
    font-size: 1.4rem;
  }
}

.c-headline01__main--deco {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.c-headline01__main--deco::before {
  position: absolute;
  content: "";
  width: 68px;
  width: 6.8rem;
  height: 77px;
  height: 7.7rem;
  left: -60px;
  left: -6rem;
  top: -10px;
  top: -1rem;
  background: url(../images/pc/titleDeco02.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .c-headline01__main--deco::before {
    width: 4.3rem;
    height: 4.9rem;
    left: -4.5rem;
  }
}
.c-headline01__main--deco::after {
  position: absolute;
  content: "";
  width: 68px;
  width: 6.8rem;
  height: 77px;
  height: 7.7rem;
  right: -60px;
  right: -6rem;
  top: -10px;
  top: -1rem;
  background: url(../images/pc/titleDeco03.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .c-headline01__main--deco::after {
    width: 4.3rem;
    height: 4.9rem;
    right: -4.5rem;
  }
}

.c-headline01__sub {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 43px;
  margin-top: 4.3rem;
  line-height: 2.1176470588;
  font-weight: 700;
}
@media screen and (max-width: 880px) {
  .c-headline01__sub {
    margin-top: 2.3rem;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}

.c-headline01__sub--mt30 {
  margin-top: 30px;
  margin-top: 3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 880px) {
  .c-headline01__sub--mt30 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #005F40;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 881px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 30px;
  width: 3rem;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

@media screen and (min-width: 768px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
}
.c-insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-insta__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #005F40;
  letter-spacing: 0.075em;
  margin-right: 15px;
  margin-right: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .c-insta__ttl {
    font-size: 1.6rem;
    margin-right: 0.5rem;
  }
}

.c-insta__img {
  position: relative;
}

.c-insta__img img {
  width: 29px;
  width: 2.9rem;
}
@media screen and (max-width: 880px) {
  .c-insta__img img {
    width: 2rem;
  }
}

.c-link {
  position: relative;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  right: -15px;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/link.svg) center center/contain no-repeat;
}

.c-link--blue::after {
  background: url(../images/common/link-blue.svg) center center/contain no-repeat;
}

.c-newOpen {
  position: fixed;
  right: 65px;
  right: 6.5rem;
  bottom: 30px;
  bottom: 3rem;
  z-index: 30;
  width: 116px;
  width: 11.6rem;
  height: 160px;
  height: 16rem;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .c-newOpen {
    width: 9.1rem;
    height: 12rem;
    right: 1.5rem;
    bottom: 2rem;
  }
}

.c-price {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
}
@media screen and (max-width: 880px) {
  .c-price {
    font-size: 2rem;
  }
}
.c-price span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 880px) {
  .c-price span {
    font-size: 1.3rem;
  }
}

.c-sectionDeco {
  position: relative;
  padding: 55px 0 70px;
  padding: 5.5rem 0 7rem;
}
@media screen and (max-width: 880px) {
  .c-sectionDeco {
    padding: 4rem 0 3.3rem;
  }
}
.c-sectionDeco::before {
  position: absolute;
  content: "";
  width: 507px;
  width: 50.7rem;
  height: 12px;
  height: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: url(../images/pc/titleDeco04.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .c-sectionDeco::before {
    background: url(../images/sp/titleDeco04.svg) center center/contain no-repeat;
    width: 83.5820895522%;
  }
}
.c-sectionDeco::after {
  position: absolute;
  content: "";
  width: 507px;
  width: 50.7rem;
  height: 12px;
  height: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../images/pc/titleDeco05.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .c-sectionDeco::after {
    background: url(../images/sp/titleDeco05.svg) center center/contain no-repeat;
    width: 83.5820895522%;
  }
}

.c-tag {
  font-size: 14px;
  font-size: 1.4rem;
  color: #504646;
  padding: 6px 8px;
  padding: 0.6rem 0.8rem;
  display: inline-block;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.l-inner {
  width: 1260px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-sec {
  margin-top: -77px;
  margin-top: -7.7rem;
  padding: 0 0 170px;
  padding: 0 0 17rem;
}
@media screen and (max-width: 880px) {
  .l-sec {
    margin-top: 0.5rem;
  }
}
.l-sec01 {
  padding: 120px 0 110px;
  padding: 12rem 0 11rem;
}
@media screen and (max-width: 880px) {
  .l-sec01 {
    padding: 9rem 0 4rem;
  }
}
.l-sec02 {
  padding: 70px 0 100px;
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 880px) {
  .l-sec02 {
    padding: 5rem 0 4rem;
  }
}
.l-sec03 {
  padding: 0 0 100px;
  padding: 0 0 10rem;
}
@media screen and (max-width: 880px) {
  .l-sec03 {
    padding: 0 0 13.3rem;
  }
}
.l-sec04 {
  padding: 0 0 100px;
  padding: 0 0 10rem;
}
@media screen and (max-width: 880px) {
  .l-sec04 {
    padding: 0 0 12rem;
  }
}
.l-sec05 {
  padding: 0 0 100px;
  padding: 0 0 10rem;
}
@media screen and (max-width: 880px) {
  .l-sec05 {
    padding: 0 0 6.5rem;
  }
}
.l-sec06 {
  padding: 0 0 100px;
  padding: 0 0 10rem;
}
@media screen and (max-width: 880px) {
  .l-sec06 {
    padding: 0 0 11.8rem;
  }
}
.l-sec07 {
  padding: 108px 0 178px;
  padding: 10.8rem 0 17.8rem;
}
@media screen and (max-width: 880px) {
  .l-sec07 {
    padding: 8rem 0 10rem;
  }
}
.l-sec08 {
  padding: 150px 0 100px;
  padding: 15rem 0 10rem;
}
@media screen and (max-width: 880px) {
  .l-sec08 {
    padding: 10rem 0 16rem;
  }
}
.l-sec09 {
  padding: 150px 0 110px;
  padding: 15rem 0 11rem;
}
@media screen and (max-width: 880px) {
  .l-sec09 {
    padding: 8.5rem 0 9.7rem;
  }	
}
.l-sec10 {
  padding: 65px 0 80px;
  padding: 6.5rem 0 8rem;
}
@media screen and (max-width: 880px) {
  .l-sec10 {
    padding: 4.5rem 0 6.5rem;
  }
}

.p-amis {
  background-color: #DEECC9;
  position: relative;
  z-index: 3;
}
.p-amis::after {
  position: absolute;
  content: "";
  width: 187px;
  width: 18.7rem;
  height: 159px;
  height: 15.9rem;
  left: calc(50% - 56rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../images/pc/amisDeco.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1365px) {
  .p-amis::after {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .p-amis::after {
    display: block;
    width: 15.5rem;
    left: calc(50% - 9rem);
    height: 13.2rem;
    bottom: -6rem;
  }
}

.p-amis__bg {
  position: relative;
}

.p-amis__head {
  margin-top: -30px;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-amis__head {
    margin-top: -6rem;
  }
}

.p-amis__column {
  margin-top: 20px;
  margin-top: 2rem;
  width: 920px;
  width: 92rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 880px) {
  .p-amis__column {
    margin-top:1rem;
    width: 45rem;
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.3rem 1.8rem;
  }
}
.p-amis__item .p-block__img:not(.p-block__img--amis04){
  margin-top: auto;
}
.p-amis__item .p-block__wrap{
  margin-top: 0;
}
@media screen and (max-width: 880px) {
  .p-amis__item {
    width: 47%;
  }
}

.p-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-block__img {
  margin-right: auto;
  margin-left: auto;
}
.p-fm__item .p-block__img:not(.p-block__img--fm03){
  margin-top: auto;
}
.p-fm__item .p-block__wrap{
  margin-top: 0;
}
.p-block__img--fm01 {
  width: 130px;
  width: 13rem;
}
@media screen and (max-width: 880px) {
  .p-block__img--fm01 {
    width: 26.6666666667%;
    width: 10rem;
  }
}

.p-block__img--fm02 {
  width: 165px;
  width: 16.5rem;
}
@media screen and (max-width: 880px) {
  .p-block__img--fm02 {
    width: 16.2rem;
  }
}
.p-block__img--fm03 {
  width: 190px;
  width: 19rem;
}
.p-block__img--sar01 {
  width: 180px;
  width: 18rem;
  padding-top: 34px;
  padding-top: 3.4rem;
}
@media screen and (max-width: 880px) {
  .p-block__img--sar01 {
    width: 12.5rem;
    padding-top: 4.5rem;
  }
}

.p-block__img--sar02 {
  width: 148px;
  width: 14.8rem;
}
@media screen and (max-width: 880px) {
  .p-block__img--sar02 {
    width: 12.7rem;
  }
}

.p-block__img--amis01 {
  width: 135px;
  width: 13.5rem;
}
@media screen and (max-width: 880px) {
  .p-block__img--amis01 {
    width: 9.6rem;
  }
}

.p-block__img--amis02 {
  width: 195px;
  width: 19.5rem;
}
@media screen and (max-width: 880px) {
  .p-block__img--amis02 {
    width: 13.5rem;
  }
}

.p-block__img--amis03 {
  width: 205px;
  width: 20.5rem;
}
@media screen and (max-width: 880px) {
  .p-block__img--amis03 {
    width: 13.4rem;
  }
}

.p-block__img--amis04 {
  width: 198px;
  width: 19.8rem;
}
@media screen and (max-width: 880px) {
  .p-block__img--amis04 {
    width: 14.3rem;
  }
}

.p-block__wrap {
  margin-top: auto;
  padding-top: 20px;
  padding-top: 2rem;
}

.p-block__num {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .p-block__num {
    font-size: 1.5rem;
  }
}

.p-block__price {
  text-align: center;
  line-height: 1;
  margin-top: 12px;
  margin-top: 1.2rem;
}
@media screen and (max-width: 880px) {
  .p-block__price {
    margin-top: 0.6rem;
  }
}

.p-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-box--petit03 {
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
@media screen and (max-width: 880px) {
  .p-box--petit03 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-box__wrap {
  margin-top: auto;
}

.p-box__img {
  margin-right: auto;
  margin-left: auto;
}

.p-box__img--01 {
  width: 92px;
  width: 9.2rem;
}
@media screen and (max-width: 880px) {
  .p-box__img--01 {
    width: 9.6rem;
  }
}

.p-box__img--02 {
  width: 114px;
  width: 11.4rem;
}
@media screen and (max-width: 880px) {
  .p-box__img--02 {
    width: 12.3rem;
  }
}

.p-box__img--03 {
  width: 164px;
  width: 16.4rem;
}
@media screen and (max-width: 880px) {
  .p-box__img--03 {
    width: 17.4rem;
  }
}

.p-box__img--04 {
  width: 94px;
  width: 9.4rem;
}
.p-box__img--05 {
  width: 137px;
  width: 13.7rem;
}
.p-box__img--06 {
  width: 237px;
  width: 23.7rem;
}
.p-box__num {
  margin-top: 26px;
  margin-top: 2.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .p-box__num {
    margin-top: 1.8rem;
    font-size: 1.5rem;
  }
}

.p-box__price {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 880px) {
  .p-box__price {
    font-size: 2rem;
  }
}
.p-box__price span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .p-box__price span {
    font-size: 1.3rem;
  }
}

.p-brand {
  background: #FFF;
}

.p-brand__head {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: #504646;
}

.p-brand__logo {
  margin-top: 20px;
  margin-top: 2rem;
  width: 800px;
  width: 80rem;
  max-width: 100%;
  aspect-ratio: 800/230;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 880px) {
  .p-brand__logo {
    margin-top: 2.5rem;
    width: 86.6666666667%;
    aspect-ratio: 325/105;
  }
}
.p-brand__logo + .p-brand__logo {
  margin-top: 25px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 880px) {
  .p-brand__logo + .p-brand__logo {
    margin-top: 1.7rem;
  }
}

.p-brand__logo--01 {
  background-color: #9B122C;
}
.p-brand__logo--01 img {
  width: 153px;
  width: 15.3rem;
}
@media screen and (max-width: 880px) {
  .p-brand__logo--01 img {
    width: 24.6153846154%;
  }
}

.p-brand__logo--02 {
  background-color: #7C5EAC;
}
.p-brand__logo--02 img {
  width: 148px;
  width: 14.8rem;
}
@media screen and (max-width: 880px) {
  .p-brand__logo--02 img {
    width: 24.6153846154%;
  }
}

@media screen and (min-width: 881px) {
  .p-brand__logo:hover {
    opacity: 0.7 !important;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.p-drawer {
  background-color: #FEAEBB;
  position: fixed;
  top: 0;
  right: 0;
  width: 480px;
  width: 48rem;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem 0 0 2rem;
  overscroll-behavior: none;
  z-index: 40;
}
@media screen and (max-width: 880px) {
  .p-drawer {
    width: 100%;
    border-radius: 0;
  }
}

.p-drawer__wrap {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: scroll;
}
.p-drawer__wrap::before {
  position: absolute;
  content: "";
  width: 118px;
  width: 11.8rem;
  height: 118px;
  height: 11.8rem;
  right: 44px;
  right: 4.4rem;
  bottom: 0;
  background: url(../images/pc/menuDeco.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-drawer__wrap::before {
    width: 9.2rem;
    height: 9.2rem;
    right: 3rem;
  }
}

.js-drawer {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0% 0% 0% 40%);
          clip-path: inset(0% 0% 0% 40%);
}

.js-drawer.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.p-drawer__items {
  padding-top: 112px;
  padding-top: 11.2rem;
  padding-left: 108px;
  padding-left: 10.8rem;
}
@media screen and (max-width: 880px) {
  .p-drawer__items {
    padding-top: 6rem;
    padding-left: 0;
    width: 20rem;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-drawer__item {
  position: relative;
}
.p-drawer__item::before {
  position: absolute;
  content: "";
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
  left: -35px;
  left: -3.5rem;
  top: 0.6em;
  background: url(../images/pc/flower.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-drawer__item::before {
    width: 1.8rem;
    height: 1.8rem;
    left: -3rem;
  }
}
.p-drawer__item + .p-drawer__item {
  margin-top: 22px;
  margin-top: 2.2rem;
}
@media screen and (max-width: 880px) {
  .p-drawer__item + .p-drawer__item {
    margin-top: 1.5rem;
  }
}

.p-drawer__item--insta::before {
  top: 0.1em;
}

.p-drawer__menu {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.075em;
  color: #005F40;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 880px) {
  .p-drawer__menu {
    font-size: 1.6rem;
  }
}

.p-drawer__link {
  padding-left: 25px;
  padding-left: 2.5rem;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .p-drawer__link {
    padding-left: 2.3rem;
  }
}
.p-drawer__link::before {
  position: absolute;
  content: "";
  width: 18px;
  width: 1.8rem;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 880px) {
  .p-drawer__link::before {
    width: 1.5rem;
  }
}

.p-drawer__menuChild {
  margin-left: -10px;
  margin-left: -1rem;
}
.p-drawer__menuChild + .p-drawer__menuChild {
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 880px) {
  .p-drawer__menuChild + .p-drawer__menuChild {
    margin-top: 1rem;
  }
}

.p-drawer__menuChild:first-of-type {
  margin-top: 35px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 880px) {
  .p-drawer__menuChild:first-of-type {
    margin-top: 2.5rem;
  }
}

.p-drawer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer__icon {
  width: 45px;
  width: 4.5rem;
  margin-right: 10px;
  margin-right: 1rem;
}
@media screen and (max-width: 880px) {
  .p-drawer__icon {
    width: 3.5rem;
    margin-right: 0.7rem;
  }
}

.p-drawer__menuChildLink {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #005F40;
}
@media screen and (max-width: 880px) {
  .p-drawer__menuChildLink {
    font-size: 1.6rem;
  }
}

.p-enjoy {
  margin-top: -2px;
  background: url(../images/pc/enjoyBg.png) center center/cover no-repeat;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-enjoy {
    background: url(../images/sp/enjoyBg.png) center center/cover no-repeat;
  }
}
.p-enjoy::after {
  position: absolute;
  content: "";
  width: 176px;
  width: 17.6rem;
  height: 153px;
  height: 15.3rem;
  right: calc(50% - 66rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -16px;
  bottom: -1.6rem;
  background: url(../images/pc/enjoyDeco.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1365px) {
  .p-enjoy::after {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .p-enjoy::after {
    display: block;
    width: 15.4rem;
    height: 13.4rem;
    right: calc(50% - 25rem);
    bottom: -3.2rem;
  }
}

.p-enjoy__head {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #005F40;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-enjoy__head {
    font-size: 2.2rem;
  }
}

.p-enjoy__column {
  width: 945px;
  width: 94.5rem;
  max-width: 100%;
  margin-top: 80px;
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .p-enjoy__column {
    margin-top: 5.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.5rem;
  }
}

.p-enjoy__item {
  width: 260px;
  width: 26rem;
  max-width: 100%;
}
@media screen and (max-width: 880px) {
  .p-enjoy__item {
    width: 100%;
  }
}

.p-enjoy__itemImg {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 240px;
  width: 24rem;
  height: 240px;
  height: 24rem;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 880px) {
  .p-enjoy__itemImg {
    width: 20rem;
    height: 20rem;
  }
}
.p-enjoy__itemImg::before {
  position: absolute;
  content: "";
  width: 79px;
  width: 7.9rem;
  height: 79px;
  height: 7.9rem;
  left: -18px;
  left: -1.8rem;
  top: 0;
}
@media screen and (max-width: 880px) {
  .p-enjoy__itemImg::before {
    width: 6.6rem;
    height: 6.6rem;
  }
}

.p-enjoy__itemImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-enjoy__itemImg__01 img {
  width: 133px;
  width: 13.3rem;
}
@media screen and (max-width: 880px) {
  .p-enjoy__itemImg__01 img {
    width: 11rem;
  }
}
.p-enjoy__itemImg__01::before {
  background: url(../images/pc/enjoyNum01.svg) center center/contain no-repeat;
}

.p-enjoy__itemImg__02 img {
  width: 218px;
  width: 21.8rem;
}
@media screen and (max-width: 880px) {
  .p-enjoy__itemImg__02 img {
    max-width: 21.8rem;
    left: calc(50% - 1.5rem);
  }
}
.p-enjoy__itemImg__02::before {
  background: url(../images/pc/enjoyNum02.svg) center center/contain no-repeat;
}

.p-enjoy__itemImg__03 img {
  width: 212px;
  width: 21.2rem;
}
.p-enjoy__itemImg__03::before {
  background: url(../images/pc/enjoyNum03.svg) center center/contain no-repeat;
}

.p-enjoy__itemTxt {
  margin-top: 26px;
  margin-top: 2.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.015em;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-enjoy__itemTxt {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-fm {
  background-color: #DEECC9;
  position: relative;
  z-index: 2;
}
.p-fm::after {
  position: absolute;
  content: "";
  width: 186px;
  width: 18.6rem;
  height: 157px;
  height: 15.7rem;
  right: calc(50% - 58rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -7px;
  bottom: -0.7rem;
  background: url(../images/pc/fmDeco.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1060px) {
  .p-fm::after {
    right: 2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 880px) {
  .p-fm::after {
    width: 15rem;
    right: 1rem;
    height: 12.6rem;
    bottom: -2rem;
  }
}

.p-fm__bg {
  position: relative;
}
.p-fm__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 650px;
  height: 65rem;
  left: 0;
  top: 0;
  background: url(../images/pc/fmBg03.png) center center/contain no-repeat;
  aspect-ratio: 1440/650;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 880px) {
  .p-fm__bg::before {
    display: none;
  }
}

.p-fm__bgBird {
  position: absolute;
  width: 11.8055555556%;
  height: 24.5723172628%;
  right: 6.9444444444%;
  top: 10.8864696734%;
}
@media screen and (max-width: 880px) {
  .p-fm__bgBird {
    display: none;
  }
}

.p-fm__head {
  margin-top: -80px;
  margin-top: -8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-fm__head {
    margin-top: -6rem;
  }
}

.p-fm__column {
  margin-top: 60px;
  margin-top: 6rem;
  width: 630px;
  width: 63rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .p-fm__column {
    margin-top: 3rem;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
    column: 4rem;
  }
}

@media screen and (max-width: 880px) {
  .p-fm__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-footer__bg {
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  background-color: #FEAEBB;
}
@media screen and (max-width: 880px) {
  .p-footer__bg {
    padding-bottom: 2.5rem;
  }
}

.p-footer__logo {
  width: 225px;
  width: 22.5rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 880px) {
  .p-footer__logo {
    width: 20rem;
  }
}

.p-footer__insta {
  width: 30px;
  width: 3rem;
  margin-top: 25px;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 881px) {
  .p-footer__logo :hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-footer__insta :hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.p-footer__copyright {
  background: #FFF;
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-footer__copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
  }
}

.p-fv picture {
  display: block;
  height: 100%;
}

.p-fv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #FAE2E6;
  aspect-ratio: 1440/880;
  min-height: 800px;
  min-height: 80rem;
}
@media screen and (max-width: 880px) {
  .p-fv {
    height: 100vh;
    aspect-ratio: unset;
    overflow: unset;
    max-height: unset;
    min-height: unset;
  }
}

.p-fv::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #A6BE72;
  z-index: 0;
}

.p-fv__forests {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-fv__forest-bottoms {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
  aspect-ratio: 1633/430;
  z-index: 10;
}
@media screen and (max-width: 880px) {
  .p-fv__forest-bottoms {
    aspect-ratio: unset;
    max-height: 50rem;
  }
}

.p-fv__rabbit {
  position: absolute;
  top: 8%;
  right: 63%;
  aspect-ratio: 141/211;
  width: 9.7222222222vw;
  z-index: 5;
}
@media screen and (max-width: 880px) {
  .p-fv__rabbit {
    top: 33%;
    width: 24.8vw;
    max-width: 14rem;
  }
}

.p-fv__forest-bottom {
  width: 100%;
  position: relative;
  z-index: 10;
}

.p-fv__forest-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 37.8vw;
  aspect-ratio: 545/378;
  z-index: 5;
}
@media screen and (max-width: 880px) {
  .p-fv__forest-left {
    width: 58vw;
    max-width: 28rem;
  }
}

.p-fv__forest-right {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 507/346;
  width: 35vw;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-fv__forest-right {
    max-width: 40rem;
    width: 80vw;
  }
}

.p-fv__main {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .p-fv__main {
    height: 100vh;
  }
}

.p-fv__main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-fv__logo {
  position: absolute;
  top: 40px;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 225/176;
  width: 15.625vw;
  min-width: 200px;
  min-width: 20rem;
  z-index: 10;
}
@media screen and (max-width: 880px) {
  .p-fv__logo {
    top: 5rem;
    width: 18rem;
    min-width: unset;
  }
}

.p-fv__butterflies {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-fv__butterfly01 {
  position: absolute;
  top: 19%;
  left: 24vw;
  aspect-ratio: 65/63;
  width: 4.5138888889vw;
  z-index: 10;
}
@media screen and (max-width: 880px) {
  .p-fv__butterfly01 {
    top: 22%;
    width: 10.1333333333vw;
    left: 7vw;
    max-width: 5rem;
  }
}

.p-fv__butterfly02 {
  position: absolute;
  bottom: 19%;
  right: 30vw;
  aspect-ratio: 58/55;
  width: 4.0277777778vw;
  z-index: 10;
}
@media screen and (max-width: 880px) {
  .p-fv__butterfly02 {
    bottom: 24%;
    right: 15vw;
    width: 10.6666666667vw;
    max-width: 5rem;
  }
}

.p-fv {
  --opacity:0;
}

.p-fv::after {
  opacity: var(--opacity);
}

.p-fv__rabbit {
  opacity: 0;
}

.p-fv__main {
  opacity: 0;
}

.p-fv__logo {
  opacity: 0;
}

.p-fv__butterfly01 {
  opacity: 0;
}

.p-fv__butterfly02 {
  opacity: 0;
}

.p-header {
  width: 100%;
  height: 80px;
  height: 8rem;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: fixed;
}
@media screen and (max-width: 880px) {
  .p-header {
    height: 4.5rem;
  }
}

.p-header__inner {
  width: 100%;
  padding: 0 30px 0 20px;
  padding: 0 3rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: inherit;
  z-index: 20;
}
@media screen and (max-width: 880px) {
  .p-header__inner {
    width: 100%;
    padding: 0rem 0.9rem;
  }
}

.p-header__logo {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__logo a img {
  width: 182px;
  width: 18.2rem;
  max-width: 100%;
}
@media screen and (max-width: 880px) {
  .p-header__logo a img {
    width: 10rem;
  }
}

.p-header__hamburger {
  position: fixed;
  top: 30px;
  top: 3rem;
  right: 30px;
  right: 3rem;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .p-header__hamburger {
    top: 1.5rem;
    right: 1.7rem;
  }
}

.p-header__hamburgerWrap {
  position: relative;
}

.p-header__open {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.p-header__open img {
  width: 42px;
  width: 4.2rem;
}
@media screen and (max-width: 880px) {
  .p-header__open img {
    width: 3.1rem;
  }
}

.p-header__close {
  position: absolute;
  width: 38px;
  width: 3.8rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media screen and (max-width: 880px) {
  .p-header__close {
    width: 2.9rem;
  }
}

.is-open .p-header__open {
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
}

.is-open .p-header__close {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

body.noscroll {
  overflow: hidden;
}

.p-instagram {
  background-color: #DEECC9;
  position: relative;
}
.p-instagram::after {
  position: absolute;
  content: "";
  width: 187px;
  width: 18.7rem;
  height: 159px;
  height: 15.9rem;
  left: calc(50% - 45rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../images/pc/instagramDeco.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1180px) {
  .p-instagram::after {
    left: calc(50% - 30rem);
  }
}
@media screen and (max-width: 880px) {
  .p-instagram::after {
    display: block;
    width: 12.6rem;
    left: calc(50% - 11rem);
    height: 12rem;
    bottom: -5px;
  }
}

.p-instagram__gallery {
  width: 785px;
  width: 78.5rem;
  max-width: 100%;
  margin-top: 25px;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-instagram__gallery {
    margin-top: 4rem;
    width: 100%;
  }
}

.p-instagram__items ul {
  display: grid;
  gap: 0px;
  gap: 0rem;
  grid-template-columns: repeat(4, minmax(10%, 1fr));
}
@media screen and (max-width: 880px) {
  .p-instagram__items ul {
    grid-template-columns: repeat(3, minmax(10%, 1fr));
  }
}
.p-instagram__items a {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.p-instagram__items img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 769px) {
  .p-instagram__items > ul > li > a:hover {
    opacity: 0.7;
  }
}
.p-instagram__btn {
  margin-top: 80px;
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-instagram__btn {
    margin-top: 3.1rem;
  }
}

.p-lineUp {
  background: url(../images/pc/lineUpBg.jpg) center center/cover no-repeat;
  margin-top: -1px;
}

.p-lineUp__column {
  margin-top: 46px;
  margin-top: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 17px;
  gap: 1.7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .p-lineUp__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 880px) {
  .p-lineUp__column {
    gap: 2rem 1rem;
    margin-top: 3.2rem;
  }
}

.p-lineUp__column > * {
  min-width: 0;
}

@media screen and (max-width: 1050px) {
  .p-lineUp__block {
    width: 31%;
  }
}

.p-lineUp__blockImg {
  width: 180px;
  width: 18rem;
  height: 180px;
  height: 18rem;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 2px 2px 3px rgba(94, 4, 4, .2);
          box-shadow: 2px 2px 3px rgba(94, 4, 4, .2);
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockImg {
    width: clamp(10rem, 4.059rem + 15.842vw, 18rem);
    height: clamp(10rem, 4.059rem + 15.842vw, 18rem);
  }
}
.p-lineUp__blockImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
}

.p-lineUp__blockImg--01 img {
  width: 98px;
  width: 9.8rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockImg--01 img {
    width: 68%;
  }
}

.p-lineUp__blockImg--02 img {
  width: 60px;
  width: 6rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockImg--02 img {
    width: 42%;
  }
}

.p-lineUp__blockImg--03 img {
  width: 129px;
  width: 12.9rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockImg--03 img {
    width: 72%;
  }
}

.p-lineUp__blockImg--04 img {
  width: 93px;
  width: 9.3rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockImg--04 img {
    width: 55%;
  }
}

.p-lineUp__blockImg--05 img {
  width: 115px;
  width: 11.5rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockImg--05 img {
    width: 65%;
  }
}
.p-lineUp__blockImg--06 img {
  width: 125px;
  width: 12.5rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockImg--06 img {
    width: 67%;
  }
}

.p-lineUp__blockTtl {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 22px;
  margin-top: 2.2rem;
  font-weight: 500;
  line-height: 1.1363636364;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockTtl {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.p-lineUp__blockTtl--05 {
  margin-top: 39px;
  margin-top: 3.9rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockTtl--05 {
    margin-top: 0.9rem;
  }
}

.p-lineUp__blockTxt {
  margin-top: 22px;
  margin-top: 2.2rem;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3636363636;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockTxt {
    font-size: 1.1rem;
    letter-spacing: -0.05em;
    margin-top: 0.9rem;
  }
}

.p-lineUp__blockTxt--05 {
  margin-top: 29px;
  margin-top: 2.9rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__blockTxt--05 {
    margin-top: 2.1rem;
  }
}

.p-media {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 880px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-shop__media.p-media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-media__img {
  width: 39.7948717949%;
  margin-right: 40px;
  margin-right: 4rem;
}
@media screen and (max-width: 880px) {
  .p-media__img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-media__head {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  .p-media__head {
    font-size: 1.8rem;
  }
}

.p-media__note {
  font-size: 19px;
  font-size: 1.9rem;
  color: #cc0000;
  text-align: center;
  margin-top: 10px;
  margin-top: 1rem;
  text-align: left;
  font-weight: 700;
}

.p-media__txt {
  margin-top: 8px;
  margin-top: 0.8rem;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5789473684;
}
@media screen and (max-width: 880px) {
  .p-media__txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 880px) {
  .p-media__body {
    width: 86.6666666667%;
    max-width: 32.5rem;
    margin-top: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 880px) {
  .p-media__block {
    margin-right: 1.9rem;
  }
}
@media screen and (max-width: 375px) {
  .p-media__block {
    margin-right: 0.6rem;
  }
}

@media screen and (max-width: 880px) {
  .p-media__map {
    width: 5.1rem;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  z-index: 100;
  display: none;
}

.p-modal__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 440px;
  width: 44rem;
  background-color: #FEAEBB;
  border-radius: 1rem;
}
@media screen and (max-width: 880px) {
  .p-modal__block {
    width: 80%;
  }
}

.p-modal__block--petit {
  width: 308px;
  width: 30.8rem;
}
@media screen and (max-width: 880px) {
  .p-modal__block--petit {
    width: 72%;
  }
}

.p-modal__wrap {
  position: relative;
  padding: 60px 0 40px;
  padding: 6rem 0 4rem;
}
@media screen and (max-width: 880px) {
  .p-modal__wrap {
    padding: 4rem 0 3rem;
  }
}

.p-modal__wrap--petit {
  padding: 40px 0;
  padding: 4rem 0;
}
@media screen and (max-width: 880px) {
  .p-modal__wrap--petit {
    padding: 3rem 0 2.5rem;
  }
}

.p-modal__close {
  position: absolute;
  width: 42px;
  width: 4.2rem;
  top: 27px;
  top: 2.7rem;
  right: 25px;
  right: 2.5rem;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .p-modal__close {
    width: 3.1rem;
    top: 1.3rem;
    right: 1.5rem;
  }
}

.p-modal__close--petit {
  width: 27px;
  width: 2.7rem;
  top: 20px;
  top: 2rem;
  right: 20px;
  right: 2rem;
}

.p-modal__img {
  width: 380px;
  width: 38rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-modal__img {
    width: 26.5rem;
  }
}

.p-modal__img--petit {
  width: 105px;
  width: 10.5rem;
  position: relative;
}
.p-modal__img--petit::after {
  position: absolute;
  content: "";
  width: 82px;
  width: 8.2rem;
  height: 67px;
  height: 6.7rem;
  right: -28px;
  right: -2.8rem;
  top: 45px;
  top: 4.5rem;
  background: url(../images/pc/modalPetitDeco.png) center center/contain no-repeat;
  z-index: -1;
}

.p-modal__head {
  margin-top: 37px;
  margin-top: 3.7rem;
  font-size: 27px;
  font-size: 2.7rem;
  color: #005F40;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-modal__head {
    margin-top: 2.6rem;
    font-size: 1.9rem;
  }
}
.p-modal__head::before, .p-modal__head::after {
  position: absolute;
  content: "";
  width: 25px;
  width: 2.5rem;
  height: 25px;
  height: 2.5rem;
  top: 0.6em;
  background: url(../images/pc/flower.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-modal__head::before, .p-modal__head::after {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-modal__head::before {
  left: -35px;
  left: -3.5rem;
}
@media screen and (max-width: 880px) {
  .p-modal__head::before {
    left: -2.5rem;
  }
}
.p-modal__head::after {
  right: -35px;
  right: -3.5rem;
}
@media screen and (max-width: 880px) {
  .p-modal__head::after {
    right: -2.5rem;
  }
}

.p-modal__head--petit {
  margin-top: 15px;
  margin-top: 1.5rem;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 880px) {
  .p-modal__head--petit {
    font-size: 1.7rem;
  }
}
.p-modal__head--petit::before, .p-modal__head--petit::after {
  width: 17.5px;
  width: 1.75rem;
  height: 17.5px;
  height: 1.75rem;
  top: 0.5em;
}
@media screen and (max-width: 880px) {
  .p-modal__head--petit::before, .p-modal__head--petit::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-modal__head--petit::before {
  left: -25px;
  left: -2.5rem;
}
@media screen and (max-width: 880px) {
  .p-modal__head--petit::before {
    left: -2rem;
  }
}
.p-modal__head--petit::after {
  right: -25px;
  right: -2.5rem;
}
@media screen and (max-width: 880px) {
  .p-modal__head--petit::after {
    right: -2rem;
  }
}

.p-modal__txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6666666667;
  color: #4D4D4D;
  margin-top: 20px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-modal__txt {
    margin-top: 1.7rem;
    font-size: 1.4rem;
  }
}

.p-modal__txt--petit {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #504646;
  margin-top: 8px;
  margin-top: 0.8rem;
}
@media screen and (max-width: 880px) {
  .p-modal__txt--petit {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 880px) {
  .p-modal__txt--spSm {
    font-size: 1.2rem;
  }
}

.p-modalNew {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  z-index: 100;
  display: none;
}

.p-modalNew__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 540px;
  width: 54rem;
  min-height: 400px;
  min-height: 40rem;
  background: url(../images/pc/newOpenBg.png) center center/contain no-repeat;
  border-radius: 1rem;
}
@media screen and (max-width: 880px) {
  .p-modalNew__block {
    width: 32.5rem;
    min-height: 30rem;
    background: url(../images/sp/newOpenBg.png) center center/contain no-repeat;
  }
}

.p-modalNew__wrap {
  position: relative;
  padding: 25px 0 40px;
  padding: 2.5rem 0 4rem;
}
@media screen and (max-width: 880px) {
  .p-modalNew__wrap {
    padding: 3rem 0 3rem;
  }
}

.p-modalNew__close {
  position: absolute;
  width: 50px;
  width: 5rem;
  top: -12px;
  top: -1.2rem;
  right: -15px;
  right: -1.5rem;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .p-modalNew__close {
    width: 4.75rem;
    top: -2.3rem;
    right: -1rem;
  }
}

.p-modalNew__img {
  width: 400px;
  width: 40rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-modalNew__img {
    width: 21.8rem;
  }
}

.p-modalNew__txtWrap {
  width: 230px;
  width: 23rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-modalNew__txtWrap {
    width: 18rem;
  }
}

.p-modalNew__txt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.0833333333;
  color: #005F40;
  text-align: right;
}
@media screen and (max-width: 880px) {
  .p-modalNew__txt {
    font-size: 1.9rem;
    line-height: 1.6842105263;
  }
}
.p-modalNew__txt:first-of-type {
  margin-top: 20px;
  margin-top: 2rem;
}
.p-modalNew__txt i {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  width: 26px;
  width: 2.6rem;
  height: 26px;
  height: 2.6rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
  margin: 0 5px;
  margin: 0 0.5rem;
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}
@media screen and (max-width: 880px) {
  .p-modalNew__txt i {
    font-size: 1.1rem;
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0.7rem;
  }
}
.p-modalNew__txt span {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 880px) {
  .p-modalNew__txt span {
    font-size: 1.4rem;
  }
}

.p-petit {
  background-color: #FFE7EA;
}

.p-petit__bg {
  position: relative;
}
.p-petit__head {
  margin-top: -40px;
  margin-top: -4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-petit__head {
    margin-top: -6.6rem;
    position: relative;
  }
}
.p-petit__head .c-headline01__sub {
  position: relative;
}

.p-petit__price {
  width: 470px;
  width: 47rem;
  max-width: 100%;
  margin-top: 10px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 880px) {
  .p-petit__price {
    width: 76%;
    width: 28.5rem;
  }
}

.p-petit__stand {
  position: relative;
}
.p-petit__stand::after {
  position: absolute;
  content: "";
  width: 100%;
  height: clamp(43px, -0.71px + 3.036vw, 77px);
  height: clamp(4.3rem, -0.071rem + 3.036vw, 7.7rem);
  left: 0;
  z-index: 1;
  background: url(../images/pc/petitStand.png) center center/contain no-repeat;
  bottom: clamp(45px, 34px + 1.25vw, 52px);
  bottom: clamp(4.5rem, 3.4rem + 1.25vw, 5.2rem);
}
@media screen and (max-width: 880px) {
  .p-petit__stand::after {
    height: clamp(4.1rem, -0.281rem + 11.683vw, 10rem);
    bottom: 4.5rem;
    background: url(../images/sp/petitStand.png) center center/contain no-repeat;
  }
}

@media screen and (max-width: 880px) {
  .p-petit__stand--01::after {
    bottom: 2.8rem;
  }
}

.p-petit__column {
  width: 1260px;
  width: 126rem;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  margin-top: 50px;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 4rem;
  gap: 3.1746031746%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-petit__column {
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    width: 74.6666666667%;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 880px) {
  .p-petit__column--sm {
    width: 56%;
    gap: 6rem;
  }
}

.p-petit__card {
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 880px) {
  .p-petit__card {
    max-width: 15rem;
  }
}

.p-petit__cardImg {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 2;
}
.p-petit__cardImg::before {
  position: absolute;
  content: "";
  width: 100px;
  width: 10rem;
  height: 155px;
  height: 15.5rem;
  right: -15px;
  right: -1.5rem;
  top: -4px;
  top: -0.4rem;
  background: url(../images/pc/petitBookShadow.png) center center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-petit__cardImg::before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 880px) {
  .p-petit__cardImg::before {
    width: 100%;
    height: 100%;
    right: -1.5rem;
  }
}

@media screen and (min-width: 881px) {
  .p-petit__card:hover > .p-petit__cardImg {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-petit__card:hover > .p-petit__cardTxt::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
.p-petit__cardTxt {
  font-size: clamp(10px, 3.71px + 0.714vw, 14px);
  font-size: clamp(1rem, 0.371rem + 0.714vw, 1.4rem);
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 880px) {
  .p-petit__cardTxt {
    margin-top: clamp(3.5rem, 1.644rem + 4.95vw, 6rem);
    margin-left: auto;
    line-height: 1.4285714286;
    font-size: 1.2rem;
  }
}
.p-petit__cardTxt span {
  position: relative;
  display: inline;
}
.p-petit__cardTxt span::after {
  position: absolute;
  content: ">";
  font-size: 14px;
  font-size: 1.4rem;
  right: -12px;
  right: -1.2rem;
  bottom: 2px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 440px) {
  .p-petit__cardTxt--08 {
    margin-left: -0.3rem;
  }
}

.p-petit__cardTxt--09 {
  margin-left: -10px;
  margin-left: -1rem;
}
@media screen and (max-width: 880px) {
  .p-petit__cardTxt--09 {
    margin-left: auto;
  }
}

.p-pStories {
  background-color: #FFE7EA;
}

.p-pStories__inner {
  width: 730px;
  width: 73rem;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}

.p-pStories__column {
  margin-top: 55px;
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .p-pStories__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 4rem;
  }
}
.p-pStories__column .p-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 880px) {
  .p-pStories__column .p-box {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-sar {
  background-color: #FFE1E6;
  position: relative;
  overflow: hidden;
}

.p-sar__bg {
  position: relative;
}
.p-sar__bg::before {
  position: absolute;
  content: "";
  width: 26.1805555556%;
  height: auto;
  aspect-ratio: 377/563;
  left: -65px;
  left: -6.5rem;
  top: 5px;
  top: 0.5rem;
  background: url(../images/pc/sarBg03.png) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-sar__bg::before {
    display: none;
  }
}
.p-sar__bg::after {
  position: absolute;
  content: "";
  width: 26.1805555556%;
  height: auto;
  aspect-ratio: 377/619;
  right: -90px;
  right: -9rem;
  top: 10px;
  top: 1rem;
  background: url(../images/pc/sarBg04.png) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-sar__bg::after {
    display: none;
  }
}

.p-sar__head {
  margin-top: -140px;
  margin-top: -14rem;
  margin-top: clamp(-60px, -65.71px + 14.286vw, -140px);
  margin-top: clamp(-6rem, -6.571rem + 14.286vw, -14rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-sar__head {
    margin-top: -10rem;
  }
}

.p-sar__column {
  margin-top: 30px;
  margin-top: 3rem;
  width: 370px;
  width: 37rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .p-sar__column {
    margin-top: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 880px) {
  .p-sar__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-shop {
  background-color: #FFE1E6;
}

.p-shop__inner {
  width: 1025px;
  width: 102.5rem;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-shop__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-shop__media {
  margin-top: 50px;
  margin-top: 5rem;
}
@media screen and (max-width: 880px) {
  .p-shop__media {
    margin-top: 3rem;
  }
}

.p-shop__media02 {
  margin-top: 80px;
  margin-top: 8rem;
}
@media screen and (max-width: 880px) {
  .p-shop__media02 {
    margin-top: 5rem;
  }
}

.p-shop__map {
  margin-top: 40px;
  margin-top: 4rem;
}
.p-shop__map iframe {
  max-width: 100%;
}

.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.p-slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-stories {
  background-color: #FFE7EA;
}

.p-stories__inner {
  width: 590px;
  width: 59rem;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}

.p-stories__column {
  margin-top: 40px;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 47px;
  gap: 4.7rem;
}
@media screen and (max-width: 880px) {
  .p-stories__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 3rem 3rem;
  }
}

body {
  background-color: #FEAEBB;
}

.p-story {
  position: relative;
  z-index: 10;
}
.p-story::before {
  position: absolute;
  content: "";
  width: 137px;
  width: 13.7rem;
  height: 137px;
  height: 13.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../images/pc/storyDeco03.svg) center center/contain no-repeat;
}

.p-story__wrap {
  width: 710px;
  width: 71rem;
  max-width: 100%;
  margin-top: 40px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 880px) {
  .p-story__wrap {
    width: 34.5rem;
    margin-top: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-story__wrap::before {
  position: absolute;
  content: "";
  width: 81px;
  width: 8.1rem;
  height: 404px;
  height: 40.4rem;
  left: 0;
  top: -16px;
  top: -1.6rem;
  background: url(../images/pc/storyDeco01.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-story__wrap::before {
    top: 10rem;
    width: 6.2rem;
    height: 37rem;
  }
}
.p-story__wrap::after {
  position: absolute;
  content: "";
  width: 86px;
  width: 8.6rem;
  height: 363px;
  height: 36.3rem;
  right: 0;
  top: 51px;
  top: 5.1rem;
  background: url(../images/pc/storyDeco02.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-story__wrap::after {
    background: url(../images/sp/storyDeco02.svg) center center/contain no-repeat;
    width: 6.1rem;
    height: 38rem;
    top: 21rem;
  }
}

.p-story__head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  color: #005F40;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 880px) {
  .p-story__head {
    font-size: 2rem;
  }
}

.p-story__txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.0588235294;
  letter-spacing: 0.015em;
  text-align: center;
  color: #005F40;
  font-weight: 300;
  margin-top: 43px;
  margin-top: 4.3rem;
}
@media screen and (max-width: 880px) {
  .p-story__txt {
    font-size: 1.5rem;
  }
}

.p-sweet {
  background-color: #FFE7EA;
}

.p-sweet__head {
  margin-top: 50px;
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-sweet__head {
    margin-top: -6rem;
    position: relative;
  }
}
.p-sweet__head .c-headline01__sub {
  position: relative;
}

.p-sweet__price {
  width: 560px;
  width: 56rem;
  max-width: 100%;
  margin-top: 10px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 880px) {
  .p-sweet__price {
    width: 76%;
    width: 28.5rem;
  }
}

.p-sweet__stand {
  position: relative;
}
.p-sweet__stand::after {
  position: absolute;
  content: "";
  width: 100%;
  height: clamp(43px, -0.71px + 3.036vw, 77px);
  height: clamp(4.3rem, -0.071rem + 3.036vw, 7.7rem);
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .p-sweet__stand::after {
    height: clamp(4.1rem, -0.281rem + 11.683vw, 10rem);
  }
}

.p-sweet__stand--01::after {
  background: url(../images/pc/sweetStand01.png) center center/contain no-repeat;
  bottom: 32px;
  bottom: 3.2rem;
}
@media screen and (max-width: 880px) {
  .p-sweet__stand--01::after {
    bottom: 5.2rem;
    background: url(../images/sp/sweetStand01.png) center center/contain no-repeat;
  }
}

.p-sweet__stand--02::after {
  background: url(../images/pc/sweetStand02.png) center center/contain no-repeat;
  bottom: 33px;
  bottom: 3.3rem;
}
@media screen and (max-width: 880px) {
  .p-sweet__stand--02::after {
    bottom: 3rem;
    background: url(../images/sp/sweetStand02.png) center center/contain no-repeat;
  }
}

@media screen and (max-width: 880px) {
  .p-sweet__stand--03::after {
    bottom: 3.1rem;
  }
}

.p-sweet__column {
  width: 790px;
  width: 79rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  gap: 5.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .p-sweet__column {
    width: 29rem;
    width: 77.3333333333%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
}

.p-sweet__column--01 {
  margin-top: 40px;
  margin-top: 4rem;
}
@media screen and (max-width: 880px) {
  .p-sweet__column--01 {
    margin-top: 2rem;
  }
}

.p-sweet__column--02 {
  margin-top: 30px;
  margin-top: 3rem;
}

.p-sweet__card {
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 880px) {
  .p-sweet__card {
    width: 33.3333333333%;
    max-width: 15rem;
  }
}

.p-sweet__cardImg {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 2;
}
.p-sweet__cardImg::before {
  position: absolute;
  content: "";
  width: 116px;
  width: 11.6rem;
  height: 168px;
  height: 16.8rem;
  right: -20px;
  right: -2rem;
  top: 0;
  background: url(../images/pc/bookShadow.png) center center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 880px) {
  .p-sweet__cardImg::before {
    width: 100%;
    height: 100%;
    right: -1.5rem;
  }
}

@media screen and (min-width: 881px) {
  .p-sweet__card:hover > .p-sweet__cardImg {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-sweet__card:hover > .p-sweet__cardTxt::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
.p-sweet__cardTxt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-sweet__cardTxt {
    margin-top: 4rem;
    margin-left: auto;
    line-height: 1.4285714286;
  }
}
.p-sweet__cardTxt span {
  position: relative;
  display: inline;
}
.p-sweet__cardTxt span::after {
  position: absolute;
  content: ">";
  font-size: 14px;
  font-size: 1.4rem;
  right: -12px;
  right: -1.2rem;
  bottom: 2px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 880px) {
  .p-sweet__cardTxt--01 {
    margin-left: 3rem;
  }
}

.p-sweet__cardTxt--02 {
  margin-left: -20px;
  margin-left: -2rem;
}
@media screen and (max-width: 880px) {
  .p-sweet__cardTxt--02 {
    margin-left: auto;
  }
}

.p-sweet__cardTxt--03 {
  margin-left: -10px;
  margin-left: -1rem;
}
@media screen and (max-width: 880px) {
  .p-sweet__cardTxt--03 {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-sweet__cardTxt--03 {
    margin-left: -0.5rem;
  }
}
@media screen and (max-width: 452px) {
  .p-sweet__cardTxt--03 {
    margin-left: -2rem;
  }
}
@media screen and (max-width: 400px) {
  .p-sweet__cardTxt--03 {
    margin-left: -2.7rem;
  }
}

.p-sweet__cardTxt--04 {
  margin-left: -10px;
  margin-left: -1rem;
}
@media screen and (max-width: 880px) {
  .p-sweet__cardTxt--04 {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-sweet__cardTxt--04 {
    margin-left: -0.5rem;
  }
}
@media screen and (max-width: 452px) {
  .p-sweet__cardTxt--04 {
    margin-left: -2rem;
  }
}
@media screen and (max-width: 400px) {
  .p-sweet__cardTxt--04 {
    margin-left: -2.5rem;
  }
}

.p-sweet__cardTxt--05 {
  margin-left: 22px;
  margin-left: 2.2rem;
  margin-left: auto;
}

.p-sweet__cardTxt--10 {
  margin-left: -33px;
  margin-left: -3.3rem;
}
@media screen and (max-width: 880px) {
  .p-sweet__cardTxt--10 {
    margin-left: auto;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-font17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.u-font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
  font-size: 2rem;
}

.u-font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.u-font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.u-font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.u-font32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.u-font40 {
  font-size: 40px;
  font-size: 4rem;
}

.u-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.u-hover:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.u-hoverRun {
  text-decoration: none;
  color: #504646;
  background-image: -webkit-gradient(linear, left top, right top, from(#504646), to(#504646));
  background-image: linear-gradient(90deg, #504646, #504646);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.u-hoverRun:hover {
  background-size: 100% 1px;
}

.u-lh-1 {
  line-height: 1 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-2 {
  line-height: 2 !important;
}

.u-ls {
  letter-spacing: 0.125em;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FCF65F));
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 10px !important;
  margin-top: 1rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 20px !important;
  margin-top: 2rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 30px !important;
  margin-top: 3rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 40px !important;
  margin-top: 4rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 50px !important;
  margin-top: 5rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 60px !important;
  margin-top: 6rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 70px !important;
  margin-top: 7rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 80px !important;
  margin-top: 8rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 90px !important;
  margin-top: 9rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 100px !important;
  margin-top: 10rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 110px !important;
  margin-top: 11rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 120px !important;
  margin-top: 12rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 130px !important;
  margin-top: 13rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 140px !important;
  margin-top: 14rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 150px !important;
  margin-top: 15rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 160px !important;
  margin-top: 16rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 170px !important;
  margin-top: 17rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 180px !important;
  margin-top: 18rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 190px !important;
  margin-top: 19rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 200px !important;
  margin-top: 20rem !important;
}

@media screen and (max-width: 880px) {
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 1rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 2rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 3rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 4rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 6rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 7rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 8rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 9rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 11rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 12rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 13rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 14rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 15rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 16rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 17rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 18rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 19rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 20rem !important;
  }
}
.u-mxAuto {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 880px) {
  .u-pc {
    display: none;
  }
}

.u-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.u-sp {
  display: none;
}
@media screen and (max-width: 880px) {
  .u-sp {
    display: block;
  }
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 880px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}
/*# sourceMappingURL=styles.css.map */



/*240228 mimi chocolat追加*/
@media screen and (max-width: 880px) {
  .sp-none{
    display: none;
  }
}

.p-mimic {
  background-color: #FFE1E6;
  position: relative;
  z-index: 2;
}

.p-mimic__bg {
  position: relative;
}

.p-mimic__head {
  margin-top: -80px;
  margin-top: -8rem;
  position: relative;
}
@media screen and (max-width: 880px) {
  .p-mimic__head {
    margin-top: -11rem;
  }
}

.p-mimic__column {
  margin-top: 60px;
  margin-top: 6rem;
  width: 710px;
  width: 71rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .p-mimic__column {
    margin-top: 3rem;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
    gap:4rem;
  }
}

@media screen and (max-width: 880px) {
  .p-mimic__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 40%;
  }
}
.p-block__img--mimic01 {
    width: 160px;
    width: 16rem;
}
.p-block__img--mimic02 {
    width: 210px;
    width: 21rem;
    padding-top: 20px;
    padding-top: 2rem;
}
.p-mimic__column .p-block__wrap{
  margin-top: 0;
}
.p-block__type{
  padding-bottom: 15px;
  text-align: center;
}
.p-block__type > span{
  display: block;
}
.p-block__com{
  padding-top: 10px;
  padding-top: 1rem;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
}
.p-block__name{
  font-size: 18px;
  font-size: 1.8rem;
}
.p-block__limt{
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 880px){
  .p-block__img--mimic01 {
    width: 130px;
    width: 13rem;
  }
  .p-block__img--mimic02 {
    width: 160px;
    width: 16rem;
  }
  .p-block__name{
  font-size: 14px;
  font-size: 1.4rem;
}
  .p-block__limt{
  font-size: 12px;
  font-size: 1.2rem;
}


}