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;
}
a{
	text-decoration: none;
}

/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-title{
		width: 60%;
		margin: 0 auto;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 21%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 8% auto;
	}
	.read-wrap{
		width: 100%;
		background: #faf6ed;
		padding: 3% 0;
		margin: 0 0 5% 0;
	}
	.read-in{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.read-in .data{
		width: 40%;
	}
	.read-in .img{
		width: 50%;
		overflow: hidden;
	}
	.read-in .data .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 1.8em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: relative;
		margin: 0 auto 10% auto;
	}
	.read-in .data .title .icon01{
		width: 20px;
		position: absolute;
		top: -40px;
		left: -50px;
	}
	.read-in .data .title .icon02{
		width: 20px;
		transform: scale(-1, -1);
		position: absolute;
		bottom: -40px;
		right: -50px;
	}
	.read-in .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.top-nav{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a .txt{
		width: 100%;
		margin: 5% auto 0 auto;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		opacity: 1;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		opacity: .8;
		transition: .3s;
		transform: scale(1.03);
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto 3% auto;
	}
	.doorm{
		margin: 10% auto 3% auto!important;
	}
	.door .num-box{
		width: max-content;
	}
	.door .num-box li:first-child{
		width: max-content;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.door .num-box li:first-child img{
		height: 14px;
	}
	.door .num-box li:last-child{
		width: max-content;
	}
	.door .num-box li:last-child img{
		height: 35px;
	}
	.door .txt-box{
		width: max-content;
		margin: 0 0 0 10%;
	}
	.door .txt-box li:first-child{
		width: max-content;
		font-size: 21px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
	}
	.door .txt-box li:last-child{
		font-size: 40px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		line-height: 1.5em;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		margin: 2% 0 0 0;
	}
	.door .line .icon{
		display: block;
		width: 30px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -12px;
		background: #fff;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-w .img{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.item-w .cou{
		width: 80%;
		font-size: 14px;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
	}
	.item-w .link-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .link-list li:nth-child(1){
		width: 30%;
	}
	.item-w .link-list li:nth-child(2){
		width: 24%;
	}
	.item-w .link-list li:nth-child(3){
		width: 24%;
	}
	.item-w .link-list02{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .link-list02 li:nth-child(1){
		width: 33%;
	}
	.item-w .link-list02 li:nth-child(2){
		width: 22%;
	}
	.item-w .link-list02 li:nth-child(3){
		width: 22%;
	}
	
	/*item*/
	.item-wrap{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 40%;
		padding: 5% 0 0 0;
	}
	.item .data .logo{
		width: 350px;
		margin: 0 0 10% 0;
	}
	.item .data .logo02{
		width: 350px;
		margin: 0 0 5% 0;
	}
	.item .data .logo03{
		width: 400px;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item .data .line{
		width: 420%;
		height: 1px;
		position: relative;
		left: 140%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
	}
	.item .data .line02{
		width: 420%;
		height: 1px;
		position: relative;
		right: 40%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .img .link-box{
		width: 80%;
		margin: 5% auto 0 auto;
	}
	.item02 .data{
		width: 45%;
		padding: 5% 0 0 0;
	}
	.item02 .data .logo{
		width: 350px;
		margin: 0 0 7% 0;
	}
	.item02 .data .title{
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	
	/*point*/
	.point{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.point .main-title{
		width: 20%;
		margin: 0 auto 3% auto;
	}
	.point .main-img{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.point .point-list{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point .point-list li{
		width: 250px;
		position: relative;
		top: 10%;
	}
	.point .point-list li:nth-child(2){
		width: 250px;
		position: absolute;
		top: 30%;
		right: 0;
	}
	.point .point-list li .line{
		width: 200px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		right: -200px;
		transform:rotate(25deg);
	}
	.point .point-list li:nth-child(2) .line{
		width: 250px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		left: -250px;
		transform:rotate(-25deg);
	}
	.point .point-list li .img{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.point .point-list li .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point .point-list li .icon img{
		height: 30px;
	}
	.point .point-list li .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point .point-list li .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	.point-list02{
		width: 60%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.point-list02 .img{
		width: 30%;
	}
	.point-list02 .data{
		width: 65%;
	}
	.point-list02 .data .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point-list02 .data .icon img{
		height: 30px;
	}
	.point-list02 .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point-list02 .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	/*o-item-wrap*/
	.o-item-wrap{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.o-item{
		width: 31%;
	}
	.o-item .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.o-item .link-box{
		width: 95%;
		margin: 0 auto;
	}
	
	/*sub-door*/
	.sub-door{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.sub-door .logo{
		width: 120px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
	}
	.sub-door .txt-box{
		width: max-content;
		text-align: center;
		margin: 0 auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.sub-door .txt-box li:first-child{
		width: max-content;
		font-size: 20px;
		letter-spacing: 2px;
		margin: 0 auto 2% auto;
	}
	.sub-door .txt-box li:nth-child(2){
		width: max-content;
		font-size: 30px;
		letter-spacing: 3px;
		margin: 0 auto;
	}
	
	/*item-full*/
	.item-full{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 5% auto;
	}
	.item-full .img{
		width: 100%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.item-full .img02{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.txt-list{
		width: max-content;
		position: absolute;
		top: 10%;
		left: 25%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
	}
	.txt-list li{
		font-size: 25px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.txt-list02{
		width: max-content;
		position: absolute;
		top: 10%;
		right: 5%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
	}
	.txt-list02 li{
		font-size: 25px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.item-full .data{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-full .data .logo{
		width: 45%;
	}
	.item-full .data .logo .logo-in{
		width: 350px;
	}
	.item-full .data .link-box{
		width: 50%;
	}
	
	.fu-txt01 {
		opacity : 0;
	}
	.fu-txt01.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt02 {
		opacity : 0;
	}
	.fu-txt02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt03 {
		opacity : 0;
	}
	.fu-txt03.active{
		opacity : 1;
		animation-name: fadein-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;
	}
	.fu-txt04 {
		opacity : 0;
	}
	.fu-txt04.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
	
	/*marker*/
	.marker01{
		display: block;
        background-image: linear-gradient(90deg, #a78330, #a78330);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
	}
	.marker01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	.marker02{
		display: block;
        background-image: linear-gradient(90deg, #ebdccf, #ebdccf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
		padding: 0 10px;
	}
	.marker02.active {
		animation-name: line-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in02 {
		0% {
		  background-size: 0% 100%;
		}
		100% {
		  background-size: 100% 100%;
		}
	}
	
	.line-ani01{
		width: 100%;
		display: block;
        background-image: linear-gradient(90deg, #231815, #231815);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
	}
	.line-ani01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 110px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		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;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #a78330;
	}
	
	/*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: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm02 .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #a78330;
		border: 1px solid #a78330;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a78330;
	  color: #a78330;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4e789f;
		border: 1px solid #4e789f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #4e789f;
	  color: #4e789f;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4d5a55;
		border: 1px solid #4d5a55;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #4d5a55;
	  color: #4d5a55;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #1a2132;
		border: 1px solid #1a2132;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #1a2132;
	  color: #1a2132;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #eba6ab;
		border: 1px solid #eba6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #eba6ab;
	  color: #eba6ab;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #e0be44;
		border: 1px solid #e0be44;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #e0be44;
	  color: #e0be44;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #765145;
		border: 1px solid #765145;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #765145;
	  color: #765145;
	}
	
	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b48a63;
		border: 1px solid #b48a63;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn08 {
	  background: #fff;
	  border-color: #b48a63;
	  color: #b48a63;
	}
	
	.cart-btm02 .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b48a63;
		border: 1px solid #b48a63;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn08 {
	  background: #fff;
	  border-color: #b48a63;
	  color: #b48a63;
	}
	
	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02: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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -4px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.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: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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;
		  transform: translateY(20px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		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)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		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 icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		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-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		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-mvbg02 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
	.sp-on{
		display: none !important;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-title{
		width: 60%;
		margin: 0 auto;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 21%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 8% auto;
	}
	.read-wrap{
		width: 100%;
		background: #faf6ed;
		padding: 3% 0;
		margin: 0 0 5% 0;
	}
	.read-in{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.read-in .data{
		width: 40%;
	}
	.read-in .img{
		width: 50%;
		overflow: hidden;
	}
	.read-in .data .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 1.8em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: relative;
		margin: 0 auto 10% auto;
	}
	.read-in .data .title .icon01{
		width: 20px;
		position: absolute;
		top: -40px;
		left: -50px;
	}
	.read-in .data .title .icon02{
		width: 20px;
		transform: scale(-1, -1);
		position: absolute;
		bottom: -40px;
		right: -50px;
	}
	.read-in .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.top-nav{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a .txt{
		width: 100%;
		margin: 5% auto 0 auto;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		opacity: 1;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		opacity: .8;
		transition: .3s;
		transform: scale(1.03);
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto 3% auto;
	}
	.doorm{
		margin: 10% auto 3% auto!important;
	}
	.door .num-box{
		width: max-content;
	}
	.door .num-box li:first-child{
		width: max-content;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.door .num-box li:first-child img{
		height: 14px;
	}
	.door .num-box li:last-child{
		width: max-content;
	}
	.door .num-box li:last-child img{
		height: 35px;
	}
	.door .txt-box{
		width: max-content;
		margin: 0 0 0 10%;
	}
	.door .txt-box li:first-child{
		width: max-content;
		font-size: 21px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
	}
	.door .txt-box li:last-child{
		font-size: 40px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		line-height: 1.5em;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		margin: 2% 0 0 0;
	}
	.door .line .icon{
		display: block;
		width: 30px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -12px;
		background: #fff;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-w .img{
		width: 80%;
		margin: 0 auto 1% auto;
	}
	.item-w .cou{
		width: 80%;
		font-size: 14px;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
	}
	.item-w .link-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .link-list li:nth-child(1){
		width: 30%;
	}
	.item-w .link-list li:nth-child(2){
		width: 24%;
	}
	.item-w .link-list li:nth-child(3){
		width: 24%;
	}
	.item-w .link-list02{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .link-list02 li:nth-child(1){
		width: 33%;
	}
	.item-w .link-list02 li:nth-child(2){
		width: 22%;
	}
	.item-w .link-list02 li:nth-child(3){
		width: 22%;
	}
	
	/*item*/
	.item-wrap{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 40%;
		padding: 5% 0 0 0;
	}
	.item .data .logo{
		width: 350px;
		margin: 0 0 10% 0;
	}
	.item .data .logo02{
		width: 350px;
		margin: 0 0 5% 0;
	}
	.item .data .logo03{
		width: 400px;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item .data .line{
		width: 420%;
		height: 1px;
		position: relative;
		left: 140%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
	}
	.item .data .line02{
		width: 420%;
		height: 1px;
		position: relative;
		right: 40%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .img .link-box{
		width: 80%;
		margin: 5% auto 0 auto;
	}
	.item02 .data{
		width: 45%;
		padding: 5% 0 0 0;
	}
	.item02 .data .logo{
		width: 350px;
		margin: 0 0 7% 0;
	}
	.item02 .data .title{
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	
	/*point*/
	.point{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.point .main-title{
		width: 20%;
		margin: 0 auto 3% auto;
	}
	.point .main-img{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.point .point-list{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point .point-list li{
		width: 250px;
		position: relative;
		top: 10%;
	}
	.point .point-list li:nth-child(2){
		width: 250px;
		position: absolute;
		top: 30%;
		right: 0;
	}
	.point .point-list li .line{
		width: 200px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		right: -200px;
		transform:rotate(25deg);
	}
	.point .point-list li:nth-child(2) .line{
		width: 250px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		left: -250px;
		transform:rotate(-25deg);
	}
	.point .point-list li .img{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.point .point-list li .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point .point-list li .icon img{
		height: 30px;
	}
	.point .point-list li .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point .point-list li .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	.point-list02{
		width: 60%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.point-list02 .img{
		width: 30%;
	}
	.point-list02 .data{
		width: 65%;
	}
	.point-list02 .data .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point-list02 .data .icon img{
		height: 30px;
	}
	.point-list02 .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point-list02 .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	/*o-item-wrap*/
	.o-item-wrap{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.o-item{
		width: 31%;
	}
	.o-item .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.o-item .link-box{
		width: 95%;
		margin: 0 auto;
	}
	
	/*sub-door*/
	.sub-door{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.sub-door .logo{
		width: 120px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
	}
	.sub-door .txt-box{
		width: max-content;
		text-align: center;
		margin: 0 auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.sub-door .txt-box li:first-child{
		width: max-content;
		font-size: 20px;
		letter-spacing: 2px;
		margin: 0 auto 2% auto;
	}
	.sub-door .txt-box li:nth-child(2){
		width: max-content;
		font-size: 30px;
		letter-spacing: 3px;
		margin: 0 auto;
	}
	
	/*item-full*/
	.item-full{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 5% auto;
	}
	.item-full .img{
		width: 100%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.item-full .img02{
		width: 100%;
		max-width: 1200px;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.txt-list{
		width: max-content;
		position: absolute;
		top: 10%;
		left: 25%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
	}
	.txt-list li{
		font-size: 25px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.txt-list02{
		width: max-content;
		position: absolute;
		top: 10%;
		right: 5%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
	}
	.txt-list02 li{
		font-size: 25px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.item-full .data{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-full .data .logo{
		width: 45%;
	}
	.item-full .data .logo .logo-in{
		width: 350px;
	}
	.item-full .data .link-box{
		width: 50%;
	}
	
	.fu-txt01 {
		opacity : 0;
	}
	.fu-txt01.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt02 {
		opacity : 0;
	}
	.fu-txt02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt03 {
		opacity : 0;
	}
	.fu-txt03.active{
		opacity : 1;
		animation-name: fadein-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;
	}
	.fu-txt04 {
		opacity : 0;
	}
	.fu-txt04.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
	
	/*marker*/
	.marker01{
		display: block;
        background-image: linear-gradient(90deg, #a78330, #a78330);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
	}
	.marker01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	.marker02{
		display: block;
        background-image: linear-gradient(90deg, #ebdccf, #ebdccf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
		padding: 0 10px;
	}
	.marker02.active {
		animation-name: line-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in02 {
		0% {
		  background-size: 0% 100%;
		}
		100% {
		  background-size: 100% 100%;
		}
	}
	
	.line-ani01{
		width: 100%;
		display: block;
        background-image: linear-gradient(90deg, #231815, #231815);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
	}
	.line-ani01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 110px;
		right: 0px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 110px;
		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;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #a78330;
	}
	
	/*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: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm02 .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #a78330;
		border: 1px solid #a78330;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a78330;
	  color: #a78330;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4e789f;
		border: 1px solid #4e789f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #4e789f;
	  color: #4e789f;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4d5a55;
		border: 1px solid #4d5a55;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #4d5a55;
	  color: #4d5a55;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #1a2132;
		border: 1px solid #1a2132;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #1a2132;
	  color: #1a2132;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #eba6ab;
		border: 1px solid #eba6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #eba6ab;
	  color: #eba6ab;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #e0be44;
		border: 1px solid #e0be44;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #e0be44;
	  color: #e0be44;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #765145;
		border: 1px solid #765145;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #765145;
	  color: #765145;
	}
	
	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b48a63;
		border: 1px solid #b48a63;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn08 {
	  background: #fff;
	  border-color: #b48a63;
	  color: #b48a63;
	}
	
	.cart-btm02 .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b48a63;
		border: 1px solid #b48a63;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn08 {
	  background: #fff;
	  border-color: #b48a63;
	  color: #b48a63;
	}
	
	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02: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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -4px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.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: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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;
		  transform: translateY(20px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		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)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		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 icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		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-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		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-mvbg02 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-title{
		width: 60%;
		margin: 0 auto;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 21%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 8% auto;
	}
	.read-wrap{
		width: 100%;
		background: #faf6ed;
		padding: 3% 0;
		margin: 0 0 5% 0;
	}
	.read-in{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.read-in .data{
		width: 40%;
	}
	.read-in .img{
		width: 50%;
		overflow: hidden;
	}
	.read-in .data .title{
		width: max-content;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 1.8em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: relative;
		margin: 0 auto 10% auto;
	}
	.read-in .data .title .icon01{
		width: 20px;
		position: absolute;
		top: -40px;
		left: -40px;
	}
	.read-in .data .title .icon02{
		width: 20px;
		transform: scale(-1, -1);
		position: absolute;
		bottom: -40px;
		right: -40px;
	}
	.read-in .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.top-nav{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a .txt{
		width: 100%;
		margin: 5% auto 0 auto;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		opacity: 1;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		opacity: .8;
		transition: .3s;
		transform: scale(1.03);
	}
	
	/*door*/
	.door{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto 3% auto;
	}
	.doorm{
		margin: 10% auto 3% auto!important;
	}
	.door .num-box{
		width: max-content;
	}
	.door .num-box li:first-child{
		width: max-content;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.door .num-box li:first-child img{
		height: 14px;
	}
	.door .num-box li:last-child{
		width: max-content;
	}
	.door .num-box li:last-child img{
		height: 30px;
	}
	.door .txt-box{
		width: max-content;
		margin: 0 0 0 5%;
	}
	.door .txt-box li:first-child{
		width: max-content;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
	}
	.door .txt-box li:last-child{
		font-size: 35px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		line-height: 1.5em;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		margin: 2% 0 0 0;
	}
	.door .line .icon{
		display: block;
		width: 30px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -12px;
		background: #fff;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
	}
	.item-w .img{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.item-w .cou{
		width: 80%;
		font-size: 14px;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
	}
	.item-w .link-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .link-list li:nth-child(1){
		width: 30%;
	}
	.item-w .link-list li:nth-child(2){
		width: 26%;
	}
	.item-w .link-list li:nth-child(3){
		width: 26%;
	}
	.item-w .link-list02{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .link-list02 li:nth-child(1){
		width: 37%;
	}
	.item-w .link-list02 li:nth-child(2){
		width: 24%;
	}
	.item-w .link-list02 li:nth-child(3){
		width: 24%;
	}
	
	/*item*/
	.item-wrap{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 40%;
		padding: 5% 0 0 0;
	}
	.item .data .logo{
		width: 350px;
		margin: 0 0 10% 0;
	}
	.item .data .logo02{
		width: 350px;
		margin: 0 0 5% 0;
	}
	.item .data .logo03{
		width: 400px;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item .data .line{
		width: 420%;
		height: 1px;
		position: relative;
		left: 140%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
	}
	.item .data .line02{
		width: 420%;
		height: 1px;
		position: relative;
		right: 40%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .img .link-box{
		width: 80%;
		margin: 5% auto 0 auto;
	}
	.item02 .data{
		width: 45%;
		padding: 5% 0 0 0;
	}
	.item02 .data .logo{
		width: 350px;
		margin: 0 0 7% 0;
	}
	.item02 .data .title{
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	
	/*point*/
	.point{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.point .main-title{
		width: 20%;
		margin: 0 auto 3% auto;
	}
	.point .main-img{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.point .point-list{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point .point-list li{
		width: 250px;
		position: relative;
		top: 10%;
	}
	.point .point-list li:nth-child(2){
		width: 250px;
		position: absolute;
		top: 30%;
		right: 0;
	}
	.point .point-list li .line{
		width: 200px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		right: -200px;
		transform:rotate(25deg);
	}
	.point .point-list li:nth-child(2) .line{
		width: 250px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		left: -250px;
		transform:rotate(-25deg);
	}
	.point .point-list li .img{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.point .point-list li .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point .point-list li .icon img{
		height: 30px;
	}
	.point .point-list li .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point .point-list li .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	.point-list02{
		width: 60%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.point-list02 .img{
		width: 30%;
	}
	.point-list02 .data{
		width: 65%;
	}
	.point-list02 .data .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point-list02 .data .icon img{
		height: 30px;
	}
	.point-list02 .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point-list02 .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	/*o-item-wrap*/
	.o-item-wrap{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.o-item{
		width: 31%;
	}
	.o-item .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.o-item .link-box{
		width: 95%;
		margin: 0 auto;
	}
	
	/*sub-door*/
	.sub-door{
		width: 100%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.sub-door .logo{
		width: 120px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
	}
	.sub-door .txt-box{
		width: max-content;
		text-align: center;
		margin: 0 auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.sub-door .txt-box li:first-child{
		width: max-content;
		font-size: 20px;
		letter-spacing: 2px;
		margin: 0 auto 2% auto;
	}
	.sub-door .txt-box li:nth-child(2){
		width: max-content;
		font-size: 30px;
		letter-spacing: 3px;
		margin: 0 auto;
	}
	
	/*item-full*/
	.item-full{
		width: 100%;
		max-width: 2200px;
		margin: 0 auto 5% auto;
	}
	.item-full .img{
		width: 100%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.item-full .img02{
		width: 100%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.txt-list{
		width: max-content;
		position: absolute;
		top: 10%;
		left: 25%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
	}
	.txt-list li{
		font-size: 25px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.txt-list02{
		width: max-content;
		position: absolute;
		top: 10%;
		right: 5%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
	}
	.txt-list02 li{
		font-size: 25px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.item-full .data{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-full .data .logo{
		width: 45%;
	}
	.item-full .data .logo .logo-in{
		width: 350px;
	}
	.item-full .data .link-box{
		width: 50%;
	}
	
	.fu-txt01 {
		opacity : 0;
	}
	.fu-txt01.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt02 {
		opacity : 0;
	}
	.fu-txt02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt03 {
		opacity : 0;
	}
	.fu-txt03.active{
		opacity : 1;
		animation-name: fadein-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;
	}
	.fu-txt04 {
		opacity : 0;
	}
	.fu-txt04.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		max-width: 700px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
	
	/*marker*/
	.marker01{
		display: block;
        background-image: linear-gradient(90deg, #a78330, #a78330);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
	}
	.marker01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	.marker02{
		display: block;
        background-image: linear-gradient(90deg, #ebdccf, #ebdccf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
		padding: 0 10px;
	}
	.marker02.active {
		animation-name: line-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in02 {
		0% {
		  background-size: 0% 100%;
		}
		100% {
		  background-size: 100% 100%;
		}
	}
	
	.line-ani01{
		width: 100%;
		display: block;
        background-image: linear-gradient(90deg, #231815, #231815);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
	}
	.line-ani01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		right: 0px;
        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;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #a78330;
	}
	
	/*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: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm02 .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #a78330;
		border: 1px solid #a78330;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a78330;
	  color: #a78330;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4e789f;
		border: 1px solid #4e789f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #4e789f;
	  color: #4e789f;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4d5a55;
		border: 1px solid #4d5a55;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #4d5a55;
	  color: #4d5a55;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #1a2132;
		border: 1px solid #1a2132;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #1a2132;
	  color: #1a2132;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #eba6ab;
		border: 1px solid #eba6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #eba6ab;
	  color: #eba6ab;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #e0be44;
		border: 1px solid #e0be44;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #e0be44;
	  color: #e0be44;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #765145;
		border: 1px solid #765145;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #765145;
	  color: #765145;
	}
	
	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b48a63;
		border: 1px solid #b48a63;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn08 {
	  background: #fff;
	  border-color: #b48a63;
	  color: #b48a63;
	}
	
	.cart-btm02 .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b48a63;
		border: 1px solid #b48a63;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn08 {
	  background: #fff;
	  border-color: #b48a63;
	  color: #b48a63;
	}
	
	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02: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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -4px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.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: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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;
		  transform: translateY(20px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		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)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		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 icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		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-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		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-mvbg02 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
    
}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.mv-img li{
		width: 25%;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 2%;
		z-index: 10;
	}
	.mv-title{
		width: 80%;
		margin: 0 auto;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 25%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 8% auto;
	}
	.read-wrap{
		width: 100%;
		background: #faf6ed;
		padding: 3% 0;
		margin: 0 0 5% 0;
	}
	.read-in{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.read-in .data{
		width: 40%;
	}
	.read-in .img{
		width: 50%;
		overflow: hidden;
	}
	.read-in .data .title{
		width: max-content;
		font-size: 25px;
		letter-spacing: 4px;
		line-height: 1.8em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: relative;
		margin: 0 auto 10% auto;
	}
	.read-in .data .title .icon01{
		width: 20px;
		position: absolute;
		top: -40px;
		left: -40px;
	}
	.read-in .data .title .icon02{
		width: 20px;
		transform: scale(-1, -1);
		position: absolute;
		bottom: -40px;
		right: -40px;
	}
	.read-in .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.top-nav{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a .txt{
		width: 100%;
		margin: 5% auto 0 auto;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		opacity: 1;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		opacity: .8;
		transition: .3s;
		transform: scale(1.03);
	}
	
	/*door*/
	.door{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 auto 3% auto;
	}
	.doorm{
		margin: 10% auto 3% auto!important;
	}
	.door .num-box{
		width: max-content;
	}
	.door .num-box li:first-child{
		width: max-content;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.door .num-box li:first-child img{
		height: 14px;
	}
	.door .num-box li:last-child{
		width: max-content;
	}
	.door .num-box li:last-child img{
		height: 30px;
	}
	.door .txt-box{
		width: max-content;
		margin: 0 0 0 5%;
	}
	.door .txt-box li:first-child{
		width: max-content;
		font-size: 18px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		line-height: 1.8em;
		margin: 0 0 2% 0;
	}
	.door .txt-box li:last-child{
		font-size: 35px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 3px;
		line-height: 1.5em;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		margin: 2% 0 0 0;
	}
	.door .line .icon{
		display: block;
		width: 30px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -12px;
		background: #fff;
	}
	
	/*item-w*/
	.item-w{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.item-w .img{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.item-w .cou{
		width: 80%;
		font-size: 14px;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
	}
	.item-w .link-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .link-list li:nth-child(1){
		width: 30%;
	}
	.item-w .link-list li:nth-child(2){
		width: 26%;
	}
	.item-w .link-list li:nth-child(3){
		width: 26%;
	}
	.item-w .link-list02{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .link-list02 li:nth-child(1){
		width: 37%;
	}
	.item-w .link-list02 li:nth-child(2){
		width: 24%;
	}
	.item-w .link-list02 li:nth-child(3){
		width: 24%;
	}
	
	/*item*/
	.item-wrap{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 55%;
		overflow: hidden;
	}
	.item .data{
		width: 40%;
		padding: 5% 0 0 0;
	}
	.item .data .logo{
		width: 300px;
		margin: 0 0 10% 0;
	}
	.item .data .logo02{
		width: 300px;
		margin: 0 0 5% 0;
	}
	.item .data .logo03{
		width: 400px;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	.item .data .line{
		width: 420%;
		height: 1px;
		position: relative;
		left: 140%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
	}
	.item .data .line02{
		width: 420%;
		height: 1px;
		position: relative;
		right: 40%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
	}
	
	/*item02*/
	.item02{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .img .link-box{
		width: 90%;
		margin: 5% auto 0 auto;
	}
	.item02 .data{
		width: 45%;
		padding: 5% 0 0 0;
	}
	.item02 .data .logo{
		width: 300px;
		margin: 0 0 7% 0;
	}
	.item02 .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}
	
	/*point*/
	.point{
		width: 90%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.point .main-title{
		width: 20%;
		margin: 0 auto 3% auto;
	}
	.point .main-img{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.point .point-list{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point .point-list li{
		width: 250px;
		position: relative;
		top: 10%;
	}
	.point .point-list li:nth-child(2){
		width: 250px;
		position: absolute;
		top: 30%;
		right: 0;
	}
	.point .point-list li .line{
		width: 200px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		right: -200px;
		transform:rotate(25deg);
	}
	.point .point-list li:nth-child(2) .line{
		width: 250px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		left: -250px;
		transform:rotate(-25deg);
	}
	.point .point-list li .img{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.point .point-list li .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point .point-list li .icon img{
		height: 30px;
	}
	.point .point-list li .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point .point-list li .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	.point-list02{
		width: 60%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.point-list02 .img{
		width: 30%;
	}
	.point-list02 .data{
		width: 65%;
	}
	.point-list02 .data .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point-list02 .data .icon img{
		height: 30px;
	}
	.point-list02 .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point-list02 .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	/*o-item-wrap*/
	.o-item-wrap{
		width: 95%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.o-item{
		width: 32%;
	}
	.o-item .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.o-item .link-box{
		width: 95%;
		margin: 0 auto;
	}
	
	/*sub-door*/
	.sub-door{
		width: 90%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.sub-door .logo{
		width: 120px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
	}
	.sub-door .txt-box{
		width: max-content;
		text-align: center;
		margin: 0 auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.sub-door .txt-box li:first-child{
		width: max-content;
		font-size: 18px;
		letter-spacing: 2px;
		margin: 0 auto 2% auto;
	}
	.sub-door .txt-box li:nth-child(2){
		width: max-content;
		font-size: 25px;
		letter-spacing: 3px;
		margin: 0 auto;
	}
	
	/*item-full*/
	.item-full{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-full .img{
		width: 100%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.item-full .img02{
		width: 90%;
		position: relative;
		margin: 0 auto 2% auto;
	}
	.txt-list{
		width: max-content;
		position: absolute;
		top: 10%;
		left: 25%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
	}
	.txt-list li{
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.txt-list02{
		width: max-content;
		position: absolute;
		top: 10%;
		right: 5%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
	}
	.txt-list02 li{
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.item-full .data{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.item-full .data .logo{
		width: 45%;
	}
	.item-full .data .logo .logo-in{
		width: 300px;
	}
	.item-full .data .link-box{
		width: 50%;
	}
	
	.fu-txt01 {
		opacity : 0;
	}
	.fu-txt01.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt02 {
		opacity : 0;
	}
	.fu-txt02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt03 {
		opacity : 0;
	}
	.fu-txt03.active{
		opacity : 1;
		animation-name: fadein-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;
	}
	.fu-txt04 {
		opacity : 0;
	}
	.fu-txt04.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	/*pro*/
	.pro{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.pro .data{
		width: 70%;
	}
	.pro .data .txt{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		text-align: right;
	}
	.pro .img{
		width: 25%;
	}
	
	
	/*marker*/
	.marker01{
		display: block;
        background-image: linear-gradient(90deg, #a78330, #a78330);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
	}
	.marker01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	.marker02{
		display: block;
        background-image: linear-gradient(90deg, #ebdccf, #ebdccf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
		padding: 0 10px;
	}
	.marker02.active {
		animation-name: line-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in02 {
		0% {
		  background-size: 0% 100%;
		}
		100% {
		  background-size: 100% 100%;
		}
	}
	
	.line-ani01{
		width: 100%;
		display: block;
        background-image: linear-gradient(90deg, #231815, #231815);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
	}
	.line-ani01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #a78330;
	}
	
	/*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: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
	}
	.cart-title{
		font-size: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm02 .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #a78330;
		border: 1px solid #a78330;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a78330;
	  color: #a78330;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4e789f;
		border: 1px solid #4e789f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #4e789f;
	  color: #4e789f;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4d5a55;
		border: 1px solid #4d5a55;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #4d5a55;
	  color: #4d5a55;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #1a2132;
		border: 1px solid #1a2132;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #1a2132;
	  color: #1a2132;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #eba6ab;
		border: 1px solid #eba6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #eba6ab;
	  color: #eba6ab;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #e0be44;
		border: 1px solid #e0be44;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #e0be44;
	  color: #e0be44;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #765145;
		border: 1px solid #765145;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #765145;
	  color: #765145;
	}
	
	.cart-btm .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b48a63;
		border: 1px solid #b48a63;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn08 {
	  background: #fff;
	  border-color: #b48a63;
	  color: #b48a63;
	}
	
	.cart-btm02 .btn08{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #b48a63;
		border: 1px solid #b48a63;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn08 {
	  background: #fff;
	  border-color: #b48a63;
	  color: #b48a63;
	}
	
	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02: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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -4px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.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: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		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;
		  transform: translateY(20px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		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)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		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 icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		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-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		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-mvbg02 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 0;
	}
	.mv-s{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.mv-logo{
		width: 16%;
		margin: 0 auto;
	}
	.mv-title{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 25%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 0;
	  left: -25px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #fff;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}
	
	
	/*read*/
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read-wrap{
		width: 100%;
		background: #faf6ed;
		padding: 10% 0 7% 0;
		margin: 0 0 7% 0;
	}
	.read-in{
		width: 90%;
		margin: 0 auto;
	}
	.read-in .data{
		width: 100%;
	}
	.read-in .data .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.read-in .data .title{
		width: max-content;
		font-size: 20px;
		letter-spacing: 4px;
		line-height: 1.5em;
		text-align: center;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: relative;
		margin: 0 auto 7% auto;
	}
	.read-in .data .title .icon01{
		width: 12px;
		position: absolute;
		top: -20px;
		left: -30px;
	}
	.read-in .data .title .icon02{
		width: 12px;
		transform: scale(-1, -1);
		position: absolute;
		bottom: -20px;
		right: -30px;
	}
	.read-in .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.top-nav{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.top-nav li{
		width: 30%;
	}
	.top-nav li a .txt{
		width: 100%;
		margin: 5% auto 0 auto;
	}
	.top-nav li a .img{
		width: 100%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		display: block;
		opacity: 1;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		opacity: .8;
		transition: .3s;
		transform: scale(1.03);
	}
	
	/*door*/
	.door{
		width: 100%;
		margin: 0 auto 8% auto;
	}
	.door .num-box{
		width: max-content;
		margin: 0 auto 5% auto;
	}
	.door .num-box li:first-child{
		width: max-content;
		margin: 0 auto 20px auto;
		padding: 0;
		position: relative;
		left: -30px;
	}
	.door .num-box li:first-child img{
		height: 13px;
	}
	.door .num-box li:last-child{
		width: max-content;
	}
	.door .num-box li:last-child img{
		height: 30px;
		position: relative;
		left: -12px;
	}
	.door .txt-box{
		width: max-content;
		margin: 0 auto;
	}
	.door .txt-box li:first-child{
		width: max-content;
		font-size: 14px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 1.8em;
		margin: 0 auto 2% auto;
	}
	.door .txt-box li:last-child{
		font-size: 21px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		letter-spacing: 2px;
		line-height: 1.5em;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.door .line{
		width: 100%;
		height: 1px;
		background: #000;
		position: relative;
		margin: 2% 0 0 0;
	}
	.door .line .icon{
		display: block;
		width: 20px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -15px;
		background: #fff;
	}
	
	/*item-w*/
	.item-w{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-w .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.item-w .cou{
		width: 90%;
		font-size: 14px;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
	}
	.item-w .link-list{
		width: 90%;
		border-bottom: 1px solid #eee;
		margin: 0 auto 5% auto;
		padding: 0 0 5% 0;
	}
	.item-w .link-list li:nth-child(1){
		width: 100%;
	}
	.item-w .link-list li:nth-child(2){
		width: 100%;
	}
	.item-w .link-list li:nth-child(3){
		width: 100%;
	}
	.item-w .link-list02{
		width: 90%;
		border-bottom: 1px solid #eee;
		margin: 0 auto 5% auto;
		padding: 0 0 5% 0;
	}
	.item-w .link-list02 li:nth-child(1){
		width: 100%;
	}
	.item-w .link-list02 li:nth-child(2){
		width: 100%;
	}
	.item-w .link-list02 li:nth-child(3){
		width: 100%;
	}
	
	/*item*/
	.item-wrap{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 15% 0;
	}
	.item{
		width: 100%;
		margin: 0 auto;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item .data{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .logo{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item .data .logo02{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item .data .logo03{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item .data .line{
		width: 420%;
		height: 1px;
		position: relative;
		left: 140%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
		display: none;
	}
	.item .data .line02{
		width: 420%;
		height: 1px;
		position: relative;
		right: 40%;
		transform: translate(-50%, -50%);
		margin: 0 0 5% 0;
		display: none;
	}
	
	/*item02*/
	.item02{
		width: 100%;
		margin: 0 auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .img .link-box{
		width: 90%;
		margin: 5% auto 0 auto;
	}
	.item02 .data{
		width: 90%;
		margin: 0 auto;
	}
	.item02 .data .logo{
		width: 300px;
		margin: 5% 0 5% 0;
	}
	.item02 .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	
	/*point*/
	.point{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.point .main-title{
		width: 50%;
		margin: 0 auto 3% auto;
	}
	.point .main-img{
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.point-link-list{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point-link-list li:nth-child(1) {
		position: absolute;
		top: 11%;
    	left: 54%;
	}
	.point-link-list li:nth-child(2) {
		position: absolute;
		top: 27%;
    	left: 47%;
	}
	.point-link-list li:nth-child(3) {
		position: absolute;
		top: 55%;
		right: 40%;
	}
	.point-link-list li {
	  display: block;
	  position: relative;
	  width: 10px;
	  height: 10px;
	  background-color: #fff;
	  border-radius: 50%;
	  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
	  cursor: pointer;
	}
	.point-link-list li.-active {
	  background-color: #fff;
	}
	.point-link-list li.-active a{
		width: 30px;
		height: 30px;
		display: block;
		position: relative;
		z-index: 99;
		top: -10px;
		left: -10px;
	}
	.point-link-list li:after {
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 100%;
	  height: 100%;
	  border-radius: 50%;
	  transition: opacity linear 0.4s;
	  content: '';
	}
	.point-link-list li.-active:after {
	  animation: pulseMotion 1.4s linear infinite;
	}
	@keyframes pulseMotion {
	  0% {
		transform: translate(-50%, -50%) scale(1, 1);
		background-color: rgba(255, 255, 255, 0.7)
	  }
	  100% {
		transform: translate(-50%, -50%) scale(3.5, 3.5);
		background-color: rgba(255, 255, 255, 0)
	  }
	}
	
	.point .point-list{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.point .point-list li{
		width: 250px;
		position: relative;
		top: 10%;
	}
	.point .point-list li:nth-child(2){
		width: 250px;
		position: absolute;
		top: 30%;
		right: 0;
	}
	.point .point-list li .line{
		width: 200px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		right: -200px;
		transform:rotate(25deg);
	}
	.point .point-list li:nth-child(2) .line{
		width: 250px;
		height: 1px;
		border-bottom: 1px dotted #4d5a55;
		position: absolute;
		top: 35%;
		left: -250px;
		transform:rotate(-25deg);
	}
	.point .point-list li .img{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.point .point-list li .icon{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 0 5% 0;
		padding: 0 0 5% 0;
	}
	.point .point-list li .icon img{
		height: 30px;
	}
	.point .point-list li .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point .point-list li .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	.point-list02{
		width: 90%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #eee;
		padding: 0 0 5% 0;
		margin: 0 auto 5% auto;
	}
	.point-list02 .img{
		width: 25%;
	}
	.point-list02 .data{
		width: 70%;
	}
	.point-list02 .data .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.point-list02 .data .icon img{
		height: 20px;
	}
	.point-list02 .data .title{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 3% 0;
	}
	.point-list02 .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
	}
	
	/*o-item-wrap*/
	.o-item-wrap{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.img-s{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.link-box-s{
		width: 90%;
		margin: 0 auto;
	}
	/*矢印*/
	.slick-arrow {
	  display: block;
	  margin: auto;
	  padding: 0;
	  width: 30px;
	  height: 30px;
	  color: transparent;
	  z-index: 1;
	  transition: opacity 0.5s;
	}
	.slick-arrow:hover {
	  opacity: 0.7;
	}
	.slick-next::before,
	.slick-next::after,
	.slick-prev::before,
	.slick-prev::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  content: "";
	  vertical-align: middle;
	}
	.slick-next::after,
	.slick-prev::after {
	  width: 30px;
	  height: 30px;
	  border-top: 1px solid #000;
	  border-right: 1px solid #000;
	  background: url("../img/next.svg") no-repeat;
	}
	.slick-next {
	  right: 0px;
	}
	.slick-next::after {
	  right: 0px;
	  transform: rotate(0deg);
	}
	.slick-prev {
	  left: 0px;
	}
	.slick-prev::after {
	  left: 0px;
	  transform: rotate(-180deg);
	}
	
	/*sub-door*/
	.sub-door{
		width: 90%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.sub-door .logo{
		width: 80px;
		margin: 0 auto 5% auto;
	}
	.sub-door .txt-box{
		width: max-content;
		text-align: center;
		margin: 0 auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.sub-door .txt-box li:first-child{
		width: max-content;
		font-size: 16px;
		letter-spacing: 2px;
		margin: 0 auto 4% auto;
	}
	.sub-door .txt-box li:nth-child(2){
		width: max-content;
		font-size: 22px;
		letter-spacing: 2px;
		margin: 0 auto 3% auto;
	}
	.sub-door .txt-box li:nth-child(3){
		width: max-content;
		font-size: 22px;
		letter-spacing: 2px;
		margin: 0 auto;
	}
	
	/*item-full*/
	.item-full{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-full .img{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-full .img02{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.txt-list{
		width: max-content;
		position: absolute;
		top: 10%;
		left: 25%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		color: #fff;
	}
	.txt-list li{
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.txt-list02{
		width: max-content;
		position: absolute;
		top: 10%;
		right: 5%;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		color: #fff;
	}
	.txt-list02 li{
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 3em;
	}
	.item-full .data{
		width: 90%;
		margin: 0 auto;
	}
	.item-full .data .logo{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-full .data .logo .logo-in{
		width: 100%;
	}
	.item-full .data .title{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.item-full .data .link-box{
		width: 100%;
	}
	
	.fu-txt01 {
		opacity : 0;
	}
	.fu-txt01.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt02 {
		opacity : 0;
	}
	.fu-txt02.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fu-txt03 {
		opacity : 0;
	}
	.fu-txt03.active{
		opacity : 1;
		animation-name: fadein-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;
	}
	.fu-txt04 {
		opacity : 0;
	}
	.fu-txt04.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	/*pro*/
	.pro{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
		padding: 5% 0;
	}
	.pro .img{
		width: 40%;
	}
	.pro .data{
		width: 55%;
	}
	.pro .data .txt{
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		margin: 0 0 3% 0;
	}
	.pro .data .name{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: justify;
		text-align: right;
	}
	.pro .data .name span{
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 2em;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		margin: 0 10px 0 0;
		position: relative;
		top: -2px;
	}
	
	
	/*marker*/
	.marker01{
		display: block;
        background-image: linear-gradient(90deg, #a78330, #a78330);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 2px;
	}
	.marker01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	.marker02{
		display: block;
        background-image: linear-gradient(90deg, #ebdccf, #ebdccf);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 100%;
		padding: 0 10px;
	}
	.marker02.active {
		animation-name: line-in02;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in02 {
		0% {
		  background-size: 0% 100%;
		}
		100% {
		  background-size: 100% 100%;
		}
	}
	
	.line-ani01{
		width: 100%;
		display: block;
        background-image: linear-gradient(90deg, #231815, #231815);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
	}
	.line-ani01.active {
		animation-name: line-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
        transition: all 0.8s ease;
	}
	@keyframes line-in {
		0% {
		  background-size: 0% 1px;
		}
		100% {
		  background-size: 100% 1px;
		}
	}
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
	
	/*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: 2em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		color: #a78330;
	}
	
	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #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: 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 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: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	#pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 35px;
		display: block;
		z-index: 10;
	}
	
	/*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-btm02{
		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: 14px;
        letter-spacing: 1px;
        width: 70%;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
		font-family: "Noto Sans JP", sans-serif !important;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		line-height: 1.9;
    	letter-spacing: 0;
        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: 10px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
		position: relative;
		z-index: 5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm02 .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn00 {
	  background: #000;
	  border-color: #000;
	  color: #fff;
	}
	
	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #a78330;
		border: 1px solid #a78330;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #a78330;
	  color: #a78330;
	}
	
	.cart-btm02 .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #000;
		border: 1px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm02:hover .btn01 {
	  background: #fff;
	  border-color: #000;
	  color: #000;
	}
	
	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4e789f;
		border: 1px solid #4e789f;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #4e789f;
	  color: #4e789f;
	}
	
	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #4d5a55;
		border: 1px solid #4d5a55;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #4d5a55;
	  color: #4d5a55;
	}
	
	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #1a2132;
		border: 1px solid #1a2132;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #1a2132;
	  color: #1a2132;
	}
	
	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #eba6ab;
		border: 1px solid #eba6ab;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #eba6ab;
	  color: #eba6ab;
	}
	
	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #e0be44;
		border: 1px solid #e0be44;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #e0be44;
	  color: #e0be44;
	}
	
	.cart-btm .btn07{
		font-size: 11px;
		line-height: 1.5em;
		width: 150px!important;
		padding: 7px 0 7px 0;
		background: #765145;
		border: 1px solid #765145;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn07 {
	  background: #fff;
	  border-color: #765145;
	  color: #765145;
	}
	
	.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);
	}
	.cart-btm02: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;
	}
	.cart-btm02: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: -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;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -2px;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: -2px;
    }
	
	
	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in0;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in0 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		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)
		}
	}
	
	.icon-ani01 {
		opacity : 0;
	}
	.icon-ani01.active{
		opacity : 1;
		animation-name: icon-ani01;
		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 icon-ani01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}
	
	.icon-ani02 {
		opacity : 0;
	}
	.icon-ani02.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.icon-ani03 {
		opacity : 0;
	}
	.icon-ani03.active{
		opacity : 1;
		animation-name: icon-ani02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes icon-ani02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}
	
	
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}
	
	.gbc01{
		background: #fff;
	}
	.gbc-mv{
		background: #fff;
		background-size: 200% 200%;
		animation: bggradient 3s linear infinite;
	}
	
	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		
	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(100%);
		}
	}
	
	.mvbg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg01;
		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-mvbg01 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(-100%);
		}
		100% {
		  transform : translateX(-100%);
		}
	}
	.mvbg02 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 9999;
	}
	.mvbg02.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-mvbg02;
		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-mvbg02 {
		0% {
		  transform : translateX(0%);
		}
		60% {
		  transform : translateX(100%);
		}
		100% {
		  transform : translateX(100%);
		}
	}
	.display {
		opacity : 1;
		transform : translateX(-100%);
		transition : all 0.5s;
	}
	.display.active{
		opacity : 1;
		transform : translateX(0%);
	}
	
	
	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		background: rgba(255,255,255,0.8);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		text-align: center;
		font-size: 0;
		border-top: 1px solid #000;
	}
	.foot_fix_btn ul li {
		width: 33.33%;
		box-sizing: border-box;
		padding: 5px 0 5px 0;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 33.33%;
		box-sizing: border-box;
		padding: 5px 0 5px 0;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	
}
