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;
	}
	
	/*nav*/
	.menu{
		height: 20px;
		position: fixed;
		left: 25px;
		top: 25px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 50px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(69,131,126,1.00);
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(69,131,126,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(69,131,126,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.gnav__menu__item{
		width: 19%;
	}
	
	.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: 10px;
		right: 10px;
	}
	.gnav-link .num img{ 
		height: 30px;
	}
	.gnav-link .txt{
		width: 20px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.gnav-link .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	
    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 0 auto 3% auto;
		padding: 0;
	}
	header .mv-title-box{
		width: 35%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 15%;
		z-index: 10;
	}
	header .mv-title-box .mv-title01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	header .mv-title-box .mv-title02{
		width: 100%;
		margin: 0 0 15% 0;
	}
	header .mv-title-box .mv-logo{
		width: 15%;
		margin: 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	
	.scrolldown1{
        position:absolute;
        left: 2%;
        bottom: 0%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 5% auto;
	}
	.read .title{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.read .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.read .link{
		width: 65%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
		margin: 0 auto;
	}
	.read .link:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*top-nav*/
	.top-nav{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.top-nav .title{
		width: 200px;
		margin: 0 auto 2% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 19%;
	}
	.top-nav-list li a{ 
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.top-nav-list li a .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.top-nav-list li a .num img{ 
		height: 30px;
	}
	.top-nav-list li a .txt{
		width: 20px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.top-nav-list li a .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 30px 0 0 0;
	}
	.top-item .icon-01{
		width: 200px;
		position: absolute;
		top: 15%;
		right: 2%;
		z-index: 10;
	}
	.top-item .icon-02{
		width: 200px;
		position: absolute;
		top: 15%;
		left: 2%;
		z-index: 10;
	}
	.top-item .icon-txt{
		width: 200px;
		position: absolute;
		top: 50px;
		right: 0%;
		z-index: 10;
	}
	.top-item .title{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-item .title .num{
		width: max-content;
		margin: 0 0 2% 2%;
	}
	.top-item .title .num img{
		height: 50px;
	}
	.top-item .title .txt{
		width: max-content;
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		margin: 0 auto;
	}
	.top-item .title .txt img{
		height: 30px;
		margin: 0 auto;
		display: block;
	}
	.top-item .title .line-l{
		width: 100%;
		height: 1px;
		background: #000000;
		margin: 0 0 3px 0;
	}
	.top-item .title .line-r{
		width: 100%;
		height: 1px;
		background: #000000;
	}
	.top-item .img{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.top-item .data-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-item .data{
		width: 45%;
	}
	.top-item .data .sub-num{
		width: max-content;
		margin: 5% 0 10% 0;
	}
	.top-item .data .sub-num img{
		height: 40px;
	}
	.top-item .data .txt-box{
		width: 100%;
		position: relative;
	}
	.top-item .data .txt-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.top-item .data .txt-box .icon01{
		width: 35px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .data .txt-box .icon02{
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item .data .title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item .data .title li:first-child{
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .data .title li:first-child img{
		height: 15px;
		position: relative;
		top: -7px;
	}
	.item .data .title li:last-child{
		width: max-content;
	}
	.item .data .title li:last-child img{
		height: 28px;
	}
	.item .data .sub-num{
		width: max-content;
		margin: 5% 0 10% 0;
	}
	.item .data .sub-num img{
		height: 40px;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01{
		width: 35px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		background: #f5f3f0;
		color: #3c3c3c;
	}
	.pro-box{
		width: 100%;
		max-width: 750px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		padding: 5% 0;
	}
	.pro-box .img{
		width: 30%;
	}
	.pro-box .data{
		width: 60%;
		border-top: 1px solid #3c3c3c;
		border-bottom: 1px solid #3c3c3c;
		padding: 5% 0 5% 0;
	}
	.head-border {
		display: flex;
		align-items: center;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.head-border:after {
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #3c3c3c;
	}
	.head-border:after {
		margin-left: 1rem;
	}
	.pro-box .data .name{
		width: 200px;
		margin: 0 0 5% 0;
	}
	.pro-box .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: rgba(254,229,233,0.4);
		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/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 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: #755f59;
		border: 1px solid #755f59;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #755f59;
	  color: #755f59;
	}
	
	.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: 2s;
		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;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

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

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
	/*nav*/
	.menu{
		height: 20px;
		position: fixed;
		left: 25px;
		top: 25px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 50px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(69,131,126,1.00);
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(69,131,126,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(69,131,126,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.gnav__menu__item{
		width: 19%;
	}
	
	.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: 10px;
		right: 10px;
	}
	.gnav-link .num img{ 
		height: 30px;
	}
	.gnav-link .txt{
		width: 20px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.gnav-link .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	
    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 0 auto 3% auto;
		padding: 0;
	}
	header .mv-title-box{
		width: 35%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 15%;
		z-index: 10;
	}
	header .mv-title-box .mv-title01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	header .mv-title-box .mv-title02{
		width: 100%;
		margin: 0 0 15% 0;
	}
	header .mv-title-box .mv-logo{
		width: 15%;
		margin: 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	
	.scrolldown1{
        position:absolute;
        left: 2%;
        bottom: 0%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 5% auto;
	}
	.read .title{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.read .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.read .link{
		width: 65%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
		margin: 0 auto;
	}
	.read .link:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*top-nav*/
	.top-nav{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.top-nav .title{
		width: 200px;
		margin: 0 auto 2% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 19%;
	}
	.top-nav-list li a{ 
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.top-nav-list li a .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.top-nav-list li a .num img{ 
		height: 30px;
	}
	.top-nav-list li a .txt{
		width: 20px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.top-nav-list li a .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 30px 0 0 0;
	}
	.top-item .icon-01{
		width: 200px;
		position: absolute;
		top: 15%;
		right: 2%;
		z-index: 10;
	}
	.top-item .icon-02{
		width: 200px;
		position: absolute;
		top: 15%;
		left: 2%;
		z-index: 10;
	}
	.top-item .icon-txt{
		width: 200px;
		position: absolute;
		top: 50px;
		right: 0%;
		z-index: 10;
	}
	.top-item .title{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-item .title .num{
		width: max-content;
		margin: 0 0 2% 2%;
	}
	.top-item .title .num img{
		height: 50px;
	}
	.top-item .title .txt{
		width: max-content;
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		margin: 0 auto;
	}
	.top-item .title .txt img{
		height: 30px;
		margin: 0 auto;
		display: block;
	}
	.top-item .title .line-l{
		width: 100%;
		height: 1px;
		background: #000000;
		margin: 0 0 3px 0;
	}
	.top-item .title .line-r{
		width: 100%;
		height: 1px;
		background: #000000;
	}
	.top-item .img{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.top-item .data-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-item .data{
		width: 45%;
	}
	.top-item .data .sub-num{
		width: max-content;
		margin: 5% 0 10% 0;
	}
	.top-item .data .sub-num img{
		height: 40px;
	}
	.top-item .data .txt-box{
		width: 100%;
		position: relative;
	}
	.top-item .data .txt-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.top-item .data .txt-box .icon01{
		width: 35px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .data .txt-box .icon02{
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item .data .title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item .data .title li:first-child{
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .data .title li:first-child img{
		height: 15px;
		position: relative;
		top: -7px;
	}
	.item .data .title li:last-child{
		width: max-content;
	}
	.item .data .title li:last-child img{
		height: 28px;
	}
	.item .data .sub-num{
		width: max-content;
		margin: 5% 0 10% 0;
	}
	.item .data .sub-num img{
		height: 40px;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01{
		width: 35px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		background: #f5f3f0;
		color: #3c3c3c;
	}
	.pro-box{
		width: 100%;
		max-width: 750px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		padding: 5% 0;
	}
	.pro-box .img{
		width: 30%;
	}
	.pro-box .data{
		width: 60%;
		border-top: 1px solid #3c3c3c;
		border-bottom: 1px solid #3c3c3c;
		padding: 5% 0 5% 0;
	}
	.head-border {
		display: flex;
		align-items: center;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.head-border:after {
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #3c3c3c;
	}
	.head-border:after {
		margin-left: 1rem;
	}
	.pro-box .data .name{
		width: 200px;
		margin: 0 0 5% 0;
	}
	.pro-box .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: rgba(254,229,233,0.4);
		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/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 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: #755f59;
		border: 1px solid #755f59;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #755f59;
	  color: #755f59;
	}
	
	.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: 2s;
		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;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

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

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	/*nav*/
	.menu{
		height: 20px;
		position: fixed;
		left: 25px;
		top: 25px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 50px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(69,131,126,1.00);
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(69,131,126,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(69,131,126,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.gnav__menu__item{
		width: 19%;
	}
	
	.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: 10px;
		right: 10px;
	}
	.gnav-link .num img{ 
		height: 30px;
	}
	.gnav-link .txt{
		width: 20px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.gnav-link .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	
    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 0 auto 3% auto;
		padding: 0;
	}
	header .mv-title-box{
		width: 35%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 15%;
		z-index: 10;
	}
	header .mv-title-box .mv-title01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	header .mv-title-box .mv-title02{
		width: 100%;
		margin: 0 0 15% 0;
	}
	header .mv-title-box .mv-logo{
		width: 15%;
		margin: 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	
	.scrolldown1{
        position:absolute;
        left: 2%;
        bottom: 0%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 5% auto;
	}
	.read .title{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.read .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.read .link{
		width: 65%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
		margin: 0 auto;
	}
	.read .link:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*top-nav*/
	.top-nav{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.top-nav .title{
		width: 200px;
		margin: 0 auto 2% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 19%;
	}
	.top-nav-list li a{ 
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.top-nav-list li a .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.top-nav-list li a .num img{ 
		height: 30px;
	}
	.top-nav-list li a .txt{
		width: 20px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.top-nav-list li a .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 30px 0 0 0;
	}
	.top-item .icon-01{
		width: 200px;
		position: absolute;
		top: 15%;
		right: 2%;
		z-index: 10;
	}
	.top-item .icon-02{
		width: 200px;
		position: absolute;
		top: 15%;
		left: 2%;
		z-index: 10;
	}
	.top-item .icon-txt{
		width: 200px;
		position: absolute;
		top: 50px;
		right: 0%;
		z-index: 10;
	}
	.top-item .title{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-item .title .num{
		width: max-content;
		margin: 0 0 2% 2%;
	}
	.top-item .title .num img{
		height: 50px;
	}
	.top-item .title .txt{
		width: max-content;
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		margin: 0 auto;
	}
	.top-item .title .txt img{
		height: 30px;
		margin: 0 auto;
		display: block;
	}
	.top-item .title .line-l{
		width: 100%;
		height: 1px;
		background: #000000;
		margin: 0 0 3px 0;
	}
	.top-item .title .line-r{
		width: 100%;
		height: 1px;
		background: #000000;
	}
	.top-item .img{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.top-item .data-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-item .data{
		width: 45%;
	}
	.top-item .data .sub-num{
		width: max-content;
		margin: 5% 0 10% 0;
	}
	.top-item .data .sub-num img{
		height: 40px;
	}
	.top-item .data .txt-box{
		width: 100%;
		position: relative;
	}
	.top-item .data .txt-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.top-item .data .txt-box .icon01{
		width: 35px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .data .txt-box .icon02{
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*item*/
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item .data .title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item .data .title li:first-child{
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .data .title li:first-child img{
		height: 15px;
		position: relative;
		top: -7px;
	}
	.item .data .title li:last-child{
		width: max-content;
	}
	.item .data .title li:last-child img{
		height: 28px;
	}
	.item .data .sub-num{
		width: max-content;
		margin: 5% 0 10% 0;
	}
	.item .data .sub-num img{
		height: 40px;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01{
		width: 35px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		background: #f5f3f0;
		color: #3c3c3c;
	}
	.pro-box{
		width: 100%;
		max-width: 750px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		padding: 5% 0;
	}
	.pro-box .img{
		width: 30%;
	}
	.pro-box .data{
		width: 60%;
		border-top: 1px solid #3c3c3c;
		border-bottom: 1px solid #3c3c3c;
		padding: 5% 0 5% 0;
	}
	.head-border {
		display: flex;
		align-items: center;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.head-border:after {
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #3c3c3c;
	}
	.head-border:after {
		margin-left: 1rem;
	}
	.pro-box .data .name{
		width: 200px;
		margin: 0 0 5% 0;
	}
	.pro-box .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: rgba(254,229,233,0.4);
		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/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 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: #755f59;
		border: 1px solid #755f59;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #755f59;
	  color: #755f59;
	}
	
	.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: 2s;
		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;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

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

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*nav*/
	.menu{
		height: 20px;
		position: fixed;
		left: 25px;
		top: 25px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 50px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(69,131,126,1.00);
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(69,131,126,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(69,131,126,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.gnav__menu__item{
		width: 19%;
	}
	
	.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: 10px;
		right: 10px;
	}
	.gnav-link .num img{ 
		height: 20px;
	}
	.gnav-link .txt{
		width: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.gnav-link .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	header .mv-title-box{
		width: 35%;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 15%;
		z-index: 10;
	}
	header .mv-title-box .mv-title01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	header .mv-title-box .mv-title02{
		width: 100%;
		margin: 0 0 15% 0;
	}
	header .mv-title-box .mv-logo{
		width: 15%;
		margin: 0 auto;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 25%;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	
	.scrolldown1{
        position:absolute;
        left: 2%;
        bottom: 0%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.read .title{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.read .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 80%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.read .link{
		width: 65%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
		margin: 0 auto;
	}
	.read .link:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*top-nav*/
	.top-nav{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.top-nav .title{
		width: 150px;
		margin: 0 auto 2% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 19%;
	}
	.top-nav-list li a{ 
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.top-nav-list li a .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.top-nav-list li a .num img{ 
		height: 20px;
	}
	.top-nav-list li a .txt{
		width: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.top-nav-list li a .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	/*top-item*/
	.top-item{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 30px 0 0 0;
	}
	.top-item .icon-01{
		width: 170px;
		position: absolute;
		top: 15%;
		right: 2%;
		z-index: 10;
	}
	.top-item .icon-02{
		width: 170px;
		position: absolute;
		top: 15%;
		left: 2%;
		z-index: 10;
	}
	.top-item .icon-txt{
		width: 200px;
		position: absolute;
		top: 50px;
		right: 0%;
		z-index: 10;
	}
	.top-item .title{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-item .title .num{
		width: max-content;
		margin: 0 0 2% 2%;
	}
	.top-item .title .num img{
		height: 50px;
	}
	.top-item .title .txt{
		width: max-content;
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		margin: 0 auto;
	}
	.top-item .title .txt img{
		height: 25px;
		margin: 0 auto;
		display: block;
	}
	.top-item .title .line-l{
		width: 100%;
		height: 1px;
		background: #000000;
		margin: 0 0 3px 0;
	}
	.top-item .title .line-r{
		width: 100%;
		height: 1px;
		background: #000000;
	}
	.top-item .img{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.top-item .data-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-item .data{
		width: 45%;
	}
	.top-item .data .sub-num{
		width: max-content;
		margin: 5% 0 10% 0;
	}
	.top-item .data .sub-num img{
		height: 40px;
	}
	.top-item .data .txt-box{
		width: 100%;
		position: relative;
	}
	.top-item .data .txt-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.top-item .data .txt-box .icon01{
		width: 35px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .data .txt-box .icon02{
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item .data .title{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item .data .title li:first-child{
		width: max-content;
		margin: 0 20px 0 0;
	}
	.item .data .title li:first-child img{
		height: 15px;
		position: relative;
		top: -7px;
	}
	.item .data .title li:last-child{
		width: max-content;
	}
	.item .data .title li:last-child img{
		height: 28px;
	}
	.item .data .sub-num{
		width: max-content;
		margin: 5% 0 10% 0;
	}
	.item .data .sub-num img{
		height: 40px;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01{
		width: 35px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		background: #f5f3f0;
		color: #3c3c3c;
	}
	.pro-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		padding: 5% 0;
	}
	.pro-box .img{
		width: 30%;
	}
	.pro-box .data{
		width: 60%;
		border-top: 1px solid #3c3c3c;
		border-bottom: 1px solid #3c3c3c;
		padding: 5% 0 5% 0;
	}
	.head-border {
		display: flex;
		align-items: center;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.head-border:after {
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #3c3c3c;
	}
	.head-border:after {
		margin-left: 1rem;
	}
	.pro-box .data .name{
		width: 200px;
		margin: 0 0 5% 0;
	}
	.pro-box .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: rgba(254,229,233,0.4);
		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/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 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%;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 60%;
		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: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #231815;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #755f59;
		border: 1px solid #755f59;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #755f59;
	  color: #755f59;
	}
	
	.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: 2s;
		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;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

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

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*nav*/
	.menu{
		height: 20px;
		position: fixed;
		left: 15px;
		top: 25px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 50px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(69,131,126,1.00);
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(69,131,126,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(69,131,126,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 35%;
        -webkit-transform: translateY(-35%); /* Safari用 */
        transform: translateY(-35%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 48%;
		margin: 0 1% 2% 1%;
	}
	
	.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;
	}
	.gnav-link .num img{ 
		height: 15px;
	}
	.gnav-link .txt{
		width: 12px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	.gnav-link .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.gnav-link .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 0;
	}
	header .mv-title-box{
		width: 90%;
		margin: 5% auto 0 auto;
	}
	header .mv-title-box .mv-title01{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	header .mv-title-box .mv-title02{
		width: 80%;
		margin: 0 auto;
	}
	header .mv-logo{
		width: 17%;
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 10;
	}
	header .mv-box{
		width: 100%;
		overflow: hidden;
	}
	header .mv-txt{
		width: 6%;
		position: absolute;
		top: 10%;
		right: 3%;
	}
	
	.scrolldown1{
        position:absolute;
        right: 5%;
        top: 60%;
        height:100px;
		filter: drop-shadow(2px 0px 10px #0d1f29);
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	/*read*/
	.read{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.read .title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.read .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.read .link{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
		margin: 0 auto;
	}
	.read .link:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*top-nav*/
	.top-nav{
		width: 99%;
		margin: 0 auto 10% auto;
	}
	.top-nav .title{
		width: 120px;
		margin: 0 auto 5% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top-nav-list li{
		width: 32%;
		margin: 0 .5% 1% .5%;
	}
	.top-nav-list li a{ 
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.top-nav-list li a .num{ 
		width: max-content;
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.top-nav-list li a .num img{ 
		height: 15px;
	}
	.top-nav-list li a .txt{
		width: 10px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 5px;
	}
	.top-nav-list li a .img{
		width: 100%;
		transform: scale(1);
		opacity: 1;
		transition: .3s;
	}
	.top-nav-list li a .img:hover{
		transform: scale(1.05);
		opacity: .7;
		transition: .3s;
	}
	
	/*top-item*/
	.top-item{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
		padding: 30px 0 0 0;
	}
	.top-item .icon-01{
		width: 120px;
		position: absolute;
		top: 40%;
		right: 5%;
		z-index: 10;
	}
	.top-item .icon-02{
		width: 120px;
		position: absolute;
		top: 40%;
		left: 5%;
		z-index: 10;
	}
	.top-item .icon-txt{
		width: 200px;
		z-index: 10;
		margin: 0 auto 3% auto;
	}
	.top-item .title{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.top-item .title .num{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.top-item .title .num img{
		height: 30px;
	}
	.top-item .title .txt{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.top-item .title .line-l{
		width: 100%;
		height: 1px;
		background: #000000;
		margin: 0 0 3px 0;
	}
	.top-item .title .line-r{
		width: 100%;
		height: 1px;
		background: #000000;
	}
	.top-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.top-item .data-box{
		width: 90%;
		margin: 0 auto;
	}
	.top-item .data{
		width: 100%;
	}
	.top-item .sub-num{
		width: max-content;
		width: 45%;
		margin: 5% 0 5% 50%;
		position: relative;
	}
	.top-item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.top-item .data .txt-box .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.top-item .data .txt-box .icon01{
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top-item .data .txt-box .icon02{
		width: 30px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item .data{
		width: 90%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.item .title{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 2% 5%;
	}
	.item .title li:first-child{
		width: 4%;
		position: relative;
		top: -22px;
		margin: 0 5% 0 0;
	}
	.item .title li:last-child{
		width: 90%;
	}
	.item .sub-num{
		width: 45%;
		margin: 0 0 5% 50%;
	}
	.item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item .data .txt-box .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 10% 0;
		color: #3e3936;
		box-sizing: border-box;
	}
	.item .data .txt-box .icon01{
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .txt-box .icon02{
		width: 30px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		background: #f5f3f0;
		color: #3c3c3c;
		padding: 10% 0;
		margin: 0 0 10% 0;
	}
	.pro-box{
		width: 90%;
		margin: 0 auto 0 auto;
		padding: 7% 0;
		border-top: 1px solid #3c3c3c;
		border-bottom: 1px solid #3c3c3c;
	}
	.pro-box .img{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.pro-box .data{
		width: 100%;
	}
	.head-border {
		display: flex;
		align-items: center;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 4% 0;
	}
	.head-border:after {
		content: "";
		height: 1px;
		flex-grow: 1;
		background-color: #3c3c3c;
	}
	.head-border:after {
		margin-left: 1rem;
	}
	.pro-box .data .name{
		width: 180px;
		margin: 0 0 5% 0;
	}
	.pro-box .data .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: rgba(254,229,233,0.4);
		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/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 11px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 49%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 5% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		line-height: 1.9;
    	letter-spacing: 0.05em;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 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: #755f59;
		border: 1px solid #755f59;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #755f59;
	  color: #755f59;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #2e2d37;
		border: 1px solid #2e2d37;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #2e2d37;
	  color: #2e2d37;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #45837e;
		border: 1px solid #45837e;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #45837e;
	  color: #45837e;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #132540;
		border: 1px solid #132540;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #132540;
	  color: #132540;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 120px!important;
		padding: 7px 0 7px 0;
		background: #ac1828;
		border: 1px solid #ac1828;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #ac1828;
	  color: #ac1828;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -4px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -4px;
    }
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: mv-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		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;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

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