@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}





@media screen and (min-width: 829px) {
  html {
    overflow-y: scroll;
  }
}

.is-modal {
  overflow-y: hidden;
}

body {
  color: #6c69ad;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  background: url("../img/pc/bg.png") bottom center no-repeat fixed;
  background-size: cover;
}
@media screen and (min-width: 829px) {
  body {
    width: 100%;
  }
}

@media screen and (min-width: 829px) {
  #kikilala .display-sp, #kikilala .sp {
    display: none;
  }
  #kikilala a .on {
    display: none;
  }
  #kikilala a:hover .on {
    display: block;
  }
  #kikilala a:hover .off {
    display: none;
  }
  #kikilala a.hover {
    display: block;
    overflow: hidden;
  }
  #kikilala a.hover img {
    transition: -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1), -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
  }
  #kikilala a.hover:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 828px) {
  #kikilala .display-pc, #kikilala .pc {
    display: none;
  }
}

#kikilala .fuwa{
  animation:fuwa 2s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
}
@keyframes fuwa{
  0% {
      -webkit-transform: translateY(-3.5%);
      transform: translateY(-3.5%);
  }

  100% {
      -webkit-transform: translateY(3.5%);
      transform: translateY(3.5%);
  }
}

#kikilala img {
  display: block;
  width: 100%;
  height: auto;
}
#kikilala .view_area {
  background: #266ab1;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 829px) {
  #kikilala .view_area {
    width: 672px;
    margin: -100px auto 0;
  }
  #kikilala .view_area:before, #kikilala .view_area:after {
    content: "";
    display: block;
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  #kikilala .view_area:before {
    left: -34px;
    background: url("../img/pc/line-l.png") top left repeat-y;
  }
  #kikilala .view_area:after {
    right: -34px;
    background: url("../img/pc/line-r.png") top left repeat-y;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) and (max-width: 1400px) {
  #kikilala .view_area {
    width: 53.125vw;
    margin: -160px auto 0 8.5714285714vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
}

@media screen and (min-width: 829px) {
  #kikilala .pc_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  #kikilala .pc_l {
    display: flex;
    align-items: center;
    justify-content: right;
    width: calc((100% - 672px) / 2);
    height: 100%;
    position: sticky;
    top: 0;
    pointer-events: none;
  }
  #kikilala .pc_l .inner {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  #kikilala .pc_l .illust01{
    margin: 0 0 1% 0;
  }
  #kikilala .pc_l .illust02{
    margin: 0 0 35% 0;
    animation-delay: .3s;
  }
  #kikilala .pc_l .illust03{
    animation-delay: .6s;
  }
  #kikilala .pc_l .star01{
    width: 100%;
    position: absolute;
    top: 30%;
  }

}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala .pc_l {
    display: none;
  }
}
@media screen and (min-width: 829px) {
  #kikilala .pc_r {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 672px) / 2);
    height: 100vh;
    margin: 0;
    position: sticky;
    top: 0;
  }
  #kikilala .pc_r .inner {
    max-width: 394px;
    position: sticky;
    top: 0;
  }
  #kikilala .pc_r .inner .nav ul {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  #kikilala .pc_r .inner .nav li {
    display: block;
  }
  #kikilala .pc_r .inner .nav li:nth-child(1){
    width: min(317vw / 16, 317px);
  }
  #kikilala .pc_r .inner .nav li:nth-child(2){
    width: min(313vw / 16, 313px);
    margin: -10% 0 0 20%;
    animation-delay:1s;
  }
  #kikilala .pc_r .inner .nav li:nth-child(3){
    width: min(322vw / 16, 322px);
    margin: -10% 0 0 0;
    animation-delay:0.5s;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) and (max-width: 1400px) {
  #kikilala .pc_r {
    width: 40.625vw;
  }
}
@media screen and (max-width: 828px) {
  #kikilala .pc_l, #kikilala .pc_r {
    display: none;
  }
}



#kikilala .container{
  background: url("../img/bg_container.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 0 0 5%;
}
@media screen and (min-width: 829px) {
  #kikilala .container{
    padding: 200px 0 40px 0;
    background: url("../img/bg_container.png") 0 center no-repeat;
  }
}

#kikilala .swiper-wrapper {
  height: auto;
}
#kikilala .mv {
  padding: 0.1px 0;
  position: relative;
  aspect-ratio: 828/1505;
}
#kikilala .mv video{
  width: 100%;
}
#kikilala .mv .img_f{
  position: absolute;
  bottom: 0;
}
#kikilala .mv--bg {
  margin: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 829px) {
  #kikilala .mv {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    aspect-ratio: 1600/1164;
  }
}


#kikilala .intro{
  position: relative;
  padding: 0 0 calc((197/828)*100%);
}
#kikilala .intro nav{
  position: relative;
  margin: 0 0 calc((60/828)*100%);
}

#kikilala .intro nav .nav01{
  display: block;
  width: calc((436/828)*100%);
  position: absolute;
  top: 0;
  left: 3%;
}
#kikilala .intro nav .nav02{
  display: block;
  width: calc((438/828)*100%);
  position: absolute;
  top: 8%;
  right: 3%;
  animation-delay:.3s;
}
#kikilala .intro nav .nav03{
  display: block;
  width: calc((449/828)*100%);
  position: absolute;
  bottom: 0;
  left: 22%;
  animation-delay:.5s;
}
@media screen and (min-width: 829px) {
  #kikilala .intro nav{
    display: none;
  }
}

#kikilala .intro .txt01{
  margin: 0 0 calc((100/828)*100%);
}
#kikilala .intro .txt02{
  margin: 0 0 calc((100/828)*100%);
}

#kikilala .intro .star02{
  width: calc((121/828)*100%);
  position: absolute;
  top: 40%;
  right: 1%;
}
#kikilala .intro .star03{
  width: calc((125/828)*100%);
  position: absolute;
  top: 59%;
  left: 3%;
}
#kikilala .intro .star04{
  width: calc((171/828)*100%);
  position: absolute;
  top: 86%;
  left: 5%;
}
#kikilala .intro .star05{
  width: calc((382/828)*100%);
  position: absolute;
  top: 86%;
  right: 0%;
}
@media screen and (min-width: 829px) {

#kikilala .intro .star02{
  top: 7%;
  right: 1%;
}
#kikilala .intro .star03{
  top: 35%;
  left: 3%;
}
#kikilala .intro .star04{
  top: 81%;
  left: 5%;
}
#kikilala .intro .star05{
  top: 81%;
  right: 0%;
}
}

#kikilala #present{
  margin: 0 0 calc(30 / 828 *100%);
}

#kikilala #present .head{
  position: relative;
  margin-bottom: -4px;
}
#kikilala #present .head .illust01{
  width: calc((144/828)*100%);
  position: absolute;
  top: 8%;
  right: 13%;
}
#kikilala #present .head .illust02{
  width: calc((75/828)*100%);
  position: absolute;
  top: 45%;
  left: 27%;
  animation-delay:.3s;
}
#kikilala #present .head .illust03{
  width: calc((105/828)*100%);
  position: absolute;
  top: -5%;
  left: 9%;
  animation-delay:.7s;
}
#kikilala #present .inner{
  background: #fff;
  padding: 0 0 5%;
  position: relative;
}

#kikilala #present .inner h2{
  width: calc((726/828)*100%);
  margin: 0 auto ;
  position: relative;
  top: -20px;
}
#kikilala #present .inner .date{
  width: calc((407/828)*100%);
  margin: 0 auto calc((50/828)*100%);
}

#kikilala #present .inner .txt01{
  font-size:3.9855072464vw;
  text-align: center;
  line-height: 1.64;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  transform: rotate(0.05deg);
  margin: 0 0 calc((50/828)*100%);
}
@media screen and (min-width: 829px){
  #kikilala #present .inner .txt01{
    font-size: 2.1vw;    
  }
  #kikilala #present .inner .txt03{
    font-size: 2.1vw;    
  }
  #kikilala #present .inner .detail p span{
    font-size: 2.1vw;    
  }
}
@media screen and (min-width: 1401px){
  #kikilala #present .inner .txt01{
    font-size: calc(33px * 672 / 828);    
  }
  #kikilala #present .inner .txt03{
    font-size: calc(33px * 672 / 828);    
  }
  #kikilala #present .inner .detail p span{
    font-size: calc(33px * 672 / 828);    
  }
}




#kikilala #present .inner .img01{
  width: calc((748/828)*100%);
  margin: 0 auto calc((70/828)*100%);
}
#kikilala #present .inner .txt02{
  margin: 0 auto;
}
#kikilala #present .inner .img02{
  width: calc((304/828)*100%);
  margin: 0 auto calc((40/828)*100%);
}
#kikilala #present .inner .txt03{
  text-align: center;
  margin: 0 auto calc((60/828)*100%);
}
#kikilala #present .inner .detail {
  padding: 0 0 0 10%;
  margin: 0 0 calc((70/828)*100%);
}
#kikilala #present .inner .detail p{
  display: flex;
  margin: 0 0 3%;
  align-items: center;
}
#kikilala #present .inner .detail p .ttl{
  display: block;
  width: calc((210/828)*110%);
  margin: 0 5% 0 0;
}
#kikilala #present .inner .notice_box{
  background: #ececf4;
  border-radius: 20px;
  margin: 0 5% calc((60/828)*100%);
  padding: 5%;
  position: relative;
}
#kikilala #present .inner .notice_box h3{
  font-size: 3.0193236715vw;
  position: absolute;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  transform: translateX(-50%) rotate(0.05deg);
  top: -9%;
  left: 50%;
}
#kikilala #present .inner .notice_box p{
  margin: 0 0 0 1em;
  text-indent: -1em;
  font-size: 3.0193236715vw;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  font-weight: 500;
  transform: rotate(0.05deg);
}
@media screen and (min-width: 829px){
  #kikilala #present .inner .notice_box h3{
    font-size: 2.1vw;    
  }
  #kikilala #present .inner .notice_box p{
    font-size: 1.8vw;    
  }
}
@media screen and (min-width: 1401px){
  #kikilala #present .inner .notice_box h3{
    font-size: calc(24px * 672 / 828);    
  }
  #kikilala #present .inner .notice_box p{
    font-size: calc(24px * 672 / 828);    
  }
}



#kikilala #present .inner .star01{
  width: calc(57 / 828 *100%);
  position: absolute;
  top: 4%;
  right: 3%;
}
#kikilala #present .inner .star02{
  width: calc(35 / 828 *100%);
  position: absolute;
  top: 20%;
  left: 2%;
}
#kikilala #present .inner .star03{
  width: calc(747 / 828 *100%);
  position: absolute;
  top: 54%;
  left: 5%;
}

#kikilala #present .inner .btn{
  display: block;
  width: calc((753/828)*100%);
  margin: 0 auto;
}

#kikilala #present .foot{
  position: relative;
}
#kikilala #present .foot .illust04{
  width: calc((388/828)*100%);
  position: absolute;
  top: -10%;
  right: 0;
}





#kikilala #photospot{
  margin: 0 0 calc(50 / 828 *100%)
}

#kikilala #photospot .head{
  position: relative;
  margin-bottom: -4px;
}
#kikilala #photospot .head .star01{
  width: calc(736 / 828 *100%);
  margin: 0 auto calc(-50 / 828 *100%);
}
#kikilala #photospot .head .illust01{
  width: calc((76/828)*100%);
  position: absolute;
  top: 24%;
  right: 17%;
  animation-delay:.3s;
}
#kikilala #photospot .head .illust02{
  width: calc((437/828)*100%);
  position: absolute;
  top: 20%;
  left: 0;
  animation-delay:.7s;
  z-index: 0;
}
#kikilala #photospot .head .illust03{
  width: calc((135/828)*100%);
  position: absolute;
  top: 57%;
  right: 17%;
}

#kikilala #photospot .inner{
  background: #fff;
  position: relative;
  padding: 0 0 calc(50 / 828 *100%);
}
#kikilala #photospot .inner h2{
  width: calc(644 / 828 * 100%);
  margin: 0 auto calc(-50 / 828 * 100%);
  position: relative;
  top: -47px
}
#kikilala #photospot .inner .date{
  width: calc(407 / 828 * 100%);
  margin: 0 auto calc(40 / 828 * 100%);
}
#kikilala #photospot .inner .txt01{
  font-size:3.9855072464vw;
  text-align: center;
  line-height: 1.64;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  transform: rotate(0.05deg);
  margin: 0 0 calc((50/828)*100%);
}

#kikilala #photospot .inner .img01{
  width: calc(693 / 828 * 100%);
  margin: 0 auto calc(60 / 828 * 100%);
}
#kikilala #photospot .inner .illust04{
  width: calc(99 / 828 * 100%);
  position: absolute;
  top: 24%;
  right: 6%;
}

#kikilala #photospot .inner .star02{
  width: calc(765 / 828 * 100%);
  position: absolute;
  top: 59%;
  right: 4%;
}



#kikilala #photospot .inner .txt02{
  font-size:3.9855072464vw;
  text-align: center;
  line-height: 1.64;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  transform: rotate(0.05deg);
  margin: 0;
}

@media screen and (min-width: 829px){
  #kikilala #photospot .inner .txt01{
    font-size: 2.1vw;    
  }
  #kikilala #photospot .inner .txt02{
    font-size: 2.1vw;    
  }
}
@media screen and (min-width: 1401px){
  #kikilala #photospot .inner .txt01{
    font-size: calc(33px * 672 / 828);    
  }
  #kikilala #photospot .inner .txt02{
    font-size: calc(33px * 672 / 828);    
  }
}
#kikilala #photospot .happy-slider .swiper-slide > img {
    width: calc(691 / 828 * 100%);
    margin: 0 auto;
}
#kikilala #photospot .happy-slider--arrow {
    width: calc(112 / 828 * 100%);
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}

#kikilala #photospot .happy-slider--next {
    margin: calc(-56 / 828 * 100%) calc(30 / 828 * 100%) 0 0;
    right: 0;
}
#kikilala #photospot .happy-slider--prev {
    margin: calc(-56 / 828 * 100%) 0 0 calc(30 / 828 * 100%);
    left: 0;
}

#kikilala #photospot .foot{
  position: relative;
}
#kikilala #photospot .foot .illust05{
  width: calc(415 / 828 *100%);
  position: absolute;
  top: -16%;
  left: 0;
}




#kikilala #popupstore .head{
  position: relative;
  margin-bottom: -4px;
}
#kikilala #popupstore .head .star01{
  width: calc(701/828*100%);
  margin: 0 auto;
}

#kikilala #popupstore .head .illust01{
  width: calc(63 / 828 *100%);
  position: absolute;
  top: 22%;
  left: 31%;
  animation-delay:.3s;
}
#kikilala #popupstore .head .illust02{
  width: calc(173 / 828 *100%);
  position: absolute;
  top: 38%;
  left: 6%;
  animation-delay:.7s;
}
#kikilala #popupstore .head .illust03{
  width: calc(146 / 828 *100%);
  position: absolute;
  top: 33%;
  right: 7%;
  animation-delay:1s;
}
#kikilala #popupstore .head .illust04{
  width: calc(58 / 828 *100%);
  position: absolute;
  top: 57%;
  right: 20%;
  animation-delay:1.3s;
}


#kikilala #popupstore .inner{
  background: #fff;
  padding: 0 0 10px;
}

#kikilala #popupstore .inner h2{
  width: calc(644 / 828 * 100%);
  margin: 0 auto calc(-40 / 828 * 100%);
  position: relative;
  top: -40px
}
#kikilala #popupstore .inner .date{
  width: calc(407 / 828 * 100%);
  margin: 0 auto calc(40 / 828 * 100%);
}
#kikilala #popupstore .inner .txt01{
  font-size:3.9855072464vw;
  text-align: center;
  line-height: 1.64;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  transform: rotate(0.05deg);
  margin: 0 0 calc((50/828)*100%);
}

#kikilala #popupstore .inner .img01{
  width: calc(693 / 828 * 100%);
  margin: 0 auto calc(60 / 828 * 100%);
}

#kikilala #popupstore .inner .detail {
  padding: 0 0 0 10%;
  margin: 0 0 calc((70/828)*100%);
}
#kikilala #popupstore .inner .detail p{
  display: flex;
  margin: 0 0 3%;
  align-items: center;
}
#kikilala #popupstore .inner .detail p .ttl{
  display: block;
  width: calc((210/828)*110%);
  margin: 0 5% 0 0;
}
#kikilala #popupstore .inner .detail p .notice{
  display: block;
  font-size: 80%;
}


#kikilala #popupstore .inner .txt02{
  font-size:3.9855072464vw;
  text-align: center;
  line-height: 1.64;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  transform: rotate(0.05deg);
  margin: 0;
}

@media screen and (min-width: 829px){
  #kikilala #popupstore .inner .txt01{
    font-size: 2.1vw;    
  }
  #kikilala #popupstore .inner .txt02{
    font-size: 2.1vw;    
  }
}
@media screen and (min-width: 1401px){
  #kikilala #popupstore .inner .txt01{
    font-size: calc(33px * 672 / 828);    
  }
  #kikilala #popupstore .inner .txt02{
    font-size: calc(33px * 672 / 828);    
  }
}

#kikilala #popupstore .popupstore-slider{
  margin-bottom: 5%;
}


#kikilala #popupstore .popupstore-slider .swiper-slide > img {
    width: calc(691 / 828 * 100%);
    margin: 0 auto;
}
#kikilala #popupstore .popupstore-slider .swiper-slide > .product-txt {
  text-align: center;
  margin: 1.5% 0;
}
#kikilala #popupstore .popupstore-slider .swiper-slide > .product-price {
  text-align: center;
  margin: 0;
}
#kikilala #popupstore .popupstore-slider .swiper-slide > .product-price span{
  font-size: 80%;
}
#kikilala #popupstore .popupstore-slider .swiper-slide > .notice {
  text-align: center;
  font-size: 80%;
  margin: 1.5% 0;
}


#kikilala #popupstore .popupstore-slider--arrow {
    width: calc(112 / 828 * 100%);
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
#kikilala #popupstore .popupstore-slider--next {
    margin: calc(-126 / 828 * 100%) calc(30 / 828 * 100%) 0 0;
    right: 0;
}
#kikilala #popupstore .popupstore-slider--prev {
    margin: calc(-126 / 828 * 100%) 0 0 calc(30 / 828 * 100%);
    left: 0;
}

#kikilala #popupstore .txt_box{
  background: #ececf4;
  border-radius: 20px;
  margin: 0 5% calc((60 / 828) * 100%);
  padding: 5%;
  position: relative;
}

#kikilala #popupstore .txt_box h3{
  font-size: 3.0193236715vw;
  position: absolute;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  transform: translateX(-50%) rotate(0.05deg);
  top: -3%;
  left: 50%;
  margin: 0;
}
#kikilala #popupstore .txt_box p{
  font-size: 3.0193236715vw;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  font-weight: 500;
  transform: rotate(0.05deg);
}

#kikilala #popupstore .txt_box p.indent{
  margin: 0 0 0 1em;
  text-indent: -1em;
}

#kikilala #popupstore .txt_box p a{
  color: #6c69ad;
  text-decoration: underline;
}


@media screen and (min-width: 829px){
  #kikilala #popupstore .popupstore-slider .swiper-slide > .product-txt,
  #kikilala #popupstore .popupstore-slider .swiper-slide > .product-price{
    font-size: 2.1vw;    
  }
  #kikilala #popupstore .txt_box h3{
    font-size: 2.1vw;    
  }
  #kikilala #popupstore .txt_box p{
    font-size: 1.8vw;    
  }
  #kikilala #popupstore .inner .detail p span{
    font-size: 2.1vw;    
  }
}
@media screen and (min-width: 1401px){
  #kikilala #popupstore .popupstore-slider .swiper-slide > .product-txt,
  #kikilala #popupstore .popupstore-slider .swiper-slide > .product-price{
    font-size: calc(33px * 672 / 828);    
  }

  #kikilala #popupstore .txt_box h3{
    font-size: calc(24px * 672 / 828);    
  }
  #kikilala #popupstore .txt_box p{
    font-size: calc(24px * 672 / 828); 
  }
  #kikilala #popupstore .inner .detail p span{
    font-size: calc(33px * 672 / 828); 
  }
}





#kikilala .shop .head{
  position: relative;
  margin-bottom: -4px;
}

#kikilala .shop .illust01{
  width: calc(347/828*100%);
  position: absolute;
  top: 22%;
  left: 4%;
}
#kikilala .shop .illust02{
  width: calc(76/828*100%);
  position: absolute;
  bottom: -30%;
  right: 10%;
  animation-delay:.3s;
}
#kikilala .shop h2{
  width: calc(396/828*100%);
  margin: 0 auto;
}
#kikilala .shop-slider--arrow {
  width: calc(112 / 828 * 100%);
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
#kikilala .shop-slider--next {
  margin: calc(222 / 828 * 100%) calc(20 / 828 * 100%) 0 0;
  right: 0;
}
#kikilala .shop-slider--prev {
  margin: calc(222 / 828 * 100%) 0 0 calc(20 / 828 * 100%);
  left: 0;
}

#kikilala .shop-slider a {
  display: block;
  color: #212121;
  text-decoration: none;
}
#kikilala .shop--thumb {
  width: calc(691 / 828 * 100%);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#kikilala .shop--txt {
  font-size: 4.1062801932vw;
  line-height: 1.3;
  text-align: center;
  margin: calc(24 / 828 * 100%) 0 calc(40 / 828 * 100%);
  color: #6c69ad;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala .shop--txt {
    font-size: 2.125vw;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala .shop--txt {
    font-size: calc(34px * 672 / 828);
  }
}
#kikilala .shop--txt span{
  display: block;
  font-size: 80%;
}



#kikilala .shop--btn {
  width: calc(692 / 828 * 100%);
  margin: 0 auto;
}
#kikilala .shop--notes, #kikilala .shop--copyright {
  width: calc(700 / 828 * 100%);
  font-size: 2.5362318841vw;
  line-height: 1.67;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala .shop--notes, #kikilala .shop--copyright {
    font-size: 1.3125vw;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala .shop--notes, #kikilala .shop--copyright {
    font-size: calc(21px * 672 / 828);
  }
}
#kikilala .shop--notes {
  margin: calc(42 / 828 * 100%) auto 0;
}
#kikilala .shop--copyright {
  margin: 0 auto calc(14 / 828 * 100%);
}

#kikilala .modal {
  display: none;
}
#kikilala .modal img {
  display: block;
  width: 100%;
  height: auto;
}
#kikilala .modal--btn {
  cursor: pointer;
}
#kikilala .modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1002;
  overflow: auto;
}
#kikilala .modal-content {
  display: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#kikilala .modal-content--open {
  display: grid;
  width: 100%;
  height: 100%;
}
#kikilala .modal-content.not-centering {
  place-content: inherit;
  overflow: auto;
}
#kikilala .modal-content.show .modal-box {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
#kikilala .modal-box {
  width: 100%;
  background: #dcedf0;
  margin: 0 auto;
  padding: 0.1px 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 0;
  transition: opacity 0.2s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s linear;
  transition: transform 0.3s ease-out, opacity 0.2s linear, -webkit-transform 0.3s ease-out;
}
#kikilala .modal .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#kikilala .modal--close {
  width: calc(113 / 828 * 100%);
  margin: calc(43 / 828 * 100%) 0 calc(50 / 828 * 100%) calc(678 / 828 * 100%);
  cursor: pointer;
}
#kikilala .modal-overlay {
  width: 100%;
  height: 100%;
  background: #dcedf0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#kikilala #modal_shop .modal-box {
  width: 100%;
  height: 100vh;
/*  border: 1.2077294686vw solid #fff;*/
  margin-top: 0;
  overflow: auto;
  background: url("../img/modal/bg_modal.png") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 829px) {
  #kikilala #modal_shop .modal-box {
    width: min(620px, 90%);
    border: 10px solid #fff;
    overflow: auto;
  }
}
#kikilala #modal_shop .modal-shop {
  padding-bottom: calc(120 / 828 * 100%);
}
#kikilala #modal_shop .modal-shop--head {
  display: inline-block;
  font-size: 3.3816425121vw;
  line-height: 2;
  background: #fff;
  border: 0.2415458937vw solid #000;
  border-radius: 50vw;
  margin: 0 calc(60 / 828 * 100%) calc(34 / 828 * 100%);
  padding: 0 1em;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala #modal_shop .modal-shop--head {
    font-size: 1.75vw;
    border: 2px solid #000;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala #modal_shop .modal-shop--head {
    font-size: calc(28px * 672 / 828);
    border: 2px solid #000;
  }
}
#kikilala #modal_shop .modal-shop--txt {
  font-size: 3.3816425121vw;
  line-height: 1.68;
  margin: 0 calc(60 / 828 * 100%) calc(100 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala #modal_shop .modal-shop--txt {
    font-size: 1.75vw;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala #modal_shop .modal-shop--txt {
    font-size: calc(28px * 672 / 828);
  }
}
#kikilala #modal_shop .modal-shop--notes {
  font-size: 3.0193236715vw;
  font-weight: 500;
  line-height: 1.4;
  text-indent: -1em;
  margin: 0 calc(60 / 828 * 100%);
  padding: 0 0 0 1em;
}
#kikilala #modal_shop .modal-shop--notes:before {
  content: "・";
  display: inline;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala #modal_shop .modal-shop--notes {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala #modal_shop .modal-shop--notes {
    font-size: calc(25px * 672 / 828);
  }
}
#kikilala #modal_shop .modal-term {
  padding-bottom: calc(120 / 828 * 100%);
}
#kikilala #modal_shop .modal-term--head {
  font-size: 3.3816425121vw;
  line-height: 2;
  margin: 0 calc(45 / 828 * 100%) calc(34 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala #modal_shop .modal-term--head {
    font-size: 1.75vw;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala #modal_shop .modal-term--head {
    font-size: calc(28px * 672 / 828);
  }
}
#kikilala #modal_shop .modal-term--txt {
  font-size: 2.6570048309vw;
  font-weight: 500;
  line-height: 1.46;
  margin: 0 calc(45 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala #modal_shop .modal-term--txt {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala #modal_shop .modal-term--txt {
    font-size: calc(22px * 672 / 828);
  }
}
#kikilala #modal_shop .modal-term--txt b {
  display: block;
  margin-top: 2em;
  text-indent: -0.5em;
}
#kikilala #modal_shop .modal-term--txt span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#kikilala #modal_shop .modal-term-list {
  margin: 0;
  padding: 0 0 0 1.5em;
}
#kikilala #modal_shop .modal-term-list li {
  font-size: 2.6570048309vw;
  font-weight: 500;
  line-height: 1.46;
  margin: 0 calc(45 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala #modal_shop .modal-term-list li {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala #modal_shop .modal-term-list li {
    font-size: calc(22px * 672 / 828);
  }
}
#kikilala #modal_shop .modal-overlay {
  opacity: 0;
}
#kikilala .footer {
  background: #fff;
  padding: 0.1px 0 0 0;
}
#kikilala .footer--logo {
  width: calc(175 / 828 * 100%);
  margin: calc(27 / 828 * 100%) auto calc(32 / 828 * 100%);
}
#kikilala .footer-sns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 calc(54 / 828 * 100%);
}
#kikilala .footer-sns--logo {
  width: calc(72 / 828 * 100%);
  margin: 0 calc(14 / 828 * 100%);
}
#kikilala .footer--copyright {
  font-size: 2.5362318841vw;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0 0 calc(12 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #kikilala .footer--copyright {
    font-size: 1.3125vw;
  }
}
@media screen and (min-width: 1401px) {
  #kikilala .footer--copyright {
    font-size: calc(21px * 672 / 828);
  }
}


.fadein-container {
  overflow: hidden;
}

.image-rl {
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-mask-image: linear-gradient(to left, black 30%, transparent 100%);
  mask-image: linear-gradient(to left, black 30%, transparent 100%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 0% 0%;
  mask-position: 00% 0%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.fadein-container.show .image-rl {
  animation: revealFromRight 1s ease-out forwards;
}

/* 画像のmask-position アニメーション */
@keyframes revealFromRight {
  0% { opacity: 0; -webkit-mask-position: 0% 0%; mask-position: 0% 0%; }
  100% { opacity: 1; -webkit-mask-position: 100% 0%; mask-position: 100% 0%; }
}


.image-lr {
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-mask-image: linear-gradient(to right, black 30%, transparent 100%);
  mask-image: linear-gradient(to right, black 30%, transparent 100%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 100% 0%;
  mask-position: 100% 0%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.fadein-container.show .image-lr {
  animation: revealFromLeft 1s ease-out forwards;
}

/* 画像のmask-position アニメーション */
@keyframes revealFromLeft {
  0% { opacity: 0; -webkit-mask-position: 100% 0%; mask-position: 100% 0%; }
  100% { opacity: 1; -webkit-mask-position: 0% 0%; mask-position: 0% 0%; }
}
