body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*imac////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 2560px) and (max-width: 5120px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
	
	/*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*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;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
		background: #fff;
        position: relative;
		margin: 0 auto 3% auto;
		overflow: hidden;
    }
	header .mv-logo{
		width: 7%;
		position: absolute;
		bottom: 13%;
		right: 5%;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-title{
		width: 65%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-sub{
		width: 1.5%;
		position: absolute;
		top: 5%;
		left: -25%;
		right: 0;
		margin: 0 auto;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img-box .mv-img{
		width: 33.33%;
	}
	.scrolldown1{
        position:absolute;
        left: 3%;
        bottom:5%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 15px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: center;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*door*/
	.door{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background: #f8f8f7;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.door .img{
		width: 50%;
		overflow: hidden;
	}
	.door .data{
		width: 50%;
	}
	.door .data .data-in{
		width: 60%;
		margin: 0 auto;
	}
	.door .data .data-in .title{
		width: 40%;
		margin: 0 auto 5% auto;
		mix-blend-mode: multiply;
	}
	.door .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*item-main-title*/
	.item-main-title{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 3% auto;
	}
	.item-main-title .title{
		width: 35%;
		margin: 0 auto 2% auto;
	}
	.item-main-title .txt{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 4px;
		font-weight: 300;
		line-height: 2.3em;
	}
	.item-main-title .txt span{
		padding: 0 5px;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item01 .data .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item01 .data .num img{
		height: 25px;
	}
	.item01 .data .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data .sub01 img{
		height: 70px;
	}
	.item01 .data .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data .sub02 img{
		height: 25px;
	}
	.item01 .data .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 75%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data .data01{
		width: 40%;
	}
	.item02 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item02 .data .data01 .num img{
		height: 25px;
	}
	.item02 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data01 .sub01 img{
		height: 70px;
	}
	.item02 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data01 .sub02 img{
		height: 28px;
	}
	.item02 .data .data01 .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item02 .data .data02{
		width: 55%;
	}
	.item02 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	.item-wrap{
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item-wrap .item-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-wrap .common-title{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.item-wrap .bg{
		width: 100%;
		height: 400px;
		position: absolute;
		top: 36%;
		left: 0;
		z-index: -1;
		background: #efe6d3;
	}
	
	/*item03*/
	.item03{
		width: 46%;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 15% 0;
	}
	.item03 .data{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item03 .data .num{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.item03 .data .num img{
		height: 25px;
	}
	.item03 .data .sub01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .sub01 img{
		height: 70px;
	}
	.item03 .data .sub02{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .sub02 img{
		height: 25px;
	}
	.item03 .data .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 2% 0;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 75%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .data01{
		width: 50%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item04 .data .data01 .num img{
		height: 25px;
	}
	.item04 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data .data01 .sub01 img{
		height: 70px;
	}
	.item04 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data .data01 .sub02 img{
		height: 28px;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item04 .data .data02{
		width: 45%;
	}
	.item04 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
		text-align: center;
		color: #474545;
	}
	
	/*f-read*/
	.f-read{
		width: 100%;
		padding: 5% 0 5% 0;
		margin: 0 0 5% 0;
		background: #f8f8f7;
	}
	.f-read .title{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 2% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% 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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #1588ce;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #1588ce;
	  border-color: #1588ce;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #1588ce;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #1588ce;
	  color: #1588ce;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #bd9362;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn02 {
	  background: #bd9362;
	  border-color: #bd9362;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #bd9362;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #bd9362;
	  color: #bd9362;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #d79483;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d79483;
	  color: #d79483;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #d79483;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn05 {
	  background: #d79483;
	  border-color: #d79483;
	  color: #fff;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #001e40;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #001e40;
	  color: #001e40;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #001e40;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn07 {
	  background: #001e40;
	  border-color: #001e40;
	  color: #fff;
	}
	
	.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);
	}
	.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;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 2s;
		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: fade-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc02{
		background: #f8f8f7;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
	}
	.gb03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.line-ani01 {
		padding-bottom: 0;
		background: linear-gradient(#ffbb8a, #ffbb8a) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani01.active {
		background-size: 100% 6px;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*pc//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*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;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
		background: #fff;
        position: relative;
		margin: 0 auto 3% auto;
		overflow: hidden;
    }
	header .mv-logo{
		width: 7%;
		position: absolute;
		bottom: 13%;
		right: 5%;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-title{
		width: 65%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-sub{
		width: 1.5%;
		position: absolute;
		top: 5%;
		left: -25%;
		right: 0;
		margin: 0 auto;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img-box .mv-img{
		width: 33.33%;
	}
	.scrolldown1{
        position:absolute;
        left: 3%;
        bottom:5%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 15px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: center;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*door*/
	.door{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background: #f8f8f7;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.door .img{
		width: 50%;
		overflow: hidden;
	}
	.door .data{
		width: 50%;
	}
	.door .data .data-in{
		width: 60%;
		margin: 0 auto;
	}
	.door .data .data-in .title{
		width: 40%;
		margin: 0 auto 5% auto;
		mix-blend-mode: multiply;
	}
	.door .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*item-main-title*/
	.item-main-title{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 3% auto;
	}
	.item-main-title .title{
		width: 35%;
		margin: 0 auto 2% auto;
	}
	.item-main-title .txt{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 4px;
		font-weight: 300;
		line-height: 2.3em;
	}
	.item-main-title .txt span{
		padding: 0 5px;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item01 .data .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item01 .data .num img{
		height: 25px;
	}
	.item01 .data .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data .sub01 img{
		height: 70px;
	}
	.item01 .data .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data .sub02 img{
		height: 25px;
	}
	.item01 .data .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 75%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data .data01{
		width: 40%;
	}
	.item02 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item02 .data .data01 .num img{
		height: 25px;
	}
	.item02 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data01 .sub01 img{
		height: 70px;
	}
	.item02 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data01 .sub02 img{
		height: 28px;
	}
	.item02 .data .data01 .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item02 .data .data02{
		width: 55%;
	}
	.item02 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	.item-wrap{
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item-wrap .item-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-wrap .common-title{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.item-wrap .bg{
		width: 100%;
		height: 400px;
		position: absolute;
		top: 36%;
		left: 0;
		z-index: -1;
		background: #efe6d3;
	}
	
	/*item03*/
	.item03{
		width: 46%;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 15% 0;
	}
	.item03 .data{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item03 .data .num{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.item03 .data .num img{
		height: 25px;
	}
	.item03 .data .sub01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .sub01 img{
		height: 70px;
	}
	.item03 .data .sub02{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .sub02 img{
		height: 25px;
	}
	.item03 .data .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 2% 0;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 75%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .data01{
		width: 50%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item04 .data .data01 .num img{
		height: 25px;
	}
	.item04 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data .data01 .sub01 img{
		height: 70px;
	}
	.item04 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data .data01 .sub02 img{
		height: 28px;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item04 .data .data02{
		width: 45%;
	}
	.item04 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
		text-align: center;
		color: #474545;
	}
	
	/*f-read*/
	.f-read{
		width: 100%;
		padding: 5% 0 5% 0;
		margin: 0 0 5% 0;
		background: #f8f8f7;
	}
	.f-read .title{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 2% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% 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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #1588ce;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #1588ce;
	  border-color: #1588ce;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #1588ce;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #1588ce;
	  color: #1588ce;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #bd9362;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn02 {
	  background: #bd9362;
	  border-color: #bd9362;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #bd9362;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #bd9362;
	  color: #bd9362;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #d79483;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d79483;
	  color: #d79483;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #d79483;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn05 {
	  background: #d79483;
	  border-color: #d79483;
	  color: #fff;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #001e40;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #001e40;
	  color: #001e40;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #001e40;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn07 {
	  background: #001e40;
	  border-color: #001e40;
	  color: #fff;
	}
	
	.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);
	}
	.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;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 2s;
		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: fade-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc02{
		background: #f8f8f7;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
	}
	.gb03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.line-ani01 {
		padding-bottom: 0;
		background: linear-gradient(#ffbb8a, #ffbb8a) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani01.active {
		background-size: 100% 6px;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*note pc/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
    .pad-on{
		display: none !important;
	}
	
	/*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*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;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
		background: #fff;
        position: relative;
		margin: 0 auto 3% auto;
		overflow: hidden;
    }
	header .mv-logo{
		width: 7%;
		position: absolute;
		bottom: 13%;
		right: 5%;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-title{
		width: 65%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-sub{
		width: 1.5%;
		position: absolute;
		top: 5%;
		left: -25%;
		right: 0;
		margin: 0 auto;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img-box .mv-img{
		width: 33.33%;
	}
	.scrolldown1{
        position:absolute;
        left: 3%;
        bottom:5%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 15px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: center;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*door*/
	.door{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background: #f8f8f7;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.door .img{
		width: 50%;
		overflow: hidden;
	}
	.door .data{
		width: 50%;
	}
	.door .data .data-in{
		width: 80%;
		margin: 0 auto;
	}
	.door .data .data-in .title{
		width: 30%;
		margin: 0 auto 5% auto;
		mix-blend-mode: multiply;
	}
	.door .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*item-main-title*/
	.item-main-title{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item-main-title .title{
		width: 35%;
		margin: 0 auto 2% auto;
	}
	.item-main-title .txt{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 4px;
		font-weight: 300;
		line-height: 2.3em;
	}
	.item-main-title .txt span{
		padding: 0 5px;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item01 .data .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item01 .data .num img{
		height: 25px;
	}
	.item01 .data .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data .sub01 img{
		height: 70px;
	}
	.item01 .data .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data .sub02 img{
		height: 25px;
	}
	.item01 .data .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 75%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data .data01{
		width: 40%;
	}
	.item02 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item02 .data .data01 .num img{
		height: 25px;
	}
	.item02 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data01 .sub01 img{
		height: 70px;
	}
	.item02 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data01 .sub02 img{
		height: 28px;
	}
	.item02 .data .data01 .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item02 .data .data02{
		width: 55%;
	}
	.item02 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	.item-wrap{
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item-wrap .item-box{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-wrap .common-title{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.item-wrap .bg{
		width: 100%;
		height: 400px;
		position: absolute;
		top: 33%;
		left: 0;
		z-index: -1;
		background: #efe6d3;
	}
	
	/*item03*/
	.item03{
		width: 46%;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 15% 0;
	}
	.item03 .data{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item03 .data .num{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.item03 .data .num img{
		height: 25px;
	}
	.item03 .data .sub01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .sub01 img{
		height: 70px;
	}
	.item03 .data .sub02{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .sub02 img{
		height: 25px;
	}
	.item03 .data .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 2% 0;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 75%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .data01{
		width: 50%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item04 .data .data01 .num img{
		height: 25px;
	}
	.item04 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data .data01 .sub01 img{
		height: 70px;
	}
	.item04 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data .data01 .sub02 img{
		height: 28px;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item04 .data .data02{
		width: 45%;
	}
	.item04 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
		text-align: center;
		color: #474545;
	}
	
	/*f-read*/
	.f-read{
		width: 100%;
		padding: 5% 0 5% 0;
		margin: 0 0 5% 0;
		background: #f8f8f7;
	}
	.f-read .title{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 2% auto;
	}
	.f-read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 2% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% 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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #1588ce;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #1588ce;
	  border-color: #1588ce;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #1588ce;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #1588ce;
	  color: #1588ce;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #bd9362;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn02 {
	  background: #bd9362;
	  border-color: #bd9362;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #bd9362;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #bd9362;
	  color: #bd9362;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #d79483;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d79483;
	  color: #d79483;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #d79483;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn05 {
	  background: #d79483;
	  border-color: #d79483;
	  color: #fff;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #001e40;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #001e40;
	  color: #001e40;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #001e40;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn07 {
	  background: #001e40;
	  border-color: #001e40;
	  color: #fff;
	}
	
	.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);
	}
	.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;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 2s;
		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: fade-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc02{
		background: #f8f8f7;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
	}
	.gb03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.line-ani01 {
		padding-bottom: 0;
		background: linear-gradient(#ffbb8a, #ffbb8a) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani01.active {
		background-size: 100% 6px;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*pad/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 765px) and (max-width: 1024px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
    
	/*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
    .cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*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;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
		background: #fff;
        position: relative;
		margin: 0 auto 5% auto;
		overflow: hidden;
    }
	header .mv-logo{
		width: 7%;
		position: absolute;
		bottom: 13%;
		right: 5%;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-title{
		width: 65%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-sub{
		width: 1.5%;
		position: absolute;
		top: 5%;
		left: -25%;
		right: 0;
		margin: 0 auto;
		z-index: 3;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	header .mv-img-box .mv-img{
		width: 33.33%;
	}
	.scrolldown1{
        position:absolute;
        left: 3%;
        bottom:5%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 15px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .txt{
		width: 90%;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: justify;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 auto;
	}
	.read .txt br{
		display: none;
	}
	
	/*door*/
	.door{
		width: 100%;
		background: #f8f8f7;
		overflow: hidden;
		margin: 0 0 5% 0;
		padding: 5% 0 0 0;
	}
	.door .img{
		width: 100%;
		overflow: hidden;
	}
	.door .data{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.door .data .data-in{
		width: 100%;
		margin: 0 auto;
	}
	.door .data .data-in .title{
		width: 30%;
		margin: 0 auto 5% auto;
		mix-blend-mode: multiply;
	}
	.door .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*item-main-title*/
	.item-main-title{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item-main-title .title{
		width: 40%;
		margin: 0 auto 2% auto;
	}
	.item-main-title .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 4px;
		font-weight: 300;
		line-height: 2.3em;
	}
	.item-main-title .txt span{
		padding: 0 5px;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item01 .data .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item01 .data .num img{
		height: 25px;
	}
	.item01 .data .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data .sub01 img{
		height: 60px;
	}
	.item01 .data .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .data .sub02 img{
		height: 20px;
	}
	.item01 .data .title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.item02 .img{
		width: 75%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item02 .data .data01{
		width: 40%;
	}
	.item02 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item02 .data .data01 .num img{
		height: 25px;
	}
	.item02 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data01 .sub01 img{
		height: 60px;
	}
	.item02 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item02 .data .data01 .sub02 img{
		height: 28px;
	}
	.item02 .data .data01 .title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item02 .data .data02{
		width: 55%;
	}
	.item02 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	.item-wrap{
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.item-wrap .item-box{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-wrap .common-title{
		width: 100%;
		max-width: 300px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	.item-wrap .bg{
		width: 100%;
		height: 300px;
		position: absolute;
		top: 27%;
		left: 0;
		z-index: -1;
		background: #efe6d3;
	}
	
	/*item03*/
	.item03{
		width: 48%;
	}
	.item03 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 15% 0;
	}
	.item03 .data{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item03 .data .num{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.item03 .data .num img{
		height: 25px;
	}
	.item03 .data .sub01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .sub01 img{
		height: 70px;
	}
	.item03 .data .sub02{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item03 .data .sub02 img{
		height: 20px;
	}
	.item03 .data .title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 2% 0;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 75%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .data01{
		width: 50%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item04 .data .data01 .num img{
		height: 25px;
	}
	.item04 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data .data01 .sub01 img{
		height: 60px;
	}
	.item04 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item04 .data .data01 .sub02 img{
		height: 28px;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2.5em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item04 .data .data02{
		width: 45%;
	}
	.item04 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
		text-align: center;
		color: #474545;
	}
	
	/*f-read*/
	.f-read{
		width: 100%;
		padding: 5% 0 5% 0;
		margin: 0 0 5% 0;
		background: #f8f8f7;
	}
	.f-read .title{
		width: 50%;
		margin: 0 auto 2% auto;
	}
	.f-read .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 2% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% 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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #1588ce;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #1588ce;
	  border-color: #1588ce;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #1588ce;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #1588ce;
	  color: #1588ce;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #bd9362;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn02 {
	  background: #bd9362;
	  border-color: #bd9362;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #bd9362;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #bd9362;
	  color: #bd9362;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #d79483;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d79483;
	  color: #d79483;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #d79483;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn05 {
	  background: #d79483;
	  border-color: #d79483;
	  color: #fff;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #001e40;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #001e40;
	  color: #001e40;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #001e40;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn07 {
	  background: #001e40;
	  border-color: #001e40;
	  color: #fff;
	}
	
	.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);
	}
	.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;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 2s;
		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: fade-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc02{
		background: #f8f8f7;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
	}
	.gb03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.line-ani01 {
		padding-bottom: 0;
		background: linear-gradient(#ffbb8a, #ffbb8a) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani01.active {
		background-size: 100% 6px;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* for iphone ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	.pad-on{
        display: none!important;
    }

	
    /*cart-01*/
	.cart-line{
		height: 1px;
		width: 100%;
		background: #ebebeb;
	}
    .cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
    .cart-title{
		font-size: 12px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 8px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    .cart-yen02{
		font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 2px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 25% 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;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 5px 0 0;
        position: relative;
        top: -2px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 5px 0 0;
        position: relative;
        top: -2px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		background: #fff;
        position: relative;
		margin: 0 auto 7% auto;
		overflow: hidden;
    }
	header .mv-logo{
		width: 20%;
		margin: 0 auto;
		display: block;
	}
	header .mv-title{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	header .mv-sub{
		width: 30px;
		position: absolute;
		top: 5%;
		left: 5%;
		right: 0;
		z-index: 3;
	}
	header .mv-img-box{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	header .mv-img-box .mv-img{
		width: 100%;
		overflow: hidden;
	}
	
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 auto;
	}
	
	/*door*/
	.door{
		width: 100%;
		background: #f8f8f7;
		overflow: hidden;
		margin: 0 0 10% 0;
		padding: 10% 0 0 0;
	}
	.door .img{
		width: 100%;
		overflow: hidden;
	}
	.door .data{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.door .data .data-in{
		width: 100%;
		margin: 0 auto;
	}
	.door .data .data-in .title{
		width: 60%;
		margin: 0 auto 10% auto;
		mix-blend-mode: multiply;
	}
	.door .data .data-in .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*item-main-title*/
	.item-main-title{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-main-title .title{
		width: 80%;
		display: block;
		margin: 0 auto 5% auto;
	}
	.item-main-title .txt{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 2px;
		font-weight: 300;
		line-height: 2.3em;
	}
	.item-main-title .txt span{
		padding: 0 5px;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .data{
		width: 90%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.item01 .data .num{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item01 .data .num img{
		height: 25px;
	}
	.item01 .data .sub01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item01 .data .sub02{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item01 .data .title{
		width: 100%;
		font-size: 25px;
		letter-spacing: 4px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 90%;
		margin: 0 auto;
	}
	.item02 .data .data01{
		width: 100%;
	}
	.item02 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item02 .data .data01 .num img{
		height: 25px;
	}
	.item02 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item02 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item02 .data .data01 .title{
		width: 100%;
		font-size: 25px;
		letter-spacing: 4px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item02 .data .data02{
		width: 100%;
	}
	.item02 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	
	.item-wrap{
		width: 100%;
		position: relative;
	}
	.item-wrap .item-box{
		width: 100%;
		margin: 0 auto;
	}
	.item-wrap .common-title{
		width: 100%;
		max-width: 80%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	
	/*item03*/
	.item03{
		width: 100%;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item03 .img{
		width: 90%;
		overflow: hidden;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item03 .bg{
		width: 90%;
		height: 52%;
		position: absolute;
		top: 5%;
		left: 5%;
		z-index: -1;
		background: #efe6d3;
	}
	.item03 .data{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item03 .data .num{
		width: 100%;
		margin: 0 0 2% 0;
	}
	.item03 .data .num img{
		height: 25px;
	}
	.item03 .data .sub01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item03 .data .sub02{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item03 .data .title{
		width: 100%;
		font-size: 25px;
		letter-spacing: 4px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item03 .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	
	/*item04*/
	.item04{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data{
		width: 90%;
		margin: 0 auto;
	}
	.item04 .data .data01{
		width: 100%;
	}
	.item04 .data .data01 .num{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.item04 .data .data01 .num img{
		height: 25px;
	}
	.item04 .data .data01 .sub01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item04 .data .data01 .sub02{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item04 .data .data01 .title{
		width: 100%;
		font-size: 25px;
		letter-spacing: 4px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.item04 .data .data02{
		width: 100%;
	}
	.item04 .data .data02 .txt{
		width: 100%;
		text-align: justify;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 10px;
		line-height: 2em;
		letter-spacing: 2px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 0 10% 0;
		text-align: center;
		color: #474545;
	}
	
	/*f-read*/
	.f-read{
		width: 100%;
		padding: 10% 0 10% 0;
		margin: 0 0 10% 0;
		background: #f8f8f7;
	}
	.f-read .title{
		width: 75%;
		margin: 0 auto 5% auto;
	}
	.f-read .txt{
		width: 85%;
		margin: 0 auto;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		color: #001e43;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	.f-read .txt br{
		display: none;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 2% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 90%;
		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 #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 50%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*cart-btm*/
	.link-line{
		width: 100%;
		height: 1px;
		margin: 3% 0;
		background: #ababac;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #1588ce;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #1588ce;
	  border-color: #1588ce;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #1588ce;
		border: 1px solid #1588ce;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #1588ce;
	  color: #1588ce;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #bd9362;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn02 {
	  background: #bd9362;
	  border-color: #bd9362;
	  color: #fff;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #bd9362;
		border: 1px solid #bd9362;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #bd9362;
	  color: #bd9362;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #d79483;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #d79483;
	  color: #d79483;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #d79483;
		display: inline-block;
		text-align: center;
		color: #d79483;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn05 {
	  background: #d79483;
	  border-color: #d79483;
	  color: #fff;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #001e40;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #001e40;
	  color: #001e40;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 3px 0 3px 0;
		background: #fff;
		border: 1px solid #001e40;
		display: inline-block;
		text-align: center;
		color: #001e40;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn07 {
	  background: #001e40;
	  border-color: #001e40;
	  color: #fff;
	}
	
	.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);
	}
	.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;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 2s;
		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: fade-in;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc02{
		background: #f8f8f7;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(100%);
		}
	}
	.gb02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-100%);
		}
	}
	.gb03 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb03.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.gb04 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb04.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img04;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img04 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.line-ani01 {
		padding-bottom: 0;
		background: linear-gradient(#ffbb8a, #ffbb8a) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani01.active {
		background-size: 100% 6px;
	}
	
	.nav{
		width: 100%;
		margin: 0 auto;
		display: flex;
		position: fixed;
		background: rgba(255,255,255,0.8);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		z-index: 999;
		bottom: -1px;
	}
	.nav-sp{
		width: 100%;
		border-top: 1px solid #000;
		display: flex;
		justify-content: flex-start;
	}
	.nav-sp li{
		width: 30%;
		border-right: 1px solid #000;
		box-sizing: border-box;
	}
	.nav-sp li:last-child{
		width: 10%;
		box-sizing: border-box;
	}
	
}

