@charset "utf-8";
/* CSS Document */

/*******************

LP style

********************/
html,
body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* content
--------------------------------------------------*/
.lpbox,
#lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #303030;
  line-height: 1.5em;
}
@media screen and (min-width: 750px) {
  .lpbox,
  #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
.lpbox a,
#lpfooter a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover,
#lpfooter a:hover {
  text-decoration: underline;
}
.lpbox span,
#lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header,
.lpbox h1,
.lpbox h2,
.lpbox h3,
.lpbox p,
.lpbox dl,
.lpbox dt,
.lpbox dd,
.lpbox div,
.lpbox section,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* background: none; */
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li,
.lpbox ul,
.lpbox li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/

/*---------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 650px;
  width: 90%;
}
/*---------------------------*/
.lpbox {
  overflow: hidden;
}
.lpbox .fv__box {
  position: relative;
}
.lpbox .fv__box__slide {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
}
.lpbox .fv__box__icon {
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 89.4%;
}
.lpbox .fv__box__video {
  margin: -4.5em auto -1.5em;
}
.lpbox .fv__box__video video {
  width: 100%;
}
.lpbox .kinds {
  margin-bottom: 4em;
}
.lpbox .kinds__box {
  position: relative;
}
.lpbox .kinds__box__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.lpbox .kinds__box__slide2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.lpbox .kinds__box__slide2 {
  position: absolute;
  top: 9em;
  left: 0;
  right: 0;
}
.lpbox .kinds__box__btn {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 87.5%;
}

.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 72%;
}

.lpbox .toku__box {
  position: relative;
}
.lpbox .toku__box__icon_01 {
  position: absolute;
  top: 4.6em;
  left: 8.8em;
  width: 13.35%;
}
.lpbox .toku__box__icon_02 {
  position: absolute;
  top: 4.6em;
  right: 8.8em;
  width: 13.3%;
}
.lpbox .toku__box__icon_03 {
  position: absolute;
  top: 2.5em;
  right: 2.2em;
  width: 20%;
}

.lpbox .delicious__box {
  position: relative;
}
.lpbox .delicious__box__text {
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 64%;
}
.lpbox .delicious__box__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/*----------------------------------------*/
.lpbox .award__text {
  display: block;
  font-size: clamp(95px, calc(180 / 750 * 100vw), 190px);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.04em;
  position: absolute;
  top: calc(310 / 690 * 100%);
  right: calc(156 / 750 * 100%);
  text-align: right;
}
.lpbox .countup {
  color: #ed7555;
}
.lpbox .award__reelbox {
  position: absolute;
  top: calc(30 / 750 * 100%);
  right: calc(150 / 750 * 100%);
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.lpbox .award__reel {
  background-image: url(../img/reel_num.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: clamp(0px, calc(79 / 750 * 100vw), 79px);
  height: 0;
  padding-bottom: clamp(0px, calc(150 / 750 * 100%), 150px);
  display: block;
  margin: 0 0.2%;
  background-position: 0% 332%;
  transition: all 3s ease-out;
  opacity: 1;
}
.lpbox .animhide .award__reel {
  background-position: 0% 0%;
  opacity: 0;
}
.lpbox .award__reel:nth-of-type(3) {
  transition-delay: 0.8s;
}
.lpbox .award__reel:nth-of-type(5) {
  transition-delay: 0.6s;
}
.lpbox .award__reel:nth-of-type(6) {
  transition-delay: 0.4s;
}
.lpbox .award__reel--no0 {
  background-image: url(../img/reel_num_no0.png);
}

.lpbox .award__reel--1 {
  background-image: url(../img/reel_num.png);
  background-position: 0% 232%;
  transition: all 3s ease-out;
  transition-delay: 1s;
}
.lpbox .award__reel--5 {
  background-image: url(../img/reel_num.png);
  background-position: 0% 166.5%;
  transition: all 3s ease-out;
  transition-delay: 1s;
}
.lpbox .award__reel--2 {
  background-position: 0% 22.3%;
  transition: all 3s ease-out;
  transition-delay: 2s;
}
.lpbox .award__comma {
  background-image: url(../img/reel_comma.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: calc(30 / 750 * 100%);
  height: 0;
  padding-bottom: calc(184 / 750 * 100%);
  display: block;
  margin: 0;
  transition: all 3s ease-out;
  transition-delay: 1s;
  opacity: 1;
}

.lpbox .animhide .award__reel--8 {
  background-image: url(../img/reel_num_no0.png);
  background-position: 0% 0%;
}
.lpbox .animhide .award__reel--2 {
  background-position: 0% 0;
}
.lpbox .animhide .award__comma {
  opacity: 0;
}

.lpbox .voice__box {
  position: relative;
}
.lpbox .voice__box__text {
  position: absolute;
  top: 11.5em;
  left: 0;
  right: 0;
  width: 47.6%;
}

.lpbox .nayami__box {
  position: relative;
}
.lpbox .nayami__box__text_01 {
  position: absolute;
  top: 1.5em;
  right: 0;
  width: 30.7%;
  z-index: 1;
}

.lpbox .nayami__box__graph_01 {
  position: absolute;
  bottom: 5.75em;
  left: 8em;
  width: 18.65%;
}
.lpbox .nayami__box__graph_02 {
  position: absolute;
  bottom: 5.75em;
  left: 15.5em;
  width: 18.67%;
}
.lpbox .nayami__box__ar {
  position: absolute;
  top: 3.7em;
  left: 9.8em;
  width: 5%;
}

.lpbox .nayami__box__icon_01 {
  position: absolute;
  top: 8em;
  left: 1em;
  width: 28%;
}
.lpbox .nayami__box__icon_02 {
  position: absolute;
  top: 8em;
  right: 0;
  left: 0;
  width: 28%;
  transition-delay: 0.5s;
}
.lpbox .nayami__box__icon_03 {
  position: absolute;
  top: 8em;
  right: 1em;
  width: 28%;
  transition-delay: 1s;
}

.lpbox .nayami__box__logo {
  position: absolute;
  bottom: -4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 37.8%;
}

.lpbox .director__box {
  position: relative;
}
.lpbox .director__box__titl {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}

.lpbox .director__box__img_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.lpbox .director__box__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 21.8%;

  animation: 6s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lpbox .director__box__text_01 {
  position: absolute;
  top: 3.5em;
  right: 3em;
  width: 47.9%;
}
.lpbox .director__box__text_02 {
  position: absolute;
  top: 3.5em;
  left: 3em;
  width: 41.9%;
}

.lpbox .booth__box {
  position: relative;
}
.lpbox .booth__box__text_01 {
  position: absolute;
  top: 7.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 75.2%;
}
.lpbox .booth__box__text_02 {
  position: absolute;
  top: 0;
  left: 1.3em;
  width: 34.6%;
}

.lpbox .keep__box {
  position: relative;
}
.lpbox .keep__box__text {
  position: absolute;
  top: 6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 81.1%;
}

.lpbox .point__box {
  position: relative;
}
.lpbox .point__box__text {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70.6%;
}
.lpbox .point__box__text_02 {
  position: absolute;
  bottom: 4em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80.2%;
}
.lpbox .point__box__text_03 {
  position: absolute;
  top: 1em;
  right: 3em;
  width: 54%;
}
.lpbox .point__box__text_04 {
  position: absolute;
  top: 1em;
  left: 1.5em;
  width: 44.6%;
}
.lpbox .point__box__text_05 {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 55%;
}
.lpbox .point__box__text_06 {
  position: absolute;
  top: 1em;
  left: 1.5em;
  width: 53.8%;
}
.lpbox .point__box__text_07 {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 65.5%;
}
.lpbox .point__box__text_08 {
  position: absolute;
  top: 7em;
  right: 0;
  left: 0;
  width: 65.8%;
}
.lpbox .point__box__text_09 {
  position: absolute;
  top: 3.5em;
  left: 3em;
  width: 50.2%;
}
.lpbox .point__box__text_10 {
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 59.3%;
}
.lpbox .point__box__img_01 {
  position: absolute;
  top: 1.5em;
  right: 3em;
  width: 29.4%;
}
.lpbox .point__box__img_02 {
  position: absolute;
  top: 0;
  right: 3em;
  width: 29.4%;
}
.lpbox .point__box__img_03 {
  position: absolute;
  top: 0;
  right: 3em;
  width: 29.4%;
}
.lpbox .point__box__img_04 {
  position: absolute;
  top: 0;
  right: 3em;
  width: 29.4%;
}
.lpbox .point__box__text_11 {
  position: absolute;
  top: 2.7em;
  left: 2.4em;
  width: 52.65%;
}
.lpbox .point__box__text_12 {
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 81.1%;
}
.lpbox .point__box__text_13 {
  position: absolute;
  top: 0.5em;
  right: 5em;
  width: 17.35%;
}
.lpbox .point__box__text_14 {
  position: absolute;
  top: 3em;
  left: 2.8em;
  width: 49.5%;
}
.lpbox .point__box__text_15 {
  position: absolute;
  top: 7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 78.5%;
}
.lpbox .point__box__text_16 {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 74.6%;
}
.lpbox .point__box__text_17 {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 72%;
}
.lpbox .how_to__box {
  position: relative;
}
.lpbox .how_to__box__text_01 {
  position: absolute;
  bottom: 1.7em;
  left: 3em;
  width: 29.3%;
}
.lpbox .how_to__box__text_02 {
  position: absolute;
  bottom: 1.7em;
  right: 3em;
  width: 28.4%;
}

.lpbox .faq dt {
  position: relative;
}
.lpbox .faq dt:before {
  content: "";
  background: url(../img/ar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 14%;
  margin-top: -0.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lpbox .faq dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
  color: #5b4e46;
}
#lpfooter .footer__link li {
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: 0.75em;
  color: #fff;
  background-color: #d86e1d;
  box-sizing: border-box;
  padding: 0.5em;
}

/*-------------------------------------------
animation
-----------------------------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.lpbox .scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.lpbox .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.lpbox .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.lpbox .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.lpbox .fv__box__slide .scroll-infinity__item {
  width: 55em;
}
.lpbox .kinds__box__slide .scroll-infinity__item {
  width: 70em;
}
.lpbox .kinds__box__slide2 .scroll-infinity__item {
  width: 70em;
}
.lpbox .delicious__box__slide .scroll-infinity__item {
  width: 70em;
}
.lpbox .scroll-infinity__item > img {
  width: 100%;
}

.lpbox .marker {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .marker {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0);
  opacity: 1;
}

.lpbox .marker-up {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .marker-up {
  display: block;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  opacity: 1;
}

.lpbox .marker-tb {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  transition-delay: 1s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .marker-tb {
  display: block;
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%);
  opacity: 1;
}

.lpbox .fadein {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lpbox .animhide .fadein {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}

.lpbox .fadein-down {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.lpbox .animhide .fadein-down {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}

.lpbox .slideleft {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideleft {
  display: block;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}

.lpbox .slideright {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideright {
  display: block;
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

/* expand */
.expand {
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes expand {
  from,
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  from,
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}