body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    /*font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;*/
	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;
    }

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		transition: .3s;
		margin: 0 0 25px 0;
	}
	.side-nav-in a:hover{
		opacity: .7;
		transition: .3s;
	}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
		background:linear-gradient(90deg, #d9d7d9,#8b929a,#d9d7d9);
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
	}
	@keyframes bggradient{
	  0% {
		background-position: 0% 50%;
	  }
	  50% {
		background-position: 100% 50%;
	  }
	  100% {
		background-position: 0% 50%;
	  }
	}
	header .mv-logo{
		width: 10%;
		position: absolute;
		top: 4%;
		right: 22%;
		z-index: 2;
	}
	header .mv-title{
		width: 60%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 5%;
		z-index: 2;
	}
	header .title-box .title{
		width: 100%;
		margin: 0 0 20% 0;
	}
	header .mv-box01{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	header .mv-box01 li:nth-child(1){
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 14.7%;
	}
	header .mv-box01 li:nth-child(2){
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 25%;
	}
	header .mv-box02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box02 li:nth-child(1){
		width: 20%;
		position: absolute;
		top: 5%;
		left: 0;
	}
	header .mv-box02 li:nth-child(2){
		width: 20%;
		position: absolute;
		top: 5%;
		left: 40%;
	}
	header .mv-box02 li:nth-child(3){
		width: 20%;
		position: absolute;
		bottom: 0%;
		left: 40%;
	}
	header .mv-box03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box03 li:nth-child(1){
		width: 20%;
		position: absolute;
		bottom: 5%;
		left: 3%;
	}
	header .mv-box03 li:nth-child(2){
		width: 25%;
		position: absolute;
		top: 15%;
		left: 53%;
	}
	header .mv-box03 li:nth-child(3){
		width: 17%;
		position: absolute;
		bottom: 5%;
		left: 61%;
	}
	header .mv-box03 li img{
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	
	/*item-list*/
	.item-list{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item-list li:nth-child(1){
		width: 10px;
		position: absolute;
		top: 0;
		left: -30px;
	}
	.item-list li:nth-child(2){
		width: 32%;
		position: relative;
	}
	.item-list li:nth-child(3){
		width: 32%;
		position: relative;
	}
	.item-list li:nth-child(4){
		width: 32%;
		position: relative;
	}
	.item-list li{
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.item-list li .label01{
		width: 40%;
	}
	.item-list li .label02{
		width: 40%;
	}
	.item-list li .label-r{
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.item-list li .label-l{
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.item-list li a{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.item-list li a:hover{
		width: 100%;
		display: block;
		transform: scale(1.02);
		transition: .3s;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item .out-num{
		width: 10px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data{
		width: 55%;
		box-sizing: border-box;
		padding: 0 11%;
	}
	.item .data .num{
		width: 100%;
		margin: 0 0 30% 0;
	}
	.item .data .num img{
		height: 50px;
		width: auto;
	}
	.item .img{
		width: 45%;
		position: relative;
	}
	.item .img a{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 3;
	}
	
	/*item-end*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 90%;
		display: block;
		margin: 0 auto 7% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box 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-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 200px;
		margin: 0 auto 4% auto;
	}

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

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		transition: .3s;
		margin: 0 0 25px 0;
	}
	.side-nav-in a:hover{
		opacity: .7;
		transition: .3s;
	}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
		background:linear-gradient(90deg, #d9d7d9,#8b929a,#d9d7d9);
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
	}
	@keyframes bggradient{
	  0% {
		background-position: 0% 50%;
	  }
	  50% {
		background-position: 100% 50%;
	  }
	  100% {
		background-position: 0% 50%;
	  }
	}
	header .mv-logo{
		width: 10%;
		position: absolute;
		top: 4%;
		right: 22%;
		z-index: 2;
	}
	header .mv-title{
		width: 60%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 5%;
		z-index: 2;
	}
	header .title-box .title{
		width: 100%;
		margin: 0 0 20% 0;
	}
	header .mv-box01{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	header .mv-box01 li:nth-child(1){
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 14.7%;
	}
	header .mv-box01 li:nth-child(2){
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 25%;
	}
	header .mv-box02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box02 li:nth-child(1){
		width: 20%;
		position: absolute;
		top: 5%;
		left: 0;
	}
	header .mv-box02 li:nth-child(2){
		width: 20%;
		position: absolute;
		top: 5%;
		left: 40%;
	}
	header .mv-box02 li:nth-child(3){
		width: 20%;
		position: absolute;
		bottom: 0%;
		left: 40%;
	}
	header .mv-box03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box03 li:nth-child(1){
		width: 20%;
		position: absolute;
		bottom: 5%;
		left: 3%;
	}
	header .mv-box03 li:nth-child(2){
		width: 25%;
		position: absolute;
		top: 15%;
		left: 53%;
	}
	header .mv-box03 li:nth-child(3){
		width: 17%;
		position: absolute;
		bottom: 5%;
		left: 61%;
	}
	header .mv-box03 li img{
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	
	/*item-list*/
	.item-list{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item-list li:nth-child(1){
		width: 10px;
		position: absolute;
		top: 0;
		left: -30px;
	}
	.item-list li:nth-child(2){
		width: 32%;
		position: relative;
	}
	.item-list li:nth-child(3){
		width: 32%;
		position: relative;
	}
	.item-list li:nth-child(4){
		width: 32%;
		position: relative;
	}
	.item-list li{
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.item-list li .label01{
		width: 40%;
	}
	.item-list li .label02{
		width: 40%;
	}
	.item-list li .label-r{
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.item-list li .label-l{
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.item-list li a{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.item-list li a:hover{
		width: 100%;
		display: block;
		transform: scale(1.02);
		transition: .3s;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item .out-num{
		width: 10px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data{
		width: 55%;
		box-sizing: border-box;
		padding: 0 11%;
	}
	.item .data .num{
		width: 100%;
		margin: 0 0 30% 0;
	}
	.item .data .num img{
		height: 50px;
		width: auto;
	}
	.item .img{
		width: 45%;
		position: relative;
	}
	.item .img a{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 3;
	}
	
	/*item-end*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 90%;
		display: block;
		margin: 0 auto 7% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box 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-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 200px;
		margin: 0 auto 4% auto;
	}

	.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;
	}
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		transition: .3s;
		margin: 0 0 25px 0;
	}
	.side-nav-in a:hover{
		opacity: .7;
		transition: .3s;
	}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
		background:linear-gradient(90deg, #d9d7d9,#8b929a,#d9d7d9);
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
	}
	@keyframes bggradient{
	  0% {
		background-position: 0% 50%;
	  }
	  50% {
		background-position: 100% 50%;
	  }
	  100% {
		background-position: 0% 50%;
	  }
	}
	header .mv-logo{
		width: 10%;
		position: absolute;
		top: 4%;
		right: 22%;
		z-index: 2;
	}
	header .mv-title{
		width: 60%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 5%;
		z-index: 2;
	}
	header .title-box .title{
		width: 100%;
		margin: 0 0 20% 0;
	}
	header .mv-box01{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	header .mv-box01 li:nth-child(1){
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 14.7%;
	}
	header .mv-box01 li:nth-child(2){
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 25%;
	}
	header .mv-box02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box02 li:nth-child(1){
		width: 20%;
		position: absolute;
		top: 5%;
		left: 0;
	}
	header .mv-box02 li:nth-child(2){
		width: 20%;
		position: absolute;
		top: 5%;
		left: 40%;
	}
	header .mv-box02 li:nth-child(3){
		width: 20%;
		position: absolute;
		bottom: 0%;
		left: 40%;
	}
	header .mv-box03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box03 li:nth-child(1){
		width: 20%;
		position: absolute;
		bottom: 5%;
		left: 3%;
	}
	header .mv-box03 li:nth-child(2){
		width: 25%;
		position: absolute;
		top: 15%;
		left: 53%;
	}
	header .mv-box03 li:nth-child(3){
		width: 17%;
		position: absolute;
		bottom: 5%;
		left: 61%;
	}
	header .mv-box03 li img{
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	
	/*item-list*/
	.item-list{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item-list li:nth-child(1){
		width: 10px;
		position: absolute;
		top: 0;
		left: -30px;
	}
	.item-list li:nth-child(2){
		width: 32%;
		position: relative;
	}
	.item-list li:nth-child(3){
		width: 32%;
		position: relative;
	}
	.item-list li:nth-child(4){
		width: 32%;
		position: relative;
	}
	.item-list li{
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.item-list li .label01{
		width: 40%;
	}
	.item-list li .label02{
		width: 40%;
	}
	.item-list li .label-r{
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.item-list li .label-l{
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.item-list li a{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.item-list li a:hover{
		width: 100%;
		display: block;
		transform: scale(1.02);
		transition: .3s;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item .out-num{
		width: 10px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data{
		width: 55%;
		box-sizing: border-box;
		padding: 0 11%;
	}
	.item .data .num{
		width: 100%;
		margin: 0 0 30% 0;
	}
	.item .data .num img{
		height: 50px;
		width: auto;
	}
	.item .img{
		width: 45%;
		position: relative;
	}
	.item .img a{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 3;
	}
	
	/*item-end*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 90%;
		display: block;
		margin: 0 auto 7% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box 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-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 200px;
		margin: 0 auto 4% auto;
	}

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

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		transition: .3s;
		margin: 0 0 25px 0;
	}
	.side-nav-in a:hover{
		opacity: .7;
		transition: .3s;
	}

	/*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: 16px;
		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;
		margin: 5px 0 0 0;
	}
	.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;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 5% auto;
		position: relative;
		background:linear-gradient(90deg, #d9d7d9,#8b929a,#d9d7d9);
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
	}
	@keyframes bggradient{
	  0% {
		background-position: 0% 50%;
	  }
	  50% {
		background-position: 100% 50%;
	  }
	  100% {
		background-position: 0% 50%;
	  }
	}
	header .mv-logo{
		width: 10%;
		position: absolute;
		top: 4%;
		right: 22%;
		z-index: 2;
	}
	header .mv-title{
		width: 60%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 5%;
		z-index: 2;
	}
	header .title-box .title{
		width: 100%;
		margin: 0 0 20% 0;
	}
	header .mv-box01{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	header .mv-box01 li:nth-child(1){
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 14.7%;
	}
	header .mv-box01 li:nth-child(2){
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 25%;
	}
	header .mv-box02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box02 li:nth-child(1){
		width: 20%;
		position: absolute;
		top: 5%;
		left: 0;
	}
	header .mv-box02 li:nth-child(2){
		width: 20%;
		position: absolute;
		top: 5%;
		left: 40%;
	}
	header .mv-box02 li:nth-child(3){
		width: 20%;
		position: absolute;
		bottom: 0%;
		left: 40%;
	}
	header .mv-box03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box03 li:nth-child(1){
		width: 20%;
		position: absolute;
		bottom: 5%;
		left: 3%;
	}
	header .mv-box03 li:nth-child(2){
		width: 25%;
		position: absolute;
		top: 15%;
		left: 53%;
	}
	header .mv-box03 li:nth-child(3){
		width: 17%;
		position: absolute;
		bottom: 5%;
		left: 61%;
	}
	header .mv-box03 li img{
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	
	/*item-list*/
	.item-list{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.item-list li:nth-child(1){
		width: 10px;
		position: absolute;
		top: 0;
		left: -25px;
	}
	.item-list li:nth-child(2){
		width: 32%;
		position: relative;
	}
	.item-list li:nth-child(3){
		width: 32%;
		position: relative;
	}
	.item-list li:nth-child(4){
		width: 32%;
		position: relative;
	}
	.item-list li{
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.item-list li .label01{
		width: 40%;
	}
	.item-list li .label02{
		width: 40%;
	}
	.item-list li .label-r{
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.item-list li .label-l{
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.item-list li a{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.item-list li a:hover{
		width: 100%;
		display: block;
		transform: scale(1.02);
		transition: .3s;
	}
	
	/*item*/
	.item{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item .out-num{
		width: 10px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data{
		width: 55%;
		box-sizing: border-box;
		padding: 0 11%;
	}
	.item .data .num{
		width: 100%;
		margin: 0 0 30% 0;
	}
	.item .data .num img{
		height: 30px;
		width: auto;
	}
	.item .img{
		width: 45%;
		position: relative;
	}
	.item .img a{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 3;
	}
	
	/*item-end*/
	.end-block{
		width: 100%;
		max-width: 1000px;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 90%;
		display: block;
		margin: 0 auto 7% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 30%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box 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-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 200px;
		margin: 0 auto 4% auto;
	}

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

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		transition: .3s;
		margin: 0 0 25px 0;
	}
	.side-nav-in a:hover{
		opacity: .7;
		transition: .3s;
	}

	/*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: 16px;
		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;
	}

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }

	/*index----------------------------------------------------*/
	header{
		width: 100%;
		max-width: 2000px;
		margin: 0 auto 10% auto;
		position: relative;
		background:linear-gradient(90deg, #d9d7d9,#8b929a,#d9d7d9);
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
	}
	@keyframes bggradient{
	  0% {
		background-position: 0% 50%;
	  }
	  50% {
		background-position: 100% 50%;
	  }
	  100% {
		background-position: 0% 50%;
	  }
	}
	header .mv-logo{
		width: 25%;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 2;
	}
	header .mv-title{
		width: 90%;
		position: absolute;
		top: 49%;
		-webkit-transform: translateY(-49%); /* Safari用 */
		transform: translateY(-49%);
		left: 0%;
		right: 0;
		margin: 0 auto;
		z-index: 2;
	}
	header .title-box .title{
		width: 100%;
		margin: 0 0 20% 0;
	}
	header .mv-box01{
		width: 100%;
	}
	header .mv-box01 li:nth-child(1){
		width: 70%;
		box-sizing: border-box;
		padding: 0 0 0 0;
	}
	header .mv-box01 li:nth-child(2){
		width: 60%;
		box-sizing: border-box;
		padding: 90% 0 0 0%;
	}
	header .mv-box02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box02 li:nth-child(1){
		width: 50%;
		position: absolute;
		top: 5%;
		right: 0;
	}
	header .mv-box02 li:nth-child(2){
		width: 60%;
		position: absolute;
		top: 33%;
		right: 0%;
	}
	header .mv-box03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .mv-box03 li:nth-child(1){
		width: 70%;
		position: absolute;
		bottom: 23%;
		left: 0%;
		right: 0;
		margin: 0 auto;
	}
	header .mv-box03 li:nth-child(2){
		width: 55%;
		position: absolute;
		bottom: 2%;
		right: 5%;
	}
	header .mv-box03 li img{
		border: 3px solid #fff;
		box-sizing: border-box;
	}
	
	/*item-list*/
	.item-list{
		width: 85%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item-list li:nth-child(1){
		width: 10px;
		position: absolute;
		top: 0;
		left: -18px;
	}
	.item-list li{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-list li .label01{
		width: 100%;
		margin: 5% 0 0 0;
		border-bottom: 1px solid #231815;
	}
	.item-list li .label02{
		width: 100%;
		margin: 5% 0 0 0;
		border-bottom: 1px solid #231815;
	}
	.item-list li a{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.item-list li a:hover{
		width: 100%;
		display: block;
		transform: scale(1.02);
		transition: .3s;
	}
	
	/*item*/
	.item{
		width: 90%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.item .out-num{
		display: none;
	}
	.item .data{
		width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.item .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item .num img{
		height: 35px;
	}
	.item .img{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item .img a{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 3;
	}
	
	
	/*item-end*/
	.end-block{
		width: 90%;
		margin: 5% auto 5% auto;
	}
	.end-block .f-btn {
		width: 100%;
		display: block;
		margin: 0 auto 7% auto;
		border: 1px solid #eee;
		transition: .3s;
	}
	.end-block .f-btn:hover {
		border: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-btn-box{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0% auto;
	}
	.end-block .f-btn-box li{
		width: 50%;
		text-align: center;
	}
	.end-block .f-btn-box 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-box li a:hover{
		border-bottom: 1px solid #000;
		transition: .3s;
	}
	.end-block .f-logo{
		width: 130px;
		margin: 0 auto 4% auto;
	}

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

}
