@charset "utf-8";
body {

    background-color: rgba(154,142,132,1.00);
    color: rgba(0,0,0,1.00);
    margin: 0;
    padding: 0;
    top: 0px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
  overflow-x: hidden;
}
.mains {
    overflow: hidden;
    position: static;
    height: auto;
	min-height: 100vh;
    
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: static;
    width: 100%;
}

.karuseru {
    background-color: rgba(116,105,96,1.00);
    position: relative;
    height: 124px;
    padding-top: 14px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 11px;
    padding-left: auto;
    padding-right: auto;
    z-index: 2;
    transform-origin: center;
    width: 100%;
    bottom: 0%;
	 overflow: visible;
}


#prev,#next,#hidasita,#migisita{
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    z-index: 10;
   pointer-events: auto
}
#zyok{
	left: 0;
	padding-left: 0px;
	/* [disabled]background-color: rgba(41,33,15,1.00); */
	margin-top: 14px;
	top: 0px;
	transform-origin: center;
}
#gek  {
	/* [disabled]background-color: rgba(41,33,15,1.00); */
}
#zyok, #gek {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#prev,#hidasita {
	background-image: url(../../pic/ui/hidari.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: auto;
	/* [disabled]float: none; */
	
	
}
#hidasita{
	background-image: url(../../pic/ui/hidarin.png);
}
#gek .kado {
	margin-left: 0;
}

#next,#migisita {
	background-image: url(../../pic/ui/migipng.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	right: 0px;
}
#migisita{
	background-image: url(../../pic/ui/mingi.png);
}


.sayuue {
	position: relative;
	margin-top: 29px;
	margin-right: 10%;
	margin-bottom: 29px;
	background-color: rgba(194,34,37,1.00);
	margin-left: 10%;
	/* [disabled]height: 1px; */
	z-index: 1;
}
.sa, .u {
  pointer-events: none;
}
.ue   { position: relative; 
	top: -9px;
	 margin-top: 0vh; }
.naka {
	 pointer-events: none;
    z-index: 27;
    position: relative;
    top: 0; 
	margin-top: 9vh;
}
.naka * {
  pointer-events: auto;
}
.sita {
    position: relative;
	 bottom: 0; 
	 margin-top: 11vh;
}
.kensaku {
	background-color: rgba(212,196,183,1.00);
	border-color: rgba(0,0,0,1.00);
	border-width: 1px;
	text-align: center;
	position: static;
	max-width: 50%;
	
}
.form {
	text-align: center;
	margin-top: 14px;
	position: relative;
	margin-bottom: -120px;
}
.kadooki {
    background-color: rgba(95,81,76,1.00);
    padding-right: 0px;
    height: 224px;
    text-align: center;
    padding-left: 0px;
    margin-left: -100px;
    margin-right: -100px;
    padding-bottom: 0px;
    pointer-events: none;
    z-index: 44;
}
.mannaka {
    text-align: right;
    padding-left: 50%;
    padding-right: 50%;
    pointer-events: none;
    z-index: 51;
}
.show,.seki {
	cursor: pointer;
	background: rgba(179,106,103,1.00);
}
.hide,.hai{
	background: #ccc;
}
.kawaku {
	width: 117px;

	background-color: rgba(224,16,20,1.00);
	margin-bottom: 11px;
	padding-top: 32px;
	padding-bottom: 23px;
	padding-right: 21px;
	padding-left: 22px;
}
.kado {
	position: relative;
  z-index: 1;
  transition: transform 0.2s ease;
}
.kaso {
}
.modoru {
}
.modoru {
	position: absolute;
	margin-left: 76px;
	width: 30px;
	height: auto;
}

.kaisetu {
    text-align: center;
	 position: relative;
}
.kaisetu p {
    text-align: center;
	pointer-events: none;
}





.animated {
	-webkit-animation-duration: 78s;
	animation-duration: 78s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes umyaku {
	from {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1.1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: cubic-bezier(0.3,0.6,0.7,0.4) ;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 78% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(0px,0px) scale(1.1,1.1) rotate(10deg) skew(0deg,0deg);
		opacity: 1.0;
	} 20% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,10px) scale(1,1) rotate(10deg) skew(0deg,0deg);
		opacity: 1.0;
	} 71% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,10px) scale(1,1) rotate(5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 0% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(10px,0px) scale(1,0.9) rotate(-5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 43% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(10px,-10px) scale(1,1) rotate(10deg) skew(0deg,0deg);
		opacity: 1.0;
	} 0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 90% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(10px,0px) scale(1,0.9) rotate(-5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes umyaku {
	from {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1.1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: cubic-bezier(0.3,0.6,0.7,0.4) ;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 78% {
		animation-timing-function: ease-in;
		transform: translate(0px,0px) scale(1.1,1.1) rotate(10deg) skew(0deg,0deg);
		opacity: 1.0;
	} 20% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,10px) scale(1,1) rotate(10deg) skew(0deg,0deg);
		opacity: 1.0;
	} 71% {
		animation-timing-function: linear;
		transform: translate(0px,10px) scale(1,1) rotate(5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 0% {
		animation-timing-function: ease-in-out;
		transform: translate(10px,0px) scale(1,0.9) rotate(-5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 43% {
		animation-timing-function: ease-in-out;
		transform: translate(10px,-10px) scale(1,1) rotate(10deg) skew(0deg,0deg);
		opacity: 1.0;
	} 0% {
		animation-timing-function: ease-in;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 90% {
		animation-timing-function: ease-in-out;
		transform: translate(10px,0px) scale(1,0.9) rotate(-5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}
.animated2 {
	-webkit-animation-duration: 99s;
	animation-duration: 99s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.myaku {
    position: fixed;
    transform: translate(0%, 0%);
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
	 pointer-events: none;
    /* [disabled]background-color: rgba(155,149,229,1.00); */
}
.myaku a,
.akamaru,
.kuromaru,
.aomaru,
.kiaru {
  pointer-events: auto;
}


@-webkit-keyframes samyaku {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.3,0.6,0.7,0.4) ;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: cubic-bezier(0.3,0.6,0.7,0.4) ;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 12% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(-10px,0px) scale(1,1) rotate(-5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 30% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(-10px,0px) scale(1.2,1.1) rotate(-20deg) skew(0deg,0deg);
		opacity: 1.0;
	} 49% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(-10px,20px) scale(1.2,1) rotate(-30deg) skew(0deg,0deg);
		opacity: 1.0;
	} 69% {
		-webkit-animation-timing-function: cubic-bezier(0.3,0.6,0.7,0.4) ;
		-webkit-transform: translate(20px,10px) scale(1.1,1) rotate(-15deg) skew(0deg,0deg);
		opacity: 1.0;
	} 85% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(-10px,-10px) scale(1,1.1) rotate(-5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes samyaku {
	from {
		animation-timing-function: cubic-bezier(0.3,0.6,0.7,0.4) ;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: cubic-bezier(0.3,0.6,0.7,0.4) ;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 12% {
		animation-timing-function: ease-in-out;
		transform: translate(-10px,0px) scale(1,1) rotate(-5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 30% {
		animation-timing-function: ease-in;
		transform: translate(-10px,0px) scale(1.2,1.1) rotate(-20deg) skew(0deg,0deg);
		opacity: 1.0;
	} 49% {
		animation-timing-function: linear;
		transform: translate(-10px,20px) scale(1.2,1) rotate(-30deg) skew(0deg,0deg);
		opacity: 1.0;
	} 69% {
		animation-timing-function: cubic-bezier(0.3,0.6,0.7,0.4) ;
		transform: translate(20px,10px) scale(1.1,1) rotate(-15deg) skew(0deg,0deg);
		opacity: 1.0;
	} 85% {
		animation-timing-function: ease-out;
		transform: translate(-10px,-10px) scale(1,1.1) rotate(-5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

.samyaku, .umyaku {
    position: relative;
    z-index: -2;
    transform-origin: center center;
}
.samyaku {
    -webkit-animation-name: samyaku;
    animation-name: samyaku;
    -webkit-transform-origin: center center;
    width: 81%;
    position: relative;
    top: 1128px;
    left: 46%;
    z-index: 7;
    background-color: rgba(191,22,25,1.00);
}

.umyaku {
    -webkit-animation-name: umyaku;
    animation-name: umyaku;
    -webkit-transform-origin: center center;
    width: 53%;
    position: relative;
    top: -616px;
    right: -53%;
    z-index: 0;
    min-width: 0px;
    background-color: rgba(51,85,192,1.00);
    
}
.akamaru   {
    z-index: 10;
    position: absolute;
    width: 3%;
    height: 63px;
    top: -639px;
    left: 49%;
}
.kuromaru {
    z-index: 19;
    position: absolute;
    top: -413px;
    left: 67%;
    width: 3%;
    height: 50px;
}
.kiaru {
    position: absolute;
    top: 1525px;
    left: -35%;
    width: 1%;
    height: 17px;
}
.aomaru {
    position: absolute;
    top: 1081px;
    left: -60%;
    width: 3%;
    height: 49px;
}

.sa {
    width: 100%;
    position: absolute;
    top: -1500px;
    left: auto;
}
.u {
    width: 100%;
    position: absolute;
    left: -130%;
    top: -500px;
}
.sa, .u {
  position: absolute;
  max-height: none;
}
.titwak {
  min-height: 40px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 55;
  margin-bottom: 0;
}
.tit {
    font-size: 35px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 25px;
    text-align: center;
    font-style: normal;
    width: 100%;

}
.haiku-buttons {
  position: absolute;
  top: -64px;
  left: 32px;
}

.deka {
    cursor: pointer;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    margin: 0 auto;
    will-change: transform, filter;
}

.deka.is-snapping {
    -webkit-animation: dekaSnapDepth 0.28s cubic-bezier(0.22, 0.84, 0.3, 1.2);
    animation: dekaSnapDepth 0.28s cubic-bezier(0.22, 0.84, 0.3, 1.2);
}

@-webkit-keyframes dekaSnapDepth {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
        filter: brightness(1);
    }
    22% {
        -webkit-transform: scaleX(0.52) scaleY(1.04);
        filter: brightness(0.92);
    }
    56% {
        -webkit-transform: scaleX(1.16) scaleY(0.98);
        filter: brightness(1.06);
    }
    78% {
        -webkit-transform: scaleX(0.9) scaleY(1.01);
        filter: brightness(0.98);
    }
    100% {
        -webkit-transform: scaleX(1) scaleY(1);
        filter: brightness(1);
    }
}

@keyframes dekaSnapDepth {
    0% {
        transform: scaleX(1) scaleY(1);
        filter: brightness(1);
    }
    22% {
        transform: scaleX(0.77) scaleY(1.04);
        filter: brightness(0.92);
    }
    56% {
        transform: scaleX(1) scaleY(0.98);
        filter: brightness(1.06);
    }
    78% {
        transform: scaleX(0.95) scaleY(1.01);
        filter: brightness(0.98);
    }
    100% {
        transform: scaleX(1) scaleY(1);
        filter: brightness(1);
    }
}

