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;
	}
	
	.fix-header{
		width: 100%;
		height: 60px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.fix-logo img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	
	/*nav*/
	.menu{
		position: fixed;
		left: 2%;
		height: 20px;
		top: 100px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 14%;
		margin: 0 1% 2% 1%;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 31%;
		margin: 2% 0 2% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}
	
	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	  content: "READ MORE"
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	  height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 35px; 
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  content: "";
	}
	.grad-trigger {
	  display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	  content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	  height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	  display: none;
	}
	
	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		overflow: hidden;
		margin: 60px auto 0 auto;
		padding: 0;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 10;
	}
	header .mv-title-box{
		width: 60%;
		position: absolute;
		right: 0%;
		left: 0;
		bottom: 10%;
		z-index: 10;
		margin: 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	.scroll {
		width: 70px;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.scroll .txt {
		width: 70px;
		position: relative;
		top: -25px;
	}
	.scroll span {
		position: absolute;
		top: 0;
		left: 50%;
		width: 20px;
		height: 20px;
		margin-left: -12px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 1.5s infinite;
		animation: sdb 1.5s infinite;
		box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  50% {
		opacity: 1;
	  }
	  100% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  50% {
		opacity: 1;
	  }
	  100% {
		transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto;
		padding: 5% 0;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 2200px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item-w .img{
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item-w .img .icon{
		width: 40%;
		position: absolute;
		top: 80%;
        -webkit-transform: translateY(-80%); /* Safari用 */
        transform: translateY(-80%);
		left: 5%;
	}
	.item-w .link-box{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2% 0 1% 0;
	}
	.item-w .link-box li{
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.item-w .link-box02{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	/*item-c*/
	.item-c{
		width: 100%;
		max-width: 1100px;
		margin: -70px auto 5% auto;
		position: relative;
		padding-top: 70px;
	}
	.item-c .img{
		width: 80%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item-c .img .icon{
		width: 40%;
		position: absolute;
		top: 80%;
        -webkit-transform: translateY(-80%); /* Safari用 */
        transform: translateY(-80%);
		left: 5%;
	}
	.item-c .link-box{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2% 0 1% 0;
	}
	.item-c .link-box li{
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.item-c .link-box02{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.txt-box-position01{
		position: absolute;
		top: 10%;
		right: -10%;
		z-index: 3;
	}
	.txt-box-position02{
		position: absolute;
		top: 10%;
		right: -5%;
		z-index: 3;
	}
	.item-c .txt-box{
		width: max-content;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-c .txt-box .title{
		width: max-content;
		font-size: 25px;
		text-align: center;
		line-height: 1.8em;
		letter-spacing: 3px;
		margin: 0 auto;
		position: relative;
	}
	.item-c .txt-box .title .icon01 {
		width: 15px;
		display: inline-block;
		position: relative;
		left: -10px;
		top: -30px;
	}
	.item-c .txt-box .title .icon02 {
		width: 15px;
		display: inline-block;
		position: relative;
		right: -10px;
		bottom: 0px;
	}
	.item-c .txt-box .txt{
		width: max-content;
		font-size: 16px;
		text-align: center;
		line-height: 2em;
		letter-spacing: 3px;
	}
	.item-c .txt-box .icon{
		width: 20px;
		margin: 5% auto;
	}
	
	/*item-min*/
	.item-min{
		width: 100%;
		max-width: 2200px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item-min .img{
		width: 60%;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.item-min .data{
		width: 40%;
	}
	.item-min .data .link-box{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding: 0 0 10% 0;
		box-sizing: border-box;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/acd-icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*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: 23%;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		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;
	}
	
	.f-logo{
		width: 100%;
		max-width: 400px;
		margin: 7% auto 0 auto;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*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: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        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: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.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: 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;
	}
	.s-min01-1 {
		opacity : 0;
	}
	.s-min01-1.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes 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;
	}
	
	.fix-header{
		width: 100%;
		height: 60px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.fix-logo img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	
	/*nav*/
	.menu{
		position: fixed;
		left: 2%;
		height: 20px;
		top: 100px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 14%;
		margin: 0 1% 2% 1%;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 31%;
		margin: 2% 0 2% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}
	
	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	  content: "READ MORE"
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	  height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 35px; 
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  content: "";
	}
	.grad-trigger {
	  display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	  content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	  height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	  display: none;
	}
	
	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}
	
    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		overflow: hidden;
		margin: 60px auto 0 auto;
		padding: 0;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 10;
	}
	header .mv-title-box{
		width: 60%;
		position: absolute;
		right: 0%;
		left: 0;
		bottom: 10%;
		z-index: 10;
		margin: 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	.scroll {
		width: 70px;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.scroll .txt {
		width: 70px;
		position: relative;
		top: -25px;
	}
	.scroll span {
		position: absolute;
		top: 0;
		left: 50%;
		width: 20px;
		height: 20px;
		margin-left: -12px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 1.5s infinite;
		animation: sdb 1.5s infinite;
		box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  50% {
		opacity: 1;
	  }
	  100% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  50% {
		opacity: 1;
	  }
	  100% {
		transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto;
		padding: 5% 0;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 2200px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item-w .img{
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item-w .img .icon{
		width: 40%;
		position: absolute;
		top: 80%;
        -webkit-transform: translateY(-80%); /* Safari用 */
        transform: translateY(-80%);
		left: 5%;
	}
	.item-w .link-box{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2% 0 1% 0;
	}
	.item-w .link-box li{
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.item-w .link-box02{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	/*item-c*/
	.item-c{
		width: 100%;
		max-width: 1100px;
		margin: -70px auto 5% auto;
		position: relative;
		padding-top: 70px;
	}
	.item-c .img{
		width: 80%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item-c .img .icon{
		width: 40%;
		position: absolute;
		top: 80%;
        -webkit-transform: translateY(-80%); /* Safari用 */
        transform: translateY(-80%);
		left: 5%;
	}
	.item-c .link-box{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2% 0 1% 0;
	}
	.item-c .link-box li{
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.item-c .link-box02{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.txt-box-position01{
		position: absolute;
		top: 10%;
		right: -10%;
		z-index: 3;
	}
	.txt-box-position02{
		position: absolute;
		top: 10%;
		right: -5%;
		z-index: 3;
	}
	.item-c .txt-box{
		width: max-content;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-c .txt-box .title{
		width: max-content;
		font-size: 25px;
		text-align: center;
		line-height: 1.8em;
		letter-spacing: 3px;
		margin: 0 auto;
		position: relative;
	}
	.item-c .txt-box .title .icon01 {
		width: 15px;
		display: inline-block;
		position: relative;
		left: -10px;
		top: -30px;
	}
	.item-c .txt-box .title .icon02 {
		width: 15px;
		display: inline-block;
		position: relative;
		right: -10px;
		bottom: 0px;
	}
	.item-c .txt-box .txt{
		width: max-content;
		font-size: 16px;
		text-align: center;
		line-height: 2em;
		letter-spacing: 3px;
	}
	.item-c .txt-box .icon{
		width: 20px;
		margin: 5% auto;
	}
	
	/*item-min*/
	.item-min{
		width: 100%;
		max-width: 2200px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item-min .img{
		width: 60%;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.item-min .data{
		width: 40%;
	}
	.item-min .data .link-box{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding: 0 0 10% 0;
		box-sizing: border-box;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/acd-icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*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: 23%;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		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;
	}
	
	.f-logo{
		width: 100%;
		max-width: 400px;
		margin: 7% auto 0 auto;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	/*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: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        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: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.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: 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;
	}
	.s-min01-1 {
		opacity : 0;
	}
	.s-min01-1.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes 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;
	}
	
	.fix-header{
		width: 100%;
		height: 60px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.fix-logo img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	
	/*nav*/
	.menu{
		position: fixed;
		left: 2%;
		height: 20px;
		top: 100px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 14%;
		margin: 0 1% 2% 1%;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 31%;
		margin: 2% 0 2% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}
	
	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	  content: "READ MORE"
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	  height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 35px; 
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  content: "";
	}
	.grad-trigger {
	  display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	  content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	  height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	  display: none;
	}
	
	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		overflow: hidden;
		margin: 60px auto 0 auto;
		padding: 0;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 10;
	}
	header .mv-title-box{
		width: 60%;
		position: absolute;
		right: 0%;
		left: 0;
		bottom: 10%;
		z-index: 10;
		margin: 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	.scroll {
		width: 70px;
		position: absolute;
		bottom: 3%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.scroll .txt {
		width: 70px;
		position: relative;
		top: -25px;
	}
	.scroll span {
		position: absolute;
		top: 0;
		left: 50%;
		width: 20px;
		height: 20px;
		margin-left: -12px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 1.5s infinite;
		animation: sdb 1.5s infinite;
		box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  50% {
		opacity: 1;
	  }
	  100% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  50% {
		opacity: 1;
	  }
	  100% {
		transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto;
		padding: 5% 0;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 2200px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item-w .img{
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item-w .img .icon{
		width: 40%;
		position: absolute;
		top: 80%;
        -webkit-transform: translateY(-80%); /* Safari用 */
        transform: translateY(-80%);
		left: 5%;
	}
	.item-w .link-box{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2% 0 1% 0;
	}
	.item-w .link-box li{
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.item-w .link-box02{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	/*item-c*/
	.item-c{
		width: 100%;
		max-width: 1100px;
		margin: -70px auto 5% auto;
		position: relative;
		padding-top: 70px;
	}
	.item-c .img{
		width: 70%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item-c .img .icon{
		width: 40%;
		position: absolute;
		top: 80%;
        -webkit-transform: translateY(-80%); /* Safari用 */
        transform: translateY(-80%);
		left: 5%;
	}
	.item-c .link-box{
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2% 0 1% 0;
	}
	.item-c .link-box li{
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.item-c .link-box02{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.txt-box-position01{
		position: absolute;
		top: 10%;
		right: -5%;
		z-index: 3;
	}
	.txt-box-position02{
		position: absolute;
		top: 10%;
		right: -0%;
		z-index: 3;
	}
	.item-c .txt-box{
		width: max-content;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-c .txt-box .title{
		width: max-content;
		font-size: 25px;
		text-align: center;
		line-height: 1.8em;
		letter-spacing: 3px;
		margin: 0 auto;
		position: relative;
	}
	.item-c .txt-box .title .icon01 {
		width: 15px;
		display: inline-block;
		position: relative;
		left: -10px;
		top: -30px;
	}
	.item-c .txt-box .title .icon02 {
		width: 15px;
		display: inline-block;
		position: relative;
		right: -10px;
		bottom: 0px;
	}
	.item-c .txt-box .txt{
		width: max-content;
		font-size: 16px;
		text-align: center;
		line-height: 2em;
		letter-spacing: 3px;
	}
	.item-c .txt-box .icon{
		width: 20px;
		margin: 5% auto;
	}
	
	/*item-min*/
	.item-min{
		width: 100%;
		max-width: 2200px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item-min .img{
		width: 60%;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.item-min .data{
		width: 40%;
	}
	.item-min .data .link-box{
		width: 80%;
		margin: 0 auto;
		padding: 0 0 10% 0;
		box-sizing: border-box;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/acd-icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*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: 23%;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		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;
	}
	
	.f-logo{
		width: 100%;
		max-width: 400px;
		margin: 7% auto 0 auto;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	/*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: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        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: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.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: 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;
	}
	.s-min01-1 {
		opacity : 0;
	}
	.s-min01-1.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes 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%);
		}
	}
    
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	.fix-header{
		width: 100%;
		height: 50px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.fix-logo img{
		height: 20px;
		display: block;
		margin: 0 auto;
	}
	
	/*nav*/
	.menu{
		position: fixed;
		left: 2%;
		height: 20px;
		top: 100px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 14%;
		margin: 0 1% 2% 1%;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 31%;
		margin: 2% 0 2% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}
	
	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	  content: "READ MORE"
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	  height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 35px; 
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  content: "";
	}
	.grad-trigger {
	  display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	  content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	  height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	  display: none;
	}
	
	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		overflow: hidden;
		margin: 50px auto 0 auto;
		padding: 0;
	}
	header .mv-logo{
		width: 7%;
		position: absolute;
		left: 2%;
		top: 3%;
		z-index: 10;
	}
	header .mv-title-box{
		width: 60%;
		position: absolute;
		right: 0%;
		left: 0;
		bottom: 10%;
		z-index: 10;
		margin: 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	.scroll {
		width: 50px;
		position: absolute;
		bottom: 2%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.scroll .txt {
		width: 50px;
		position: relative;
		top: -30px;
	}
	.scroll span {
		position: absolute;
		top: 0;
		left: 60%;
		width: 10px;
		height: 10px;
		margin-left: -12px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 1.5s infinite;
		animation: sdb 1.5s infinite;
		box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
	  0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  50% {
		opacity: 1;
	  }
	  100% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	  }
	}
	@keyframes sdb {
	  0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	  }
	  50% {
		opacity: 1;
	  }
	  100% {
		transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto;
	}
	.read .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto;
		padding: 5% 0;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 2200px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item-w .img{
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item-w .img .icon{
		width: 40%;
		position: absolute;
		top: 80%;
        -webkit-transform: translateY(-80%); /* Safari用 */
        transform: translateY(-80%);
		left: 5%;
	}
	.item-w .link-box{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2% 0 1% 0;
	}
	.item-w .link-box li{
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.item-w .link-box02{
		width: 45%;
		margin: 0 auto;
	}
	
	/*item-c*/
	.item-c{
		width: 100%;
		max-width: 1100px;
		margin: -70px auto 5% auto;
		position: relative;
		padding-top: 70px;
	}
	.item-c .img{
		width: 60%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 0 0 10%;
	}
	.item-c .img .icon{
		width: 40%;
		position: absolute;
		top: 80%;
        -webkit-transform: translateY(-80%); /* Safari用 */
        transform: translateY(-80%);
		left: 5%;
	}
	.item-c .link-box{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2% 0 1% 0;
	}
	.item-c .link-box li{
		width: 45%;
		margin: 0;
		padding: 0;
	}
	.item-c .link-box02{
		width: 45%;
		margin: 0 auto;
	}
	.txt-box-position01{
		position: absolute;
		top: 20%;
		right: 5%;
		z-index: 3;
	}
	.txt-box-position02{
		position: absolute;
		top: 20%;
		right: 5%;
		z-index: 3;
	}
	.item-c .txt-box{
		width: 30%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.item-c .txt-box .title{
		width: max-content;
		font-size: 16px;
		text-align: center;
		line-height: 1.8em;
		letter-spacing: 3px;
		margin: 0 auto;
		position: relative;
	}
	.item-c .txt-box .title .icon01 {
		width: 15px;
		display: inline-block;
		position: relative;
		left: -10px;
		top: -30px;
	}
	.item-c .txt-box .title .icon02 {
		width: 15px;
		display: inline-block;
		position: relative;
		right: -10px;
		bottom: 0px;
	}
	.item-c .txt-box .txt{
		width: 100%;
		font-size: 13px;
		text-align: justify;
		line-height: 2em;
		letter-spacing: 3px;
	}
	.item-c .txt-box .txt br{
		display: none;
	}
	.item-c .txt-box .icon{
		width: 20px;
		margin: 5% auto;
	}
	
	/*item-min*/
	.item-min{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item-min .img{
		width: 50%;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.item-min .data{
		width: 50%;
	}
	.item-min .data .link-box{
		width: 80%;
		margin: 0 auto;
		padding: 0 0 5% 0;
		box-sizing: border-box;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 3% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/acd-icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*connection*/
	.connection-title{
		width: 100px;
		margin: 0 auto 3% auto;
	}
	.connection-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.connection-list li{
		width: 24%;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		right: 10px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 5px;
		transition: .3s;
	}
	.connection-banner{
		width: 60%;
		display: block;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}
	
	.f-logo{
		width: 30%;
		margin: 7% auto 0 auto;
	}
	
	/*item-end*/
	.item-end{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	
	/*f-banner*/
	.f-banner{
		width: 60%;
		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: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        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: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.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: 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;
	}
	.s-min01-1 {
		opacity : 0;
	}
	.s-min01-1.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes 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;
	}
	
	.fix-header{
		width: 100%;
		height: 50px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		position: relative;
		top: 17px;
		margin: 0 auto;
	}
	.fix-logo img{
		height: 18px;
		display: block;
		margin: 0 auto;
	}
	
	/*nav*/
	.menu{
		position: fixed;
		left: 5%;
		height: 20px;
		top: 80px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 34%;
        -webkit-transform: translateY(-30%); /* Safari用 */
        transform: translateY(-30%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 31%;
		margin: 2% 0 2% 0;
		box-shadow: 4px 8px 10px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 31%;
		margin: 2% 0 2% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}
	
	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	  content: "READ MORE"
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	  height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 35px; 
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  content: "";
	}
	.grad-trigger {
	  display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	  content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	  height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	  display: none;
	}
	
	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}
	
    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		overflow: hidden;
		margin: 50px auto 0 auto;
		padding: 0;
	}
	header .mv-logo{
		width: 17%;
		position: absolute;
		left: 5%;
		top: 3%;
		z-index: 10;
	}
	header .mv-title{
		width: 85%;
		margin: 9% auto 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	.mv-box{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 20%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 10px;
	  position: absolute;
	  right: 13px;
	  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;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		margin: -50px auto 0 auto;
		padding-top: 50px;
	}
	.read .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2.1em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 auto;
		padding: 10% 0;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		margin: -70px auto 20% auto;
		padding-top: 70px;
	}
	.item-w .img{
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}
	.item-w .img .icon{
		width: 50%;
		position: absolute;
		bottom: 5%;
		left: 5%;
	}
	.item-w .link-box{
		width: 90%;
		margin: 0 auto;
		padding: 5% 0 0 0;
	}
	.item-w .link-box li{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.item-w .link-box02{
		width: 90%;
		margin: 0 auto;
	}
	
	/*item-c*/
	.item-c{
		width: 100%;
		margin: -70px auto 20% auto;
		position: relative;
		padding-top: 70px;
	}
	.item-c .img{
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-c .link-box{
		width: 90%;
		margin: 0 auto;
	}
	.item-c .link-box li{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.item-c .link-box02{
		width: 90%;
		margin: 0 auto;
	}
	.txt-box-position01{
		z-index: 3;
	}
	.txt-box-position02{
		z-index: 3;
	}
	.item-c .txt-box{
		width: 90%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.item-c .title01{
		width: 25%;
		position: absolute;
		top: 5%;
		left: 5%;
		z-index: 3;
	}
	.item-c .title02{
		width: 25%;
		position: absolute;
		top: 5%;
		right: 5%;
		z-index: 3;
	}
	.item-c .title03{
		width: 17%;
		position: absolute;
		top: 5%;
		right: 5%;
		z-index: 3;
	}
	.item-c .title04{
		width: 17%;
		position: absolute;
		top: 5%;
		right: 5%;
		z-index: 3;
	}
	
	/*item-min*/
	.item-min{
		width: 100%;
		margin: -70px auto 15% auto;
		padding-top: 70px;
	}
	.item-min .img{
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-min .data{
		width: 90%;
		margin: 0 auto;
	}
	.item-min .data .link-box{
		width: 100%;
		margin: 0 auto;
		padding: 0 0 5% 0;
		box-sizing: border-box;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/acd-icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	
	/*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{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.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;
	}
	.f-logo{
		width: 90%;
		margin: 10% auto 0 auto;
	}
	
	/*item-end*/
	.item-end{
		width: 90%;
		margin: 0 auto 15% 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";
		margin: 0 0 10% 0;
	}
	
	/*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: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        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: 16px;
		line-height: 0;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.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: 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: 0px;
    }
    .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: 0px;
    }
	
	/*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;
	}
	.s-min01-1 {
		opacity : 0;
	}
	.s-min01-1.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes 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: 3s;
		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%);
		}
	}
	
}
