@charset "UTF-8";
body {
  font-family: "游明朝体", YuMincho, "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

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

.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;
}

/* 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;
  line-height: 1.5;
}

/* 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: #7354B7;
  border: 2px solid #C2AC47;
  display: inline-block;
  border-radius: 100vh;
  text-align: center;
  padding: 16px 0;
  padding: 1.6rem 0;
  line-height: 1.2;
  -webkit-transition: 0.3s all;
  transition: 0.3s 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;
    background-size: 1.7rem 1.7rem;
    width: 27.1rem;
  }
}
.c-btn span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  padding-left: 40px;
  padding-left: 4rem;
}
@media screen and (max-width: 880px) {
  .c-btn span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 881px) {
  .c-btn:hover {
    background-color: #fff;
    background-image: url("../images/pc/instagramPurple.svg");
    color: #7354B7;
    border: 2px solid #7354B7;
    -webkit-transition: 0.3s all;
    transition: 0.3s 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.3s all;
  transition: 0.3s 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.3s all;
    transition: 0.3s all;
  }
}
.c-cat {
  min-width: 100px;
  min-width: 10rem;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #413232;
  padding: 4px 10px;
  padding: 0.4rem 1rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.c-headline1--ul {
  border-bottom: 1px solid #413232;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.c-headline1--white {
  color: #fff;
}

.c-headline1__main {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  border-left: 2px solid #413232;
  line-height: 1.5;
  padding-left: 30px;
  padding-left: 3rem;
}
@media screen and (max-width: 880px) {
  .c-headline1__main {
    font-size: 2rem;
    padding-left: 2.2rem;
  }
}

.c-headline1__main--white {
  border-left: 2px solid #fff;
}

.c-headline1__sub {
  margin-top: 14px;
  margin-top: 1.4rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 30px;
  padding-left: 3rem;
}
@media screen and (max-width: 880px) {
  .c-headline1__sub {
    margin-top: 2.6rem;
    padding-left: 2.2rem;
  }
}

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

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

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

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

.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 36px;
  width: 3.6rem;
}

.c-imgHover--sm img {
  width: 24px;
  width: 2.4rem;
}

.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: 769px) {
  .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;
}

.c-insta__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: 10px;
  margin-right: 1rem;
}

.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-purpleLine {
  border-bottom: 10px solid #7B5DBB;
}

.c-section {
  padding: 100px 0;
  padding: 10rem 0;
}
@media screen and (max-width: 880px) {
  .c-section {
    padding: 6rem 0;
  }
}

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

.c-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 880px) {
  .c-text {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
}

.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: 980px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.firefox .p-title,
.firefox .c-text,
.firefox .p-instagram__title img,
.firefox .p-shop__title img {
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.l-deco {
  margin-top: 130px;
  margin-top: 13rem;
  margin-bottom: -2px;
  margin-bottom: -0.2rem;
}
@media screen and (max-width: 880px) {
  .l-deco {
    margin-top: 6rem;
  }
}

.l-inner {
  width: 1250px;
  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: 15px;
    padding-right: 15px;
  }
}

.hoverUnderline {
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(orange), to(orange));
  background-image: linear-gradient(90deg, orange, orange);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  cursor: pointer;
  display: inline;
  text-decoration: none;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}

@media screen and (min-width: 768px) {
  .hoverUnderline:hover {
    background-size: 100% 2px;
  }
}
.pc-nav__item a {
  position: relative;
}

.line2 {
  position: relative;
  cursor: pointer;
}

.line2:before {
  background-color: orange;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.line2:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.p-card__box {
  position: relative;
}

.p-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 47%;
}
@media screen and (max-width: 880px) {
  .p-card__img {
    width: 63.6942675159%;
  }
}

.p-card__img--collection01 {
  width: 56.1403508772%;
}
@media screen and (max-width: 880px) {
  .p-card__img--collection01 {
    width: 68.9873417722%;
  }
}

.p-card__img--collection02 {
  width: 57.8947368421%;
}
@media screen and (max-width: 880px) {
  .p-card__img--collection02 {
    width: 74.6835443038%;
  }
}

.p-card__img--collection03 {
  width: 55.4385964912%;
}
@media screen and (max-width: 880px) {
  .p-card__img--collection03 {
    width: 71.5189873418%;
  }
}

.p-card__img--collection04 {
  width: 75.7894736842%;
}
@media screen and (max-width: 880px) {
  .p-card__img--collection04 {
    width: 82.9113924051%;
  }
}

.p-card__img--ensemble01 {
  width: 41.9270833333%;
}
@media screen and (max-width: 880px) {
  .p-card__img--ensemble01 {
    width: 79.746835443%;
  }
}

.p-card__img--ensemble02 {
  width: 35.9375%;
}
@media screen and (max-width: 880px) {
  .p-card__img--ensemble02 {
    width: 70.253164557%;
  }
}

.p-card__img--ensemble03 {
  width: 67.7083333333%;
}
@media screen and (max-width: 880px) {
  .p-card__img--ensemble03 {
    width: 90.5063291139%;
  }
}

.p-card__img--gift01 {
  width: 26.0416666667%;
}
@media screen and (max-width: 880px) {
  .p-card__img--gift01 {
    width: 41.7721518987%;
  }
}

.p-card__img--gift02 {
  width: 47.1354166667%;
}
@media screen and (max-width: 880px) {
  .p-card__img--gift02 {
    width: 75.9493670886%;
  }
}

.p-card__img--gift03 {
  width: 57.8125%;
}
@media screen and (max-width: 880px) {
  .p-card__img--gift03 {
    width: 84.8101265823%;
  }
}

.p-card__num {
  margin-top: 10px;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 880px) {
  .p-card__num {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

.p-card__price {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 880px) {
  .p-card__price {
    font-size: 2rem;
  }
}
.p-card__price span {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 880px) {
  .p-card__price span {
    font-size: 1.3rem;
  }
}

.p-card2__frame {
  position: relative;
}

.p-card2__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(88px, 9.43px + 8.929vw, 138px);
  width: clamp(8.8rem, 0.943rem + 8.929vw, 13.8rem);
  max-width: 100%;
}
@media screen and (max-width: 880px) {
  .p-card2__img {
    width: 63.6942675159%;
  }
}

@media screen and (max-width: 880px) {
  .p-card2__img--petit {
    width: 70.0636942675%;
  }
}

.p-card2__img--lec {
  width: 158px;
  width: 15.8rem;
}
@media screen and (max-width: 880px) {
  .p-card2__img--lec {
    width: 76.4331210191%;
  }
}

.p-card2__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 12px;
  margin-top: 1.2rem;
}
@media screen and (max-width: 880px) {
  .p-card2__txt {
    margin-top: 0.3rem;
    font-size: 1.4rem;
  }
}

.p-collection {
  padding-top: 80px;
  padding-top: 8rem;
  padding-bottom: 150px;
  padding-bottom: 15rem;
  background: url(../images/pc/sandBg.png) center center/100px repeat;
  background: url(../images/pc/sandBg.png) center center/10rem repeat;
}
@media screen and (max-width: 880px) {
  .p-collection {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
}

.p-collection__column {
  margin-top: 88px;
  margin-top: 8.8rem;
  display: grid;
  gap: 20px;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(10%, 1fr));
}
@media screen and (max-width: 880px) {
  .p-collection__column {
    margin-top: 3.3rem;
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, minmax(10%, 1fr));
  }
}

.p-column3 {
  display: grid;
  gap: 23px;
  gap: 2.3rem;
  grid-template-columns: repeat(3, minmax(10%, 1fr));
}
@media screen and (max-width: 880px) {
  .p-column3 {
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, minmax(10%, 1fr));
  }
}

.p-concept {
  padding-top: 90px;
  padding-top: 9rem;
  padding-bottom: 130px;
  padding-bottom: 13rem;
  background-color: rgba(177, 157, 247, .4);
  background-color: #EFECF7;
}
@media screen and (max-width: 880px) {
  .p-concept {
    padding-top: 5.2rem;
    padding-bottom: 4.5rem;
  }
}

.p-concept__bg {
  position: relative;
}

@media screen and (max-width: 880px) {
  .p-concept__bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/sp/concept_border_sp.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}

.p-concept__bgImg img {
  width: 965px;
  width: 96.5rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 680px;
  height: 68rem;
}
@media screen and (max-width: 880px) {
  .p-concept__bgImg img {
    max-width: 100%;
    height: 74.4rem;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-clip-path: polygon(3% 0, 97% 0, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0 97%, 0 3%);
            clip-path: polygon(3% 0, 97% 0, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0 97%, 0 3%);
  }
}

@media screen and (max-width: 880px) {
  .Android .p-concept__bgImg img {
    height: 76.4rem;
  }
}

.p-concept__block {
  position: absolute;
  top: 60px;
  top: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 880px) {
  .p-concept__block {
    top: 4.5rem;
  }
}

.p-concept__title {
  width: 146px;
  width: 14.6rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-concept__title {
    width: 10.5rem;
  }
}

.p-concept__txt {
  margin-top: 28px;
  margin-top: 2.8rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #6441AF;
}
@media screen and (max-width: 880px) {
  .p-concept__txt {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.9;
  }
}

.p-concept__icon {
  width: 124px;
  width: 12.4rem;
  max-width: 100%;
  margin-top: clamp(12px, -19.52px + 3.578vw, 32px);
  margin-top: clamp(1.2rem, -1.952rem + 3.578vw, 3.2rem);
  margin-top: 32px;
  margin-top: 3.2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-concept__icon {
    width: clamp(7.4rem, -3.632rem + 12.522vw, 12.4rem);
    margin-top: 2.5rem;
  }
}

.p-concept__media {
  margin-top: 92px;
  margin-top: 9.2rem;
  width: calc(96.5rem + 50px);
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-concept__media {
    margin-top: 6rem;
    width: 89.8550724638%;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-deco {
  width: 100%;
}

.p-drawer {
  background: rgba(123, 93, 187, .97);
  position: fixed;
  top: 0;
  right: 0;
  width: 466px;
  width: 46.6rem;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overscroll-behavior: none;
  z-index: 40;
}
@media screen and (max-width: 880px) {
  .p-drawer {
    width: 100%;
  }
}

.p-drawer__wrap {
  height: 100%;
  width: 100%;
}

.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 {
  margin-top: 112px;
  margin-top: 11.2rem;
  margin-left: 88px;
  margin-left: 8.8rem;
}
@media screen and (max-width: 880px) {
  .p-drawer__items {
    margin-top: 9rem;
    margin-left: clamp(5.8rem, -11.279rem + 45.545vw, 28.8rem);
  }
}

.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: 2rem;
  }
}

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

.p-drawer__link {
  padding-left: 30px;
  padding-left: 3rem;
  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 + .p-drawer__menuChild {
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 880px) {
  .p-drawer__menuChild + .p-drawer__menuChild {
    margin-top: 2rem;
  }
}

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

.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: 18px;
  margin-right: 1.8rem;
}
@media screen and (max-width: 880px) {
  .p-drawer__icon {
    width: 3.2rem;
    margin-right: 1.2rem;
  }
}

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

.p-ensemble {
  padding-top: 82px;
  padding-top: 8.2rem;
}
@media screen and (max-width: 880px) {
  .p-ensemble {
    padding-top: 7rem;
  }
}

.p-ensemble__column {
  margin-top: 68px;
  margin-top: 6.8rem;
}
@media screen and (max-width: 880px) {
  .p-ensemble__column {
    margin-top: 3.8rem;
  }
}

.p-footer__bg {
  padding-top: 40px;
  padding-top: 4rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  background-color: #7B5DBB;
}

.p-footer__logo {
  width: 160px;
  width: 16rem;
  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: 14.5rem;
  }
}

.p-footer__insta {
  width: 29px;
  width: 2.9rem;
  margin-top: 35px;
  margin-top: 3.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 {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 11px;
  padding-bottom: 1.1rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-footer__copyright {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.p-gift {
  padding-top: 80px;
  padding-top: 8rem;
  background: url(../images/pc/purpleBg1.png) center center/100px repeat;
  background: url(../images/pc/purpleBg1.png) center center/10rem repeat;
}
@media screen and (max-width: 880px) {
  .p-gift {
    padding-top: 7rem;
  }
}

.p-gift__column {
  margin-top: 68px;
  margin-top: 6.8rem;
}

.p-header {
  width: 100%;
  height: 90px;
  height: 9rem;
  background-color: #fff;
  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: 6.5rem;
  }
}

.p-header__inner {
  width: 100%;
  padding: 0 40px;
  padding: 0 4rem;
  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 1.6rem;
  }
}

.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: 148px;
  width: 14.8rem;
  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: 21px;
  right: 2.1rem;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .p-header__hamburger {
    top: 2.2rem;
    right: 2.2rem;
  }
}

.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: 38.5px;
  width: 3.85rem;
}
@media screen and (max-width: 880px) {
  .p-header__open img {
    width: 3.1rem;
  }
}

.p-header__close {
  position: absolute;
  width: 41.5px;
  width: 4.15rem;
  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 {
  padding-top: 160px;
  padding-top: 16rem;
  padding-bottom: 150px;
  padding-bottom: 15rem;
}
@media screen and (max-width: 880px) {
  .p-instagram {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}

.p-instagram__title {
  width: 182px;
  width: 18.2rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 880px) {
  .p-instagram__title {
    width: 12.7rem;
  }
}
.p-instagram__title::before {
  position: absolute;
  content: "";
  width: 37px;
  width: 3.7rem;
  height: 45px;
  height: 4.5rem;
  top: -67px;
  top: -6.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/pc/madeleine.png) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-instagram__title::before {
    top: -3.7rem;
    width: 2.4rem;
    height: 3rem;
  }
}

.p-instagram__txt {
  margin-top: 30px;
  margin-top: 3rem;
  text-align: center;
}

.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: 1rem;
    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: 81px;
  margin-top: 8.1rem;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-instagram__btn {
    margin-top: 4.1rem;
  }
}

.p-lecrins {
  padding-top: 80px;
  padding-top: 8rem;
  background: url(../images/pc/purpleBg2.png) center center/100px repeat;
  background: url(../images/pc/purpleBg2.png) center center/10rem repeat;
}
@media screen and (max-width: 880px) {
  .p-lecrins {
    padding-top: 6.7rem;
  }
}

.p-lecrins__column3 {
  display: grid;
  gap: 27px;
  gap: 2.7rem;
  grid-template-columns: repeat(5, minmax(10%, 1fr));
  /*width: 712px;
  width: 71.2rem;*/
  max-width: 100%;
  margin-top: 56px;
  margin-top: 5.6rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-lecrins__column3 {
    grid-template-columns: repeat(2, minmax(10%, 1fr));
    gap: 2.7rem 1rem;
  }
}

.p-lineUp {
  padding-top: 140px;
  padding-top: 14rem;
  background: url(../images/pc/sandBg.png) center center/100px repeat;
  background: url(../images/pc/sandBg.png) center center/10rem repeat;
}
@media screen and (max-width: 880px) {
  .p-lineUp {
    padding-top: 11.3rem;
  }
}

.p-lineUp__title {
  width: 138px;
  width: 13.8rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 880px) {
  .p-lineUp__title {
    width: 9.8rem;
  }
}
.p-lineUp__title::before {
  position: absolute;
  content: "";
  width: 24px;
  width: 2.4rem;
  height: 13px;
  height: 1.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -23px;
  top: -2.3rem;
  background: url(../images/pc/lineUpFrag.png) center center/contain no-repeat;
}

.p-lineUp__txt {
  text-align: center;
  margin-top: 23px;
  margin-top: 2.3rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__txt {
    margin-top: 1.1rem;
  }
}

.p-lineUp__column {
  display: grid;
  gap: 40px 32px;
  gap: 4rem 3.2rem;
  grid-template-columns: repeat(3, minmax(10%, 1fr));
  width: 600px;
  width: 60rem;
  margin-top: 53px;
  margin-top: 5.3rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-lineUp__column {
    margin-top: 2.8rem;
    width: 89.8550724638%;
    gap: 2.4rem 1rem;
  }
}

.p-lineUp__block {
  background-color: #E8E3F3;
  border-radius: 5px;
  padding-top: 32px;
  padding-top: 3.2rem;
  min-height: 234px;
  min-height: 23.4rem;
  -webkit-box-shadow: 2px 3px 3px rgba(65, 50, 50, .3);
          box-shadow: 2px 3px 3px rgba(65, 50, 50, .3);
}
@media screen and (max-width: 880px) {
  .p-lineUp__block {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    min-height: 9.8rem;
  }
}

.p-lineUp__block--white {
  background-color: #fff;
}

.p-lineUp__img {
  width: 132px;
  width: 13.2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-lineUp__img {
    width: clamp(6.8rem, 0.987rem + 9.901vw, 9.7rem);
  }
}

.p-lineUp__name {
  margin-top: 10px;
  margin-top: 1rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 880px) {
  .p-lineUp__name {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}
.p-lineUp__name span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 880px) {
  .p-lineUp__name span {
    font-size: 1.1rem;
  }
}

.p-lineUp__name--adjust1 {
  margin-top: -10px;
  margin-top: -1rem;
}
@media screen and (max-width: 880px) {
  .p-lineUp__name--adjust1 {
    margin-top: 0.2rem;
  }
}

.p-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.p-loader__left {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/pc/loaderBg2.png) center center/79px repeat;
  background: url(../images/pc/loaderBg2.png) center center/7.9rem repeat;
  z-index: 1001;
}
@media screen and (max-width: 880px) {
  .p-loader__left {
    background: url(../images/pc/loaderBg2.png) center center/5.1rem repeat;
  }
}
.p-loader__right {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/pc/loaderBg2.png) center center/79px repeat;
  background: url(../images/pc/loaderBg2.png) center center/7.9rem repeat;
  z-index: 1000;
}
@media screen and (max-width: 880px) {
  .p-loader__right {
    background: url(../images/pc/loaderBg2.png) center center/5.1rem repeat;
  }
}
.p-loader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1005;
}
@media screen and (max-width: 880px) {
  .p-loader__logo {
    top: 45%;
  }
}
.p-loader__logo--1 {
  width: 10vw;
  width: 6.5972222222%;
  max-width: 190px;
  max-width: 19rem;
  min-width: 80px;
  min-width: 8rem;
  z-index: 1005;
}
@media screen and (max-width: 880px) {
  .p-loader__logo--1 {
    width: 7.3rem;
  }
}
.p-loader__logo--2 {
  width: 9.9305555556%;
  max-width: 280px;
  max-width: 28rem;
  min-width: 120px;
  min-width: 12rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1006;
}
@media screen and (max-width: 880px) {
  .p-loader__logo--2 {
    width: 10.9rem;
  }
}

.p-media {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-media + .p-media {
  margin-top: 64px;
  margin-top: 6.4rem;
}
@media screen and (max-width: 880px) {
  .p-media + .p-media {
    margin-top: 5.1rem;
  }
}
@media screen and (max-width: 880px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-media__head {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 880px) {
  .p-media__head {
    font-size: 2.2rem;
  }
}

.p-media__txt {
  margin-top: 22px;
  margin-top: 2.2rem;
}
@media screen and (max-width: 880px) {
  .p-media__txt {
    margin-top: 1.6rem;
  }
}

.p-media__img {
  width: 390px;
  width: 39rem;
  max-width: 100%;
  margin-right: 72px;
  margin-right: 7.2rem;
}
@media screen and (max-width: 880px) {
  .p-media__img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-media__body {
  width: 502px;
  width: 50.2rem;
  max-width: 100%;
}
@media screen and (max-width: 880px) {
  .p-media__body {
    width: 100%;
    margin-top: 2.5rem;
  }
}

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

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

.p-media2__img {
  width: clamp(250px, 33.14px + 24.643vw, 388px);
  width: clamp(25rem, 3.314rem + 24.643vw, 38.8rem);
  margin-right: 72px;
  margin-right: 7.2rem;
}
@media screen and (max-width: 880px) {
  .p-media2__img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

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

.p-media2__txt {
  margin-top: 12px;
  margin-top: 1.2rem;
  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-media2__txt {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}

.p-media2__body {
  padding-top: 50px;
  padding-top: 5rem;
}
@media screen and (max-width: 880px) {
  .p-media2__body {
    width: 100%;
    margin-top: 1.8rem;
    padding-left: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}

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

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

.p-media2__btn {
  margin-top: 11px;
  margin-top: 1.1rem;
}

.p-media2__ttl {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 880px) {
  .p-media2__ttl {
    font-size: 1.6rem;
  }
}

.p-sable__media.p-media2 {
  margin-top: 40px;
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 4rem;
}
@media screen and (max-width: 880px) {
  .p-sable__media.p-media2 {
    margin-top: 3rem;
    gap: 2rem;
  }
}

.p-sable__note {
  font-size: 19px;
  font-size: 1.9rem;
  color: #cc0000;
  text-align: center;
  margin-top: 30px;
  margin-top: 3rem;
}
@media screen and (max-width: 880px) {
  .p-sable__note {
    margin-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 880px) {
  .p-sable__media .p-media2__ttl {
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 880px) {
  .p-sable__media .p-media2__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}
.p-sable__media .p-media2__txt {
  margin-top: 0;
}

.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: 552px;
  width: 55.2rem;
  background-color: #A28DCF;
  border-radius: 5px;
}
@media screen and (max-width: 880px) {
  .p-modal__block {
    width: 86.6666666667%;
  }
}

.p-modal__wrap {
  position: relative;
  padding: 60px 60px 45px;
  padding: 6rem 6rem 4.5rem;
}
@media screen and (max-width: 880px) {
  .p-modal__wrap {
    padding: 4rem 2rem 2.5rem;
  }
}

.p-modal__close {
  position: absolute;
  width: 41.5px;
  width: 4.15rem;
  top: 22px;
  top: 2.2rem;
  right: 20px;
  right: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .p-modal__close {
    width: 3.1rem;
    top: 0.9rem;
    right: 1rem;
  }
}

.p-modal__box {
  background-color: #fff;
  padding: 44px 10px 32px;
  padding: 4.4rem 1rem 3.2rem;
}
@media screen and (max-width: 880px) {
  .p-modal__box {
    padding: 2.4rem 1rem;
  }
}

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

.p-modal__img--adjust {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-modal__head {
  margin-top: 30px;
  margin-top: 3rem;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 880px) {
  .p-modal__head {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}
.p-modal__head::after {
  position: absolute;
  content: "";
  width: 18px;
  width: 1.8rem;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  bottom: -2rem;
  background-color: #D6B64F;
}
@media screen and (max-width: 880px) {
  .p-modal__head::after {
    width: 1.5rem;
    bottom: -1.5rem;
  }
}

.p-modal__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.8823529412;
  color: #fff;
  width: 320px;
  width: 32rem;
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-top: 4.8rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .p-modal__txt {
    margin-top: 3.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}

.p-mv {
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  width: 72px;
  width: 7.2rem;
  height: 100vh;
  left: 0;
  top: 0;
  background: url(../images/pc/doorLeft.png) center center/cover no-repeat;
  z-index: 1;
  -webkit-box-shadow: 10px -18px 26px rgba(0, 0, 0, .4);
          box-shadow: 10px -18px 26px rgba(0, 0, 0, .4);
}
@media screen and (max-width: 880px) {
  .p-mv::before {
    width: 4rem;
  }
}
.p-mv::after {
  position: absolute;
  content: "";
  width: 57px;
  width: 5.7rem;
  height: 100vh;
  right: 0;
  top: 0;
  background: url(../images/pc/doorRight.png) center center/cover no-repeat;
  z-index: 1;
  -webkit-box-shadow: -10px -18px 26px rgba(0, 0, 0, .4);
          box-shadow: -10px -18px 26px rgba(0, 0, 0, .4);
}
@media screen and (max-width: 880px) {
  .p-mv::after {
    width: 3.5rem;
  }
}

.p-mv__img img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 232px;
  width: 23.2rem;
}
@media screen and (max-width: 880px) {
  .p-mv__logo {
    width: 16rem;
  }
}

.p-petitBonheur {
  background: url(../images/pc/purpleBg1.png) center center/100px repeat;
  background: url(../images/pc/purpleBg1.png) center center/10rem repeat;
  padding-top: 83px;
  padding-top: 8.3rem;
}
@media screen and (max-width: 880px) {
  .p-petitBonheur {
    padding-top: 6.8rem;
  }
}

.p-petitBonheur__column5 {
  margin-top: 56px;
  margin-top: 5.6rem;
  display: grid;
  gap: 27px;
  gap: 2.7rem;
  grid-template-columns: repeat(5, minmax(10%, 1fr));
}
@media screen and (max-width: 880px) {
  .p-petitBonheur__column5 {
    grid-template-columns: repeat(2, minmax(10%, 1fr));
    gap: 2.2rem 1rem;
  }
}

.p-sable {
  padding-top: 38px;
  padding-top: 3.8rem;
  padding-bottom: 62px;
  padding-bottom: 6.2rem;
}
@media screen and (max-width: 880px) {
  .p-sable {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
}

.p-sable__head {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: #413232;
}
@media screen and (max-width: 880px) {
  .p-sable__head {
    font-size: 1.6rem;
  }
}

.p-sable__logo {
  margin-top: 20px;
  margin-top: 2rem;
  width: 801px;
  width: 80.1rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 880px) {
  .p-sable__logo {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 881px) {
  .p-sable__logo :hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.p-shop {
  background: url(../images/pc/sandBg.png) center center/100px repeat;
  background: url(../images/pc/sandBg.png) center center/10rem repeat;
  padding: 60px 0;
  padding: 6rem 0;
}
@media screen and (max-width: 880px) {
  .p-shop {
    padding: 3.2rem 0;
  }
}

.p-shop__frame {
  position: relative;
}
.p-shop__frame::before {
  position: absolute;
  content: "";
  width: 37px;
  width: 3.7rem;
  height: 45px;
  height: 4.5rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/pc/madeleine.png) center center/contain no-repeat;
}
.p-shop-new .p-shop__frame{
	background:#fff;
	border-left:2px solid #a9905f;
	border-right:2px solid #a9905f;
	padding: 70px 0;
}
.p-shop-new .p-shop__frame::before{
	top: -15px;
}
@media screen and (max-width: 880px) {
  .p-shop__frame::before {
    width: 2.4rem;
    height: 3rem;
  }
	.p-shop-new .p-shop__frame{
		padding: 20px 0;
	}
}

.p-shop__frame > picture > img {
  height: 723px;
  height: 72.3rem;
}
@media screen and (max-width: 880px) {
  .p-shop__frame > picture > img {
    height: clamp(44.2rem, 29.349rem + 39.604vw, 64.2rem);
  }
}

.p-shop__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80.8333333333%;
}
.p-shop-new .p-shop__block{
	margin: 0 auto;
	position:static;
	transform: translate(0, 0);
}
@media screen and (max-width: 880px) {
  .p-shop__block {
    width: 91.1764705882%;
  }
}

.p-shop__title {
  width: 100px;
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 880px) {
  .p-shop__title {
    width: 7.3rem;
  }
}

.p-shop-new .p-shop__block .p-shop-one + .p-shop-one{
	margin-top:100px;
}

.p-shop__media {
  margin-top: 32px;
  margin-top: 3.2rem;
}

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

.p-title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.45em;
  font-weight: 500;
  padding-left: 87px;
  padding-left: 8.7rem;
  position: relative;
}
@media screen and (max-width: 880px) {
	.p-shop-new .p-shop__block .p-shop-one + .p-shop-one {
	  margin-top: 50px;
	}
	
  .p-title {
    padding-left: 1rem;
  }
}
.p-title::before {
  position: absolute;
  content: "";
  width: 86.5px;
  width: 8.65rem;
  height: 135px;
  height: 13.5rem;
  left: -2px;
  left: -0.2rem;
  top: -100px;
  top: -10rem;
  background: url(../images/pc/key.png) center center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .p-title::before {
    left: -2rem;
    top: -6rem;
  }
}
@media screen and (max-width: 880px) {
  .p-title::before {
    width: 5rem;
    height: 8.2rem;
    left: -1rem;
    top: -8rem;
  }
}

.p-title--keyNon::before {
  display: none;
}

.p-title__main {
  font-size: 31px;
  font-size: 3.1rem;
}
@media screen and (max-width: 880px) {
  .p-title__main {
    font-size: 2.3rem;
  }
}

.p-title__sub {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 880px) {
  .p-title__sub {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
  }
}
.p-title__sub::after {
  position: absolute;
  content: "";
}

.p-title__sub--toujours::after {
  width: 200px;
  width: 20rem;
  height: 55px;
  height: 5.5rem;
  right: -206px;
  right: -20.6rem;
  bottom: -20px;
  bottom: -2rem;
  background: url(../images/pc/toujoursTitle.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-title__sub--toujours::after {
    width: 16rem;
    height: 4.8rem;
    right: -16rem;
  }
}

.p-title__sub--petitBonheur::after {
  width: 272px;
  width: 27.2rem;
  height: 69px;
  height: 6.9rem;
  right: -286px;
  right: -28.6rem;
  bottom: -36px;
  bottom: -3.6rem;
  background: url(../images/pc/petitBonheurTitle.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-title__sub--petitBonheur::after {
    width: 22.1rem;
    height: 5.6rem;
    right: -22rem;
    bottom: -2.9rem;
  }
}

.p-title__sub--lecrins::after {
  width: 194px;
  width: 19.4rem;
  height: 56px;
  height: 5.6rem;
  right: -206px;
  right: -20.6rem;
  bottom: -20px;
  bottom: -2rem;
  background: url(../images/pc/lecrinsTitle.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-title__sub--lecrins::after {
    width: 16rem;
    height: 4.8rem;
    right: -16rem;
  }
}

.p-title__sub--ensemble::after {
  width: 190px;
  width: 19rem;
  height: 60px;
  height: 6rem;
  right: -240px;
  right: -24rem;
  bottom: 10px;
  bottom: 1rem;
  background: url(../images/pc/ensembleTitle.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-title__sub--ensemble::after {
    width: 15rem;
    height: 4.8rem;
    right: -16rem;
    bottom: -3rem;
  }
}

.p-title__sub--collection::after {
  width: 320px;
  width: 32rem;
  height: 80px;
  height: 8rem;
  right: -420px;
  right: -42rem;
  bottom: -10px;
  bottom: -1rem;
  background: url(../images/pc/collectionTitle.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-title__sub--collection::after {
    width: 27rem;
    height: 7.8rem;
    right: -16rem;
    bottom: -5.8rem;
  }
}

.p-title__sub--gift::after {
  width: 214px;
  width: 21.4rem;
  height: 67px;
  height: 6.7rem;
  right: -280px;
  right: -28rem;
  bottom: 10px;
  bottom: 1rem;
  background: url(../images/pc/giftTitle.svg) center center/contain no-repeat;
}
@media screen and (max-width: 880px) {
  .p-title__sub--gift::after {
    width: 19rem;
    height: 6.8rem;
    right: -17.8rem;
    bottom: -3.8rem;
  }
}

.p-title__txt {
  margin-top: 39px;
  margin-top: 3.9rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 880px) {
  .p-title__txt {
    margin-top: 3.3rem;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}

@media screen and (max-width: 880px) {
  .p-title__txt--collection {
    margin-top: 6rem;
  }
}

.p-title__price {
  margin-top: 32px;
  margin-top: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 880px) {
  .p-title__price {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
.p-title__price span {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 880px) {
  .p-title__price span {
    font-size: 1.3rem;
  }
}

.p-toujours {
  padding-top: 78px;
  padding-top: 7.8rem;
  background: url(../images/pc/sandBg.png) center center/100px repeat;
  background: url(../images/pc/sandBg.png) center center/10rem repeat;
}
@media screen and (max-width: 880px) {
  .p-toujours {
    padding-top: 6.8rem;
  }
}

.p-toujours__column5 {
  margin-top: 50px;
  margin-top: 5rem;
  display: grid;
  gap: 20px 30px;
  gap: 2rem 3rem;
  grid-template-columns: repeat(5, minmax(10%, 1fr));
}
@media screen and (max-width: 880px) {
  .p-toujours__column5 {
    gap: 3.6rem 1.2rem;
    grid-template-columns: repeat(2, minmax(10%, 1fr));
  }
}

.p-toujours__card {
  cursor: pointer;
}

.p-toujours__cardImg {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 881px) {
  .p-toujours__card:hover > .p-toujours__cardImg {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .p-toujours__card:hover > .p-toujours__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-toujours__cardTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 880px) {
  .p-toujours__cardTxt {
    font-size: 1.2rem;
  }
}
.p-toujours__cardTxt::after {
  position: absolute;
  content: "";
  width: 5.5px;
  width: 0.55rem;
  height: 14px;
  height: 1.4rem;
  right: -12px;
  right: -1.2rem;
  top: 0.4em;
  background: url(../images/pc/arrowRight.png) center center/contain no-repeat;
  -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-toujours__cardTxt::after {
    width: 0.4rem;
    height: 1rem;
  }
}

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

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

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

.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-mt120 {
    margin-top: 8rem !important;
  }
}

.u-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-textCenter {
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */
