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;
}


/*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 3% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		overflow: hidden;
	}
	.mv-title-box{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		margin: 0 auto;
	}
	.mv-bg{
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		backdrop-filter: blur(3px);
		-ms-backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.mv-title01{
		width: 11%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
	}
	.mv-title02{
		width: 50%;
		position: relative;
		z-index: 10;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 2% 0;
	}
	.mv-title02 span{
		display: block;
		width: 25%;
		position: absolute;
		top: -15%;
		left: 0;
	}
	.mv-title03{
		width: 10%;
		position: absolute;
		bottom: 20%;
		right: 7%;
	}
	
	/*read*/
	.scroll{
		width: 1px;
		margin: 0 auto 3% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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;
	  }
	}
	.read{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 2.5em;
		color: #231815;
		margin: 0 0 5% 0;
	}
	
	
	/*topic01*/
	.topic01{
		width: 100%;
		max-width: 1300px;
		margin: 0 auto 10% auto;
	}
	.topic01 .title-box{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.topic01 .title-box .icon{
		width: 60px;
		position: absolute;
		top: 0;
		left: 13%;
	}
	.topic01 .title-box .title01{
		width: 100%;
		font-size: 25px;
		letter-spacing: 4px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.topic01 .title-box .title02{
		width: 100%;
		font-size: 35px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.topic01 .title-box .title02 span{
		display: inline-block;
		width: 30px;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.topic01 .img{
		width: 100%;
		position: relative;
	}
	.topic01 .img .point-list{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.topic01 .img .point-list li:nth-child(1) .line{
		width: 60px;
		position: absolute;
		bottom: -101%;
		left: 21%;
	}
	.topic01 .img .point-list li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 11%;
    	left: 21%;
	}
	.topic01 .img .point-list li:nth-child(2) .line{
		width: 72px;
		position: absolute;
		bottom: -25%;
		right: -20%;
	}
	.topic01 .img .point-list li:nth-child(3){
		width: max-content;
		position: absolute;
		top: 45%;
    	left: 18%;
	}
	.topic01 .img .point-list li:nth-child(3) .line{
		width: 80px;
		position: absolute;
		top: -35%;
		right: -67%;
	}
	.topic01 .img .point-list li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 28%;
    	left: 16%;
	}
	.topic01 .img .point-list li:nth-child(4) img{
		height: 30px;
	}
	.topic01 .img .point-list li:nth-child(4) .line-box{
		height: 1px;
		width: 200px;
		overflow: hidden;
		margin: 10px 0 0 0;
		position: relative;
		left: -5%;
	}
	.topic01 .img .point-list li:nth-child(4) .line-box .line{
		height: 1px;
		width: 200px;
		background: #000;
	}
	.topic01 .img .point-list02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list02 li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list02 li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list02 li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 9%;
    	right: 18%;
	}
	.topic01 .img .point-list02 li:nth-child(1) .line{
		width: 90px;
		position: absolute;
		bottom: -20%;
		left: -64%;
	}
	.topic01 .img .point-list02 li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 34%;
    	right: 10%;
	}
	.topic01 .img .point-list02 li:nth-child(2) .line{
		width: 110px;
		position: absolute;
		bottom: 41%;
		left: -58%;
	}
	.topic01 .img .point-list02 li:nth-child(3){
		width: max-content;
		position: absolute;
		bottom: 13%;
    	right: 15%;
	}
	.topic01 .img .point-list02 li:nth-child(3) .line{
		width: 70px;
		position: absolute;
		top: -40%;
    	left: -62%;
	}
	.topic01 .img .point-list02 li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 51%;
		right: 6%;
	}
	.topic01 .img .point-list02 li:nth-child(4) img{
		height: 30px;
	}
	.topic01 .img .point-list02 li:nth-child(4) .line-box{
		height: 1px;
		width: 280px;
		overflow: hidden;
		margin: 10px 0 0 0;
		position: relative;
		left: -10%;
	}
	.topic01 .img .point-list02 li:nth-child(4) .line-box .line{
		height: 1px;
		width: 280px;
		background: #000;
	}
	.topic01 .img .sub-txt{
		width: 13%;
		position: absolute;
		bottom: 23%;
		left: 23%;
	}
	.topic01 .link-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.topic01 .link-box li{
		width: 40%;
	}
	.topic01 .link-box li:nth-child(2){
		width: 25%;
	}
	.topic01 .link-box li:nth-child(3){
		width: 25%;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.door .icon{
		width: 60px;
		position: absolute;
		top: 13px;
		left: 22%;
	}
	.door .icon02{
		width: 60px;
		position: absolute;
		top: 13px;
		left: 17%;
	}
	.door .title{
		width: 100%;
		margin: 0 0 1.5% 0;
	}
	.door .title img{
		height: 20px;
	}
	.door .txt{
		width: 100%;
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
	}
	
	.an-nav{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.an-list{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.an-list li{
		width: 23%;
		position: relative;
	}
	.an-list li a{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: rgba(255,255,255,0.00);
		transition: .3s;
	}
	.an-list li a:hover{
		background: rgba(255,255,255,0.4);
		transition: .3s;
	}
	.an-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.an-list li .icon{
		width: 35px;
		position: absolute;
		bottom: 12%;
		right: 4%;
	}
	.an-list li .color{
		width: max-content;
		margin: 0 auto;
	}
	.an-list li .color li:nth-child(1){
		width: max-content;
		margin: 0 0 10px 0;
		position: relative;
	}
	.an-list li .color li:nth-child(1) .color-title img{
		height: 15px;
	}
	.an-list li .color li:nth-child(2){
		width: max-content;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 100px;
	}
	.an-list li .color li:nth-child(2) .color-title img{
		height: 15px;
	}
	.an-list li .color li:nth-child(2) .closs{
		position: absolute;
		width: 13px;
		top: -2px;
		left: 75px;
	}
	.an-list li .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.an-list li .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.an-list li .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.an-list li .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.an-list li .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.item .img .copy01{
		width: 16%;
		position: absolute;
		top: 740px;
    	right: 30px;
	}
	.item .img .copy02{
		width: 16%;
		position: absolute;
		top: 740px;
		left: 30px;
	}
	.item .data{
		width: 50%;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
		position: relative;
	}
	.item .data .icon{
		width: max-content;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item .data .icon img{
		height: 25px;
	}
	.item .data .icon02{
		width: max-content;
		position: relative;
		margin: 0 0 8% 0;
	}
	.item .data .icon02 img{
		height: 25px;
	}
	.item .data .icon-sub{
		width: 90px;
		position: absolute;
		top: 6%;
		left: 40%;
	}
	.poyoyon {
		opacity : 1;
	}
	.poyoyon.active{
		opacity : 1;
		animation-name: poyoyon;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes poyoyon {
	  0%  {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  15% {
		transform: scale(0.98, 0.9) translate(0, 5px);
	  }
	  30% {
		transform: scale(1.02, 1.0) translate(0, 8px);
	  }
	  50% {transform: scale(0.98, 1.05) translate(0, -8px);
	  }
	  70% {
		transform: scale(1.0, 0.9) translate(0, 5px);
	  }
	  100% {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  0%, 100% {
		opacity: 1;
	  }
	}
	.item .data .sub-title{
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		color: #007bd0;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 23px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
	}
	.item .data .title02{
		font-size: 23px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
		color: #007bd0;
	}
	.item .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item .data .color{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item .data .color li:nth-child(1){
		width: max-content;
		margin: 0 0 20px 0;
	}
	.item .data .color li:nth-child(1) .color-title img{
		height: 25px;
	}
	.item .data .color li:nth-child(2){
		width: max-content;
		position: relative;
		margin: 0 0 0 100%;
	}
	.item .data .color li:nth-child(2) .color-title img{
		height: 25px;
	}
	.item .data .color li:nth-child(2) .closs{
		position: absolute;
		width: 20px;
		top: 0;
		left: -40px;
	}
	.item .data .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.item .data .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.item .data .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.item .data .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.item .data .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	/*wrap01*/
	.wrap01{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
		padding: 5% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 2% auto;
		padding: 5% 0 1px 0;
	}
	.bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #eeeef0;
	}
	.bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #ddedfa;
	}
	
	.main-title-box{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.main-title-box .color{
		width: max-content;
		margin: 0 auto 10px auto;
		display: flex;
		justify-content: flex-start;
	}
	.main-title-box .color li:nth-child(1) img{
		height: 35px;
	}
	.main-title-box .color li:nth-child(2){
		margin: 0 15px;
	}
	.main-title-box .color li:nth-child(2) img{
		height: 25px;
		position: relative;
		top: 5px;
	}
	.main-title-box .color li:nth-child(3) img{
		height: 35px;
	}
	.main-title-box .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.main-title-box .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #fff;
	}
	.main-title-box .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.main-title-box .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	.main-title-box .img{
		width: 15%;
		position: absolute;
		top: -150px;
		right: 0;
	}
	.main-title-box .txt{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		position: relative;
		right: -5px;
		margin: 0 0 1% 0;
	}
	.main-title-box .icon{
		width: 20px;
		margin: 0 auto;
		animation: scroll2 3.5s infinite;
	}
	
	@keyframes scroll2 {
	  0% {
		transform: rotateY(0deg) translate(0, 0);
	  }
	  80% {
		transform: rotateY(360deg) translate(0px, 30px);
	  }
	  0%, 80%, 100% {
		opacity: 0;
	  }
	  40% {
		opacity: 1;
	  }
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #595757;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #595757;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*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: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: 1px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #88b3dd;
		border: 1px solid #88b3dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #88b3dd;
	  color: #88b3dd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #007bd0;
		border: 1px solid #007bd0;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #007bd0;
	  color: #007bd0;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		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;
	}
	.fade03 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade-all{
		animation-name: mv-in-z;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  filter: grayscale(0%);
		}
		100% {
		  filter: grayscale(100%);
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: translateY(70%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-z {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		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: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-txt {
		opacity : 0;
	}
	.fadein-txt.active{
		opacity : 0;
		animation-name: fadein-txt;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-txt {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.3) rotate(10deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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 fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-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;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background:linear-gradient(45deg, #000,#000);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc02{
		background:linear-gradient(45deg, #88b3dd,#88b3dd);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc03{
		background:linear-gradient(45deg, #007bd0,#007bd0);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}

	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}

	.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: 1.5s;
		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: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*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 3% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		overflow: hidden;
	}
	.mv-title-box{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		margin: 0 auto;
	}
	.mv-bg{
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		backdrop-filter: blur(3px);
		-ms-backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.mv-title01{
		width: 11%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
	}
	.mv-title02{
		width: 50%;
		position: relative;
		z-index: 10;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 2% 0;
	}
	.mv-title02 span{
		display: block;
		width: 25%;
		position: absolute;
		top: -15%;
		left: 0;
	}
	.mv-title03{
		width: 10%;
		position: absolute;
		bottom: 20%;
		right: 7%;
	}
	
	/*read*/
	.scroll{
		width: 1px;
		margin: 0 auto 3% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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;
	  }
	}
	.read{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 2.5em;
		color: #231815;
		margin: 0 0 5% 0;
	}
	
	
	/*topic01*/
	.topic01{
		width: 100%;
		max-width: 1300px;
		margin: 0 auto 10% auto;
	}
	.topic01 .title-box{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.topic01 .title-box .icon{
		width: 60px;
		position: absolute;
		top: 0;
		left: 13%;
	}
	.topic01 .title-box .title01{
		width: 100%;
		font-size: 25px;
		letter-spacing: 4px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.topic01 .title-box .title02{
		width: 100%;
		font-size: 35px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.topic01 .title-box .title02 span{
		display: inline-block;
		width: 30px;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.topic01 .img{
		width: 100%;
		position: relative;
	}
	.topic01 .img .point-list{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.topic01 .img .point-list li:nth-child(1) .line{
		width: 60px;
		position: absolute;
		bottom: -101%;
		left: 21%;
	}
	.topic01 .img .point-list li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 11%;
    	left: 21%;
	}
	.topic01 .img .point-list li:nth-child(2) .line{
		width: 72px;
		position: absolute;
		bottom: -25%;
		right: -20%;
	}
	.topic01 .img .point-list li:nth-child(3){
		width: max-content;
		position: absolute;
		top: 45%;
    	left: 18%;
	}
	.topic01 .img .point-list li:nth-child(3) .line{
		width: 80px;
		position: absolute;
		top: -35%;
		right: -67%;
	}
	.topic01 .img .point-list li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 28%;
    	left: 16%;
	}
	.topic01 .img .point-list li:nth-child(4) img{
		height: 30px;
	}
	.topic01 .img .point-list li:nth-child(4) .line-box{
		height: 1px;
		width: 200px;
		overflow: hidden;
		margin: 10px 0 0 0;
		position: relative;
		left: -5%;
	}
	.topic01 .img .point-list li:nth-child(4) .line-box .line{
		height: 1px;
		width: 200px;
		background: #000;
	}
	.topic01 .img .point-list02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list02 li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list02 li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list02 li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 9%;
    	right: 18%;
	}
	.topic01 .img .point-list02 li:nth-child(1) .line{
		width: 90px;
		position: absolute;
		bottom: -20%;
		left: -64%;
	}
	.topic01 .img .point-list02 li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 34%;
    	right: 10%;
	}
	.topic01 .img .point-list02 li:nth-child(2) .line{
		width: 110px;
		position: absolute;
		bottom: 41%;
		left: -58%;
	}
	.topic01 .img .point-list02 li:nth-child(3){
		width: max-content;
		position: absolute;
		bottom: 13%;
    	right: 15%;
	}
	.topic01 .img .point-list02 li:nth-child(3) .line{
		width: 70px;
		position: absolute;
		top: -40%;
    	left: -62%;
	}
	.topic01 .img .point-list02 li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 51%;
		right: 6%;
	}
	.topic01 .img .point-list02 li:nth-child(4) img{
		height: 30px;
	}
	.topic01 .img .point-list02 li:nth-child(4) .line-box{
		height: 1px;
		width: 280px;
		overflow: hidden;
		margin: 10px 0 0 0;
		position: relative;
		left: -10%;
	}
	.topic01 .img .point-list02 li:nth-child(4) .line-box .line{
		height: 1px;
		width: 280px;
		background: #000;
	}
	.topic01 .img .sub-txt{
		width: 13%;
		position: absolute;
		bottom: 23%;
		left: 23%;
	}
	.topic01 .link-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.topic01 .link-box li{
		width: 40%;
	}
	.topic01 .link-box li:nth-child(2){
		width: 25%;
	}
	.topic01 .link-box li:nth-child(3){
		width: 25%;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.door .icon{
		width: 60px;
		position: absolute;
		top: 13px;
		left: 22%;
	}
	.door .icon02{
		width: 60px;
		position: absolute;
		top: 13px;
		left: 17%;
	}
	.door .title{
		width: 100%;
		margin: 0 0 1.5% 0;
	}
	.door .title img{
		height: 20px;
	}
	.door .txt{
		width: 100%;
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
	}
	
	.an-nav{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.an-list{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.an-list li{
		width: 23%;
		position: relative;
	}
	.an-list li a{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: rgba(255,255,255,0.00);
		transition: .3s;
	}
	.an-list li a:hover{
		background: rgba(255,255,255,0.4);
		transition: .3s;
	}
	.an-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.an-list li .icon{
		width: 35px;
		position: absolute;
		bottom: 12%;
		right: 4%;
	}
	.an-list li .color{
		width: max-content;
		margin: 0 auto;
	}
	.an-list li .color li:nth-child(1){
		width: max-content;
		margin: 0 0 10px 0;
		position: relative;
	}
	.an-list li .color li:nth-child(1) .color-title img{
		height: 15px;
	}
	.an-list li .color li:nth-child(2){
		width: max-content;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 100px;
	}
	.an-list li .color li:nth-child(2) .color-title img{
		height: 15px;
	}
	.an-list li .color li:nth-child(2) .closs{
		position: absolute;
		width: 13px;
		top: -2px;
		left: 75px;
	}
	.an-list li .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.an-list li .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.an-list li .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.an-list li .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.an-list li .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.item .img .copy01{
		width: 16%;
		position: absolute;
		top: 740px;
    	right: 30px;
	}
	.item .img .copy02{
		width: 16%;
		position: absolute;
		top: 740px;
		left: 30px;
	}
	.item .data{
		width: 50%;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
		position: relative;
	}
	.item .data .icon{
		width: max-content;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item .data .icon img{
		height: 25px;
	}
	.item .data .icon02{
		width: max-content;
		position: relative;
		margin: 0 0 8% 0;
	}
	.item .data .icon02 img{
		height: 25px;
	}
	.item .data .icon-sub{
		width: 90px;
		position: absolute;
		top: 6%;
		left: 40%;
	}
	.poyoyon {
		opacity : 1;
	}
	.poyoyon.active{
		opacity : 1;
		animation-name: poyoyon;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes poyoyon {
	  0%  {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  15% {
		transform: scale(0.98, 0.9) translate(0, 5px);
	  }
	  30% {
		transform: scale(1.02, 1.0) translate(0, 8px);
	  }
	  50% {transform: scale(0.98, 1.05) translate(0, -8px);
	  }
	  70% {
		transform: scale(1.0, 0.9) translate(0, 5px);
	  }
	  100% {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  0%, 100% {
		opacity: 1;
	  }
	}
	.item .data .sub-title{
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		color: #007bd0;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 23px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
	}
	.item .data .title02{
		font-size: 23px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
		color: #007bd0;
	}
	.item .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item .data .color{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item .data .color li:nth-child(1){
		width: max-content;
		margin: 0 0 20px 0;
	}
	.item .data .color li:nth-child(1) .color-title img{
		height: 25px;
	}
	.item .data .color li:nth-child(2){
		width: max-content;
		position: relative;
		margin: 0 0 0 100%;
	}
	.item .data .color li:nth-child(2) .color-title img{
		height: 25px;
	}
	.item .data .color li:nth-child(2) .closs{
		position: absolute;
		width: 20px;
		top: 0;
		left: -40px;
	}
	.item .data .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.item .data .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.item .data .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.item .data .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.item .data .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	/*wrap01*/
	.wrap01{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
		padding: 5% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 2% auto;
		padding: 5% 0 1px 0;
	}
	.bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #eeeef0;
	}
	.bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #ddedfa;
	}
	
	.main-title-box{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.main-title-box .color{
		width: max-content;
		margin: 0 auto 10px auto;
		display: flex;
		justify-content: flex-start;
	}
	.main-title-box .color li:nth-child(1) img{
		height: 35px;
	}
	.main-title-box .color li:nth-child(2){
		margin: 0 15px;
	}
	.main-title-box .color li:nth-child(2) img{
		height: 25px;
		position: relative;
		top: 5px;
	}
	.main-title-box .color li:nth-child(3) img{
		height: 35px;
	}
	.main-title-box .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.main-title-box .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #fff;
	}
	.main-title-box .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.main-title-box .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	.main-title-box .img{
		width: 15%;
		position: absolute;
		top: -150px;
		right: 0;
	}
	.main-title-box .txt{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		position: relative;
		right: -5px;
		margin: 0 0 1% 0;
	}
	.main-title-box .icon{
		width: 20px;
		margin: 0 auto;
		animation: scroll2 3.5s infinite;
	}
	
	@keyframes scroll2 {
	  0% {
		transform: rotateY(0deg) translate(0, 0);
	  }
	  80% {
		transform: rotateY(360deg) translate(0px, 30px);
	  }
	  0%, 80%, 100% {
		opacity: 0;
	  }
	  40% {
		opacity: 1;
	  }
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #595757;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #595757;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*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: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: 1px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #88b3dd;
		border: 1px solid #88b3dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #88b3dd;
	  color: #88b3dd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #007bd0;
		border: 1px solid #007bd0;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #007bd0;
	  color: #007bd0;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		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;
	}
	.fade03 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade-all{
		animation-name: mv-in-z;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  filter: grayscale(0%);
		}
		100% {
		  filter: grayscale(100%);
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: translateY(70%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-z {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		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: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-txt {
		opacity : 0;
	}
	.fadein-txt.active{
		opacity : 0;
		animation-name: fadein-txt;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-txt {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.3) rotate(10deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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 fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-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;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background:linear-gradient(45deg, #000,#000);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc02{
		background:linear-gradient(45deg, #88b3dd,#88b3dd);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc03{
		background:linear-gradient(45deg, #007bd0,#007bd0);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}

	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}

	.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: 1.5s;
		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: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*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 3% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		overflow: hidden;
	}
	.mv-title-box{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		margin: 0 auto;
	}
	.mv-bg{
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		backdrop-filter: blur(3px);
		-ms-backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.mv-title01{
		width: 11%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
	}
	.mv-title02{
		width: 50%;
		position: relative;
		z-index: 10;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 2% 0;
	}
	.mv-title02 span{
		display: block;
		width: 25%;
		position: absolute;
		top: -15%;
		left: 0;
	}
	.mv-title03{
		width: 10%;
		position: absolute;
		bottom: 20%;
		right: 7%;
	}
	
	/*read*/
	.scroll{
		width: 1px;
		margin: 0 auto 3% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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;
	  }
	}
	.read{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 2.5em;
		color: #231815;
		margin: 0 0 5% 0;
	}
	
	
	/*topic01*/
	.topic01{
		width: 100%;
		max-width: 1300px;
		margin: 0 auto 10% auto;
	}
	.topic01 .title-box{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.topic01 .title-box .icon{
		width: 60px;
		position: absolute;
		top: 0;
		left: 13%;
	}
	.topic01 .title-box .title01{
		width: 100%;
		font-size: 25px;
		letter-spacing: 4px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.topic01 .title-box .title02{
		width: 100%;
		font-size: 35px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.topic01 .title-box .title02 span{
		display: inline-block;
		width: 30px;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.topic01 .img{
		width: 100%;
		position: relative;
	}
	.topic01 .img .point-list{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.topic01 .img .point-list li:nth-child(1) .line{
		width: 60px;
		position: absolute;
		bottom: -101%;
		left: 21%;
	}
	.topic01 .img .point-list li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 11%;
    	left: 21%;
	}
	.topic01 .img .point-list li:nth-child(2) .line{
		width: 72px;
		position: absolute;
		bottom: -25%;
		right: -20%;
	}
	.topic01 .img .point-list li:nth-child(3){
		width: max-content;
		position: absolute;
		top: 45%;
    	left: 18%;
	}
	.topic01 .img .point-list li:nth-child(3) .line{
		width: 80px;
		position: absolute;
		top: -35%;
		right: -67%;
	}
	.topic01 .img .point-list li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 28%;
    	left: 16%;
	}
	.topic01 .img .point-list li:nth-child(4) img{
		height: 30px;
	}
	.topic01 .img .point-list li:nth-child(4) .line-box{
		height: 1px;
		width: 200px;
		overflow: hidden;
		margin: 10px 0 0 0;
		position: relative;
		left: -5%;
	}
	.topic01 .img .point-list li:nth-child(4) .line-box .line{
		height: 1px;
		width: 200px;
		background: #000;
	}
	.topic01 .img .point-list02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list02 li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list02 li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list02 li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 9%;
    	right: 18%;
	}
	.topic01 .img .point-list02 li:nth-child(1) .line{
		width: 90px;
		position: absolute;
		bottom: -20%;
		left: -64%;
	}
	.topic01 .img .point-list02 li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 34%;
    	right: 10%;
	}
	.topic01 .img .point-list02 li:nth-child(2) .line{
		width: 110px;
		position: absolute;
		bottom: 41%;
		left: -58%;
	}
	.topic01 .img .point-list02 li:nth-child(3){
		width: max-content;
		position: absolute;
		bottom: 13%;
    	right: 15%;
	}
	.topic01 .img .point-list02 li:nth-child(3) .line{
		width: 70px;
		position: absolute;
		top: -40%;
    	left: -62%;
	}
	.topic01 .img .point-list02 li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 51%;
		right: 6%;
	}
	.topic01 .img .point-list02 li:nth-child(4) img{
		height: 30px;
	}
	.topic01 .img .point-list02 li:nth-child(4) .line-box{
		height: 1px;
		width: 280px;
		overflow: hidden;
		margin: 10px 0 0 0;
		position: relative;
		left: -10%;
	}
	.topic01 .img .point-list02 li:nth-child(4) .line-box .line{
		height: 1px;
		width: 280px;
		background: #000;
	}
	.topic01 .img .sub-txt{
		width: 13%;
		position: absolute;
		bottom: 23%;
		left: 23%;
	}
	.topic01 .link-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.topic01 .link-box li{
		width: 40%;
	}
	.topic01 .link-box li:nth-child(2){
		width: 25%;
	}
	.topic01 .link-box li:nth-child(3){
		width: 25%;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.door .icon{
		width: 60px;
		position: absolute;
		top: 13px;
		left: 22%;
	}
	.door .icon02{
		width: 60px;
		position: absolute;
		top: 13px;
		left: 17%;
	}
	.door .title{
		width: 100%;
		margin: 0 0 1.5% 0;
	}
	.door .title img{
		height: 20px;
	}
	.door .txt{
		width: 100%;
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
	}
	
	.an-nav{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.an-list{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.an-list li{
		width: 23%;
		position: relative;
	}
	.an-list li a{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: rgba(255,255,255,0.00);
		transition: .3s;
	}
	.an-list li a:hover{
		background: rgba(255,255,255,0.4);
		transition: .3s;
	}
	.an-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.an-list li .icon{
		width: 30px;
		position: absolute;
		bottom: 14%;
		right: 4%;
	}
	.an-list li .color{
		width: max-content;
		margin: 0 auto;
	}
	.an-list li .color li:nth-child(1){
		width: max-content;
		margin: 0 0 10px 0;
		position: relative;
	}
	.an-list li .color li:nth-child(1) .color-title img{
		height: 13px;
	}
	.an-list li .color li:nth-child(2){
		width: max-content;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 100px;
	}
	.an-list li .color li:nth-child(2) .color-title img{
		height: 13px;
	}
	.an-list li .color li:nth-child(2) .closs{
		position: absolute;
		width: 13px;
		top: -2px;
		left: 70px;
	}
	.an-list li .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.an-list li .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.an-list li .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.an-list li .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.an-list li .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.item .img .copy01{
		width: 16%;
		position: absolute;
		top: 615px;
    	right: 20px;
	}
	.item .img .copy02{
		width: 16%;
		position: absolute;
		top: 615px;
		left: 20px;
	}
	.item .data{
		width: 50%;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
		position: relative;
	}
	.item .data .icon{
		width: max-content;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item .data .icon img{
		height: 25px;
	}
	.item .data .icon02{
		width: max-content;
		position: relative;
		margin: 0 0 8% 0;
	}
	.item .data .icon02 img{
		height: 25px;
	}
	.item .data .icon-sub{
		width: 90px;
		position: absolute;
		top: 6%;
		left: 40%;
	}
	.poyoyon {
		opacity : 1;
	}
	.poyoyon.active{
		opacity : 1;
		animation-name: poyoyon;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes poyoyon {
	  0%  {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  15% {
		transform: scale(0.98, 0.9) translate(0, 5px);
	  }
	  30% {
		transform: scale(1.02, 1.0) translate(0, 8px);
	  }
	  50% {transform: scale(0.98, 1.05) translate(0, -8px);
	  }
	  70% {
		transform: scale(1.0, 0.9) translate(0, 5px);
	  }
	  100% {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  0%, 100% {
		opacity: 1;
	  }
	}
	.item .data .sub-title{
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		color: #007bd0;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 23px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
	}
	.item .data .title02{
		font-size: 23px;
		letter-spacing: 4px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
		color: #007bd0;
	}
	.item .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item .data .color{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item .data .color li:nth-child(1){
		width: max-content;
		margin: 0 0 20px 0;
	}
	.item .data .color li:nth-child(1) .color-title img{
		height: 25px;
	}
	.item .data .color li:nth-child(2){
		width: max-content;
		position: relative;
		margin: 0 0 0 100%;
	}
	.item .data .color li:nth-child(2) .color-title img{
		height: 25px;
	}
	.item .data .color li:nth-child(2) .closs{
		position: absolute;
		width: 20px;
		top: 0;
		left: -40px;
	}
	.item .data .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.item .data .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.item .data .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.item .data .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.item .data .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	/*wrap01*/
	.wrap01{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
		padding: 5% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 2% auto;
		padding: 5% 0 1px 0;
	}
	.bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #eeeef0;
	}
	.bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #ddedfa;
	}
	
	.main-title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.main-title-box .color{
		width: max-content;
		margin: 0 auto 10px auto;
		display: flex;
		justify-content: flex-start;
	}
	.main-title-box .color li:nth-child(1) img{
		height: 35px;
	}
	.main-title-box .color li:nth-child(2){
		margin: 0 15px;
	}
	.main-title-box .color li:nth-child(2) img{
		height: 25px;
		position: relative;
		top: 5px;
	}
	.main-title-box .color li:nth-child(3) img{
		height: 35px;
	}
	.main-title-box .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.main-title-box .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #fff;
	}
	.main-title-box .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.main-title-box .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	.main-title-box .img{
		width: 15%;
		position: absolute;
		top: -150px;
		right: 0;
	}
	.main-title-box .txt{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		position: relative;
		right: -5px;
		margin: 0 0 1% 0;
	}
	.main-title-box .icon{
		width: 20px;
		margin: 0 auto;
		animation: scroll2 3.5s infinite;
	}
	
	@keyframes scroll2 {
	  0% {
		transform: rotateY(0deg) translate(0, 0);
	  }
	  80% {
		transform: rotateY(360deg) translate(0px, 30px);
	  }
	  0%, 80%, 100% {
		opacity: 0;
	  }
	  40% {
		opacity: 1;
	  }
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #595757;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #595757;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*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: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: 1px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #88b3dd;
		border: 1px solid #88b3dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #88b3dd;
	  color: #88b3dd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #007bd0;
		border: 1px solid #007bd0;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #007bd0;
	  color: #007bd0;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		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;
	}
	.fade03 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade-all{
		animation-name: mv-in-z;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  filter: grayscale(0%);
		}
		100% {
		  filter: grayscale(100%);
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: translateY(70%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-z {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		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: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-txt {
		opacity : 0;
	}
	.fadein-txt.active{
		opacity : 0;
		animation-name: fadein-txt;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-txt {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.3) rotate(10deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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 fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-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;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background:linear-gradient(45deg, #000,#000);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc02{
		background:linear-gradient(45deg, #88b3dd,#88b3dd);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc03{
		background:linear-gradient(45deg, #007bd0,#007bd0);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}

	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}

	.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: 1.5s;
		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: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
    
}

/*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: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		overflow: hidden;
	}
	.mv-title-box{
		width: 100%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		margin: 0 auto;
	}
	.mv-bg{
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.6);
		backdrop-filter: blur(3px);
		-ms-backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.mv-title01{
		width: 11%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 7%;
	}
	.mv-title02{
		width: 50%;
		position: relative;
		z-index: 10;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 2% 0;
	}
	.mv-title02 span{
		display: block;
		width: 25%;
		position: absolute;
		top: -15%;
		left: 0;
	}
	.mv-title03{
		width: 8%;
		position: absolute;
		bottom: 20%;
		right: 7%;
	}
	
	/*read*/
	.scroll{
		width: 1px;
		margin: 0 auto 3% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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;
	  }
	}
	.read{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 2.5em;
		color: #231815;
		margin: 0 0 5% 0;
	}
	
	
	/*topic01*/
	.topic01{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.topic01 .title-box{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.topic01 .title-box .icon{
		width: 60px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.topic01 .title-box .title01{
		width: 100%;
		font-size: 25px;
		letter-spacing: 4px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.topic01 .title-box .title02{
		width: 100%;
		font-size: 35px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.topic01 .title-box .title02 span{
		display: inline-block;
		width: 30px;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.topic01 .img{
		width: 100%;
		position: relative;
	}
	.topic01 .img .point-list{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 2%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.topic01 .img .point-list li:nth-child(1) .line{
		width: 60px;
		position: absolute;
		bottom: -101%;
		left: 16%;
	}
	.topic01 .img .point-list li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 7%;
    	left: 16%;
	}
	.topic01 .img .point-list li:nth-child(2) .line{
		width: 72px;
		position: absolute;
		bottom: -25%;
		right: -20%;
	}
	.topic01 .img .point-list li:nth-child(3){
		width: max-content;
		position: absolute;
		top: 45%;
    	left: 13%;
	}
	.topic01 .img .point-list li:nth-child(3) .line{
		width: 80px;
		position: absolute;
		top: -35%;
		right: -67%;
	}
	.topic01 .img .point-list li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 28%;
    	left: 12%;
	}
	.topic01 .img .point-list li:nth-child(4) img{
		height: 30px;
	}
	.topic01 .img .point-list li:nth-child(4) .line-box{
		height: 1px;
		width: 200px;
		overflow: hidden;
		margin: 10px 0 0 0;
		position: relative;
		left: -5%;
	}
	.topic01 .img .point-list li:nth-child(4) .line-box .line{
		height: 1px;
		width: 200px;
		background: #000;
	}
	.topic01 .img .point-list02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list02 li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list02 li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list02 li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 9%;
    	right: 14%;
	}
	.topic01 .img .point-list02 li:nth-child(1) .line{
		width: 90px;
		position: absolute;
		bottom: -20%;
		left: -64%;
	}
	.topic01 .img .point-list02 li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 34%;
    	right: 5%;
	}
	.topic01 .img .point-list02 li:nth-child(2) .line{
		width: 110px;
		position: absolute;
		bottom: 41%;
		left: -58%;
	}
	.topic01 .img .point-list02 li:nth-child(3){
		width: max-content;
		position: absolute;
		bottom: 10%;
    	right: 10%;
	}
	.topic01 .img .point-list02 li:nth-child(3) .line{
		width: 70px;
		position: absolute;
		top: -40%;
    	left: -62%;
	}
	.topic01 .img .point-list02 li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 51%;
		right: 0%;
	}
	.topic01 .img .point-list02 li:nth-child(4) img{
		height: 30px;
	}
	.topic01 .img .point-list02 li:nth-child(4) .line-box{
		height: 1px;
		width: 280px;
		overflow: hidden;
		margin: 10px 0 0 0;
		position: relative;
		left: -10%;
	}
	.topic01 .img .point-list02 li:nth-child(4) .line-box .line{
		height: 1px;
		width: 280px;
		background: #000;
	}
	.topic01 .img .sub-txt{
		width: 13%;
		position: absolute;
		bottom: 23%;
		left: 23%;
	}
	.topic01 .link-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.topic01 .link-box li{
		width: 40%;
	}
	.topic01 .link-box li:nth-child(2){
		width: 25%;
	}
	.topic01 .link-box li:nth-child(3){
		width: 25%;
	}
	
	/*door*/
	.door{
		width: 90%;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.door .icon{
		width: 60px;
		position: absolute;
		top: 13px;
		left: 18%;
	}
	.door .icon02{
		width: 60px;
		position: absolute;
		top: 13px;
		left: 17%;
	}
	.door .title{
		width: 100%;
		margin: 0 0 1.5% 0;
	}
	.door .title img{
		height: 20px;
	}
	.door .txt{
		width: 100%;
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
	}
	
	.an-nav{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.an-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.an-list li{
		width: 23%;
		position: relative;
	}
	.an-list li a{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.an-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.an-list li .icon{
		width: 33px;
		position: absolute;
		bottom: 14%;
		right: 5%;
	}
	.an-list li .color{
		width: max-content;
		margin: 0 auto;
	}
	.an-list li .color li:nth-child(1){
		width: max-content;
		margin: 0 0 10px 0;
		position: relative;
	}
	.an-list li .color li:nth-child(1) .color-title img{
		height: 15px;
	}
	.an-list li .color li:nth-child(2){
		width: max-content;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 100px;
	}
	.an-list li .color li:nth-child(2) .color-title img{
		height: 15px;
	}
	.an-list li .color li:nth-child(2) .closs{
		position: absolute;
		width: 13px;
		top: -2px;
		left: 70px;
	}
	.an-list li .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.an-list li .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.an-list li .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.an-list li .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.an-list li .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.item .img .copy01{
		width: 16%;
		position: absolute;
		bottom: 3%;
		right: 3%;
	}
	.item .img .copy02{
		width: 16%;
		position: absolute;
		bottom: 3%;
		left: 3%;
	}
	.item .data{
		width: 50%;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
		position: relative;
	}
	.item .data .icon{
		width: max-content;
		position: relative;
		margin: 0 0 3% 0;
	}
	.item .data .icon img{
		height: 25px;
	}
	.item .data .icon02{
		width: max-content;
		position: relative;
		margin: 0 0 8% 0;
	}
	.item .data .icon02 img{
		height: 25px;
	}
	.item .data .icon-sub{
		width: 90px;
		position: absolute;
		top: 6%;
		left: 40%;
	}
	.poyoyon {
		opacity : 1;
	}
	.poyoyon.active{
		opacity : 1;
		animation-name: poyoyon;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes poyoyon {
	  0%  {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  15% {
		transform: scale(0.98, 0.9) translate(0, 5px);
	  }
	  30% {
		transform: scale(1.02, 1.0) translate(0, 8px);
	  }
	  50% {transform: scale(0.98, 1.05) translate(0, -8px);
	  }
	  70% {
		transform: scale(1.0, 0.9) translate(0, 5px);
	  }
	  100% {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  0%, 100% {
		opacity: 1;
	  }
	}
	.item .data .sub-title{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #007bd0;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
	}
	.item .data .title02{
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
		color: #007bd0;
	}
	.item .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item .data .color{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item .data .color li:nth-child(1){
		width: max-content;
		margin: 0 0 20px 0;
	}
	.item .data .color li:nth-child(1) .color-title img{
		height: 20px;
	}
	.item .data .color li:nth-child(2){
		width: max-content;
		position: relative;
		margin: 0 0 0 100%;
	}
	.item .data .color li:nth-child(2) .color-title img{
		height: 20px;
	}
	.item .data .color li:nth-child(2) .closs{
		position: absolute;
		width: 20px;
		top: 0;
		left: -40px;
	}
	.item .data .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.item .data .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.item .data .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.item .data .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.item .data .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	/*wrap01*/
	.wrap01{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
		padding: 5% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 2% auto;
		padding: 5% 0 1px 0;
	}
	.bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #eeeef0;
	}
	.bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #ddedfa;
	}
	
	.main-title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.main-title-box .color{
		width: max-content;
		margin: 0 auto 10px auto;
		display: flex;
		justify-content: flex-start;
	}
	.main-title-box .color li:nth-child(1) img{
		height: 30px;
	}
	.main-title-box .color li:nth-child(2){
		margin: 0 15px;
	}
	.main-title-box .color li:nth-child(2) img{
		height: 25px;
		position: relative;
		top: 5px;
	}
	.main-title-box .color li:nth-child(3) img{
		height: 30px;
	}
	.main-title-box .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.main-title-box .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #fff;
	}
	.main-title-box .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.main-title-box .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	.main-title-box .img{
		width: 15%;
		position: absolute;
		top: -90px;
		right: 0;
	}
	.main-title-box .txt{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		position: relative;
		right: -5px;
		margin: 0 0 1% 0;
	}
	.main-title-box .icon{
		width: 20px;
		margin: 0 auto;
		animation: scroll2 3.5s infinite;
	}
	
	@keyframes scroll2 {
	  0% {
		transform: rotateY(0deg) translate(0, 0);
	  }
	  80% {
		transform: rotateY(360deg) translate(0px, 30px);
	  }
	  0%, 80%, 100% {
		opacity: 0;
	  }
	  40% {
		opacity: 1;
	  }
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 10px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #595757;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #595757;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*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: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: 1px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #88b3dd;
		border: 1px solid #88b3dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #88b3dd;
	  color: #88b3dd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #007bd0;
		border: 1px solid #007bd0;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #007bd0;
	  color: #007bd0;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		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;
	}
	.fade03 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade-all{
		animation-name: mv-in-z;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  filter: grayscale(0%);
		}
		100% {
		  filter: grayscale(100%);
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: translateY(70%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-z {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		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: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-txt {
		opacity : 0;
	}
	.fadein-txt.active{
		opacity : 0;
		animation-name: fadein-txt;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-txt {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.3) rotate(10deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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 fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-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;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background:linear-gradient(45deg, #000,#000);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc02{
		background:linear-gradient(45deg, #88b3dd,#88b3dd);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc03{
		background:linear-gradient(45deg, #007bd0,#007bd0);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}

	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}

	.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: 1.5s;
		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: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*//////////////////////////////// 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: 15%;
		position: absolute;
		right: 5%;
		top: 3%;
		z-index: 10;
	}
	.mv-box-s{
		width: 100%;
		margin: 0 auto 8% auto;
	}
	.mv-img{
		overflow: hidden;
	}
	.mv-title-box{
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	.mv-bg{
	}
	.mv-title01{
		width: 75%;
		margin: 0 auto 7% auto;
	}
	.mv-title02{
		width: 100%;
	}
	.mv-title02 span{
		display: none;
	}
	.mv-title03{
		width: 35%;
		position: absolute;
		top: 65%;
		right: 5%;
	}
	.mv-title04{
		width: 55%;
		position: absolute;
		top: -33%;
		left: -5%;
	}
	
	/*read*/
	.scroll{
		width: 1px;
		margin: 0 auto 3% auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 80px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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;
	  }
	}
	.read{
		width: 90%;
		margin: 0 auto 15% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.2em;
		color: #231815;
	}
	
	
	/*topic01*/
	.topic01{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.topic01 .title-box{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.topic01 .title-box .icon{
		width: 100px;
    	margin: 0 auto 3% auto;
	}
	.topic01 .title-box .title01{
		width: 100%;
		font-size: 13px;
		line-height: 1.8em;
		letter-spacing: 1px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.topic01 .title-box .title02{
		width: 100%;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	.topic01 .title-box .title02 span{
		display: inline-block;
		width: 10px;
		margin: 0 10px;
		position: relative;
		top: -10px;
	}
	.topic01 .img{
		width: 100%;
		position: relative;
		z-index: 10;
		overflow: hidden;
	}
	.topic01 .img .point-list{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.topic01 .img .point-list li .icon{
		width: 100px;
		margin: 0 0 15px 0;
	}
	.topic01 .img .point-list li .txt{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.8em;
	}
	.topic01 .img .point-list li:nth-child(1){
		width: max-content;
		position: absolute;
		top: 23%;
		left: 36%;
	}
	.topic01 .img .point-list li:nth-child(2){
		width: max-content;
		position: absolute;
		top: 17%;
		left: 25%;
	}
	.topic01 .img .point-list li:nth-child(3){
		width: max-content;
		position: absolute;
		top: 33%;
    	left: 26%;
	}
	.topic01 .img .point-list li:nth-child(4){
		width: max-content;
		position: absolute;
		top: 17%;
    	right: 31%;
	}
	.topic01 .img .point-list li:nth-child(5){
		width: max-content;
		position: absolute;
		top: 31%;
    	right: 26%;
	}
	.topic01 .img .point-list li:nth-child(6){
		width: max-content;
		position: absolute;
		bottom: 31%;
    	right: 33%;
	}
	.topic01 .img .point-list li:nth-child(7){
		width: max-content;
		position: absolute;
		top: 4%;
    	left: 5%;
	}
	.topic01 .img .point-list li:nth-child(7) img{
		height: 15px;
		display: block;
		margin: 0 auto;
	}
	.topic01 .img .point-list li:nth-child(7) .line-box{
		height: 1px;
		width: 90px;
		overflow: hidden;
		margin: 5px 0 0 0;
	}
	.topic01 .img .point-list li:nth-child(7) .line-box .line{
		height: 1px;
		width: 90px;
		background: #000;
	}
	.topic01 .img .point-list li:nth-child(8){
		width: max-content;
		position: absolute;
		bottom: 12%;
    	right: 2%;
	}
	.topic01 .img .point-list li:nth-child(8) img{
		height: 15px;
		display: block;
		margin: 0 auto;
	}
	.topic01 .img .point-list li:nth-child(8) .line-box{
		height: 1px;
		width: 140px;
		overflow: hidden;
		margin: 5px 0 0 0;
		position: relative;
	}
	.topic01 .img .point-list li:nth-child(8) .line-box .line{
		height: 1px;
		width: 140px;
		background: #000;
	}
	.topic01 .img .sub-txt{
		width: 26%;
		position: absolute;
		bottom: 22%;
		left: 7%;
	}
	.topic01 .link-box{
		width: 90%;
		margin: 3% auto 0 auto;
	}
	
	.pulse-btn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0 0 20px #fff;
		cursor: pointer;
		z-index: 99;
		text-decoration: none;
		color: #007bd0;
		box-sizing: border-box;
	}
	.pulse-btn p{
		font-size: 10px;
		position: relative;
		top: -1px;
	}
	.pulse-btn::before, .pulse-btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		border: 1px solid #fff;
		border-radius: 50%;
		box-sizing: border-box;
		pointer-events: none;
		animation: pulsate 2s linear infinite;
	}

	.pulse-btn::after {
	  animation-delay: 1s;
	}

	@keyframes pulsate {
	  0% {
		transform: scale(1);
		opacity: 1;
	  }

	  100% {
		transform: scale(2);
		opacity: 0;
	  }
	}
	
	.point-list-sp{
		width: 100%;
		background: #f3f3f3;
		padding: 5% 0;
		margin: 0 0 7% 0;
	}
	.point-list-sp-list{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.point-list-sp-list li:first-child{
		width: 100%;
		display: block;
	}
	.point-list-sp-list li:first-child img{
		height: 15px;
	}
	.point-list-sp-list li:first-child .line-box{
		height: 1px;
		width: 100%;
		overflow: hidden;
		margin: 7px 0 0 0;
		position: relative;
	}
	.point-list-sp-list li:first-child .line-box .line{
		height: 1px;
		width: 100%;
		background: #000;
	}
	.point-list-sp-list li{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 13px;
		letter-spacing: 1px;
		font-weight: bold;
		padding: 5% 0 0 0;
	}
	.point-list-sp-list li span{
		width: 35px;
		display: block;
		margin: 0 3% 0 0;
		position: relative;
		top: -3px;
	}
	
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.door .icon{
		width: 100px;
		margin: 0 auto 3% auto;
	}
	.door .icon02{
		width: 100px;
		margin: 0 auto 3% auto;
	}
	.door .title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.door .title img{
		height: 16px;
	}
	.door .txt{
		width: 100%;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
	.an-nav{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.an-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.an-list li{
		width: 48%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.an-list li a{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.an-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.an-list li .icon{
		width: 28px;
		position: absolute;
		bottom: 20%;
		right: 7%;
		z-index: 10;
	}
	.an-list li .color{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(255,255,255,0.7);
		box-sizing: border-box;
		padding: 0 10%;
	}
	.an-list li .color li:nth-child(1){
		width: max-content;
		position: relative;
	}
	.an-list li .color li:nth-child(1) .color-title img{
		height: 10px;
	}
	.an-list li .color li:nth-child(2){
		width: max-content;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 0 70px;
		top: -7px;
	}
	.an-list li .color li:nth-child(2) .color-title img{
		height: 10px;
	}
	.an-list li .color li:nth-child(2) .closs{
		position: absolute;
		width: 12px;
		top: 1px;
		left: 45px;
	}
	.an-list li .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 5px 0 0 0;
	}
	.an-list li .color li .line-box .line01{
		height: 2px;
		width: 100%;
		background: #ececec;
	}
	.an-list li .color li .line-box .line02{
		height: 2px;
		width: 100%;
		background: #000;
	}
	.an-list li .color li .line-box .line03{
		height: 2px;
		width: 100%;
		background: #88b3dd;
	}
	.an-list li .color li .line-box .line04{
		height: 2px;
		width: 100%;
		background: #007bd0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item .img .copy01{
		width: 23%;
		position: absolute;
		bottom: 3%;
		right: 3%;
	}
	.item .img .copy02{
		width: 23%;
		position: absolute;
		bottom: 3%;
		left: 3%;
	}
	.item .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.item .icon{
		width: max-content;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item .icon img{
		height: 20px;
	}
	.item .icon02{
		width: max-content;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item .icon02 img{
		height: 20px;
	}
	.item .icon-sub{
		width: 90px;
		margin: 0 auto;
	}
	.poyoyon {
		opacity : 1;
	}
	.poyoyon.active{
		opacity : 1;
		animation-name: poyoyon;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes poyoyon {
	  0%  {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  15% {
		transform: scale(0.98, 0.9) translate(0, 5px);
	  }
	  30% {
		transform: scale(1.02, 1.0) translate(0, 8px);
	  }
	  50% {transform: scale(0.98, 1.05) translate(0, -8px);
	  }
	  70% {
		transform: scale(1.0, 0.9) translate(0, 5px);
	  }
	  100% {
		transform: scale(1.0, 1.0) translate(0, 0);
	  }
	  0%, 100% {
		opacity: 1;
	  }
	}
	.item .sub-title{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		color: #007bd0;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
	}
	.item .data .title02{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 5% 0;
		color: #007bd0;
	}
	.item .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	.item .color{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item .color li:nth-child(1){
		width: max-content;
	}
	.item .color li:nth-child(1) .color-title img{
		height: 18px;
	}
	.item .color li:nth-child(2) .closs{
		width: 13px;
		margin: 0 10px;
		position: relative;
		top: -3px;
	}
	.item .color li:nth-child(3){
		width: max-content;
		position: relative;
	}
	.item .color li:nth-child(3) .color-title img{
		height: 18px;
	}
	.item .color li .line-box{
		height: 3px;
		width: 100%;
		overflow: hidden;
		margin: 5px 0 0 0;
	}
	.item .color li .line-box .line01{
		height: 3px;
		width: 100%;
		background: #ececec;
	}
	.item .color li .line-box .line02{
		height: 3px;
		width: 100%;
		background: #000;
	}
	.item .color li .line-box .line03{
		height: 3px;
		width: 100%;
		background: #88b3dd;
	}
	.item .color li .line-box .line04{
		height: 3px;
		width: 100%;
		background: #007bd0;
	}
	
	/*wrap01*/
	.wrap01{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
		padding: 15% 0 1px 0;
	}
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 15% 0 1px 0;
	}
	.bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #eeeef0;
	}
	.bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #ddedfa;
	}
	
	.main-title-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.main-title-box .color{
		width: max-content;
		margin: 0 0 2% 5%;
	}
	.main-title-box .color li:nth-child(1){
		margin: 0 auto;
		overflow: hidden;
	}
	.main-title-box .color li:nth-child(1) img{
		height: 20px;
	}
	.main-title-box .color li:nth-child(2){
		width: max-content;
		overflow: hidden;
		margin: 5px auto 10px auto;
	}
	.main-title-box .color li:nth-child(2) img{
		height: 15px;
	}
	.main-title-box .color li:nth-child(3){
		overflow: hidden;
		margin: 0 auto;
	}
	.main-title-box .color li:nth-child(3) img{
		height: 20px;
	}
	.main-title-box .color li .line-box{
		height: 3px;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	.main-title-box .color li .line-box .line01{
		height: 3px;
		background: #fff;
	}
	.main-title-box .color li .line-box .line02{
		height: 3px;
		background: #000;
	}
	.main-title-box .color li .line-box .line03{
		height: 3px;
		background: #007bd0;
	}
	.main-title-box .img{
		width: 35%;
		position: absolute;
		top: -40px;
		right: 5%;
	}
	.main-title-box .txt{
		width: 200px;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 0 5%;
	}
	.main-title-box .icon{
		width: 15px;
		margin: 0 auto;
		animation: scroll2 3.5s infinite;
	}
	
	@keyframes scroll2 {
	  0% {
		transform: translate(0, 0);
	  }
	  80% {
		transform: translate(0px, 20px);
	  }
	  0%, 80%, 100% {
		opacity: 0;
	  }
	  40% {
		opacity: 1;
	  }
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10% auto;
	}
	.item-end .txt {
		width: 90%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 90%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		margin: 0 auto;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*f-banner*/
	.f-banner{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 5% 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%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 80%;
		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 10% 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: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 13px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
	.cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen02{
		font-size: 13px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 0%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
    	letter-spacing: 0;
		margin: 0 0 0 3px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 10px;
    	letter-spacing: 0;
		margin: 0 0 0 3px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #8b929a;
		border: 1px solid #8b929a;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #88b3dd;
		border: 1px solid #88b3dd;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #88b3dd;
	  color: #88b3dd;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #007bd0;
		border: 1px solid #007bd0;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #007bd0;
	  color: #007bd0;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 55px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: poyoyon;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	.fade-all{
		animation-name: mv-in-z;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  filter: grayscale(0%);
		}
		100% {
		  filter: grayscale(100%);
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: translateY(70%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-z {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		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: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-txt {
		opacity : 0;
	}
	.fadein-txt.active{
		opacity : 0;
		animation-name: fadein-txt;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-txt {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.3) rotate(10deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		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 fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-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;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}

	.gbc01{
		background:linear-gradient(45deg, #000,#000);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc02{
		background:linear-gradient(45deg, #88b3dd,#88b3dd);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	.gbc03{
		background:linear-gradient(45deg, #007bd0,#007bd0);
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}

	@keyframes bggradient{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}

	.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: 1.5s;
		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: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	
	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.foot_fix_btn ul li {
		width: 25%;
	}
	
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 10;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	.w01{
		width: 104px!important;
		overflow: hidden;
	}
	.w02{
		width: 101px!important;
		overflow: hidden;
	}
	.w03{
		width: 194px!important;
		overflow: hidden;
	}
	.w04{
		width: 82px!important;
		overflow: hidden;
	}
	.r-sp{
		position: relative;
		left: 12%;
	}
	
}
