@charset "UTF-8";
/* -----------------------------------------
 Reset
------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul,ol{
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
em {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
h1 {
  position: fixed;
}
/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: 62.5%;
  font-size: calc(1em*.625);
  height: 100%;
  overflow: hidden;
}
body {
  color: #333;
  background: #E72418;
  font-size: 1.6rem;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  height: 100%;
}
.bg-red{
  background-color:#aa182c;
}
.bg-white{
  background-color:#fff;
}
.bg-gray{
  background-color:#9fa0a0;
}
.sp-only {
  display: none;
}
img{
  pointer-events: none;
}
::selection {
  background: transparency;
  color: transparency;
}
/* -----------------------------------------
 レイアウト
------------------------------------------- */
main {
  width: 100%;
  display: block;
}
.wrap {
  width: 100vw;
  height: 100%;
  position: absolute;
  overflow:hidden;
}

/* -----------------------------------------
 文字装飾
------------------------------------------- */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.fs18 {
  font-size: 1.8rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs14 {
  font-size: 1.4rem;
}
.fs12 {
  font-size: 1.2rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: .5rem;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb25 {
  margin-bottom: 2.5rem;
}
.mb30 {
  margin-bottom: 3rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.mb50 {
  margin-bottom: 5rem;
}
.mb60 {
  margin-bottom: 6rem;
}
.mb1e {
  margin-bottom: 1em;
}
.mb2e {
  margin-bottom: 2em;
}
.mt1e {
  margin-top: 1em;
}
.ml10 {
  margin-left: 1rem;
}
.pt40 {
  padding-top: 4rem;
}
.pt0 {
  padding-top: 0;
}
.mr10 {
  margin-right: 1rem;
}
.mr20 {
  margin-right: 2rem;
}
/* -----------------------------------------
 共通
------------------------------------------- */
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:active {
  color: #ccc;
  text-decoration: none;
}
/*a:hover {
  opacity: .8;
}
a:hover img {
  opacity: .8;
}*/
/* Clear Fix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}
/* disc */
ul.disc li {
  position: relative;
  padding-left: 1.3em;
}
ul.disc li + li {
  margin-top: .3em;
}
ul.disc li::before {
  content: "";
  position: absolute;
  width: .5rem;
  height: .5rem;
  background: #198AA5;
  border-radius: 50%;
  left: .3em;
  top: .5em;
}
#toppage{
  z-index: 100;
  position: fixed;
  font-size: 1.2rem;
  left: .8rem;
  top: .8rem;
  padding-left: 1.4rem;
  font-family: Arial, sans-serif;
}
#toppage::before{
  content: "";
  display: block;
  position: absolute;
  width: .6rem;
  height: .6rem;
  border-left: .1rem solid #fff;
  border-top: .1rem solid #fff;
  transform: rotate(-45deg);
  left: .5rem;
  top: 0;
  bottom:0;
  margin: auto;
}
/* シェア */
#share{
  z-index: 100;
  position: fixed;
  font-size: 1.2rem;
  right: .8rem;
  top: .8rem;
  padding-left: 1.6rem;
  font-family: Arial, sans-serif;
}
#share::before{
  content: "";
  background: url(../img/share.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 0;
  bottom:0;
  margin: auto;
}
#share-modal{
  display: none;
  position: fixed;
  top:3rem;
  right: 1rem;
  color: #fff;
  text-align: right;
  z-index: 100;
  font-size: 1.2rem;
  line-height: 2;
  font-family: Arial, sans-serif;
}
#share-modal p a{
  display: block;
  line-height: 2;
}

/* footer */
.footer {
  display: none;
  width: 100%;
  position: fixed;
  padding: 2rem 0;
  z-index: 100;
  bottom: 0;
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  color:#fff;
  font-family: Arial, sans-serif;
}

/* -----------------------------------------
 年賀
------------------------------------------- */
.section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
/* scene1 */
.scene1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 50;
}
[class*="scene1-"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
}
.scene1-1 {
  display: block;
  opacity: 1;
}
.cow-body {
  display: block;
  position: absolute;
  top: -30vh;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/cow_body.png") top center no-repeat;
  background-size: auto 30vh;
}
.cow-body-extend {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.cow-body-extend svg {
  width: auto !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%) !important;
}
.arrow-squirt {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 12vh;
  opacity: 0;
  animation: up-down 1.5s infinite;
}
@keyframes up-down {
  0%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
 .ptr--ptr {
   opacity: 0;
 }
/* scene2 */
.scene2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.scene2-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scene2 .water {
  position: absolute;
  top: 23%;
  left: 50%;
  width: auto;
  height: 6%;
  transform: translateX(-50%);
  opacity: 0;
}
.ripple1 {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 12%;
  transform: scale(0);
  opacity: 0;
}
.ripple2 {
  position: absolute;
  top: 52%;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 12%;
  transform: scale(0);
  opacity: 0;
  transform-origin: center bottom;
}
.scene2 .cow-body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ice-water {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44%;
  height: 0;
  background-color: #F3F8E1;
}
.ice-bar-big {
  position: absolute;
  bottom: -152%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: scale(5) translateX(-10%);
  opacity: 0;
  bottom: -320%;
}
/* scene3 */
.scene3 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
[class*="scene3-"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.scene3-1 .sample {
  width: auto;
  height: 100%;
}
.scene3-2 {
  display: none;
}
.arrow-rotate {
  position: absolute;
  top: 11%;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 12vh;
  opacity: 0;
}
.ice-roll-s3 {
  position: absolute;
  bottom: -39%;
  left: 50%;
  width: auto;
  height: 108%;
  transform: scale(17) translateX(-50.4%) translateY(1%);
  transform-origin: 0 0;
}
.ice-roll-s3.big {
  bottom: -950%;
  left: 38%;
  height: 1000%;
}
.roll-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  opacity: 0;
}
.roll-band {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
}
.roll-band1 {
  position: absolute;
  bottom: 31%;
  left: 50%;
  width: auto;
  height: 38%;
  transform: translateX(-50%);
}
.roll-band2 {
  position: absolute;
  bottom: 31%;
  left: 50%;
  width: auto;
  height: 38%;
  transform: translateX(49.9%);
}
.roll-band3 {
  position: absolute;
  bottom: 31%;
  left: 50%;
  width: auto;
  height: 38%;
  transform: translateX(149.9%);
}
.roll-band4 {
  position: absolute;
  bottom: 31%;
  left: 50%;
  width: auto;
  height: 38%;
  transform: translateX(249.9%);
}
.roll-board {
  position: absolute;
  bottom: -39%;
  left: 50%;
  width: auto;
  height: 75%;
  transform: translateX(-50%);
}
.ice-roll1 {
  position: absolute;
  bottom: -39%;
  left: 50%;
  margin: auto;
  width: auto;
  height: 108%;
  transform: translateX(-50.3%);
}
.ice-roll2 {
  position: absolute;
  bottom: -39%;
  left: 50%;
  margin: auto;
  width: auto;
  height: 108%;
  transform: translateX(49.6%);
}
.ice-bar-normal {
  position: absolute;
  bottom: 39.4%;
  left: 50%;
  width: auto;
  height: 29.7%;
  transform: translateX(-50%);
}
.ice-roll-s3b {
  position: absolute;
  bottom: -39%;
  left: 50%;
  width: auto;
  height: 108%;
  transform: translateX(-50%) translateY(0);
    transform-origin: 0 0;
}
/* scene4 */
.scene4 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
[class*="scene4-"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.scene4-1 {
  top: 28%;
  height: 35.3%;
  opacity: 1;
}
.ice-bar {
  position: absolute;
  top: 14%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  height: 70%;
  width: auto;
}
.ice-bar.big {
  top: 0;
  height: 80%;
}
.ice-bar-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  height: 80%;
  width: auto;
  transform: scaleX(0);
}
.ice1,
.ice2,
.ice3,
.ice4,
.ice5 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: auto;
}
.ice1 {
  z-index: 7;
  opacity: 1;
}
.ice2 {
  z-index: 6;
}
.ice3 {
  z-index: 5;
}
.ice4 {
  z-index: 4;
}
.ice5 {
  z-index: 3;
}
.bg-grow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background: url("../img/bg_grow.png") center center no-repeat;
  background-size: auto 150%;
  animation: grow 26s infinite;
  opacity: 0;
}
.bg-grow img {
  position: absolute;
  top: -25%;
  left: 50%;
  height: 150%;
  width: auto;
  transform: translate(-50%, 0);
}
@keyframes grow {
  0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
/* scene5 */
.scene5 {
  display: none;
}
[class*="scene5-"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.scene5-3 {
  display: none;
}
.greeting {
  position: absolute;
  top: 8%;
  right: 0;
  left: -10%;
  margin: auto;
  height: 53%;
}
.ice-roll {
  position: absolute;
  bottom: -27%;
  left: 50%;
  width: auto;
  height: 60%;
  transform: translateX(-50%);
}
.ice-fin {
  width: auto;
  height: 100%;
}