@charset "UTF-8";
/*!*
 * @url: https://www.afternoon-tea.xyz/
 * @author: RanaDesign
 */


/* iconfont
----------------------------------------------- */

i.ic {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ic-arrow:before {
  content: "";
}
.ic-bag:before {
  content: "";
}
.ic-blank:before {
  content: "";
}
.ic-check:before {
  content: "";
}
.ic-cross:before {
  content: "";
}
.ic-download:before {
  content: "";
}
.ic-facebook:before {
  content: "";
}
.ic-instagram:before {
  content: "";
}
.ic-line:before {
  content: "";
}
.ic-lock:before {
  content: "";
}
.ic-mail:before {
  content: "";
}
.ic-minus:before {
  content: "";
}
.ic-pdf:before {
  content: "";
}
.ic-play:before {
  content: "";
}
.ic-question:before {
  content: "";
}
.ic-search:before {
  content: "";
}
.ic-share:before {
  content: "";
}
.ic-location:before {
  content: "";
}
.ic-zoom:before {
  content: "";
}
.ic-circle-up:before {
  content: "";
}
.ic-circle-right:before {
  content: "";
}
.ic-circle-cross:before {
  content: "";
}
.ic-comment:before {
  content: "";
}
.ic-twitter:before {
  content: "";
}
.ic-youtube:before {
  content: "";
}


/* header
----------------------------------------------- */

#header {
 z-index: 5; 
}
.header-app-banner {
  position: relative;
  z-index: 5;
}


/* content
----------------------------------------------- */

.wrap-content {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'メイリオ', "Meiryo", "MS PGothic","ＭＳ Ｐゴシック", sans-serif;
  font-family: sans-serif;
  letter-spacing: 0.02em;
  
/*   opacity: 0.5; */
}


/* loading
----------------------------------------------- */

.lp-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
}
.lp-loading__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 50px 0 0 -100px;
  width: 200px;
  height: 2px;
  background-color: #f0f0f0;
  overflow: hidden;
  z-index: 1;
}
.lp-loading__progress {
  width: 0;
  height: 2px;
  background-color: #006450;
  transition: width 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* end */

.js-loading-end {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.js-loading-end .lp-loading__bar {
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function:  cubic-bezier(0.77, 0, 0.175, 1);
}


/* title
----------------------------------------------- */

.lp-title {
  position: relative;
  padding: 0 0 30px;
  font-size: 0;
  text-align: center;
}
.lp-title:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -31px;
  width: 62px;
  height: 4px;
  background-color: #c9a249;
}


/* button
----------------------------------------------- */

.lp-button {
  position: relative;
  z-index: 1;
}
.lp-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  width: 280px;
  height: 65px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  background-color: #c9a249;
}
.lp-button i {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -16px 0 0;
  font-size: 32px;
}

/* keyframes */

@keyframes popright {
  30% {
    transform: translateX(4px);
  }
}


/* intro
----------------------------------------------- */

.lp-intro {
  position: relative;
  background-color: #caa24a;
  overflow: hidden;
  z-index: 1;
}
.lp-intro__inner {
  position: relative;
  margin: auto;
  max-width: 1366px;
  height: 600px;
  z-index: 2;
}
.lp-intro__bg01,
.lp-intro__bg02
{
  position: absolute;
  width: 50%;
  height: 350px;
  z-index: 1;
}
.lp-intro__bg01 {
  left: 0;
  bottom: 0;
  background-color: #b49fc6;
}
.lp-intro__bg02 {
  top: 0;
  right: 0;
  background-color: #eb9a89;
}
.lp-intro__title,
.lp-intro__logo
{
  position: absolute;
  top: 50%;
  left: 0;
  margin: -98px 0 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.lp-intro__logo {
  margin: 48px 0 0;
}
.lp-intro__images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.lp-intro__image {
  width: 50%;
  text-align: center;
}
.lp-intro__image:first-child {
  margin: 0 0 0 40px;
  width: 38.5%;
}
.lp-intro__image:last-child {
  margin: 4.5% 70px 0 0;
  width: 38%;
}
.lp-intro__image img {
  width: 100%;
  height: auto;
}

/* ready */

.js-indicate-ready .lp-intro__title {
  opacity: 0;
  transform: translateY(-25px);
}
.js-indicate-ready .lp-intro__logo {
  opacity: 0;
  transform: translateY(25px);
}
.js-indicate-ready .lp-intro__bg01 {
  transform: translateY(-200%);
}
.js-indicate-ready .lp-intro__bg02 {
  transform: translateY(200%);
}
.js-indicate-ready .lp-intro__image:first-child {
  opacity: 0;
  transform: translateX(15%);
}
.js-indicate-ready .lp-intro__image:last-child {
  opacity: 0;
  transform: translateX(-15%);
}

/* start */

.js-indicate-start .lp-intro__title,
.js-indicate-start .lp-intro__logo,
.js-indicate-start .lp-intro__bg01,
.js-indicate-start .lp-intro__bg02,
.js-indicate-start .lp-intro__image:first-child,
.js-indicate-start .lp-intro__image:last-child
{
  opacity: 1;
  transform: translate(0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-indicate-start .lp-intro__title,
.js-indicate-start .lp-intro__logo
{
  transition-delay: 0.65s;
}
.js-indicate-start .lp-intro__image:first-child,
.js-indicate-start .lp-intro__image:last-child
{
  transition-delay: 0.5s;
}


/* concept
----------------------------------------------- */

.lp-concept {
  position: relative;
  padding: 110px 0 200px;
  overflow: hidden;
}
.lp-concept__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -658px;
  z-index: 1;
}
.lp-concept__inner {
  position: relative;
  text-align: center;
  z-index: 2;
}
.lp-concept__title {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
}
.lp-concept__text {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 28px;
}

/* ready */

.js-indicate-ready.lp-concept__image {
  opacity: 0;
  transform: scale(0.9);
}

/* start */

.js-indicate-start.lp-concept__image {
  opacity: 1;
  transform: scale(1);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0.25s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* nav
----------------------------------------------- */

.lp-nav {
  margin: -20px auto 0;
  width: 928px;
  font-size: 0;
  background-color: #c9a249;
}
.lp-nav__lists {
  display: flex;
  flex-wrap: wrap;
}
.lp-nav__list {
  position: relative;
  width: 25%;
}
.lp-nav__list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 0 0;
  height: 56px;
  border-right: 1px solid #fff;
}
.lp-nav__list:last-child a {
  border-right: 0;
}
.lp-nav__list span {
  display: inline-block;
}
.lp-nav__list i {
  display: block;
  color: #fff;
  font-size: 30px;
  transform: rotate(90deg);
}
.lp-nav__list--comingsoon:after {
  display: block;
  content: "";
  position: absolute;
  right: 5px;
  bottom: 6px;
  width: 90px;
  height: 30px;
  background-image: url(../../../images/lp/2020catsnaptime5/nav_comingsoon.png);
  background-repeat: no-repeat;
  background-size: 90px 30px;
  pointer-events: none;
  z-index: 1;
}

/* keyframes */

@keyframes popdown {
  30% {
    transform: translateY(4px);
  }
}


/* about
----------------------------------------------- */

.lp-about {
  margin: 79px auto 0;
  width: 640px;
}
.lp-about__title {
  font-size: 0;
  text-align: center;
}
.lp-about__colums {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
.lp-about__catsissue {
  width: 93px;
  font-size: 0;
}
.lp-about__text {
  margin: 0;
  width: calc(100% - 120px);
  font-size: 14px;
  line-height: 28px;
}


/* donation
----------------------------------------------- */

.lp-donation {
  margin: 43px auto 0;
  width: 924px;
  text-align: center;
}
.lp-donation__inner {
  position: relative;
  padding: 70px 0 90px;
}
.lp-donation__inner:before,
.lp-donation__inner:after
{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.lp-donation__inner:before {
  background-image: url(../../../images/lp/2020catsnaptime5/donation_frame_top@2x.png), url(../../../images/lp/2020catsnaptime5/donation_frame_bottom@2x.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x;
  background-size: 22px 22px;
}
.lp-donation__inner:after {
  top: 17px;
  bottom: 17px;
  border-left: 4px solid #c6c6c6;
  border-right: 4px solid #c6c6c6;
}
.lp-donation__image {
  font-size: 0;
}
.lp-donation__title {
  margin: 13px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.lp-donation__text {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 28px;
}
.lp-donation__text--bold {
  font-weight: bold;
}
.lp-donation__text a {
  display: inline-block;
  padding: 0;
  color: #000;
  line-height: 1;
  border-bottom: 1px solid #000;
}
.lp-donation__caution {
  margin: 29px 0 0;
  padding: 0 0 18px;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
}


/* movie
----------------------------------------------- */

.lp-movie {
  margin: 115px 0 0;
  padding: 120px 0;
  text-align: center;
  background-image: url(../../../images/lp/2020catsnaptime5/wallpaper.png);
  background-attachment: fixed;
  background-position: center center;
  background-size: 504px auto;
  background-color: #fbe6e2;
}
.lp-movie__text {
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 28px;
}
.lp-movie__image {
  margin: 15px auto 0;
  width: 808px;
  font-size: 0;
}
.lp-movie__image a {
  display: block;
  position: relative;
}
.lp-movie__image a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}
.lp-movie__image a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  background-image: url(../../../images/lp/2020catsnaptime5/movie_play@2x.png);
  background-repeat: no-repeat;
  background-size: 80px;
  z-index: 1;
}
.lp-movie__image img {
  width: 100%;
  height: auto;
}


/* item
----------------------------------------------- */

.lp-item__inner {
  padding: 138px 0 0;
}
.lp-item__summary {
  margin: 55px auto 0;
  padding: 30px 0 23px;
  width: 925px;
  border: 1px solid #e5e5e5;
}
.lp-item__text {
  margin: 0 55px;
  padding: 3px 0 0;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
.lp-item__text--title {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.lp-item__text--caution {
  padding: 10px 0 0;
  font-weight: bold;
  text-align: center;
}
.lp-item__caution {
  margin: 25px 0 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}
.lp-item__caution {
  margin: 25px 0 0;
  font-size: 10px;
  line-height: 11px;
}

/* color */

.lp-item__summary--new .lp-item__text--title,
.lp-item__summary--new .lp-item__text--caution
{
  color: #eb9989;
}
.lp-item__summary--old .lp-item__text--title,
.lp-item__summary--old .lp-item__text--caution
{
  color: #b5a0c8;
}

/* button */

.lp-item .lp-button {
  margin: 60px 0 0;
}


/* product
----------------------------------------------- */

.lp-product {
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden;
}
.lp-product__inner {
  position: relative;
}
.lp-product__inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 258px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  z-index: 1;
}
.lp-product__items {
  position: relative;
  z-index: 2;
}
.lp-product__item {
  position: relative;
  margin: 0 75px;
  padding: 50px 0;
  height: 500px;
}
.lp-product__item a {
  display: block;
  position: relative;
  outline: none;
}
.lp-product__item img {
  width: auto;
  height: 400px;
}
.lp-product__icon {
  margin: -74px 0 0;
  font-size: 0;
}
.lp-product__name {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.lp-product__name small {
  display: block;
  font-size: 18px;
}
.lp-product__price {
  margin: 4px 0 0;
  font-size: 16px;
}
.lp-product__control {
  position: absolute;
  top: 535px;
  left: 50%;
  margin: 0 0 0 -463px;
  width: 926px;
  font-size: 0;
  z-index: 2;
}
.lp-product__control span {
  display: block;
  position: absolute;
  top: 0;
  height: 30px;
  cursor: pointer;
}
.lp-product__control span:first-child {
  left: 130px;
}
.lp-product__control span:last-child {
  right: 130px;
}
.lp-product__caution01,
.lp-product__caution02
{
  transition-property: margin;
  transition-duration: 0.65s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.lp-product__caution01 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eb9989;
  margin: 80px 0 0 100px;
  font-size: 14px;
  font-weight: bold;
}
.lp-product__caution02 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #b5a0c8;
  margin: 90px 0 0 -5px;
  font-size: 14px;
  font-weight: bold;
}

/* current */

.lp-product__item--current .lp-product__caution01 {
  margin: 100px 0 0 180px;
}
.lp-product__item--current .lp-product__caution02 {
  margin: 130px 0 0 20px;
}

/* color */

.lp-product--new .lp-product__inner:after {
  background-color: #fbe6e2;
}
.lp-product--new .lp-product__caution01 {
}
.lp-product--old .lp-product__inner:after {
  background-color: #d9cfe3;
}
.lp-product--old .lp-product__caution01 {
}

/* keyframes */

@keyframes leftpop {
  30% {
    transform: translateX(-5px);
  }
}
@keyframes rightpop {
  30% {
    transform: translateX(5px);
  }
}

/* ready */

.js-indicate-ready .lp-product__inner:after {
  transform: scaleY(0);
}
.js-indicate-ready.lp-product__control span:first-child {
  opacity: 0;
  transform: translateX(25px);
}
.js-indicate-ready.lp-product__control span:last-child {
  opacity: 0;
  transform: translateX(-25px);
}

/* start */

.js-indicate-start .lp-product__inner:after {
  transform: scaleY(1);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0.25s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-indicate-start.lp-product__control span:first-child,
.js-indicate-start.lp-product__control span:last-child
{
  opacity: 1;
  transform: translateX(0);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


/* present
----------------------------------------------- */

.lp-present {
  margin: 120px 0 0;
  background-image: url(../../../images/lp/2020catsnaptime5/wallpaper.png);
  background-attachment: fixed;
  background-position: center center;
  background-size: 504px auto;
  background-color: #e5e5e5;
}
.lp-present__inner {
  margin: auto;
  padding: 120px 0 120px;
  width: 926px;
}
.lp-present__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 31px 0 0;
  padding: 35px 0;
  background-color: #fff;
}
.lp-present__column:first-child {
  margin: 0 0 0 80px;
  width: 345px;
}
.lp-present__column:last-child {
  margin: 0 55px 0 0;
  width: 385px;
}
.lp-present__image {
  position: relative;
}
.lp-present__caption {
  position: absolute;
  right: 45px;
  bottom: 2px;
  color: #eb9989;
  font-size: 12px;
  font-weight: bold;
}
.lp-present__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
.lp-present__text {
  margin: 13px 0 0;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}
.lp-present__cautions {
  margin: 15px 0 0;
}
.lp-present__caution {
  padding: 0 0 0 10px;
  font-size: 10px;
  text-indent: -10px;
  text-align: justify;
  line-height: 15px;
}


/* history
----------------------------------------------- */

.lp-history {
  overflow: hidden;
}
.lp-history__inner {
  margin: auto;
  padding: 118px 0 0;
  width: 425px;
}
.lp-history__conditions {
  position: relative;
  margin: 30px 0 0;
  font-size: 0;
}
.lp-history__conditions span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -320px 0 0 -270px;
  z-index: 1;
}

/* ready */

.js-indicate-ready.lp-history__conditions span {
  opacity: 0;
  transform: scale(1.1) rotate(15deg);
}

/* start */

.js-indicate-start.lp-history__conditions span {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}


/* column
----------------------------------------------- */

.lp-column {
  margin: 18px 0 0;
  overflow: hidden;
}
.lp-column__inner {
}
.lp-column__items {
}
.lp-column__item {
  margin: 0 30px 0 0;
  padding: 50px 0;
  width: 924px;
}
.lp-column__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto;
  width: 924px;
  height: 620px;
  background-image: url(../../../images/lp/2020catsnaptime5/column_frame_top@2x.png), url(../../../images/lp/2020catsnaptime5/column_frame_bottom@2x.png), url(../../../images/lp/2020catsnaptime5/column_bg@2x.png);
  background-position: 11px top, 11px bottom, center center;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: 22px 12px, 22px 12px, 255px auto;

  border: 1px solid #fff;
  box-sizing: border-box;
}
.lp-column__content {
  margin: 0 0 0 30px;
  padding: 30px 0;
  width: 400px;
  background-color: #fff;
}
.lp-column__image {
  margin: 0 30px 0 0;
  width: 433px;
  font-size: 0;
  order: 2;
}
.lp-column__date {
  margin: 0 30px;
  font-size: 14px;
}
.lp-column__date span {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 5px 0 7px;
  color: #fff;
  height: 20px;
  background-color: #c9a249;
}
.lp-column__date span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 9px;
  border-color: transparent transparent transparent #c9a349;
}
.lp-column__title {
  margin: 10px 30px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
.lp-column__text {
  margin: 15px 30px 0;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}
.lp-column__image a {
  display: block;
  position: relative;
  outline: none;
  background-color: #000;
}
.lp-column__image a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -33px;
  width: 66px;
  height: 66px;
  background-image: url(../../../images/lp/2020catsnaptime5/column_play@2x.png);
  background-size: 66px;
  z-index: 1;
}
.lp-column__decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.lp-column__item--current .lp-column__decoration {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.lp-column__decoration img {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* no01 */

.lp-column__item--01 .lp-column__decoration img {
  margin: -252px 0 0 -505px;
  width: 1027px;
  height: 467px;
}

/* no02 */

.lp-column__item--02 .lp-column__decoration img {
  margin: -330px 0 0 -415px;
  width: 915px;
  height: 606px;
}

/* no03 */

.lp-column__item--03 .lp-column__decoration img {
  margin: -265px 0 0 -150px;
  width: 696px;
  height: 584px;
}

/* no04 */

.lp-column__item--04 .lp-column__decoration img {
  margin: -280px 0 0 -200px;
  width: 682px;
  height: 548px;
}

/* slick */

.lp-column .slick-dots {
  display: flex;
  justify-content: center;
}
.lp-column .slick-dots button {
  margin: 0 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  outline: none;
  border-radius: 15px;
  background-color: #878787;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.lp-column .slick-active button {
  background-color: #c9a249;
}

.lp-column .slick-arrow {
  position: absolute;
  top: 330px;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 55px;
  font-size: 0;
  line-height: 0;
  border: none;
  border-radius: 55px;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-color: rgba(139,139,140,0.5);
  appearance: none;
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.lp-column .slick-prev {
  left: 50%;
  margin-left: -500px;
  background-image: url(../../../images/lp/2020catsnaptime5/column_arrow_left.png);
}
.lp-column .slick-next {
  right: 50%;
  margin-right: -500px;
  background-image: url(../../../images/lp/2020catsnaptime5/column_arrow_next.png);
}
.lp-column .slick-arrow.on {
  pointer-events: auto;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lp-column .slick-arrow:active {
  transform: scale(0.9);
}


/* gallery
----------------------------------------------- */

.lp-gallery {
  margin: 150px 0 0;
  background-image: url(../../../images/lp/2020catsnaptime5/wallpaper.png);
  background-attachment: fixed;
  background-position: center center;
  background-size: 504px auto;
  background-color: #e5e5e5;
  overflow: hidden;
}
.lp-gallery__inner {
  padding: 110px 0 150px;
  text-align: center;
}
.lp-gallery__title {
  position: relative;
  padding: 0 0 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.lp-gallery__title:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -31px;
  width: 62px;
  height: 4px;
  background-color: #c9a249;
}
.lp-gallery__content {
  position: relative;
  margin: 30px 0 0;
  padding: 58px 0 0;
}
.lp-gallery__content:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -463px;
  width: 926px;
  bottom: 30px;
  background-color: #fff;
  z-index: 1;
}
.lp-gallery__text {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  z-index: 2;
}

/* button */

.lp-gallery .lp-button {
  position: relative;
  margin: 47px 0 0;
  z-index: 2;
}


/* slide
----------------------------------------------- */

.lp-slide {
  position: relative;
  margin: 32px 0 0;
  z-index: 2;
}
.lp-slide__inner {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.lp-slide__items {
  display: inline-block;
}
.lp-slide__item {
  display: inline-block;
  margin: 0 10px;
  width: 200px;
  background-image: url(../../../images/lp/2020catsnaptime5/ic_loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.1);
}
.lp-slide__item img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
}

@keyframes slideloop1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideloop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

/* start */

.js-slide-start .lp-slide__items:first-child {
  animation-name: slideloop1;
  animation-duration: 200s;
  animation-delay: -100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.js-slide-start .lp-slide__items:last-child {
  animation-name: slideloop2;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


/* slick
----------------------------------------------- */

.slick-slide {
  outline: none;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


  /* br
  ----------------------------------------------- */
  
  .spbr {
    display: none;
  }


  /* button
  ----------------------------------------------- */
  
  .lp-button a {
    transition-property: background-color;
    transition-duration: 0.25s;
  }

  .lp-button a:hover {
    background-color: #e5c989;
  }
  .lp-button a:hover i {
    animation-name: popright;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
  }


  /* nav
  ----------------------------------------------- */

  .lp-nav__list a,
  .lp-nav__list img
  {
    transition-property: background-color, transform;
    transition-duration: 0.25s;
  }
  
  .lp-nav__list:hover a {
    background-color: #e5c989;
  }
  .lp-nav__list:hover img {
    transform: translateY(-2px);
  }
  .lp-nav__list:hover span {
    animation-name: popdown;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
  }


  /* donation
  ----------------------------------------------- */
  
  .lp-donation__text a {
    transition-property: color, border-bottom;
    transition-duration: 0.2s;
  }

  .lp-donation__text a:hover {
    color: #e5c989;
    border-bottom: 1px solid #e5c989;
  }


  /* movie
  ----------------------------------------------- */

  .lp-movie__image a:before,
  .lp-movie__image a:after {
    transition-property: background-color, transform;
    transition-duration: 0.25s;
  }
  
  .lp-movie__image a:hover:before {
    background-color: rgba(0,0,0,0.1);
  }
  .lp-movie__image a:hover:after {
    transform: translateY(-3px);
  }


  /* product
  ----------------------------------------------- */

  .lp-product__item a {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .lp-product__item:hover a {
    transform: translateY(-8px);
    transition-duration: 0.25s;
  }
  .lp-product__control span:first-child:hover img {
    animation-name: leftpop;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
  }
  .lp-product__control span:last-child:hover img {
    animation-name: rightpop;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
  }


  /* column
  ----------------------------------------------- */

  .lp-column__image a img,
  .lp-column__image a:after
  {
    transition-property: opacity, transform;
    transition-duration: 0.25s;
  }
  
  .lp-column__image a:hover img {
    opacity: 0.7;
  }
  .lp-column__image a:hover:after {
    transform: translateY(-5px);
  }


	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


    /* nav
    ----------------------------------------------- */

    .lp-nav__list--comingsoon:after {
      background-image: url(../../../images/lp/2020catsnaptime5/nav_comingsoon@2x.png);
    }


	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


  /* br
  ----------------------------------------------- */
  
  .pcbr {
    display: none;
  }


  /* title
  ----------------------------------------------- */
  
  .lp-title {
    padding: 0 0 20px;
  }
  .lp-title:after {
    margin: 0 0 0 -15px;
    width: 30px;
    height: 2px;
  }
  .lp-title img {
    width: auto;
    height: 13px;
  }


  /* button
  ----------------------------------------------- */
  
  .lp-button a {
    width: 255px;
    height: 55px;
    font-size: 12px;
  }
  .lp-button i {
    margin: -14px 0 0;
    font-size: 28px;
  }


  /* intro
  ----------------------------------------------- */
  
  .lp-intro__inner {
    max-width: 375px;
    height: 375px;
  }
  .lp-intro__bg01,
  .lp-intro__bg02
  {
    height: 240px;
  }
  .lp-intro__title,
  .lp-intro__logo
  {
    position: absolute;
    top: 40px;
    left: auto;
    right: 35px;
    margin: 0;
    width: auto;
  }
  .lp-intro__logo {
    top: 104px;
    right: 28px;
  }
  .lp-intro__title img {
    width: 74px;
    height: auto;
  }
  .lp-intro__logo img {
    width: 100px;
    height: auto;
  }
  .lp-intro__images {
    display: block;
    position: static;
  }
  .lp-intro__image {
    position: absolute;
    z-index: 1;
  }
  .lp-intro__image:first-child {
    top: 17px;
    left: 12px;
    margin: 0;
    width: 60%;
  }
  .lp-intro__image:last-child {
    right: 20px;
    bottom: 6px;
    margin: 0;
    width: 59%;
  }
  .lp-intro__image img {
    width: 100%;
    height: auto;
  }


  /* concept
  ----------------------------------------------- */
  
  .lp-concept {
    margin: auto;
    max-width: 375px;
    padding: 0;
  }
  .lp-concept__image {
    position: static;
    margin: -4px 5px 0;
  }
  .lp-concept__image img {
    width: 100%;
    height: auto;
  }
  .lp-concept__inner {
    padding: 48px 0 0;
  }
  .lp-concept__title {
    font-size: 16px;
    line-height: 21px;
  }
  .lp-concept__text {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 21px;
  }


  /* nav
  ----------------------------------------------- */
  
  .lp-nav {
    margin: 19px 15px 0;
    width: auto;
  }
  .lp-nav__list {
    width: 50%;
  }
  .lp-nav__list a {
    padding: 5px 0 0;
    height: 41px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .lp-nav__list:nth-child(2) a {
    border-right: 0;
  }
  .lp-nav__list img {
    width: auto;
    height: 13px;
  }
  .lp-nav__list i {
    font-size: 22px;
  }
  .lp-nav__list--comingsoon:after {
    width: 64px;
    height: 20px;
    background-size: 64px 20px;
  }


  /* about
  ----------------------------------------------- */
  
  .lp-about {
    margin: 40px auto 0;
    max-width: 375px;
    width: auto;
  }
  .lp-about__inner {
    margin: 0 30px;
  }
  .lp-about__title {
  }
  .lp-about__title img {
    width: auto;
    height: 11px;
  }
  .lp-about__colums {
    display: block;
    margin: 0;
  }
  .lp-about__catsissue {
    margin: 20px 0 0;
    width: auto;
    text-align: center;
  }
  .lp-about__catsissue img {
    width: 80px;
    height: auto;
  }
  .lp-about__text {
    margin: 15px 0 0;
    width: auto;
    font-size: 12px;
    line-height: 21px;
  }


  /* donation
  ----------------------------------------------- */

  .lp-donation {
    margin: 30px auto 0;
    max-width: 375px;
    width: auto;
    text-align: center;
  }
  .lp-donation__inner {
    margin: 0 13px;
    padding: 35px 0 45px;
  }
  .lp-donation__inner:before {
    background-size: 12px 11px;
  }
  .lp-donation__inner:after {
    top: 8px;
    bottom: 8px;
    border-width: 2px;
  }
  .lp-donation__image img {
    width: 65px;
    height: auto;
  }
  .lp-donation__title {
    margin: 17px 0 0;
    font-size: 14px;
  }
  .lp-donation__text {
    margin: 11px 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  .lp-donation__caution {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 19px;
  }


  /* movie
  ----------------------------------------------- */
  
  .lp-movie {
    margin: 40px 0 0;
    padding: 35px 0 40px;
    background-size: 250px auto;
  }
  .lp-movie__inner {
    margin: auto;
    max-width: 375px;
  }
  .lp-movie__text {
    margin: 15px 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  .lp-movie__image {
    margin: 15px 30px 0;
    width: auto;
  }
  .lp-movie__image a:after {
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }


  /* item
  ----------------------------------------------- */
  
  .lp-item__inner {
    padding: 55px 0 0;
  }
  .lp-item__summary {
    margin: 35px 15px 0;
    padding: 13px 0 19px;
    width: auto;
  }
  .lp-item__text {
    margin: 0 15px;
    padding: 3px 0 0;
    font-size: 10px;
    line-height: 17.5px;
  }
  .lp-item__text--title {
    font-size: 11px;
  }
  .lp-item__text--caution {
    padding: 2px 0 0;
    font-size: 10px;
  }

  /* button */
  
  .lp-item .lp-button {
    margin: 28px 0 0;
  }


  /* product
  ----------------------------------------------- */

  .lp-product {
    margin: 25px 0 0;
  }
  .lp-product__inner:after {
    top: 130px;
    height: 30px;
  }
  .lp-product__item {
    margin: 0 35px;
    padding: 25px 0;
    height: 250px;
  }
  .lp-product__item img {
    height: 200px;
  }
  .lp-product__icon {
    margin: -2px 0 0;
    margin: -40px 0 0;
  }
  .lp-product__icon img {
    width: auto;
    height: 80px;
  }
  .lp-product__name {
    margin: 5px 0 0;
    font-size: 16px;
  }
  .lp-product__name small {
    font-size: 12px;
  }
  .lp-product__price {
    margin: 0;
    font-size: 12px;
  }
  .lp-product__control {
    top: 285px;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
  }
  .lp-product__control span {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .lp-product__control span:first-child {
    left: 15px;
  }
  .lp-product__control span:last-child {
    right: 15px;
  }
  .lp-product__control img {
    width: 45px;
    height: auto;
  }
  .lp-product__caution01 {
    margin: 40px 0 0 50px;
    font-size: 10px;
  }
  .lp-product__caution02 {
    margin: 60px 0 0 0;
    font-size: 10px;
  }

  /* current */
  
  .lp-product__item--current .lp-product__caution01 {
    margin: 55px 0 0 100px;
  }
  .lp-product__item--current .lp-product__caution02 {
    margin: 70px 0 0 20px;
  }


  /* present
  ----------------------------------------------- */
  
  .lp-present {
    margin: 60px 0 0;
    background-size: 345px auto;
  }
  .lp-present__inner {
    margin: auto;
    padding: 40px 0 60px;
    max-width: 375px;
    width: auto;
  }
  .lp-present__columns {
    display: block;
    margin: 20px 15px 0;
    padding: 30px 0;
  }
  .lp-present__column:first-child {
    margin: 0;
    width: auto;
  }
  .lp-present__column:last-child {
    margin: 0;
    width: auto;
  }
  .lp-present__image {
    margin: auto;
    padding: 0 0 2px;
    width: 190px;
  }
  .lp-present__image img {
    width: 100%;
    height: auto;
  }
  .lp-present__caption {
    right: 15px;
    bottom: 0;
    font-size: 9px;
  }
  .lp-present__title {
    padding: 12px 0 0;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
  }
  .lp-present__text {
    margin: 8px 30px 0;
    font-size: 12px;
    line-height: 21px;
  }
  .lp-present__cautions {
    margin: 15px 30px 0;
  }


  /* history
  ----------------------------------------------- */
  
  .lp-history__inner {
    margin: auto;
    max-width: 375px;
    padding: 58px 0 0;
    width: auto;
  }
  .lp-history__conditions {
    margin: 20px 30px 0;
  }
  .lp-history__conditions img {
    width: 100%;
    height: auto;
  }
  .lp-history__conditions span {
    top: 5px;
    left: -40px;
    right: -40px;
    margin: 0;
  }
  .lp-history__conditions span img {
    width: 100%;
    height: auto;
  }


  /* column
  ----------------------------------------------- */
  
  .lp-column {
    margin: 0;
  }
  .lp-column__inner {
  }
  .lp-column__item {
    margin: 0 16px 0 0;
    width: 312px;
  }
  .lp-column__contents {
    flex-direction: column;
    justify-content: center;
    width: auto;
    width: 312px;
    height: 740px;
    background-position: 6px top, 6px bottom, center center;
    background-size: 12px 7px, 12px 7px, 190px auto;
  }
  .lp-column__content {
    margin: 15px 15px 0;
    padding: 20px 0;
    width: auto;
    order: 2;
  }
  .lp-column__image {
    margin: 0 15px;
    width: auto;
    order: 1;
  }
  .lp-column__image img {
    width: 100%;
    height: auto;
  }
  .lp-column__date {
    margin: 0 15px;
    font-size: 10px;
  }
  .lp-column__date span {
    margin: 0 8px 0 0;
    padding: 0 4px 0 6px;
    height: 13px;
  }
  .lp-column__date span:after {
    right: -4.5px;
    border-width: 6.5px 0 6.5px 4.5px;
  }
  .lp-column__title {
    margin: 10px 15px 0;
    font-size: 16px;
    line-height: 21px;
  }
  .lp-column__text {
    margin: 15px 15px 0;
    font-size: 12px;
    line-height: 21px;
  }
  .lp-column__image a:after {
    margin: -22px 0 0 -22px;
    width: 45px;
    height: 45px;
    background-size: 45px;
  }

  /* no01 */

  .lp-column__item--01 .lp-column__decoration img {
    margin: -344px 0 0 -181px;
    width: 362px;
    height: 688px;
  }

  /* no02 */

  .lp-column__item--02 .lp-column__decoration img {
    margin: -370px 0 0 50px;
    width: 141px;
    height: 725px;
  }

  /* no03 */
  
  .lp-column__item--03 .lp-column__decoration img {
    margin: -380px 0 0 -150px;
    width: 382px;
    height: 747px;
  }

  /* no04 */
  
  .lp-column__item--04 .lp-column__decoration img {
    margin: -340px 0 0 -180px;
    width: 369px;
    height: 681px;
  }

  /* slick */

  .lp-column .slick-dots {
    position: relative;
    margin: -20px 0 0;
    font-size: 0;
    z-index: 1;
  }
  .lp-column .slick-dots button {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }

  .lp-column .slick-arrow {
    top: 50%;
    margin: -55px 0 0;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-size: 11px 19px;
  }
  .lp-column .slick-prev {
    margin-left: -180px;
  }
  .lp-column .slick-next {
    margin-right: -180px;
  }


  /* gallery
  ----------------------------------------------- */
  
  .lp-gallery {
    margin: 50px 0 0;
    background-size: 345px auto;
  }
  .lp-gallery__inner {
    padding: 30px 0 60px;
  }
  .lp-gallery__title {
    padding: 0 0 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .lp-gallery__title:after {
    margin: 0 0 0 -15px;
    width: 30px;
    height: 2px;
  }
  .lp-gallery__content {
    margin: 20px 0 0;
    padding: 30px 0 0;
  }
  .lp-gallery__content:after {
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 28px;
    margin: auto;
    width: auto;
  }
  .lp-gallery__text {
    margin: auto;
    width: 285px;
    font-size: 12px;
    line-height: 21px;
  }
  
  /* button */
  
  .lp-gallery .lp-button {
    margin: 30px 0 0;
  }


  /* slide
  ----------------------------------------------- */
  
  .lp-slide {
    margin: 25px 0 0;
  }
  .lp-slide__items {
    height: 70px;
  }
  .lp-slide__item {
    margin: 0 2px;
    width: 70px;
    background-size: 5px;
  }

  /* start */

  .js-slide-start .lp-slide__items:first-child {
    animation-duration: 120s;
    animation-delay: -60s;
  }
  .js-slide-start .lp-slide__items:last-child {
    animation-duration: 120s;
  }


}


/* indicate
----------------------------------------------- */

/* ready */

.js-indicate-ready.js-indicate-btin {
  opacity: 0;
  transform: scale(0.95) translateY(10vh);
}

/* start */

.js-indicate-start.js-indicate-btin {
  opacity: 1;
  transform: scale(1) translate(0);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* loadmotion
----------------------------------------------- */

.loadmotion {
	display: flex;
	justify-content: center;
	align-items: center;
}
.loadmotion__icon {
	margin: 0 10px 0 0;
	width: 10px;
	height: 10px;
	z-index: 2;
	background-color: #fff;
	animation-name: rotate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.loadmotion__text {
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 1;
}
.loadmotion__text span {
	display: inline-block;
}
.loadmotion__label {
	animation-name: flash;
	animation-duration: 0.1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.loadmotion__status {
	margin: 0 0 0 5px;
	font-weight: bold;
}

/* keyframe */

@keyframes rotate {
	0% {
		opacity: 1;
		transform: scale(1) rotate(0);
	}
	50% {
		opacity: 0.5;
		transform: scale(1.2) rotate(180deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(360deg);
	}
}
@keyframes flash {
	50% {
		opacity: 0.5;
	}
}



