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;
}
* {
    margin: 0;
    padding: 0;
}


/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
		max-width: 2200px;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
    	top: 2%;
		z-index: 10;
	}
	.mv-box-s img {
		width: auto;
		height: 50vw;
	}
	.mv-box-s div{
		margin: 0 10px;
	}
	.slick-list{
		padding: 0!important;
		margin: 0!important;
	}
	.mv-title{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
	}
	.mv-title .mv-title01{
		width: 50%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		left: -15%;
	}
	.mv-title .mv-title02{
		width: 70%;
		overflow: hidden;
		margin: 0 auto;
	}
	.mv-title .mv-cop{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .top-nav{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 48%;
	}
	.read .top-nav li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1050px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door-m10{
		margin: 0 auto 7% auto!important;
	}
	.door .icon01{
		width: 180px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .icon02{
		width: 150px;
		position: absolute;
		top: 120px;
		left: 5%;
	}
	.door .main-title{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.door .main-title li{
		width: max-content;
		overflow: hidden;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:last-child{
		width: max-content;
		margin: 0 auto;
	}
	.door .main-title li.door-m01{
		position: relative;
		left: 25%;
	}
	.door .main-title li img{
		height: 80px;
	}
	.door .txt{
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
	}
	
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap02{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 5% 0;
	}
	.wrap03{
		width: 100%;
		position: relative;
		padding: 5% 0 1% 0;
		margin: 0 0 7% 0;
	}
	.bg01{
		width: 100%;
		max-width: 700px;
		position: absolute;
		top: -5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg02{
		width: 100%;
		height: 60%;
		background: #fafafa;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg03{
		width: 100%;
		height: 100%;
		background: rgba(253,242,235,0.7);
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg-s-logo{
		width: 100%;
		position: absolute;
		top: 40%;
		z-index: 0;
		left: 0;
		right: 0;
		opacity: 0.2;
		margin: 0 auto;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-r{
		flex-direction: row-reverse;
	}
	.item .data01{
		width: 35%;
		padding: 5% 0 0 0;
	}
	.item .data02{
		width: 55%;
	}
	.item .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item .data02 .img .cap{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item .data02 .img .cap02{
		width: 150px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.title-box{
		width: max-content;
		margin: 0 auto 10% auto;
		position: relative;
		box-sizing: border-box;
		padding: 0 5% 0 4%;
	}
	.title-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.title-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.title-box .title{
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		text-align: center;
	}
	.title-box .title span{
		font-size: 43px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		background-image : linear-gradient(to right, #e64290, #e64290 4px, transparent 4px, transparent 8px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;   
		padding: 0 0 7px 0;
	}
	.num-box{
		width: 145px;
		margin: 0 auto 5% auto;
	}
	.num-m05{
		margin: 0 auto 2% auto!important;
	}
	.num-box .common01{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.num-box .common02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.num-box .common02 li{
		width: max-content;
		position: relative;
	}
	.num-box .common02 li:nth-child(2){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(4){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(6){
		width: 15px;
	}
	.num-box .common02 li:nth-child(8){
		position: relative;
		left: -8px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(9){
		position: relative;
		left: -12px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(10){
		position: relative;
		left: -10px;
		z-index: -1;
	}
	.num-box .common02 li img{
		height: 35px;
	}
	.num-box .num{
		width: 35px;
		margin: 0 auto;
	}
	
	.main-title{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.main-title img{
		height: 110px;
	}
	
	.txt-box{
		width: 80%;
		position: relative;
		box-sizing: border-box;
		padding: 5%;
		margin: 0 auto;
	}
	.txt-box-b{
		width: 100%!important;
		margin: 0 auto;
	}
	.txt-box .title{
		width: 100px;
		margin: 0 auto 5% auto;
		display: block;
	}
	.txt-box .title span{
		width: 30%;
		height: 1px;
		background: #000;
		margin: 20px auto 0 auto;
		display: block;
	}
	.txt-box .txt{
		width: 100%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.txt-box .linebox{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.txt-box .linebox li:nth-child(1){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	.txt-box .linebox li:nth-child(2){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(3){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(4){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.txt-box .linebox li .line-w{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.txt-box .linebox li .line-h{
		width: 1px;
		height: 100%;
		background: #000;
	}
	
	.item-b{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-b-m05{
		margin: 0 auto 5% auto!important;
	}
	.item-b-r{
		flex-direction: row-reverse;
	}
	.item-b .data{
		width: 45%;
	}
	.item-b .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.item-b .data .link-box{
		width: 100%;
		position: relative;
		margin-top: -2%;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item02 .img .cap{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item02 .img .cap02{
		width: 150px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	
	.item02-2{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02-2 .data01{
		width: 45%;
	}
	.item02-2 .data02{
		width: 45%;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	.item03 .door-title-box{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item03 .door-title-box .icon{
		width: 15%;
		position: absolute;
		top: 0;
		right: 7%;
	}
	.item03 .door-title-box .title01{
		width: 15%;
		margin: 0 auto 2% auto;
	}
	.item03 .door-title-box .title02{
		width: 50%;
		margin: 0 auto;
	}
	.item03 .img{
		width: 60%;
		position: relative;
	}
	.item03 .img .cap{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item03 .data{
		width: 40%;
	}
	.item03 .data .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item03 .data .title02{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item04-r{
		flex-direction: row-reverse;
	}
	.item04 .img{
		width: 55%;
		overflow: hidden;
		position: relative;
	}
	.item04 .img .cap{
		width: 150px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.item04 .img .cap02{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item04 .data{
		width: 40%;
		overflow: hidden;
		position: relative;
	}
	.item04 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 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: 120px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 120px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateY(10%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		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-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.color-ani {
		opacity : 1;
	}
	.color-ani.active{
		animation-name: color-ani;
		animation-duration: .2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-ani {
		0% {
			color: #000;
		}
		100% {
			color: #e64290;
		}
	}
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.rote {
		opacity : 0;
	}
	.rote.active{
		opacity : 1;
		animation-name: rote;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes rote {
		0% {
		  opacity: 0;
		  transform: rotate(-10deg) translateX(-30px);
		}
		100% {
		  opacity: 1;
		  transform: rotate(0) translateX(0px);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	/*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: #000;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
    	top: 2%;
		z-index: 10;
	}
	.mv-box-s img {
		width: auto;
		height: 50vw;
	}
	.mv-box-s div{
		margin: 0 10px;
	}
	.slick-list{
		padding: 0!important;
		margin: 0!important;
	}
	.mv-title{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
	}
	.mv-title .mv-title01{
		width: 50%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		left: -15%;
	}
	.mv-title .mv-title02{
		width: 70%;
		overflow: hidden;
		margin: 0 auto;
	}
	.mv-title .mv-cop{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .top-nav{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 48%;
	}
	.read .top-nav li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1050px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door-m10{
		margin: 0 auto 7% auto!important;
	}
	.door .icon01{
		width: 180px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .icon02{
		width: 150px;
		position: absolute;
		top: 120px;
		left: 5%;
	}
	.door .main-title{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.door .main-title li{
		width: max-content;
		overflow: hidden;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:last-child{
		width: max-content;
		margin: 0 auto;
	}
	.door .main-title li.door-m01{
		position: relative;
		left: 25%;
	}
	.door .main-title li img{
		height: 80px;
	}
	.door .txt{
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
	}
	
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap02{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 5% 0;
	}
	.wrap03{
		width: 100%;
		position: relative;
		padding: 5% 0 1% 0;
		margin: 0 0 7% 0;
	}
	.bg01{
		width: 100%;
		max-width: 700px;
		position: absolute;
		top: -5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg02{
		width: 100%;
		height: 60%;
		background: #fafafa;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg03{
		width: 100%;
		height: 100%;
		background: rgba(253,242,235,0.7);
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg-s-logo{
		width: 100%;
		position: absolute;
		top: 40%;
		z-index: 0;
		left: 0;
		right: 0;
		opacity: 0.2;
		margin: 0 auto;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-r{
		flex-direction: row-reverse;
	}
	.item .data01{
		width: 35%;
		padding: 5% 0 0 0;
	}
	.item .data02{
		width: 55%;
	}
	.item .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item .data02 .img .cap{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item .data02 .img .cap02{
		width: 150px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.title-box{
		width: max-content;
		margin: 0 auto 10% auto;
		position: relative;
		box-sizing: border-box;
		padding: 0 5% 0 4%;
	}
	.title-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.title-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.title-box .title{
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		text-align: center;
	}
	.title-box .title span{
		font-size: 43px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		background-image : linear-gradient(to right, #e64290, #e64290 4px, transparent 4px, transparent 8px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;   
		padding: 0 0 7px 0;
	}
	.num-box{
		width: 145px;
		margin: 0 auto 5% auto;
	}
	.num-m05{
		margin: 0 auto 2% auto!important;
	}
	.num-box .common01{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.num-box .common02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.num-box .common02 li{
		width: max-content;
		position: relative;
	}
	.num-box .common02 li:nth-child(2){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(4){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(6){
		width: 15px;
	}
	.num-box .common02 li:nth-child(8){
		position: relative;
		left: -8px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(9){
		position: relative;
		left: -12px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(10){
		position: relative;
		left: -10px;
		z-index: -1;
	}
	.num-box .common02 li img{
		height: 35px;
	}
	.num-box .num{
		width: 35px;
		margin: 0 auto;
	}
	
	.main-title{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.main-title img{
		height: 110px;
	}
	
	.txt-box{
		width: 80%;
		position: relative;
		box-sizing: border-box;
		padding: 5%;
		margin: 0 auto;
	}
	.txt-box-b{
		width: 100%!important;
		margin: 0 auto;
	}
	.txt-box .title{
		width: 100px;
		margin: 0 auto 5% auto;
		display: block;
	}
	.txt-box .title span{
		width: 30%;
		height: 1px;
		background: #000;
		margin: 20px auto 0 auto;
		display: block;
	}
	.txt-box .txt{
		width: 100%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.txt-box .linebox{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.txt-box .linebox li:nth-child(1){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	.txt-box .linebox li:nth-child(2){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(3){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(4){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.txt-box .linebox li .line-w{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.txt-box .linebox li .line-h{
		width: 1px;
		height: 100%;
		background: #000;
	}
	
	.item-b{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-b-m05{
		margin: 0 auto 5% auto!important;
	}
	.item-b-r{
		flex-direction: row-reverse;
	}
	.item-b .data{
		width: 45%;
	}
	.item-b .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.item-b .data .link-box{
		width: 100%;
		position: relative;
		margin-top: -2%;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item02 .img .cap{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item02 .img .cap02{
		width: 150px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	
	.item02-2{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02-2 .data01{
		width: 45%;
	}
	.item02-2 .data02{
		width: 45%;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	.item03 .door-title-box{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item03 .door-title-box .icon{
		width: 15%;
		position: absolute;
		top: 0;
		right: 7%;
	}
	.item03 .door-title-box .title01{
		width: 15%;
		margin: 0 auto 2% auto;
	}
	.item03 .door-title-box .title02{
		width: 50%;
		margin: 0 auto;
	}
	.item03 .img{
		width: 60%;
		position: relative;
	}
	.item03 .img .cap{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item03 .data{
		width: 40%;
	}
	.item03 .data .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item03 .data .title02{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item04-r{
		flex-direction: row-reverse;
	}
	.item04 .img{
		width: 55%;
		overflow: hidden;
		position: relative;
	}
	.item04 .img .cap{
		width: 150px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.item04 .img .cap02{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item04 .data{
		width: 40%;
		overflow: hidden;
		position: relative;
	}
	.item04 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 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: 120px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 120px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateY(10%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		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-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.color-ani {
		opacity : 1;
	}
	.color-ani.active{
		animation-name: color-ani;
		animation-duration: .2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-ani {
		0% {
			color: #000;
		}
		100% {
			color: #e64290;
		}
	}
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.rote {
		opacity : 0;
	}
	.rote.active{
		opacity : 1;
		animation-name: rote;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes rote {
		0% {
		  opacity: 0;
		  transform: rotate(-10deg) translateX(-30px);
		}
		100% {
		  opacity: 1;
		  transform: rotate(0) translateX(0px);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	/*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: #000;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
    	top: 2%;
		z-index: 10;
	}
	.mv-box-s img {
		width: auto;
		height: 50vw;
	}
	.mv-box-s div{
		margin: 0 10px;
	}
	.slick-list{
		padding: 0!important;
		margin: 0!important;
	}
	.mv-title{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
	}
	.mv-title .mv-title01{
		width: 50%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		left: -15%;
	}
	.mv-title .mv-title02{
		width: 70%;
		overflow: hidden;
		margin: 0 auto;
	}
	.mv-title .mv-cop{
		width: 120px;
		position: absolute;
		right: 2%;
		bottom: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .top-nav{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 48%;
	}
	.read .top-nav li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1050px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door-m10{
		margin: 0 auto 7% auto!important;
	}
	.door .icon01{
		width: 180px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .icon02{
		width: 150px;
		position: absolute;
		top: 120px;
		left: 5%;
	}
	.door .main-title{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.door .main-title li{
		width: max-content;
		overflow: hidden;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:last-child{
		width: max-content;
		margin: 0 auto;
	}
	.door .main-title li.door-m01{
		position: relative;
		left: 25%;
	}
	.door .main-title li img{
		height: 70px;
	}
	.door .txt{
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
	}
	
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap02{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 5% 0;
	}
	.wrap03{
		width: 100%;
		position: relative;
		padding: 5% 0 1% 0;
		margin: 0 0 7% 0;
	}
	.bg01{
		width: 100%;
		max-width: 700px;
		position: absolute;
		top: -5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg02{
		width: 100%;
		height: 60%;
		background: #fafafa;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg03{
		width: 100%;
		height: 100%;
		background: rgba(253,242,235,0.7);
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg-s-logo{
		width: 100%;
		position: absolute;
		top: 40%;
		z-index: 0;
		left: 0;
		right: 0;
		opacity: 0.2;
		margin: 0 auto;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-r{
		flex-direction: row-reverse;
	}
	.item .data01{
		width: 35%;
		padding: 5% 0 0 0;
	}
	.item .data02{
		width: 55%;
	}
	.item .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item .data02 .img .cap{
		width: 120px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item .data02 .img .cap02{
		width: 120px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.title-box{
		width: max-content;
		margin: 0 auto 10% auto;
		position: relative;
		box-sizing: border-box;
		padding: 0 5% 0 4%;
	}
	.title-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.title-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.title-box .title{
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		text-align: center;
	}
	.title-box .title span{
		font-size: 40px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		background-image : linear-gradient(to right, #e64290, #e64290 4px, transparent 4px, transparent 8px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;   
		padding: 0 0 7px 0;
	}
	.num-box{
		width: 145px;
		margin: 0 auto 5% auto;
	}
	.num-m05{
		margin: 0 auto 2% auto!important;
	}
	.num-box .common01{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.num-box .common02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.num-box .common02 li{
		width: max-content;
		position: relative;
	}
	.num-box .common02 li:nth-child(2){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(4){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(6){
		width: 15px;
	}
	.num-box .common02 li:nth-child(8){
		position: relative;
		left: -8px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(9){
		position: relative;
		left: -12px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(10){
		position: relative;
		left: -10px;
		z-index: -1;
	}
	.num-box .common02 li img{
		height: 35px;
	}
	.num-box .num{
		width: 35px;
		margin: 0 auto;
	}
	
	.main-title{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.main-title img{
		height: 100px;
	}
	
	.txt-box{
		width: 80%;
		position: relative;
		box-sizing: border-box;
		padding: 5%;
		margin: 0 auto;
	}
	.txt-box-b{
		width: 100%!important;
		margin: 0 auto;
	}
	.txt-box .title{
		width: 100px;
		margin: 0 auto 5% auto;
		display: block;
	}
	.txt-box .title span{
		width: 30%;
		height: 1px;
		background: #000;
		margin: 20px auto 0 auto;
		display: block;
	}
	.txt-box .txt{
		width: 100%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.txt-box .linebox{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.txt-box .linebox li:nth-child(1){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	.txt-box .linebox li:nth-child(2){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(3){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(4){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.txt-box .linebox li .line-w{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.txt-box .linebox li .line-h{
		width: 1px;
		height: 100%;
		background: #000;
	}
	
	.item-b{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-b-m05{
		margin: 0 auto 5% auto!important;
	}
	.item-b-r{
		flex-direction: row-reverse;
	}
	.item-b .data{
		width: 45%;
	}
	.item-b .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.item-b .data .link-box{
		width: 100%;
		position: relative;
		margin-top: -2%;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item02 .img .cap{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item02 .img .cap02{
		width: 150px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	
	.item02-2{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02-2 .data01{
		width: 45%;
	}
	.item02-2 .data02{
		width: 45%;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	.item03 .door-title-box{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item03 .door-title-box .icon{
		width: 15%;
		position: absolute;
		top: 0;
		right: 7%;
	}
	.item03 .door-title-box .title01{
		width: 15%;
		margin: 0 auto 2% auto;
	}
	.item03 .door-title-box .title02{
		width: 50%;
		margin: 0 auto;
	}
	.item03 .img{
		width: 60%;
		position: relative;
	}
	.item03 .img .cap{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item03 .data{
		width: 40%;
	}
	.item03 .data .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item03 .data .title02{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item04-r{
		flex-direction: row-reverse;
	}
	.item04 .img{
		width: 55%;
		overflow: hidden;
		position: relative;
	}
	.item04 .img .cap{
		width: 150px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.item04 .img .cap02{
		width: 150px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item04 .data{
		width: 40%;
		overflow: hidden;
		position: relative;
	}
	.item04 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 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: 110px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 30px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateY(10%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		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-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.color-ani {
		opacity : 1;
	}
	.color-ani.active{
		animation-name: color-ani;
		animation-duration: .2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-ani {
		0% {
			color: #000;
		}
		100% {
			color: #e64290;
		}
	}
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.rote {
		opacity : 0;
	}
	.rote.active{
		opacity : 1;
		animation-name: rote;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes rote {
		0% {
		  opacity: 0;
		  transform: rotate(-10deg) translateX(-30px);
		}
		100% {
		  opacity: 1;
		  transform: rotate(0) translateX(0px);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	/*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: #000;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
	}
	
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
    	top: 2%;
		z-index: 10;
	}
	.mv-box-s img {
		width: auto;
		height: 50vw;
	}
	.mv-box-s div{
		margin: 0 10px;
	}
	.slick-list{
		padding: 0!important;
		margin: 0!important;
	}
	.mv-title{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
	}
	.mv-title .mv-title01{
		width: 50%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		left: -15%;
	}
	.mv-title .mv-title02{
		width: 70%;
		overflow: hidden;
		margin: 0 auto;
	}
	.mv-title .mv-cop{
		width: 10%;
		position: absolute;
		right: 2%;
		bottom: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.read .top-nav{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 48%;
	}
	.read .top-nav li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door-m10{
		margin: 0 auto 10% auto!important;
	}
	.door .icon01{
		width: 17%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .icon02{
		width: 17%;
		position: absolute;
		top: 75px;
		left: 5%;
	}
	.door .main-title{
		width: max-content;
		margin: 0 auto 3% auto;
	}
	.door .main-title li{
		width: max-content;
		overflow: hidden;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:last-child{
		width: max-content;
		margin: 0 auto;
	}
	.door .main-title li.door-m01{
		position: relative;
		left: 25%;
	}
	.door .main-title li img{
		height: 50px;
	}
	.door .txt{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
	}
	
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
	}
	.wrap02{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 5% 0;
	}
	.wrap03{
		width: 100%;
		position: relative;
		padding: 5% 0 1% 0;
		margin: 0 0 7% 0;
	}
	.bg01{
		width: 60%;
		position: absolute;
		top: -5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg02{
		width: 100%;
		height: 60%;
		background: #fafafa;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg03{
		width: 100%;
		height: 100%;
		background: rgba(253,242,235,0.7);
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg-s-logo{
		width: 100%;
		position: absolute;
		top: 40%;
		z-index: 0;
		left: 0;
		right: 0;
		opacity: 0.2;
		margin: 0 auto;
	}
	
	/*item*/
	.item{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-r{
		flex-direction: row-reverse;
	}
	.item .data01{
		width: 40%;
		padding: 5% 0 0 0;
	}
	.item .data02{
		width: 55%;
	}
	.item .data02 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item .data02 .img .cap{
		width: 100px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item .data02 .img .cap02{
		width: 100px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.title-box{
		width: max-content;
		margin: 0 auto 10% auto;
		position: relative;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.title-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.title-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.title-box .title{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		text-align: center;
	}
	.title-box .title span{
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		background-image : linear-gradient(to right, #e64290, #e64290 4px, transparent 4px, transparent 8px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;   
		padding: 0 0 7px 0;
	}
	.num-box{
		width: 145px;
		margin: 0 auto 5% auto;
	}
	.num-m05{
		margin: 0 auto 2% auto!important;
	}
	.num-box .common01{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.num-box .common02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.num-box .common02 li{
		width: max-content;
		position: relative;
	}
	.num-box .common02 li:nth-child(2){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(4){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(6){
		width: 10px;
	}
	.num-box .common02 li:nth-child(8){
		position: relative;
		left: -8px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(9){
		position: relative;
		left: -12px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(10){
		position: relative;
		left: -10px;
		z-index: -1;
	}
	.num-box .common02 li img{
		height: 30px;
	}
	.num-box .num{
		width: 30px;
		margin: 0 auto;
	}
	
	.main-title{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.main-title img{
		height: 80px;
	}
	
	.txt-box{
		width: 100%;
		position: relative;
		box-sizing: border-box;
		padding: 7%;
		margin: 0 auto;
	}
	.txt-box-b{
		width: 100%!important;
		margin: 0 auto;
	}
	.txt-box .title{
		width: 100px;
		margin: 0 auto 5% auto;
		display: block;
	}
	.txt-box .title span{
		width: 30%;
		height: 1px;
		background: #000;
		margin: 20px auto 0 auto;
		display: block;
	}
	.txt-box .txt{
		width: 100%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.txt-box .linebox{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.txt-box .linebox li:nth-child(1){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	.txt-box .linebox li:nth-child(2){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(3){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(4){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.txt-box .linebox li .line-w{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.txt-box .linebox li .line-h{
		width: 1px;
		height: 100%;
		background: #000;
	}
	
	.item-b{
		width: 90%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.item-b-m05{
		margin: 0 auto 5% auto!important;
	}
	.item-b-r{
		flex-direction: row-reverse;
	}
	.item-b .data{
		width: 45%;
	}
	.item-b .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}
	.item-b .data .link-box{
		width: 100%;
		position: relative;
		margin-top: -2%;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 60%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item02 .img .cap{
		width: 100px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item02 .img .cap02{
		width: 100px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	
	.item02-2{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02-2 .data01{
		width: 45%;
	}
	.item02-2 .data02{
		width: 45%;
	}
	
	/*item03*/
	.item03{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		flex-wrap: wrap;
	}
	.item03 .door-title-box{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item03 .door-title-box .icon{
		width: 15%;
		position: absolute;
		top: 0;
		right: 7%;
	}
	.item03 .door-title-box .title01{
		width: 15%;
		margin: 0 auto 2% auto;
	}
	.item03 .door-title-box .title02{
		width: 50%;
		margin: 0 auto;
	}
	.item03 .img{
		width: 60%;
		position: relative;
	}
	.item03 .img .cap{
		width: 100px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item03 .data{
		width: 40%;
	}
	.item03 .data .title{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item03 .data .title02{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 10% 0;
	}
	
	
	/*item04*/
	.item04{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.item04-r{
		flex-direction: row-reverse;
	}
	.item04 .img{
		width: 55%;
		overflow: hidden;
		position: relative;
	}
	.item04 .img .cap{
		width: 100px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.item04 .img .cap02{
		width: 100px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item04 .data{
		width: 40%;
		overflow: hidden;
		position: relative;
	}
	.item04 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 10% 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{
		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: 50%;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 50%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5em;
        white-space: nowrap;
		margin: 0 0 2% 0;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	 .cart-yen02{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	/*cart-btm02*/
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #595757;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
		flex-wrap: wrap;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateY(10%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		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-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.color-ani {
		opacity : 1;
	}
	.color-ani.active{
		animation-name: color-ani;
		animation-duration: .2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-ani {
		0% {
			color: #000;
		}
		100% {
			color: #e64290;
		}
	}
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		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: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.rote {
		opacity : 0;
	}
	.rote.active{
		opacity : 1;
		animation-name: rote;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes rote {
		0% {
		  opacity: 0;
		  transform: rotate(-10deg) translateX(-30px);
		}
		100% {
		  opacity: 1;
		  transform: rotate(0) translateX(0px);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	/*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: #000;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		text-align: center;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 35% auto;
	}
	.mv-logo{
		width: 15%;
		position: absolute;
		left: 5%;
		top: 2%;
		z-index: 10;
	}
	.mv-box-s-sp img {
		width: auto;
		height: 130vw;
	}
	.mv-box-s-sp div{
		margin: 0 3px;
	}
	.slick-list{
		padding: 0!important;
		margin: 0!important;
	}
	
	
	.mv-title{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20%;
		z-index: 10;
		background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
	}
	.mv-title .mv-title01{
		width: 65%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		left: -15%;
	}
	.mv-title .mv-title02{
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
	}
	.mv-title .mv-cop{
		width: 130px;
		margin: 0 auto;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.read .txt{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 0 7% 0;
	}
	.read .top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .top-nav li{
		width: 48%;
	}
	.read .top-nav li a{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.read .top-nav li a:hover{
		width: 100%;
		opacity: .6;
		transition: .3s;
	}
	
	/*door*/
	.door{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door-m10{
		margin: 0 auto 5% auto!important;
	}
	.door .icon01{
		width: 30%;
		position: relative;
		left: 10%;
	}
	.door .icon02{
		width: 25%;
		margin: 0 auto 5% auto;
	}
	.door .main-title{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.door .main-title li{
		width: max-content;
		overflow: hidden;
		margin: 0 auto 2% auto;
	}
	.door .main-title li:last-child{
		width: max-content;
		margin: 0 auto;
	}
	.door .main-title li.door-m01{
		position: relative;
	}
	.door .main-title li img{
		height: 47px;
	}
	.door .txt{
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 2.2em;
		text-align: center;
	}
	
	
	
	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.wrap02{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 0 10% 0;
	}
	.wrap03{
		width: 100%;
		position: relative;
		padding: 10% 0 10% 0;
		margin: 0 0 10% 0;
	}
	.bg01{
		width: 100%;
		position: absolute;
		top: 35%;
		left: 30%;
		z-index: -1;
	}
	.bg02{
		width: 100%;
		height: 60%;
		background: #fafafa;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg03{
		width: 100%;
		height: 100%;
		background: rgba(253,242,235,0.7);
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		z-index: -1;
	}
	.bg-s-logo{
		width: 100%;
		position: absolute;
		top: 25%;
		z-index: 0;
		left: 0;
		right: 0;
		opacity: 0.2;
		margin: 0 auto;
	}
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-r{
		flex-direction: row-reverse;
	}
	.item .data01{
		width: 100%;
		padding: 5% 0 0 0;
	}
	.item .data01 .img{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item .data02{
		width: 85%;
		margin: 14% auto 0 auto;
	}
	.item .data01 .img-sp{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item .data01 .img-sp .cap{
		width: 100px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item .data01 .img-sp .cap02{
		width: 100px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.title-box{
		width: max-content;
		margin: 0 auto 7% auto;
		position: relative;
		box-sizing: border-box;
		padding: 0 5% 0 4%;
	}
	.title-box .icon01{
		width: 15px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.title-box .icon02{
		width: 15px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.title-box .title{
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		text-align: center;
	}
	.title-box .title span{
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2em;
		background-image : linear-gradient(to right, #e64290, #e64290 4px, transparent 4px, transparent 8px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;   
		padding: 0 0 7px 0;
	}
	.num-box{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.num-m05{
		margin: 0 auto 2% auto!important;
	}
	.num-box .common01{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.num-box .common02{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.num-box .common02 li{
		width: max-content;
		position: relative;
	}
	.num-box .common02 li:nth-child(2){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(4){
		position: relative;
		left: -1px;
	}
	.num-box .common02 li:nth-child(6){
		width: 10px;
	}
	.num-box .common02 li:nth-child(8){
		position: relative;
		left: -8px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(9){
		position: relative;
		left: -12px;
		z-index: -1;
	}
	.num-box .common02 li:nth-child(10){
		position: relative;
		left: -10px;
		z-index: -1;
	}
	.num-box .common02 li img{
		height: 30px;
	}
	.num-box .num{
		width: 30px;
		margin: 0 auto;
	}
	
	.main-title{
		width: max-content;
		margin: 0 auto 2% auto;
	}
	.main-title img{
		height: 80px;
	}
	
	.txt-box{
		width: 100%;
		position: relative;
		box-sizing: border-box;
		padding: 15% 7% 7% 7%;
		margin: 0 auto;
	}
	.txt-box-b{
		width: 100%!important;
		margin: 0 auto;
	}
	.txt-box .title{
		width: 80px;
		margin: 0 auto;
		display: block;
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
		background: #fff;
		padding: 0 5%;
	}
	.sp-gb{
		background: #fafafa!important;
	}
	.txt-box .title span{
		width: 30%;
		height: 1px;
		background: #000;
		margin: 10px auto 0 auto;
		display: block;
	}
	.txt-box .txt{
		width: 100%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
	}
	.txt-box .linebox{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.txt-box .linebox li:nth-child(1){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	.txt-box .linebox li:nth-child(2){
		width: 1px;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(3){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	.txt-box .linebox li:nth-child(4){
		width: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.txt-box .linebox li .line-w{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.txt-box .linebox li .line-h{
		width: 1px;
		height: 100%;
		background: #000;
	}
	
	.item-b{
		width: 85%;
		margin: 0 auto 10% auto;
	}
	.item-b-m05{
		margin: 0 auto 5% auto!important;
	}
	.item-b-r{
		flex-direction: row-reverse;
	}
	.item-b .data{
		width: 100%;
	}
	.item-b .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 7% 0;
	}
	.item-b .data .link-box{
		width: 100%;
		position: relative;
		margin-top: -2%;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 90%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item02 .img .cap{
		width: 100px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item02 .img .cap02{
		width: 100px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	
	.item02-2{
		width: 85%;
		margin: 0 auto 5% auto;
	}
	.item02-2 .data01{
		width: 100%;
	}
	.item02-2 .data02{
		width: 100%;
		margin: 15% 0 0 0;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item03 .door-title-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item03 .door-title-box .icon{
		width: 20%;
		position: absolute;
		top: 0;
		right: 5%;
	}
	.item03 .door-title-box .title01{
		width: 35%;
		margin: 0 auto 4% auto;
	}
	.item03 .door-title-box .title02{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .img{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item03 .img .cap{
		width: 100px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item03 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item03 .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.item03 .title02{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	
	
	/*item04*/
	.item04{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item04-r{
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item04 .img .cap{
		width: 100px;
		position: absolute;
		left: 2%;
		bottom: 2%;
	}
	.item04 .img .cap02{
		width: 100px;
		position: absolute;
		right: 2%;
		bottom: 2%;
	}
	.item04 .data{
		width: 85%;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item04 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 10% 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{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*f-banner*/
	.f-banner{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 10% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 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: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: mv-in-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: mv-in-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes mv-in-2 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	@keyframes mv-in-3 {
		0% {
		  opacity: 0;
		  transform: translateY(10%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		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-up-zoom {
		opacity : 0;
	}
	.fadein-up-zoom.active{
		opacity : 1;
		animation-name: fadein-up-zoom;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(30px);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 10s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-100px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani01 {
		0% {
		  opacity: 0;
		  transform: translateY(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani02 {
		opacity : 0;
	}
	.line-ani02.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	.line-ani03 {
		opacity : 0;
	}
	.line-ani03.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani03 {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.line-ani04 {
		opacity : 0;
	}
	.line-ani04.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes line-ani04 {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	.color-ani {
		opacity : 1;
	}
	.color-ani.active{
		animation-name: color-ani;
		animation-duration: .2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-ani {
		0% {
			color: #000;
		}
		100% {
			color: #e64290;
		}
	}
	
	.txt-f00,.txt-f01,.txt-f02,.txt-f03,.txt-f04,.txt-f05,.txt-f06,.txt-f07,.txt-f08,.txt-f09,.txt-f10 {
		opacity : 0;
	}
	.txt-f00.active{
		opacity : 1;
		animation-name: fade-in;
		animation-duration: .5s;
		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: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f02.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f03.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .7s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f04.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .8s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f05.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f06.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f07.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f08.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f09.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.txt-f10.active{
		opacity : 1;
		animation-name: fade-in2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.rote {
		opacity : 0;
	}
	.rote.active{
		opacity : 1;
		animation-name: rote;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes rote {
		0% {
		  opacity: 0;
		  transform: rotate(-10deg) translateX(-30px);
		}
		100% {
		  opacity: 1;
		  transform: rotate(0) translateX(0px);
		}
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
    	letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
    	top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}
	
	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.foot_fix_btn ul li {
		width: 50%;
	}
	
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 10;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
	/*nav*/
	.menu{
		height: 20px;
		position: fixed;
		left: 15px;
		top: 25px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(69,131,126,1.00);
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(69,131,126,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(69,131,126,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 90%;
		margin: 0 auto;
	}
	.gnav__menu li:first-child{
		margin: 0 auto 10% auto;
	}
	.gnav__menu__item{
		width: 100%;
	}
	.gnav__menu__item .title{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.gnav__menu__item .title img{
		height: 12px;
		display: block;
		margin: 0 auto;
	}
	.gnav__menu__item .img{
		width: 100%;
	}
	
	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	  content: "READ MORE"
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	  height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 35px; 
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  content: "";
	}
	.grad-trigger {
	  display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	  content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	  height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	  display: none;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10% auto;
	}
	.item-end .txt {
		width: 90%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		margin: 0 auto 5% auto;
	}
	.item-end .txt02 {
		width: 90%;
		font-size: 11px;
		line-height: 2.5em;
		letter-spacing: 1px;
		color: #000;
		margin: 0 auto;
	}
	
}
