body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.b-c{
	color: #000 !important;
}


/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}

	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo {
        width: 10%;
        position: absolute;
        right: 2%;
        top: 3%;
        z-index: 10;
    }
	.mv-title-box{
		width: 35%;
        position: absolute;
        top: 12%;
        left: 2%;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 0 2% 0;
	}
	.mv-title-box .mv-title01 li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.mv-title-box .mv-title01 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title01 li:nth-child(2){
		width: 44%;
		position: relative;
	}
	.mv-title-box .mv-title02{
		width: 100%;
	}
	.mv-title-box .mv-title03{
		width: 31%;
        position: absolute;
        top: -8%;
        left: 31%;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(3){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-sub{
		width: 30%;
        position: absolute;
        top: 11%;
        right: 6%;
	}
	.mv-sub .on{
		width: 10%;
        position: absolute;
        top: 2%;
        left: 22%;
	}

	/* read */
	.read{
		width: 100%;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #dd9ea0;
	}
	.bg._03 {
		background: #fff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item01 */
	.item01{
		width: 45%;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.item01 .img .t-txt01{
		width: 12%;
        position: absolute;
        top: 10%;
        left: 10%;
	}
	.item01 .img .t-txt02{
		width: 18%;
        position: absolute;
        top: 5%;
        right: 7%;
	}
	.item01 .img .t-txt03{
		width: 10%;
        position: absolute;
        top: 5%;
        left: 6%;
	}
	.item01 .img .t-txt04{
		width: 11%;
        position: absolute;
        top: 5%;
        right: 7%;
	}
	.item01 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}
	.item01 .data02{
		width: 70%;
		margin: 5% auto 0 auto;
		display: flex;
		column-gap: 10%;
	}
	.item01 .data02 div{
		width: 100%;
	}

	/* item02 */
	.item02{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 60%;
		overflow: hidden;
	}
	.item02 .data{
		width: 40%;
		box-sizing: border-box;
		padding: 0 10%;
		overflow: hidden;
	}
	.item02 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		line-height: 2.2em;
		letter-spacing: 5px;
		margin: 0 0 20% 0;
	}

	/* item03 */
	.item03{
		width: 70%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item03 .img{
		width: 55%;
		overflow: hidden;
	}
	.item03 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 10%;
	}
	.item03 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		margin: 0 0 20% 0;
	}
	.item03 .data .link-box{
		width: 100%;
	}

	/* item04 */
	.item04{
		width: 70%;
		display: flex;
		column-gap: 5%;
		margin: 0 auto 10% auto;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
	}

	/* item05 */
	.item05{
		width: 100%;
		margin: 0 0 10% 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item05 .img{
		width: 50%;
		overflow: hidden;
	}
	.item05 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 10% 0 20%;
	}
	.item05 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		color: #fff;
		margin: 0 0 20% 0;
	}
	.item05 .data .link-box{
		width: 100%;
	}

	/* item06 */
	.item06{
		width: 45%;
		margin: 0 auto 10% auto;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item06 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}

	/* item-w */
	.item-w{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
		display: flex;
		column-gap: 5%;
		margin: 0 0 5% 0;
	}
	.item-w .img div{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .data .data01{
		width: 40%;
	}
	.item-w .data .data02{
		width: 45%;
	}

	/* item-f */
	.item-f{
		width: 80%;
		margin: 0 auto 15% auto;
	}
	.item-f .title{
		width: 30%;
		margin: 0 auto 3% auto;
	}
	.item-f .itme-f-list{
		width: 100%;
		display: flex;
		column-gap: 3%;
	}
	.item-f-box{
		width: 100%;
	}
	.item-f-box .img{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-f-box .data{
		width: 80%;
		margin: 0 auto;
	}

	/* txt-box */
	.txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.txt-box .icon{
		width: 10%;
		position: absolute;
		top: 0;
		left: 15%;
	}
	.txt-box .txt-box-list{
		width: 40%;
		position: relative;
		margin: 0 auto;
	}
	.txt-box .txt-box-list li{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.txt-box .txt-box-list li:last-child{
		width: 100%;
		position: relative;
		margin: 0 0 0% 0;
	}
	.txt-box .txt-box-list .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	/* item-end */
	.item-end{
		width: 40%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-end .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-end .data{
		width: 40%;
		position: absolute;
		bottom: 10%;
		right: -50%;
	}

	/* top-logo */
	.top-logo{
		width: 10%;
		margin: 0 auto 5% auto;
	}
	.sl-box{
		width: 100%;
	}
	.sl-box .title{
		width: 10%;
		margin: 0 auto 2% auto;
	}
	.door-s{
		width: 100%;
	}
	.door-s div{
		box-sizing: border-box;
		padding: 0 3px;
	}

	/* staff */
	.staff{
		width: 30%;
		margin: 0 auto 10% auto;
	}
	.staff .title{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 60%;
		margin: 0 auto;
	}

	/* m */
	.m5{
		margin: 0 0 10% 0 !important;
	}
	.p10{
		padding: 20% 0 0 0;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		left: 5px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}


	/*f-box-list*/
	.f-box-title{
		width: 10%;
		margin: 0 auto 3% auto;
		line-height: 0;
	}
	.f-box-list{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 7% auto;
	}
	.f-box-list li{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
	}
	.f-box-list li:last-child{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 20px;
	}
	
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        margin: 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
		display: block;
	}
	.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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 21px;
        letter-spacing: 1px;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
        white-space: nowrap;
		margin: 0 0 5px 0;
	}
	.cart-title02{
        width: max-content;
		font-size: 18px;
        letter-spacing: 1px;
        position: absolute;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 14px;
		color: #707D72;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 0 0 0 20px;
	}
	.cart-title .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #000;
	}
    .cart-title02 span{
		font-size: 14px;
		line-height: 0;
		color: #fff;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 10px 0 0 0;
	}
	.cart-title02 .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #fff;
	}
    .cart-yen{
		font-size: 17px;
		letter-spacing: 1px;
        width: max-content;
        display: flex;
        align-items: center;
        white-space: nowrap;
		box-sizing: border-box;
	}
    .cart-yen02{
		font-size: 17px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	.cart-yen02 span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	.link-sp{
		width: 100%;
		height: 1px;
		margin: 0 0 5% 0;
	}
	
	.cart-btm .btn01{
		font-size: 16px;
		width: 80px;
		padding: 5px 0 5px 0;
		background: #cd9975;
		border: 1px solid #cd9975;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cd9975;
		color: #cd9975;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 16px;
		width: 80px;
		padding: 5px 0 5px 0;
		background: #f4957c;
		border: 1px solid #f4957c;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #f4957c;
		color: #f4957c;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 16px;
		width: 80px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #dd9ea0;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn03 {
		background: #dd9ea0;
		border-color: #fff;
		color: #fff;
		transition: .3s;
	}
	
	.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;
	}

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop {
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

/*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;
		overflow: hidden;
	}
	.mv-logo {
        width: 10%;
        position: absolute;
        right: 2%;
        top: 3%;
        z-index: 10;
    }
	.mv-title-box{
		width: 35%;
        position: absolute;
        top: 12%;
        left: 2%;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 0 2% 0;
	}
	.mv-title-box .mv-title01 li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.mv-title-box .mv-title01 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title01 li:nth-child(2){
		width: 44%;
		position: relative;
	}
	.mv-title-box .mv-title02{
		width: 100%;
	}
	.mv-title-box .mv-title03{
		width: 31%;
        position: absolute;
        top: -8%;
        left: 31%;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(3){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-sub{
		width: 30%;
        position: absolute;
        top: 11%;
        right: 6%;
	}
	.mv-sub .on{
		width: 10%;
        position: absolute;
        top: 2%;
        left: 22%;
	}

	/* read */
	.read{
		width: 100%;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #dd9ea0;
	}
	.bg._03 {
		background: #fff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item01 */
	.item01{
		width: 45%;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.item01 .img .t-txt01{
		width: 11%;
        position: absolute;
        top: 10%;
        left: 10%;
	}
	.item01 .img .t-txt02{
		width: 18%;
        position: absolute;
        top: 5%;
        right: 7%;
	}
	.item01 .img .t-txt03{
		width: 10%;
        position: absolute;
        top: 5%;
        left: 6%;
	}
	.item01 .img .t-txt04{
		width: 11%;
        position: absolute;
        top: 5%;
        right: 7%;
	}
	.item01 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}
	.item01 .data02{
		width: 70%;
		margin: 5% auto 0 auto;
		display: flex;
		column-gap: 10%;
	}
	.item01 .data02 div{
		width: 100%;
	}

	/* item02 */
	.item02{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 60%;
		overflow: hidden;
	}
	.item02 .data{
		width: 40%;
		box-sizing: border-box;
		padding: 0 10%;
		overflow: hidden;
	}
	.item02 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		line-height: 2.2em;
		letter-spacing: 5px;
		margin: 0 0 20% 0;
	}

	/* item03 */
	.item03{
		width: 70%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item03 .img{
		width: 55%;
		overflow: hidden;
	}
	.item03 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 10%;
	}
	.item03 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		margin: 0 0 20% 0;
	}
	.item03 .data .link-box{
		width: 100%;
	}

	/* item04 */
	.item04{
		width: 70%;
		display: flex;
		column-gap: 5%;
		margin: 0 auto 10% auto;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
	}

	/* item05 */
	.item05{
		width: 100%;
		margin: 0 0 10% 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item05 .img{
		width: 50%;
		overflow: hidden;
	}
	.item05 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 10% 0 20%;
	}
	.item05 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		color: #fff;
		margin: 0 0 20% 0;
	}
	.item05 .data .link-box{
		width: 100%;
	}

	/* item06 */
	.item06{
		width: 45%;
		margin: 0 auto 10% auto;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item06 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}

	/* item-w */
	.item-w{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
		display: flex;
		column-gap: 5%;
		margin: 0 0 5% 0;
	}
	.item-w .img div{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data{
		width: 55%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .data .data01{
		width: 40%;
	}
	.item-w .data .data02{
		width: 45%;
	}

	/* item-f */
	.item-f{
		width: 80%;
		margin: 0 auto 15% auto;
	}
	.item-f .title{
		width: 30%;
		margin: 0 auto 3% auto;
	}
	.item-f .itme-f-list{
		width: 100%;
		display: flex;
		column-gap: 3%;
	}
	.item-f-box{
		width: 100%;
	}
	.item-f-box .img{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-f-box .data{
		width: 80%;
		margin: 0 auto;
	}

	/* txt-box */
	.txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.txt-box .icon{
		width: 10%;
		position: absolute;
		top: 0;
		left: 15%;
		-webkit-perspective: 500px;
		perspective: 500px;
	}
	.txt-box .txt-box-list{
		width: 40%;
		position: relative;
		margin: 0 auto;
	}
	.txt-box .txt-box-list li{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.txt-box .txt-box-list li:last-child{
		width: 100%;
		position: relative;
		margin: 0 0 0% 0;
	}
	.txt-box .txt-box-list .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	/* item-end */
	.item-end{
		width: 40%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-end .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-end .data{
		width: 40%;
		position: absolute;
		bottom: 10%;
		right: -50%;
	}

	/* top-logo */
	.top-logo{
		width: 10%;
		margin: 0 auto 5% auto;
	}
	.sl-box{
		width: 100%;
	}
	.sl-box .title{
		width: 10%;
		margin: 0 auto 2% auto;
	}
	.door-s{
		width: 100%;
	}
	.door-s div{
		box-sizing: border-box;
		padding: 0 3px;
	}

	/* staff */
	.staff{
		width: 30%;
		margin: 0 auto 10% auto;
	}
	.staff .title{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 60%;
		margin: 0 auto;
	}

	/* m */
	.m5{
		margin: 0 0 10% 0 !important;
	}
	.p10{
		padding: 20% 0 0 0;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 100px;
		left: 5px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}


	/*f-box-list*/
	.f-box-title{
		width: 10%;
		margin: 0 auto 3% auto;
		line-height: 0;
	}
	.f-box-list{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 7% auto;
	}
	.f-box-list li{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
	}
	.f-box-list li:last-child{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 20px;
	}
	
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        margin: 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
		display: block;
	}
	.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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 21px;
        letter-spacing: 1px;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
        white-space: nowrap;
		margin: 0 0 5px 0;
	}
	.cart-title02{
        width: max-content;
		font-size: 18px;
        letter-spacing: 1px;
        position: absolute;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 14px;
		color: #707D72;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 0 0 0 20px;
	}
	.cart-title .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #000;
	}
    .cart-title02 span{
		font-size: 14px;
		line-height: 0;
		color: #fff;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 10px 0 0 0;
	}
	.cart-title02 .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #fff;
	}
    .cart-yen{
		font-size: 17px;
		letter-spacing: 1px;
        width: max-content;
        display: flex;
        align-items: center;
        white-space: nowrap;
		box-sizing: border-box;
	}
    .cart-yen02{
		font-size: 17px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	.cart-yen02 span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	.link-sp{
		width: 100%;
		height: 1px;
		margin: 0 0 5% 0;
	}
	
	.cart-btm .btn01{
		font-size: 16px;
		width: 80px;
		padding: 5px 0 5px 0;
		background: #cd9975;
		border: 1px solid #cd9975;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cd9975;
		color: #cd9975;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 16px;
		width: 80px;
		padding: 5px 0 5px 0;
		background: #f4957c;
		border: 1px solid #f4957c;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #f4957c;
		color: #f4957c;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 16px;
		width: 80px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #dd9ea0;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn03 {
		background: #dd9ea0;
		border-color: #fff;
		color: #fff;
		transition: .3s;
	}
	
	.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;
	}

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop {
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*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;
		overflow: hidden;
	}
	.mv-logo {
        width: 10%;
        position: absolute;
        right: 2%;
        top: 3%;
        z-index: 10;
    }
	.mv-title-box{
		width: 35%;
        position: absolute;
        top: 12%;
        left: 2%;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 0 2% 0;
	}
	.mv-title-box .mv-title01 li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.mv-title-box .mv-title01 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title01 li:nth-child(2){
		width: 44%;
		position: relative;
	}
	.mv-title-box .mv-title02{
		width: 100%;
	}
	.mv-title-box .mv-title03{
		width: 31%;
        position: absolute;
        top: -8%;
        left: 31%;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(3){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-sub{
		width: 30%;
        position: absolute;
        top: 11%;
        right: 6%;
	}
	.mv-sub .on{
		width: 10%;
        position: absolute;
        top: 2%;
        left: 22%;
	}

	/* read */
	.read{
		width: 100%;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #dd9ea0;
	}
	.bg._03 {
		background: #fff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item01 */
	.item01{
		width: 45%;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.item01 .img .t-txt01{
		width: 12%;
        position: absolute;
        top: 10%;
        left: 10%;
	}
	.item01 .img .t-txt02{
		width: 18%;
        position: absolute;
        top: 5%;
        right: 7%;
	}
	.item01 .img .t-txt03{
		width: 10%;
        position: absolute;
        top: 5%;
        left: 6%;
	}
	.item01 .img .t-txt04{
		width: 11%;
        position: absolute;
        top: 5%;
        right: 7%;
	}
	.item01 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}
	.item01 .data02{
		width: 90%;
		margin: 5% auto 0 auto;
		display: flex;
		column-gap: 10%;
	}
	.item01 .data02 div{
		width: 100%;
	}

	/* item02 */
	.item02{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 60%;
		overflow: hidden;
	}
	.item02 .data{
		width: 40%;
		box-sizing: border-box;
		padding: 0 8%;
		overflow: hidden;
	}
	.item02 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		margin: 0 0 20% 0;
	}

	/* item03 */
	.item03{
		width: 70%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item03 .img{
		width: 55%;
		overflow: hidden;
	}
	.item03 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 8%;
	}
	.item03 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		margin: 0 0 20% 0;
	}
	.item03 .data .link-box{
		width: 100%;
	}

	/* item04 */
	.item04{
		width: 70%;
		display: flex;
		column-gap: 5%;
		margin: 0 auto 10% auto;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
	}

	/* item05 */
	.item05{
		width: 100%;
		margin: 0 0 10% 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item05 .img{
		width: 50%;
		overflow: hidden;
	}
	.item05 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 10% 0 20%;
	}
	.item05 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		color: #fff;
		margin: 0 0 20% 0;
	}
	.item05 .data .link-box{
		width: 100%;
	}

	/* item06 */
	.item06{
		width: 45%;
		margin: 0 auto 10% auto;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item06 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}

	/* item-w */
	.item-w{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
		display: flex;
		column-gap: 5%;
		margin: 0 0 5% 0;
	}
	.item-w .img div{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .data .data01{
		width: 40%;
	}
	.item-w .data .data02{
		width: 45%;
	}

	/* item-f */
	.item-f{
		width: 80%;
		margin: 0 auto 15% auto;
	}
	.item-f .title{
		width: 30%;
		margin: 0 auto 3% auto;
	}
	.item-f .itme-f-list{
		width: 100%;
		display: flex;
		column-gap: 3%;
	}
	.item-f-box{
		width: 100%;
	}
	.item-f-box .img{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-f-box .data{
		width: 100%;
		margin: 0 auto;
	}

	/* txt-box */
	.txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.txt-box .icon{
		width: 10%;
		position: absolute;
		top: 0;
		left: 15%;
	}
	.txt-box .txt-box-list{
		width: 40%;
		position: relative;
		margin: 0 auto;
	}
	.txt-box .txt-box-list li{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.txt-box .txt-box-list li:last-child{
		width: 100%;
		position: relative;
		margin: 0 0 0% 0;
	}
	.txt-box .txt-box-list .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	/* item-end */
	.item-end{
		width: 40%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-end .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-end .data{
		width: 40%;
		position: absolute;
		bottom: 10%;
		right: -50%;
	}

	/* top-logo */
	.top-logo{
		width: 10%;
		margin: 0 auto 5% auto;
	}
	.sl-box{
		width: 100%;
	}
	.sl-box .title{
		width: 10%;
		margin: 0 auto 2% auto;
	}
	.door-s{
		width: 100%;
	}
	.door-s div{
		box-sizing: border-box;
		padding: 0 3px;
	}

	/* staff */
	.staff{
		width: 30%;
		margin: 0 auto 10% auto;
	}
	.staff .title{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 60%;
		margin: 0 auto;
	}

	/* m */
	.m5{
		margin: 0 0 10% 0 !important;
	}
	.p10{
		padding: 20% 0 0 0;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 80px;
		left: 5px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		transition: .3s;
	}


	/*f-box-list*/
	.f-box-title{
		width: 10%;
		margin: 0 auto 3% auto;
		line-height: 0;
	}
	.f-box-list{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 7% auto;
	}
	.f-box-list li{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
	}
	.f-box-list li:last-child{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 20px;
	}
	
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        margin: 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
		display: block;
	}
	.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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 21px;
        letter-spacing: 1px;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
        white-space: nowrap;
		margin: 0 0 5px 0;
	}
	.cart-title02{
        width: max-content;
		font-size: 18px;
        letter-spacing: 1px;
        position: absolute;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 14px;
		color: #707D72;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 0 0 0 10px;
	}
	.cart-title .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #000;
	}
    .cart-title02 span{
		font-size: 14px;
		line-height: 0;
		color: #fff;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 10px 0 0 0;
	}
	.cart-title02 .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #fff;
	}
    .cart-yen{
		font-size: 17px;
		letter-spacing: 1px;
        width: max-content;
        display: flex;
        align-items: center;
        white-space: nowrap;
		box-sizing: border-box;
	}
    .cart-yen02{
		font-size: 17px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	.cart-yen02 span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	.link-sp{
		width: 100%;
		height: 1px;
		margin: 0 0 5% 0;
	}
	
	.cart-btm .btn01{
		font-size: 15px;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #cd9975;
		border: 1px solid #cd9975;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cd9975;
		color: #cd9975;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 15px;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #f4957c;
		border: 1px solid #f4957c;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #f4957c;
		color: #f4957c;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 15px;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #dd9ea0;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn03 {
		background: #dd9ea0;
		border-color: #fff;
		color: #fff;
		transition: .3s;
	}
	
	.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;
	}

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop {
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
    
}

/*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;
		overflow: hidden;
	}
	.mv-logo {
        width: 10%;
        position: absolute;
        right: 2%;
        top: 3%;
        z-index: 10;
    }
	.mv-title-box{
		width: 35%;
        position: absolute;
        top: 12%;
        left: 2%;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 0 2% 0;
	}
	.mv-title-box .mv-title01 li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.mv-title-box .mv-title01 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title01 li:nth-child(2){
		width: 44%;
		position: relative;
	}
	.mv-title-box .mv-title02{
		width: 100%;
	}
	.mv-title-box .mv-title03{
		width: 31%;
        position: absolute;
        top: -8%;
        left: 31%;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(3){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-sub{
		width: 30%;
        position: absolute;
        top: 11%;
        right: 6%;
	}
	.mv-sub .on{
		width: 10%;
        position: absolute;
        top: 2%;
        left: 22%;
	}

	/* read */
	.read{
		width: 100%;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #dd9ea0;
	}
	.bg._03 {
		background: #fff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item01 */
	.item01{
		width: 65%;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.item01 .img .t-txt01{
		width: 12%;
        position: absolute;
        top: 10%;
        left: 10%;
	}
	.item01 .img .t-txt02{
		width: 18%;
        position: absolute;
        top: 5%;
        right: 7%;
	}
	.item01 .img .t-txt03{
		width: 10%;
        position: absolute;
        top: 5%;
        left: 6%;
	}
	.item01 .img .t-txt04{
		width: 11%;
        position: absolute;
        top: 5%;
        right: 7%;
	}
	.item01 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}
	.item01 .data02{
		width: 90%;
		margin: 5% auto 0 auto;
		display: flex;
		column-gap: 10%;
	}
	.item01 .data02 div{
		width: 100%;
	}

	/* item02 */
	.item02{
		width: 90%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 60%;
		overflow: hidden;
	}
	.item02 .data{
		width: 40%;
		box-sizing: border-box;
		padding: 0 8%;
		overflow: hidden;
	}
	.item02 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		margin: 0 0 20% 0;
	}

	/* item03 */
	.item03{
		width: 90%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item03 .img{
		width: 55%;
		overflow: hidden;
	}
	.item03 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 8%;
	}
	.item03 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		margin: 0 0 20% 0;
	}
	.item03 .data .link-box{
		width: 100%;
	}

	/* item04 */
	.item04{
		width: 90%;
		display: flex;
		column-gap: 5%;
		margin: 0 auto 10% auto;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
	}

	/* item05 */
	.item05{
		width: 100%;
		margin: 0 0 10% 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item05 .img{
		width: 55%;
		overflow: hidden;
	}
	.item05 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 10% 0 10%;
	}
	.item05 .data .title{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 2.2em;
		letter-spacing: 5px;
		white-space:nowrap;
		color: #fff;
		margin: 0 0 20% 0;
	}
	.item05 .data .link-box{
		width: 100%;
	}

	/* item06 */
	.item06{
		width: 60%;
		margin: 0 auto 10% auto;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item06 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}

	/* item-w */
	.item-w{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
		display: flex;
		column-gap: 5%;
		margin: 0 0 5% 0;
	}
	.item-w .img div{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-w .data .data01{
		width: 40%;
	}
	.item-w .data .data02{
		width: 45%;
	}

	/* item-f */
	.item-f{
		width: 95%;
		margin: 0 auto 15% auto;
	}
	.item-f .title{
		width: 30%;
		margin: 0 auto 3% auto;
	}
	.item-f .itme-f-list{
		width: 100%;
		display: flex;
		column-gap: 3%;
	}
	.item-f-box{
		width: 100%;
	}
	.item-f-box .img{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-f-box .data{
		width: 100%;
		margin: 0 auto;
	}

	/* txt-box */
	.txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.txt-box .icon{
		width: 15%;
		position: absolute;
		top: 0;
		left: 2%;
	}
	.txt-box .txt-box-list{
		width: 55%;
		position: relative;
		margin: 0 auto;
	}
	.txt-box .txt-box-list li{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.txt-box .txt-box-list li:last-child{
		width: 100%;
		position: relative;
		margin: 0 0 0% 0;
	}
	.txt-box .txt-box-list .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	/* item-end */
	.item-end{
		width: 60%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-end .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-end .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}

	/* top-logo */
	.top-logo{
		width: 10%;
		margin: 0 auto 5% auto;
	}
	.sl-box{
		width: 100%;
	}
	.sl-box .title{
		width: 10%;
		margin: 0 auto 2% auto;
	}
	.door-s{
		width: 100%;
	}
	.door-s div{
		box-sizing: border-box;
		padding: 0 3px;
	}

	/* staff */
	.staff{
		width: 30%;
		margin: 0 auto 10% auto;
	}
	.staff .title{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 60%;
		margin: 0 auto;
	}

	/* m */
	.m5{
		margin: 0 0 10% 0 !important;
	}
	.p10{
		padding: 20% 0 0 0;
	}

	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}


	/*f-box-list*/
	.f-box-title{
		width: 10%;
		margin: 0 auto 3% auto;
		line-height: 0;
	}
	.f-box-list{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 7% auto;
	}
	.f-box-list li{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
	}
	.f-box-list li:last-child{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 20px;
	}
	
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        margin: 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
		display: block;
	}
	.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;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-title{
        width: max-content;
		font-size: 21px;
        letter-spacing: 1px;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
        white-space: nowrap;
		margin: 0 0 5px 0;
	}
	.cart-title02{
        width: max-content;
		font-size: 18px;
        letter-spacing: 1px;
        position: absolute;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 14px;
		color: #707D72;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 0 0 0 10px;
	}
	.cart-title .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #000;
	}
    .cart-title02 span{
		font-size: 14px;
		line-height: 0;
		color: #fff;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 10px 0 0 0;
	}
	.cart-title02 .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #fff;
	}
    .cart-yen{
		font-size: 17px;
		letter-spacing: 1px;
        width: max-content;
        display: flex;
        align-items: center;
        white-space: nowrap;
		box-sizing: border-box;
	}
    .cart-yen02{
		font-size: 17px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	.cart-yen02 span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	.link-sp{
		width: 100%;
		height: 1px;
		margin: 0 0 5% 0;
	}
	
	.cart-btm .btn01{
		font-size: 15px;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #cd9975;
		border: 1px solid #cd9975;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cd9975;
		color: #cd9975;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 15px;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #f4957c;
		border: 1px solid #f4957c;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #f4957c;
		color: #f4957c;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 15px;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #dd9ea0;
		transition: .3s;
		border-radius: 100px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0;
	}
	.cart-btm:hover .btn03 {
		background: #dd9ea0;
		border-color: #fff;
		color: #fff;
		transition: .3s;
	}
	
	.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;
	}

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop {
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}

	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 8% auto;
		padding: 0;
		overflow: hidden;
	}
	.mv-logo {
		width: 30%;
        position: absolute;
        left: 10%;
        bottom: 40%;
        z-index: 10;
		line-height: 0;
    }
	.mv-title-box{
		width: 90%;
        position: absolute;
        top: 4%;
        left: 1%;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 0 2% 0;
	}
	.mv-title-box .mv-title01 li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.mv-title-box .mv-title01 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title01 li:nth-child(2){
		width: 44%;
		position: relative;
	}
	.mv-title-box .mv-title02{
		width: 100%;
	}
	.mv-title-box .mv-title03{
		width: 31%;
        position: absolute;
        top: -8%;
        left: 31%;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(2){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03 .on li:nth-child(3){
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-sub{
		width: 56%;
        position: absolute;
        top: 33%;
        left: 5%;
	}
	.mv-sub .on{
		width: 13%;
        position: absolute;
        top: 12%;
        left: 25%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #fff 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 17px;
		letter-spacing: 4px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #fff;
	}
	.bg._02 {
		background: #dd9ea0;
	}
	.bg._03 {
		background: #fff;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item01 */
	.item01{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item01 .t-txt{
		width: max-content;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 1.8em;
        color: #000;
		position: absolute;
		top: 7%;
		left: 0%;
		right: 0;
		margin: 0 auto;
		z-index: 10;
		color: #fff;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
	}
	.item01 .img .t-txt01{
		width: 14%;
        position: absolute;
        top: 10%;
        left: 12%;
	}
	.item01 .img .t-txt02{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 2em;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        color: #fff;
        position: absolute;
        top: 5%;
        right: 5%;
	}
	.item01 .img .t-txt03{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 2em;
        writing-mode: vertical-rl;
        font-feature-settings: initial;
        color: #fff;
        position: absolute;
        top: 5%;
        left: 5%;
	}
	.item01 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}
	.item01 .data02{
		width: 90%;
		margin: 5% auto 0 auto;
		display: flex;
		column-gap: 10%;
	}
	.item01 .data02 div{
		width: 100%;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .data{
		width: 40%;
		margin: 0 auto;
	}
	.item02 .img .title{
		width: max-content;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 20px;
		line-height: 2em;
		letter-spacing: 5px;
		white-space:nowrap;
		position: absolute;
		top: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		color: #fff;

	}

	/* item03 */
	.item03{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item03 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item03 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 8%;
	}
	.item03 .img .title{
		width: 22%;
        position: absolute;
        top: 9%;
        left: 10%;
	}
	.item03 .img .title02{
		width: 22%;
        position: absolute;
        top: 9%;
        right: 10%;
	}
	.item03 .data-sp{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .data-sp .link-box-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data-sp .link-box-list .link-box{
		width: 45%;
	}

	/* item04 */
	.item04{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 15% auto;
	}
	.item04 .item-s-sp{
		width: 55%;
		overflow: hidden;
	}
	.item04 .data{
		width: 35%;
		margin: 0 0 0 5%;
	}

	/* item05 */
	.item05{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item05 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item05 .data{
		width: 45%;
		box-sizing: border-box;
		padding: 0 10% 0 10%;
	}
	.item05 .img .title{
		width: 21%;
        position: absolute;
        top: 10%;
        left: 7%;
	}
	.item05 .data-sp{
		width: 80%;
		margin: 0 auto;
	}
	.item05 .data-sp .link-box-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item05 .data-sp .link-box-list .link-box{
		width: 45%;
	}

	/* item06 */
	.item06{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.item06 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item06 .data{
		width: 40%;
		margin: 5% auto 0 auto;
	}

	/* item-w */
	.item-w{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 auto 15% auto;
	}
	.item-w .item-s-sp{
		width: 55%;
	}
	.item-w .data{
		width: 35%;
		margin: 0 0 0 5%;
	}
	.item-w .data .data01{
		width: 100%;
	}
	.item-w .data .data02{
		width: 100%;
	}

	/* item-f */
	.item-f{
		width: 95%;
		margin: 0 auto 15% auto;
	}
	.item-f .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.item-f .itme-f-list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.item-f-box{
		width: 49%;
		margin: 0 0 10% 0;
	}
	.item-f-box .img{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item-f-box .data{
		width: 70%;
		margin: 0 auto;
	}

	/* txt-box */
	.txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.txt-box .icon{
		width: 35%;
		margin: 0 auto 5% auto;
	}
	.txt-box .txt-box-list{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.txt-box .txt-box-list li{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.txt-box .txt-box-list li:last-child{
		width: 100%;
		position: relative;
		margin: 0 0 0% 0;
	}
	.txt-box .txt-box-list .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	/* item-end */
	.item-end{
		width: 90%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-end .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.item-end .data{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 5% auto 0 auto;
	}
	.item-end .data .link-box{
		width: 45%;
	}

	/* top-logo */
	.top-logo{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.sl-box{
		width: 100%;
	}
	.sl-box .title{
		width: 25%;
		margin: 0 auto 5% auto;
	}
	.door-s-sp{
		width: 100%;
	}
	.door-s-sp div{
		box-sizing: border-box;
		padding: 0 1px;
	}

	/* staff */
	.staff{
		width: 80%;
		margin: 20% auto 20% auto;
	}
	.staff .title{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.staff .txt{
		width: 80%;
		margin: 0 auto;
	}

	/* m */
	.m5{
		margin: 0 0 10% 0 !important;
	}
	.p10{
		padding: 20% 0 0 0;
	}

	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}


	/*f-box-list*/
	.f-box{
		width: 100%;
		overflow: hidden;
	}
	.f-box-title{
		width: 30%;
		display: flex;
		justify-content: center;
		margin: 0 auto 10% auto;
	}
	.f-box-list{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto 0% auto;
	}
	.f-box-list li{
		width: max-content;
		line-height: 0;
		padding: 0 7% 0% 7%;
		border-left: 1px solid #000;
		margin: 0 0 10% 0;
	}
	.f-box-list li:nth-child(3){
		width: max-content;
		line-height: 0;
		padding: 0 7% 0% 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li:nth-child(5){
		width: max-content;
		line-height: 0;
		padding: 0 7% 0% 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		display: block;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 15px;
		margin: 0 0 3px 0;
	}
	
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        margin: 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
		display: block;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #fff;
		transition: 0.3s;
		line-height: 1.5em;
        margin: 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
		display: block;
	}
	.cart-title{
        width: max-content;
		font-size: 16px;
        letter-spacing: 1px;
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
        white-space: nowrap;
		margin: 0 0 5px 0;
	}
	.cart-title02{
        width: max-content;
		font-size: 18px;
        letter-spacing: 1px;
        position: absolute;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #707D72;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 0 0 0 10px;
	}
	.cart-title .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #000;
	}
    .cart-title02 span{
		font-size: 14px;
		line-height: 0;
		color: #fff;
		font-family: "yu-mincho-pr6n", sans-serif;
		display: block;
		margin: 10px 0 0 0;
	}
	.cart-title02 .min{
		font-size: 12px;
		display: inline-block !important;
		margin: 0 0 0 5px;
		color: #fff;
	}
    .cart-yen{
		font-size: 13px;
		letter-spacing: 1px;
        width: max-content;
        display: flex;
        align-items: center;
        white-space: nowrap;
		box-sizing: border-box;
		line-height: 1em;
	}
    .cart-yen02{
		font-size: 14px;
		letter-spacing: 1px;
        width: max-content;
        display: flex;
        align-items: center;
        white-space: nowrap;
		box-sizing: border-box;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 1px;
		position: relative;
		top: 2px;
	}
	.cart-yen02 span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 10px 0 2px;
		position: relative;
		top: 2px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 15% 0 10% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	.link-sp{
		width: 100%;
		height: 1px;
		margin: 0 0 5% 0;
	}
	
	.cart-btm .btn01{
		font-size: 13px;
		width: 100%;
		padding: 5px 0 5px 0;
		background: #cd9975;
		border: 1px solid #cd9975;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		line-height: 1em;
		border-radius: 100px;
		margin: 10px 0 0 0;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #cd9975;
		color: #cd9975;
		transition: .3s;
	}

	.cart-btm .btn02{
		font-size: 13px;
		width: 100%;
		padding: 5px 0 5px 0;
		background: #f4957c;
		border: 1px solid #f4957c;
		display: inline-block;
		text-align: center;
		color: #fff;
		transition: .3s;
		line-height: 1em;
		border-radius: 100px;
		margin: 10px 0 0 0;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #f4957c;
		color: #f4957c;
		transition: .3s;
	}

	.cart-btm .btn03{
		font-size: 13px;
		width: 100%;
		padding: 5px 0 5px 0;
		background: #fff;
		border: 1px solid #fff;
		display: inline-block;
		text-align: center;
		color: #dd9ea0;
		transition: .3s;
		line-height: 1em;
		border-radius: 100px;
		margin: 10px 0 0 0;
	}
	.cart-btm:hover .btn03 {
		background: #dd9ea0;
		border-color: #fff;
		color: #fff;
		transition: .3s;
	}
	
	.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;
	}

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
		display: block;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
	}
	.link-btn .price{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 1em;
	}
	.link-btn .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
		display: block;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
	}
	.link-btn02 .price{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 1em;
	}
	.link-btn02 .price span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 10% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 40px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop {
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}



	/*nav*/
	.menu{
		height: 20px;
		position: fixed;
		left: 15px;
		top: 25px;
		width: 30px;
		z-index: 9999;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	
	.menu__line--icon{
		width: 40px;
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
        top: -15px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(26,19,17,1.00);
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(26,19,17,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(26,19,17,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}

	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.8);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 75%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		overflow-y: scroll;
	}
	.gnav__menu::-webkit-scrollbar{
		display: none;
	}
	.gnav__menu::-ms-scrollbar{
		display: none;
	}
	.gnav__menu::-moz-scrollbar{
		display: none;
	}
	.gnav__menu li{
		width: 47%;
		margin: 0 0 10% 0;
	}
	.gnav__menu li:last-child{
		width: 47%;
		margin: 0 0 0% 0;
	}
	.gnav-link .img{
		width: 100%;
		opacity: 1;
		transition: .3s;
		margin: 0 auto 5% auto;
	}
	.gnav-link:hover .img{
		width: 100%;
		opacity: .7;
		transition: .3s;
	}

	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	content: "READ MORE"
	}
	.grad-item {
	position: relative;
	overflow: hidden;
	height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px; 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
	}
	.grad-trigger {
	display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	display: none;
	}
	
}
