body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	background: rgba(245,245,245,1.00);
}
a{
	text-decoration: none;
}

/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		right: 3%;
		bottom: 7%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}	
	.mv-img li:first-child{
		width: 46.9%;
		overflow: hidden;
	}
	.mv-img li:last-child{
		width: 53.1%;
		overflow: hidden;
	}
	
	.mv-title-box{
		width: 35%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title{
		width: 100%;
	}
	.mv-title-box .mv-sub-title{
		width: 90%;
		margin: 0 auto;
		position: relative;
		top: -30px;
	}
	.mv-title-box .mv-txt{
		width: 70%;
		margin: 0 0 0 30%;
	}
	.scrolldown1{
        position:absolute;
        left: 1%;
        bottom: 0%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  right: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	@keyframes fade-in02 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.cls-1{
		stroke: #282735;
		fill: #282735;
		stroke-width: 1px;
		stroke-dasharray: 100%;
		animation-name: mv-svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*item01*/
	.item01{
		width: 80%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data-l{
		width: 45%;
	}
	.item01 .data-l .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
		overflow: hidden;
	}
	.item01 .data-l .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #282735;
		margin: 10% 0 20% 0;
	}
	.item01 .data-r{
		width: 45%;
	}
	.item01 .data-r .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
	}
	.item01 .data-r .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item01 .data-l .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 40%;
		max-width: 700px;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .img-end{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item02 .link-box02{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item03 .item-in{
		width: 50%;
	}
	.item03 .item-in .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item03 .item-in .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	
	/*item04*/
	.item04{
		width: 80%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item04 .data-l{
		width: 45%;
	}
	.item04 .data-l .item-in01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item04 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in01 .link-box{
		width: 220px;
		margin: 0 0 0 5%;
	}
	.item04 .data-l .item-in02{
		width: 100%;
		position: relative;
		left: 10%;
	}
	.item04 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in02 .link-box{
		width: 220px;
		margin: 0 0 0 5%;
	}
	.item04 .data-r{
		width: 45%;
	}
	.item04 .data-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data-r .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item05*/
	.item05{
		width: 80%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item05 .data-l{
		width: 45%;
	}
	.item05 .data-l .item-in01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item05 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in01 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item05 .data-l .item-in02{
		width: 100%;
		position: relative;
		right: 10%;
	}
	.item05 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in02 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item05 .data-r{
		width: 45%;
	}
	.item05 .data-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item05 .data-r .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	.cast{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 13% auto;
	}
	.cast-list{
		width: 100%;
	}
	.cast-list li:nth-child(1){
		width: 4%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(2){
		width: 15%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(3){
		width: 25%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(4){
		width: 20%;
		margin: 0 auto;
	}
	
	/*end-btn*/
	.end-btn{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.end-btn .title{
		width: 8%;
		margin: 0 auto 3% auto;
	}
	.end-btn-list{
		width: 100%;
		max-width: 200px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-btn-list li:first-child{
		width: 47%;
	}
	.end-btn-list li:last-child{
		width: 42%;
	}
	.end-btn-list li a{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		border-bottom: 1px solid rgba(40,39,53,1.00);
		display: block;
		transition: .3s;
	}
	.end-btn-list li a:hover{
		opacity: 0.5;
		transition: .3s;
	}
	
	/*defo-img*/
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 0 50% 50% 50%;
		}
	}
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	/*link-box*/
	.link-btn{
		text-decoration: none;
		color: #484d47;
		display: flex;
		justify-content: flex-end;
		position: relative;
		margin: 0 0 15px 0;
		border-bottom: 1px solid rgba(72,77,71,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(72,77,71,1.00);
		transition: .3s;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 11px;
		letter-spacing: 1px;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.link-btn .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	/*svg-ani*/
	.cls-2 {
		opacity : 0;
	}
	.cls-2.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-3 {
		opacity : 0;
	}
	.cls-3.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-4 {
		opacity : 0;
	}
	.cls-4.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-5 {
		opacity : 0;
	}
	.cls-5.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*anime----------------------------------------------------*/
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.gbc01{
		background: rgba(245,245,245,1.00);
	}
	.gbc02{
		background: rgba(245,245,245,1.00);
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 2s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		right: 3%;
		bottom: 7%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}	
	.mv-img li:first-child{
		width: 46.9%;
		overflow: hidden;
	}
	.mv-img li:last-child{
		width: 53.1%;
		overflow: hidden;
	}
	
	.mv-title-box{
		width: 35%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title{
		width: 100%;
	}
	.mv-title-box .mv-sub-title{
		width: 90%;
		margin: 0 auto;
		position: relative;
		top: -30px;
	}
	.mv-title-box .mv-txt{
		width: 70%;
		margin: 0 0 0 30%;
	}
	.scrolldown1{
        position:absolute;
        left: 1%;
        bottom: 0%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  right: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	@keyframes fade-in02 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.cls-1{
		stroke: #282735;
		fill: #282735;
		stroke-width: 1px;
		stroke-dasharray: 100%;
		animation-name: mv-svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*item01*/
	.item01{
		width: 80%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data-l{
		width: 45%;
	}
	.item01 .data-l .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
		overflow: hidden;
	}
	.item01 .data-l .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #282735;
		margin: 10% 0 20% 0;
	}
	.item01 .data-r{
		width: 45%;
	}
	.item01 .data-r .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
	}
	.item01 .data-r .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item01 .data-l .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 40%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .img-end{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item02 .link-box02{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item03 .item-in{
		width: 50%;
	}
	.item03 .item-in .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item03 .item-in .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	
	/*item04*/
	.item04{
		width: 80%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item04 .data-l{
		width: 45%;
	}
	.item04 .data-l .item-in01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item04 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in01 .link-box{
		width: 220px;
		margin: 0 0 0 5%;
	}
	.item04 .data-l .item-in02{
		width: 100%;
		position: relative;
		left: 10%;
	}
	.item04 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in02 .link-box{
		width: 220px;
		margin: 0 0 0 5%;
	}
	.item04 .data-r{
		width: 45%;
	}
	.item04 .data-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data-r .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item05*/
	.item05{
		width: 80%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item05 .data-l{
		width: 45%;
	}
	.item05 .data-l .item-in01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item05 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in01 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item05 .data-l .item-in02{
		width: 100%;
		position: relative;
		right: 10%;
	}
	.item05 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in02 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item05 .data-r{
		width: 45%;
	}
	.item05 .data-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item05 .data-r .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	.cast{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 13% auto;
	}
	.cast-list{
		width: 100%;
	}
	.cast-list li:nth-child(1){
		width: 4%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(2){
		width: 15%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(3){
		width: 25%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(4){
		width: 20%;
		margin: 0 auto;
	}
	
	/*end-btn*/
	.end-btn{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.end-btn .title{
		width: 8%;
		margin: 0 auto 3% auto;
	}
	.end-btn-list{
		width: 100%;
		max-width: 200px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-btn-list li:first-child{
		width: 47%;
	}
	.end-btn-list li:last-child{
		width: 42%;
	}
	.end-btn-list li a{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		border-bottom: 1px solid rgba(40,39,53,1.00);
		display: block;
		transition: .3s;
	}
	.end-btn-list li a:hover{
		opacity: 0.5;
		transition: .3s;
	}
	
	/*defo-img*/
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 0 50% 50% 50%;
		}
	}
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	/*link-box*/
	.link-btn{
		text-decoration: none;
		color: #484d47;
		display: flex;
		justify-content: flex-end;
		position: relative;
		margin: 0 0 15px 0;
		border-bottom: 1px solid rgba(72,77,71,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(72,77,71,1.00);
		transition: .3s;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 11px;
		letter-spacing: 1px;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.link-btn .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	/*svg-ani*/
	.cls-2 {
		opacity : 0;
	}
	.cls-2.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-3 {
		opacity : 0;
	}
	.cls-3.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-4 {
		opacity : 0;
	}
	.cls-4.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-5 {
		opacity : 0;
	}
	.cls-5.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*anime----------------------------------------------------*/
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.gbc01{
		background: rgba(245,245,245,1.00);
	}
	.gbc02{
		background: rgba(245,245,245,1.00);
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 2s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		right: 3%;
		bottom: 7%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}	
	.mv-img li:first-child{
		width: 46.9%;
		overflow: hidden;
	}
	.mv-img li:last-child{
		width: 53.1%;
		overflow: hidden;
	}
	
	.mv-title-box{
		width: 35%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title{
		width: 100%;
	}
	.mv-title-box .mv-sub-title{
		width: 90%;
		margin: 0 auto;
		position: relative;
		top: -30px;
	}
	.mv-title-box .mv-txt{
		width: 70%;
		margin: 0 0 0 30%;
	}
	.scrolldown1{
        position:absolute;
        left: 1%;
        bottom: 0%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  right: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	@keyframes fade-in02 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.cls-1{
		stroke: #282735;
		fill: #282735;
		stroke-width: 1px;
		stroke-dasharray: 100%;
		animation-name: mv-svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*item01*/
	.item01{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data-l{
		width: 45%;
	}
	.item01 .data-l .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
		overflow: hidden;
	}
	.item01 .data-l .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #282735;
		margin: 10% 0 20% 0;
	}
	.item01 .data-r{
		width: 45%;
	}
	.item01 .data-r .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
	}
	.item01 .data-r .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item01 .data-l .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 40%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .img-end{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item02 .link-box02{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item03 .item-in{
		width: 50%;
	}
	.item03 .item-in .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item03 .item-in .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	
	/*item04*/
	.item04{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item04 .data-l{
		width: 45%;
	}
	.item04 .data-l .item-in01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item04 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in01 .link-box{
		width: 220px;
		margin: 0 0 0 5%;
	}
	.item04 .data-l .item-in02{
		width: 100%;
		position: relative;
		left: 10%;
	}
	.item04 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in02 .link-box{
		width: 220px;
		margin: 0 0 0 5%;
	}
	.item04 .data-r{
		width: 45%;
	}
	.item04 .data-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data-r .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item05*/
	.item05{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item05 .data-l{
		width: 45%;
	}
	.item05 .data-l .item-in01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item05 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in01 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item05 .data-l .item-in02{
		width: 100%;
		position: relative;
		right: 10%;
	}
	.item05 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in02 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item05 .data-r{
		width: 45%;
	}
	.item05 .data-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item05 .data-r .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	.cast{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 13% auto;
	}
	.cast-list{
		width: 100%;
	}
	.cast-list li:nth-child(1){
		width: 4%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(2){
		width: 15%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(3){
		width: 25%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(4){
		width: 20%;
		margin: 0 auto;
	}
	
	/*end-btn*/
	.end-btn{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.end-btn .title{
		width: 8%;
		margin: 0 auto 3% auto;
	}
	.end-btn-list{
		width: 100%;
		max-width: 200px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-btn-list li:first-child{
		width: 47%;
	}
	.end-btn-list li:last-child{
		width: 42%;
	}
	.end-btn-list li a{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		border-bottom: 1px solid rgba(40,39,53,1.00);
		display: block;
		transition: .3s;
	}
	.end-btn-list li a:hover{
		opacity: 0.5;
		transition: .3s;
	}
	
	/*defo-img*/
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 0 50% 50% 50%;
		}
	}
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	/*link-box*/
	.link-btn{
		text-decoration: none;
		color: #484d47;
		display: flex;
		justify-content: flex-end;
		position: relative;
		margin: 0 0 15px 0;
		border-bottom: 1px solid rgba(72,77,71,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(72,77,71,1.00);
		transition: .3s;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 11px;
		letter-spacing: 1px;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.link-btn .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	/*svg-ani*/
	.cls-2 {
		opacity : 0;
	}
	.cls-2.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-3 {
		opacity : 0;
	}
	.cls-3.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-4 {
		opacity : 0;
	}
	.cls-4.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-5 {
		opacity : 0;
	}
	.cls-5.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*anime----------------------------------------------------*/
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.gbc01{
		background: rgba(245,245,245,1.00);
	}
	.gbc02{
		background: rgba(245,245,245,1.00);
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 2s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
    
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo{
		width: 10%;
		position: absolute;
		right: 3%;
		bottom: 7%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}	
	.mv-img li:first-child{
		width: 46.9%;
		overflow: hidden;
	}
	.mv-img li:last-child{
		width: 53.1%;
		overflow: hidden;
	}
	
	.mv-title-box{
		width: 35%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title{
		width: 100%;
	}
	.mv-title-box .mv-sub-title{
		width: 90%;
		margin: 0 auto;
		position: relative;
		top: -30px;
	}
	.mv-title-box .mv-txt{
		width: 70%;
		margin: 0 0 0 30%;
	}
	.scrolldown1{
        position:absolute;
        left: 1%;
        bottom: 0%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  right: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	@keyframes fade-in02 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.cls-1{
		stroke: #282735;
		fill: #282735;
		stroke-width: 1px;
		stroke-dasharray: 100%;
		animation-name: mv-svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*item01*/
	.item01{
		width: 95%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data-l{
		width: 45%;
	}
	.item01 .data-l .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
		overflow: hidden;
	}
	.item01 .data-l .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #282735;
		margin: 10% 0 20% 0;
	}
	.item01 .data-r{
		width: 45%;
	}
	.item01 .data-r .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
	}
	.item01 .data-r .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item01 .data-l .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 45%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .img-end{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item02 .link-box02{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item03 .item-in{
		width: 50%;
	}
	.item03 .item-in .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item03 .item-in .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	
	/*item04*/
	.item04{
		width: 95%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item04 .data-l{
		width: 45%;
	}
	.item04 .data-l .item-in01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item04 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in01 .link-box{
		width: 220px;
		margin: 0 0 0 5%;
	}
	.item04 .data-l .item-in02{
		width: 100%;
		position: relative;
		left: 10%;
	}
	.item04 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in02 .link-box{
		width: 220px;
		margin: 0 0 0 5%;
	}
	.item04 .data-r{
		width: 45%;
	}
	.item04 .data-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data-r .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	/*item05*/
	.item05{
		width: 95%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item05 .data-l{
		width: 45%;
	}
	.item05 .data-l .item-in01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item05 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in01 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item05 .data-l .item-in02{
		width: 100%;
		position: relative;
		right: 10%;
	}
	.item05 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in02 .link-box{
		width: 220px;
		margin-left: calc(95% - 220px);
	}
	.item05 .data-r{
		width: 45%;
	}
	.item05 .data-r .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item05 .data-r .link-box{
		width: 220px;
		margin: 0 auto;
	}
	
	.cast{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 13% auto;
	}
	.cast-list{
		width: 100%;
	}
	.cast-list li:nth-child(1){
		width: 4%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(2){
		width: 15%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(3){
		width: 25%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(4){
		width: 20%;
		margin: 0 auto;
	}
	
	/*end-btn*/
	.end-btn{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.end-btn .title{
		width: 8%;
		margin: 0 auto 3% auto;
	}
	.end-btn-list{
		width: 100%;
		max-width: 200px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-btn-list li:first-child{
		width: 47%;
	}
	.end-btn-list li:last-child{
		width: 42%;
	}
	.end-btn-list li a{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		border-bottom: 1px solid rgba(40,39,53,1.00);
		display: block;
		transition: .3s;
	}
	.end-btn-list li a:hover{
		opacity: 0.5;
		transition: .3s;
	}
	
	/*defo-img*/
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 0 50% 50% 50%;
		}
	}
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	/*link-box*/
	.link-btn{
		text-decoration: none;
		color: #484d47;
		display: flex;
		justify-content: flex-end;
		position: relative;
		margin: 0 0 15px 0;
		border-bottom: 1px solid rgba(72,77,71,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(72,77,71,1.00);
		transition: .3s;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 11px;
		letter-spacing: 1px;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.link-btn .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	/*svg-ani*/
	.cls-2 {
		opacity : 0;
	}
	.cls-2.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-3 {
		opacity : 0;
	}
	.cls-3.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-4 {
		opacity : 0;
	}
	.cls-4.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-5 {
		opacity : 0;
	}
	.cls-5.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*anime----------------------------------------------------*/
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.gbc01{
		background: rgba(245,245,245,1.00);
	}
	.gbc02{
		background: rgba(245,245,245,1.00);
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 2s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo{
		width: 40%;
		position: absolute;
		right: 10%;
		bottom: 7%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
	}	
	.mv-img li:first-child{
		width: 100%;
		overflow: hidden;
	}
	.mv-img li:last-child{
		width: 100%;
		overflow: hidden;
	}
	
	.mv-title-box{
		width: 80%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.mv-title-box .mv-title{
		width: 100%;
	}
	.mv-title-box .mv-sub-title{
		width: 75%;
		position: relative;
		margin: 0 0 0 30%;
		top: -15px;
		right: -5%;
	}
	.mv-title-box .mv-txt{
		width: 65%;
		margin: 0 0 0 35%;
	}
	.scrolldown1{
        position:absolute;
        left: 1%;
        bottom: 0%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  right: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	@keyframes fade-in02 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.cls-1{
		stroke: #282735;
		fill: #282735;
		stroke-width: 1px;
		stroke-dasharray: 100%;
		animation-name: mv-svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item01 .data-l{
		width: 100%;
	}
	.item01 .data-l .img{
		width: 95%;
		margin: 0 0 5% 0;
		position: relative;
		overflow: hidden;
	}
	.item01 .data-r .txt{
		width: 90%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		text-align: justify;
		letter-spacing: 2px;
		line-height: 2em;
		color: #282735;
		margin: 0 auto 7% auto;
	}
	.item01 .data-r{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data-r .img{
		width: 100%;
		margin: 0 0 5% 0;
		position: relative;
	}
	.item01 .data-r .link-box{
		width: 60%;
		margin: 0 auto;
	}
	.item01 .data-l .link-box{
		width: 60%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item02 .img-end{
		width: 95%;
		overflow: hidden;
		margin: 0 0 5% 0;
		position: relative;
	}
	.item02 .link-box{
		width: 60%;
		margin: 0 auto;
	}
	.item02 .link-box02{
		width: 60%;
		margin: 0 auto;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		margin: 0 auto 0% auto;
	}
	.item03 .item-in{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item03 .item-in .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item03 .item-in .link-box{
		width: 60%;
		margin: 0 auto;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item04 .data-l{
		width: 100%;
	}
	.item04 .data-l .item-in01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in01 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item04 .data-l .item-in02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item04 .data-l .item-in02 .link-box{
		width: 60%;
		margin: 0 auto;
	}
	.item04 .data-r{
		width: 100%;
	}
	.item04 .data-r .img{
		width: 95%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data-r .link-box{
		width: 60%;
		margin: 0 auto;
	}
	
	/*item05*/
	.item05{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item05 .data-l{
		width: 100%;
	}
	.item05 .data-l .item-in01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item05 .data-l .item-in01 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in01 .link-box{
		width: 60%;
		margin: 0 auto;
	}
	.item05 .data-l .item-in02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item05 .data-l .item-in02 .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item05 .data-l .item-in02 .link-box{
		width: 60%;
		margin: 0 auto;
	}
	.item05 .data-r{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item05 .data-r .img{
		width: 95%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item05 .data-r .link-box{
		width: 60%;
		margin: 0 auto;
	}
	
	.cast{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.cast-list{
		width: 100%;
	}
	.cast-list li:nth-child(1){
		width: 10%;
		margin: 0 auto 5% auto;
	}
	.cast-list li:nth-child(2){
		width: 40%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(3){
		width: 55%;
		margin: 0 auto 2% auto;
	}
	.cast-list li:nth-child(4){
		width: 45%;
		margin: 0 auto;
	}
	
	/*end-btn*/
	.end-btn{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.end-btn .title{
		width: 20%;
		margin: 0 auto 5% auto;
	}
	.end-btn-list{
		width: 50%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-btn-list li:first-child{
		width: 48%;
	}
	.end-btn-list li:last-child{
		width: 42%;
	}
	.end-btn-list li a{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
		border-bottom: 1px solid rgba(40,39,53,1.00);
		display: block;
		transition: .3s;
	}
	.end-btn-list li a:hover{
		opacity: 0.5;
		transition: .3s;
	}
	
	/*defo-img*/
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 0 50% 50% 50%;
		}
	}
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	/*link-box*/
	.link-btn{
		text-decoration: none;
		color: #484d47;
		display: flex;
		justify-content: flex-end;
		position: relative;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(72,77,71,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(72,77,71,1.00);
		transition: .3s;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 11px;
		letter-spacing: 1px;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.link-btn .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	
	/*svg-ani*/
	.cls-2 {
		opacity : 0;
	}
	.cls-2.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-3 {
		opacity : 0;
	}
	.cls-3.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-4 {
		opacity : 0;
	}
	.cls-4.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.cls-5 {
		opacity : 0;
	}
	.cls-5.active{
		stroke: #282735;
		fill: #282735;
		stroke-width: .5px;
		stroke-dasharray: 100%;
		animation-name: svg;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes svg {
		0% {
			opacity: 0;
		}
		0.1% {
			opacity: 1;
			fill: transparent;
			stroke-dashoffset: 100%;
		}
		90% {
			opacity: 1;
			fill: transparent;
		}
		100%{
			opacity: 1;
			stroke-dashoffset: 0;
		}
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 5% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*anime----------------------------------------------------*/
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.gbc01{
		background: rgba(245,245,245,1.00);
	}
	.gbc02{
		background: rgba(245,245,245,1.00);
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 2s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
}
