@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: "";
}


/* global
----------------------------------------------- */

#notices-important {
  margin-top: 0;
}
#tab-global {
  display: none;
}


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

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

/* end */

#loading.end .bar {
  margin-left: 100px;
  width: 0;
  transition-property: margin-left, width;
  transition-duration: 0.5s;
  transition-timing-function:  cubic-bezier(0.77, 0, 0.175, 1);
}


/* lp
----------------------------------------------- */

#lp {
  color: #000;
  letter-spacing: 0;
}
#lp p {
  font-weight: 400;
}
#lp img {
  vertical-align: top;
}
#lp .dosis {
  font-family: "Dosis";
  font-weight: 400;
}
#lp .clear {
  content: "."; 
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* kv
----------------------------------------------- */

#lp .kv.trees span:nth-child(1) {
  top: 28%;
  left: 29.68%;
  width: 17.98%;
  height: auto;
}
#lp .kv.trees span:nth-child(2) {
  top: 37%;
  left: 47.18%;
  width: 20.78%;
  height: auto;
}
#lp .kv.trees span:nth-child(3) {
  top: 48%;
  left: 55.15%;
  width: 15.62%;
  height: auto;
}
#lp .kv.trees span:nth-child(4) {
  top: 54.5%;
  left: 26%;
  width: 23.28%;
  height: auto;
}
#lp .kv.trees span:nth-child(5) {
  top: 67%;
  left: 17.96%;
  width: 14.06%;
  height: auto;
}
#lp .kv.trees span:nth-child(6) {
  top: 67.5%;
  left: 64.2%;
  width: 19.68%;
  height: auto;
}


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

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


  html.tab main {
    margin-top: 80px
  }


  /* lp
  ----------------------------------------------- */

  #lp {
    position: relative;
    overflow: hidden;
  }
  #lp_main {
    float: right;
    position: relative;
    padding: 0 0 60px;
    width: 846px;
    background: url(../../../images/lp/hohoho-christmas-2018/background.png) left top;
    z-index: 1;
  }
  #lp_side {
    position: fixed;
    top: 80px;
    left: 0;
    width: calc(100% - 846px);
    height: calc(100% - 80px);
    overflow: hidden;
    z-index: 0;
  }
  #lp_image {
    position: relative;
    height: 240px;
    overflow: hidden;
    z-index: 1;
  }
  
  #lp .pchide,
  #lp .spbr {
    display: none;
  }


  /* main
  ----------------------------------------------- */

  /* ready */
  
  #lp.ready #lp_main {
    width: 100%;
  }
  
  /* start */

  #lp.start #lp_main {
    width: 846px;
    transition-property: width;
    transition-duration: 1s;
    transition-delay: 2.25s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }


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

  #lp .title {
    position: relative;
    text-align: center;
  }
  #lp .title h2 {
    display: none;
  }
  #lp .title .image,
  #lp .title .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -220px;
    width: 421px;
    height: 190px;
  }
  #lp .title .image span,
  #lp .title .logo span {
    position: absolute;
  }
  #lp .title .logo span {
    top: 83px;
    left: 100px;
  }
  #lp .title .image span:nth-child(1) {
    top: 77px;
    left: 0;
  }
  #lp .title .image span:nth-child(2) {
    top: 22px;
    left: 2px;
  }
  #lp .title .image span:nth-child(3) {
    top: 0;
    right: 0;
  }
  #lp .title .image span:nth-child(4) {
    top: 121px;
    right: 35px;
  }
  #lp .title .image span:nth-child(5) {
    top: 145px;
    right: 15px;
  }
  #lp .title p {
    padding: 247px 0 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px;
  }

  #lp .title .image span:nth-child(3) {
    animation: kirakira 0.65s  steps(2) 0s infinite;
  }
  
  /* ready */

  #lp.ready .title {
    transform: translateY(50%);
  }
  #lp.ready .title p {
    opacity: 0;
    transform: translateY(10%);
  }
  
  #lp.ready .title .image span:nth-child(1) {
    opacity: 0;
    transform: translate(0,-10%);
  }
  #lp.ready .title .image span:nth-child(2) {
    opacity: 0;
    transform: scale(0.5) translate(-5%,30%);
  }
  #lp.ready .title .image span:nth-child(3) {
    opacity: 0;
    transform: translate(-10%,10%);
  }
  #lp.ready .title .image span:nth-child(4) {
    opacity: 0;
    transform: translate(-25%,5%);
  }
  #lp.ready .title .image span:nth-child(5) {
    opacity: 0;
    transform: translate(-25%,-25%);
  }

  /* start */

  #lp.start .title {
    transform: translateY(0);
    transition-property: transform;
    transition-duration: 0.85s;
    transition-delay: 3.25s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  #lp.start .title p {
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-delay: 3.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #lp.start .title .image span:nth-child(1),
  #lp.start .title .image span:nth-child(2),
  #lp.start .title .image span:nth-child(3),
  #lp.start .title .image span:nth-child(4),
  #lp.start .title .image span:nth-child(5) {
    opacity: 1;
    transform: scale(1) translate(0,0);
    transition-property: opacity,transform;
    transition-duration: 0.5s;
    transition-delay: 1.75s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  #lp.start .title .logo span {
    animation-name: wave;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #lp.start .title .logo span:nth-child(1) {
    animation: none;
  }
  #lp.start .title .logo span:nth-child(2) {
    animation-delay: 0.5s;
  }
  #lp.start .title .logo span:nth-child(3) {
    animation-delay: 0.6s;
  }
  #lp.start .title .logo span:nth-child(4) {
    animation-delay: 0.7s;
  }
  #lp.start .title .logo span:nth-child(5) {
    animation-delay: 0.8s;
  }
  #lp.start .title .logo span:nth-child(6) {
    animation-delay: 0.9s;
  }
  #lp.start .title .logo span:nth-child(7) {
    animation-delay: 1s;
  }
  #lp.start .title .logo span:nth-child(8) {
    animation-delay: 1.1s;
  }
  #lp.start .title .logo span:nth-child(9) {
    animation-delay: 1.2s;
  }
  #lp.start .title .logo span:nth-child(10) {
    animation-delay: 1.3s;
  }
  

  /* end */

  #lp.end .title .logo span {
    animation-name: jump;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }


  /* story
  ----------------------------------------------- */

  #lp .story {
    margin: 51px 0 0;
  }
  #lp .story .inner {
    position: relative;
    margin: auto;
    padding: 0 0 51px;
    width: 666px;
    text-align: center;
    border-radius: 3px;
    background: #f3f5fa;
  }
  #lp .story h3 {
    margin: 0 0 0 20px;
    padding: 50px 0 0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 53px;
  }
  #lp .story h3 small {
    display: block;
    padding: 0 20px 0 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
  }
  #lp .story p {
    padding: 36px 0 0;
    font-size: 16px;
    line-height: 36px;
  }
  #lp .story p.first {
    padding: 19px 0 0;
  }

  #lp .story .image span,
  #lp .story .obje span,
  #lp .story .star span {
    position: absolute;
  }
  
  #lp .story .image span:nth-child(1) {
    top: 301px;
    left: 8px;
  }
  #lp .story .image span:nth-child(2) {
    top: 311px;
    right: -14px;
  }
  #lp .story .image span:nth-child(3) {
    top: 682px;
    left: -25px;
  }
  #lp .story .image span:nth-child(4) {
    top: 682px;
    right: 30px;
  }

  #lp .story .obje span:nth-child(1) {
    top: 4px;
    left: -29px;
  }
  #lp .story .obje span:nth-child(2) {
    top: 26px;
    right: -11px;
  }
  #lp .story .obje span:nth-child(3) {
    top: 171px;
    left: -26px;
  }
  #lp .story .obje span:nth-child(4) {
    top: 176px;
    right: -24px;
  }
  #lp .story .obje span:nth-child(5) {
    top: 428px;
    left: 62px;
  }
  #lp .story .obje span:nth-child(6) {
    top: 482px;
    left: -33px;
  }
  #lp .story .obje span:nth-child(7) {
    top: 559px;
    left: 57px;
  }
  #lp .story .obje span:nth-child(8) {
    top: 467px;
    right: -24px;
  }
  #lp .story .obje span:nth-child(9) {
    top: 535px;
    right: 77px;
  }
  #lp .story .obje span:nth-child(10) {
    top: 578px;
    right: -24px;
  }
  #lp .story .obje span:nth-child(11) {
    top: 872px;
    left: -60px;
  }
  #lp .story .obje span:nth-child(12) {
    top: 857px;
    right: -42px;
  }

  #lp .story .star span:nth-child(1) {
    top: 164px;
    left: 75px;
  }
  #lp .story .star span:nth-child(2) {
    top: 175px;
    left: 84px;
  }
  #lp .story .star span:nth-child(3) {
    top: 165px;
    right: 54px;
  }
  #lp .story .star span:nth-child(4) {
    top: 263px;
    right: 75px;
  }
  #lp .story .star span:nth-child(5) {
    top: 448px;
    left: 35px;
  }
  #lp .story .star span:nth-child(6) {
    top: 475px;
    right: 96px;
  }
  #lp .story .star span:nth-child(7) {
    top: 484px;
    right: 74px;
  }
  #lp .story .star span:nth-child(8) {
    top: 630px;
    left: 10px;
  }
  #lp .story .star span:nth-child(9) {
    top: 640px;
    right: 65px;
  }
  #lp .story .star span:nth-child(10) {
    top: 830px;
    left: -23px;
  }
  #lp .story .star span:nth-child(11) {
    top: 849px;
    left: 42px;
  }
  #lp .story .star span:nth-child(12) {
    top: 788px;
    right: -9px;
  }
  #lp .story .star span:nth-child(13) {
    top: 806px;
    right: 4px;
  }

  #lp .story .star span img {
    animation: kirakira 0.65s  steps(2) 0s infinite;
  }
  #lp .story .star span:nth-child(2) img,
  #lp .story .star span:nth-child(7) img,
  #lp .story .star span:nth-child(10) img,
  #lp .story .star span:nth-child(12) img {
    animation-direction: reverse;
  }
  #lp .story .star span:nth-child(3) img,
  #lp .story .star span:nth-child(4) img,
  #lp .story .star span:nth-child(5) img,
  #lp .story .star span:nth-child(9) img {
    animation: none;
  }

  /* ready */

  #lp.ready .story {
    opacity: 0;
    transform: translateY(25%);
  }

  /* start */

  #lp.start .story {
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity, transform;
    transition-duration: 0.85s;
    transition-delay: 3.75s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }


  /* gosanta
  ----------------------------------------------- */

  #lp .gosanta {
    position: relative;
    margin: 54px auto 0;
    width: 102px;
    height: 180px;
  }
  #lp .gosanta .image span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #lp .gosanta .image span:nth-child(1) {
    z-index: 2;
  }
  #lp .gosanta .apple {
    position: absolute;
    left: -5px;
    bottom: 0;
  }


  /* contents
  ----------------------------------------------- */

  #lp .contents {
    margin: 90px auto 0;
    width: 726px;
    word-break: break-word;
  }
  #lp .contents .inner {
    display: flex;
    justify-content: space-between;
    text-align: center;
    background: url(../../../images/lp/hohoho-christmas-2018/line.png) repeat-y center top;
    background-size: 2px 4px;
  }
  #lp .contents .column {
    width: 318px;
  }
  #lp .contents h3 {
    position: relative;
  }
  #lp .contents h3 span {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -20px 0 0;
    width: 100%;
    color: #fff;
    font-family: "Dosis";
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
  }
  #lp .contents article {
    margin: 54px 0 0;
  }
  #lp .contents h4 {
    font-family: "Dosis";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
  }

  #lp .contents h4 .star01,
  #lp .contents h4 .star02 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  #lp .contents h4 .star01 {
    margin: 0 5px 0 5px;
    width: 35px;
    height: 39px;
  }
  #lp .contents h4 .star02 {
    margin: 0 0 0 5px;
    width: 39px;
    height: 34px;
  }
  #lp .contents h4 .star01 img,
  #lp .contents h4 .star02 img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #lp .contents h4 span img {
    animation: kirakira 0.65s  steps(2) 0s infinite;
  }
  #lp .contents h4 .star01 img:last-child,
  #lp .contents h4 .star02 img:first-child {
    animation-direction: reverse;
  }

  #lp .contents figure {
    margin: 14px 0 0;
    overflow: hidden;
  }
  #lp .contents figure img {
    width: 100%;
    height: auto;
  }
  #lp .contents p {
    margin: 15px 0 0;
    font-size: 14px;
    text-align: justify;
    text-align: left;
    line-height: 30px;
  }
  #lp .contents .more {
    margin: 16px 12px 0;
  }
  #lp .contents .more a {
    display: block;
    position: relative;
    height: 60px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 56px;
    border: 2px solid #000;
    box-sizing: border-box;
    transition-property: color,background;
    transition-duration: 0.25s;
  }
  #lp .contents .more a:hover {
    color: #fff;
    background: #000;
  }
  #lp .contents .more i {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -10px 0 0;
    font-size: 20px;
    transition-property: color,transform;
    transition-duration: 0.25s;
  }
  #lp .contents .more a:hover i {
    transform: translateX(5px);
  }
  
  #lp .contents .living h4 {
    color: #278a58;
  }
  #lp .contents .living .more a {
    color: #278a58;
    border-color: #278a58;
  }
  #lp .contents .living .more i {
    color: #278a58;
  }
  #lp .contents .living .more a:hover {
    color: #fff;
    background: #278a58;
  }
  #lp .contents .living .more a:hover i {
    color: #fff;
  }

  #lp .contents .tearoom h4 {
    color: #ca3b57;
  }
  #lp .contents .tearoom .more a {
    color: #ca3b57;
    border-color: #ca3b57;
  }
  #lp .contents .tearoom .more i {
    color: #ca3b57;
  }
  #lp .contents .tearoom .more a:hover {
    color: #fff;
    background: #ca3b57;
  }
  #lp .contents .tearoom .more a:hover i {
    color: #fff;
  }


  /* banner
  ----------------------------------------------- */

  #lp .banner {
    margin: 90px 0 0;
    text-align: center;
  }


  /* wallpaper
  ----------------------------------------------- */

  #lp .wallpaper {
    margin: 75px auto 0;
    width: 726px;
    text-align: center;
  }
  #lp .wallpaper h3 {
    font-family: "Dosis";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
  }
  #lp .wallpaper p {
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 30px;
  }
  #lp .wallpaper .column {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  #lp .wallpaper .column .l-column-sub {
    margin: 0;
    width: 354px;
  }
  #lp .wallpaper .column dl {
    width: 324px;
  }
  #lp .wallpaper .column dt {
    width: 172px;
  }
  #lp .wallpaper .column dd {
    width: 152px;
  }


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

  #lp .about {
    margin: 80px 0 0;
    text-align: center;
  }
  #lp .about .title {
    display: inline-block;
    margin: auto;
  }
  #lp .about .title h3 {
    font-family: "Dosis";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
  }
  #lp .about .title p {
    margin: 5px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
  }
  #lp .about .title span {
    position: absolute;
    top: 0;
  }
  #lp .about .title .left {
    left: -70px;
  }
  #lp .about .title .right {
    right: -70px;
  }
  #lp .about p {
    margin: 15px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
  }


  /* nina
  ----------------------------------------------- */

  #lp .nina {
    margin: 90px auto 0;
    width: 666px;
    word-break: break-word;
    background: #f3f5fa;
  }
  #lp .nina .column {
    display: flex;
    margin: 0 38px;
    padding: 36px 0 32px;
  }
  #lp .nina figure {
    padding: 2px 0 0;
    width: 110px;
  }
  #lp .nina .prof {
    width: calc(100% - 110px);
  }

  #lp .nina h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }
  #lp .nina h3 .dosis {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
  }
  #lp .nina h3 span:last-child {
    padding: 2px 0 0;
    width: calc(100% - 209px);
  }
  #lp .nina h4 {
    margin: 15px 0 0;
    padding: 11px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border-top: 2px solid #000;
  }
  #lp .nina p {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  #lp .nina .textlink {
    font-size: 14px;
    letter-spacing: 0.6px;
  }


  /* copyright
  ----------------------------------------------- */

  #lp .copyright {
    margin: 60px 0 0 60px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 16px;
  }
  #lp .copyright .signature .dosis {
    margin: 10px 0 0;
  }
  #lp .copyright .text {
    margin: 20px 0 0;
  }


  /* kv
  ----------------------------------------------- */
  
  #lp .kv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c31326;
    overflow: hidden;
  }
  #lp .kv .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
  }
  #lp .kv img {
    width: 100%;
    height: auto;
  }
  #lp .kv span {
    position: absolute;
  }


  /* cover
  ----------------------------------------------- */

  #lp .cover .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17% 0 0 -35%;
    width: 72%;
    z-index: 1;
  }
  #lp .cover .logo img {
    width: 100%;
    height: auto;
  }
  #lp .cover .logo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }


  /* opening
  ----------------------------------------------- */
  
  #lp .opening {
    display: none;
  }


  /* scroll
  ----------------------------------------------- */

  #lp_side .scroll {
    display: none;
  }


  /* textlink
  ----------------------------------------------- */

  #lp .textlink {
    display: inline-block;
    position: relative;
    color: #000;
    transition: opacity 0.25s;
  }
  #lp .textlink:hover {
    opacity: 0.7;
  }
  #lp .textlink:after {
    display: block;
    content: "";
    width: 0;
    border-bottom: 1px solid #000;
    transition-property: width;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  #lp .textlink:hover:after {
    width: 100%;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }


  /* hover
  ----------------------------------------------- */
  
  #lp .hover {
    display: inline-block;
    background: #fff;
  }
  #lp .hover img {
    transition: opacity 0.25s;
  }
  #lp .hover:hover img {
    opacity: 0.7;
  }


}


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

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


  html.tab main {
    margin-top: 56px;
  }  
  #notices-important {
    margin: 0;
  }


  /* loading
  ----------------------------------------------- */
  
  #loading {
    z-index: 2;
  }
  #loading .bar {
    margin: -1px 0 0 -100px;
  }


  /* lp
  ----------------------------------------------- */

  #lp {
    position: relative;
  }
  #lp_main {
    position: relative;
    margin: 100vh 0 0;
    padding: 0 0 40px;
    background: url(../../../images/lp/hohoho-christmas-2018/background.png);
    background-size: 110px auto;
    z-index: 1;
  }
  #lp_side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  #lp_image {
    position: relative;
    height: 168px;
    background-size: auto 545px;
    overflow: hidden;
    z-index: 1;
  }
  
  #lp .pcbr {
    display: none;
  }


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

  #lp .title {
    position: relative;
    text-align: center;
  }
  #lp .title h2 {
    display: none;
  }
  #lp .title .image,
  #lp .title .logo {
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -140px;
    width: 280px;
    height: 135px;
  }
  #lp .title .image span,
  #lp .title .logo span {
    position: absolute;
  }
  #lp .title .logo span {
    top: 72px;
    left: 60px;
  }
  #lp .title .logo img {
    width: 170px;
    height: auto;
  }
  #lp .title .image span:nth-child(1) {
    top: 72px;
    left: 0;
  }
  #lp .title .image span:nth-child(1) img {
    width: 59px;
    height: auto;
  }
  #lp .title .image span:nth-child(2) {
    top: 37px;
    left: 3px;
  }
  #lp .title .image span:nth-child(2) img {
    width: 76px;
    height: auto;
  }
  #lp .title .image span:nth-child(3) {
    top: 17px;
    right: 0;
  }
  #lp .title .image span:nth-child(3) img {
    width: 65px;
    height: auto;
  }
  #lp .title .image span:nth-child(4) {
    top: 104px;
    right: 25px;
  }
  #lp .title .image span:nth-child(4) img {
    width: 18px;
    height: auto;
  }
  #lp .title .image span:nth-child(5) {
    top: 120px;
    right: 12px;
  }
  #lp .title .image span:nth-child(5) img {
    width: 30px;
    height: auto;
  }
  #lp .title p {
    padding: 174px 0 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 27px;
  }

  #lp .title .image span:nth-child(3) {
    animation: kirakira 0.65s  steps(2) 0s infinite;
  }


  /* story
  ----------------------------------------------- */

  #lp .story {
    margin: 36px auto 0;
    max-width: 640px;
  }
  #lp .story .inner {
    position: relative;
    margin: 0 20px;
    padding: 0 0 36px;
    text-align: center;
    border-radius: 3px;
    background: #f3f5fa;
  }
  #lp .story h3 {
    margin: 0 0 0 10px;
    padding: 37px 0 0;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 33px;
  }
  #lp .story h3 small {
    display: block;
    padding: 0 10px 0 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 27px;
  }
  #lp .story p {
    padding: 27px 0 0;
    font-size: 12px;
    line-height: 27px;
  }
  #lp .story p.first {
    padding: 15px 0 0;
  }

  #lp .story .image span,
  #lp .story .obje span,
  #lp .story .star span {
    position: absolute;
  }

  #lp .story .image span:nth-child(1) {
    top: 245px;
    left: -15px;
  }
  #lp .story .image span:nth-child(1) img {
    width: 60px;
    height: 60px;
  }
  #lp .story .image span:nth-child(2) {
    top: 235px;
    right: -15px;
  }
  #lp .story .image span:nth-child(2) img {
    width: 68px;
    height: 68px;
  }
  #lp .story .image span:nth-child(3) {
    top: 629px;
    left: -14px;
  }
  #lp .story .image span:nth-child(3) img {
    width: 68px;
    height: 68px;
  }
  #lp .story .image span:nth-child(4) {
    top: 660px;
    right: -10px;
  }
  #lp .story .image span:nth-child(4) img {
    width: 59px;
    height: 59px;
  }

  #lp .story .obje span:nth-child(1) {
    top: -21px;
    left: -14px;
  }
  #lp .story .obje span:nth-child(1) img {
    width: 75px;
    height: auto;
  }
  #lp .story .obje span:nth-child(2) {
    top: 4px;
    right: -9px;
  }
  #lp .story .obje span:nth-child(2) img {
    width: 63px;
    height: auto;
  }
  #lp .story .obje span:nth-child(3) {
    top: 113px;
    left: -9px;
  }
  #lp .story .obje span:nth-child(3) img {
    width: 45px;
    height: auto;
  }
  #lp .story .obje span:nth-child(4) {
    top: 114px;
    right: -4px;
  }
  #lp .story .obje span:nth-child(4) img {
    width: 48px;
    height: auto;
  }
  #lp .story .obje span:nth-child(5) {
    top: 444px;
    left: 4px;
  }
  #lp .story .obje span:nth-child(5) img {
    width: 48px;
    height: auto;
  }
  #lp .story .obje span:nth-child(6) {
    top: 356px;
    left: -16px;
  }
  #lp .story .obje span:nth-child(6) img {
    width: 53px;
    height: auto;
  }
  #lp .story .obje span:nth-child(7) {
    top: 360px;
    right: -10px;
  }
  #lp .story .obje span:nth-child(7) img {
    width: 39px;
    height: auto;
  }
  #lp .story .obje span:nth-child(8) {
    top: 522px;
    left: -7px;
  }
  #lp .story .obje span:nth-child(8) img {
    width: 44px;
    height: auto;
  }
  #lp .story .obje span:nth-child(9) {
    top: 450px;
    right: 10px;
  }
  #lp .story .obje span:nth-child(9) img {
    width: 45px;
    height: auto;
  }
  #lp .story .obje span:nth-child(10) {
    top: 524px;
    right: -8px;
  }
  #lp .story .obje span:nth-child(10) img {
    width: 45px;
    height: auto;
  }
  #lp .story .obje span:nth-child(11) {
    top: 923px;
    left: -19px;
  }
  #lp .story .obje span:nth-child(11) img {
    width: 76px;
    height: auto;
  }
  #lp .story .obje span:nth-child(12) {
    top: 928px;
    right: -9px;
  }
  #lp .story .obje span:nth-child(12) img {
    width: 60px;
    height: auto;
  }
  #lp .story .obje span:nth-child(13) {
    top: 718px;
    left: -10px;
  }
  #lp .story .obje span:nth-child(13) img {
    width: 53px;
    height: auto;
  }
  #lp .story .obje span:nth-child(14) {
    top: 742px;
    right: 6px;
  }
  #lp .story .obje span:nth-child(14) img {
    width: 42px;
    height: auto;
  }
  #lp .story .obje span:nth-child(15) {
    top: 844px;
    left: -7px;
  }
  #lp .story .obje span:nth-child(15) img {
    width: 42px;
    height: auto;
  }
  #lp .story .obje span:nth-child(16) {
    top: 844px;
    right: -10px;
  }
  #lp .story .obje span:nth-child(16) img {
    width: 45px;
    height: auto;
  }

  #lp .story .star span:nth-child(1) {
    top: 198px;
    left: 8px;
  }
  #lp .story .star span:nth-child(1) img {
    width: 10px;
    height: auto;
  }
  #lp .story .star span:nth-child(2) {
    top: 204px;
    left: 15px;
  }
  #lp .story .star span:nth-child(2) img {
    width: 17px;
    height: auto;
  }
  #lp .story .star span:nth-child(3) {
    top: 315px;
    left: 7px;
  }
  #lp .story .star span:nth-child(3) img {
    width: 13px;
    height: auto;
  }
  #lp .story .star span:nth-child(4) {
    top: 335px;
    left: 15px;
  }
  #lp .story .star span:nth-child(4) img {
    width: 14px;
    height: auto;
  }
  #lp .story .star span:nth-child(5) {
    top: 597px;
    right: 10px;
  }
  #lp .story .star span:nth-child(5) img {
    width: 14px;
    height: auto;
  }
  #lp .story .star span:nth-child(6) {
    top: 618px;
    right: 16px;
  }
  #lp .story .star span:nth-child(6) img {
    width: 18px;
    height: auto;
  }
  #lp .story .star span:nth-child(7) {
    top: 325px;
    right: 14px;
  }
  #lp .story .star span:nth-child(7) img {
    width: 15px;
    height: auto;
  }
  #lp .story .star span:nth-child(8) {
    top: 585px;
    left: 14px;
  }
  #lp .story .star span:nth-child(8) img {
    width: 17px;
    height: auto;
  }
  #lp .story .star span:nth-child(9) {
    top: 785px;
    left: 31px;
  }
  #lp .story .star span:nth-child(9) img {
    width: 15px;
    height: auto;
  }
  #lp .story .star span:nth-child(10) {
    top: 320px;
    right: 27px;
  }
  #lp .story .star span:nth-child(10) img {
    width: 9px;
    height: auto;
  }
  #lp .story .star span:nth-child(11) {
    display: none;
  }
  #lp .story .star span:nth-child(12) {
    top: 799px;
    right: 10px;
  }
  #lp .story .star span:nth-child(12) img {
    width: 14px;
    height: auto;
  }
  #lp .story .star span:nth-child(13) {
    top: 805px;
    right: 20px;
  }
  #lp .story .star span:nth-child(13) img {
    width: 20px;
    height: auto;
  }
  #lp .story .star span:nth-child(14) {
    top: 197px;
    right: 14px;
  }
  #lp .story .star span:nth-child(14) img {
    width: 19px;
    height: auto;
  }
  #lp .story .star span:nth-child(15) {
    top: 804px;
    left: 4px;
  }
  #lp .story .star span:nth-child(15) img {
    width: 30px;
    height: auto;
  }

  #lp .story .star span img {
    animation: kirakira 0.65s  steps(2) 0s infinite;
  }
  #lp .story .star span:nth-child(2) img,
  #lp .story .star span:nth-child(9) img,
  #lp .story .star span:nth-child(7) img,
  #lp .story .star span:nth-child(13) img {
    animation-direction: reverse;
  }
  #lp .story .star span:nth-child(3) img,
  #lp .story .star span:nth-child(4) img,
  #lp .story .star span:nth-child(5) img,
  #lp .story .star span:nth-child(6) img,
  #lp .story .star span:nth-child(14) img {
    animation: none;
  }


  /* gosanta
  ----------------------------------------------- */

  #lp .gosanta {
    position: relative;
    margin: 30px auto 0;
    width: 80px;
    height: 142px;
  }
  #lp .gosanta .image span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #lp .gosanta .image span:nth-child(1) {
    z-index: 2;
  }
  #lp .gosanta .image span img {
    width: 80px;
    height: auto;
  }
  #lp .gosanta .apple {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #lp .gosanta .apple img {
    width: 24px;
    height: auto;
  }


  /* contents
  ----------------------------------------------- */

  #lp .contents {
    margin: 59px auto 0;
    max-width: 640px;
    word-break: break-word;
  }
  #lp .contents .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 12px;
    text-align: center;
    background: url(../../../images/lp/hohoho-christmas-2018/line.png) repeat-y center top;
    background-size: 2px 4px;
  }
  #lp .contents .column {
    width: 50%;
  }
  #lp .contents h3 {
    position: relative;
    margin: 0 9px;
  }
  #lp .contents h3 img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  #lp .contents h3 span {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0;
    width: 100%;
    color: #fff;
    font-family: "Dosis";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
  }

  #lp .contents article {
    margin: 28px 9px 0;
  }
  #lp .contents article.fist {
    margin: 20px 9px 0;
  }
  #lp .contents h4 {
    margin: 0;
    padding: 0;
    font-family: "Dosis";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
  }

  #lp .contents h4 .star01,
  #lp .contents h4 .star02 {
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle;
  }
  #lp .contents h4 .star01 {
    width: 17px;
    height: 19px;
  }
  #lp .contents h4 .star02 {
    width: 13px;
    height: 17px;
  }
  #lp .contents h4 .star01 img,
  #lp .contents h4 .star02 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  #lp .contents h4 span img {
    animation: kirakira 0.65s  steps(2) 0s infinite;
  }
  #lp .contents h4 .star01 img:last-child,
  #lp .contents h4 .star02 img:first-child {
    animation-direction: reverse;
  }

  #lp .contents figure {
    margin: 13px 0 0;
    overflow: hidden;
  }
  #lp .contents figure img {
    width: 100%;
    height: auto;
  }
  #lp .contents p {
    margin: 13px 0 0;
    min-height: 84px;
    font-size: 11px;
    text-align: justify;
    text-align: left;
    line-height: 21px;
  }
  #lp .contents .more {
    margin: 11px 0 0;
  }
  #lp .contents .more a {
    display: block;
    position: relative;
    padding: 0 12px 0 0;
    height: 48px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 44px;
    border: 2px solid #000;
    box-sizing: border-box;
  }
  #lp .contents .more i {
    position: absolute;
    top: 50%;
    right: 2px;
    margin: -10px 0 0;
    font-size: 20px;
  }

  #lp .contents .living h4 {
    color: #278a58;
  }
  #lp .contents .living .more a {
    color: #278a58;
    border-color: #278a58;
  }
  #lp .contents .living .more i {
    color: #278a58;
  }

  #lp .contents .tearoom h4 {
    color: #ca3b57;
  }
  #lp .contents .tearoom .more a {
    color: #ca3b57;
    border-color: #ca3b57;
  }
  #lp .contents .tearoom .more i {
    color: #ca3b57;
  }


  /* banner
  ----------------------------------------------- */

  #lp .banner {
    margin: 45px auto 0;
    max-width: 640px;
  }
  #lp .banner .inner {
    margin: 0 20px;
  }
  #lp .banner img {
    width: 100%;
    height: auto;
  }


  /* wallpaper
  ----------------------------------------------- */

  #lp .wallpaper {
    margin: 45px auto 0;
    max-width: 640px;
    text-align: center;
  }
  #lp .wallpaper .inner {
    margin: 0 40px;
  }
  #lp .wallpaper h3 {
    margin: 0;
    padding: 0;
    font-family: "Dosis";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
  }
  #lp .wallpaper p {
    padding: 15px 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  #lp .wallpaper .column {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  #lp .wallpaper .column .l-column-sub {
    margin: 0;
    min-width: 0;
    width: calc(50% - 10px);
  }
  #lp .wallpaper .column .l-column-sub img {
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
  }


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

  #lp .about {
    margin: 40px auto 0;
    max-width: 640px;
    text-align: center;
  }
  #lp .about .title {
    display: inline-block;
    margin: auto;
  }
  #lp .about .title h3 {
    font-family: "Dosis";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
  }
  #lp .about .title p {
    margin: 0 0 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
  }
  #lp .about .title span {
    position: absolute;
    top: 0;
  }
  #lp .about .title .left {
    left: -50px;
  }
  #lp .about .title .right {
    right: -50px;
  }
  #lp .about .title .left img {
    width: 50px;
    height: auto;
  }
  #lp .about .title .right img {
    width: 55px;
    height: auto;
  }
  #lp .about p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 27px;
  }


  /* nina
  ----------------------------------------------- */

  #lp .nina {
    margin: 45px auto 0;
    max-width: 640px;
    word-break: break-word;
  }
  #lp .nina .inner {
    margin: 0 20px;
    padding: 0 0 20px;
    background: #f3f5fa;
  }
  #lp .nina .column {
    position: relative;
  }
  #lp .nina figure {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  #lp .nina .block {
    margin: 0 0 0 100px;
    padding: 35px 0 0;
    min-height: 182px;
  }
  #lp .nina h3 {
    margin: 0 20px;
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
  }
  #lp .nina h3 span {
    display: block;
    padding: 9px 0 0;
  }
  #lp .nina h3 .dosis {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
  }
  #lp .nina h4 {
    margin: 15px 20px 0;
    padding: 15px 0 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 21px;
    border-top: 2px solid #000;
  }
  #lp .nina .block h4 {
    padding: 10px 0 0;
  }
  #lp .nina p {
    margin: 0 20px;
    padding: 5px 0 0;
    font-size: 12px;
    line-height: 21px;
  }
  #lp .nina p.dosis {
    margin-top: 5px;
    font-size: 11px;
    line-height: 15px;
  }


  /* copyright
  ----------------------------------------------- */

  #lp .copyright {
    margin: 30px 20px 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 15px;
  }
  #lp .copyright .signature .dosis {
    margin: 5px 0 0;
  }
  #lp .copyright .text {
    margin: 10px 0 0;
  }


  /* kv
  ----------------------------------------------- */

  #lp .kv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c31326;
    overflow: hidden;
  }
  #lp .kv .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
  }
  #lp .kv img {
    width: 100%;
    height: auto;
  }
  #lp .kv span {
    position: absolute;
  }

  /* ready */
  
  #lp.ready .trees .image span {
    opacity: 0;
    transform: translateY(-60vh);
  }

  /* start */

  #lp.start .trees .image span {
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity, transform;
    transition-duration: 0.5s, 2s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #lp.start .trees .image span:nth-child(6) {
    transition-delay: 3s;
  }
  #lp.start .trees .image span:nth-child(5) {
    transition-delay: 3.25s;
  }
  #lp.start .trees .image span:nth-child(4) {
    transition-delay: 3.5s;
  }
  #lp.start .trees .image span:nth-child(3) {
    transition-delay: 3.75s;
  }
  #lp.start .trees .image span:nth-child(2) {
    transition-delay: 4s;
  }
  #lp.start .trees .image span:nth-child(1) {
    transition-delay: 4.25s;
  }

  #lp.start .trees .image span img {
    animation-name: hanging;
    animation-duration: 2.5s;
    animation-timing-function: linear;
  }
  #lp.start .trees .image span:nth-child(6) img {
    animation-delay: 5s;
  }
  #lp.start .trees .image span:nth-child(5) img {
    animation-delay: 5.25s;
    animation-direction: alternate;
  }
  #lp.start .trees .image span:nth-child(4) img {
    animation-delay: 5.5s;
  }
  #lp.start .trees .image span:nth-child(3) img {
    animation-delay: 5.75s;
    animation-direction: alternate;
  }
  #lp.start .trees .image span:nth-child(2) img {
    animation-delay: 6s;
  }
  #lp.start .trees .image span:nth-child(1) img {
    animation-delay: 6.25s;
    animation-direction: alternate;
  }

  /* end */

  /*
  #lp.end .trees .image span img {
    animation-name: hanging-slow;
    animation-duration: 5s;
    animation-delay: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  #lp.end .trees .image span:nth-child(2) img {
    animation-delay: 8.25s;
    animation-direction: alternate;
  }
  #lp.end .trees .image span:nth-child(3) img {
    animation-delay: 8.5s;
  }
  #lp.end .trees .image span:nth-child(4) img {
    animation-delay: 8.75s;
    animation-direction: alternate;
  }
  #lp.end .trees .image span:nth-child(5) img {
    animation-delay: 9s;
  }
  #lp.end .trees .image span:nth-child(6) img {
    animation-delay: 9.25s;
    animation-direction: alternate;
  }
  */


  /* cover
  ----------------------------------------------- */

  #lp .cover .logo {
    position: absolute;
    top: 40vh;
    left: 50%;
    width: 65%;
    z-index: 1;
    transform: translateX(-48%);
  }
  #lp .cover .logo img {
    width: 100%;
    height: auto;
  }
  #lp .cover .logo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  /* end */

  #lp.end .cover .logo span {
    animation-name: jump;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  #lp.end .cover .logo span:nth-child(1) {
    animation: none;
  }
  #lp.end .cover .logo span:nth-child(2) {
    animation-delay: 0.5s;
  }
  #lp.end .cover .logo span:nth-child(3) {
    animation-delay: 0.6s;
  }
  #lp.end .cover .logo span:nth-child(4) {
    animation-delay: 0.7s;
  }
  #lp.end .cover .logo span:nth-child(5) {
    animation-delay: 0.8s;
  }
  #lp.end .cover .logo span:nth-child(6) {
    animation-delay: 0.9s;
  }
  #lp.end .cover .logo span:nth-child(7) {
    animation-delay: 1s;
  }
  #lp.end .cover .logo span:nth-child(8) {
    animation-delay: 1.1s;
  }
  #lp.end .cover .logo span:nth-child(9) {
    animation-delay: 1.2s;
  }
  #lp.end .cover .logo span:nth-child(10) {
    animation-delay: 1.3s;
  }


  /* opening
  ----------------------------------------------- */

  #lp .opening {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 2;
  }
  #lp .opening .logo {
    position: absolute;
    top: 40vh;
    left: 50%;
    width: 65%;
    z-index: 1;
    transform: translateX(-48%);
  }
  #lp .opening .logo img {
    width: 100%;
    height: auto;
  }
  #lp .opening .logo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  /* ready */

  #lp.ready .opening {
    display: block;
  }

  /* start */

  #lp.start .opening {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 2s;
    transition-delay: 2s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }

  #lp.start .opening .logo span {
    animation-name: wave;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #lp.start .opening .logo span:nth-child(1) {
    animation: none;
  }
  #lp.start .opening .logo span:nth-child(2) {
    animation-delay: 0.5s;
  }
  #lp.start .opening .logo span:nth-child(3) {
    animation-delay: 0.6s;
  }
  #lp.start .opening .logo span:nth-child(4) {
    animation-delay: 0.7s;
  }
  #lp.start .opening .logo span:nth-child(5) {
    animation-delay: 0.8s;
  }
  #lp.start .opening .logo span:nth-child(6) {
    animation-delay: 0.9s;
  }
  #lp.start .opening .logo span:nth-child(7) {
    animation-delay: 1s;
  }
  #lp.start .opening .logo span:nth-child(8) {
    animation-delay: 1.1s;
  }
  #lp.start .opening .logo span:nth-child(9) {
    animation-delay: 1.2s;
  }
  #lp.start .opening .logo span:nth-child(10) {
    animation-delay: 1.3s;
  }
  
  /* end */

  #lp.end .opening {
    display: none;
  }


  /* scroll
  ----------------------------------------------- */
  
  #lp .scroll {
    position: absolute;
    left: 50%;
    bottom: 18vh;
    margin: 0 0 0 -15px;
    cursor: pointer;
  }
  
  /* ready */

  #lp.ready .scroll {
    opacity: 0;
    transform: translateY(-15%);
  }
  
  /* start */

  #lp.start .scroll {
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity,transform;
    transition-duration: 0.5s;
    transition-delay: 4.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }


  /* textlink
  ----------------------------------------------- */

  #lp .textlink {
    color: #000;
  }


}


/* parallax
----------------------------------------------- */

/* fadeup */

#lp .parallax.ready.fadeup {
  opacity: 0;
  transform: translateY(15%);
}

#lp .parallax.start.fadeup {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity,transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* popin */

#lp .parallax.ready.popin {
  opacity: 0;
  transform: scale(0.65);
}

#lp .parallax.start.popin {
  opacity: 1;
  transform: scale(1);
  transition-property: opacity,transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* leftin rightin */

#lp .parallax.ready.leftin,
#lp .parallax.ready.rightin {
  opacity: 0;
}
#lp .parallax.ready.leftin {
  transform: rotate(-10deg) translateX(-1%);
}
#lp .parallax.ready.rightin {
  transform: rotate(10deg) translateX(1%);
}

#lp .parallax.start.leftin,
#lp .parallax.start.rightin {
  opacity: 1;
  transform: rotate(0deg) translateX(0);
  transition-property: opacity,transform;
  transition-duration: 0.85s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* bounce */

#lp .parallax.ready.bounce {
  opacity: 0;
}

#lp .parallax.start.bounce {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.25s;
  animation: bounce 1s 0s;
}

/* slideup slidedown */

#lp .parallax.ready.slideup,
#lp .parallax.ready.slidedown {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#lp .parallax.ready.slideup {
  transform: translateY(100%);
}
#lp .parallax.ready.slidedown {
  transform: translateY(-100%);
}
#lp .parallax.ready.slideup:after,
#lp .parallax.ready.slidedown:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#lp .parallax.ready.slideup img,
#lp .parallax.ready.slidedown img {
  transform: scale(1.1);
}

#lp .parallax.start.slideup,
#lp .parallax.start.slidedown {
  transform: translateY(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#lp .parallax.start.slidedown:after,
#lp .parallax.start.slideup:after {
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0.65s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#lp .parallax.start.slidedown.delay:after,
#lp .parallax.start.slideup.delay:after {
  transition-delay: 0.9s;
}
#lp .parallax.start.slidedown:after {
  transform: translateY(100%);
}
#lp .parallax.start.slideup:after {
  transform: translateY(-100%);
}

#lp .parallax.start.slideup img,
#lp .parallax.start.slidedown img {
  transform: scale(1);
  transition-property: transform;
  transition-duration: 2s;
  transition-delay: 0.65s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#lp .parallax.start.slideup.delay img,
#lp .parallax.start.slidedown.delay img {
  transition-delay: 0.9s;
}

/* delay */

#lp .parallax.start.delay {
  transition-delay: 0.25s;
}


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

/* end */

#lp.end .title .image span:nth-child(1) {
  animation: flay 2s linear 0s infinite;
}


/* gosanta
----------------------------------------------- */

/* ready */

#lp .gosanta.ready .image span {
  opacity: 0;
  transform: translateY(5%);
}
#lp .gosanta.ready .image span:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
#lp .gosanta.ready .apple {
  transform: translate(15px,-70px);
}
#lp .gosanta.ready .apple img {
  transform: rotate(25deg);
}

/* start */

#lp .gosanta.start .image span {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity,transform;
  transition-duration: 0.65s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#lp .gosanta.start .image span:nth-child(2) {
  transition-delay: 0.25s;
}
#lp .gosanta.start .image span:nth-child(3) {
  transition-delay: 0.5s;
}
#lp .gosanta.start .image span:nth-child(4) {
  transition-delay: 0.75s;
}

#lp .gosanta.start .image span:nth-child(1) {
  animation: squat 1s linear 1.25s forwards;
}

#lp .gosanta.start .apple {
  animation: falling 1s linear 1.25s forwards;
}
#lp .gosanta.start .apple img {
  transform: rotate(0deg);
  transition: transform 0.2s linear 1.95s;
}


/* keyframes
----------------------------------------------- */

@keyframes kirakira {
  100% { transform: scale(0.6); }
}

@keyframes wave {
  0% { transform: translateY(0); }
  40% { transform: translateY(-15%); }
}

@keyframes jump {
  0% { transform: translateY(0); }
  5% { transform: translateY(-5%); }
  10% { transform: translateY(0); }
}

@keyframes bounce {
  0% { transform: translateY(-10%); }
  20% { transform: translateY(2%); }
  40% { transform: translateY(-4%); }
  60% { transform: translateY(1%); }
  80% { transform: translateY(-1%); }
  100% { transform: translateY(0); }
}

@keyframes squat {
  10% { transform: translateY(-2px); }
  30% { transform: translateY(1px); }
  60% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

@keyframes falling {
  25% { transform: translate(6px,0); }
  40% { transform: translate(4px,-10px); }
  60% { transform: translate(1px,0); }
  80% { transform: translate(0,-5px); }
  100% { transform: translate(0,0); }
}

@keyframes flay {
  0% { transform: translateY(0); }
  25% { transform: translateY(-2px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(2px); }
  100% { transform: translateY(0); }
}

@keyframes hanging {
  0%,
  100% {
    transform-origin: top center;
  }
  10% { transform: rotate(-15deg); }
  20% { transform: rotate(10deg); }
  30% { transform: rotate(-5deg); }
  40% { transform: rotate(5deg); }
  50% { transform: rotate(-3deg); }
  60% { transform: rotate(2deg); }
  70% { transform: rotate(-2deg); }
  80% { transform: rotate(1deg); }
  90% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

@keyframes hanging-slow {
  0%,
  100% {
    transform-origin: top center;
  }
  10% { transform: rotate(3deg); }
  15% { transform: rotate(-2deg); }
  20% { transform: rotate(2deg); }
  25% { transform: rotate(-1deg); }
  30% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}






