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;
		letter-spacing: 1px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    
	.cart-title02{
		font-size: 15px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen02{
		font-size: 16px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		letter-spacing: 1px;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 1px;
		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: 8%;
		position: absolute;
		top: 3%;
		left: 2%;
		z-index: 3;
	}
	header .mv-title{
		width: 40%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		z-index: 3;
	}
	header .mv-title .txt{
		width: 60%;
		margin: 0 auto 10% auto;
		overflow: hidden;
	}
	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: 50%;
	}
	.scrolldown1{
        position:absolute;
        left: 3%;
        bottom:5%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  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 .title{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 2% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*main-item*/
	.main-item{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.main-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.main-item .data{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.main-item .data .data01{
		width: 30%;
	}
	.main-item .data .data02{
		width: 65%;
	}
	.main-item .data .data02 .main-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.main-item .data .data02 .main-link li{
		width: 48%;
	}
	
	
	/*point*/
	.point{
		width: 100%;
		margin: 0 0 7% 0;
		position: relative;
	}
	.point .bg{
		width: 100%;
		height: 80%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fafafa;
		z-index: -1;
	}
	.point-list{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.point-list li{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-list li:nth-child(2){
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 7% 0 7% 20%;
	}
	.point-list li:nth-child(3){
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 0 40%;
	}
	.point-list li .img{
		width: 45%;
	}
	.point-list li .data{
		width: 45%;
	}
	.point-list li .data .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.point-list li .data .title img{
		height: 60px;
	}
	.point-list li .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.door .sub-title{
		width: 100%;
		text-align: center;
		font-size: 15px;
		letter-spacing: 4px;
	}
	
	.svganimeblock{
		width: max-content;
		margin: 0 auto 1% auto;
		padding: 0;
	}
	.svganimeblock svg{
		width:100%;
		height: 40px;
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #000;/*線の色*/
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg.active path{
		fill: #000;/*塗りの色*/
		fill-opacity: 1;/*透過1で見える状態*/
		stroke: none;/*線の色なし*/
		margin: 0;
		padding: 0;
    }
	
	.num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		border-left: 1px solid #000;
		padding: 0 0 0 30px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.num .num0{
		width: 100px;
		margin: 0 2px 0 0;
	}
	.num .num-others{
		width: 40px;
		height: 55px;
		overflow: hidden;
		position: relative;
	}
	.num .num-others .num-in{
		width: 40px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.num .num-others .num-in.active{
		width: 40px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		animation-name: num-turn;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes num-turn {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-87.58%);
		}
	}
	
	.scrolldown2{
		width: 15px;
		height: 20px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	/* 丸の描写 */
	.scrolldown2:before {
		content: url("../img/icon.svg");
		position: absolute;
		width: 15px;
		animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
	}
	@keyframes circlemove{
		  0%{bottom:20px;}
		 100%{bottom:-5px;}
	 }
	@keyframes cirlemovehide{
		  0%{opacity:0}
		 50%{opacity:1;}
		80%{opacity:0.9;}
	  100%{opacity:0;}
	 }
	
	
	/*item-wrap*/
	.item-wrap{
		width: 100%;
		height: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item-wrap-in{
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.item-wrap .side{
		position: absolute;
        top: 0;
		left: 5%;
		width: 10px;
		height: 100%;
	}
	.item-wrap .side .line{
		position: absolute;
        top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #000;
		margin: 0 auto;
		z-index: -1;
	}
	.item-wrap .side .side-in{
		position: sticky;
        top: 5%;
		left: 0;
		width: 10px;
		background: #fff;
		padding: 10px 0;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.item01 .data .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 20% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 3% auto;
	}
	.item02 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data01{
		width: 45%;
	}
	.item02 .data02{
		width: 45%;
	}
	.item02 .data .data02 .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item02 .data .data01 .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 20% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 3em;
		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;
	}
	
	/*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: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		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: #000;
	  color: #000;
	}
	
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
		transform : translateY(20px);
	  }
	  100% {
		opacity: 1;
		transform : translateY(0);
	  }
	}
	.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 : translateX(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(-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 : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.gb03 {
		width: 100%;
		height: 3px;
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
		margin: 10px 0 0 0;
	}
	.gb03.active{
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(-100%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}
	.line-ani {
		padding-bottom: 15px;
		background: linear-gradient(#fff, #fff) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani.active {
		background-size: 100% 5px;
		animation-duration: 3s;
		animation-delay: 3s;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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;
		letter-spacing: 1px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    
	.cart-title02{
		font-size: 15px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen02{
		font-size: 16px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		letter-spacing: 1px;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 1px;
		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: 8%;
		position: absolute;
		top: 3%;
		left: 2%;
		z-index: 3;
	}
	header .mv-title{
		width: 40%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		z-index: 3;
	}
	header .mv-title .txt{
		width: 60%;
		margin: 0 auto 10% auto;
		overflow: hidden;
	}
	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: 50%;
	}
	.scrolldown1{
        position:absolute;
        left: 3%;
        bottom:5%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  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 .title{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 2% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*main-item*/
	.main-item{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.main-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.main-item .data{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.main-item .data .data01{
		width: 30%;
	}
	.main-item .data .data02{
		width: 65%;
	}
	.main-item .data .data02 .main-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.main-item .data .data02 .main-link li{
		width: 48%;
	}
	
	
	/*point*/
	.point{
		width: 100%;
		margin: 0 0 7% 0;
		position: relative;
	}
	.point .bg{
		width: 100%;
		height: 80%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fafafa;
		z-index: -1;
	}
	.point-list{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.point-list li{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-list li:nth-child(2){
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 7% 0 7% 20%;
	}
	.point-list li:nth-child(3){
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 0 40%;
	}
	.point-list li .img{
		width: 45%;
	}
	.point-list li .data{
		width: 45%;
	}
	.point-list li .data .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.point-list li .data .title img{
		height: 60px;
	}
	.point-list li .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.door .sub-title{
		width: 100%;
		text-align: center;
		font-size: 15px;
		letter-spacing: 4px;
	}
	
	.svganimeblock{
		width: max-content;
		margin: 0 auto 1% auto;
		padding: 0;
	}
	.svganimeblock svg{
		width:100%;
		height: 40px;
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #000;/*線の色*/
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg.active path{
		fill: #000;/*塗りの色*/
		fill-opacity: 1;/*透過1で見える状態*/
		stroke: none;/*線の色なし*/
		margin: 0;
		padding: 0;
    }
	
	.num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		border-left: 1px solid #000;
		padding: 0 0 0 30px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.num .num0{
		width: 100px;
		margin: 0 2px 0 0;
	}
	.num .num-others{
		width: 40px;
		height: 55px;
		overflow: hidden;
		position: relative;
	}
	.num .num-others .num-in{
		width: 40px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.num .num-others .num-in.active{
		width: 40px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		animation-name: num-turn;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes num-turn {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-87.58%);
		}
	}
	
	.scrolldown2{
		width: 15px;
		height: 20px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	/* 丸の描写 */
	.scrolldown2:before {
		content: url("../img/icon.svg");
		position: absolute;
		width: 15px;
		animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
	}
	@keyframes circlemove{
		  0%{bottom:20px;}
		 100%{bottom:-5px;}
	 }
	@keyframes cirlemovehide{
		  0%{opacity:0}
		 50%{opacity:1;}
		80%{opacity:0.9;}
	  100%{opacity:0;}
	 }
	
	
	/*item-wrap*/
	.item-wrap{
		width: 100%;
		height: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item-wrap-in{
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.item-wrap .side{
		position: absolute;
        top: 0;
		left: 5%;
		width: 10px;
		height: 100%;
	}
	.item-wrap .side .line{
		position: absolute;
        top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #000;
		margin: 0 auto;
		z-index: -1;
	}
	.item-wrap .side .side-in{
		position: sticky;
        top: 5%;
		left: 0;
		width: 10px;
		background: #fff;
		padding: 10px 0;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.item01 .data .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 20% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 3% auto;
	}
	.item02 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data01{
		width: 45%;
	}
	.item02 .data02{
		width: 45%;
	}
	.item02 .data .data02 .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item02 .data .data01 .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 20% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 3em;
		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;
	}
	
	/*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: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		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: #000;
	  color: #000;
	}
	
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
		transform : translateY(20px);
	  }
	  100% {
		opacity: 1;
		transform : translateY(0);
	  }
	}
	.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 : translateX(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(-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 : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.gb03 {
		width: 100%;
		height: 3px;
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
		margin: 10px 0 0 0;
	}
	.gb03.active{
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(-100%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}
	.line-ani {
		padding-bottom: 15px;
		background: linear-gradient(#fff, #fff) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani.active {
		background-size: 100% 5px;
		animation-duration: 3s;
		animation-delay: 3s;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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;
		letter-spacing: 1px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    
	.cart-title02{
		font-size: 15px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen02{
		font-size: 16px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		letter-spacing: 1px;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 1px;
		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: 8%;
		position: absolute;
		top: 3%;
		left: 2%;
		z-index: 3;
	}
	header .mv-title{
		width: 40%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		z-index: 3;
	}
	header .mv-title .txt{
		width: 60%;
		margin: 0 auto 10% auto;
		overflow: hidden;
	}
	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: 50%;
	}
	.scrolldown1{
        position:absolute;
        left: 3%;
        bottom:5%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  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 .title{
		width: 100%;
		max-width: 700px;
		margin: 0 auto 2% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	
	/*main-item*/
	.main-item{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.main-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 2% 0;
	}
	.main-item .data{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.main-item .data .data01{
		width: 30%;
	}
	.main-item .data .data02{
		width: 65%;
	}
	.main-item .data .data02 .main-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.main-item .data .data02 .main-link li{
		width: 48%;
	}
	
	
	/*point*/
	.point{
		width: 100%;
		margin: 0 0 7% 0;
		position: relative;
	}
	.point .bg{
		width: 100%;
		height: 80%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fafafa;
		z-index: -1;
	}
	.point-list{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.point-list li{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-list li:nth-child(2){
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 7% 0 7% 20%;
	}
	.point-list li:nth-child(3){
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 0 40%;
	}
	.point-list li .img{
		width: 45%;
	}
	.point-list li .data{
		width: 45%;
	}
	.point-list li .data .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.point-list li .data .title img{
		height: 60px;
	}
	.point-list li .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 2% auto;
		position: relative;
	}
	.door .sub-title{
		width: 100%;
		text-align: center;
		font-size: 15px;
		letter-spacing: 4px;
	}
	
	.svganimeblock{
		width: max-content;
		margin: 0 auto 1% auto;
		padding: 0;
	}
	.svganimeblock svg{
		width:100%;
		height: 40px;
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #000;/*線の色*/
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg.active path{
		fill: #000;/*塗りの色*/
		fill-opacity: 1;/*透過1で見える状態*/
		stroke: none;/*線の色なし*/
		margin: 0;
		padding: 0;
    }
	
	.num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		border-left: 1px solid #000;
		padding: 0 0 0 30px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.num .num0{
		width: 100px;
		margin: 0 2px 0 0;
	}
	.num .num-others{
		width: 40px;
		height: 55px;
		overflow: hidden;
		position: relative;
	}
	.num .num-others .num-in{
		width: 40px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.num .num-others .num-in.active{
		width: 40px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		animation-name: num-turn;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes num-turn {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-87.58%);
		}
	}
	
	.scrolldown2{
		width: 15px;
		height: 20px;
		margin: 0 auto 3% auto;
		position: relative;
	}
	/* 丸の描写 */
	.scrolldown2:before {
		content: url("../img/icon.svg");
		position: absolute;
		width: 15px;
		animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
	}
	@keyframes circlemove{
		  0%{bottom:20px;}
		 100%{bottom:-5px;}
	 }
	@keyframes cirlemovehide{
		  0%{opacity:0}
		 50%{opacity:1;}
		80%{opacity:0.9;}
	  100%{opacity:0;}
	 }
	
	
	/*item-wrap*/
	.item-wrap{
		width: 100%;
		height: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item-wrap-in{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
	}
	.item-wrap .side{
		position: absolute;
        top: 0;
		left: 2%;
		width: 10px;
		height: 100%;
	}
	.item-wrap .side .line{
		position: absolute;
        top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #000;
		margin: 0 auto;
		z-index: -1;
	}
	.item-wrap .side .side-in{
		position: sticky;
        top: 5%;
		left: 0;
		width: 10px;
		background: #fff;
		padding: 10px 0;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.item01 .data .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 20% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 3% auto;
	}
	.item02 .data{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data01{
		width: 45%;
	}
	.item02 .data02{
		width: 45%;
	}
	.item02 .data .data02 .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item02 .data .data01 .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 20% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 3em;
		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;
	}
	
	/*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: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		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: #000;
	  color: #000;
	}
	
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
		transform : translateY(20px);
	  }
	  100% {
		opacity: 1;
		transform : translateY(0);
	  }
	}
	.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 : translateX(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(-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 : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.gb03 {
		width: 100%;
		height: 3px;
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
		margin: 10px 0 0 0;
	}
	.gb03.active{
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(-100%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}
	.line-ani {
		padding-bottom: 15px;
		background: linear-gradient(#fff, #fff) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani.active {
		background-size: 100% 5px;
		animation-duration: 3s;
		animation-delay: 3s;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*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;
		letter-spacing: 1px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    
	.cart-title02{
		font-size: 15px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen02{
		font-size: 16px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		letter-spacing: 1px;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 1px;
		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%;
		background: #fff;
        position: relative;
		margin: 0 auto 5% auto;
		overflow: hidden;
    }
	header .mv-logo{
		width: 10%;
		position: absolute;
		top: 3%;
		left: 2%;
		z-index: 3;
	}
	header .mv-title{
		width: 40%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		z-index: 3;
	}
	header .mv-title .txt{
		width: 60%;
		margin: 0 auto 10% auto;
		overflow: hidden;
	}
	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: 50%;
	}
	.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 .title{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 90%;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: justify;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 auto;
	}
	.read .txt br{
		display: none;
	}
	
	/*main-item*/
	.main-item{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.main-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.main-item .data{
		width: 100%;
		margin: 0 auto;
	}
	.main-item .data .data01{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.main-item .data .data02{
		width: 90%;
		margin: 0 auto;
	}
	.main-item .data .data02 .main-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.main-item .data .data02 .main-link li{
		width: 48%;
	}
	
	
	/*point*/
	.point{
		width: 100%;
		margin: 0 0 10% 0;
		position: relative;
	}
	.point .bg{
		width: 100%;
		height: 80%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fafafa;
		z-index: -1;
	}
	.point-list{
		width: 90%;
		margin: 0 auto;
	}
	.point-list li{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-list li:nth-child(2){
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 7% 0 7% 20%;
	}
	.point-list li:nth-child(3){
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 0 30%;
	}
	.point-list li .img{
		width: 45%;
	}
	.point-list li .data{
		width: 45%;
	}
	.point-list li .data .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.point-list li .data .title img{
		height: 50px;
	}
	.point-list li .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
	}
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.door .sub-title{
		width: 100%;
		text-align: center;
		font-size: 15px;
		letter-spacing: 4px;
	}
	
	.svganimeblock{
		width: max-content;
		margin: 0 auto 1% auto;
		padding: 0;
	}
	.svganimeblock svg{
		width:100%;
		height: 30px;
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #000;/*線の色*/
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg.active path{
		fill: #000;/*塗りの色*/
		fill-opacity: 1;/*透過1で見える状態*/
		stroke: none;/*線の色なし*/
		margin: 0;
		padding: 0;
    }
	
	.num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.num .num0{
		width: 70px;
		margin: 0 2px 0 0;
	}
	.num .num-others{
		width: 29px;
		height: 39px;
		overflow: hidden;
		position: relative;
	}
	.num .num-others .num-in{
		width: 29px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.num .num-others .num-in.active{
		width: 29px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		animation-name: num-turn;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes num-turn {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-87.58%);
		}
	}
	
	.scrolldown2{
		width: 15px;
		height: 20px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	/* 丸の描写 */
	.scrolldown2:before {
		content: url("../img/icon.svg");
		position: absolute;
		width: 15px;
		animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
	}
	@keyframes circlemove{
		  0%{bottom:20px;}
		 100%{bottom:-5px;}
	 }
	@keyframes cirlemovehide{
		  0%{opacity:0}
		 50%{opacity:1;}
		80%{opacity:0.9;}
	  100%{opacity:0;}
	 }
	
	
	/*item-wrap*/
	.item-wrap{
		width: 100%;
		height: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item-wrap-in{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.item-wrap .side{
		position: absolute;
        top: 0;
		left: 1.5%;
		width: 10px;
		height: 100%;
	}
	.item-wrap .side .line{
		position: absolute;
        top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #000;
		margin: 0 auto;
		z-index: -1;
	}
	.item-wrap .side .side-in{
		position: sticky;
        top: 5%;
		left: 0;
		width: 10px;
		background: #fff;
		padding: 10px 0;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 0;
	}
	.item01 .img{
		width: 50%;
		overflow: hidden;
	}
	.item01 .data{
		width: 45%;
		box-sizing: border-box;
	}
	.item01 .data .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 10% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
		margin: 0 auto 3% auto;
	}
	.item02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data01{
		width: 50%;
	}
	.item02 .data02{
		width: 45%;
	}
	.item02 .data .data02 .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item02 .data .data01 .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 20% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 3em;
		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;
	}
	
	/*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: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		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: #000;
	  color: #000;
	}
	
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
		transform : translateY(20px);
	  }
	  100% {
		opacity: 1;
		transform : translateY(0);
	  }
	}
	.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 : translateX(-100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(-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 : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	.gb03 {
		width: 100%;
		height: 3px;
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
		margin: 10px 0 0 0;
	}
	.gb03.active{
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(-100%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}
	.line-ani {
		padding-bottom: 15px;
		background: linear-gradient(#fff, #fff) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani.active {
		background-size: 100% 5px;
		animation-duration: 3s;
		animation-delay: 3s;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 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: 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;
		letter-spacing: 1px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
    
	.cart-title02{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title02 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen02{
		font-size: 15px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		letter-spacing: 1px;
	}
	.cart-yen02 span{
		font-size: 9px;
		letter-spacing: 1px;
		position: relative;
		top: 1px;
		margin: 0 0 0 5px;
	}
	
    
    /*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 20% 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%;
		background: #fff;
        position: relative;
		margin: 0 auto 10% auto;
		overflow: hidden;
    }
	header .mv-logo{
		width: 30%;
		position: absolute;
		top: 2%;
		left: 3%;
		z-index: 3;
	}
	header .mv-title{
		width: 90%;
		margin: 0 auto;
		display: block;
		z-index: 3;
	}
	header .mv-title .txt{
		width: 60%;
		margin: 0 auto 7% auto;
		overflow: hidden;
	}
	header .mv-img-box{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	header .mv-img-box .mv-img{
		width: 100%;
	}
	.scrolldown1{
        position:absolute;
        left: 5%;
        top:60%;
        height:150px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 10px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: 0%;
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 10px;
	  width: 1px;
	  height: 150px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:60px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:150px;
		opacity: 0;
	  }
	}
	
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .title{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 90%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		margin: 0 auto;
	}
	.read .txt br{
		display: none;
	}
	
	/*main-item*/
	.main-item{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.main-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.main-item .data{
		width: 100%;
		margin: 0 auto;
	}
	.main-item .data .data01{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.main-item .data .data02{
		width: 90%;
		margin: 0 auto;
	}
	.main-item .data .data02 .main-link{
		width: 100%;
	}
	.main-item .data .data02 .main-link li{
		width: 100%;
	}
	
	
	/*point*/
	.point{
		width: 100%;
		margin: 0 0 10% 0;
		position: relative;
	}
	.point .bg{
		width: 100%;
		height: 90%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		background: #fafafa;
		z-index: -1;
	}
	.point-list{
		width: 90%;
		margin: 0 auto;
	}
	.point-list li{
		width: 70%;
	}
	.point-list li:nth-child(2){
		width: 70%;
		margin: 7% 0 7% 30%;
	}
	.point-list li:nth-child(3){
		width: 70%;
	}
	.point-list li .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.point-list li .data{
		width: 90%;
		margin: 0 auto;
	}
	.point-list li .data .title{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.point-list li .data .title img{
		height: 35px;
	}
	.point-list li .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
	}
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.door .sub-title{
		width: 100%;
		text-align: center;
		font-size: 12px;
		letter-spacing: 4px;
	}
	
	.svganimeblock{
		width: max-content;
		margin: 0 auto 1% auto;
		padding: 0;
	}
	.svganimeblock svg{
		width:100%;
		height: 20px;
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #000;/*線の色*/
		margin: 0;
		padding: 0;
	}
	.svganimeblock svg.active path{
		fill: #000;/*塗りの色*/
		fill-opacity: 1;/*透過1で見える状態*/
		stroke: none;/*線の色なし*/
		margin: 0;
		padding: 0;
    }
	
	.num{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.num .num0{
		width: 60px;
		margin: 0 2px 0 0;
	}
	.num .num-others{
		width: 24px;
		height: 34px;
		overflow: hidden;
		position: relative;
	}
	.num .num-others .num-in{
		width: 24px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.num .num-others .num-in.active{
		width: 24px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		animation-name: num-turn;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes num-turn {
		0% {
		  opacity: 1;
		  transform : translateY(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateY(-87.58%);
		}
	}
	
	.scrolldown2{
		width: 15px;
		height: 20px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	/* 丸の描写 */
	.scrolldown2:before {
		content: url("../img/icon.svg");
		position: absolute;
		width: 15px;
		animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
	}
	@keyframes circlemove{
		  0%{bottom:20px;}
		 100%{bottom:-5px;}
	 }
	@keyframes cirlemovehide{
		  0%{opacity:0}
		 50%{opacity:1;}
		80%{opacity:0.9;}
	  100%{opacity:0;}
	 }
	
	
	/*item-wrap*/
	.item-wrap{
		width: 100%;
		height: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.item-wrap-in{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.item-wrap .side{
		display: none;
	}
	.item-wrap .side .line{
		position: absolute;
        top: 0;
		left: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #000;
		margin: 0 auto;
		z-index: -1;
	}
	.item-wrap .side .side-in{
		position: sticky;
        top: 5%;
		left: 0;
		width: 10px;
		background: #fff;
		padding: 10px 0;
	}
	
	/*item01*/
	.item01{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .data{
		width: 90%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.item01 .data .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 5% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 3% auto;
	}
	.item02 .data{
		width: 90%;
		margin: 0 auto;
	}
	.item02 .data01{
		width: 100%;
	}
	.item02 .data02{
		width: 100%;
	}
	.item02 .data .data02 .logo{
		width: 100px;
		margin: 0 0 1% 0;
		padding: 3px 0 3px 0;
		font-size: 12px;
		letter-spacing: 2px;
		background: #62329c;
		color: #fff;
		text-align: center;
	}
	.item02 .data .data01 .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 5% 0;
	}
	
	/*f-txt*/
	.f-txt{
		width: 100%;
		font-size: 11px;
		line-height: 2.5em;
		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: 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;
	}
	
	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 10% 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: 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: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
		line-height: 1.5em;
	}
	.cart-btm:hover .btn01 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		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: #000;
	  color: #000;
	}
	
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.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;
		transform : translateY(20px);
	  }
	  100% {
		opacity: 1;
		transform : translateY(0);
	  }
	}
	.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 {
		width: 100%;
		height: 3px;
		opacity : 0;
		background: #000;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
		margin: 10px 0 0 0;
	}
	.gb03.active{
		animation-name: fade-in-img03;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img03 {
		0% {
		  opacity: 1;
		  transform : translateX(-100%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}
	.line-ani {
		padding-bottom: 15px;
		background: linear-gradient(#fff, #fff) 0 100%/0 6px no-repeat;
		transition: background 1s;
		text-decoration: none;
	}
	.line-ani.active {
		background-size: 100% 5px;
		animation-duration: 3s;
		animation-delay: 3s;
	}
	
	.nav{
		width: 12%;
		margin: 0 auto;
		display: flex;
		position: fixed;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		box-sizing: border-box;
		border-radius: 5px;
		overflow: hidden;
		z-index: 999;
		bottom: 10px;
		right: 10px;
	}
	.nav-sp{
		width: 100%;
	}
	.nav-sp li{
		width: 100%;
	}
	
}

