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 5% auto;
		padding: 1% 0 0 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
    	top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 98%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-img li{
		width: 27%;
	}
	.mv-img li:nth-child(2){
		position: absolute;
		top: 10%;
		left: 24.5%;
		z-index: 2;
	}
	.mv-img li:nth-child(3){
		position: absolute;
		top: 0;
		right: 24.5%;
		z-index: 1;
	}
	.mv-img li:nth-child(4){
		position: absolute;
		top: 10%;
		right: 0;
		z-index: 2;
	}
	
	.mv-title-box{
		width: 80%;
		position: relative;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 15%;
		position: absolute;
		top: 0;
		left: 2%;
	}
	.mv-title-box .mv-title02{
		width: 60%;
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0 auto 4% auto;
	}
	.mv-title-box .mv-title03{
		width: 100%;
	}
	
	.scroll{
		width: 1px;
		position: absolute;
		right: 4%;
		bottom: 0%;
		z-index: 10;
	}
	.scroll .icon{
		width: 12px;
		position: absolute;
		top: 0;
		right: -30px;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
        height: 120px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #2e7a84;
	  animation: pathmove 3s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:100px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 200px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		color: #231815;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.an-nav{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.an-nav li{
		width: 46%;
	}
	.an-nav li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.an-nav li a:hover{
		width: 100%;
		display: block;
		opacity: .7;
		transition: .3s;
	}
	.an-nav li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		transition: .3s;
	}
	.an-nav li a:hover .img{
		border-radius: 20px;
		transition: .3s;
	}
	.an-nav li a .txt{
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.an-nav li a .txt img{
		height: 50px;
	}
	
	/*item_b*/
	.item_b{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.item_b .data01{
		width: 50%;
		margin: 5% 0 0 0;
	}
	.item_b .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b .data01 .title-box .title{
		width: 100%;
	}
	.item_b .data01 .title-box .title img{
		height: 55px;
		display: block;
		margin: 0 auto;
	}
	.item_b .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b .data01 .img{
		width: 105%;
		position: relative;
		overflow: hidden;
		left: -5%;
		display: block;
		z-index: 10;
	}
	.item_b .data02{
		width: 50%;
	}
	.item_b .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item_b .data02 .txt-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_b .data02 .link-box{
		width: 80%;
		box-sizing: border-box;
		padding: 0 5% 0 0;
		margin: 0 auto;
	}
	
	
	/*item_b02*/
	.item_b02{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.item_b02_r{
		flex-direction: row-reverse;
	}
	.item_b02 .data01{
		width: 50%;
		margin: 5% 0 0 0;
	}
	.item_b02 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b02 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b02 .data01 .title-box .title{
		width: 100%;
	}
	.item_b02 .data01 .title-box .title img{
		height: 55px;
		display: block;
		margin: 0 auto;
	}
	.item_b02 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b02 .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b02 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b02 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b02 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 10% 7%;
	}
	.item_b02 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b02 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b02 .data02 .txt-box02{
		width: 100%;
		overflow: hidden;
		margin: 120% auto 30% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box02 .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box02 .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box02 .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box02 .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b02 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*item_b03*/
	.item_b03{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01{
		width: 50%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_b03 .data01 .txt-icon{
		width: 30%;
		position: absolute;
		top: 10%;
    	right: -25%;
	}
	.item_b03 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b03 .data01 .title-box .title{
		width: 100%;
	}
	.item_b03 .data01 .title-box .title img{
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.item_b03 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b03 .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b03 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b03 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 0 7%;
		margin: 0 auto;
	}
	.item_b03 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b03 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b03 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b03 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b03 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b03 .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b03 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(237,237,234,0.8);
	}
	.wrap .bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(211,202,217,0.5);
	}
	.wrap .bg03{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(89,146,210,0.15);
	}
	.wrap .bg04{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(193,202,220,0.2);
	}
	
	/*item_c*/
	.item_c{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 4% auto;
	}
	.item_c .img{
		width: 50%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_c .img .icon01{
		width: 40%;
		position: absolute;
		bottom: 10%;
		right: -20%;
		z-index: 10;
	}
	.item_c .img .icon02{
		width: 40%;
		position: absolute;
		bottom: 10%;
		left: -20%;
		z-index: 10;
	}
	.item_c .data .txt-box{
		width: 40%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item_c .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_c .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_c .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_c .data .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_c .data .link-box{
		width: 40%;
		margin: 0 auto;
	}
	
	/*item_n*/
	.item_n{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.item_n .img{
		width: 50%;
		overflow: hidden;
	}
	.item_n .data{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7%;
	}
	.item_n .data .icon01{
		width: 50%;
		margin: 0 0 10% 50%;
	}
	.item_n .data .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_n .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_n .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_n .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_n .data .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_n .data .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*02------------------------------------------------*/
	.mv02{
		width: 98%;
		margin: 10% auto 7% auto;
	}
	.mv02-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.mv02-list li{
		width: 24%;
		margin: 0 0 1% 0;
	}
	.mv02-list li a{
		width: 100%;
		display: block;
		position: relative;
	}
	.mv02-list li a .mv-on{
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.mv02-list li a:hover .mv-on{
		opacity: 1;
		background: rgba(255,255,255,0.7);
		backdrop-filter: blur(2px);
		-ms-backdrop-filter: blur(2px);
		transition: .3s;
	}
	.mv02-list li:nth-child(7){
		width: 49.3%;
		margin: 0 0 1% 0;
	}
	.mv02-list li:nth-child(7) .mv-title{
		width: 100%;
		box-sizing: border-box;
		padding: 4% 15% 0 5%;
	}
	
	/*wrap02*/
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.wrap02 .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: -7%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg01::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	.wrap02 .bg02{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg02::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(7deg);
		z-index: -1;
	}
	.wrap02 .bg03{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg03::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 650px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01 .num{
		width: max-content;
		position: absolute;
		top: 2%;
		left: -10%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item01 .num .icon01 img{
		height: 65px;
	}
	.item01 .num .icon02{
		width: max-content;
	}
	.item01 .num .icon02 img{
		height: 65px;
	}
	.item01 .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .txt01{
		width: 40%;
		position: absolute;
		top: -5%;
    	right: 3%;
	}
	.item01 .txt05{
		width: 45%;
		margin: 0 auto 7% auto;
	}
	.item01 .txt09{
		width: 2.8%;
		position: absolute;
		top: 20%;
    	right: -10%;
	}
	.item01 .data{
		width: 70%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}
	.mb15{
		margin: 0 auto 15% auto!important;
	}
	.mb10{
		margin: 0 auto 10% auto!important;
	}
	.item02_r{
		flex-direction: row-reverse;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7%;
	}
	.item02 .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 40% 0;
	}
	.item02 .data .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item02 .data .num .icon01 img{
		height: 65px;
	}
	.item02 .data .num .icon02{
		width: max-content;
	}
	.item02 .data .num .icon02 img{
		height: 65px;
	}
	.item02 .data .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item02 .data .num02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 20% 0;
	}
	.item02 .data .num02 .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item02 .data .num02 .icon01 img{
		height: 65px;
	}
	.item02 .data .num02 .icon02{
		width: max-content;
	}
	.item02 .data .num02 .icon02 img{
		height: 65px;
	}
	.item02 .data .num02 .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item02 .txt03{
		width: 17%;
		position: absolute;
		top: 0%;
		right: 40%;
		z-index: 10;
	}
	.item02 .data .txt03{
		width: 60%;
		margin: 0 0 10% 40%;
	}
	.item02 .data .txt04{
		width: 100%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt06{
		width: 55%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt08{
		width: 40%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt10{
		width: 70%;
		margin: 0 0 15% 0%;
	}
	.item02 .txt02{
		width: 60%;
		margin: 0 0 15% 0;
	}
	.item02 .txt07{
		width: 35%;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 10;
		margin: 0 auto;
		top: -6%;
	}
	
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 0% 50% 50%;
		}
	}
	
	.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: #9a9d89;
		border: 1px solid #9a9d89;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #9a9d89;
	  color: #9a9d89;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #917db5;
		border: 1px solid #917db5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #917db5;
	  color: #917db5;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn04{
		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 .btn04 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #a2afb6;
		border: 1px solid #a2afb6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #a2afb6;
	  color: #a2afb6;
	}
	
	.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;
		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: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		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;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.mv-line{
		height: 20px;
		width: 100%;
		background: #c39eda;
		position: relative;
		top: -10px;
		z-index: -1;
		animation-name: mv-line;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-line {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(10px) scale(1.02);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px) scale(1);
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 1;
		  transform:rotate(-10deg) scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform:rotate(0) scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.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);
		}
	}
	
	
	.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: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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)
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		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;
	}
	.Label,
	.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: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 1% 0 0 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
    	top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 98%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-img li{
		width: 27%;
	}
	.mv-img li:nth-child(2){
		position: absolute;
		top: 10%;
		left: 24.5%;
		z-index: 2;
	}
	.mv-img li:nth-child(3){
		position: absolute;
		top: 0;
		right: 24.5%;
		z-index: 1;
	}
	.mv-img li:nth-child(4){
		position: absolute;
		top: 10%;
		right: 0;
		z-index: 2;
	}
	
	.mv-title-box{
		width: 80%;
		position: relative;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 15%;
		position: absolute;
		top: 0;
		left: 2%;
	}
	.mv-title-box .mv-title02{
		width: 60%;
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0 auto 4% auto;
	}
	.mv-title-box .mv-title03{
		width: 100%;
	}
	
	.scroll{
		width: 1px;
		position: absolute;
		right: 4%;
		bottom: 0%;
		z-index: 10;
	}
	.scroll .icon{
		width: 12px;
		position: absolute;
		top: 0;
		right: -30px;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
        height: 120px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #2e7a84;
	  animation: pathmove 3s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:100px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 200px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		color: #231815;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.an-nav{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.an-nav li{
		width: 46%;
	}
	.an-nav li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.an-nav li a:hover{
		width: 100%;
		display: block;
		opacity: .7;
		transition: .3s;
	}
	.an-nav li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		transition: .3s;
	}
	.an-nav li a:hover .img{
		border-radius: 20px;
		transition: .3s;
	}
	.an-nav li a .txt{
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.an-nav li a .txt img{
		height: 50px;
	}
	
	/*item_b*/
	.item_b{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.item_b .data01{
		width: 50%;
		margin: 5% 0 0 0;
	}
	.item_b .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b .data01 .title-box .title{
		width: 100%;
	}
	.item_b .data01 .title-box .title img{
		height: 55px;
		display: block;
		margin: 0 auto;
	}
	.item_b .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b .data01 .img{
		width: 105%;
		position: relative;
		overflow: hidden;
		left: -5%;
		display: block;
		z-index: 10;
	}
	.item_b .data02{
		width: 50%;
	}
	.item_b .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item_b .data02 .txt-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_b .data02 .link-box{
		width: 80%;
		box-sizing: border-box;
		padding: 0 5% 0 0;
		margin: 0 auto;
	}
	
	
	/*item_b02*/
	.item_b02{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item_b02_r{
		flex-direction: row-reverse;
	}
	.item_b02 .data01{
		width: 50%;
		margin: 5% 0 0 0;
	}
	.item_b02 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b02 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b02 .data01 .title-box .title{
		width: 100%;
	}
	.item_b02 .data01 .title-box .title img{
		height: 55px;
		display: block;
		margin: 0 auto;
	}
	.item_b02 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b02 .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b02 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b02 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b02 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 10% 7%;
	}
	.item_b02 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b02 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b02 .data02 .txt-box02{
		width: 100%;
		overflow: hidden;
		margin: 120% auto 30% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box02 .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box02 .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box02 .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box02 .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b02 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*item_b03*/
	.item_b03{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01{
		width: 50%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_b03 .data01 .txt-icon{
		width: 30%;
		position: absolute;
		top: 10%;
    	right: -25%;
	}
	.item_b03 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b03 .data01 .title-box .title{
		width: 100%;
	}
	.item_b03 .data01 .title-box .title img{
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.item_b03 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b03 .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b03 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b03 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 0 7%;
		margin: 0 auto;
	}
	.item_b03 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b03 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b03 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b03 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b03 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b03 .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b03 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(237,237,234,0.8);
	}
	.wrap .bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(211,202,217,0.5);
	}
	.wrap .bg03{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(89,146,210,0.15);
	}
	.wrap .bg04{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(193,202,220,0.2);
	}
	
	/*item_c*/
	.item_c{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 4% auto;
	}
	.item_c .img{
		width: 50%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_c .img .icon01{
		width: 40%;
		position: absolute;
		bottom: 10%;
		right: -20%;
		z-index: 10;
	}
	.item_c .img .icon02{
		width: 40%;
		position: absolute;
		bottom: 10%;
		left: -20%;
		z-index: 10;
	}
	.item_c .data .txt-box{
		width: 40%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item_c .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_c .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_c .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_c .data .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_c .data .link-box{
		width: 40%;
		margin: 0 auto;
	}
	
	/*item_n*/
	.item_n{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.item_n .img{
		width: 50%;
		overflow: hidden;
	}
	.item_n .data{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7%;
	}
	.item_n .data .icon01{
		width: 50%;
		margin: 0 0 10% 50%;
	}
	.item_n .data .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 30% auto;
		position: relative;
	}
	.item_n .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_n .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_n .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_n .data .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_n .data .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*02------------------------------------------------*/
	.mv02{
		width: 98%;
		margin: 10% auto 7% auto;
	}
	.mv02-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.mv02-list li{
		width: 24%;
		margin: 0 0 1% 0;
	}
	.mv02-list li a{
		width: 100%;
		display: block;
		position: relative;
	}
	.mv02-list li a .mv-on{
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.mv02-list li a:hover .mv-on{
		opacity: 1;
		background: rgba(255,255,255,0.7);
		backdrop-filter: blur(2px);
		-ms-backdrop-filter: blur(2px);
		transition: .3s;
	}
	.mv02-list li:nth-child(7){
		width: 49.3%;
		margin: 0 0 1% 0;
	}
	.mv02-list li:nth-child(7) .mv-title{
		width: 100%;
		box-sizing: border-box;
		padding: 4% 15% 0 5%;
	}
	
	/*wrap02*/
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.wrap02 .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: -7%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg01::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	.wrap02 .bg02{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg02::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(7deg);
		z-index: -1;
	}
	.wrap02 .bg03{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg03::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 650px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01 .num{
		width: max-content;
		position: absolute;
		top: 2%;
		left: -10%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item01 .num .icon01 img{
		height: 65px;
	}
	.item01 .num .icon02{
		width: max-content;
	}
	.item01 .num .icon02 img{
		height: 65px;
	}
	.item01 .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .txt01{
		width: 40%;
		position: absolute;
		top: -5%;
    	right: 3%;
	}
	.item01 .txt05{
		width: 45%;
		margin: 0 auto 7% auto;
	}
	.item01 .txt09{
		width: 2.8%;
		position: absolute;
		top: 20%;
    	right: -10%;
	}
	.item01 .data{
		width: 70%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}
	.mb15{
		margin: 0 auto 15% auto!important;
	}
	.mb10{
		margin: 0 auto 10% auto!important;
	}
	.item02_r{
		flex-direction: row-reverse;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7%;
	}
	.item02 .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 40% 0;
	}
	.item02 .data .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item02 .data .num .icon01 img{
		height: 65px;
	}
	.item02 .data .num .icon02{
		width: max-content;
	}
	.item02 .data .num .icon02 img{
		height: 65px;
	}
	.item02 .data .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item02 .data .num02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 20% 0;
	}
	.item02 .data .num02 .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item02 .data .num02 .icon01 img{
		height: 65px;
	}
	.item02 .data .num02 .icon02{
		width: max-content;
	}
	.item02 .data .num02 .icon02 img{
		height: 65px;
	}
	.item02 .data .num02 .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item02 .txt03{
		width: 17%;
		position: absolute;
		top: 0%;
		right: 40%;
		z-index: 10;
	}
	.item02 .data .txt04{
		width: 100%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt06{
		width: 55%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt08{
		width: 40%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt10{
		width: 70%;
		margin: 0 0 15% 0%;
	}
	.item02 .txt02{
		width: 60%;
		margin: 0 0 15% 0;
	}
	.item02 .txt07{
		width: 35%;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 10;
		margin: 0 auto;
		top: -6%;
	}
	
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 0% 50% 50%;
		}
	}
	
	.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: #9a9d89;
		border: 1px solid #9a9d89;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #9a9d89;
	  color: #9a9d89;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #917db5;
		border: 1px solid #917db5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #917db5;
	  color: #917db5;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn04{
		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 .btn04 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #a2afb6;
		border: 1px solid #a2afb6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #a2afb6;
	  color: #a2afb6;
	}
	
	.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;
		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: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		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;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.mv-line{
		height: 20px;
		width: 100%;
		background: #c39eda;
		position: relative;
		top: -10px;
		z-index: -1;
		animation-name: mv-line;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-line {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(10px) scale(1.02);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px) scale(1);
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 1;
		  transform:rotate(-10deg) scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform:rotate(0) scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.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);
		}
	}
	
	
	.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: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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)
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		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;
	}
	.Label,
	.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: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 1% 0 0 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
    	top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 98%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-img li{
		width: 27%;
	}
	.mv-img li:nth-child(2){
		position: absolute;
		top: 10%;
		left: 24.5%;
		z-index: 2;
	}
	.mv-img li:nth-child(3){
		position: absolute;
		top: 0;
		right: 24.5%;
		z-index: 1;
	}
	.mv-img li:nth-child(4){
		position: absolute;
		top: 10%;
		right: 0;
		z-index: 2;
	}
	
	.mv-title-box{
		width: 80%;
		position: relative;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 15%;
		position: absolute;
		top: 0;
		left: 2%;
	}
	.mv-title-box .mv-title02{
		width: 60%;
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0 auto 4% auto;
	}
	.mv-title-box .mv-title03{
		width: 100%;
	}
	
	.scroll{
		width: 1px;
		position: absolute;
		right: 4%;
		bottom: 0%;
		z-index: 10;
	}
	.scroll .icon{
		width: 12px;
		position: absolute;
		top: 0;
		right: -30px;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
        height: 120px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #2e7a84;
	  animation: pathmove 3s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:100px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 200px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		color: #231815;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.an-nav{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.an-nav li{
		width: 46%;
	}
	.an-nav li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.an-nav li a:hover{
		width: 100%;
		display: block;
		opacity: .7;
		transition: .3s;
	}
	.an-nav li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		transition: .3s;
	}
	.an-nav li a:hover .img{
		border-radius: 20px;
		transition: .3s;
	}
	.an-nav li a .txt{
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.an-nav li a .txt img{
		height: 50px;
	}
	
	/*item_b*/
	.item_b{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.item_b .data01{
		width: 50%;
		margin: 5% 0 0 0;
	}
	.item_b .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b .data01 .title-box .title{
		width: 100%;
	}
	.item_b .data01 .title-box .title img{
		height: 55px;
		display: block;
		margin: 0 auto;
	}
	.item_b .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b .data01 .img{
		width: 105%;
		position: relative;
		overflow: hidden;
		left: -5%;
		display: block;
		z-index: 10;
	}
	.item_b .data02{
		width: 50%;
	}
	.item_b .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item_b .data02 .txt-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_b .data02 .link-box{
		width: 80%;
		box-sizing: border-box;
		padding: 0 5% 0 0;
		margin: 0 auto;
	}
	
	
	/*item_b02*/
	.item_b02{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.item_b02_r{
		flex-direction: row-reverse;
	}
	.item_b02 .data01{
		width: 50%;
		margin: 5% 0 0 0;
	}
	.item_b02 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b02 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b02 .data01 .title-box .title{
		width: 100%;
	}
	.item_b02 .data01 .title-box .title img{
		height: 55px;
		display: block;
		margin: 0 auto;
	}
	.item_b02 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b02 .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b02 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b02 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b02 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 10% 7%;
	}
	.item_b02 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b02 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b02 .data02 .txt-box02{
		width: 100%;
		overflow: hidden;
		margin: 120% auto 30% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box02 .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box02 .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box02 .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box02 .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b02 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*item_b03*/
	.item_b03{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01{
		width: 50%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_b03 .data01 .txt-icon{
		width: 30%;
		position: absolute;
		top: 10%;
    	right: -25%;
	}
	.item_b03 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b03 .data01 .title-box .title{
		width: 100%;
	}
	.item_b03 .data01 .title-box .title img{
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.item_b03 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b03 .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b03 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b03 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 0 7%;
		margin: 0 auto;
	}
	.item_b03 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b03 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b03 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b03 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b03 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b03 .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b03 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(237,237,234,0.8);
	}
	.wrap .bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(211,202,217,0.5);
	}
	.wrap .bg03{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(89,146,210,0.15);
	}
	.wrap .bg04{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(193,202,220,0.2);
	}
	
	/*item_c*/
	.item_c{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 4% auto;
	}
	.item_c .img{
		width: 50%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_c .img .icon01{
		width: 40%;
		position: absolute;
		bottom: 10%;
		right: -20%;
		z-index: 10;
	}
	.item_c .img .icon02{
		width: 40%;
		position: absolute;
		bottom: 10%;
		left: -20%;
		z-index: 10;
	}
	.item_c .data .txt-box{
		width: 40%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item_c .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_c .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_c .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_c .data .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_c .data .link-box{
		width: 40%;
		margin: 0 auto;
	}
	
	/*item_n*/
	.item_n{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.item_n .img{
		width: 50%;
		overflow: hidden;
	}
	.item_n .data{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7%;
	}
	.item_n .data .icon01{
		width: 50%;
		margin: 0 0 10% 50%;
	}
	.item_n .data .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_n .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_n .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_n .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_n .data .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_n .data .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*02------------------------------------------------*/
	.mv02{
		width: 98%;
		margin: 10% auto 7% auto;
	}
	.mv02-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.mv02-list li{
		width: 24%;
		margin: 0 0 1% 0;
	}
	.mv02-list li a{
		width: 100%;
		display: block;
		position: relative;
	}
	.mv02-list li a .mv-on{
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.mv02-list li a:hover .mv-on{
		opacity: 1;
		background: rgba(255,255,255,0.7);
		backdrop-filter: blur(2px);
		-ms-backdrop-filter: blur(2px);
		transition: .3s;
	}
	.mv02-list li:nth-child(7){
		width: 49.3%;
		margin: 0 0 1% 0;
	}
	.mv02-list li:nth-child(7) .mv-title{
		width: 100%;
		box-sizing: border-box;
		padding: 4% 15% 0 5%;
	}
	
	/*wrap02*/
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.wrap02 .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: -7%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg01::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	.wrap02 .bg02{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg02::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(7deg);
		z-index: -1;
	}
	.wrap02 .bg03{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg03::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 550px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01 .num{
		width: max-content;
		position: absolute;
		top: 2%;
		left: -10%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item01 .num .icon01 img{
		height: 65px;
	}
	.item01 .num .icon02{
		width: max-content;
	}
	.item01 .num .icon02 img{
		height: 65px;
	}
	.item01 .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .txt01{
		width: 40%;
		position: absolute;
		top: -5%;
    	right: 3%;
	}
	.item01 .txt05{
		width: 45%;
		margin: 0 auto 7% auto;
	}
	.item01 .txt09{
		width: 2.8%;
		position: absolute;
		top: 20%;
    	right: -10%;
	}
	.item01 .data{
		width: 70%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}
	.mb15{
		margin: 0 auto 15% auto!important;
	}
	.mb10{
		margin: 0 auto 10% auto!important;
	}
	.item02_r{
		flex-direction: row-reverse;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7%;
	}
	.item02 .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 40% 0;
	}
	.item02 .data .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item02 .data .num .icon01 img{
		height: 65px;
	}
	.item02 .data .num .icon02{
		width: max-content;
	}
	.item02 .data .num .icon02 img{
		height: 65px;
	}
	.item02 .data .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item02 .data .num02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 20% 0;
	}
	.item02 .data .num02 .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item02 .data .num02 .icon01 img{
		height: 65px;
	}
	.item02 .data .num02 .icon02{
		width: max-content;
	}
	.item02 .data .num02 .icon02 img{
		height: 65px;
	}
	.item02 .data .num02 .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item02 .txt03{
		width: 17%;
		position: absolute;
		top: 0%;
		right: 40%;
		z-index: 10;
	}
	.item02 .data .txt03{
		width: 60%;
		margin: 0 0 10% 40%;
	}
	.item02 .data .txt04{
		width: 100%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt06{
		width: 55%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt08{
		width: 40%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt10{
		width: 70%;
		margin: 0 0 15% 0%;
	}
	.item02 .txt02{
		width: 60%;
		margin: 0 0 15% 0;
	}
	.item02 .txt07{
		width: 35%;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 10;
		margin: 0 auto;
		top: -6%;
	}
	
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 0% 50% 50%;
		}
	}
	
	.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: #9a9d89;
		border: 1px solid #9a9d89;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #9a9d89;
	  color: #9a9d89;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #917db5;
		border: 1px solid #917db5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #917db5;
	  color: #917db5;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn04{
		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 .btn04 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #a2afb6;
		border: 1px solid #a2afb6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #a2afb6;
	  color: #a2afb6;
	}
	
	.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;
		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: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		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;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.mv-line{
		height: 20px;
		width: 100%;
		background: #c39eda;
		position: relative;
		top: -10px;
		z-index: -1;
		animation-name: mv-line;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-line {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(10px) scale(1.02);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px) scale(1);
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 1;
		  transform:rotate(-10deg) scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform:rotate(0) scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.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);
		}
	}
	
	
	.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: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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)
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		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;
	}
	.Label,
	.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: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 1% 0 0 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 2%;
    	top: 2%;
		z-index: 10;
	}
	.mv-img{
		width: 98%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-img li{
		width: 27%;
	}
	.mv-img li:nth-child(2){
		position: absolute;
		top: 10%;
		left: 24.5%;
		z-index: 2;
	}
	.mv-img li:nth-child(3){
		position: absolute;
		top: 0;
		right: 24.5%;
		z-index: 1;
	}
	.mv-img li:nth-child(4){
		position: absolute;
		top: 10%;
		right: 0;
		z-index: 2;
	}
	
	.mv-title-box{
		width: 85%;
		position: relative;
		margin: 0 auto;
	}
	.mv-title-box .mv-title01{
		width: 15%;
		position: absolute;
		top: 0;
		left: 2%;
	}
	.mv-title-box .mv-title02{
		width: 60%;
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0 auto 4% auto;
	}
	.mv-title-box .mv-title03{
		width: 100%;
	}
	
	.scroll{
		width: 1px;
		position: absolute;
		right: 4%;
		bottom: 0%;
		z-index: 10;
	}
	.scroll .icon{
		width: 12px;
		position: absolute;
		top: 0;
		right: -30px;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
        height: 120px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #2e7a84;
	  animation: pathmove 3s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:100px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 200px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 2.5em;
		color: #231815;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.an-nav{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.an-nav li{
		width: 46%;
	}
	.an-nav li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.an-nav li a:hover{
		width: 100%;
		display: block;
		opacity: .7;
		transition: .3s;
	}
	.an-nav li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		transition: .3s;
	}
	.an-nav li a:hover .img{
		border-radius: 20px;
		transition: .3s;
	}
	.an-nav li a .txt{
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.an-nav li a .txt img{
		height: 40px;
	}
	
	/*item_b*/
	.item_b{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.item_b .data01{
		width: 50%;
		margin: 5% 0 0 0;
	}
	.item_b .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b .data01 .title-box .title{
		width: 100%;
	}
	.item_b .data01 .title-box .title img{
		height: 55px;
		display: block;
		margin: 0 auto;
	}
	.item_b .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b .data01 .txt{
		width: max-content;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b .data01 .img{
		width: 105%;
		position: relative;
		overflow: hidden;
		left: -5%;
		display: block;
		z-index: 10;
	}
	.item_b .data02{
		width: 50%;
	}
	.item_b .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item_b .data02 .txt-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b .data02 .txt-box .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_b .data02 .link-box{
		width: 80%;
		box-sizing: border-box;
		padding: 0 5% 0 0;
		margin: 0 auto;
	}
	
	
	/*item_b02*/
	.item_b02{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.item_b02_r{
		flex-direction: row-reverse;
	}
	.item_b02 .data01{
		width: 50%;
		margin: 5% 0 0 0;
	}
	.item_b02 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b02 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b02 .data01 .title-box .title{
		width: 100%;
	}
	.item_b02 .data01 .title-box .title img{
		height: 55px;
		display: block;
		margin: 0 auto;
	}
	.item_b02 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b02 .data01 .txt{
		width: max-content;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b02 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b02 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b02 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 10% 7%;
	}
	.item_b02 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b02 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b02 .data02 .txt-box02{
		width: 100%;
		overflow: hidden;
		margin: 120% auto 30% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box02 .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box02 .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box02 .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box02 .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b02 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*item_b03*/
	.item_b03{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01{
		width: 50%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_b03 .data01 .txt-icon{
		width: 30%;
		position: absolute;
		top: 10%;
    	right: -25%;
	}
	.item_b03 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b03 .data01 .title-box .title{
		width: 100%;
	}
	.item_b03 .data01 .title-box .title img{
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.item_b03 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b03 .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b03 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b03 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 0 7%;
		margin: 0 auto;
	}
	.item_b03 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b03 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b03 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b03 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b03 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b03 .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b03 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(237,237,234,0.8);
	}
	.wrap .bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(211,202,217,0.5);
	}
	.wrap .bg03{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(89,146,210,0.15);
	}
	.wrap .bg04{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(193,202,220,0.2);
	}
	
	/*item_c*/
	.item_c{
		width: 100%;
		margin: 0 auto 4% auto;
	}
	.item_c .img{
		width: 45%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_c .img .icon01{
		width: 40%;
		position: absolute;
		bottom: 10%;
		right: -20%;
		z-index: 10;
	}
	.item_c .img .icon02{
		width: 40%;
		position: absolute;
		bottom: 10%;
		left: -20%;
		z-index: 10;
	}
	.item_c .data .txt-box{
		width: 40%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item_c .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_c .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_c .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_c .data .txt-box .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_c .data .link-box{
		width: 40%;
		margin: 0 auto;
	}
	
	/*item_n*/
	.item_n{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.item_n .img{
		width: 50%;
		overflow: hidden;
	}
	.item_n .data{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7%;
	}
	.item_n .data .icon01{
		width: 50%;
		margin: 0 0 10% 50%;
	}
	.item_n .data .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_n .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_n .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_n .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_n .data .txt-box .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_n .data .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*02------------------------------------------------*/
	.mv02{
		width: 98%;
		margin: 10% auto 15% auto;
	}
	.mv02-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.mv02-list li{
		width: 24%;
		margin: 0 0 1% 0;
	}
	.mv02-list li a{
		width: 100%;
		display: block;
		position: relative;
	}
	.mv02-list li a .mv-on{
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.mv02-list li a:hover .mv-on{
		opacity: 1;
		background: rgba(255,255,255,0.7);
		backdrop-filter: blur(2px);
		-ms-backdrop-filter: blur(2px);
		transition: .3s;
	}
	.mv02-list li:nth-child(7){
		width: 49.3%;
		margin: 0 0 1% 0;
	}
	.mv02-list li:nth-child(7) .mv-title{
		width: 100%;
		box-sizing: border-box;
		padding: 4% 15% 0 5%;
	}
	
	/*wrap02*/
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.wrap02 .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: -7%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg01::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	.wrap02 .bg02{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg02::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(7deg);
		z-index: -1;
	}
	.wrap02 .bg03{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg03::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	
	
	/*item01*/
	.item01{
		width: 50%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item01 .num{
		width: max-content;
		position: absolute;
		top: 2%;
		left: -10%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item01 .num .icon01 img{
		height: 50px;
	}
	.item01 .num .icon02{
		width: max-content;
	}
	.item01 .num .icon02 img{
		height: 50px;
	}
	.item01 .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .txt01{
		width: 40%;
		position: absolute;
		top: -5%;
    	right: 3%;
	}
	.item01 .txt05{
		width: 45%;
		margin: 0 auto 7% auto;
	}
	.item01 .txt09{
		width: 2.8%;
		position: absolute;
		top: 20%;
    	right: -10%;
	}
	.item01 .data{
		width: 70%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 90%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
	}
	.mb15{
		margin: 0 auto 15% auto!important;
	}
	.mb10{
		margin: 0 auto 10% auto!important;
	}
	.item02_r{
		flex-direction: row-reverse;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7%;
	}
	.item02 .data .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 40% 0;
	}
	.item02 .data .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item02 .data .num .icon01 img{
		height: 65px;
	}
	.item02 .data .num .icon02{
		width: max-content;
	}
	.item02 .data .num .icon02 img{
		height: 65px;
	}
	.item02 .data .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item02 .data .num02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 20% 0;
	}
	.item02 .data .num02 .icon01{
		width: max-content;
		position: relative;
		margin: 0 30px 0 0;
	}
	.item02 .data .num02 .icon01 img{
		height: 50px;
	}
	.item02 .data .num02 .icon02{
		width: max-content;
	}
	.item02 .data .num02 .icon02 img{
		height: 50px;
	}
	.item02 .data .num02 .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.item02 .txt03{
		width: 15%;
		position: absolute;
		top: 0%;
		right: 40%;
		z-index: 10;
	}
	.item02 .data .txt03{
		width: 60%;
		margin: 0 0 10% 40%;
	}
	.item02 .data .txt04{
		width: 100%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt06{
		width: 55%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt08{
		width: 40%;
		margin: 0 0 15% 0%;
	}
	.item02 .data .txt10{
		width: 70%;
		margin: 0 0 15% 0%;
	}
	.item02 .txt02{
		width: 60%;
		margin: 0 0 15% 0;
	}
	.item02 .txt07{
		width: 35%;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 10;
		margin: 0 auto;
		top: -6%;
	}
	
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 0% 50% 50%;
		}
	}
	
	.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: #9a9d89;
		border: 1px solid #9a9d89;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #9a9d89;
	  color: #9a9d89;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #917db5;
		border: 1px solid #917db5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #917db5;
	  color: #917db5;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn04{
		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 .btn04 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #a2afb6;
		border: 1px solid #a2afb6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #a2afb6;
	  color: #a2afb6;
	}
	
	.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;
		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: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		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;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.mv-line{
		height: 20px;
		width: 100%;
		background: #c39eda;
		position: relative;
		top: -10px;
		z-index: -1;
		animation-name: mv-line;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-line {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(10px) scale(1.02);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px) scale(1);
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 1;
		  transform:rotate(-10deg) scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform:rotate(0) scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.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);
		}
	}
	
	
	.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: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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)
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		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;
	}
	.Label,
	.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: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
		padding: 0 0 0 0;
	}
	.mv-logo{
		width: 15%;
		position: absolute;
		right: 5%;
		top: 2%;
		z-index: 10;
	}
	.mv-box-s{
		display: block;
		margin: 0 0 7% 0;
		line-height: 0;
		padding: 0;
	}
	.mv-img{
		width: 98%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-img li{
		width: 27%;
	}
	.mv-img li:nth-child(2){
		position: absolute;
		top: 10%;
		left: 24.5%;
		z-index: 2;
	}
	.mv-img li:nth-child(3){
		position: absolute;
		top: 0;
		right: 24.5%;
		z-index: 1;
	}
	.mv-img li:nth-child(4){
		position: absolute;
		top: 10%;
		right: 0;
		z-index: 2;
	}
	
	.mv-title-box{
		width: 90%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-title-box .mv-title01{
		width: 70%;
		margin: 0 auto 4% auto;
	}
	.mv-title-box .mv-title02{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0 auto 0 auto;
	}
	.mv-title-box .mv-title03{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	
	.scroll{
		width: 50px;
		position: relative;
		margin: 0 auto;
		z-index: 10;
	}
	.scroll .icon{
		width: 50px;
		margin: 0 auto 20px auto;
	}
	.scrolldown{
		width: 1px;
		background: #eee;
        height: 60px;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.scrolldown::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 60px;
	  background: #2e7a84;
	  animation: pathmove 3s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:100px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 200px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 15% auto;
		color: #595757;
	}
	.read .txt{
		text-align: center;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #231815;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.an-nav{
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.an-nav li{
		width: 48%;
	}
	.an-nav li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.an-nav li a:hover{
		width: 100%;
		display: block;
		opacity: .7;
		transition: .3s;
	}
	.an-nav li a .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		transition: .3s;
	}
	.an-nav li a:hover .img{
		border-radius: 20px;
		transition: .3s;
	}
	.an-nav li a .txt{
		width: 100%;
		margin: 10px auto 0 auto;
	}
	.an-nav li a .txt img{
		height: 30px;
	}
	
	/*item_b*/
	.item_b{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item_b .data01{
		width: 100%;
	}
	.item_b .data01 .title-box{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b .data01 .title-box .icon{
		width: 13%;
		position: absolute;
	}
	.item_b .data01 .title-box .title{
		width: 100%;
	}
	.item_b .data01 .title-box .title img{
		height: 35px;
		display: block;
		margin: 0 auto;
	}
	.item_b .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 12px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 3px 0 0 0;
	}
	.item_b .data01 .txt{
		width: max-content;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.item_b .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 6px;
	}
	.item_b .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		margin: 0 auto 5% auto;
	}
	.item_b .data02{
		width: 100%;
	}
	.item_b .data02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item_b .data02 .txt-box{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item_b .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b .data02 .txt-box .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_b .data02 .link-box{
		width: 90%;
		margin: 0 auto;
	}
	
	
	/*item_b02*/
	.item_b02{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item_b02_r{
		flex-direction: row-reverse;
	}
	.item_b02 .data01{
		width: 100%;
		margin: 5% 0 5% 0;
	}
	.item_b02 .data01 .title-box{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b02 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b02 .data01 .title-box .title{
		width: 100%;
	}
	.item_b02 .data01 .title-box .title img{
		height: 35px;
		display: block;
		margin: 0 auto;
	}
	.item_b02 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 12px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 3px 0 0 0;
	}
	.item_b02 .data01 .txt{
		width: max-content;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.item_b02 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b02 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b02 .data02{
		width: 90%;
		margin: 0 auto;
	}
	.item_b02 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b02 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_b02 .data02 .txt-box02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item_b02 .data02 .txt-box02 .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b02 .data02 .txt-box02 .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b02 .data02 .txt-box02 .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b02 .data02 .txt-box02 .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_b02 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*item_b03*/
	.item_b03{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01{
		width: 50%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item_b03 .data01 .txt-icon{
		width: 30%;
		position: absolute;
		top: 10%;
    	right: -25%;
	}
	.item_b03 .data01 .title-box{
		width: 80%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_b03 .data01 .title-box .icon{
		width: 12%;
		position: absolute;
	}
	.item_b03 .data01 .title-box .title{
		width: 100%;
	}
	.item_b03 .data01 .title-box .title img{
		height: 40px;
		display: block;
		margin: 0 auto;
	}
	.item_b03 .data01 .title-box .sub_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		margin: 10px 0 0 0;
	}
	.item_b03 .data01 .txt{
		width: max-content;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.item_b03 .data01 .txt span{
		background-image : linear-gradient(to right, #000 6px, transparent 6px);
		background-size: 10px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		padding-bottom: 5px;
	}
	.item_b03 .data01 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		display: block;
		z-index: 10;
	}
	.item_b03 .data02{
		width: 50%;
		box-sizing: border-box;
		position: relative;
		padding: 0 7% 0 7%;
		margin: 0 auto;
	}
	.item_b03 .data02 .icon01{
		width: 50%;
		margin: 0 0 25% 50%;
	}
	.item_b03 .data02 .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item_b03 .data02 .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_b03 .data02 .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_b03 .data02 .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_b03 .data02 .txt-box .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.item_b03 .data02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(237,237,234,0.8);
	}
	.wrap .bg02{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(211,202,217,0.5);
	}
	.wrap .bg03{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(89,146,210,0.15);
	}
	.wrap .bg04{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(193,202,220,0.2);
	}
	
	/*item_c*/
	.item_c{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item_c .img{
		width: 90%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.mb05{
		margin: 0 auto 5% auto!important;
	}
	.imgmb15{
		margin: 0 auto 15% auto!important;
	}
	.item_c .img .icon01{
		width: 50%;
		position: absolute;
		bottom: -8%;
		right: 5%;
		z-index: 10;
	}
	.item_c .img .icon02{
		width: 45%;
		position: absolute;
		bottom: -8%;
		left: 5%;
		z-index: 10;
	}
	.item_c .data .txt-box{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item_c .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_c .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_c .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_c .data .txt-box .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_c .data .link-box{
		width: 90%;
		margin: 0 auto;
	}
	
	/*item_n*/
	.item_n{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item_n .img{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item_n .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.item_n .img .icon01{
		width: 50%;
		position: absolute;
		bottom: -8%;
		right: 5%;
		z-index: 10;
	}
	.item_n .data .txt-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item_n .data .txt-box .line01{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #9a9d89;
	}
	.item_n .data .txt-box .line02{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #917db5;
	}
	.item_n .data .txt-box .line03{
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5992d2;
	}
	.item_n .data .txt-box .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item_n .data .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/*02------------------------------------------------*/
	.mv02{
		width: 95%;
		margin: 10% auto 22% auto;
	}
	.mv02-title{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.mv02-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.mv02-list li{
		width: 48.5%;
		margin: 0 0 1% 0;
	}
	.mv02-list li:nth-child(1){
		width: 100%;
		margin: 0 0 1% 0;
	}
	.mv02-list li a{
		width: 100%;
		display: block;
		position: relative;
	}
	.mv02-list li a .mv-on{
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.mv02-list li a:hover .mv-on{
		opacity: 1;
		background: rgba(255,255,255,0.7);
		backdrop-filter: blur(2px);
		-ms-backdrop-filter: blur(2px);
		transition: .3s;
	}
	.mv02-list li:nth-child(1) a .mv-on{
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.mv02-list li:nth-child(1) a .mv-on img{
		width: 60%;
		margin: 0 auto;
		display: block;
	}
	.mv02-list li:nth-child(1) a:hover .mv-on{
		opacity: 1;
		background: rgba(255,255,255,0.7);
		backdrop-filter: blur(2px);
		-ms-backdrop-filter: blur(2px);
		transition: .3s;
	}
	.mv02-list li:nth-child(1) a:hover .mv-on img{
		width: 60%;
		margin: 0 auto;
		display: block;
	}
	
	
	/*wrap02*/
	.wrap02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.wrap02 .bg01{
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: -7%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg01::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	.wrap02 .bg02{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg02::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(7deg);
		z-index: -1;
	}
	.wrap02 .bg03{
		width: 100%;
		height: 30%;
		position: absolute;
		top: 30%;
		left: 0;
		z-index: -1;
	}
	.wrap02 .bg03::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,100,197,0.1);
		transform: skewY(-7deg);
		z-index: -1;
	}
	
	
	/*item01*/
	.item01{
		width: 90%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item01 .num{
		width: max-content;
		position: absolute;
		top: -5%;
		left: 0%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item01 .num .icon01 img{
		height: 40px;
	}
	.item01 .num .icon02{
		width: max-content;
	}
	.item01 .num .icon02 img{
		height: 40px;
	}
	.item01 .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -10px;
	}
	.item01 .img{
		width: 85%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .txt01{
		width: 55%;
		position: absolute;
		top: -8%;
		right: 0%;
	}
	.item01 .txt05{
		width: 70%;
		margin: 10% auto 10% auto;
	}
	.item01 .txt09{
		width: 3.8%;
		position: absolute;
		top: 10%;
    	right: 0%;
	}
	.item01 .data{
		width: 100%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 90%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.mb15{
		margin: 0 auto 30% auto!important;
	}
	.mb10{
		margin: 0 auto 10% auto!important;
	}
	.item02_r{
		flex-direction: row-reverse;
	}
	.item02 .img{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .sp-img{
		width: 85%!important;
		overflow: hidden;
		position: relative;
		right: -5%;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}
	.item02 .num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 0% 0;
	}
	.item02 .num .icon01{
		width: max-content;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item02 .num .icon01 img{
		height: 40px;
	}
	.item02 .num .icon02{
		width: max-content;
	}
	.item02 .num .icon02 img{
		height: 40px;
	}
	.item02 .num .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -10px;
	}
	.item02 .num02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item02 .num02 .icon01{
		width: max-content;
		position: relative;
		margin: 0 20px 0 0;
	}
	.item02 .num02 .icon01 img{
		height: 40px;
	}
	.item02 .num02 .icon02{
		width: max-content;
	}
	.item02 .num02 .icon02 img{
		height: 40px;
	}
	.item02 .num02 .line{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -10px;
	}
	.item02 .data .txt02{
		width: 55%;
		margin: 0% auto 5% auto;
		position: relative;
		top: -10px;
	}
	.item02 .txt03{
		width: 44%;
		position: absolute;
		top: 16%;
		left: -8%;
		z-index: 10;
		transform: rotate(-21deg);
	}
	.item02 .data .txt03{
		width: 60%;
		margin: 0 auto 10% auto;
	}
	.item02 .data .txt04{
		width: 90%;
		margin: 10% auto 10% auto;
	}
	.item02 .data .txt06{
		width: 55%;
		margin: 10% auto 10% auto;
	}
	.item02 .data .txt08{
		width: 40%;
		margin: 10% auto 10% auto;
	}
	.item02 .data .txt10{
		width: 70%;
		margin: 0% auto 5% auto;
		position: relative;
		top: -15px;
	}
	.item02 .txt07{
		width: 90%;
		margin: 0 auto;
	}
	
	.defo-img01 {
		opacity : 1;
	}
	.defo-img01.active{
		opacity : 1;
		animation-name: defo-img01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img01 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 50% 50% 50%;
		}
	}
	
	.defo-img02 {
		opacity : 1;
	}
	.defo-img02.active{
		opacity : 1;
		animation-name: defo-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes defo-img02 {
		0% {
		  border-radius: 0 0 0 0;
		}
		100% {
		  border-radius: 50% 0% 50% 50%;
		}
	}
	
	.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: 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: 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: 14px;
		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: 14px;
		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: #9a9d89;
		border: 1px solid #9a9d89;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #9a9d89;
	  color: #9a9d89;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #917db5;
		border: 1px solid #917db5;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #917db5;
	  color: #917db5;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn04{
		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 .btn04 {
	  background: #fff;
	  border-color: #8b929a;
	  color: #8b929a;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #a2afb6;
		border: 1px solid #a2afb6;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #a2afb6;
	  color: #a2afb6;
	}
	
	.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;
		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: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		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;
	}
	.fade05 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.mv-line{
		height: 15px;
		width: 100%;
		background: #c39eda;
		position: relative;
		bottom: 7px;
		z-index: -1;
		animation-name: mv-line;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-line {
		0% {
		  opacity: 0;
		  transform: translateX(-120%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(10px) scale(1.02);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px) scale(1);
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 1;
		  transform:rotate(-10deg) scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform:rotate(0) scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.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);
		}
	}
	
	
	.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: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(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)
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		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;
	}
	.Label,
	.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: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	.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: 50%;
	}
	
	#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;
	}
	
}
