body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		max-width: 2500px;
		position: relative;
		overflow: hidden;
		margin: 0 auto 4% auto;
		padding: 0;
	}
    header .mv-title{
		width: 60%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	header .mv-logo{
		width: 7%;
		position: absolute;
		bottom: 5%;
		left: 2%;
		top: 4%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: -5%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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%;
		color: #595757;
		margin: 0 auto 5% auto;
	}
	.read .title{
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 2% auto;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.read-nav{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-nav li{
		width: 17%;
	}
	.read-nav li a{
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-nav li a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*slider*/
	.iteme-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
	}
	.iteme-box .bg01{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #ffb86f;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg02{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #b5cfe3;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg03{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #fee1a4;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg04{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #f3aa9b;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg05{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #f2dcc3;
		position: absolute;
		z-index: -1;
	}
	.main-title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.main-title img{
		height: 120px;
		margin: 0 auto;
		display: block;
	}
	.slick-slide {
		line-height: 0;
		padding: 0 0!important;
		margin: 0!important;
		overflow: hidden;
	}
	.slider-area{
        width:100%;
		max-width: 1100px;
        margin:0 auto 5% auto;
    }
    .slider-area img {
      max-width: 100%;
      display: block;
      height: auto;
    }
	.slider-item .img{
		width: 60%;
		margin: 0 auto;
		position: relative;
	}
	.slider-item .img .side{
		width: 25px;
		position: absolute;
		top: 0;
		right: -50px;
	}
	.slider-item .data{
		width: 100%;
		margin: 0 auto;
		padding: 3% 5% 5% 5%;
		box-sizing: border-box;
	}
	.slider-item .data .txt{
		width: 67%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 auto 10% auto;
	}
	.slider-item .data .main-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 2% 0;
	}
	.slider-item .data .main-link li{
		width: 30%;
	}
	.slider-item .data .sub-link{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.slider-item .data .sub-link li{
		width: 25%;
		margin: 0 4%;
	}
	
	.thumnail-item{
		width: 100%;
		cursor: pointer;
		cursor: hand;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 5%;
	}
	.thumnail .slick-current {
		opacity: .5;
	}
	.thumnail02 .slick-current {
		opacity: .5;
	}
	.thumnail03 .slick-current {
		opacity: .5;
	}
	.thumnail04 .slick-current {
		opacity: .5;
	}
	.thumnail05 .slick-current {
		opacity: .5;
	}
	
	.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: -2px;
    }
    .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: -2px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*end-box*/
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*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;
	}
	.cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
	.cart-title00{
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title00 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen00{
		font-size: 18px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen00 span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 130px!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: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #ffb86f;
		border: 1px solid #ffb86f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ffb86f;
	  color: #ffb86f;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #b5cfe3;
		border: 1px solid #b5cfe3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #b5cfe3;
	  color: #b5cfe3;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #fee1a4;
		border: 1px solid #fee1a4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #fee1a4;
	  color: #fee1a4;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f3aa9b;
		border: 1px solid #f3aa9b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #f3aa9b;
	  color: #f3aa9b;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f2dcc3;
		border: 1px solid #f2dcc3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #f2dcc3;
	  color: #f2dcc3;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in02 {
		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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.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(-50px)
		}
		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(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc000{
		background: #fff;
	}
	.gbc00{
		background: #f9f9f9;
	}
	.gbc01{
		background: #fca3b9;
	}
	.gbc02{
		background: #84b250;
	}
	.gbc03{
		background: #abaab6;
	}
	.gbc04{
		background: #67bbde;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.gb00 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb00.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img00;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img00 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 4% auto;
		padding: 0;
	}
    header .mv-title{
		width: 60%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	header .mv-logo{
		width: 7%;
		position: absolute;
		bottom: 5%;
		left: 2%;
		top: 4%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: -5%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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%;
		color: #595757;
		margin: 0 auto 5% auto;
	}
	.read .title{
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 2% auto;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.read-nav{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-nav li{
		width: 17%;
	}
	.read-nav li a{
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-nav li a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*slider*/
	.iteme-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
	}
	.iteme-box .bg01{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #ffb86f;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg02{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #b5cfe3;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg03{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #fee1a4;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg04{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #f3aa9b;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg05{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #f2dcc3;
		position: absolute;
		z-index: -1;
	}
	.main-title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.main-title img{
		height: 120px;
		margin: 0 auto;
		display: block;
	}
	.slick-slide {
		line-height: 0;
		padding: 0 0!important;
		margin: 0!important;
		overflow: hidden;
	}
	.slider-area{
        width:100%;
		max-width: 1100px;
        margin:0 auto 5% auto;
    }
    .slider-area img {
      max-width: 100%;
      display: block;
      height: auto;
    }
	.slider-item .img{
		width: 60%;
		margin: 0 auto;
		position: relative;
	}
	.slider-item .img .side{
		width: 25px;
		position: absolute;
		top: 0;
		right: -50px;
	}
	.slider-item .data{
		width: 100%;
		margin: 0 auto;
		padding: 3% 5% 5% 5%;
		box-sizing: border-box;
	}
	.slider-item .data .txt{
		width: 67%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 auto 10% auto;
	}
	.slider-item .data .main-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 2% 0;
	}
	.slider-item .data .main-link li{
		width: 30%;
	}
	.slider-item .data .sub-link{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.slider-item .data .sub-link li{
		width: 25%;
		margin: 0 4%;
	}
	
	.thumnail-item{
		width: 100%;
		cursor: pointer;
		cursor: hand;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 5%;
	}
	.thumnail .slick-current {
		opacity: .5;
	}
	.thumnail02 .slick-current {
		opacity: .5;
	}
	.thumnail03 .slick-current {
		opacity: .5;
	}
	.thumnail04 .slick-current {
		opacity: .5;
	}
	.thumnail05 .slick-current {
		opacity: .5;
	}
	
	.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: -2px;
    }
    .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: -2px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 20px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*end-box*/
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*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;
	}
	.cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
	.cart-title00{
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title00 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen00{
		font-size: 18px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen00 span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 130px!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: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #ffb86f;
		border: 1px solid #ffb86f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ffb86f;
	  color: #ffb86f;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #b5cfe3;
		border: 1px solid #b5cfe3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #b5cfe3;
	  color: #b5cfe3;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #fee1a4;
		border: 1px solid #fee1a4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #fee1a4;
	  color: #fee1a4;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f3aa9b;
		border: 1px solid #f3aa9b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #f3aa9b;
	  color: #f3aa9b;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f2dcc3;
		border: 1px solid #f2dcc3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #f2dcc3;
	  color: #f2dcc3;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in02 {
		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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.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(-50px)
		}
		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(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc000{
		background: #fff;
	}
	.gbc00{
		background: #f9f9f9;
	}
	.gbc01{
		background: #fca3b9;
	}
	.gbc02{
		background: #84b250;
	}
	.gbc03{
		background: #abaab6;
	}
	.gbc04{
		background: #67bbde;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.gb00 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb00.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img00;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img00 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 4% auto;
		padding: 0;
	}
    header .mv-title{
		width: 60%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	header .mv-logo{
		width: 7%;
		position: absolute;
		bottom: 5%;
		left: 2%;
		top: 4%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: -5%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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%;
		color: #595757;
		margin: 0 auto 5% auto;
	}
	.read .title{
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 2% auto;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.read-nav{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-nav li{
		width: 17%;
	}
	.read-nav li a{
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-nav li a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*slider*/
	.iteme-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
	}
	.iteme-box .bg01{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #ffb86f;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg02{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #b5cfe3;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg03{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #fee1a4;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg04{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #f3aa9b;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg05{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #f2dcc3;
		position: absolute;
		z-index: -1;
	}
	.main-title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.main-title img{
		height: 120px;
		margin: 0 auto;
		display: block;
	}
	.slick-slide {
		line-height: 0;
		padding: 0 0!important;
		margin: 0!important;
		overflow: hidden;
	}
	.slider-area{
        width:100%;
		max-width: 1100px;
        margin:0 auto 5% auto;
    }
    .slider-area img {
      max-width: 100%;
      display: block;
      height: auto;
    }
	.slider-item .img{
		width: 60%;
		margin: 0 auto;
		position: relative;
	}
	.slider-item .img .side{
		width: 25px;
		position: absolute;
		top: 0;
		right: -50px;
	}
	.slider-item .data{
		width: 100%;
		margin: 0 auto;
		padding: 3% 5% 5% 5%;
		box-sizing: border-box;
	}
	.slider-item .data .txt{
		width: 67%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 auto 10% auto;
	}
	.slider-item .data .main-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 2% 0;
	}
	.slider-item .data .main-link li{
		width: 30%;
	}
	.slider-item .data .sub-link{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.slider-item .data .sub-link li{
		width: 25%;
		margin: 0 4%;
	}
	
	.thumnail-item{
		width: 100%;
		cursor: pointer;
		cursor: hand;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 5%;
	}
	.thumnail .slick-current {
		opacity: .5;
	}
	.thumnail02 .slick-current {
		opacity: .5;
	}
	.thumnail03 .slick-current {
		opacity: .5;
	}
	.thumnail04 .slick-current {
		opacity: .5;
	}
	.thumnail05 .slick-current {
		opacity: .5;
	}
	
	.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: -2px;
    }
    .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: -2px;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 70px;
		right: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 70px;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		padding: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}
	
	/*end-box*/
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*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;
	}
	.cart-title{
		font-size: 13px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
	.cart-title00{
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title00 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen00{
		font-size: 18px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen00 span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 130px!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: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #ffb86f;
		border: 1px solid #ffb86f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ffb86f;
	  color: #ffb86f;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #b5cfe3;
		border: 1px solid #b5cfe3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #b5cfe3;
	  color: #b5cfe3;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #fee1a4;
		border: 1px solid #fee1a4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #fee1a4;
	  color: #fee1a4;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f3aa9b;
		border: 1px solid #f3aa9b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #f3aa9b;
	  color: #f3aa9b;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f2dcc3;
		border: 1px solid #f2dcc3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #f2dcc3;
	  color: #f2dcc3;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in02 {
		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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.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(-50px)
		}
		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(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc000{
		background: #fff;
	}
	.gbc00{
		background: #f9f9f9;
	}
	.gbc01{
		background: #fca3b9;
	}
	.gbc02{
		background: #84b250;
	}
	.gbc03{
		background: #abaab6;
	}
	.gbc04{
		background: #67bbde;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.gb00 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb00.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img00;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img00 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}

}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 4% auto;
		padding: 0;
	}
    header .mv-title{
		width: 60%;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	header .mv-logo{
		width: 7%;
		position: absolute;
		bottom: 5%;
		left: 2%;
		top: 4%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: -5%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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%;
		color: #595757;
		margin: 0 auto 5% auto;
	}
	.read .title{
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 2% auto;
	}
	.read .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.read-nav{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.read-nav li{
		width: 17%;
	}
	.read-nav li a{
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-nav li a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*slider*/
	.iteme-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
	}
	.iteme-box .bg01{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #ffb86f;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg02{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #b5cfe3;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg03{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #fee1a4;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg04{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #f3aa9b;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg05{
		width: 100%;
		height: 70%;
		top: 0;
		left: 0;
		background: #f2dcc3;
		position: absolute;
		z-index: -1;
	}
	.main-title{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.main-title img{
		height: 70px;
		margin: 0 auto;
		display: block;
	}
	.slick-slide {
		line-height: 0;
		padding: 0 0!important;
		margin: 0!important;
		overflow: hidden;
	}
	.slider-area{
        width:90%;
        margin:0 auto 5% auto;
    }
    .slider-area img {
      max-width: 100%;
      display: block;
      height: auto;
    }
	.slider-item .img{
		width: 60%;
		margin: 0 auto;
		position: relative;
	}
	.slider-item .img .side{
		width: 25px;
		position: absolute;
		top: 0;
		right: -50px;
	}
	.slider-item .data{
		width: 100%;
		margin: 0 auto;
		padding: 3% 5% 5% 5%;
		box-sizing: border-box;
	}
	.slider-item .data .txt{
		width: 70%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 auto 10% auto;
	}
	.slider-item .data .main-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 2% 0;
	}
	.slider-item .data .main-link li{
		width: 30%;
	}
	.slider-item .data .sub-link{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.slider-item .data .sub-link li{
		width: 25%;
		margin: 0 4%;
	}
	
	.thumnail-item{
		width: 100%;
		cursor: pointer;
		cursor: hand;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 5%;
	}
	.thumnail .slick-current {
		opacity: .5;
	}
	.thumnail02 .slick-current {
		opacity: .5;
	}
	.thumnail03 .slick-current {
		opacity: .5;
	}
	.thumnail04 .slick-current {
		opacity: .5;
	}
	.thumnail05 .slick-current {
		opacity: .5;
	}
	
	.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: -2px;
    }
    .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: -2px;
    }
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*end-box*/
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 3% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 30%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*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;
	}
	.cart-title{
		font-size: 12px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
	.cart-title00{
		font-size: 14px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title00 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen00{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen00 span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 130px!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: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #ffb86f;
		border: 1px solid #ffb86f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ffb86f;
	  color: #ffb86f;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #b5cfe3;
		border: 1px solid #b5cfe3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #b5cfe3;
	  color: #b5cfe3;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #fee1a4;
		border: 1px solid #fee1a4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #fee1a4;
	  color: #fee1a4;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f3aa9b;
		border: 1px solid #f3aa9b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #f3aa9b;
	  color: #f3aa9b;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f2dcc3;
		border: 1px solid #f2dcc3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #f2dcc3;
	  color: #f2dcc3;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in02 {
		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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.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(-50px)
		}
		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(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc000{
		background: #fff;
	}
	.gbc00{
		background: #f9f9f9;
	}
	.gbc01{
		background: #fca3b9;
	}
	.gbc02{
		background: #84b250;
	}
	.gbc03{
		background: #abaab6;
	}
	.gbc04{
		background: #67bbde;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.gb00 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb00.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img00;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img00 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 13% auto;
		padding: 0;
	}
    header .mv-title{
		width: 90%;
		margin: 0 auto -45px auto;
		z-index: 10;
		position: relative;
		top: -45px;
	}
	header .mv-logo{
		width: 20%;
		position: absolute;
		bottom: 5%;
		right: 5%;
		top: 3%;
		z-index: 10;
	}
	.mv-box{
		width: 100%;
	}
	.scrolldown1{
        position:absolute;
        right: 4%;
        top: 60%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -7px;
	  top: -40px;
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  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%;
		color: #595757;
		margin: 0 auto 5% auto;
	}
	.read .title{
		font-size: 23px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.read .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.read-nav{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.read-nav li{
		width: 33.33%;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 5% 0;
	}
	.read-nav li a{
		display: block;
		opacity: 1;
		transition: .3s;
	}
	.read-nav li a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*slider*/
	.iteme-box{
		width: 100%;
		position: relative;
		padding: 10% 0 0 0;
	}
	.iteme-box .bg01{
		width: 100%;
		height: 68.5%;
		top: 0;
		left: 0;
		background: #ffb86f;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg02{
		width: 100%;
		height: 67.5%;
		top: 0;
		left: 0;
		background: #b5cfe3;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg03{
		width: 100%;
		height: 66.5%;
		top: 0;
		left: 0;
		background: #fee1a4;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg04{
		width: 100%;
		height: 66.5%;
		top: 0;
		left: 0;
		background: #f3aa9b;
		position: absolute;
		z-index: -1;
	}
	.iteme-box .bg05{
		width: 100%;
		height: 66.5%;
		top: 0;
		left: 0;
		background: #f2dcc3;
		position: absolute;
		z-index: -1;
	}
	.main-title{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.slick-slide {
		line-height: 0;
		padding: 0 0!important;
		margin: 0!important;
		overflow: hidden;
	}
	.slider-area{
        width: 100%;
        margin:0 auto 15% auto;
    }
    .slider-area img {
      max-width: 100%;
      display: block;
      height: auto;
    }
	.slider-item .img{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.slider-item .img .side{
		display: none;
	}
	.slider-item .data{
		width: 100%;
		margin: 0 auto;
		padding: 5% 5% 5% 5%;
		box-sizing: border-box;
	}
	.slider-item .data .txt{
		width: 100%;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 auto 15% auto;
	}
	.slider-item .data .main-link{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.slider-item .data .main-link li{
		width: 100%;
	}
	.slider-item .data .sub-link{
		width: 98%;
	}
	.slider-item .data .sub-link li{
		width: 100%;
		margin: 0 1.5%;
	}
	
	.thumnail-item{
		width: 100%;
		cursor: pointer;
		cursor: hand;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 5%;
	}
	.thumnail .slick-current {
		opacity: .5;
	}
	.thumnail02 .slick-current {
		opacity: .5;
	}
	.thumnail03 .slick-current {
		opacity: .5;
	}
	.thumnail04 .slick-current {
		opacity: .5;
	}
	.thumnail05 .slick-current {
		opacity: .5;
	}
	
	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -0px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -0px;
    }
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*end-box*/
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li:last-child{
		width: 50%;
		margin: 10% auto 0 auto;
	}
	.f-banner-list li:last-child a{
		width: 100%;
		display: block;
		border: none;
		opacity: 1;
		transition: .3s;
	}
	.f-banner-list li:last-child a:hover{
		opacity: .6;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 20% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 3% 0;
	}
	.cart-title{
		font-size: 12px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
	.cart-title00{
		font-size: 16px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title00 span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.cart-yen00{
		font-size: 13px;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
	}
	.cart-yen00 span{
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1em;
		width: 200px!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;
		box-sizing: border-box;
	}
	.cart-btm:hover .btn00 {
	  background: #231815;
	  border-color: #231815;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #ffb86f;
		border: 1px solid #ffb86f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #ffb86f;
	  color: #ffb86f;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #b5cfe3;
		border: 1px solid #b5cfe3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #b5cfe3;
	  color: #b5cfe3;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #fee1a4;
		border: 1px solid #fee1a4;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #fee1a4;
	  color: #fee1a4;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f3aa9b;
		border: 1px solid #f3aa9b;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #f3aa9b;
	  color: #f3aa9b;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1em;
		width: 200px!important;
		padding: 7px 0 7px 0;
		background: #f2dcc3;
		border: 1px solid #f2dcc3;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #f2dcc3;
	  color: #f2dcc3;
	}
	
	.btn-border {
	  background-color: transparent;
	  color: #1d1d1d;
	}
	.btn-arrow {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
	  position: absolute;
	  width: 1.1em;
	  right: 0px;
	  right: 0rem;
	  opacity: 0;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: right, opacity;
	}
	.btn-arrow img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in01;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in01 {
		0% {
		  opacity: 0;
		  transform: scale(1.1);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	@keyframes fade-in02 {
		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;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	.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(-50px)
		}
		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(50px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	.gbc000{
		background: #fff;
	}
	.gbc00{
		background: #f9f9f9;
	}
	.gbc01{
		background: #fca3b9;
	}
	.gbc02{
		background: #84b250;
	}
	.gbc03{
		background: #abaab6;
	}
	.gbc04{
		background: #67bbde;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img01;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img01 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: .7;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}
	
	.gb00 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb00.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img00;
		animation-duration: 1.5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img00 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	.slick-prev,
	.slick-next
	{
		font-size: 0;
		line-height: 0;

		position: absolute;
		top: 28%!important;

		display: block;

		width: 35px!important;
		height: 35px!important;
		padding: 0;
		-webkit-transform: translate(0, -40%);
		-ms-transform: translate(0, -40%);
		transform: translate(0, -40%);

		cursor: pointer;

		color: transparent;
		border: none;
		outline: none;
		background: transparent;
	}
	.slick-prev
	{
		left: 0!important;
		z-index: 80!important;
	}
	.slick-next
    {
        right: 0!important;
		z-index: 80!important;
    }
	
	.nav{
		width: 12%;
		margin: 0 auto;
		display: flex;
		position: fixed;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		box-sizing: border-box;
		border-radius: 5px;
		overflow: hidden;
		z-index: 999;
		bottom: 10px;
		right: 10px;
	}
	.nav-sp{
		width: 100%;
	}
	.nav-sp li{
		width: 100%;
	}
	
}
