body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
}


/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 5% 0 5% 0;
	}
	.mv-img{
		width: 68%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 30%;
		position: relative;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.mv-title-box .mv-icon{
		width: 30%;
		position: absolute;
		top: 22%;
		right: 0;
	}
	.mv-title-box .mv-txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		color: #595757;
		margin: 0 auto;
	}
	.mv-bg{
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #f7f3ee;
		z-index: -1;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 17%;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .img{
		width: 100%;
		border-radius: 300px;
		overflow: hidden;
		position: relative;
		margin: 0 0 20px 0;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		display: block;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 15px;
		display: block;
		margin: 0 auto;
	}
	
	/*wrap*/
	.wrap{
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	.side-icon{
		width: 15px;
		position: absolute;
		top: 0;
		left: -60px;
		height: 100%;
	}
	.side-icon .line{
		width: 1px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 100%;
		background: rgba(203,204,204,0.3);
	}
	.side-icon .side-icon-in {
		width: 15px;
		background: #fff;
		position: sticky;
		z-index: 10;
		top: 5%;
		left: 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 3% auto;
		background: #eee;
		color: #595757;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding: 7% 5%;
	}
	.door-color01{
		background: #f7f7f7;
	}
	.door-color02{
		background: #f9f9f9;
	}
	.door-color03{
		background: #fefaf8;
	}
	.door-color04{
		background: #f2f8fa;
	}
	.door-color05{
		background: #f8f7fb;
	}
	.door .img{
		width: 50%;
	}
	.door .data{
		width: 45%;
	}
	.door .data .door-txt{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.door .data .door-txt li{
		width: max-content;
		margin: 0 3px;
	}
	.door .data .door-txt .sp{
		width: 20px;
	}
	.door .data .door-txt li img{
		height: 40px;
	}
	.door .data .txt-title{
		width: 160px;
		margin: 0 0 5% 0;
	}
	.door .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.door .data .title{
		width: 100%;
		height: 17px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .data .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door .data .title .img img{
		height: 17px;
	}
	.door .data .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 14px;
	}
	
	.door-dotto{
		width: 10px;
		margin: 0 auto 5% auto;
	}
	.door-dotto li{
		width: 10px;
		height: 10px;
		border-radius: 20px;
	}
	.door-dotto li:nth-child(2){
		margin: 15px 0;
	}
	
	/*door02*/
	.door02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.door02 .txt-box{
		width: 35%;
		position: absolute;
		bottom: 20%;
		right: 10%;
	}
	.door02 .txt-box .door-txt01{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 15% 0;
	}
	.door02 .txt-box .door-txt01 li:nth-child(1){
		width: max-content;
		position: relative;
		left: 10px;
	}
	.door02 .txt-box .door-txt01 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt01 li img{
		height: 50px;
	}
	.door02 .txt-box .door-txt02{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 15% 0;
	}
	.door02 .txt-box .door-txt02 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt02 li img{
		height: 50px;
	}
	.door02 .txt-box .title{
		width: 100%;
		height: 17px;
		position: relative;
	}
	.door02 .txt-box .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door02 .txt-box .title .img img{
		height: 17px;
	}
	.door02 .txt-box .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 14px;
	}
	.txt-title{
		text-align: center;
		font-size: 25px;
		letter-spacing: 4px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 5% 0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		color: #595757;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .name-list{
		width: max-content;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item .data .name-list li:first-child{
		width: max-content;
		margin: 0 40px 0 0;
	}
	.item .data .name-list li:first-child img{
		height: 40px;
	}
	.item .data .name-list li{
		width: max-content;
		margin: 0 3px;
	}
	.item .data .name-list .sp{
		width: 7px!important;
	}
	.item .data .name-list li img{
		height: 25px;
	}
	.item .data .title{
		width: 100%;
		border-top: 1px solid #cbcccc;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		padding: 7% 0 0 0;
		margin: 0 0 7% 0;
	}
	.item .data .title01{
		color: #50504e;
	}
	.item .data .title02{
		color: #767f73;
	}
	.item .data .title03{
		color: #ef8a62;
	}
	.item .data .title04{
		color: #66b6c3;
	}
	.item .data .title05{
		color: #b8a3d4;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .icon01{
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 30px;
		position: absolute;
		bottom: 0;
		right: 0;
		transform:rotate(180deg);
	}
	.item .data .txt-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		box-sizing: border-box;
		padding: 7% 10%;
	}
	
	
	/*item-list*/
	.item-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-list li:first-child{
		width: 23%;
		margin: 0 0 5% 0;
	}
	.item-list li{
		width: 23%;
	}
	.item-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-list li .link-box{
		width: 80%;
		margin: 0 auto;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 7% auto;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-item{
		width: 30%;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		min-height: 210px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 5% auto;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #595757;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #595757;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		border-radius: 300px;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .on01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on01{
		transition: .3s;
		background: rgba(80,80,78,0.7);
		opacity: 1;
	}
	.side-nav-in a .on02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on02{
		transition: .3s;
		background: rgba(118,127,115,0.7);
		opacity: 1;
	}
	.side-nav-in a .on03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on03{
		transition: .3s;
		background: rgba(239,138,98,0.7);
		opacity: 1;
	}
	.side-nav-in a .on04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on04{
		transition: .3s;
		background: rgba(102,182,195,0.7);
		opacity: 1;
	}
	.side-nav-in a .on05{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on05{
		transition: .3s;
		background: rgba(184,163,212,0.7);
		opacity: 1;
	}
	.on-txt{
		width: max-content;
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	.on-txt img{
		height: 30px;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.f-banner-list li:nth-child(2){
		width: 100%;
		margin: 10% 0 15% 0;
	}
	.f-banner-list li:nth-child(2) a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		box-sizing: border-box;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) .txt{
		width: 100%;
		text-align: center;
		margin: 0 0 2% 0;
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in4;
		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 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-f12,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f12.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.dotto-zoom1 {
		opacity : 0;
	}
	.dotto-zoom1.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom2 {
		opacity : 0;
	}
	.dotto-zoom2.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom3 {
		opacity : 0;
	}
	.dotto-zoom3.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 5% 0 5% 0;
	}
	.mv-img{
		width: 68%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 30%;
		position: relative;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.mv-title-box .mv-icon{
		width: 30%;
		position: absolute;
		top: 22%;
		right: 0;
	}
	.mv-title-box .mv-txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		color: #595757;
		margin: 0 auto;
	}
	.mv-bg{
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #f7f3ee;
		z-index: -1;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 17%;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .img{
		width: 100%;
		border-radius: 300px;
		overflow: hidden;
		position: relative;
		margin: 0 0 20px 0;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		display: block;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 15px;
		display: block;
		margin: 0 auto;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.side-icon{
		width: 15px;
		position: absolute;
		top: 0;
		left: -60px;
		height: 100%;
	}
	.side-icon .line{
		width: 1px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 100%;
		background: rgba(203,204,204,0.3);
	}
	.side-icon .side-icon-in {
		width: 15px;
		background: #fff;
		position: sticky;
		z-index: 10;
		top: 5%;
		left: 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 2% auto;
		background: #eee;
		color: #595757;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding: 7% 5%;
	}
	.door-color01{
		background: #f7f7f7;
	}
	.door-color02{
		background: #f9f9f9;
	}
	.door-color03{
		background: #fefaf8;
	}
	.door-color04{
		background: #f2f8fa;
	}
	.door-color05{
		background: #f8f7fb;
	}
	.door .img{
		width: 50%;
	}
	.door .data{
		width: 45%;
	}
	.door .data .door-txt{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.door .data .door-txt li{
		width: max-content;
		margin: 0 3px;
	}
	.door .data .door-txt .sp{
		width: 20px;
	}
	.door .data .door-txt li img{
		height: 40px;
	}
	.door .data .txt-title{
		width: 160px;
		margin: 0 0 5% 0;
	}
	.door .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.door .data .title{
		width: 100%;
		height: 17px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .data .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door .data .title .img img{
		height: 17px;
	}
	.door .data .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 14px;
	}
	
	.door-dotto{
		width: 10px;
		margin: 0 auto 5% auto;
	}
	.door-dotto li{
		width: 10px;
		height: 10px;
		border-radius: 20px;
	}
	.door-dotto li:nth-child(2){
		margin: 15px 0;
	}
	
	/*door02*/
	.door02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.door02 .txt-box{
		width: 35%;
		position: absolute;
		bottom: 20%;
		right: 10%;
	}
	.door02 .txt-box .door-txt01{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 15% 0;
	}
	.door02 .txt-box .door-txt01 li:nth-child(1){
		width: max-content;
		position: relative;
		left: 10px;
	}
	.door02 .txt-box .door-txt01 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt01 li img{
		height: 50px;
	}
	.door02 .txt-box .door-txt02{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 15% 0;
	}
	.door02 .txt-box .door-txt02 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt02 li img{
		height: 50px;
	}
	.door02 .txt-box .title{
		width: 100%;
		height: 17px;
		position: relative;
	}
	.door02 .txt-box .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door02 .txt-box .title .img img{
		height: 17px;
	}
	.door02 .txt-box .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 14px;
	}
	.txt-title{
		text-align: center;
		font-size: 25px;
		letter-spacing: 4px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 5% 0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		color: #595757;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .name-list{
		width: max-content;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item .data .name-list li:first-child{
		width: max-content;
		margin: 0 40px 0 0;
	}
	.item .data .name-list li:first-child img{
		height: 40px;
	}
	.item .data .name-list li{
		width: max-content;
		margin: 0 3px;
	}
	.item .data .name-list .sp{
		width: 7px!important;
	}
	.item .data .name-list li img{
		height: 25px;
	}
	.item .data .title{
		width: 100%;
		border-top: 1px solid #cbcccc;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		padding: 7% 0 0 0;
		margin: 0 0 7% 0;
	}
	.item .data .title01{
		color: #50504e;
	}
	.item .data .title02{
		color: #767f73;
	}
	.item .data .title03{
		color: #ef8a62;
	}
	.item .data .title04{
		color: #66b6c3;
	}
	.item .data .title05{
		color: #b8a3d4;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .icon01{
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 30px;
		position: absolute;
		bottom: 0;
		right: 0;
		transform:rotate(180deg);
	}
	.item .data .txt-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		box-sizing: border-box;
		padding: 7% 10%;
	}
	
	
	/*item-list*/
	.item-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-list li:first-child{
		width: 23%;
		margin: 0 0 5% 0;
	}
	.item-list li{
		width: 23%;
	}
	.item-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-list li .link-box{
		width: 80%;
		margin: 0 auto;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 7% auto;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-item{
		width: 30%;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		min-height: 210px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 5% auto;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #595757;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #595757;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		border-radius: 300px;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .on01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on01{
		transition: .3s;
		background: rgba(80,80,78,0.7);
		opacity: 1;
	}
	.side-nav-in a .on02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on02{
		transition: .3s;
		background: rgba(118,127,115,0.7);
		opacity: 1;
	}
	.side-nav-in a .on03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on03{
		transition: .3s;
		background: rgba(239,138,98,0.7);
		opacity: 1;
	}
	.side-nav-in a .on04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on04{
		transition: .3s;
		background: rgba(102,182,195,0.7);
		opacity: 1;
	}
	.side-nav-in a .on05{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on05{
		transition: .3s;
		background: rgba(184,163,212,0.7);
		opacity: 1;
	}
	.on-txt{
		width: max-content;
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	.on-txt img{
		height: 30px;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.f-banner-list li:nth-child(2){
		width: 100%;
		margin: 10% 0 15% 0;
	}
	.f-banner-list li:nth-child(2) a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		box-sizing: border-box;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) .txt{
		width: 100%;
		text-align: center;
		margin: 0 0 2% 0;
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in4;
		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 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-f12,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f12.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.dotto-zoom1 {
		opacity : 0;
	}
	.dotto-zoom1.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom2 {
		opacity : 0;
	}
	.dotto-zoom2.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom3 {
		opacity : 0;
	}
	.dotto-zoom3.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 5% 0 5% 0;
	}
	.mv-img{
		width: 68%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 30%;
		position: relative;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.mv-title-box .mv-icon{
		width: 30%;
		position: absolute;
		top: 20%;
		right: 0;
	}
	.mv-title-box .mv-txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		color: #595757;
		margin: 0 auto;
	}
	.mv-bg{
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #f7f3ee;
		z-index: -1;
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 17%;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .img{
		width: 100%;
		border-radius: 300px;
		overflow: hidden;
		position: relative;
		margin: 0 0 20px 0;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		display: block;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 15px;
		display: block;
		margin: 0 auto;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.side-icon{
		width: 15px;
		position: absolute;
		top: 0;
		left: -60px;
		height: 100%;
	}
	.side-icon .line{
		width: 1px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 100%;
		background: rgba(203,204,204,0.3);
	}
	.side-icon .side-icon-in {
		width: 15px;
		background: #fff;
		position: sticky;
		z-index: 10;
		top: 5%;
		left: 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 3% auto;
		background: #eee;
		color: #595757;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.door-color01{
		background: #f7f7f7;
	}
	.door-color02{
		background: #f9f9f9;
	}
	.door-color03{
		background: #fefaf8;
	}
	.door-color04{
		background: #f2f8fa;
	}
	.door-color05{
		background: #f8f7fb;
	}
	.door .img{
		width: 50%;
	}
	.door .data{
		width: 45%;
	}
	.door .data .door-txt{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.door .data .door-txt li{
		width: max-content;
		margin: 0 3px;
	}
	.door .data .door-txt .sp{
		width: 20px;
	}
	.door .data .door-txt li img{
		height: 40px;
	}
	.door .data .txt-title{
		width: 160px;
		margin: 0 0 5% 0;
	}
	.door .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.door .data .title{
		width: 100%;
		height: 17px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .data .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door .data .title .img img{
		height: 17px;
	}
	.door .data .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 14px;
	}
	
	.door-dotto{
		width: 10px;
		margin: 0 auto 5% auto;
	}
	.door-dotto li{
		width: 10px;
		height: 10px;
		border-radius: 20px;
	}
	.door-dotto li:nth-child(2){
		margin: 15px 0;
	}
	
	/*door02*/
	.door02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.door02 .txt-box{
		width: 35%;
		position: absolute;
		bottom: 20%;
		right: 10%;
	}
	.door02 .txt-box .door-txt01{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 15% 0;
	}
	.door02 .txt-box .door-txt01 li:nth-child(1){
		width: max-content;
		position: relative;
		left: 10px;
	}
	.door02 .txt-box .door-txt01 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt01 li img{
		height: 50px;
	}
	.door02 .txt-box .door-txt02{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 15% 0;
	}
	.door02 .txt-box .door-txt02 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt02 li img{
		height: 50px;
	}
	.door02 .txt-box .title{
		width: 100%;
		height: 17px;
		position: relative;
	}
	.door02 .txt-box .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door02 .txt-box .title .img img{
		height: 17px;
	}
	.door02 .txt-box .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 14px;
	}
	.txt-title{
		text-align: center;
		font-size: 25px;
		letter-spacing: 4px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 5% 0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		color: #595757;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .name-list{
		width: max-content;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item .data .name-list li:first-child{
		width: max-content;
		margin: 0 40px 0 0;
	}
	.item .data .name-list li:first-child img{
		height: 40px;
	}
	.item .data .name-list li{
		width: max-content;
		margin: 0 3px;
	}
	.item .data .name-list .sp{
		width: 7px!important;
	}
	.item .data .name-list li img{
		height: 25px;
	}
	.item .data .title{
		width: 100%;
		border-top: 1px solid #cbcccc;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		padding: 7% 0 0 0;
		margin: 0 0 7% 0;
	}
	.item .data .title01{
		color: #50504e;
	}
	.item .data .title02{
		color: #767f73;
	}
	.item .data .title03{
		color: #ef8a62;
	}
	.item .data .title04{
		color: #66b6c3;
	}
	.item .data .title05{
		color: #b8a3d4;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .icon01{
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 30px;
		position: absolute;
		bottom: 0;
		right: 0;
		transform:rotate(180deg);
	}
	.item .data .txt-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		box-sizing: border-box;
		padding: 7% 10%;
	}
	
	
	/*item-list*/
	.item-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-list li:first-child{
		width: 23%;
		margin: 0 0 5% 0;
	}
	.item-list li{
		width: 23%;
	}
	.item-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-list li .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 7% auto;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-item{
		width: 30%;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		min-height: 210px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 5% auto;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #595757;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #595757;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 80px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 80px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		border-radius: 300px;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .on01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on01{
		transition: .3s;
		background: rgba(80,80,78,0.7);
		opacity: 1;
	}
	.side-nav-in a .on02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on02{
		transition: .3s;
		background: rgba(118,127,115,0.7);
		opacity: 1;
	}
	.side-nav-in a .on03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on03{
		transition: .3s;
		background: rgba(239,138,98,0.7);
		opacity: 1;
	}
	.side-nav-in a .on04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on04{
		transition: .3s;
		background: rgba(102,182,195,0.7);
		opacity: 1;
	}
	.side-nav-in a .on05{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on05{
		transition: .3s;
		background: rgba(184,163,212,0.7);
		opacity: 1;
	}
	.on-txt{
		width: max-content;
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	.on-txt img{
		height: 30px;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.f-banner-list li:nth-child(2){
		width: 100%;
		margin: 10% 0 15% 0;
	}
	.f-banner-list li:nth-child(2) a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		box-sizing: border-box;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) .txt{
		width: 100%;
		text-align: center;
		margin: 0 0 2% 0;
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in4;
		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 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-f12,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f12.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.dotto-zoom1 {
		opacity : 0;
	}
	.dotto-zoom1.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom2 {
		opacity : 0;
	}
	.dotto-zoom2.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom3 {
		opacity : 0;
	}
	.dotto-zoom3.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
    
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 95%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 5% 0 5% 0;
	}
	.mv-img{
		width: 68%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 30%;
		position: relative;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.mv-title-box .mv-icon{
		width: 30%;
		position: absolute;
		top: 20%;
		right: 0;
	}
	.mv-title-box .mv-txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		color: #595757;
		margin: 0 auto;
	}
	.mv-bg{
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #f7f3ee;
		z-index: -1;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		color: #595757;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 17%;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .img{
		width: 100%;
		border-radius: 300px;
		overflow: hidden;
		position: relative;
		margin: 0 0 20px 0;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		display: block;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 15px;
		display: block;
		margin: 0 auto;
	}
	
	/*wrap*/
	.wrap{
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	.side-icon{
		width: 15px;
		position: absolute;
		top: 0;
		left: -60px;
		height: 100%;
	}
	.side-icon .line{
		width: 1px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 100%;
		background: rgba(203,204,204,0.3);
	}
	.side-icon .side-icon-in {
		width: 15px;
		background: #fff;
		position: sticky;
		z-index: 10;
		top: 5%;
		left: 0;
	}
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 3% auto;
		background: #eee;
		color: #595757;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.door-color01{
		background: #f7f7f7;
	}
	.door-color02{
		background: #f9f9f9;
	}
	.door-color03{
		background: #fefaf8;
	}
	.door-color04{
		background: #f2f8fa;
	}
	.door-color05{
		background: #f8f7fb;
	}
	.door .img{
		width: 50%;
	}
	.door .data{
		width: 45%;
	}
	.door .data .door-txt{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.door .data .door-txt li{
		width: max-content;
		margin: 0 3px;
	}
	.door .data .door-txt .sp{
		width: 20px;
	}
	.door .data .door-txt li img{
		height: 30px;
	}
	.door .data .txt-title{
		width: 160px;
		margin: 0 0 5% 0;
	}
	.door .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.door .data .title{
		width: 100%;
		height: 17px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .data .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door .data .title .img img{
		height: 15px;
	}
	.door .data .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 18px;
	}
	
	.door-dotto{
		width: 10px;
		margin: 0 auto 5% auto;
	}
	.door-dotto li{
		width: 10px;
		height: 10px;
		border-radius: 20px;
	}
	.door-dotto li:nth-child(2){
		margin: 15px 0;
	}
	
	/*door02*/
	.door02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.door02 .txt-box{
		width: 35%;
		position: absolute;
		bottom: 20%;
		right: 10%;
	}
	.door02 .txt-box .door-txt01{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 15% 0;
	}
	.door02 .txt-box .door-txt01 li:nth-child(1){
		width: max-content;
		position: relative;
		left: 10px;
	}
	.door02 .txt-box .door-txt01 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt01 li img{
		height: 30px;
	}
	.door02 .txt-box .door-txt02{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 15% 0;
	}
	.door02 .txt-box .door-txt02 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt02 li img{
		height: 30px;
	}
	.door02 .txt-box .title{
		width: 100%;
		height: 17px;
		position: relative;
	}
	.door02 .txt-box .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door02 .txt-box .title .img img{
		height: 15px;
	}
	.door02 .txt-box .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 18px;
	}
	.txt-title{
		text-align: center;
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 5% 0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		color: #595757;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
	}
	.item .data .name-list{
		width: max-content;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item .data .name-list li:first-child{
		width: max-content;
		margin: 0 40px 0 0;
	}
	.item .data .name-list li:first-child img{
		height: 40px;
	}
	.item .data .name-list li{
		width: max-content;
		margin: 0 3px;
	}
	.item .data .name-list .sp{
		width: 7px!important;
	}
	.item .data .name-list li img{
		height: 20px;
	}
	.item .data .title{
		width: 100%;
		border-top: 1px solid #cbcccc;
		font-size: 21px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		padding: 7% 0 0 0;
		margin: 0 0 7% 0;
	}
	.item .data .title01{
		color: #50504e;
	}
	.item .data .title02{
		color: #767f73;
	}
	.item .data .title03{
		color: #ef8a62;
	}
	.item .data .title04{
		color: #66b6c3;
	}
	.item .data .title05{
		color: #b8a3d4;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
		transform:rotate(180deg);
	}
	.item .data .txt-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		box-sizing: border-box;
		padding: 7% 10%;
	}
	
	
	/*item-list*/
	.item-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-list li:first-child{
		width: 23%;
		margin: 0 0 5% 0;
	}
	.item-list li{
		width: 23%;
	}
	.item-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-list li .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 7% auto;
		padding: 0 0 5% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.f-item{
		width: 30%;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		min-height: 210px;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 5% auto;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
		color: #fff;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #595757;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #fff;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #595757;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #fff;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 70px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 70px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		border-radius: 300px;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .on01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on01{
		transition: .3s;
		background: rgba(80,80,78,0.7);
		opacity: 1;
	}
	.side-nav-in a .on02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on02{
		transition: .3s;
		background: rgba(118,127,115,0.7);
		opacity: 1;
	}
	.side-nav-in a .on03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on03{
		transition: .3s;
		background: rgba(239,138,98,0.7);
		opacity: 1;
	}
	.side-nav-in a .on04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on04{
		transition: .3s;
		background: rgba(102,182,195,0.7);
		opacity: 1;
	}
	.side-nav-in a .on05{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .on05{
		transition: .3s;
		background: rgba(184,163,212,0.7);
		opacity: 1;
	}
	.on-txt{
		width: max-content;
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
	.on-txt img{
		height: 30px;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.f-banner-list li:nth-child(2){
		width: 100%;
		margin: 10% 0 15% 0;
	}
	.f-banner-list li:nth-child(2) a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		box-sizing: border-box;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) .txt{
		width: 100%;
		text-align: center;
		margin: 0 0 2% 0;
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in4;
		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 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-f12,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f12.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.dotto-zoom1 {
		opacity : 0;
	}
	.dotto-zoom1.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom2 {
		opacity : 0;
	}
	.dotto-zoom2.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom3 {
		opacity : 0;
	}
	.dotto-zoom3.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-logo{
		width: 20%;
		position: absolute;
		left: 5%;
		top: 2%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
		margin: 0 auto;
		padding: 15% 0 0 0;
	}
	.mv-img{
		width: 68%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
		position: relative;
	}
	.mv-title-box{
		width: 100%;
		margin: 4% 0 0 0;
		position: relative;
	}
	.mv-title-box .mv-title01{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.mv-title-box .mv-icon{
		width: 30%;
		position: absolute;
		top: 11%;
		right: 5%;
	}
	.mv-title-box .mv-txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 10% auto 0 auto;
		background: #fff;
		box-sizing: border-box;
		padding: 10% 5% 5% 5%;
	}
	.mv-bg{
		width: 100%;
		height: 60%;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #f7f3ee;
		z-index: -1;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 15% auto;
		color: #595757;
	}
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.top-nav li{
		width: 29%;
		margin: 0 2% 0 2%;
	}
	.top-nav li:first-child{
		width: 29%;
		margin: 0 2% 10% 2%;
	}
	.top-nav li a{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-nav li a .img{
		width: 100%;
		border-radius: 300px;
		overflow: hidden;
		position: relative;
		margin: 0 0 10px 0;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		display: block;
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li a .txt{
		width: 100%;
	}
	.top-nav li a .txt img{
		height: 10px;
		display: block;
		margin: 0 auto;
	}
	
	/*wrap*/
	.wrap{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.side-icon{
		display: none;
	}
	.side-icon .line{
		display: none;
	}
	.side-icon .side-icon-in {
		display: none;
	}
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
		background: #eee;
		color: #595757;
		box-sizing: border-box;
		padding: 10% 5%;
	}
	.door-color01{
		background: #f7f7f7;
	}
	.door-color02{
		background: #f9f9f9;
	}
	.door-color03{
		background: #fefaf8;
	}
	.door-color04{
		background: #f2f8fa;
	}
	.door-color05{
		background: #f8f7fb;
	}
	.door .data .img{
		width: 100%;
	}
	.door .data{
		width: 100%;
	}
	.door .data .door-txt{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.door .data .door-txt li{
		width: max-content;
		margin: 0 3px;
	}
	.door .data .door-txt .sp{
		width: 10px;
	}
	.door .data .door-txt li img{
		height: 23px;
	}
	.door .data .txt-title{
		width: 180px;
		margin: 0 auto 5% auto;
	}
	.door .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.door .data .title{
		width: 100%;
		height: 17px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.door .data .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door .data .title .img img{
		height: 13px;
	}
	.door .data .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 18px;
	}
	
	.door-dotto{
		width: 7px;
		margin: 0 auto 10% auto;
	}
	.door-dotto li{
		width: 7px;
		height: 7px;
		border-radius: 20px;
	}
	.door-dotto li:nth-child(2){
		margin: 10px 0;
	}
	
	/*door02*/
	.door02{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.door02 .txt-box{
		width: 70%;
		position: absolute;
		bottom: 5%;
		left: 5%;
	}
	.door02 .txt-box .door-txt01{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 10% 0;
	}
	.door02 .txt-box .door-txt01 li:nth-child(1){
		width: max-content;
		position: relative;
		left: 5px;
	}
	.door02 .txt-box .door-txt01 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt01 li img{
		height: 30px;
	}
	.door02 .txt-box .door-txt02{
		width: max-content;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.door02 .txt-box .door-txt02 li{
		width: max-content;
		margin: 0 3px;
	}
	.door02 .txt-box .door-txt02 li img{
		height: 30px;
	}
	.door02 .txt-box .title{
		width: 100%;
		height: 17px;
		position: relative;
	}
	.door02 .txt-box .title .img{
		width: max-content;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 0 0 0 5%;
	}
	.door02 .txt-box .title .img img{
		height: 15px;
	}
	.door02 .txt-box .title .line{
		width: 100%;
		height: 1px;
		background: #b7b7b7;
		position: absolute;
		top: 18px;
	}
	.txt-title{
		text-align: center;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 5% 0;
	}
	
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
		color: #595757;
	}
	.item .data .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.ps01{
		position: relative;
		left: 0%;
	}
	.ps02{
		position: relative;
		left: 0%;
	}
	.ps03{
		position: relative;
		left: 0%;
	}
	.ps04{
		position: relative;
		left: 0%;
	}
	.item .data{
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.item .data .name-list{
		width: max-content;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item .data .name-list li:first-child{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item .data .name-list li:first-child img{
		height: 30px;
	}
	.item .data .name-list li{
		width: max-content;
		margin: 0 1px;
	}
	.item .data .name-list .sp{
		width: 10px!important;
	}
	.item .data .name-list li img{
		height: 18px;
	}
	.item .data .title{
		width: 100%;
		border-top: 1px solid #cbcccc;
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		padding: 5% 0 0 0;
		margin: 0 0 2% 0;
	}
	.item .data .title01{
		color: #50504e;
	}
	.item .data .title02{
		color: #767f73;
	}
	.item .data .title03{
		color: #ef8a62;
	}
	.item .data .title04{
		color: #66b6c3;
	}
	.item .data .title05{
		color: #b8a3d4;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .icon01{
		width: 15px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 15px;
		position: absolute;
		bottom: 0;
		right: 0;
		transform:rotate(180deg);
	}
	.item .data .txt-box .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		box-sizing: border-box;
		padding: 10% 5%;
	}
	
	
	/*item-list*/
	.item-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.item-list li{
		width: 48%;
		margin: 0 0 5% 0;
	}
	.item-list li .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-list li .link-box{
		width: 100%;
		margin: 0 auto;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 0 0 10% 0;
		border-bottom: 1px solid #eee;
	}
	.f-txt .logo{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.f-txt .txt{
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		color: #595757;
	}
	
	/*f-item-box*/
	.f-item-box{
		width: 90%;
		margin: 0 auto 20% auto;
	}
	.f-item{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.f-item .logo{
		width: 50%;
		display: block;
		margin: 0 auto 3% auto;
	}
	.f-item .txt{
		width: 100%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		color: #595757;
		margin: 0 0 0% 0;
	}
	.f-item .img{
		display: block;
		margin: 0 auto 0 auto;
	}
	
	/*pro*/
	.pro{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 15% auto;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
		padding: 5% 0;
	}
	.pro .img{
		width: 40%;
	}
	.pro .data{
		width: 55%;
	}
	.pro .data .txt{
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		position: relative;
		top: -2px;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #5e5e5e;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label02 {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label02::after,
	.Label02::before {
		content: "";
		position: absolute;
		left: 15em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label02::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,.Label02,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label02 + .content {
		height: auto;
		border-top: 1px solid #000;
		padding: 5% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label02::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	.toggle:checked + .Label02::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*f-banner*/
	.f-banner{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.f-banner-list li:nth-child(2){
		width: 100%;
		margin: 10% 0 15% 0;
	}
	.f-banner-list li:nth-child(2) a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		box-sizing: border-box;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:nth-child(2) .txt{
		width: 100%;
		text-align: center;
		margin: 0 0 2% 0;
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 10% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 13px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
	.cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen02{
		font-size: 13px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 0%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
    	letter-spacing: 0;
		margin: 0 0 0 3px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 10px;
    	letter-spacing: 0;
		margin: 0 0 0 3px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 55px;
		padding: 5px 0 5px 0;
		background: #969793;
		border: 1px solid #969793;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #969793;
	  color: #969793;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: mv-in;
		animation-duration: 1.5s;
		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: mv-in4;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv-in5;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in2 {
		0% {
		  opacity: 0;
		　-webkit-filter: blur(10px);
		  -moz-filter: blur(10px);
		  -o-filter: blur(10px);
		  -ms-filter: blur(10px);
		  filter: blur(10px);
		  transform: translateY(0px)
		}
		100% {
		  opacity: 1;
		　-webkit-filter: blur(0px);
		  -moz-filter: blur(0px);
		  -o-filter: blur(0px);
		  -ms-filter: blur(0px);
		  filter: blur(0px);
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in3 {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes mv-in4 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in5 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up03 {
		opacity : 0;
	}
	.fadein-up03.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-t-up {
		opacity : 0;
	}
	.fadein-t-up.active{
		opacity : 1;
		animation-name: fadein-t-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-t-up {
		0% {
		  opacity: 0;
		  transform: translateY( 20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-bg-l {
		opacity : 0;
	}
	.fadein-bg-l.active{
		opacity : 1;
		animation-name: fadein-bg-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-l {
		0% {
		  opacity: 0;
		  transform: translateX(100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-bg-r {
		opacity : 0;
	}
	.fadein-bg-r.active{
		opacity : 1;
		animation-name: fadein-bg-r;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-bg-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10,.txt-f11,.txt-f12,.txt-d01,.txt-d02,.txt-d03,.txt-d04,.txt-d05 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f01.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		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;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f11.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f12.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.txt-d01.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d02.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d03.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d04.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-d05.active{
		opacity : 1;
		animation-name: fade-in3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.dotto-zoom1 {
		opacity : 0;
	}
	.dotto-zoom1.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom2 {
		opacity : 0;
	}
	.dotto-zoom2.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dotto-zoom3 {
		opacity : 0;
	}
	.dotto-zoom3.active{
		opacity : 1;
		animation-name: fadein-zoom;
		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;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	
	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: center;
		font-size: 0;
		border-top: 1px solid #595757;
	}
	.foot_fix_btn ul li {
		width: 33.33%;
		box-sizing: border-box;
		border-right: 1px solid #595757;
		border-bottom: 1px solid #595757;
		background: rgba(255,255,255,0.8);
	}
	.foot_fix_btn ul li:nth-child(3) {
		width: 33.33%;
		box-sizing: border-box;
		border-right: none;
		border-bottom: 1px solid #595757;
	}
	.foot_fix_btn ul li:nth-child(4) {
		width: 50%;
		box-sizing: border-box;
		border-right: 1px solid #595757;
		border-bottom: 1px solid #595757;
	}
	.foot_fix_btn ul li:nth-child(5) {
		width: 50%;
		box-sizing: border-box;
		border-right: none;
		border-bottom: 1px solid #595757;
	}
	.foot_fix_btn ul li a .txt{
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
	}
	.foot_fix_btn ul li a .txt img{
		height: 10px;
	}
	
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 10;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}
