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


/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
    
	/*side-menu*/
    .side-menu__ul{
        width: 90%!important;
        margin: 0 auto;
    }
    .side-menu__ul li{
        width: 100%;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .side-menu__ul li:last-child{
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }
    .side-menu__ul li a .num{
        width: 20%;
        margin: 0% auto 0 auto;
        padding: 15% 0;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 120px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 120px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 15px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p img{
		height: 180px;
		display: block;
		margin: 0 auto 10px auto;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 1;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		height: 50px;
		display: block;
		margin: 0 auto 10px auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	.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;
		transform : translate(0, 100px);
		transition : all 1s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 3px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
    .cart-yen span.more-btm{
		border: 1px solid #61bccc;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #61bccc;
        box-sizing: border-box;
		color: #fff;	
		background: #61bccc;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm01{
		border: 1px solid #ff7f6a;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #ff7f6a;
        box-sizing: border-box;
		color: #fff;	
		background: #ff7f6a;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		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::after{
        content: url("../img/l-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
    .s-icon::after{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
	.link-icon::after{
        content: url("../img/link-icon.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
		max-width: 2000px;
        position: relative;
        background: #fff;
		margin: 0 auto 3% auto;
    }
	header h1{
		width: 7%;
        position: absolute;
		top: 2%;
		left: 1%;
		z-index: 9999;
		display: block;
    }
	header .title{
		width: 75%;
		position: absolute;
		right: 0%;
		left: 0%;
		margin: 0 auto;
		top: 75%;
		-webkit-transform: translateY(-75%); /* Safari用 */
		transform: translateY(-75%);
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.read-box{
		margin: 3% auto 0 auto;
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.read-box li{
		width: 48%;
	}
	.read-box li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read-box li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*item-an*/
	*:focus {
		outline: none;
	}
	
	/*main-title*/
	.main-title{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 3% auto;
	}
	.main-title h1{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.main-title .txt{
		width: 100%;
		font-size: 21px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
	}
	
	/*qa*/
	.qa{
		width: 1100px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.qa h1{
		width: 200px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.qa .qa-title{
		width: 100%;
	}
	.qa .qa-title li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.qa .qa-title li:first-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 1% 0;
	}
	.qa .qa-title li .icon{
		width: 9%;
	}
	.qa .qa-title li .txt{
		width: 88%;
		display: block;
		font-size: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 5px;
	}
	
	/*item01*/
	.line{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		height: 1px;
		background: #eee;
	}
	.line02 {
		display: block;
		position: relative;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
	}
	.line02::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		margin: auto;
		background-image: linear-gradient(to right, #eee, #eee 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.item01{
		width: 1100px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .left{
		width: 47%;
	}
	.item01 .right{
		width: 47%;
	}
	.item01 .right .photo{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
	}
	.data{
		width: 100%;
		border: 2px solid #000;
		box-sizing: border-box;
		padding: 5% 5%;
		margin: 0 0 7% 0;
	}
	.data .name{
		width: 100%;
		border-bottom: 2px solid #000;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.8em;
		margin: 0 0 5% 0;
		padding: 0 0 2% 0;
		letter-spacing: 3px;
	}
	.data .txt{
		width: 100%;
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.data .link{
		width: 100%;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		color: #fff;
		background: #61bccc;
		letter-spacing: 3px;
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		opacity: 1;
		transition: .3s;
	}
	.data .link:hover{
		opacity: .6;
		transition: .3s;
	}
	
	.size-txt{
		font-size: 12px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		display: inline-block;
		padding: 0 10px;
		margin: 3% 0 5% 0;
		letter-spacing: 2px;
	}
	.point-txt span{
		display: inline-block;
		color: #fff;
		background: #61bccc;
		padding: 3px 10px;
		margin: 0 0 2% 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.point-txt{
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	
	.pro{
		width: 80%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		background: #f9f4ed;
		padding: 2% 2%;
		box-sizing: border-box;
		align-items: center;
	}
	.pro .photo{
		width: 15%;
	}
	.pro .pro-data{
		width: 80%;
	}
	.pro .pro-data .txt01{
		background: #000;
		font-size: 18px;
		letter-spacing: 3px;
		color: #fff;
		display: inline-block;
		padding: 5px 20px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin: 0 0 3% 0;
	}
	.pro .pro-data .txt02{
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
	}
	
	/*ru-title*/
	.ru-title{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 3% auto;
	}
	.ru-title h1{
		width: 150px;
		margin: 0 auto 1% auto;
	}
	.ru-title .title{
		width: 100%;
		font-size: 35px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		line-height: 1.7em;
	}
	.ru-title .ru-line{
		width: 80%;
		margin: 0 auto;
		position: relative;
		bottom: 10px;
	}
	.ru-title .txt{
		width: 100%;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
		text-align: center;
	}
	
	/*item02*/
	.item02{
		width: 1100px;
		margin: 0 auto 2% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .left{
		width: 47%;
	}
	.item02 .right{
		width: 47%;
	}
	.item02 .right .txt01{
		width: 200px;
		margin: 0 auto 8% auto;
	}
	.item02 .right .txt02{
		text-align: center;
		font-weight: bold;
    	font-size: 18px;
		letter-spacing: 2px;
		margin: 0 0 7% 0;
	}
	.item02 .right .txt03{
		text-align: justify;
    	font-size: 14px;
		line-height: 1.8em;
		letter-spacing: 3px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 5% 0;
		margin: 0 0 10% 0;
	}
	
	
	.f-btn{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-btn li{
		width: 48%;
	}
	.f-btn li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.f-btn li a:hover{
		opacity: .7;
		transition: .3s;
	}
	
	
    
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
    
    /*side-menu*/
    .side-menu__ul{
        width: 90%!important;
        margin: 0 auto;
    }
    .side-menu__ul li{
        width: 100%;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .side-menu__ul li:last-child{
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }
    .side-menu__ul li a .num{
        width: 20%;
        margin: 0% auto 0 auto;
        padding: 15% 0;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 120px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 120px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 15px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p img{
		height: 180px;
		display: block;
		margin: 0 auto 10px auto;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 1;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		height: 50px;
		display: block;
		margin: 0 auto 10px auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	.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;
		transform : translate(0, 100px);
		transition : all 1s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 3px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
    .cart-yen span.more-btm{
		border: 1px solid #61bccc;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #61bccc;
        box-sizing: border-box;
		color: #fff;	
		background: #61bccc;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm01{
		border: 1px solid #ff7f6a;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #ff7f6a;
        box-sizing: border-box;
		color: #fff;	
		background: #ff7f6a;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		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::after{
        content: url("../img/l-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
    .s-icon::after{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
	.link-icon::after{
        content: url("../img/link-icon.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
        position: relative;
        background: #fff;
		margin: 0 0 3% 0;
    }
	header h1{
		width: 7%;
        position: absolute;
		top: 2%;
		left: 1%;
		z-index: 9999;
		display: block;
    }
	header .title{
		width: 75%;
		position: absolute;
		right: 0%;
		left: 0%;
		margin: 0 auto;
		top: 75%;
		-webkit-transform: translateY(-75%); /* Safari用 */
		transform: translateY(-75%);
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.read-box{
		margin: 3% auto 0 auto;
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.read-box li{
		width: 48%;
	}
	.read-box li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read-box li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*item-an*/
	*:focus {
		outline: none;
	}
	
	/*main-title*/
	.main-title{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 3% auto;
	}
	.main-title h1{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.main-title .txt{
		width: 100%;
		font-size: 21px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
	}
	
	/*qa*/
	.qa{
		width: 1100px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.qa h1{
		width: 200px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.qa .qa-title{
		width: 100%;
	}
	.qa .qa-title li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.qa .qa-title li:first-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 1% 0;
	}
	.qa .qa-title li .icon{
		width: 9%;
	}
	.qa .qa-title li .txt{
		width: 88%;
		display: block;
		font-size: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 5px;
	}
	
	/*item01*/
	.line{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		height: 1px;
		background: #eee;
	}
	.line02 {
		display: block;
		position: relative;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
	}
	.line02::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		margin: auto;
		background-image: linear-gradient(to right, #eee, #eee 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.item01{
		width: 1100px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .left{
		width: 47%;
	}
	.item01 .right{
		width: 47%;
	}
	.item01 .right .photo{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
	}
	.data{
		width: 100%;
		border: 2px solid #000;
		box-sizing: border-box;
		padding: 5% 5%;
		margin: 0 0 7% 0;
	}
	.data .name{
		width: 100%;
		border-bottom: 2px solid #000;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.8em;
		margin: 0 0 5% 0;
		padding: 0 0 2% 0;
		letter-spacing: 3px;
	}
	.data .txt{
		width: 100%;
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.data .link{
		width: 100%;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		color: #fff;
		background: #61bccc;
		letter-spacing: 3px;
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		opacity: 1;
		transition: .3s;
	}
	.data .link:hover{
		opacity: .6;
		transition: .3s;
	}
	
	.size-txt{
		font-size: 12px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		display: inline-block;
		padding: 0 10px;
		margin: 3% 0 5% 0;
		letter-spacing: 2px;
	}
	.point-txt span{
		display: inline-block;
		color: #fff;
		background: #61bccc;
		padding: 3px 10px;
		margin: 0 0 2% 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.point-txt{
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	
	.pro{
		width: 80%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		background: #f9f4ed;
		padding: 2% 2%;
		box-sizing: border-box;
		align-items: center;
	}
	.pro .photo{
		width: 15%;
	}
	.pro .pro-data{
		width: 80%;
	}
	.pro .pro-data .txt01{
		background: #000;
		font-size: 18px;
		letter-spacing: 3px;
		color: #fff;
		display: inline-block;
		padding: 5px 20px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin: 0 0 3% 0;
	}
	.pro .pro-data .txt02{
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
	}
	
	/*ru-title*/
	.ru-title{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 3% auto;
	}
	.ru-title h1{
		width: 150px;
		margin: 0 auto 1% auto;
	}
	.ru-title .title{
		width: 100%;
		font-size: 35px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		line-height: 1.7em;
	}
	.ru-title .ru-line{
		width: 80%;
		margin: 0 auto;
		position: relative;
		bottom: 10px;
	}
	.ru-title .txt{
		width: 100%;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
		text-align: center;
	}
	
	/*item02*/
	.item02{
		width: 1100px;
		margin: 0 auto 2% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .left{
		width: 47%;
	}
	.item02 .right{
		width: 47%;
	}
	.item02 .right .txt01{
		width: 200px;
		margin: 0 auto 8% auto;
	}
	.item02 .right .txt02{
		text-align: center;
		font-weight: bold;
    	font-size: 18px;
		letter-spacing: 2px;
		margin: 0 0 7% 0;
	}
	.item02 .right .txt03{
		text-align: justify;
    	font-size: 14px;
		line-height: 1.8em;
		letter-spacing: 3px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 5% 0;
		margin: 0 0 10% 0;
	}
	
	
	.f-btn{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-btn li{
		width: 48%;
	}
	.f-btn li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.f-btn li a:hover{
		opacity: .7;
		transition: .3s;
	}
	
	
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
	
	/*side-menu*/
    .side-menu__ul{
        width: 90%!important;
        margin: 0 auto;
    }
    .side-menu__ul li{
        width: 100%;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .side-menu__ul li:last-child{
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }
    .side-menu__ul li a .num{
        width: 20%;
        margin: 0% auto 0 auto;
        padding: 15% 0;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 110px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 15px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p img{
		height: 180px;
		display: block;
		margin: 0 auto 10px auto;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 1;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		height: 50px;
		display: block;
		margin: 0 auto 10px auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	.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;
		transform : translate(0, 100px);
		transition : all 1s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 3px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
    .cart-yen span.more-btm{
		border: 1px solid #61bccc;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #61bccc;
        box-sizing: border-box;
		color: #fff;	
		background: #61bccc;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm01{
		border: 1px solid #ff7f6a;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #ff7f6a;
        box-sizing: border-box;
		color: #fff;	
		background: #ff7f6a;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		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::after{
        content: url("../img/l-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
    .s-icon::after{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
	.link-icon::after{
        content: url("../img/link-icon.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
        position: relative;
        background: #fff;
		margin: 0 0 3% 0;
    }
	header h1{
		width: 7%;
        position: absolute;
		top: 2%;
		left: 1%;
		z-index: 9999;
		display: block;
    }
	header .title{
		width: 75%;
		position: absolute;
		right: 0%;
		left: 0%;
		margin: 0 auto;
		top: 75%;
		-webkit-transform: translateY(-75%); /* Safari用 */
		transform: translateY(-75%);
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.read-box{
		margin: 3% auto 0 auto;
		width: 100%;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.read-box li{
		width: 48%;
	}
	.read-box li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read-box li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*item-an*/
	*:focus {
		outline: none;
	}
	
	/*main-title*/
	.main-title{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	.main-title h1{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.main-title .txt{
		width: 100%;
		font-size: 21px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
	}
	
	/*qa*/
	.qa{
		width: 1000px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.qa h1{
		width: 200px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.qa .qa-title{
		width: 100%;
	}
	.qa .qa-title li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.qa .qa-title li:first-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 1% 0;
	}
	.qa .qa-title li .icon{
		width: 9%;
	}
	.qa .qa-title li .txt{
		width: 88%;
		display: block;
		font-size: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 5px;
	}
	
	/*item01*/
	.line{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
		height: 1px;
		background: #eee;
	}
	.line02 {
		display: block;
		position: relative;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10% auto;
	}
	.line02::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		margin: auto;
		background-image: linear-gradient(to right, #eee, #eee 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.item01{
		width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .left{
		width: 47%;
	}
	.item01 .right{
		width: 47%;
	}
	.item01 .right .photo{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
	}
	.data{
		width: 100%;
		border: 2px solid #000;
		box-sizing: border-box;
		padding: 5% 5%;
		margin: 0 0 7% 0;
	}
	.data .name{
		width: 100%;
		border-bottom: 2px solid #000;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.8em;
		margin: 0 0 5% 0;
		padding: 0 0 2% 0;
		letter-spacing: 3px;
	}
	.data .txt{
		width: 100%;
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.data .link{
		width: 100%;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		color: #fff;
		background: #61bccc;
		letter-spacing: 3px;
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		opacity: 1;
		transition: .3s;
	}
	.data .link:hover{
		opacity: .6;
		transition: .3s;
	}
	
	.size-txt{
		font-size: 12px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		display: inline-block;
		padding: 0 10px;
		margin: 3% 0 5% 0;
		letter-spacing: 2px;
	}
	.point-txt span{
		display: inline-block;
		color: #fff;
		background: #61bccc;
		padding: 3px 10px;
		margin: 0 0 2% 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.point-txt{
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	
	.pro{
		width: 80%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		background: #f9f4ed;
		padding: 2% 2%;
		box-sizing: border-box;
		align-items: center;
	}
	.pro .photo{
		width: 15%;
	}
	.pro .pro-data{
		width: 80%;
	}
	.pro .pro-data .txt01{
		background: #000;
		font-size: 18px;
		letter-spacing: 3px;
		color: #fff;
		display: inline-block;
		padding: 5px 20px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin: 0 0 3% 0;
	}
	.pro .pro-data .txt02{
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
	}
	
	/*ru-title*/
	.ru-title{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 3% auto;
	}
	.ru-title h1{
		width: 150px;
		margin: 0 auto 1% auto;
	}
	.ru-title .title{
		width: 100%;
		font-size: 35px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		line-height: 1.7em;
	}
	.ru-title .ru-line{
		width: 80%;
		margin: 0 auto;
		position: relative;
		bottom: 10px;
	}
	.ru-title .txt{
		width: 100%;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
		text-align: center;
	}
	
	/*item02*/
	.item02{
		width: 1000px;
		margin: 0 auto 2% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .left{
		width: 47%;
	}
	.item02 .right{
		width: 47%;
	}
	.item02 .right .txt01{
		width: 200px;
		margin: 0 auto 8% auto;
	}
	.item02 .right .txt02{
		text-align: center;
		font-weight: bold;
    	font-size: 18px;
		letter-spacing: 2px;
		margin: 0 0 7% 0;
	}
	.item02 .right .txt03{
		text-align: justify;
    	font-size: 14px;
		line-height: 1.8em;
		letter-spacing: 3px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 5% 0;
		margin: 0 0 10% 0;
	}
	
	
	.f-btn{
		width: 100%;
		max-width: 900px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-btn li{
		width: 48%;
	}
	.f-btn li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.f-btn li a:hover{
		opacity: .7;
		transition: .3s;
	}
	
	
	
}

/*pad*/
@media screen and (min-width: 0px) and (max-width: 1024px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
    
	/*side-menu*/
    .side-menu__ul{
        width: 90%!important;
        margin: 0 auto;
    }
    .side-menu__ul li{
        width: 100%;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .side-menu__ul li:last-child{
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }
    .side-menu__ul li a .num{
        width: 20%;
        margin: 0% auto 0 auto;
        padding: 15% 0;
    }
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 0 0 15px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	
    /*ani*/
    figure.snip1353 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1353 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1353 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1353:after,
	figure.snip1353:before {
		background: #000;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1353:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1353:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1353 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1353 h2,
	figure.snip1353 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1353 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1353 p img{
		height: 180px;
		display: block;
		margin: 0 auto 10px auto;
	}
	figure.snip1353 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1353:hover:after,
	figure.snip1353.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1353:hover:before,
	figure.snip1353.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2,
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1353:hover figcaption h2,
	figure.snip1353.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1353:hover figcaption p,
	figure.snip1353.hover figcaption p {
		opacity: 1;
	}
	
	/*-----------------*/
	figure.snip1354 {
		position: relative;
		overflow: hidden;
		width: 100%;
		color: #000000;
		text-align: center;
	}
	figure.snip1354 * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	figure.snip1354 img {
		opacity: 1;
		width: 100%;
	}
	figure.snip1354:after,
	figure.snip1354:before {
		background: #fff;
		width: 300%;
		height: 200%;
		position: absolute;
		content: '';
		opacity: 0.5;
		-webkit-transition: all 0.55s ease-in-out;
		transition: all 0.55s ease-in-out;
		z-index: 1;
	}
	figure.snip1354:after {
		top: 0;
		left: 0;
		-webkit-transform: skew(-40deg) translateX(-150%);
		transform: skew(-40deg) translateX(-150%);
	}
	figure.snip1354:before {
		right: 0;
		bottom: 0;
		-webkit-transform: skew(-40deg) translateX(150%);
		transform: skew(-40deg) translateX(150%);
	}
	figure.snip1354 figcaption {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	figure.snip1354 h2,
	figure.snip1354 p {
		margin: 0;
		width: 100%;
		opacity: 0;
	}
	figure.snip1354 h2 {
		padding: 0 30px;
		font-weight: 400;
		text-transform: uppercase;
	}
	figure.snip1354 p {
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	figure.snip1354 p img{
		height: 50px;
		display: block;
		margin: 0 auto 10px auto;
	}
	figure.snip1354 a {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: 2;
	}
	figure.snip1354:hover:after,
	figure.snip1354.hover:after {
		-webkit-transform: skew(-45deg) translateX(-50%);
		transform: skew(-45deg) translateX(-50%);
	}
	figure.snip1354:hover:before,
	figure.snip1354.hover:before {
		-webkit-transform: skew(-45deg) translateX(50%);
		transform: skew(-45deg) translateX(50%);
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2,
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	figure.snip1354:hover figcaption h2,
	figure.snip1354.hover figcaption h2 {
		opacity: 1;
	}
	figure.snip1354:hover figcaption p,
	figure.snip1354.hover figcaption p {
		opacity: 0.7;
	}
	
	.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;
		transform : translate(0, 100px);
		transition : all 1s;
	}
	.fadein-up.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3% 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 3px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
    .cart-yen span.more-btm{
		border: 1px solid #61bccc;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm{
		border: 1px solid #61bccc;
        box-sizing: border-box;
		color: #fff;	
		background: #61bccc;
		transition: 0.3s;
	}
	
	.cart-yen span.more-btm01{
		border: 1px solid #ff7f6a;
        box-sizing: border-box!important;
        background: #fff;
        color: #000;
        font-size: 12px;
        margin: 0 0 0 10px;
        padding: 2px 0%!important;
        display: inline-block;
        width: 100px;
        text-align: center;
	}
	.cart-btm:hover .cart-yen span.more-btm01{
		border: 1px solid #ff7f6a;
        box-sizing: border-box;
		color: #fff;	
		background: #ff7f6a;
		transition: 0.3s;
	}
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0% 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 300px;
		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::after{
        content: url("../img/l-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
    .s-icon::after{
        content: url("../img/s-size.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
	.link-icon::after{
        content: url("../img/link-icon.svg");
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 5px;
        position: relative;
        top: 2px;
    }
	
	/*----------------------------------------------------*/
	header {
		width: 100%;
        position: relative;
        background: #fff;
		margin: 0 0 3% 0;
    }
	header h1{
		width: 10%;
        position: absolute;
		top: 2%;
		left: 1%;
		z-index: 9999;
		display: block;
    }
	header .title{
		width: 75%;
		position: absolute;
		right: 0%;
		left: 0%;
		margin: 0 auto;
		top: 75%;
		-webkit-transform: translateY(-75%); /* Safari用 */
		transform: translateY(-75%);
	}
	
	header a{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: block;
		top: 0;
		left: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.read-box{
		margin: 3% auto 0 auto;
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.read-box li{
		width: 48%;
	}
	.read-box li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read-box li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*item-an*/
	*:focus {
		outline: none;
	}
	
	/*main-title*/
	.main-title{
		width: 95%;
		margin: 0 auto 3% auto;
	}
	.main-title h1{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.main-title .txt{
		width: 100%;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.main-title .txt br{
		display: none;
	}
	
	/*qa*/
	.qa{
		width: 90%;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.qa h1{
		width: 150px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.qa .qa-title{
		width: 100%;
	}
	.qa .qa-title li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.qa .qa-title li:first-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 1% 0;
	}
	.qa .qa-title li .icon{
		width: 9%;
	}
	.qa .qa-title li .txt{
		width: 88%;
		display: block;
		font-size: 21px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: 5px;
	}
	
	/*item01*/
	.line{
		width: 100%;
		margin: 0 auto 5% auto;
		height: 1px;
		background: #eee;
	}
	.line02 {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.line02::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		margin: auto;
		background-image: linear-gradient(to right, #eee, #eee 5px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	.item01{
		width: 95%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .left{
		width: 47%;
	}
	.item01 .right{
		width: 47%;
	}
	.item01 .right .photo{
		width: 100%;
		display: block;
		margin: 0 0 5% 0;
	}
	.data{
		width: 100%;
		border: 2px solid #000;
		box-sizing: border-box;
		padding: 5% 5%;
		margin: 0 0 7% 0;
	}
	.data .name{
		width: 100%;
		border-bottom: 2px solid #000;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.8em;
		margin: 0 0 5% 0;
		padding: 0 0 2% 0;
		letter-spacing: 3px;
	}
	.data .txt{
		width: 100%;
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.data .link{
		width: 100%;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		color: #fff;
		background: #61bccc;
		letter-spacing: 3px;
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		opacity: 1;
		transition: .3s;
	}
	.data .link:hover{
		opacity: .6;
		transition: .3s;
	}
	
	.size-txt{
		font-size: 12px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		display: inline-block;
		padding: 0 10px;
		margin: 3% 0 5% 0;
		letter-spacing: 2px;
	}
	.point-txt span{
		display: inline-block;
		color: #fff;
		background: #61bccc;
		padding: 3px 10px;
		margin: 0 0 2% 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.point-txt{
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	
	.pro{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		background: #f9f4ed;
		padding: 2% 2%;
		box-sizing: border-box;
		align-items: center;
	}
	.pro .photo{
		width: 15%;
	}
	.pro .pro-data{
		width: 80%;
	}
	.pro .pro-data .txt01{
		background: #000;
		font-size: 18px;
		letter-spacing: 3px;
		color: #fff;
		display: inline-block;
		padding: 5px 20px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin: 0 0 3% 0;
	}
	.pro .pro-data .txt02{
		font-size: 14px;
		line-height: 1.8em;
		text-align: justify;
		letter-spacing: 3px;
	}
	
	/*ru-title*/
	.ru-title{
		width: 95%;
		margin: 0 auto 3% auto;
	}
	.ru-title h1{
		width: 150px;
		margin: 0 auto 1% auto;
	}
	.ru-title .title{
		width: 100%;
		font-size: 21px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		line-height: 1.7em;
	}
	.ru-title .ru-line{
		width: 80%;
		margin: 0 auto;
		position: relative;
		bottom: 10px;
	}
	.ru-title .txt{
		width: 100%;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
	}
	.ru-title .txt br{
		display: none;
	}
	
	/*item02*/
	.item02{
		width: 95%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .left{
		width: 47%;
	}
	.item02 .right{
		width: 47%;
	}
	.item02 .right .txt01{
		width: 150px;
		margin: 0 auto 8% auto;
	}
	.item02 .right .txt02{
		text-align: center;
		font-weight: bold;
    	font-size: 16px;
		letter-spacing: 2px;
		margin: 0 0 7% 0;
	}
	.item02 .right .txt03{
		text-align: justify;
    	font-size: 14px;
		line-height: 1.8em;
		letter-spacing: 3px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 5% 0;
		margin: 0 0 10% 0;
	}
	
	
	.f-btn{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-btn li{
		width: 48%;
	}
	.f-btn li a{
		width: 100%;
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.f-btn li a:hover{
		opacity: .7;
		transition: .3s;
	}
    
}

