@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "ampersand";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/ampersand.otf") format("opentype"), url("../fonts/ampersand.woff") format("woff"), url("../fonts/ampersand.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (~ 767px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/600));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.loader {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  position: fixed;
  transition: all 1s ease-in-out 0.4s;
  background: #BED2EA;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.loader::before, .loader::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.loader::before {
  top: calc(52 * 60rem/390);
  left: calc(-24 * 60rem/390);
  width: calc(207 * 60rem/390);
  height: calc(127 * 60rem/390);
  background-image: url(../img/loader_star_l.svg);
}
.loader::after {
  bottom: calc(46 * 60rem/390);
  right: calc(-4 * 60rem/390);
  width: calc(207 * 60rem/390);
  height: calc(127 * 60rem/390);
  background-image: url(../img/loader_star_r.svg);
}
.loader.eraseLoader {
  background: rgba(190, 210, 234, 0);
}
.loader.eraseLoader::before, .loader.eraseLoader::after {
  opacity: 0;
}
.loader.invisibleLoader {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
.loader .logo {
  width: calc(208 * 60rem/390);
}
.loader img {
  display: block;
  width: 100%;
  height: auto;
}

.kikilala_lp {
  position: relative;
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 60rem/390);
  z-index: 0;
}
.kikilala_lp img,
.kikilala_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.kikilala_lp picture {
  display: block;
}
.kikilala_lp a {
  display: block;
  color: inherit;
}
.kikilala_lp *:focus {
  outline: none;
}
.kikilala_lp a,
.kikilala_lp label {
  -webkit-tap-highlight-color: rgba(148, 176, 212, 0.2);
}
.kikilala_lp input {
  display: none;
}
.kikilala_lp li,
.kikilala_lp ol {
  list-style-type: none;
}
.kikilala_lp .spOnly {
  display: block;
}
.kikilala_lp .pcOnly {
  display: none;
}
.kikilala_lp ::-moz-selection {
  color: #fff;
  background-color: rgba(148, 176, 212, 0.7);
}
.kikilala_lp ::selection {
  color: #fff;
  background-color: rgba(148, 176, 212, 0.7);
}
.kikilala_lp sup {
  font-size: 0.6em;
}
.kikilala_lp #share img {
  margin: auto;
}
.kikilala_lp .subImages:not(.goods__productsWrap .subImages) {
  -webkit-animation: rotate 6s ease-in-out infinite;
          animation: rotate 6s ease-in-out infinite;
  transform: rotate(1.8deg);
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(1.8deg);
  }
  25% {
    transform: rotate(-2.1deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2.1deg);
  }
  100% {
    ttransform: rotate(1.8deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(1.8deg);
  }
  25% {
    transform: rotate(-2.1deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2.1deg);
  }
  100% {
    ttransform: rotate(1.8deg);
  }
}
.kikilala_lp .star_img img:nth-child(1) {
  -webkit-animation: star 2.4s 1.2s ease-in-out infinite;
          animation: star 2.4s 1.2s ease-in-out infinite;
}
.kikilala_lp .star_img img:nth-child(2) {
  -webkit-animation: star 2.4s ease-in-out infinite;
          animation: star 2.4s ease-in-out infinite;
}
.kikilala_lp .nav-star:nth-of-type(1) {
  -webkit-animation: star 2s 1s ease-in-out infinite;
          animation: star 2s 1s ease-in-out infinite;
}
.kikilala_lp .nav-star:nth-of-type(2) {
  -webkit-animation: star 2s ease-in-out infinite;
          animation: star 2s ease-in-out infinite;
}
.kikilala_lp .nav-star:nth-of-type(3) {
  -webkit-animation: star 2s 1s ease-in-out infinite;
          animation: star 2s 1s ease-in-out infinite;
}
.kikilala_lp .nav-star:nth-of-type(4) {
  -webkit-animation: star 2s ease-in-out infinite;
          animation: star 2s ease-in-out infinite;
}
.kikilala_lp .nav-star .star_img img {
  -webkit-animation: unset;
          animation: unset;
}
@-webkit-keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.kikilala_lp .fvArea,
.kikilala_lp .anim {
  opacity: 0;
}
.kikilala_lp .anim_enable {
  -webkit-animation: fade 1.4s 2s ease forwards;
          animation: fade 1.4s 2s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.kikilala_lp .move {
  opacity: 0;
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1s linear;
}
.kikilala_lp .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.kikilala_lp .present .anim_enable .icon::after {
  -webkit-animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
          animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
}
@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 768px) {
  .kikilala_lp__inner {
    overflow: hidden;
  }
}
/* .kikilala_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.kikilala_lp {
  --color-text: #707070;
  --color-subText: #9A9C9F;
  --color-primary: #A9BDDB;
  --color-secondary: #94B0D4;
  --color-tertiary: #BED2EA;
  --color-background: #FCFCFD;
  --color-button: #D46947;
  --font-en: "futura-pt";
  --font-jp: "Noto Sans JP";
}
.kikilala_lp .anchorlink {
  background-color: #fff;
}
.kikilala_lp .anchorlink__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: calc(56 * 60rem/390);
}
.kikilala_lp .anchorlink__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  font-size: calc(17 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.kikilala_lp .anchorlink__list li:nth-of-type(n+2) {
  position: relative;
  z-index: 0;
}
.kikilala_lp .anchorlink__list li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(36 * 60rem/390);
  border-left: 1px solid var(--color-secondary);
  z-index: 0;
}
.kikilala_lp .anchorlink__list .external {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(6 * 60rem/390);
       column-gap: calc(6 * 60rem/390);
}
.kikilala_lp .anchorlink__list .external::after {
  content: "";
  width: calc(10 * 60rem/390);
  height: calc(9 * 60rem/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.kikilala_lp .intro {
  padding: calc(54 * 60rem/390) calc(26 * 60rem/390) calc(58 * 60rem/390);
  background-color: var(--color-primary);
  overflow: hidden;
  text-align: center;
}
.kikilala_lp .intro__titleWrap {
  position: relative;
  margin-bottom: calc(36 * 60rem/390);
  z-index: 0;
}
.kikilala_lp .intro__titleWrap::before, .kikilala_lp .intro__titleWrap::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.kikilala_lp .intro__titleWrap::before {
  top: calc(-20 * 60rem/390);
  right: calc(-117 * 60rem/390);
  width: calc(160 * 60rem/390);
  height: calc(106 * 60rem/390);
  background-image: url(../img/intro_star-r.svg);
}
.kikilala_lp .intro__titleWrap::after {
  top: calc(58 * 60rem/390);
  left: calc(-77 * 60rem/390);
  width: calc(120 * 60rem/390);
  height: calc(115 * 60rem/390);
  background-image: url(../img/intro_star-l.svg);
}
.kikilala_lp .intro__title {
  color: #fff;
  font-size: calc(19 * 60rem/390);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.kikilala_lp .intro__title:nth-of-type(n+2) {
  margin-top: calc(13 * 60rem/390);
}
.kikilala_lp .intro__text {
  color: #fff;
  font-size: calc(14 * 60rem/390);
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.kikilala_lp .intro__text:nth-of-type(n+2) {
  margin-top: calc(20 * 60rem/390);
}
.kikilala_lp .intro__schedule {
  position: relative;
  margin-top: calc(60 * 60rem/390);
  padding: calc(25 * 60rem/390) calc(20 * 60rem/390) calc(22 * 60rem/390);
  background-color: #fff;
  border-radius: calc(14 * 60rem/390);
  z-index: 0;
}
.kikilala_lp .intro__schedule::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(-43 * 60rem/390);
  left: 0;
  right: 0;
  width: calc(304 * 60rem/390);
  height: calc(74 * 60rem/390);
  background-image: url(../img/kikilala.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.kikilala_lp .intro__schedule h4 {
  display: inline-block;
  padding: calc(5 * 60rem/390) calc(13 * 60rem/390) calc(4 * 60rem/390);
  background-color: var(--color-primary);
  border-radius: 60px;
  color: #fff;
  font-size: calc(13 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.kikilala_lp .intro__schedule dt {
  margin-bottom: calc(3 * 60rem/390);
}
.kikilala_lp .intro__schedule .data {
  font-size: calc(24 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.025em;
}
.kikilala_lp .intro__schedule .data .week {
  font-size: calc(14 * 60rem/390);
}
.kikilala_lp .intro__schedule .data .time {
  font-size: calc(18 * 60rem/390);
}
.kikilala_lp .intro__schedule .data .hyphen {
  font-size: calc(28 * 60rem/390);
}
.kikilala_lp .intro__schedule dd + dt {
  margin-top: calc(11 * 60rem/390);
}
.kikilala_lp .intro__schedule__note {
  margin-top: calc(14 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  line-height: 1.48;
  letter-spacing: 0;
}
.kikilala_lp .intro__schedule__note .en {
  font-size: calc(14 * 60rem/390);
}
.kikilala_lp .intro__schedule__note small {
  font-size: calc(11 * 60rem/390);
}
.kikilala_lp .contentsWrap {
  position: relative;
  margin-bottom: calc(55 * 60rem/390);
  z-index: 0;
}
.kikilala_lp .contentsWrap::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(338 * 60rem/390);
  height: 1px;
  border-bottom: 1px solid #EAEAEA;
  z-index: 0;
}
.kikilala_lp .head-star {
  margin-top: calc(45 * 60rem/390);
}
.kikilala_lp .head-star .star_img {
  position: relative;
  margin-left: calc(5 * 60rem/390);
  width: calc(208 * 60rem/390);
  z-index: 0;
}
.kikilala_lp .head-star .star_img img:nth-child(2) {
  position: absolute;
  top: 0;
  z-index: 0;
}
.kikilala_lp .deco-star {
  margin-top: calc(30 * 60rem/390);
}
.kikilala_lp .deco-star .star_img {
  position: relative;
  margin-left: calc(-102 * 60rem/390);
  margin-bottom: calc(-41 * 60rem/390);
  width: calc(342 * 60rem/390);
  z-index: 0;
}
.kikilala_lp .deco-star .star_img img:nth-child(2) {
  position: absolute;
  top: 0;
  z-index: 0;
}
.kikilala_lp .foot-star .star_img {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.kikilala_lp .foot-star .star_img img:nth-child(2) {
  position: absolute;
  top: 0;
  z-index: 0;
}
.kikilala_lp .foot-star.footArea__star-1 .star_img {
  margin-left: calc(-277 * 60rem/390);
  margin-bottom: calc(-52 * 60rem/390);
  width: calc(268 * 60rem/390);
}
.kikilala_lp .foot-star.footArea__star-2 .star_img {
  margin-right: calc(-290 * 60rem/390);
  margin-top: calc(-24 * 60rem/390);
  width: calc(268 * 60rem/390);
}
.kikilala_lp .section {
  border-top: calc(12 * 60rem/390) solid #E8EDF6;
  overflow: hidden;
  text-align: center;
}
.kikilala_lp .section__title {
  position: relative;
  padding-block: calc(42 * 60rem/390) calc(26 * 60rem/390);
  color: var(--color-secondary);
  font-size: calc(48 * 60rem/390);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.025em;
  z-index: -1;
}
.kikilala_lp .section__title .small {
  display: inline-block;
  transform: translateY(calc(-6 * 60rem/390));
  padding-right: calc(16 * 60rem/390);
  font-size: calc(20 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0;
}
.kikilala_lp .section__title::before, .kikilala_lp .section__title::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.kikilala_lp .section__title::before {
  top: calc(-60 * 60rem/390);
  width: calc(364 * 60rem/390);
  height: calc(272 * 60rem/390);
  background-image: url(../img/title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.kikilala_lp .section__title::after {
  bottom: 0;
  width: calc(30 * 60rem/390);
  height: 1px;
  border-bottom: 1px solid var(--color-secondary);
  z-index: 0;
}
.kikilala_lp .section__item:first-child {
  padding-top: 0;
}
.kikilala_lp .section__item:not(:first-of-type) {
  padding-top: calc(50 * 60rem/390);
  padding-bottom: calc(48 * 60rem/390);
}
.kikilala_lp .section__item:not(:last-of-type) {
  position: relative;
  padding-bottom: calc(48 * 60rem/390);
  z-index: 0;
}
.kikilala_lp .section__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(338 * 60rem/390);
  height: 1px;
  border-bottom: 1px solid #EAEAEA;
  z-index: 0;
}
.kikilala_lp .section__item__img {
  position: relative;
  z-index: 0;
}
.kikilala_lp .section .logo {
  margin-bottom: calc(6 * 60rem/390);
}
.kikilala_lp .section .logo img {
  display: inline-block;
  width: auto;
  height: calc(20 * 60rem/390);
}
.kikilala_lp .section__item__englishName {
  margin-bottom: calc(10 * 60rem/390);
  font-size: calc(49 * 60rem/390);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0;
}
.kikilala_lp .section__item__name {
  margin-bottom: calc(13 * 60rem/390);
  font-size: calc(13 * 60rem/390);
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 0;
}
.kikilala_lp .section__item__name .en {
  font-size: calc(14 * 60rem/390);
}
.kikilala_lp .section__item__name .small {
  font-size: calc(12 * 60rem/390);
}
.kikilala_lp .section__item__text {
  margin-top: calc(8 * 60rem/390);
  color: var(--color-subText);
  font-size: calc(13 * 60rem/390);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.kikilala_lp .section__item__price {
  margin-top: calc(8 * 60rem/390);
  font-size: calc(25 * 60rem/390);
  letter-spacing: 0.025em;
}
.kikilala_lp .section__item__price span {
  display: inline-block;
}
.kikilala_lp .section__item__price .quantity {
  margin-right: calc(10 * 60rem/390);
  font-size: calc(14 * 60rem/390);
}
.kikilala_lp .section__item__price .only {
  display: inline-block;
  transform: translateY(calc(-1 * 60rem/390));
  padding-right: calc(3 * 60rem/390);
  font-size: calc(11 * 60rem/390);
}
.kikilala_lp .section__item__price .yen {
  font-size: calc(20 * 60rem/390);
}
.kikilala_lp .section__item__price small {
  font-size: calc(11 * 60rem/390);
}
.kikilala_lp .button {
  display: inline-block;
  border-radius: 100px;
  box-sizing: border-box;
}
.kikilala_lp .button__buy {
  margin-top: calc(16 * 60rem/390);
  padding: calc(17 * 60rem/390) calc(16 * 60rem/390) calc(16 * 60rem/390);
  background-color: var(--color-button);
  color: #fff;
  font-size: calc(17 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  width: calc(240 * 60rem/390);
}
.kikilala_lp .button__about {
  display: inline-block;
  position: relative;
  margin-top: calc(-16 * 60rem/390);
  padding: calc(19 * 60rem/390) calc(16 * 60rem/390) calc(18 * 60rem/390);
  background-color: #F8FBFD;
  border: 1px solid var(--color-secondary);
  border-radius: 100px;
  box-sizing: border-box;
  color: var(--color-secondary);
  font-size: calc(13 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
  width: calc(280 * 60rem/390);
  z-index: 0;
}
.kikilala_lp .button__about .en {
  font-size: calc(17 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0;
}
.kikilala_lp .button__about::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(14 * 60rem/390);
  width: calc(12 * 60rem/390);
  height: calc(12 * 60rem/390);
  background-image: url(../img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.kikilala_lp .button__all {
  padding: calc(17 * 60rem/390) calc(16 * 60rem/390) calc(16 * 60rem/390);
  background-color: var(--color-secondary);
  border-radius: calc(12 * 60rem/390);
  color: #fff;
  font-size: calc(17 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  width: calc(280 * 60rem/390);
}
.kikilala_lp .CosmeKitchenProducts .section__item .subImages {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(227 * 60rem/390);
  transform-origin: top center;
  z-index: 1;
}
.kikilala_lp .cosme__productsWrap-3 .section__item .subImages {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(254 * 60rem/390);
  transform-origin: 60% 40%;
  z-index: 1;
}
.kikilala_lp .goods__productsWrap .section__item .subImages {
  position: absolute;
  top: calc(92 * 60rem/390);
  left: 0;
  width: calc(390 * 60rem/390);
  transform-origin: center 70%;
  z-index: 1;
}
.kikilala_lp .footArea {
  padding-top: calc(40 * 60rem/390);
  text-align: center;
  overflow: hidden;
}
.kikilala_lp .footArea .logo {
  display: inline-block;
  margin-bottom: calc(10 * 60rem/390);
  width: calc(186 * 60rem/390);
}
.kikilala_lp .footArea .credit {
  font-size: calc(10 * 60rem/390);
  line-height: 1;
  letter-spacing: 0;
}
.kikilala_lp .followNav {
  position: fixed;
  transform: translateY(100%);
  bottom: -1px;
  left: 0;
  background-color: var(--color-tertiary);
  transition: all 0.6s 0.1s ease;
  width: 100%;
  z-index: 2;
}
.kikilala_lp .followNav .anchorlink__list li {
  color: #fff;
}
.kikilala_lp .followNav .anchorlink__list li:nth-of-type(n+2)::before {
  border-left: 1px solid #fff;
}
.kikilala_lp .followNav .anchorlink__list .external::after {
  background-image: url(../img/arrow2.svg);
}
.kikilala_lp .followNav.up-move {
  transform: translateY(0);
  z-index: 11;
}

.page-share-btn #share {
  transition: all 0.6s 0.1s ease;
  left: auto;
  right: 4%;
  bottom: 2%;
}

#share.up-move {
  transform: translateY(-140%);
}

/* .kikilala_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .loader::before {
    top: 20%;
    left: 36%;
  }
  .loader::after {
    bottom: 20%;
    right: 36%;
  }
  .kikilala_lp {
    background-color: #E5ECF5;
    max-width: 100vw;
  }
  .kikilala_lp a {
    cursor: pointer;
  }
  .kikilala_lp .pcOnly {
    display: block;
  }
  .kikilala_lp .spOnly {
    display: none;
  }
  /* .kikilala_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .kikilala_lp__inner {
    grid-column: 2;
    margin-inline: auto;
    background-color: var(--color-background);
    width: 60rem;
    z-index: 1;
  }
  .kikilala_lp .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .kikilala_lp .fixed_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 100vh;
    pointer-events: all;
  }
  .kikilala_lp .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .kikilala_lp .fixed_area .fixed_left__inner {
    position: relative;
    margin-top: 2rem;
    padding-inline: 5rem;
    text-align: center;
    max-width: calc(220 * 60rem/390);
    z-index: 0;
  }
  .kikilala_lp .fixed_area .fixed_left__inner .nav-star {
    position: absolute;
    z-index: 0;
  }
  .kikilala_lp .fixed_area .fixed_left__inner .nav__star-1 {
    top: calc(-120 * 60rem/390);
    left: calc(-50 * 60rem/390);
    width: calc(212 * 60rem/390);
  }
  .kikilala_lp .fixed_area .fixed_left__inner .nav__star-2 {
    bottom: calc(-130 * 60rem/390);
    right: calc(-70 * 60rem/390);
    width: calc(216 * 60rem/390);
  }
  .kikilala_lp .fixed_area .fixed_right {
    top: 2rem;
    text-align: center;
  }
  .kikilala_lp .fixed_area .fixed_right__inner {
    padding-inline: 5rem;
    max-width: calc(250 * 60rem/390);
  }
  .kikilala_lp .fixed_area .fixed_right .nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .kikilala_lp .fixed_area .fixed_right .nav__list li {
    width: calc(50% - 0.2rem);
  }
  .kikilala_lp .fixed_area .fixed_right .nav__list li:has(.external) {
    width: 100%;
  }
  .kikilala_lp .fixed_area .fixed_right .nav__link {
    transition: all 0.4s ease;
    background-color: #fff;
  }
  .kikilala_lp .fixed_area .fixed_right .nav__link:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
  /* .kikilala_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1380px )
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1380px) {
  .kikilala_lp .lp-page__inner {
    background-size: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .kikilala_lp .contentsBox .lp-button.button-item .en {
    font-size: 1.25rem;
  }
  .kikilala_lp .contentsBox .lp-button.button-item .jp {
    font-size: 1.05rem;
  }
  .kikilala_lp .limitedArea .icon {
    font-size: 1.4rem;
  }
  .kikilala_lp .limitedArea .icon p {
    line-height: 1.35;
  }
  .kikilala_lp .limitedArea .icon .small {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .kikilala_lp .contentsBox .lp-button.button-item {
    padding: 1rem 0.7vw 1.2rem 2.5vw;
  }
  .kikilala_lp .article .lp-button.button-item {
    padding: 0.9rem 1rem 1rem 3.7rem;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.fixd .modal_area {
  display: block;
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  z-index: 1000;
}
.fixd #header,
.fixd .page-share-btn {
  visibility: hidden;
}

.modal_area {
  display: none;
  visibility: hidden;
  height: 0;
  z-index: -1;
}
.modal_area .modal {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 0;
  height: 0;
  pointer-events: none;
  z-index: 0;
}
.modal_area .open.modal {
  height: 100dvh;
}
.modal_area img {
  width: 100%;
  height: auto;
}
.modal_area .modal__head {
  position: relative;
  margin-bottom: calc(34 * 60rem/390);
  color: #FAE7EB;
  font-size: calc(29 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0;
  z-index: 0;
}
.modal_area .modal__head::before {
  content: "";
  position: absolute;
  top: calc(-76 * 60rem/390);
  right: calc(9 * 60rem/390);
  width: calc(95 * 60rem/390);
  height: calc(93 * 60rem/390);
  background-image: url(../img/modal_kikilala.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.modal_area .modal__title {
  margin-bottom: calc(30 * 60rem/390);
  color: #fff;
  font-size: calc(18 * 60rem/390);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.modal_area .modal__text {
  color: #fff;
  font-size: calc(13 * 60rem/390);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 100vw;
}
.modal_area .modal__text:nth-of-type(n+2) {
  margin-top: calc(20 * 60rem/390);
}

.modal_top {
  display: grid;
  place-items: center;
  position: absolute;
  margin: auto;
  bottom: calc(28 * 60rem/390);
  left: 0;
  right: 0;
  background-color: #B1C4DF;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #FFFAC5;
  font-size: calc(16 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.05em;
  pointer-events: all;
  width: calc(100 * 60rem/390);
  height: calc(35 * 60rem/390);
  z-index: 100;
}

.modal_container {
  margin: auto;
  box-sizing: border-box;
  overflow-y: auto;
  pointer-events: all;
  height: 100%;
}
.modal_container__inner {
  position: relative;
  padding: calc(96 * 60rem/390) calc(0 * 60rem/390) calc(96 * 60rem/390);
  width: 100vw;
  overflow: hidden;
  z-index: 0;
}
.modal_container__inner::before, .modal_container__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.modal_container__inner::before {
  top: calc(12 * 60rem/390);
  left: calc(-19 * 60rem/390);
  width: calc(140 * 60rem/390);
  height: calc(69 * 60rem/390);
  background-image: url(../img/mordal__star-l.svg);
}
.modal_container__inner::after {
  bottom: calc(24 * 60rem/390);
  right: calc(-49 * 60rem/390);
  width: calc(140 * 60rem/390);
  height: calc(69 * 60rem/390);
  background-image: url(../img/mordal__star-r.svg);
}
.modal_container .resultArea__item .haed {
  font-weight: normal;
}
.modal_container .resultArea__item--text {
  margin: 0;
}

.modal_content {
  display: grid;
  place-content: center;
  position: relative;
  margin: auto;
  background-color: #A9BDDB;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* .fes_osakavol2_report : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal_top {
    right: -1.5rem;
    cursor: pointer;
  }
  .modal_content,
.modal_container__inner,
.modal_area .modal__text {
    width: 60rem;
  }
}
/* .fes_osakavol2_report : modal PC*/
/*# sourceMappingURL=style.css.map */
