@charset "utf-8";

:root {
  --color: #000;
  --font1: RedAlice;
  --font2: Orb;
}

.fca_cat-hero {
  overflow: visible;
}

.sr_page-shopping-result__free {
  overflow: visible;
}

.aliceteaparty_prg {
  background-image: url(../images/bg_01.svg);
  background-color: #c8e6e5;
  background-size: cover;
  background-attachment: fixed;
  color: #231815;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: var(--font1);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.aliceteaparty_prg * {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none !important;
}

.aliceteaparty_prg img {
  height: auto;
  width: 100%;
}

.aliceteaparty-title_prg {
  height: 100%;
  max-width: 254px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26.878306878%;
}

.aliceteaparty-title__image_prg {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 30px;
}

.aliceteaparty-body_prg {
  margin-left: auto;
  margin-right: auto;
  max-width: 945px;
  position: relative;
}

.aliceteaparty-main_prg {
  background-image: url(../images/bg_02.jpg);
  background-size: 100%;
  background-repeat: repeat;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  padding-bottom: 35px;
}

.aliceteaparty-yoyaku_prg {
  padding-bottom: 76px;
  text-align: center;
}

.aliceteaparty-yoyaku__title_prg {
  font-family: var(--font1);
  font-size: 22px;
  line-height: 1.318;
  margin-top: 18px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

.aliceteaparty-yoyaku__title_prg::before,
.aliceteaparty-yoyaku__title_prg::after {
  background-image: url(../images/yoyaku_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 152px;
}

.aliceteaparty-yoyaku__title_prg::before {
  top: 0;
}

.aliceteaparty-yoyaku__title_prg::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 25% 50%;
  -ms-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
}

.aliceteaparty-yoyaku__text_prg {
  font-family: var(--font2);
  font-size: 19px;
  line-height: 1.421;
  margin-top: 20px;
}

.aliceteaparty-yoyaku__btn_prg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 326px;
}

.aliceteaparty-yoyaku__link_prg {
  background-image: url(../images/yoyaku_btn.svg);
  background-size: 100%;
  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;
  font-size: 20px;
  line-height: 1.35;
  height: 90px;
  position: relative;
}

.aliceteaparty-yoyaku__link_prg::after {
  background-image: url(../images/yoyaku_y.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}

.aliceteaparty-lesson_prg {
  position: relative;
}

.aliceteaparty-items_prg {
  background-image: url(../images/item_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-top: 39.2%;
  position: relative;
}

.aliceteaparty-items__title_prg {
  font-family: var(--font2);
  font-size: 23px;
  line-height: 1.217;
  margin-bottom: 10px;
  position: absolute;
  top: 12%;
  text-align: center;
  width: 100%;
}

.aliceteaparty-item_prg {
  position: relative;
}

.aliceteaparty-item__caption_prg {
  font-family: var(--font2);
  font-size: 16px;
  line-height: 1.3125;
  position: absolute;
}

.item__01_prg .aliceteaparty-item__caption_prg {
  right: 50px;
  right: 13.333333333%;
  top: 60px;
}

.item__02_prg .aliceteaparty-item__caption_prg {
  left: 55px;
  left: 14.666666666%;
  top: 50px;
}

.item__03_prg .aliceteaparty-item__caption_prg {
  right: 70px;
  right: 18.666666666%;
  top: 50px;
}

.item__04_prg .aliceteaparty-item__caption_prg {
  left: 70px;
  left: 18.666666666%;
  top: 60px;
}

.aliceteaparty-tea_prg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.aliceteaparty-tea__text_prg {
  font-size: 22px;
  line-height: 1.318;
}

.aliceteaparty-tea__image_prg {
  width: 44%;
}

.sp {
  display: none;
}

@media not all and (min-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .aliceteaparty-title_prg {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    position: static;
    width: 100%;
  }

  .aliceteaparty-title__image_prg {
    position: static;
  }

  .aliceteaparty-main_prg {
    max-width: 100%;
  }
}
