<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* lp-anytimeyear 2nd */

.lp-grad-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lp-grad-bg::before,
.lp-grad-bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lp-grad-bg::before {
  background-color: #440099;
  clip-path: polygon(0 0, 100% calc(0% + 16.69vw), 100% 100%, 0 100%);
}
.lp-grad-bg::after {
  background: #00AEC7;
  background: linear-gradient(225deg,rgba(0, 174, 199, 1) 0%, rgba(164, 42, 249, 1) 100%);
  clip-path: polygon(0 calc(0% + 16.69vw), 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}
.lp-grad-bg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none;
  height: auto;
  clip-path: polygon(0 calc(0% + 16.69vw), 100% 0, 100% 100%, 0 100%);
  z-index: 3;
}
.lp-cp_header._bg-grad {
  overflow: hidden;
  z-index: 3;
}
.lp-cp_header._bg-grad .main {
  position: relative;
  margin-top: 0;
}
.lp-cp_header .uehara_intro {
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(10%);
  transition: opacity .3s 1.2s ease-in-out, transform .3s 1.2s ease-in-out;
}
.lp-cp_header .main.active .uehara_intro {
  opacity: 1;
  transform: translate(0) scale(1);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-cp_header._bg-grad {
    padding: 20.5% 0 25%;
  }
  .lp-cp_header .uehara_intro {
    margin-top: 3.66%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lp-cp_header._bg-grad {
    padding: 32% 0 44%;
  }
  .lp-cp_header .uehara_intro {
    margin-top: 6.67%;
  }
}

.mystory-wrap._bg-grad {
  overflow: hidden;
}
.mystory-wrap._bg-grad .mystory-sec {
  position: relative;
  margin-top: 0;
}
.stories-wrap {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(5vw);
  transition: opacity .3s .15s ease-in-out, transform .3s .15s ease-in-out;
}
.stories-wrap.active {
  opacity: 1;
  transform: translateY(0);
}
@keyframes letsScroll {
  0% { mask-position: center left; }
  100% { mask-position: center 50%; }
}
.stories-wrap .lets {
  display: block;
  width: 108%;
  margin-left: -4%;
  opacity: .5625;
  filter: brightness(1.2);
  background: #a42af9;
  mask: url("../img/lp-anytimeyear/letsshape.svg") center left / auto 100% no-repeat;
  animation: letsScroll 60s linear infinite;
  transform: rotate(-4.8deg);
}
.stories-wrap .lets.first {
  background: linear-gradient(-90deg,rgba(0, 174, 199, 1) 0%, rgba(164, 42, 249, 1) 100%);
}
.stories-wrap .lets.second {
  animation-delay: -30s;
  background: linear-gradient(90deg,rgba(0, 174, 199, 1) 0%, rgba(164, 42, 249, 1) 100%);
}
.stories-slider {
  position: relative;
  overflow: hidden;
}
.stories-slider .swiper-slide {
  height: auto;
}
.stories-slider .swiper-slide-item {
  height: 100%;
  width: 100%;
}
.stories-slider .item {
  text-align: justify;
  background-color: #fff;
  opacity: .5;
  transition: opacity .3s ease-in-out;
}
.stories-slider .swiper-slide-active .item {
  opacity: 1;
}
.stories-slider .item_inner {
  position: relative;
}
.stories-wrap .more_area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.stories-wrap .more_btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  color: #fff;
  font-weight: 900;
  background-color: #a42af9;
  border-radius: 100vh;
  line-height: 2.5;
  width: 6.67em;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
.story_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.story_modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.story_modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00AEC7;
  background: linear-gradient(225deg,rgba(0, 174, 199, 1) 0%, rgba(164, 42, 249, 1) 100%);
  opacity: .75;
  z-index: -1;
}
.stroy_modal-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: justify;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.story_modal.active .stroy_modal-cont {
  opacity: 1;
  visibility: visible;
}
body:has(.story_modal.active) {
  overflow: hidden;
}
.story_modal .more_area {
  display: none;
}
.stroy_modal-text {
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.story_modal.active .stroy_modal-text {
  opacity: 1;
  visibility: visible;
}
.stroy_modal-note {
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 2em;
  font-weight: 200;
}
.story_modal .simplebar-track {
  background: #fff;
  border-radius: 100vh;
}
.story_modal .simplebar-scrollbar::before {
  background-color: #ff7500;
  border-radius: 100vh;
  opacity: 1;
}
.story_detail_title,
.story_detail_name {
  font-weight: 900;
  font-feature-settings: "palt";
}
.story_detail_title &gt; span {
  display: inline-block;
  background-image: linear-gradient(90deg, #00aec7 0%, #a42af9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.story_detail_name {
  color: #ff7500;
}
.story_detail_text {
  font-weight: 500;
  color: #440099;
  font-feature-settings: "palt";
}
.story_modal-close {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
}
.story_modal-close::before,
.story_modal-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 100%;
  background-color: #a42af9;
}
.story_modal-close::before {
  transform: rotate(-45deg);
}
.story_modal-close::after {
  transform: rotate(45deg);
}
.stories-note {
  color: #fff;
  font-weight: 200;
}
.swipe-icon {
  position: relative;
  width: 100%;
  margin: 6% auto;
  padding-bottom: 12.8%;
  z-index: 10;
}
.swipe-right,
.swipe-left {
  position: absolute;
  top: 0;
  z-index: 20;
}
.swipe-right .text,
.swipe-left .text {
  display: block;
  width: 53.75%;
  margin: 0 auto 6.25%;
}
.swipe-right .text img,
.swipe-left .text img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.swipe-right .wrap,
.swipe-left .wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 37.5%;
  border: 1px solid #fff;
  border-radius: 100vh;
}
@keyframes scrollLeft {
  0% { transform: translateX(0%); opacity: 1; }
  25% { opacity: 1; }
  75% { transform: translateX(-300%); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
@keyframes scrollRight {
  0% { transform: translateX(0%); opacity: 1; }
  25% { opacity: 1; }
  75% { transform: translateX(300%); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
.swipe-right .wrap .circle,
.swipe-left .wrap .circle {
  display: block;
  position: absolute;
  left: 10%;
  top: 0;
  width: 18.75%;
  margin-top: 9.375%;
  padding-bottom: 18.75%;
  border-radius: 50%;
  background-color: #fff;
}
.swipe-left .wrap .circle {
  right: 10%;
  left: auto;
}
.stories-wrap.active .swipe-right .wrap .circle {
  animation: scrollRight 1.6s ease-in-out infinite;
}
.stories-wrap.active .swipe-left .wrap .circle {
  animation: scrollLeft 1.6s ease-in-out infinite;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .mystory-wrap._bg-grad {
    padding: 19.62% 0 19%;
  }
  .stories-wrap {
    margin-top: 7%;
    padding-top: 5%;
  }
  .stories-wrap .lets {
    height: 6.66vw;
  }
  .stories-slider .item {
    margin: 0 1.464vw;
    padding: 4.3vw 2.928vw;
    border-radius: 2.19vw;
  }
  .stories-slider .item_inner {
    max-height: 38.067vw;
    overflow: hidden;
  }
  .stories-slider .swiper-slide-prev .item,
  .stories-slider .swiper-slide-next .item {
    opacity: 1;
  }
  .stories-wrap .slide_arrow {
    position: absolute;
    top: calc(50% - 5.05vw);
    display: block;
    width: 5.85vw;
    height: 10.1vw;
    background-color: #ff7500;
    z-index: 50;
    cursor: pointer;
  }
  .stories-wrap .slide_prev {
    left: 4.6vw;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .stories-wrap .slide_next {
    right: 4.6vw;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .stories-slider .more_area {
    padding-bottom: 58.3%;
    background: #fff;
    background: linear-gradient(0deg,rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  }
  .stories-slider .more_btn {
    font-size: 1.757vw;
  }
  .stroy_modal-cont {
    width: 76.134vw;
    padding: 5.856vw 4.392vw 5.856vw 5.856vw;
    border-radius: 2.19vw;
  }
  .stroy_modal-note {
    font-size: 1.024vw;
    letter-spacing: 0.1em;
  }
  .stroy_modal-text {
    max-height: min(640px, 60vh);
    padding-right: 1.464vw;
  }
  .simplebar-scrollable-y.stroy_modal-text {
    padding-right: 4.392vw;
  }
  .story_modal  .simplebar-track.simplebar-vertical {
    width: calc(1.464vw + 4px);
  }
  .story_modal .simplebar-scrollbar::before {
    width: 1.464vw;
  }
  .story_detail_title {
    margin-bottom: .736em;
    font-size: 2.562vw;
    font-weight: 900;
    line-height: 1.14;
  }
  .story_detail_name {
    margin-bottom: 1em;
    font-size: 1.83vw;
    line-height: 1.2;
  }
  .story_detail_text {
    font-size: 1.464vw;
    line-height: 1.75;
  }
  .story_modal-close {
    width: 3.29vw;
    height: 3.29vw;
    margin: 2.196vw 2.196vw 0 0;
  }
  .stories-note {
    margin-top: 5.12vw;
    font-size: 1.024vw;
    letter-spacing: 0.1em;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .mystory-wrap._bg-grad {
    padding: 31.06% 0 25.33%;
  }
  .stories-wrap .lets {
    height: 7.73vw;
  }
  .stories-slider .item {
    margin: 0 2.66vw;
    padding: 10.6vw 8vw;
    border-radius: 5.33vw;
    opacity: 1;
  }
  .stories-slider .item_inner {
    max-height: min(112vw, 75vh);
    overflow: hidden;
  }
  .stories-slider .more_area {
    padding-bottom: 40%;
    background: #fff;
    background: linear-gradient(0deg,rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
  }
  .stories-slider .more_btn {
    font-size: 4.8vw;
  }
  .stories-slider .slide_arrow {
    display: none;
  }
  .stroy_modal-cont {
    width: 94.67vw;
    padding: 10.67vw 5.335vw 10.67vw 10.67vw;
    border-radius: 5.33vw;
  }
  .stroy_modal-note {
    font-size: 2.13vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
  .stroy_modal-text {
    max-height: min(122.67vw, 78vh);
    padding-right: 5.335vw;
  }
  .simplebar-scrollable-y.stroy_modal-text {
    padding-right: 8vw;
  }
  .story_modal  .simplebar-track.simplebar-vertical {
    width: calc(2.67vw + 4px);
  }
  .story_modal .simplebar-scrollbar::before {
    width: 2.67vw;
  }
  .story_detail_title {
    margin-bottom: .5em;
    font-size: 6.67vw;
    line-height: 1.2;
  }
  .story_detail_name {
    margin-bottom: 1em;
    font-size: 5.33vw;
    line-height: 1.25;
  }
  .story_detail_text {
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.015em;
  }
  .story_modal-close {
    width: 6vw;
    height: 6vw;
    margin: 4vw 4vw 0 0;
  }
  .story_modal-close::before,
  .story_modal-close::after {
    top: calc(50% - 0.5px);
    height: 1px;
  }
  .stories-note {
    margin-top: 6%;
    font-size: 2.13vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
  .swipe-right,
  .swipe-left {
    left: 36.665%;
    width: 26.67%;
  }
}
@media(hover:hover) {
  .stories-slider .more_btn:hover,
  .stories-wrap .slide_arrow:hover,
  .story_modal-close:hover {
    opacity: .7;
    transition: opacity .15s linear;
  }
}

.special-wrap {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.special-wrap .lp-grad-bg::before {
  display: none;
}
.special-sec {
  color: #fff;
}
.special-sec .title {
  opacity: 0;
  transform: translate(-5%, 5%) scale(0.95);
  transform-origin: left bottom;
  transition: opacity .4s var(--cubic-bezier), transform .4s var(--cubic-bezier);
}
.special-sec .special-text._first {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity .4s .15s ease-in-out, transform .4s .15s ease-in-out;
}
.special-sec .video-area {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .4s .3s ease-in-out, transform .4s .3s ease-in-out;
}
.reward .special-text._second {
  opacity: 0;
  transform: translateY(50%);
  transition: transform .4s ease-in-out, transform .4s ease-in-out;
}
.reward .reward-uehara {
  opacity: 0;
  transform: translateY(15%);
  transition: transform .4s .2s ease-in-out, transform .4s .2s ease-in-out;
}
.special-sec.active .title,
.special-sec.active .special-text._first,
.special-sec.active .video-area,
.reward.active .special-text._second,
.reward.active .reward-uehara {
  opacity: 1;
  transform: none;
}

.special-text {
  font-style: italic;
  font-feature-settings: "palt";
}
.special-text._first {
  font-weight: 600;
}
.special-text.caption {
  font-weight: 800;
}
.special-text._second {
  font-weight: 800;
}
.special-sec .video-area {
  position: relative;
  z-index: 1;
}
.special-sec .video {
  position: relative;
}
.special-sec .video video,
.special-sec .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 192 / 108;
}
.special-sec .video .play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
.special-sec .video .play::before,
.special-sec .video .play::after {
  content: "";
  width: 12.5%;
  padding-bottom: 12.5%;
  background-color: #fff;
}
.special-sec .video .play::before {
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.special-sec .video .play::after {
  display: none;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  clip-path: polygon(0 0, 32% 0, 32% 50%, 68% 50%, 68% 0, 100% 0, 100% 100%, 68% 100%, 68% 50%, 32% 50%, 32% 100%, 0 100%);
}
.special-sec .video.video-play .play::before {
  display: none;
}
.special-sec .video.video-play .play::after {
  display: block;
  opacity: 0;
}
.reward-uehara {
  position: relative;
  background: #6e38d5;
  background: linear-gradient(to right, #00aec7, #a42af9);
  z-index: 1;
}
.reward-uehara::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #6e38d5;
  z-index: -1;
}
.reward-uehara .reward-product {
  position: relative;
}
.reward-uehara .product-link {
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 100vh;
  transition: background-color .3s ease-in-out;
}
.reward-note {
  font-weight: 200;
  font-feature-settings: "palt";
}
.special-sec .app-msg img {
  filter: invert(1) brightness(100);
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .special-wrap {
    margin-top: -17.6%;
    padding: 14.64% 0 21.2%;
  }
  .special-sec .title {
    width: 68.8%;
    margin: 0 auto 1%;
  }
  .special-text {
    font-size: 1.757vw;
    letter-spacing: 0.15em;
  }
  .special-text._first {
    margin: -1% 0 -0.5%;
    font-size: 1.317vw;
    line-height: 2;
  }
  .special-text._second {
    margin: 3.2% 0 4.4%;
    line-height: 1.5;
  }
  .special-sec .video-area {
    width: 68.8%;
    margin: 6.58% auto 0;
    padding-bottom: 3.66vw;
    border-radius: 2.92vw;
    background-color: #00aec7;
  }
  .special-sec .video-area .msg {
    position: relative;
    padding-bottom: 20.2%;
  }
  .special-sec .video-area .msg img {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
  }
  .special-text.caption {
    margin: .8em 0;
  }
  .special-sec .video {
    width: 79.36%;
    margin: 0 auto;
  }
  .reward-uehara {
    width: 68.8%;
    margin: 0 auto;
    padding: 1.46vw;
    border-radius: 2.92vw;
  }
  .reward-uehara::before {
    width: calc(100% - 2.92vw);
    height: calc(100% - 2.92vw);
    left: 1.46vw;
    top: 1.46vw;
    border-radius: 1.46vw;
  }
  .reward-uehara .reward-title {
    margin-top: calc(-4.44% - 1.46vw);
    margin-bottom: -2.47%;
  }
  .reward-uehara .product-link {
    width: 44.44%;
    padding-bottom: 4.44%;
    right: 9.11%;
    margin-bottom: 7.78%;
  }
  .reward-note {
    margin-top: .75em;
    font-size: 0.878vw;
    line-height: 1.67;
    letter-spacing: 0.1em;
  }
  .special-sec .app-msg {
    width: 72.47%;
    margin: 1.46% auto 3.22%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .special-wrap {
    margin-top: -16.8%;
    padding: 22.4% 0 26.67%;
  }
  .special-text {
    font-size: 4vw;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .special-text._first {
    margin: 1em 0 0;
    font-size: 3.2vw;
  }
  .special-sec .video-area {
    margin-bottom: 16%;
  }
  .special-sec .video-area::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 4vw);
    left: 0;
    top: 0;
    margin-top: 14%;
    background-color: #00aec7;
    z-index: -1;
    transform: skewY(-9.2deg);
  }
  .special-text.caption {
    margin: .5em 0 .75em;
  }
  .special-sec .video {
    width: 85.33%;
    margin: 0 auto;
  }
  .reward-uehara {
    width: 89.33%;
    margin: 10% auto 0;
    padding: 2.67vw 2.67vw 5.33vw;
    border-radius: 5.33vw;
  }
  .reward-uehara::before {
    width: calc(100% - 5.34vw);
    height: calc(100% - 5.34vw);
    left: 2.67vw;
    top: 2.67vw;
    border-radius: 4vw;
  }
  .reward-uehara .reward-title {
    margin-top: calc(-6.67% - 2.67vw);
    margin-bottom: -1.587%;
  }
  .reward-uehara .reward-product {
    width: 112.7%;
    margin-left: -6.35%;
  }
  .reward-uehara .product-link {
    width: 45.07%;
    padding-bottom: 8.45%;
    right: 8.45%;
    margin-bottom: 5.77%;
  }
  .reward-note {
    width: 80%;
    margin: 1em auto 0;
    font-size: 2.13vw;
    line-height: 1.25;
    letter-spacing: 0.15em;
  }
  .special-sec .app-msg {
    margin: 6.67% auto 4.67%;
  }
}
@media (hover:hover) {
  .special-sec .video.video-play:hover .play::after {
    opacity: .5;
  }
  .reward-uehara .product-link:hover {
    background-color: rgba(0,0,0,0.15);
  }
}

#specialVideo-volume {
  position: absolute;
  width: 7%;
  padding-bottom: 7%;
  top: 0;
  right: 4%;
  margin-top: 2.5%;
  cursor: pointer;
  filter: invert(1);
  mix-blend-mode: difference;
  z-index: 5;
}
#specialVideo-volume::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/index/icon_volume-high.svg") no-repeat center center/85% auto;
  transition: transform .3s ease-in-out;
}
#specialVideo-volume.muted::before {
  background-image: url("../img/index/icon_volume-slash.svg");
}
@media (hover:hover) {
  #specialVideo-volume:hover::before {
    transform: scale(1.1);
  }
}


.lp-related {
  z-index: 100;
}
.lp-related._not_dark .bg-dark {
  display: none;
}
/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .lp-related._not_dark {
    margin-top: -17.6%;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .lp-related._not_dark {
    margin-top: -16.8%;
  }
}</pre></body></html>