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


/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	header .mv-title-box{
		width: 45%;
		position: absolute;
		right: 5%;
		z-index: 10;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 0%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 20px;
	  top: 50%;
      -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;
	  }
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.end-m{
		width: 100%;
		margin: 0 auto 5% auto!important;
	}
	/*item-box*/
	.item-box{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.item-box .img-list{
		width: 50%;
	}
	.item-box .img-list .img{
		width: 100%;
		position: relative;
	}
	.item-box .img-list .img .nu-icon{
		width: 10px;
		position: absolute;
		bottom: 3%;
		right: 3%;
		animation: move-y 1s infinite alternate ease-in-out;
	}
	@keyframes move-y{
	  0%{
		transform: translateY(0);
		opacity: 0;
	  }
	  70%{
		transform: translateY(10px);
		opacity: 1;
	  }
	  100%{
		transform: translateY(10px);
		opacity: 1;
	  }
	}
	
	.item-box .img-list .img .txt01{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-box .img-list .img .txt02{
		width: 35%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt03{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-box .img-list .img .txt04{
		width: 26%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt05{
		width: 10%;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	
	.item-box .img-list .img .txt06{
		width: 10%;
		position: absolute;
		left: 7%;
		bottom: 5%;
	}
	.item-box .img-list .img .txt07{
		width: 28%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt08{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-box .img-list .img .txt09{
		width: 35%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .data{
		width: 50%;
		position: relative;
		padding: 5% 0 5% 0;
	}
	.item-box .data .data-in{
		width: 60%;
		position: sticky;
  		top: 5%;
		margin: 0 auto;
	}
	.item-box .data .data-in .num{
		width: 28%;
		margin: 0 0 15% 0;
	}
	.item-box .data .data-in .logo{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item-box .data .data-in .logo img{
		height: 80px;
		margin: 0 auto;
		display: block;
	}
	.item-box .data .data-in .txt-box{
		width: 100%;
		box-sizing: border-box;
		padding: 2% 5% 2% 5%;
		margin: 0 0 10% 0;
		border-left: 1px solid #C6AB7A;
	}
	.item-box .data .data-in .txt-box .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
	}
	
	
	
	
	
	
	
	
	
	
	
	/*connection*/
	.connection-title{
		width: 120px;
		margin: 0 auto 3% auto;
	}
	.connection-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.connection-list li{
		width: 31%;
	}
	.connection-list li a{
		width: 100%;
		display: block;
		position: relative;
		border: 1px solid #000;
	}
	.connection-list li a .icon{
		width: 30px;
		display: block;
		position: absolute;
		bottom: 20px;
		right: 20px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 10px;
		transition: .3s;
	}
	.connection-banner{
		width: 100%;
		display: block;
		max-width: 700px;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}
	
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3% 0;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        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: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!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;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #2e2d37;
		border: 1px solid #2e2d37;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #2e2d37;
	  color: #2e2d37;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #45837e;
		border: 1px solid #45837e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #45837e;
	  color: #45837e;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #132540;
		border: 1px solid #132540;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #132540;
	  color: #132540;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ac1828;
		border: 1px solid #ac1828;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #ac1828;
	  color: #ac1828;
	}
	
	.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;
	}
	
	.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: -4px;
    }
    .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: -4px;
    }
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		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-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.gbc01{
		background: #fff;
	}
	
	.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: 2s;
		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 : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
	
    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	header .mv-title-box{
		width: 45%;
		position: absolute;
		right: 5%;
		z-index: 10;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 0%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 20px;
	  top: 50%;
      -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;
	  }
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.end-m{
		width: 100%;
		margin: 0 auto 5% auto!important;
	}
	/*item-box*/
	.item-box{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.item-box .img-list{
		width: 50%;
	}
	.item-box .img-list .img{
		width: 100%;
		position: relative;
	}
	.item-box .img-list .img .nu-icon{
		width: 10px;
		position: absolute;
		bottom: 3%;
		right: 3%;
		animation: move-y 1s infinite alternate ease-in-out;
	}
	@keyframes move-y{
	  0%{
		transform: translateY(0);
		opacity: 0;
	  }
	  70%{
		transform: translateY(10px);
		opacity: 1;
	  }
	  100%{
		transform: translateY(10px);
		opacity: 1;
	  }
	}
	
	.item-box .img-list .img .txt01{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-box .img-list .img .txt02{
		width: 35%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt03{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-box .img-list .img .txt04{
		width: 26%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt05{
		width: 10%;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	
	.item-box .img-list .img .txt06{
		width: 10%;
		position: absolute;
		left: 7%;
		bottom: 5%;
	}
	.item-box .img-list .img .txt07{
		width: 28%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt08{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-box .img-list .img .txt09{
		width: 35%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .data{
		width: 50%;
		position: relative;
		padding: 5% 0 5% 0;
	}
	.item-box .data .data-in{
		width: 60%;
		position: sticky;
  		top: 5%;
		margin: 0 auto;
	}
	.item-box .data .data-in .num{
		width: 28%;
		margin: 0 0 15% 0;
	}
	.item-box .data .data-in .logo{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item-box .data .data-in .logo img{
		height: 80px;
		margin: 0 auto;
		display: block;
	}
	.item-box .data .data-in .txt-box{
		width: 100%;
		box-sizing: border-box;
		padding: 2% 5% 2% 5%;
		margin: 0 0 10% 0;
		border-left: 1px solid #C6AB7A;
	}
	.item-box .data .data-in .txt-box .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
	}
	
	
	
	
	
	
	
	
	
	
	
	/*connection*/
	.connection-title{
		width: 120px;
		margin: 0 auto 3% auto;
	}
	.connection-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.connection-list li{
		width: 31%;
	}
	.connection-list li a{
		width: 100%;
		display: block;
		position: relative;
		border: 1px solid #000;
	}
	.connection-list li a .icon{
		width: 30px;
		display: block;
		position: absolute;
		bottom: 20px;
		right: 20px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 10px;
		transition: .3s;
	}
	.connection-banner{
		width: 100%;
		display: block;
		max-width: 700px;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}
	
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3% 0;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        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: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!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;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #2e2d37;
		border: 1px solid #2e2d37;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #2e2d37;
	  color: #2e2d37;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #45837e;
		border: 1px solid #45837e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #45837e;
	  color: #45837e;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #132540;
		border: 1px solid #132540;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #132540;
	  color: #132540;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ac1828;
		border: 1px solid #ac1828;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #ac1828;
	  color: #ac1828;
	}
	
	.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;
	}
	
	.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: -4px;
    }
    .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: -4px;
    }
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		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-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.gbc01{
		background: #fff;
	}
	
	.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: 2s;
		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 : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	header .mv-title-box{
		width: 45%;
		position: absolute;
		right: 5%;
		z-index: 10;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 0%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 20px;
	  top: 50%;
      -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;
	  }
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.end-m{
		width: 100%;
		margin: 0 auto 5% auto!important;
	}
	/*item-box*/
	.item-box{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.item-box .img-list{
		width: 50%;
	}
	.item-box .img-list .img{
		width: 100%;
		position: relative;
	}
	.item-box .img-list .img .nu-icon{
		width: 10px;
		position: absolute;
		bottom: 3%;
		right: 3%;
		animation: move-y 1s infinite alternate ease-in-out;
	}
	@keyframes move-y{
	  0%{
		transform: translateY(0);
		opacity: 0;
	  }
	  70%{
		transform: translateY(10px);
		opacity: 1;
	  }
	  100%{
		transform: translateY(10px);
		opacity: 1;
	  }
	}
	
	.item-box .img-list .img .txt01{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-box .img-list .img .txt02{
		width: 35%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt03{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-box .img-list .img .txt04{
		width: 26%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt05{
		width: 10%;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	
	.item-box .img-list .img .txt06{
		width: 10%;
		position: absolute;
		left: 7%;
		bottom: 5%;
	}
	.item-box .img-list .img .txt07{
		width: 28%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt08{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-box .img-list .img .txt09{
		width: 35%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .data{
		width: 50%;
		position: relative;
		padding: 5% 0 5% 0;
	}
	.item-box .data .data-in{
		width: 80%;
		position: sticky;
  		top: 5%;
		margin: 0 auto;
	}
	.item-box .data .data-in .num{
		width: 28%;
		margin: 0 0 15% 0;
	}
	.item-box .data .data-in .logo{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item-box .data .data-in .logo img{
		height: 80px;
		margin: 0 auto;
		display: block;
	}
	.item-box .data .data-in .txt-box{
		width: 100%;
		box-sizing: border-box;
		padding: 2% 5% 2% 5%;
		margin: 0 0 10% 0;
		border-left: 1px solid #C6AB7A;
	}
	.item-box .data .data-in .txt-box .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
	}
	
	
	/*connection*/
	.connection-title{
		width: 120px;
		margin: 0 auto 3% auto;
	}
	.connection-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.connection-list li{
		width: 31%;
	}
	.connection-list li a{
		width: 100%;
		display: block;
		position: relative;
		border: 1px solid #000;
	}
	.connection-list li a .icon{
		width: 30px;
		display: block;
		position: absolute;
		bottom: 20px;
		right: 20px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 10px;
		transition: .3s;
	}
	.connection-banner{
		width: 60%;
		display: block;
		max-width: 700px;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}
	
	
	/*item-end*/
	.item-end{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 90%;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 50%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3% 0;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        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: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!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;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #2e2d37;
		border: 1px solid #2e2d37;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #2e2d37;
	  color: #2e2d37;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #45837e;
		border: 1px solid #45837e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #45837e;
	  color: #45837e;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #132540;
		border: 1px solid #132540;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #132540;
	  color: #132540;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #ac1828;
		border: 1px solid #ac1828;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #ac1828;
	  color: #ac1828;
	}
	
	.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;
	}
	
	.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: -4px;
    }
    .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: -4px;
    }
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		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-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.gbc01{
		background: #fff;
	}
	
	.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: 2s;
		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 : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 10% auto;
		padding: 0;
	}
	header .mv-logo{
		width: 20%;
		position: absolute;
		right: 5%;
		top: 3%;
		z-index: 10;
	}
	header .mv-title-box{
		width: 90%;
		position: absolute;
		right: 0%;
		left: 0;
		bottom: 10%;
		z-index: 10;
		margin: 0 auto;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 0%;
        height: 70px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 8px;
	  position: absolute;
	  right: 10px;
	  top: 50%;
      -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;
	  }
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.read .txt{
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.end-m{
		width: 100%;
		margin: 0 auto 15% auto!important;
	}
	/*item-box*/
	.item-box{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-box .img-list{
		width: 50%;
	}
	.item-box .img-list .img{
		width: 100%;
		position: relative;
	}
	.item-box .img-list .img .nu-icon{
		width: 10px;
		position: absolute;
		bottom: 3%;
		right: 3%;
		animation: move-y 1s infinite alternate ease-in-out;
	}
	@keyframes move-y{
	  0%{
		transform: translateY(0);
		opacity: 0;
	  }
	  70%{
		transform: translateY(10px);
		opacity: 1;
	  }
	  100%{
		transform: translateY(10px);
		opacity: 1;
	  }
	}
	
	.item-box .img-list .img .txt01{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-box .img-list .img .txt02{
		width: 35%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt03{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 15%;
	}
	.item-box .img-list .img .txt04{
		width: 26%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt05{
		width: 10%;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	
	.item-box .img-list .img .txt06{
		width: 10%;
		position: absolute;
		left: 7%;
		bottom: 5%;
	}
	.item-box .img-list .img .txt07{
		width: 28%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .img-list .img .txt08{
		width: 10%;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-box .img-list .img .txt09{
		width: 35%;
		position: absolute;
		top: 15%;
		right: 5%;
	}
	
	.item-box .data{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.item-box .data .data-in{
		width: 100%;
	}
	.item-box .data .data-in .item-s-wrap{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-box .data .data-in .item-s-wrap .icon{
		width: 35px;
		position: absolute;
		bottom: 7%;
		right: 5%;
		z-index: 10;
	}
	.item-box .data .data-in .item-s-wrap .item-s{
		width: 100%;
	}
	.item-box .data .data-in .num{
		width: 35%;
		margin: 0 auto 5% auto;
	}
	.item-box .data .data-in .logo{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.item-box .data .data-in .txt-box{
		width: 90%;
		box-sizing: border-box;
		padding: 2% 0 2% 5%;
		margin: 0 auto 5% auto;
		border-left: 2px solid #C6AB7A;
	}
	.item-box .data .data-in .txt-box .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
	}
	.item-box .data .data-in .link-box{
		width: 90%;
		margin: 0 auto;
	}
	
	
	/*connection*/
	.connection-title{
		width: 100px;
		margin: 0 auto 5% auto;
	}
	.connection-list{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.connection-list li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.connection-list li a{
		width: 100%;
		display: block;
		position: relative;
		border: 1px solid #000;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 20px;
		right: 10px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 5px;
		transition: .3s;
	}
	.connection-banner{
		width: 100%;
		display: block;
		max-width: 700px;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}
	
	/*item-end*/
	.item-end{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 49%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 5% 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: 45px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        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: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		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;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #2e2d37;
		border: 1px solid #2e2d37;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #2e2d37;
	  color: #2e2d37;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #45837e;
		border: 1px solid #45837e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #45837e;
	  color: #45837e;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #132540;
		border: 1px solid #132540;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #132540;
	  color: #132540;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #ac1828;
		border: 1px solid #ac1828;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #ac1828;
	  color: #ac1828;
	}
	
	.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;
	}
	
	.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: -4px;
    }
    .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: -4px;
    }
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		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-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.gbc01{
		background: #fff;
	}
	
	.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: 2s;
		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%);
		}
	}
	
}
