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%;
		max-width: 2200px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		right: 0;
		left: 0;
    	bottom: 10%;
		margin: 0 auto;
		z-index: 20;
	}
	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: #fff;
	}
	.mv-txt01{
		width: 6%;
		position: absolute;
		bottom: 20%;
		left: 3%;
	}
	.mv-txt02{
		width: 7%;
		position: absolute;
		top: 20%;
		right: 3%;
	}
	.mv-title-box{
		width: 40%;
		overflow: hidden;
		position: absolute;
		top: 17%;
		right: 0;
		left: -5%;
		margin: 0 auto;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 3% 15%;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto;
	}
	.mv-icon{
		width: max-content;
		position: absolute;
		top: 39%;
		right: 5%;
	}
	.mv-icon li{
		width: max-content;
	}
	.mv-icon li img{
		height: 80px;
	}
	.mv-icon li:nth-child(1){
		position: absolute;
		top: 0;
		right: 100px;
	}
	.mv-icon li:nth-child(2){
		position: absolute;
		top: 0;
		right: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		color: #1a2a46;
	}
	.read .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 auto 3% auto;
	}
	.top-nav{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 22%;
	}
	.top-nav li a{
		width: 100%;
		opacity: 1;
		display: block;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.top-nav li .txt img{
		height: 45px;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		position: absolute;
		top: 0;
		left: 0;
		width: max-content;
	}
	.door .num img{
		height: 60px;
	}
	.door .txt-box{
		width: max-content;
		position: relative;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: max-content;
		font-size: 35px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto;
	}
	.door .txt-box .icon{
		width: max-content;
		position: absolute;
		bottom: -30px;
		right: -10%;
		z-index: -1;
	}
	.door .txt-box .icon img{
		height: 50px;
	}
	.door .txt-box .icon02{
		width: max-content;
		position: absolute;
		bottom: -30px;
		right: -30%;
		z-index: -1;
	}
	.door .txt-box .icon02 img{
		height: 50px;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .txt{
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15% 0;
	}
	.point-box{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.point-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-txt li:first-child{
		width: 20%;
	}
	.point-txt li:last-child{
		width: 70%;
		position: relative;
		overflow: hidden;
	}
	.point-txt li:last-child .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 3em;
		margin: 0;
		font-weight: bold;
	}
	.line-w01{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w02{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h01{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h02{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		right: 0;
	}
	.plus01{
		width: 30px;
		margin: 2% auto;
		position: relative;
		right: -15%;
	}
	
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.item-w .img .img-in{
		overflow: hidden;
		position: relative;
	}
	.item-w .img .img-in02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.item-w .img .txt{
		width: max-content;
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 15%;
		right: 20%;
		color: #fff;
	}
	.item-w .data{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-w .data .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item-w .data .data01 .txt{
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-w .data .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.point-txt02{
		width: 250px;
	}
	.point-txt02 li:first-child{
		width: 40%;
		margin: 0 0 5% 0;
	}
	.point-txt02 li:nth-child(2){
		width: 100%;
		height: 48px;
		position: relative;
		overflow: hidden;
	}
	.point-txt02 li:nth-child(2) .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 3em;
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0px;
		font-weight: bold;
	}
	.line-w03{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w04{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h03{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h04{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
	}
	.ar01{
		width: 80px;
		position: absolute;
		top: 140px;
		right: 15%;
	}
	.ar02{
		width: 90px;
		position: absolute;
		top: -90px;
		left: -5%;
	}
	.ar03{
		width: 80px;
		position: absolute;
		top: 80px;
		left: -120px;
	}
	.ar04{
		width: 90px;
		position: absolute;
		top: 140px;
		right: 15%;
	}
	.point-position01-1{
		position: absolute;
		top: 10%;
		left: 13%;
	}
	.point-position01-2{
		position: absolute;
		bottom: 45%;
		right: 30%;
	}
	.point-position01-3{
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.point-position01-4{
		position: absolute;
		bottom: 15%;
		right: 5%;
	}
	.point-position02-1{
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.point-position02-2{
		position: absolute;
		bottom: 40%;
		left: 5%;
	}
	.point-position03-1{
		position: absolute;
		top: 15%;
		right: 15%;
	}
	.point-position03-2{
		position: absolute;
		bottom: 15%;
		right: 20%;
	}
	.point-position04-1{
		position: absolute;
		top: 10%;
		left: 30%;
	}
	.point-position04-2{
		position: absolute;
		bottom: 45%;
    	left: 27%;
	}
	
	
	
	/*item-end*/
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	.side-nav-in a .img{
		width: 100%;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .txt{
		width: 100%;
	}
	.side-nav-in a .txt img{
		height: 22px;
		display: block;
	}
	
	/*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 .btn-t{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: rgba(0,0,0,0);
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-t {
	  background: #000;
	  border-color: #fff;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #ee5d56;
		border: 1px solid #ee5d56;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ee5d56;
	  color: #ee5d56;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #f6c6ab;
		border: 1px solid #f6c6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #f6c6ab;
	  color: #f6c6ab;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #d88d9c;
		border: 1px solid #d88d9c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d88d9c;
	  color: #d88d9c;
	}
	
	.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: mv01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade03 {
		animation-name: mv03;
		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;
	}
	.fade04 {
		animation-name: mv04;
		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;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv01 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(-100%);
		}
	}
	@keyframes mv02 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(100%);
		}
	}
	@keyframes mv03 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
		  opacity: 0;
		  transform: translateX(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv05 {
		0% {
		  opacity: 0;
		  transform: translateY(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0);
		}
	}
	@keyframes mv06 {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	
	
	
	
	
	
	
	

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		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-up-zoom02 {
		opacity : 1;
		  transform: scale(1.1);
	}
	.fadein-up-zoom02.active{
		opacity : 1;
		animation-name: fadein-up-zoom02;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-up-zoom02 {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	
	.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: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-r02 {
		opacity : 0;
	}
	.fadein-r02.active{
		opacity : 1;
		animation-name: fadein-r;
		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;
	}
	.fadein-r02-2 {
		opacity : 0;
	}
	.fadein-r02-2.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	.color-down {
		opacity : 1;
	}
	.color-down.active{
		opacity : 1;
		animation-name: color-down;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-down {
		0% {
		  opacity: .3;
		}
		100% {
		  opacity: .1;
		}
	}
	
	.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;
	}
	.line-ani01-2 {
		opacity : 0;
	}
	.line-ani01-2.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani02-2 {
		opacity : 0;
	}
	.line-ani02-2.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani03-2 {
		opacity : 0;
	}
	.line-ani03-2.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani04-2 {
		opacity : 0;
	}
	.line-ani04-2.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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)
		}
	}
	
	.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;
	}
	
	/*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: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.gnav__menu li{
		width: 23%;
		margin: 0 auto 10% auto;
	}
	.gnav-link .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.gnav-link .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.gnav-link:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .txt{
		width: 100%;
	}
	.gnav-link .txt img{
		height: 40px;
		margin: 0 auto;
		display: block;
	}
	
	.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;
	}
	
}

/*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;
		right: 0;
		left: 0;
    	bottom: 10%;
		margin: 0 auto;
		z-index: 20;
	}
	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: #fff;
	}
	.mv-txt01{
		width: 6%;
		position: absolute;
		bottom: 20%;
		left: 3%;
	}
	.mv-txt02{
		width: 7%;
		position: absolute;
		top: 20%;
		right: 3%;
	}
	.mv-title-box{
		width: 40%;
		overflow: hidden;
		position: absolute;
		top: 17%;
		right: 0;
		left: -5%;
		margin: 0 auto;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 3% 15%;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto;
	}
	.mv-icon{
		width: max-content;
		position: absolute;
		top: 39%;
		right: 5%;
	}
	.mv-icon li{
		width: max-content;
	}
	.mv-icon li img{
		height: 80px;
	}
	.mv-icon li:nth-child(1){
		position: absolute;
		top: 0;
		right: 100px;
	}
	.mv-icon li:nth-child(2){
		position: absolute;
		top: 0;
		right: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		color: #1a2a46;
	}
	.read .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 auto 3% auto;
	}
	.top-nav{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 22%;
	}
	.top-nav li a{
		width: 100%;
		opacity: 1;
		display: block;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.top-nav li .txt img{
		height: 45px;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		position: absolute;
		top: 0;
		left: 0;
		width: max-content;
	}
	.door .num img{
		height: 60px;
	}
	.door .txt-box{
		width: max-content;
		position: relative;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: max-content;
		font-size: 35px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto;
	}
	.door .txt-box .icon{
		width: max-content;
		position: absolute;
		bottom: -30px;
		right: -10%;
		z-index: -1;
	}
	.door .txt-box .icon img{
		height: 50px;
	}
	.door .txt-box .icon02{
		width: max-content;
		position: absolute;
		bottom: -30px;
		right: -30%;
		z-index: -1;
	}
	.door .txt-box .icon02 img{
		height: 50px;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .txt{
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15% 0;
	}
	.point-box{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.point-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-txt li:first-child{
		width: 20%;
	}
	.point-txt li:last-child{
		width: 70%;
		position: relative;
		overflow: hidden;
	}
	.point-txt li:last-child .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 3em;
		margin: 0;
		font-weight: bold;
	}
	.line-w01{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w02{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h01{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h02{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		right: 0;
	}
	.plus01{
		width: 30px;
		margin: 2% auto;
		position: relative;
		right: -15%;
	}
	
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.item-w .img .img-in{
		overflow: hidden;
		position: relative;
	}
	.item-w .img .img-in02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.item-w .img .txt{
		width: max-content;
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 15%;
		right: 20%;
		color: #fff;
	}
	.item-w .data{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-w .data .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item-w .data .data01 .txt{
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-w .data .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.point-txt02{
		width: 250px;
	}
	.point-txt02 li:first-child{
		width: 40%;
		margin: 0 0 5% 0;
	}
	.point-txt02 li:nth-child(2){
		width: 100%;
		height: 48px;
		position: relative;
		overflow: hidden;
	}
	.point-txt02 li:nth-child(2) .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 3em;
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0px;
		font-weight: bold;
	}
	.line-w03{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w04{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h03{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h04{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
	}
	.ar01{
		width: 80px;
		position: absolute;
		top: 140px;
		right: 15%;
	}
	.ar02{
		width: 90px;
		position: absolute;
		top: -90px;
		left: -5%;
	}
	.ar03{
		width: 80px;
		position: absolute;
		top: 80px;
		left: -120px;
	}
	.ar04{
		width: 90px;
		position: absolute;
		top: 140px;
		right: 15%;
	}
	.point-position01-1{
		position: absolute;
		top: 10%;
		left: 13%;
	}
	.point-position01-2{
		position: absolute;
		bottom: 45%;
		right: 30%;
	}
	.point-position01-3{
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.point-position01-4{
		position: absolute;
		bottom: 15%;
		right: 5%;
	}
	.point-position02-1{
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.point-position02-2{
		position: absolute;
		bottom: 40%;
		left: 5%;
	}
	.point-position03-1{
		position: absolute;
		top: 15%;
		right: 15%;
	}
	.point-position03-2{
		position: absolute;
		bottom: 15%;
		right: 20%;
	}
	.point-position04-1{
		position: absolute;
		top: 10%;
		left: 30%;
	}
	.point-position04-2{
		position: absolute;
		bottom: 45%;
    	left: 27%;
	}
	
	
	
	/*item-end*/
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px 0;
	}
	.side-nav-in a .img{
		width: 100%;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .txt{
		width: 100%;
	}
	.side-nav-in a .txt img{
		height: 24px;
		display: block;
	}
	
	/*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 .btn-t{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: rgba(0,0,0,0);
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-t {
	  background: #000;
	  border-color: #fff;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #ee5d56;
		border: 1px solid #ee5d56;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ee5d56;
	  color: #ee5d56;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #f6c6ab;
		border: 1px solid #f6c6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #f6c6ab;
	  color: #f6c6ab;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #d88d9c;
		border: 1px solid #d88d9c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d88d9c;
	  color: #d88d9c;
	}
	
	.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: mv01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade03 {
		animation-name: mv03;
		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;
	}
	.fade04 {
		animation-name: mv04;
		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;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv01 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(-100%);
		}
	}
	@keyframes mv02 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(100%);
		}
	}
	@keyframes mv03 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
		  opacity: 0;
		  transform: translateX(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv05 {
		0% {
		  opacity: 0;
		  transform: translateY(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0);
		}
	}
	@keyframes mv06 {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	
	
	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		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-up-zoom02 {
		opacity : 1;
		  transform: scale(1.1);
	}
	.fadein-up-zoom02.active{
		opacity : 1;
		animation-name: fadein-up-zoom02;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-up-zoom02 {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	
	.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: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-r02 {
		opacity : 0;
	}
	.fadein-r02.active{
		opacity : 1;
		animation-name: fadein-r;
		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;
	}
	.fadein-r02-2 {
		opacity : 0;
	}
	.fadein-r02-2.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	.color-down {
		opacity : 1;
	}
	.color-down.active{
		opacity : 1;
		animation-name: color-down;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-down {
		0% {
		  opacity: .3;
		}
		100% {
		  opacity: .1;
		}
	}
	
	.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;
	}
	.line-ani01-2 {
		opacity : 0;
	}
	.line-ani01-2.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani02-2 {
		opacity : 0;
	}
	.line-ani02-2.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani03-2 {
		opacity : 0;
	}
	.line-ani03-2.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani04-2 {
		opacity : 0;
	}
	.line-ani04-2.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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)
		}
	}
	
	.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;
	}
	
	/*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__menu{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.gnav__menu li{
		width: 23%;
		margin: 0 auto 10% auto;
	}
	.gnav-link .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.gnav-link .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.gnav-link:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .txt{
		width: 100%;
	}
	.gnav-link .txt img{
		height: 40px;
		margin: 0 auto;
		display: block;
	}
	
	
	.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;
	}
	
}

/*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;
		right: 0;
		left: 0;
    	bottom: 10%;
		margin: 0 auto;
		z-index: 20;
	}
	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: #fff;
	}
	.mv-txt01{
		width: 6%;
		position: absolute;
		bottom: 20%;
		left: 3%;
	}
	.mv-txt02{
		width: 7%;
		position: absolute;
		top: 20%;
		right: 3%;
	}
	.mv-title-box{
		width: 40%;
		overflow: hidden;
		position: absolute;
		top: 17%;
		right: 0;
		left: -5%;
		margin: 0 auto;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 3% 15%;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto;
	}
	.mv-icon{
		width: max-content;
		position: absolute;
		top: 36%;
		right: 5%;
	}
	.mv-icon li{
		width: max-content;
	}
	.mv-icon li img{
		height: 65px;
	}
	.mv-icon li:nth-child(1){
		position: absolute;
		top: 0;
		right: 80px;
	}
	.mv-icon li:nth-child(2){
		position: absolute;
		top: 0;
		right: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		color: #1a2a46;
	}
	.read .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 auto 3% auto;
	}
	.top-nav{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 22%;
	}
	.top-nav li a{
		width: 100%;
		opacity: 1;
		display: block;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.top-nav li .txt img{
		height: 40px;
	}
	
	/*door*/
	.door{
		width: 85%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		position: absolute;
		top: 0;
		left: 0;
		width: max-content;
	}
	.door .num img{
		height: 50px;
	}
	.door .txt-box{
		width: max-content;
		position: relative;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto;
	}
	.door .txt-box .icon{
		width: max-content;
		position: absolute;
		bottom: -30px;
		right: -10%;
		z-index: -1;
	}
	.door .txt-box .icon img{
		height: 40px;
	}
	.door .txt-box .icon02{
		width: max-content;
		position: absolute;
		bottom: -30px;
		right: -30%;
		z-index: -1;
	}
	.door .txt-box .icon02 img{
		height: 40px;
	}
	
	/*item*/
	.item{
		width: 85%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .txt{
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15% 0;
	}
	.point-box{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.point-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-txt li:first-child{
		width: 20%;
	}
	.point-txt li:last-child{
		width: 70%;
		position: relative;
		overflow: hidden;
	}
	.point-txt li:last-child .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 3em;
		margin: 0;
		font-weight: bold;
	}
	.line-w01{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w02{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h01{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h02{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		right: 0;
	}
	.plus01{
		width: 30px;
		margin: 2% auto;
		position: relative;
		right: -15%;
	}
	
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.item-w .img .img-in{
		overflow: hidden;
		position: relative;
	}
	.item-w .img .img-in02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.item-w .img .txt{
		width: max-content;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 15%;
		right: 13%;
		color: #fff;
	}
	.item-w .data{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-w .data .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item-w .data .data01 .txt{
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-w .data .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.point-txt02{
		width: 190px;
	}
	.point-txt02 li:first-child{
		width: 40%;
		margin: 0 0 5% 0;
	}
	.point-txt02 li:nth-child(2){
		width: 100%;
		height: 42px;
		position: relative;
		overflow: hidden;
	}
	.point-txt02 li:nth-child(2) .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0px;
		font-weight: bold;
	}
	.line-w03{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w04{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h03{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h04{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
	}
	.ar01{
		width: 60px;
		position: absolute;
		top: 120px;
		right: 15%;
	}
	.ar02{
		width: 60px;
		position: absolute;
		top: -70px;
		left: -5%;
	}
	.ar03{
		width: 70px;
		position: absolute;
		top: 60px;
		left: -90px;
	}
	.ar04{
		width: 90px;
		position: absolute;
		top: 140px;
		right: 15%;
	}
	.point-position01-1{
		position: absolute;
		top: 10%;
		left: 10%;
	}
	.point-position01-2{
		position: absolute;
		bottom: 49%;
		right: 29%;
	}
	.point-position01-3{
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.point-position01-4{
		position: absolute;
		bottom: 15%;
		right: 5%;
	}
	.point-position02-1{
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.point-position02-2{
		position: absolute;
		bottom: 40%;
		left: 5%;
	}
	.point-position03-1{
		position: absolute;
		top: 15%;
		right: 25%;
	}
	.point-position03-2{
		position: absolute;
		bottom: 15%;
		right: 30%;
	}
	.point-position04-1{
		position: absolute;
		top: 10%;
		left: 40%;
	}
	.point-position04-2{
		position: absolute;
		bottom: 45%;
    	left: 35%;
	}
	
	
	
	/*item-end*/
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 0;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -3px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 0 15px 0;
	}
	.side-nav-in a .img{
		width: 100%;
		position: relative;
		margin: 0 0 10px 0;
	}
	.side-nav-in a .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.side-nav-in a:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.side-nav-in a .txt{
		width: 100%;
	}
	.side-nav-in a .txt img{
		height: 22px;
		display: block;
	}
	
	/*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 .btn-t{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: rgba(0,0,0,0);
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-t {
	  background: #000;
	  border-color: #fff;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #ee5d56;
		border: 1px solid #ee5d56;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ee5d56;
	  color: #ee5d56;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #f6c6ab;
		border: 1px solid #f6c6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #f6c6ab;
	  color: #f6c6ab;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #d88d9c;
		border: 1px solid #d88d9c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d88d9c;
	  color: #d88d9c;
	}
	
	.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: mv01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade03 {
		animation-name: mv03;
		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;
	}
	.fade04 {
		animation-name: mv04;
		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;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv01 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(-100%);
		}
	}
	@keyframes mv02 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(100%);
		}
	}
	@keyframes mv03 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
		  opacity: 0;
		  transform: translateX(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv05 {
		0% {
		  opacity: 0;
		  transform: translateY(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0);
		}
	}
	@keyframes mv06 {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		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-up-zoom02 {
		opacity : 1;
		  transform: scale(1.1);
	}
	.fadein-up-zoom02.active{
		opacity : 1;
		animation-name: fadein-up-zoom02;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-up-zoom02 {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	
	.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: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-r02 {
		opacity : 0;
	}
	.fadein-r02.active{
		opacity : 1;
		animation-name: fadein-r;
		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;
	}
	.fadein-r02-2 {
		opacity : 0;
	}
	.fadein-r02-2.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	.color-down {
		opacity : 1;
	}
	.color-down.active{
		opacity : 1;
		animation-name: color-down;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-down {
		0% {
		  opacity: .3;
		}
		100% {
		  opacity: .1;
		}
	}
	
	.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;
	}
	.line-ani01-2 {
		opacity : 0;
	}
	.line-ani01-2.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani02-2 {
		opacity : 0;
	}
	.line-ani02-2.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani03-2 {
		opacity : 0;
	}
	.line-ani03-2.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani04-2 {
		opacity : 0;
	}
	.line-ani04-2.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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)
		}
	}
	
	.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;
	}
	
	/*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: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.gnav__menu li{
		width: 23%;
		margin: 0 auto 10% auto;
	}
	.gnav-link .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.gnav-link .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.gnav-link:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .txt{
		width: 100%;
	}
	.gnav-link .txt img{
		height: 40px;
		margin: 0 auto;
		display: block;
	}
	
	.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;
	}
	
}

/*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;
		right: 0;
		left: 0;
    	bottom: 10%;
		margin: 0 auto;
		z-index: 20;
	}
	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: #fff;
	}
	.mv-txt01{
		width: 6%;
		position: absolute;
		bottom: 20%;
		left: 3%;
	}
	.mv-txt02{
		width: 7%;
		position: absolute;
		top: 20%;
		right: 3%;
	}
	.mv-title-box{
		width: 40%;
		overflow: hidden;
		position: absolute;
		top: 17%;
		right: 0;
		left: -5%;
		margin: 0 auto;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 3% 15%;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto;
	}
	.mv-icon{
		width: max-content;
		position: absolute;
		top: 36%;
		right: 5%;
	}
	.mv-icon li{
		width: max-content;
	}
	.mv-icon li img{
		height: 50px;
	}
	.mv-icon li:nth-child(1){
		position: absolute;
		top: 0;
		right: 60px;
	}
	.mv-icon li:nth-child(2){
		position: absolute;
		top: 0;
		right: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		color: #1a2a46;
	}
	.read .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 22%;
	}
	.top-nav li a{
		width: 100%;
		opacity: 1;
		display: block;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.top-nav li .txt img{
		height: 30px;
	}
	
	/*door*/
	.door{
		width: 85%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.door .num{
		position: absolute;
		top: 0;
		left: 0;
		width: max-content;
	}
	.door .num img{
		height: 50px;
	}
	.door .txt-box{
		width: max-content;
		position: relative;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto;
	}
	.door .txt-box .icon{
		width: max-content;
		position: absolute;
		bottom: -30px;
		right: -10%;
		z-index: -1;
	}
	.door .txt-box .icon img{
		height: 40px;
	}
	.door .txt-box .icon02{
		width: max-content;
		position: absolute;
		bottom: -30px;
		right: -30%;
		z-index: -1;
	}
	.door .txt-box .icon02 img{
		height: 40px;
	}
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.item .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 15% 0;
	}
	.point-box{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.point-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-txt li:first-child{
		width: 20%;
	}
	.point-txt li:last-child{
		width: 70%;
		position: relative;
		overflow: hidden;
	}
	.point-txt li:last-child .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 3em;
		margin: 0;
		font-weight: bold;
	}
	.line-w01{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w02{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h01{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h02{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		right: 0;
	}
	.plus01{
		width: 30px;
		margin: 2% auto;
		position: relative;
		right: -15%;
	}
	
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 7% auto;
	}
	.item-w .img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
		margin: 0 0 4% 0;
	}
	.item-w .img .img-in{
		overflow: hidden;
		position: relative;
	}
	.item-w .img .img-in02{
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.item-w .img .txt{
		width: max-content;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 10%;
		right: 10%;
		color: #fff;
	}
	.item-w .data{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-w .data .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item-w .data .data01 .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-w .data .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.point-txt02{
		width: 160px;
	}
	.point-txt02 li:first-child{
		width: 40%;
		margin: 0 0 5% 0;
	}
	.point-txt02 li:nth-child(2){
		width: 100%;
		height: 35px;
		position: relative;
		overflow: hidden;
	}
	.point-txt02 li:nth-child(2) .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 12px;
		letter-spacing: 0px;
		line-height: 3em;
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0px;
		font-weight: bold;
	}
	.line-w03{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w04{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h03{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h04{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
	}
	.ar01{
		width: 60px;
		position: absolute;
		top: 100px;
		right: 25%;
	}
	.ar02{
		width: 60px;
		position: absolute;
		top: -70px;
		left: -5%;
	}
	.ar03{
		width: 70px;
		position: absolute;
		top: 60px;
		left: -90px;
	}
	.ar04{
		width: 90px;
		position: absolute;
		top: 140px;
		right: 15%;
	}
	.point-position01-1{
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.point-position01-2{
		position: absolute;
		bottom: 52%;
		right: 25%;
	}
	.point-position01-3{
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.point-position01-4{
		position: absolute;
		bottom: 15%;
		right: 5%;
	}
	.point-position02-1{
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.point-position02-2{
		position: absolute;
		bottom: 40%;
		left: 5%;
	}
	.point-position03-1{
		position: absolute;
		top: 15%;
		right: 20%;
	}
	.point-position03-2{
		position: absolute;
		bottom: 15%;
		right: 25%;
	}
	.point-position04-1{
		position: absolute;
		top: 10%;
		left: 40%;
	}
	.point-position04-2{
		position: absolute;
		bottom: 45%;
    	left: 35%;
	}
	
	
	
	/*item-end*/
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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 .img{
		display: none;
	}
	.side-nav-in a .img .on{
		display: none;
	}
	.side-nav-in a:hover .img .on{
		display: none;
	}
	.side-nav-in a .txt{
		display: none;
	}
	.side-nav-in a .txt img{
		display: none;
	}
	
	/*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 .btn-t{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: rgba(0,0,0,0);
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-t {
	  background: #000;
	  border-color: #fff;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #ee5d56;
		border: 1px solid #ee5d56;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ee5d56;
	  color: #ee5d56;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #f6c6ab;
		border: 1px solid #f6c6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #f6c6ab;
	  color: #f6c6ab;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #d88d9c;
		border: 1px solid #d88d9c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d88d9c;
	  color: #d88d9c;
	}
	
	.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: mv01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade03 {
		animation-name: mv03;
		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;
	}
	.fade04 {
		animation-name: mv04;
		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;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade08 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv01 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(-100%);
		}
	}
	@keyframes mv02 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(100%);
		}
	}
	@keyframes mv03 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
		  opacity: 0;
		  transform: translateX(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv05 {
		0% {
		  opacity: 0;
		  transform: translateY(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0);
		}
	}
	@keyframes mv06 {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		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-up-zoom02 {
		opacity : 1;
		  transform: scale(1.1);
	}
	.fadein-up-zoom02.active{
		opacity : 1;
		animation-name: fadein-up-zoom02;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-up-zoom02 {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	
	.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: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-r02 {
		opacity : 0;
	}
	.fadein-r02.active{
		opacity : 1;
		animation-name: fadein-r;
		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;
	}
	.fadein-r02-2 {
		opacity : 0;
	}
	.fadein-r02-2.active{
		opacity : 1;
		animation-name: fadein-r;
		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 fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	.color-down {
		opacity : 1;
	}
	.color-down.active{
		opacity : 1;
		animation-name: color-down;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-down {
		0% {
		  opacity: .3;
		}
		100% {
		  opacity: .1;
		}
	}
	
	.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;
	}
	.line-ani01-2 {
		opacity : 0;
	}
	.line-ani01-2.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani02-2 {
		opacity : 0;
	}
	.line-ani02-2.active{
		opacity : 1;
		animation-name: line-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani03-2 {
		opacity : 0;
	}
	.line-ani03-2.active{
		opacity : 1;
		animation-name: line-ani03;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
	}
	.line-ani04-2 {
		opacity : 0;
	}
	.line-ani04-2.active{
		opacity : 1;
		animation-name: line-ani04;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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)
		}
	}
	
	.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;
	}
	
	/*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: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.gnav__menu li{
		width: 23%;
		margin: 0 auto 10% auto;
	}
	.gnav-link .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.gnav-link .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.gnav-link:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .txt{
		width: 100%;
	}
	.gnav-link .txt img{
		height: 40px;
		margin: 0 auto;
		display: block;
	}
	
	.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;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.mv-logo{
		width: 100%;
		background: #fff;
		z-index: 20;
	}
	.mv-logo img{
		width: 17%;
		display: block;
		margin: 10px 0 10px 10px;
	}
	.mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.mv-img{
		width: 50%;
		overflow: hidden;
		position: relative;
	}
	.mv-img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background: #fff;
	}
	.mv-txt01{
		width: 6%;
		position: absolute;
		bottom: 20%;
		left: 3%;
	}
	.mv-txt02{
		width: 7%;
		position: absolute;
		top: 20%;
		right: 3%;
	}
	.mv-title-box{
		width: 90%;
		overflow: hidden;
		position: absolute;
		bottom: 10%;
		right: 0;
		left: -8%;
		margin: 0 auto;
	}
	.mv-title01{
		width: 80%;
		margin: 0 0 3% 15%;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto;
	}
	.mv-icon{
		width: max-content;
		position: absolute;
		top: 30%;
		right: 0%;
	}
	.mv-icon li{
		width: max-content;
	}
	.mv-icon li img{
		height: 50px;
	}
	.mv-icon li:nth-child(1){
		position: absolute;
		top: 0;
		right: 65px;
	}
	.mv-icon li:nth-child(2){
		position: absolute;
		top: 0;
		right: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		color: #1a2a46;
	}
	.read .txt{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		margin: 0 auto 10% auto;
	}
	.read .txt span{
		font-size: 18px;
		background: linear-gradient(transparent 0%, rgba(248,68,52,.4));
		padding: 0 5px 7px 5px;
	}
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.top-nav li{
		width: 48%;
		margin: 0 0 10% 0;
	}
	.top-nav li a{
		width: 100%;
		opacity: 1;
		display: block;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-nav li .txt{
		width: max-content;
		margin: 10px auto 0 auto;
	}
	.top-nav li .txt img{
		height: 33px;
		display: block;
	}
	
	/*door*/
	.door{
		width: 90%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.door .num{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.door .num img{
		height: 35px;
		display: block;
		margin: 0 auto;
	}
	.door .txt-box{
		width: max-content;
		position: relative;
		margin: 0 auto;
	}
	.door .txt-box .title{
		width: max-content;
		font-size: 25px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto;
	}
	.door .txt-box .icon{
		width: max-content;
		position: absolute;
		bottom: -15px;
		right: -5%;
		z-index: -1;
	}
	.door .txt-box .icon img{
		height: 30px;
	}
	.door .txt-box .icon02{
		width: max-content;
		position: absolute;
		bottom: -15px;
		right: -20%;
		z-index: -1;
	}
	.door .txt-box .icon02 img{
		height: 30px;
	}
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.rever{
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item .data{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .txt{
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 7% 0;
	}
	.point-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.point-txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-txt li:first-child{
		width: 20%;
	}
	.point-txt li:last-child{
		width: 75%;
		position: relative;
		overflow: hidden;
	}
	.point-txt li:last-child .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		margin: 0;
		font-weight: bold;
	}
	.line-w01{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w02{
		width: 100%;
		height: 1px;
		background: #8b929a;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h01{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h02{
		width: 1px;
		height: 100%;
		background: #8b929a;
		position: absolute;
		top: 0;
		right: 0;
	}
	.plus01{
		width: 20px;
		margin: 4% auto;
		position: relative;
		right: -12%;
	}
	
	
	/*item-w*/
	.item-w{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-w .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item-w .img .img-in{
		overflow: hidden;
		position: relative;
	}
	.item-w .img .img-in02{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.item-w .img .txt{
		width: max-content;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.4em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 10%;
		right: 10%;
		color: #fff;
	}
	.item-w .data{
		width: 90%;
		margin: 0 auto;
	}
	.item-w .data .txt{
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 7% 0;
	}
	.item-w .data .data01{
		width: 100%;
	}
	.item-w .data .data01 .txt{
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 7% 0;
	}
	.item-w .data .data02{
		width: 100%;
	}
	.point-txt02{
		width: 160px;
	}
	.point-txt02 li:first-child{
		width: 40%;
		margin: 0 0 5% 0;
	}
	.point-txt02 li:nth-child(2){
		width: 100%;
		height: 35px;
		position: relative;
		overflow: hidden;
	}
	.point-txt02 li:nth-child(2) .txt{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 12px;
		letter-spacing: 0px;
		line-height: 3em;
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0px;
		font-weight: bold;
	}
	.line-w03{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-w04{
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.line-h03{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.line-h04{
		width: 1px;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
	}
	.ar01{
		width: 60px;
		position: absolute;
		top: 100px;
		right: 25%;
	}
	.ar02{
		width: 60px;
		position: absolute;
		top: -70px;
		left: -5%;
	}
	.ar03{
		width: 70px;
		position: absolute;
		top: 60px;
		left: -90px;
	}
	.ar04{
		width: 90px;
		position: absolute;
		top: 140px;
		right: 15%;
	}
	.point-position01-1{
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.point-position01-2{
		position: absolute;
		bottom: 52%;
		right: 25%;
	}
	.point-position01-3{
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.point-position01-4{
		position: absolute;
		bottom: 15%;
		right: 5%;
	}
	.point-position02-1{
		position: absolute;
		top: 5%;
		left: 5%;
	}
	.point-position02-2{
		position: absolute;
		bottom: 40%;
		left: 5%;
	}
	.point-position03-1{
		position: absolute;
		top: 15%;
		right: 20%;
	}
	.point-position03-2{
		position: absolute;
		bottom: 15%;
		right: 25%;
	}
	.point-position04-1{
		position: absolute;
		top: 10%;
		left: 40%;
	}
	.point-position04-2{
		position: absolute;
		bottom: 45%;
    	left: 35%;
	}
	
	
	
	.item-end {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
		color: #808080;
	}
	.cap{
		width: 100%;
		text-align: right;
		font-size: 12px;
		letter-spacing: 2px;
		margin: 5% 0 0 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;
	}
	
	/*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 .btn-t{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: rgba(0,0,0,0);
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-t {
	  background: #000;
	  border-color: #fff;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #ee5d56;
		border: 1px solid #ee5d56;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ee5d56;
	  color: #ee5d56;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #5992d2;
		border: 1px solid #5992d2;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #5992d2;
	  color: #5992d2;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #f6c6ab;
		border: 1px solid #f6c6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #f6c6ab;
	  color: #f6c6ab;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #d88d9c;
		border: 1px solid #d88d9c;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d88d9c;
	  color: #d88d9c;
	}
	
	.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: mv01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade02 {
		animation-name: mv02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	.fade03 {
		animation-name: mv03;
		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;
	}
	.fade04 {
		animation-name: mv04;
		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;
	}
	.fade05 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade06 {
		animation-name: mv05;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade07 {
		animation-name: mv06;
		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;
	}
	.fade08 {
		animation-name: mv06;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv01 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(-100%);
		}
	}
	@keyframes mv02 {
		0% {
		  opacity: 1;
		  transform: translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(100%);
		}
	}
	@keyframes mv03 {
		0% {
		  opacity: 0;
		  transform: translateX(-10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv04 {
		0% {
		  opacity: 0;
		  transform: translateX(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateX(0);
		}
	}
	@keyframes mv05 {
		0% {
		  opacity: 0;
		  transform: translateY(10%);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0);
		}
	}
	@keyframes mv06 {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		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-up-zoom02 {
		opacity : 1;
		  transform: scale(1.1);
	}
	.fadein-up-zoom02.active{
		opacity : 1;
		animation-name: fadein-up-zoom02;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes fadein-up-zoom02 {
		0% {
		  opacity: 1;
		  transform: scale(1.1);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-zoom {
		opacity : 0;
	}
	.fadein-zoom.active{
		opacity : 1;
		animation-name: fadein-zoom;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-zoom {
		0% {
		  opacity: 0;
		  transform: scale(1.1) rotate(-20deg);
		}
		100% {
		  opacity: 1;
		  transform: scale(1) rotate(0deg);
		}
	}
	
	.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: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-r02 {
		opacity : 0;
	}
	.fadein-r02.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-r02-2 {
		opacity : 0;
	}
	.fadein-r02-2.active{
		opacity : 1;
		animation-name: fadein-r;
		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;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(-30px);
		}
		20% {
		  opacity: 1;
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px);
		}
	}
	
	.color-down {
		opacity : 1;
	}
	.color-down.active{
		opacity : 1;
		animation-name: color-down;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes color-down {
		0% {
		  opacity: .3;
		}
		100% {
		  opacity: .1;
		}
	}
	
	.line-ani01 {
		opacity : 0;
	}
	.line-ani01.active{
		opacity : 1;
		animation-name: line-ani01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.line-ani01-2 {
		opacity : 0;
	}
	.line-ani01-2.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: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.line-ani02-2 {
		opacity : 0;
	}
	.line-ani02-2.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: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.line-ani03-2 {
		opacity : 0;
	}
	.line-ani03-2.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: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.line-ani04-2 {
		opacity : 0;
	}
	.line-ani04-2.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)
		}
	}
	
	.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);
		background: rgba(255,255,255,0.8);
	}
	.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: 25%;
		box-sizing: border-box;
		padding: 0 0 10px 0;
	}
	
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 10;
	}
	
	/*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: 85%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.gnav__menu li{
		width: 47%;
		margin: 0 auto 7% auto;
	}
	.gnav-link .img{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.gnav-link .img .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
	}
	.gnav-link:hover .img .on{
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .txt{
		width: 100%;
	}
	.gnav-link .txt img{
		height: 30px;
		margin: 0 auto;
		display: block;
	}
	
	.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;
	}
	
}
