@charset "utf-8";
/* CSS Document */
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
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,
caption, tbody, tfoot, thead, tr,
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%;
    background:transparent;
}
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{
	font:14px/1.3 Geneva, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",          Sans-Serif;
	
}

/*アンダーtopボタン*/
.pagetop {
	position: fixed;
	bottom: -200px;
	right: 10px;
	z-index:9999;
}
.pagetop a {
	display: block;
}
.pagetop img{
	width:100%;
}



header{
	width:100%;
}

.logo img{
	display:block;
	width:50%;
	padding:10px 0;
}

.roll {
	width:100%;
	height:100vh;
    position: relative;
    overflow: hidden;
	margin:0 auto;
	/*border-radius:10px 10px 0 0;*/
    -webkit-clip-path: content-box; /* workaround for Safari border-radius issue */
	box-shadow:0px 2px 9px -2px #ccc;
	-moz-box-shadow:0px 2px 9px -2px #ccc;
	-webkit-box-shadow:0px 2px 9px -2px #ccc;
}
.roll-front {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.roll-back {
    position: absolute;
}
.roll-back img {
    width: 100%;
    display: block;
}
.roll-back {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-name: roll-scroll;
}





#main_title{
	position:absolute;
	top:34%;
	width:100%;
	text-align:center;
	z-index:9;
}

#main_title img{
	width:100%;
	max-width:400px;
}

#yajirushi{
	position:absolute;
	bottom:40px;
	width:100%;
	text-align:center;
	z-index:9990;
}

#yajirushi img{
	width:18%;
	max-width:100px;
}

#line{
	height:1px;
	position:relative;
	bottom:60px;
}





.remo img{
	display:block;
	width:96%;
	margin:30px auto;
}

p.text_box{
	padding-top:25px;
	line-height:1.8;
	letter-spacing:1px;
	font-size:100%;
	padding:40px 10px 30px;
	color:#333;
}

.photo_box{
	display:block;
	width:88%;
	margin:0 auto;
	background:#9C3;
	box-shadow: 20px 20px #fee600;
}

.photo_box img{
	width:100%;
}



ul.list li{
	text-align:center;
	font-size:153.9%;
	letter-spacing:2px;
	color:#333;
	margin-bottom:30px;
	line-height:1.8;
	font-weight:bold;
}

span.demo05{
	background: linear-gradient(transparent 60%, #ff0 10%); 
	font-weight:bold;
}




.left_box{
	width:96%;
	margin:0 auto 20px;
}

p.sub_title{
	width:96%;
	margin:0 auto 10px;
	border-bottom:1px solid #a4a4a4;
	border-left:5px solid #C00;
	font-size:131%;
	padding-left:10px;
	font-weight:700;
	color:#2075a1;
}
.photo_sub img{
	display:block;
	width:100%;
	
}

strong.text_title{
	color:#2075a1;
	font-size:146.5%;
}
p.sub_text{
	padding-top:10px;
	text-align:center;
	
	line-height:1.6;
	letter-spacing:1px;
	color:#535353;
	
	
}











/*-------------フッター---------------*/
footer{
	background:#ecd600;
	clear:both;
	width:100%;
}

footer img{
	display:block;
	width:60%;
	margin:0 auto;
	padding:20px 0;
}

.copy_right{
	width:100%;
	background:#000;
	color:#fff;
	font-size:77%;
	text-align:center;
	padding:10px 0;
}




/* ======================================
	西田氏　NEW　Effect
======================================= */
@keyframes flippedtile-left-in {
    from {
        right: 100%;
    }
    to {
        right: 0;
    }
}
@keyframes flippedtile-right-in {
    from {
        left: 100%;
    }
    to {
        left: 0;
    }
}
@keyframes flippedtile-top-in {
    from {
        bottom: 100%;
    }
    to {
        bottom: 0;
    }
}
@keyframes flippedtile-bottom-in {
    from {
        top: 100%;
    }
    to {
        top: 0;
    }
}
@keyframes flippedtile-blur-in {
    from {
        filter: blur(50px);
        opacity: 0.0;
    }
    to {
        filter: blur(0px);
        opacity: 1.0;
    }
}
@keyframes flippedtile-opacity-in {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 0.5;
    }
}

.flippedtile {
    position: relative;
    overflow: hidden;
    line-height: 0;
    background-size: cover;
	background-image: url(../img/remonika_back.gif);
	 width:100vw;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
    .flippedtile-tile {
        display: inline-block;
        position: relative;
        width: 100%;
		height:25vh;
/*        padding-bottom: 56%; 
*/		 /* 画像の高さ / 画像の幅 * CSS width (9/16*1)*/
        overflow: hidden;
    }
}
@media print, (min-width: 800px) {
    .flippedtile-tile {
        display: inline-block;
        position: relative;
        width: 25%;
		height:25vh;
/*        padding-bottom: 14%;  
*/		/* 画像の高さ / 画像の幅 * CSS width (9/16*0.25)*/
        overflow: hidden;
    }
}
.flippedtile-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flippedtile-slide {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
     border: #fee600 solid 0.2em;
    box-sizing: border-box;
}
.flippedtile-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flippedtile-image img {
    animation: flippedtile-blur-in 500ms ease 0ms 1 normal both;
}
.flippedtile-blank {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    animation: flippedtile-opacity-in 250ms ease 0ms 2 alternate both;
}
.flippedtile-left {
    animation: flippedtile-left-in 1000ms ease 0ms 1 normal both;
    animation-play-state: paused;
}
.flippedtile-right {
    animation: flippedtile-right-in 1000ms ease 0ms 1 normal both;
    animation-play-state: paused;
}
.flippedtile-top {
    animation: flippedtile-top-in 1000ms ease 0ms 1 normal both;
    animation-play-state: paused;
}
.flippedtile-bottom {
    animation: flippedtile-bottom-in 1000ms ease 0ms 1 normal both;
    animation-play-state: paused;
}
@media screen and (max-width: 799px) {
    .flippedtile-mobile-only {
        display: block;
    }
    .flippedtile-pc-only {
        display: none;
    }
}
@media print, (min-width: 800px) {
    .flippedtile-mobile-only {
        display: none;
    }
    .flippedtile-pc-only {
        display: block;
    }
}
/* ======================================
	ローリングダウン　NEW　Effect　
======================================= */
@keyframes rolledfalling-falling {
    from {
        bottom: 100%;
    }
    to {
        bottom: -10%;
    }
}
@keyframes rolledfalling-rolling {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rolledfalling-dangling {
    from {
        margin-left: -5%;
    }
    to {
        margin-left: 5%;
    }
}
.rolledfalling {
    position: absolute;
    width: 10%;
    animation: rolledfalling-falling 5000ms linear 0ms 1 normal both,
    rolledfalling-rolling 2000ms linear 0ms infinite normal both,
    rolledfalling-dangling 2000ms ease-in-out 0ms infinite alternate both;
}
.rolledfalling img {
    width: 100%;
}
/* ======================================
	西田氏　NEW　Effect　　ここまで
======================================= */



/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa_02 {
	/* [disabled]-webkit-animation-name:fuwafuwa_01; */ /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-name: fuwafuwa_02;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	/*-webkit-animation-direction:alternate;*/
	-moz-animation-name: fuwafuwa_02;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
	/*-moz-animation-direction:alternate;*/
	-ms-animation-name: fuwafuwa_02;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease;
	/*-ms-animation-direction:alternate;*/
}
/* fuwafuwaっていうアニメーション */
@-webkit-keyframes fuwafuwa_02 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -30px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa_02 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -30px);}
	100% {-moz-transform:translate(0, 0);}
}
@-ms-keyframes fuwafuwa_02 {
	0% {-ms-transform:translate(0, 0);}
	50% {-ms-transform:translate(0, -30px);}
	100% {-ms-transform:translate(0, 0);}
}
/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa_01 {
	/* [disabled]-webkit-animation-name:fuwafuwa_01; */ /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-name: fuwafuwa_01;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	/*-webkit-animation-direction:alternate;*/
	-moz-animation-name: fuwafuwa_01;
	-moz-animation-duration: 2.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
	/*-moz-animation-direction:alternate;*/
	-ms-animation-name: fuwafuwa_01;
	-ms-animation-duration: 2.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease;
	/*-ms-animation-direction:alternate;*/
}
/* fuwafuwaっていうアニメーション */
@-webkit-keyframes fuwafuwa_01 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -30px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa_01 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -30px);}
	100% {-moz-transform:translate(0, 0);}
}
@-ms-keyframes fuwafuwa_01 {
	0% {-ms-transform:translate(0, 0);}
	50% {-ms-transform:translate(0, -30px);}
	100% {-ms-transform:translate(0, 0);}
}


#main_title{
	position:absolute;
	top:30%;
	width:100%;
	text-align:center;
	z-index:999;
}





@keyframes blurin {
	from {
		filter: blur(50px);
		opacity: 0.0;
	}
	to {
		filter: blur(0px);
		opacity: 1.0;
	}
}
.blurring {
	/*display: inline-block;*/
	position: relative;
	filter: blur(50px);
	opacity: 0.0;
}
.blurring img {
	/*position: absolute;*/
	width: 100%;
	vertical-align:bottom;
}
@keyframes slidingfadein-fade-in {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX();
    }
}

.slidingfadein {
    
}

.slidingfadein-active {
    animation: slidingfadein-fade-in 1500ms linear 0ms 1 both;
    transition: color linear 1500ms;
}





