body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*imac///////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }

	/*anime----------------------------------------------------*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		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;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

    /*ani*/
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

    /*cart-01*/
	.main-link{
		width: 100%;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15px 0;
	}
	.main-link .name{
		width: 100%;
		font-size: 20px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 10px 0;
	}
	.main-link .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.main-link:hover .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.main-link .sub-name{
		width: 50%;
		font-size: 13px;
		letter-spacing: 2px;
		color: #505256;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price{
		color: #505256;
		font-size: 14px;
		width: 50%;
		text-align: right;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price span{
		font-size: 10px;
		margin: 0 0 0 2px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	.sub-link{
		width: 100%;
		border-top: 1px solid #eee;
		margin: 10% 0 0 0;
		padding: 10% 0 0 0;
	}
	.sub-link li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.sub-link li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.sub-link li a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #231815;
		position: relative;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.sub-link li a:hover{
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.sub-link li a .name{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.sub-link li a .price{
		width: 100%;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.sub-link li a .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.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;
	}

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
		background: #e6cdd5;
	}
	header .mv-logo{
		width: 12%;
		position: absolute;
		top: 3%;
		left: 2%;
	}
	header .mv-img{
		width: 50%;
	}
	header .mv-title{
		width: 50%;
		position: absolute;
		bottom: 8%;
		left: 5%;
	}
	header .mv-photo{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	header .mv-photo li:nth-child(1){
		width: 40%;
		position: absolute;
		top: 7%;
		left: -5%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(2){
		width: 40%;
		position: absolute;
		top: 2%;
		right: 5%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(3){
		width: 40%;
		position: absolute;
		bottom: 7%;
		left: 20%;
		z-index: 1;
	}
	header .mv-photo li:nth-child(4){
		width: 30%;
		position: absolute;
		bottom: 5%;
		right: 5%;
		z-index: 1;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 5% 0;
	}
	
	.bg01{
		width: 100%;
		height: 70%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg02{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg03{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg04{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg05{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg06{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg07{
		width: 100%;
		height: 75%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg08{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	
	.bg01.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg02.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg03.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg04.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg05.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg06.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg07.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg08.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	@keyframes slideIn02 {
	  0% {
		transform: translateX(-20%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 65%;
		overflow: hidden;
	}
	.item01 .data{
		width: 30%;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: 30%;
	}
	.item01 .data .title img{
		height: 50px;
	}
	.item01 .data .title02{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: 30%;
	}
	.item01 .data .title02 img{
		height: 120px;
	}
	.item01 .data .link-box{
		width: 70%;
		position: absolute;
		right: 0;
		bottom: 10%;
	}
	
	/*col02*/
	.col02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	/*item01-02*/
	.item01-02{
		width: 48%;
		position: relative;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01-02 .title01{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -80px;
		z-index: 3;
	}
	.item01-02 .title02{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		right: -80px;
		z-index: 3;
	}
	.item01-02 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1200px;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data01{
		width: 60%;
	}
	.item02 .data01 .img{
		width: 100%;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.item02 .data01 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 35%;
	}
	.item02 .data02 .title{
		width: max-content;
		margin: 30% 0 30% 0;
		position: relative;
		left: -50%;
		z-index: 3;
	}
	.item02 .data02 .title img{
		height: 50px;
	}
	.item02 .data02 .img{
		width: 100%;
		overflow: hidden;
	}
	
	.item02 .data02 .title02{
		width: max-content;
		margin: 30% 0 30% 0;
		position: relative;
		left: -50%;
		z-index: 3;
	}
	.item02 .data02 .title02 img{
		height: 60px;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 500px;
		position: relative;
		margin: 0 auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	.item03 .title{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -80px;
		z-index: 3;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1100px;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item04 .img{
		width: 60%;
		overflow: hidden;
	}
	.item04 .data{
		width: 35%;
		position: relative;
	}
	.item04 .data .title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: -50%;
	}
	.item04 .data .title img{
		height: 50px;
	}
	.item04 .data .link-box{
		width: 60%;
		position: absolute;
		left: 0;
		bottom: 10%;
	}
	
	
	/*link-btn*/
	.link-btn{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 12px;
	}
	
	/*link-btn02*/
	.link-btn02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(255,255,255,0.00);
		transition: .3s;
	}
	.link-btn02:hover{
		border-bottom: 1px solid rgba(255,255,255,1.00);
		transition: .3s;
	}
	.link-btn02 .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price span{
		font-size: 12px;
	}
	
	
	/*end-block*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.end-block .txt{
		font-size: 10px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		margin: 0 0 7% 0;
	}
	.end-block .txt span{
		font-size: 12px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		display: block;
		margin: 0 0 1% 0;
	}
	.end-block .pro{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 15% auto;
	}
	.end-block .pro .img{
		width: 30%;
	}
	.end-block .pro .data{
		width: 60%;
	}
	.end-block .pro .data .pro-name{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.end-block .pro .data .pro-name .pro-inst a{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 0 30px;
	}
	.end-block .pro .data .pro-txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2em;
	}
	.end-block .f-btn-box{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box li:first-child{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.end-block .f-btn-box li a{
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box li a img{
		height: 17px;
	}
	.end-block .logo{
		width: 160px;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box02{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box02 li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box02 li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box02 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	
	.end-block .f-btn-box03{
		width: 50%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box03 li{
		width: 33.33%;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box03 li:nth-child(1){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(2){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(3){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(4){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(5){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(6){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li a{
		color: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box03 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*pc/////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }

	/*anime----------------------------------------------------*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		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;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

    /*ani*/
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

    /*cart-01*/
	.main-link{
		width: 100%;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15px 0;
	}
	.main-link .name{
		width: 100%;
		font-size: 20px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 10px 0;
	}
	.main-link .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.main-link:hover .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.main-link .sub-name{
		width: 50%;
		font-size: 13px;
		letter-spacing: 2px;
		color: #505256;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price{
		color: #505256;
		font-size: 14px;
		width: 50%;
		text-align: right;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price span{
		font-size: 10px;
		margin: 0 0 0 2px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	.sub-link{
		width: 100%;
		border-top: 1px solid #eee;
		margin: 10% 0 0 0;
		padding: 10% 0 0 0;
	}
	.sub-link li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.sub-link li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.sub-link li a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #231815;
		position: relative;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.sub-link li a:hover{
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.sub-link li a .name{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.sub-link li a .price{
		width: 100%;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.sub-link li a .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.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;
	}

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
		background: #e6cdd5;
	}
	header .mv-logo{
		width: 12%;
		position: absolute;
		top: 3%;
		left: 2%;
	}
	header .mv-img{
		width: 50%;
	}
	header .mv-title{
		width: 50%;
		position: absolute;
		bottom: 8%;
		left: 5%;
	}
	header .mv-photo{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	header .mv-photo li:nth-child(1){
		width: 40%;
		position: absolute;
		top: 7%;
		left: -5%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(2){
		width: 40%;
		position: absolute;
		top: 2%;
		right: 5%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(3){
		width: 40%;
		position: absolute;
		bottom: 7%;
		left: 20%;
		z-index: 1;
	}
	header .mv-photo li:nth-child(4){
		width: 30%;
		position: absolute;
		bottom: 5%;
		right: 5%;
		z-index: 1;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 5% 0;
	}
	
	.bg01{
		width: 100%;
		height: 70%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg02{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg03{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg04{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg05{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg06{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg07{
		width: 100%;
		height: 75%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg08{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	
	.bg01.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg02.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg03.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg04.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg05.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg06.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg07.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg08.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	@keyframes slideIn02 {
	  0% {
		transform: translateX(-20%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 65%;
		overflow: hidden;
	}
	.item01 .data{
		width: 30%;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: 30%;
	}
	.item01 .data .title img{
		height: 50px;
	}
	.item01 .data .title02{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: 30%;
	}
	.item01 .data .title02 img{
		height: 120px;
	}
	.item01 .data .link-box{
		width: 70%;
		position: absolute;
		right: 0;
		bottom: 10%;
	}
	
	/*col02*/
	.col02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	/*item01-02*/
	.item01-02{
		width: 48%;
		position: relative;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01-02 .title01{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -80px;
		z-index: 3;
	}
	.item01-02 .title02{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		right: -80px;
		z-index: 3;
	}
	.item01-02 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1200px;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data01{
		width: 60%;
	}
	.item02 .data01 .img{
		width: 100%;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.item02 .data01 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 35%;
	}
	.item02 .data02 .title{
		width: max-content;
		margin: 30% 0 30% 0;
		position: relative;
		left: -50%;
		z-index: 3;
	}
	.item02 .data02 .title img{
		height: 50px;
	}
	.item02 .data02 .img{
		width: 100%;
		overflow: hidden;
	}
	
	.item02 .data02 .title02{
		width: max-content;
		margin: 30% 0 30% 0;
		position: relative;
		left: -50%;
		z-index: 3;
	}
	.item02 .data02 .title02 img{
		height: 120px;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 500px;
		position: relative;
		margin: 0 auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	.item03 .title{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -80px;
		z-index: 3;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1100px;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item04 .img{
		width: 60%;
		overflow: hidden;
	}
	.item04 .data{
		width: 35%;
		position: relative;
	}
	.item04 .data .title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: -50%;
	}
	.item04 .data .title img{
		height: 50px;
	}
	.item04 .data .link-box{
		width: 60%;
		position: absolute;
		left: 0;
		bottom: 10%;
	}
	
	
	/*link-btn*/
	.link-btn{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 12px;
	}
	
	/*link-btn02*/
	.link-btn02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(255,255,255,0.00);
		transition: .3s;
	}
	.link-btn02:hover{
		border-bottom: 1px solid rgba(255,255,255,1.00);
		transition: .3s;
	}
	.link-btn02 .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price span{
		font-size: 12px;
	}
	
	
	/*end-block*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.end-block .txt{
		font-size: 10px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		margin: 0 0 7% 0;
	}
	.end-block .txt span{
		font-size: 12px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		display: block;
		margin: 0 0 1% 0;
	}
	.end-block .pro{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 15% auto;
	}
	.end-block .pro .img{
		width: 30%;
	}
	.end-block .pro .data{
		width: 60%;
	}
	.end-block .pro .data .pro-name{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.end-block .pro .data .pro-name .pro-inst a{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 0 30px;
	}
	.end-block .pro .data .pro-txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2em;
	}
	.end-block .f-btn-box{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box li:first-child{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.end-block .f-btn-box li a{
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box li a img{
		height: 17px;
	}
	.end-block .logo{
		width: 160px;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box02{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box02 li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box02 li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box02 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	
	.end-block .f-btn-box03{
		width: 50%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box03 li{
		width: 33.33%;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box03 li:nth-child(1){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(2){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(3){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(4){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(5){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(6){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li a{
		color: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box03 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*note pc////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
	
	/*anime----------------------------------------------------*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		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;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

    /*ani*/
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

    /*cart-01*/
	.main-link{
		width: 100%;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15px 0;
	}
	.main-link .name{
		width: 100%;
		font-size: 20px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 10px 0;
	}
	.main-link .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.main-link:hover .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.main-link .sub-name{
		width: 50%;
		font-size: 13px;
		letter-spacing: 2px;
		color: #505256;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price{
		color: #505256;
		font-size: 14px;
		width: 50%;
		text-align: right;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price span{
		font-size: 10px;
		margin: 0 0 0 2px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	.sub-link{
		width: 100%;
		border-top: 1px solid #eee;
		margin: 10% 0 0 0;
		padding: 10% 0 0 0;
	}
	.sub-link li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.sub-link li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.sub-link li a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #231815;
		position: relative;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.sub-link li a:hover{
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.sub-link li a .name{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.sub-link li a .price{
		width: 100%;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.sub-link li a .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.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;
	}

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
		background: #e6cdd5;
	}
	header .mv-logo{
		width: 12%;
		position: absolute;
		top: 3%;
		left: 2%;
	}
	header .mv-img{
		width: 50%;
	}
	header .mv-title{
		width: 50%;
		position: absolute;
		bottom: 8%;
		left: 5%;
	}
	header .mv-photo{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	header .mv-photo li:nth-child(1){
		width: 40%;
		position: absolute;
		top: 7%;
		left: -5%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(2){
		width: 40%;
		position: absolute;
		top: 2%;
		right: 5%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(3){
		width: 40%;
		position: absolute;
		bottom: 7%;
		left: 20%;
		z-index: 1;
	}
	header .mv-photo li:nth-child(4){
		width: 30%;
		position: absolute;
		bottom: 5%;
		right: 5%;
		z-index: 1;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 5% 0;
	}
	
	.bg01{
		width: 100%;
		height: 70%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg02{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg03{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg04{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg05{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg06{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg07{
		width: 100%;
		height: 75%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg08{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	
	.bg01.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg02.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg03.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg04.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg05.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg06.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg07.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg08.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	@keyframes slideIn02 {
	  0% {
		transform: translateX(-20%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 65%;
		overflow: hidden;
	}
	.item01 .data{
		width: 30%;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: 30%;
	}
	.item01 .data .title img{
		height: 50px;
	}
	.item01 .data .title02{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: 30%;
	}
	.item01 .data .title02 img{
		height: 120px;
	}
	.item01 .data .link-box{
		width: 70%;
		position: absolute;
		right: 0;
		bottom: 10%;
	}
	
	/*col02*/
	.col02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	/*item01-02*/
	.item01-02{
		width: 48%;
		position: relative;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01-02 .title01{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -80px;
		z-index: 3;
	}
	.item01-02 .title02{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		right: -80px;
		z-index: 3;
	}
	.item01-02 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1200px;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data01{
		width: 60%;
	}
	.item02 .data01 .img{
		width: 100%;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.item02 .data01 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 35%;
	}
	.item02 .data02 .title{
		width: max-content;
		margin: 30% 0 30% 0;
		position: relative;
		left: -50%;
		z-index: 3;
	}
	.item02 .data02 .title img{
		height: 50px;
	}
	.item02 .data02 .img{
		width: 100%;
		overflow: hidden;
	}
	
	.item02 .data02 .title02{
		width: max-content;
		margin: 30% 0 30% 0;
		position: relative;
		left: -50%;
		z-index: 3;
	}
	.item02 .data02 .title02 img{
		height: 120px;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 500px;
		position: relative;
		margin: 0 auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .link-box{
		width: 50%;
		margin: 0 auto;
	}
	.item03 .title{
		width: 50px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -80px;
		z-index: 3;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1100px;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item04 .img{
		width: 60%;
		overflow: hidden;
	}
	.item04 .data{
		width: 35%;
		position: relative;
	}
	.item04 .data .title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: -50%;
	}
	.item04 .data .title img{
		height: 50px;
	}
	.item04 .data .link-box{
		width: 60%;
		position: absolute;
		left: 0;
		bottom: 10%;
	}
	
	
	/*link-btn*/
	.link-btn{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 12px;
	}
	
	/*link-btn02*/
	.link-btn02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(255,255,255,0.00);
		transition: .3s;
	}
	.link-btn02:hover{
		border-bottom: 1px solid rgba(255,255,255,1.00);
		transition: .3s;
	}
	.link-btn02 .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price span{
		font-size: 12px;
	}
	
	
	/*end-block*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.end-block .txt{
		font-size: 10px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		margin: 0 0 7% 0;
	}
	.end-block .txt span{
		font-size: 12px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		display: block;
		margin: 0 0 1% 0;
	}
	.end-block .pro{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 15% auto;
	}
	.end-block .pro .img{
		width: 30%;
	}
	.end-block .pro .data{
		width: 60%;
	}
	.end-block .pro .data .pro-name{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.end-block .pro .data .pro-name .pro-inst a{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 0 30px;
	}
	.end-block .pro .data .pro-txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2em;
	}
	.end-block .f-btn-box{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box li:first-child{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.end-block .f-btn-box li a{
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box li a img{
		height: 17px;
	}
	.end-block .logo{
		width: 160px;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box02{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box02 li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box02 li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box02 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	
	.end-block .f-btn-box03{
		width: 50%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box03 li{
		width: 33.33%;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box03 li:nth-child(1){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(2){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(3){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(4){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(5){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(6){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li a{
		color: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box03 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}

}


/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*pad////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 765px) and (max-width: 1024px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}

	/*anime----------------------------------------------------*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		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;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

    /*ani*/
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

    /*cart-01*/
	.main-link{
		width: 100%;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15px 0;
	}
	.main-link .name{
		width: 100%;
		font-size: 20px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 10px 0;
	}
	.main-link .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.main-link:hover .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.main-link .sub-name{
		width: 50%;
		font-size: 13px;
		letter-spacing: 2px;
		color: #505256;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price{
		color: #505256;
		font-size: 14px;
		width: 50%;
		text-align: right;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price span{
		font-size: 10px;
		margin: 0 0 0 2px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	.sub-link{
		width: 100%;
		border-top: 1px solid #eee;
		margin: 10% 0 0 0;
		padding: 10% 0 0 0;
	}
	.sub-link li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.sub-link li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.sub-link li a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #231815;
		position: relative;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.sub-link li a:hover{
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.sub-link li a .name{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.sub-link li a .price{
		width: 100%;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.sub-link li a .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.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;
	}

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
		background: #e6cdd5;
	}
	header .mv-logo{
		width: 12%;
		position: absolute;
		top: 3%;
		left: 2%;
	}
	header .mv-img{
		width: 50%;
	}
	header .mv-title{
		width: 50%;
		position: absolute;
		bottom: 8%;
		left: 5%;
	}
	header .mv-photo{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
	}
	header .mv-photo li:nth-child(1){
		width: 40%;
		position: absolute;
		top: 7%;
		left: -5%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(2){
		width: 40%;
		position: absolute;
		top: 2%;
		right: 5%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(3){
		width: 40%;
		position: absolute;
		bottom: 7%;
		left: 20%;
		z-index: 1;
	}
	header .mv-photo li:nth-child(4){
		width: 30%;
		position: absolute;
		bottom: 5%;
		right: 5%;
		z-index: 1;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 10% 0;
	}
	
	.bg01{
		width: 100%;
		height: 70%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg02{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg03{
		width: 70%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg04{
		width: 70%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg05{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg06{
		width: 70%;
		height: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg07{
		width: 100%;
		height: 75%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg08{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	
	.bg01.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg02.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg03.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg04.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg05.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg06.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg07.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg08.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	@keyframes slideIn02 {
	  0% {
		transform: translateX(-20%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 60%;
		overflow: hidden;
	}
	.item01 .data{
		width: 35%;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: 30%;
	}
	.item01 .data .title img{
		height: 30px;
	}
	.item01 .data .title02{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: 30%;
	}
	.item01 .data .title02 img{
		height: 70px;
	}
	.item01 .data .link-box{
		width: 70%;
		position: absolute;
		right: 0;
		bottom: 10%;
	}
	
	/*col02*/
	.col02{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	/*item01-02*/
	.item01-02{
		width: 48%;
		position: relative;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01-02 .title01{
		width: 30px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -60px;
		z-index: 3;
	}
	.item01-02 .title02{
		width: 30px;
		position: absolute;
		top: 0%;
		z-index: 8;
		right: -60px;
		z-index: 3;
	}
	.item01-02 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 90%;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data01{
		width: 60%;
	}
	.item02 .data01 .img{
		width: 100%;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.item02 .data01 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 35%;
	}
	.item02 .data02 .title{
		width: max-content;
		margin: 30% 0 30% 0;
		position: relative;
		left: -50%;
		z-index: 3;
	}
	.item02 .data02 .title img{
		height: 30px;
	}
	.item02 .data02 .img{
		width: 100%;
		overflow: hidden;
	}
	
	.item02 .data02 .title02{
		width: max-content;
		margin: 30% 0 30% 0;
		position: relative;
		left: -50%;
		z-index: 3;
	}
	.item02 .data02 .title02 img{
		height: 120px;
	}
	
	/*item03*/
	.item03{
		width: 50%;
		position: relative;
		margin: 0 auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .title{
		width: 30px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -60px;
		z-index: 3;
	}
	
	/*item04*/
	.item04{
		width: 90%;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item04 .img{
		width: 60%;
		overflow: hidden;
	}
	.item04 .data{
		width: 35%;
		position: relative;
	}
	.item04 .data .title{
		width: max-content;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;
		left: -50%;
	}
	.item04 .data .title img{
		height: 30px;
	}
	.item04 .data .link-box{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 10%;
	}
	
	
	/*link-btn*/
	.link-btn{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 12px;
	}
	
	/*link-btn02*/
	.link-btn02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(255,255,255,0.00);
		transition: .3s;
	}
	.link-btn02:hover{
		border-bottom: 1px solid rgba(255,255,255,1.00);
		transition: .3s;
	}
	.link-btn02 .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price span{
		font-size: 12px;
	}
	
	
	/*end-block*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.end-block .txt{
		font-size: 10px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		margin: 0 0 7% 0;
	}
	.end-block .txt span{
		font-size: 12px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		display: block;
		margin: 0 0 1% 0;
	}
	.end-block .pro{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 15% auto;
	}
	.end-block .pro .img{
		width: 30%;
	}
	.end-block .pro .data{
		width: 60%;
	}
	.end-block .pro .data .pro-name{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.end-block .pro .data .pro-name .pro-inst a{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 0 30px;
	}
	.end-block .pro .data .pro-txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2em;
	}
	.end-block .f-btn-box{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box li:first-child{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.end-block .f-btn-box li a{
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box li a img{
		height: 17px;
	}
	.end-block .logo{
		width: 160px;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box02{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box02 li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box02 li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box02 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	
	.end-block .f-btn-box03{
		width: 50%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box03 li{
		width: 33.33%;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box03 li:nth-child(1){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(2){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(3){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(4){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(5){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(6){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li a{
		color: #000;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box03 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}

	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}
	
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/
/*iphone/////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}

	/*anime----------------------------------------------------*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in1;
		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;
	}
	.fade03 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade05 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade09 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade10 {
		animation-name: fade-in1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

    /*ani*/
	.fadein-l {
		opacity : 0;
		transform : translate(-100px, 0);
		transition : all 1s;
	}

	.fadein-l.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-r {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}
	.fadein-r.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

    /*cart-01*/
	.main-link{
		width: 100%;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15px 0;
	}
	.main-link .name{
		width: 100%;
		font-size: 20px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 10px 0;
	}
	.main-link .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.main-link:hover .link-data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.main-link .sub-name{
		width: 50%;
		font-size: 13px;
		letter-spacing: 2px;
		color: #505256;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price{
		color: #505256;
		font-size: 14px;
		width: 50%;
		text-align: right;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	}
	.main-link .price span{
		font-size: 10px;
		margin: 0 0 0 2px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	.sub-link{
		width: 100%;
		border-top: 1px solid #eee;
		margin: 10% 0 0 0;
		padding: 10% 0 0 0;
	}
	.sub-link li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.sub-link li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
	}
	.sub-link li a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #231815;
		position: relative;
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,0.00);
	}
	.sub-link li a:hover{
		transition: .3s;
		border-bottom: 1px solid rgba(0,0,0,1.00);
	}
	.sub-link li a .name{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.sub-link li a .price{
		width: 100%;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.sub-link li a .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	

    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		position: relative;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.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;
	}

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		margin: 0 auto 10% auto;
		position: relative;
		background: #e6cdd5;
	}
	header .mv-logo{
		width: 35%;
		position: absolute;
		top: 2%;
		left: 5%;
	}
	header .mv-img{
		width: 100%;
		position: relative;
	}
	header .mv-img .mv-title{
		width: 90%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 15%;
		margin: 0 auto;
	}
	header .mv-photo{
		width: 100%;
		position: relative;
		height: 520px;
	}
	header .mv-photo li:nth-child(1){
		width: 50%;
		position: absolute;
		top: -5%;
		left: 7%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(2){
		width: 50%;
		position: absolute;
		bottom: 10%;
		left: 2%;
		z-index: 3;
	}
	header .mv-photo li:nth-child(3){
		width: 50%;
		position: absolute;
		top: 5%;
		right: 3%;
		z-index: 1;
	}
	header .mv-photo li:nth-child(4){
		width: 35%;
		position: absolute;
		bottom: 5%;
		right: 5%;
		z-index: 1;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 10% 0;
	}
	
	.bg01{
		width: 100%;
		height: 80%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg02{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg03{
		width: 90%;
		height: 70%;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	.bg04{
		width: 100%;
		height: 79%;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg05{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg06{
		width: 90%;
		height: 70%;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
		background: #d6d7d7;
		z-index: -1;
		opacity: 0;
	}
	.bg07{
		width: 100%;
		height: 80%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #db4e56;
		z-index: -1;
		opacity: 0;
	}
	.bg08{
		width: 100%;
		height: 70%;
		position: absolute;
		bottom: 0%;
		background: #e6cdd5;
		z-index: -1;
		opacity: 0;
	}
	
	.bg01.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg02.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg03.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg04.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg05.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	.bg06.active{
		animation: slideIn02 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 0 auto;
	}
	.bg07.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		top: 10%;
	}
	.bg08.active{
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
		position: absolute;
		bottom: 0%;
	}
	
	@keyframes slideIn {
	  0% {
		transform: translateX(-100%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	@keyframes slideIn02 {
	  0% {
		transform: translateX(-20%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item01 .img{
		width: 95%;
		margin: 0 0 5% 5%;
		overflow: hidden;
	}
	.item01 .data{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.item01 .data .title{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item01 .data .title img{
		height: 25px;
	}
	.item01 .data .title02{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item01 .data .title02 img{
		height: 60px;
	}
	.item01 .data .link-box{
		width: 70%;
		margin: 0 auto;
	}
	
	/*col02*/
	.col02{
		width: 60%;
		margin: 0 auto;
	}
	
	/*item01-02*/
	.item01-02{
		width: 108%;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item01-02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01-02 .title01{
		width: 25px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -45px;
		z-index: 3;
	}
	.item01-02 .title02{
		width: 25px;
		position: absolute;
		top: 0%;
		z-index: 8;
		right: -45px;
		z-index: 3;
	}
	.item01-02 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
	}
	.item02 .data01{
		width: 100%;
	}
	.item02 .data01 .img{
		width: 90%;
		margin: 0 0 5% 0;
		overflow: hidden;
	}
	.item02 .data01 .img02{
		width: 50%;
		margin: 0 0 -60px 50%;
		overflow: hidden;
		position: relative;
		top: -60px;
	}
	.item02 .data01 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .data02{
		width: 35%;
	}
	.item02 .data01 .title{
		width: max-content;
		margin: 5% 0 10% 5%;
	}
	.item02 .data01 .title img{
		height: 25px;
	}
	.item02 .data02 .img{
		width: 100%;
		overflow: hidden;
	}
	
	.item02 .data01 .title02{
		width: max-content;
		margin: 5% 0 10% 5%;
	}
	.item02 .data01 .title02 img{
		height: 60px;
	}
	
	/*item03*/
	.item03{
		width: 60%;
		position: relative;
		margin: 0 auto;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .link-box{
		width: 100%;
		margin: 0 auto;
	}
	.item03 .title{
		width: 25px;
		position: absolute;
		top: 0%;
		z-index: 8;
		left: -40px;
		z-index: 3;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		padding: 5% 0 0 0;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 95%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item04 .data{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.item04 .data .title{
		width: max-content;
		margin: 0 0 10% 0;
	}
	.item04 .data .title img{
		height: 25px;
	}
	.item04 .data .link-box{
		width: 80%;
		margin: 0 auto;
	}
	
	
	/*link-btn*/
	.link-btn{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		transition: .3s;
	}
	.link-btn:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 12px;
	}
	
	/*link-btn02*/
	.link-btn02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid rgba(255,255,255,0.00);
		transition: .3s;
	}
	.link-btn02:hover{
		border-bottom: 1px solid rgba(255,255,255,1.00);
		transition: .3s;
	}
	.link-btn02 .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price span{
		font-size: 12px;
	}
	
	
	/*end-block*/
	.end-block{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.end-block .txt{
		font-size: 10px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		margin: 0 0 7% 0;
	}
	.end-block .txt span{
		font-size: 12px;
		line-height: 2.5em;
		letter-spacing: 2px;
		color: #5e5e5e;
		display: block;
		margin: 0 0 1% 0;
	}
	.end-block .pro{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 15% auto;
	}
	.end-block .pro .img{
		width: 30%;
	}
	.end-block .pro .data{
		width: 60%;
	}
	.end-block .pro .data .pro-name{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.end-block .pro .data .pro-name .pro-inst a{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		color: #000;
		margin: 0 0 0 30px;
	}
	.end-block .pro .data .pro-txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 2em;
	}
	.end-block .f-btn-box{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.end-block .f-btn-box li:first-child{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.end-block .f-btn-box li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		box-sizing: border-box;
		transition: .3s;
	}
	.end-block .f-btn-box li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.end-block .logo{
		width: 130px;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box02 li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box02 li a{
		color: #000;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box02 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	
	.end-block .f-btn-box03{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-block .f-btn-box03 li{
		width: 33.33%;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto 5% auto;
	}
	.end-block .f-btn-box03 li:nth-child(1){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(2){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(3){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(4){
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(5){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li:nth-child(6){
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.end-block .f-btn-box03 li a{
		color: #000;
		text-decoration: none;
		font-size: 12px;
		letter-spacing: 1px;
		border-bottom: 1px solid #fff;
		padding: 0 0 2% 0;
		transition: .3s;
	}
	.end-block .f-btn-box03 li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	
	
	/*banner-block*/
	.banner-block{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	.btn01{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
		border: 1px solid #eee;
		transition: .3s;
		display: block;
	}
	.btn01:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.in-btn{
		width: 85px;
		margin: 0 auto 5% auto;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.in-btn:hover{
		opacity: .5;
		transition: .3s;
	}

}
