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;
	color: #3E3A39;
}


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

	.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: -7px;
    }
    .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: -7px;
    }
	.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: -3px;
    }
    .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: -3px;
    }

	.header{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.mv-title-box{
		width: 20%;
		position: absolute;
		top: 5%;
		left: 2%;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-title-box .mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title02{
		width: 50%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03{
		width: 58%;
		position: relative;
		margin: 0 0 30% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header .mv-logo{
		width: 20%;
	}


	/* read */
	.read{
		width: 100%;
		background: url(../img/pa-bg.jpg) no-repeat;
		background-size: cover;
		padding: 0 0 10% 0;
		margin: 0 0 10% 0;
	}
	.txt-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.txt-box .txt01{
		width: 40%;
		position: relative;
	}
	.txt-box .txt01 .main{
		width: max-content;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 35px;
		letter-spacing: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.txt-box .txt01 .main li:nth-child(1){
		margin: 0 0 10% 0;
	}
	.txt-box .txt01 .main li:nth-child(2){
		position: relative;
		left: 30%;
	}
	.txt-box .txt01 .main li .line{
		position: relative;
		top: -13px;
		width: 100px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.txt-box .txt02{
		width: 50%;
		position: relative;
	}
	.txt-box .txt02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #fff;
		white-space: nowrap;
	}
	.txt-box .txt02 .txt-on{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #000;
		white-space: nowrap;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* 横スクロールセクション */
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 45%;
		background: #fff;
	}
	.top-nav li a{
		width: 100%;
		display: flex;
	}
	.top-nav li a .img{
		width: 60%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.03);
		transition: .3s;
	}
	.top-nav li a .data{
		width: 40%;
		position: relative;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.top-nav li a .data .txt{
		width: 60%;
	}
	.top-nav li a .data .icon{
		width: 50px;
		position: absolute;
		left: 10%;
		bottom: 10%;
		border: .5px solid #999271;
		border-radius: 100px;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .data .icon{
		transform: scale(1.2);
		transition: .3s;
	}
	.side-scroll {
		width: 100%;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		overflow: hidden;
		width: 100%;
	}
	.side-scroll-list {
		width: 2300px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 100px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}

	/* p-wrap */
	.p-wrap{
		width: 100%;
		position: relative;
	}
	.p-bg{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		z-index: -2;
	}
	.p-bg02{
		width: 100%;
		position: absolute;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari用 */
		transform: translateY(-55%);
		left: 0;
		z-index: -2;
	}


	/* icon-c */
	.i01-01{
		background: #EAE2D9;
	}
	.i01-02{
		background: #000;
	}
	.i01-03{
		background: #4B4F3D;
	}
	.i01-04{
		background: #EAE2D9;
	}
	.i01-05{
		background: #4B4F3D;
	}

	.i02-01{
		background: #E5EEEB;
	}
	.i02-02{
		background: #EAE2D9;
	}
	.i02-03{
		background: #3C4149;
	}
	.i02-04{
		background: #E5EEEB;
	}

	.i03-01{
		background: #EAE2D9;
	}
	.i03-02{
		background: #3C4149;
	}
	.i03-03{
		background: #000;
	}

	.i04-01{
		background: #E5EEEB;
	}
	.i04-02{
		background: #000;
	}
	.i04-03{
		background: #000;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .door{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item-b .door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 3% auto;
	}
	.item-b .door .title li:nth-child(1){
		width: 90px;
	}
	.item-b .door .title li:nth-child(2){
		width: max-content;
		border-left: 1px solid #000;
		padding: 0 0 0 40px;
		margin: 0 0 0 40px;
	}
	.item-b .door .title li:nth-child(2) img{
		height: 40px;
	}
	.item-b .door .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item-b .img02{
		width: 80%;
		overflow: hidden;
		margin: 0 0 4% 20%;
		position: relative;
	}
	.item-b .img03{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item-b .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 30%;
	}
	.item-b .img02 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 20%;
	}
	.item-b .img03 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	.item-b .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img02 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img03 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .title-box{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 4% auto;
	}
	.item-b .title-box .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-b .title-box .title img{
		height: 60px;
	}
	.item-b .title-box .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-b .title-box .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-b .title-box .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-b .title-box .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-b .title-box .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-b .title-box .icon-box li:nth-child(2) img{
		height: 15px;
	}
	.item-b .data-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data-box .data01{
		width: 50%;
		border-right: 1px solid #000;
		box-sizing: border-box;
		padding: 0 10% 0 0;
	}
	.item-b .data-box .data02{
		width: 40%;
	}

	/* item-tw */
	.item-tw{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item-tw .data01{
		width: 50%;
	}
	.item-tw .data01 .door{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title li:nth-child(1){
		width: 90px;
	}
	.item-tw .data01 .door .title li:nth-child(2){
		width: max-content;
		border-left: 1px solid #000;
		padding: 0 0 0 40px;
		margin: 0 0 0 40px;
	}
	.item-tw .data01 .door .title li:nth-child(2) img{
		height: 40px;
	}
	.item-tw .data01 .door .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2em;
	}
	.item-tw .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-tw .data02{
		width: 50%;
		padding: 5% 0 0 0;
	}
	.item-tw .data02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item-tw .data02 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data02 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data01 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data01 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data02 .title-box{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-tw .data02 .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-tw .data02 .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-tw .data02 .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-tw .data02 .icon-box li:nth-child(2) img{
		height: 15px;
	}
	.item-tw .data02 .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-tw .data02 .title img{
		height: 60px;
	}
	.item-tw .data02 .link-box{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

	/* item-n */
	.item-n{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item-n .img{
		width: 50%;
		overflow: hidden;
	}
	.item-n .data{
		width: 50%;
		overflow: hidden;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
	}
	.item-n .data .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item-n .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-n .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box li:nth-child(2) img{
		height: 15px;
	}

	.item-n .icon-box02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 5% 0 0 0;
		left: 40%;
	}
	.item-n .icon-box02 li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box02 li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box02 li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box02 li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box02 li:nth-child(2) img{
		height: 15px;
	}

	.item-n .data .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-n .data .title img{
		height: 60px;
	}
	.item-n .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 23px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 10% 0;
		text-wrap: nowrap;
	}
	.item-n .data .link-box{
		width: 90%;
	}

	.staff-box{
		width: 100%;
		height: 80vh;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.staff-box .movie{
		width: 100%;
		position: relative;
		top: -50px;
	}
	.staff-box .s-txt-box{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.staff-box .s-txt-box .logo01{
		width: 20%;
		margin: 0 0 5% 0;
	}
	.staff-box .s-txt-box .logo02{
		width: 8%;
	}
	.staff-box .s-txt-box .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #fff;
		margin: 0 0 7% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 17px;
		letter-spacing: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 14px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		border: none;
		display: inline-block;
		text-align: center;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 0);
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		border-color: #231815;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 1);
		transition: .3s;
	}
	
	.cart-btm .btn01{
		font-size: 13px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		background: #999271;
		border: 1px solid #999271;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #999271;
		color: #999271;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #7B4A3C;
		border: 1px solid #7B4A3C;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #7B4A3C;
		color: #7B4A3C;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #30575D;
		border: 1px solid #30575D;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #30575D;
		color: #30575D;
	}
	
	.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;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		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;
	}

	.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: -7px;
    }
    .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: -7px;
    }
	.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: -3px;
    }
    .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: -3px;
    }

	.header{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}
	
	.mv-title-box{
		width: 20%;
		position: absolute;
		top: 5%;
		left: 2%;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-title-box .mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title02{
		width: 50%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03{
		width: 58%;
		position: relative;
		margin: 0 0 30% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header .mv-logo{
		width: 20%;
	}


	/* read */
	.read{
		width: 100%;
		background: url(../img/pa-bg.jpg) no-repeat;
		background-size: cover;
		padding: 0 0 10% 0;
		margin: 0 0 10% 0;
	}
	.txt-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.txt-box .txt01{
		width: 40%;
		position: relative;
	}
	.txt-box .txt01 .main{
		width: max-content;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 35px;
		letter-spacing: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.txt-box .txt01 .main li:nth-child(1){
		margin: 0 0 10% 0;
	}
	.txt-box .txt01 .main li:nth-child(2){
		position: relative;
		left: 30%;
	}
	.txt-box .txt01 .main li .line{
		position: relative;
		top: -13px;
		width: 100px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.txt-box .txt02{
		width: 50%;
		position: relative;
	}
	.txt-box .txt02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #fff;
		white-space: nowrap;
	}
	.txt-box .txt02 .txt-on{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #000;
		white-space: nowrap;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* 横スクロールセクション */
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 45%;
		background: #fff;
	}
	.top-nav li a{
		width: 100%;
		display: flex;
	}
	.top-nav li a .img{
		width: 60%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.03);
		transition: .3s;
	}
	.top-nav li a .data{
		width: 40%;
		position: relative;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.top-nav li a .data .txt{
		width: 60%;
	}
	.top-nav li a .data .icon{
		width: 50px;
		position: absolute;
		left: 10%;
		bottom: 10%;
		border: .5px solid #999271;
		border-radius: 100px;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .data .icon{
		transform: scale(1.2);
		transition: .3s;
	}
	.side-scroll {
		width: 100%;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		overflow: hidden;
		width: 100%;
	}
	.side-scroll-list {
		width: 2300px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 100px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}

	/* p-wrap */
	.p-wrap{
		width: 100%;
		position: relative;
	}
	.p-bg{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		z-index: -2;
	}
	.p-bg02{
		width: 100%;
		position: absolute;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari用 */
		transform: translateY(-55%);
		left: 0;
		z-index: -2;
	}


	/* icon-c */
	.i01-01{
		background: #EAE2D9;
	}
	.i01-02{
		background: #000;
	}
	.i01-03{
		background: #4B4F3D;
	}
	.i01-04{
		background: #EAE2D9;
	}
	.i01-05{
		background: #4B4F3D;
	}

	.i02-01{
		background: #E5EEEB;
	}
	.i02-02{
		background: #EAE2D9;
	}
	.i02-03{
		background: #3C4149;
	}
	.i02-04{
		background: #E5EEEB;
	}

	.i03-01{
		background: #EAE2D9;
	}
	.i03-02{
		background: #3C4149;
	}
	.i03-03{
		background: #000;
	}

	.i04-01{
		background: #E5EEEB;
	}
	.i04-02{
		background: #000;
	}
	.i04-03{
		background: #000;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .door{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item-b .door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 3% auto;
	}
	.item-b .door .title li:nth-child(1){
		width: 90px;
	}
	.item-b .door .title li:nth-child(2){
		width: max-content;
		border-left: 1px solid #000;
		padding: 0 0 0 40px;
		margin: 0 0 0 40px;
	}
	.item-b .door .title li:nth-child(2) img{
		height: 40px;
	}
	.item-b .door .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item-b .img02{
		width: 80%;
		overflow: hidden;
		margin: 0 0 4% 20%;
		position: relative;
	}
	.item-b .img03{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item-b .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 30%;
	}
	.item-b .img02 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 20%;
	}
	.item-b .img03 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	.item-b .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img02 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img03 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .title-box{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 4% auto;
	}
	.item-b .title-box .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-b .title-box .title img{
		height: 60px;
	}
	.item-b .title-box .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-b .title-box .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-b .title-box .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-b .title-box .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-b .title-box .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-b .title-box .icon-box li:nth-child(2) img{
		height: 15px;
	}
	.item-b .data-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data-box .data01{
		width: 50%;
		border-right: 1px solid #000;
		box-sizing: border-box;
		padding: 0 10% 0 0;
	}
	.item-b .data-box .data02{
		width: 40%;
	}

	/* item-tw */
	.item-tw{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item-tw .data01{
		width: 50%;
	}
	.item-tw .data01 .door{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title li:nth-child(1){
		width: 90px;
	}
	.item-tw .data01 .door .title li:nth-child(2){
		width: max-content;
		border-left: 1px solid #000;
		padding: 0 0 0 40px;
		margin: 0 0 0 40px;
	}
	.item-tw .data01 .door .title li:nth-child(2) img{
		height: 40px;
	}
	.item-tw .data01 .door .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2em;
	}
	.item-tw .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-tw .data02{
		width: 50%;
		padding: 5% 0 0 0;
	}
	.item-tw .data02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item-tw .data02 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data02 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data01 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data01 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data02 .title-box{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-tw .data02 .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-tw .data02 .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-tw .data02 .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-tw .data02 .icon-box li:nth-child(2) img{
		height: 15px;
	}
	.item-tw .data02 .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-tw .data02 .title img{
		height: 60px;
	}
	.item-tw .data02 .link-box{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

	/* item-n */
	.item-n{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item-n .img{
		width: 50%;
		overflow: hidden;
	}
	.item-n .data{
		width: 50%;
		overflow: hidden;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
	}
	.item-n .data .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item-n .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-n .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box li:nth-child(2) img{
		height: 15px;
	}

	.item-n .icon-box02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 5% 0 0 0;
		left: 40%;
	}
	.item-n .icon-box02 li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box02 li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box02 li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box02 li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box02 li:nth-child(2) img{
		height: 15px;
	}

	.item-n .data .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-n .data .title img{
		height: 60px;
	}
	.item-n .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 23px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 10% 0;
		text-wrap: nowrap;
	}
	.item-n .data .link-box{
		width: 90%;
	}

	.staff-box{
		width: 100%;
		height: 80vh;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.staff-box .movie{
		width: 100%;
		position: relative;
		top: -50px;
	}
	.staff-box .s-txt-box{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.staff-box .s-txt-box .logo01{
		width: 20%;
		margin: 0 0 5% 0;
	}
	.staff-box .s-txt-box .logo02{
		width: 8%;
	}
	.staff-box .s-txt-box .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #fff;
		margin: 0 0 7% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 17px;
		letter-spacing: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 14px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		border: none;
		display: inline-block;
		text-align: center;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 0);
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		border-color: #231815;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 1);
		transition: .3s;
	}
	
	.cart-btm .btn01{
		font-size: 13px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		background: #999271;
		border: 1px solid #999271;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #999271;
		color: #999271;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #7B4A3C;
		border: 1px solid #7B4A3C;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #7B4A3C;
		color: #7B4A3C;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #30575D;
		border: 1px solid #30575D;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #30575D;
		color: #30575D;
	}
	
	.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;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		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;
	}

	.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: -7px;
    }
    .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: -7px;
    }
	.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: -3px;
    }
    .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: -3px;
    }

	.header{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.mv-title-box{
		width: 27%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-title-box .mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title02{
		width: 50%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03{
		width: 58%;
		position: relative;
		margin: 0 0 30% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header .mv-logo{
		width: 20%;
	}


	/* read */
	.read{
		width: 100%;
		background: url(../img/pa-bg.jpg) no-repeat;
		background-size: cover;
		padding: 0 0 10% 0;
		margin: 0 0 10% 0;
	}
	.txt-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.txt-box .txt01{
		width: 40%;
		position: relative;
	}
	.txt-box .txt01 .main{
		width: max-content;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		letter-spacing: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.txt-box .txt01 .main li:nth-child(1){
		margin: 0 0 10% 0;
	}
	.txt-box .txt01 .main li:nth-child(2){
		position: relative;
		left: 30%;
	}
	.txt-box .txt01 .main li .line{
		position: relative;
		top: -13px;
		width: 100px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.txt-box .txt02{
		width: 50%;
		position: relative;
	}
	.txt-box .txt02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #fff;
		white-space: nowrap;
	}
	.txt-box .txt02 .txt-on{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 16px;
		letter-spacing: 4px;
		line-height: 3em;
		color: #000;
		white-space: nowrap;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* 横スクロールセクション */
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 45%;
		background: #fff;
	}
	.top-nav li a{
		width: 100%;
		display: flex;
	}
	.top-nav li a .img{
		width: 60%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.03);
		transition: .3s;
	}
	.top-nav li a .data{
		width: 40%;
		position: relative;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.top-nav li a .data .txt{
		width: 60%;
	}
	.top-nav li a .data .icon{
		width: 50px;
		position: absolute;
		left: 10%;
		bottom: 10%;
		border: .5px solid #999271;
		border-radius: 100px;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .data .icon{
		transform: scale(1.2);
		transition: .3s;
	}
	.side-scroll {
		width: 100%;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		overflow: hidden;
		width: 100%;
	}
	.side-scroll-list {
		width: 2300px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 100px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}

	/* p-wrap */
	.p-wrap{
		width: 100%;
		position: relative;
	}
	.p-bg{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		z-index: -2;
	}
	.p-bg02{
		width: 100%;
		position: absolute;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari用 */
		transform: translateY(-55%);
		left: 0;
		z-index: -2;
	}


	/* icon-c */
	.i01-01{
		background: #EAE2D9;
	}
	.i01-02{
		background: #000;
	}
	.i01-03{
		background: #4B4F3D;
	}
	.i01-04{
		background: #EAE2D9;
	}
	.i01-05{
		background: #4B4F3D;
	}

	.i02-01{
		background: #E5EEEB;
	}
	.i02-02{
		background: #EAE2D9;
	}
	.i02-03{
		background: #3C4149;
	}
	.i02-04{
		background: #E5EEEB;
	}

	.i03-01{
		background: #EAE2D9;
	}
	.i03-02{
		background: #3C4149;
	}
	.i03-03{
		background: #000;
	}

	.i04-01{
		background: #E5EEEB;
	}
	.i04-02{
		background: #000;
	}
	.i04-03{
		background: #000;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .door{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item-b .door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 3% auto;
	}
	.item-b .door .title li:nth-child(1){
		width: 90px;
	}
	.item-b .door .title li:nth-child(2){
		width: max-content;
		border-left: 1px solid #000;
		padding: 0 0 0 40px;
		margin: 0 0 0 40px;
	}
	.item-b .door .title li:nth-child(2) img{
		height: 40px;
	}
	.item-b .door .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item-b .img02{
		width: 80%;
		overflow: hidden;
		margin: 0 0 4% 20%;
		position: relative;
	}
	.item-b .img03{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item-b .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 30%;
	}
	.item-b .img02 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 20%;
	}
	.item-b .img03 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	.item-b .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img02 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img03 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .title-box{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 4% auto;
	}
	.item-b .title-box .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-b .title-box .title img{
		height: 50px;
	}
	.item-b .title-box .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-b .title-box .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-b .title-box .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-b .title-box .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-b .title-box .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-b .title-box .icon-box li:nth-child(2) img{
		height: 15px;
	}
	.item-b .data-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data-box .data01{
		width: 50%;
		border-right: 1px solid #000;
		box-sizing: border-box;
		padding: 0 10% 0 0;
	}
	.item-b .data-box .data02{
		width: 40%;
	}

	/* item-tw */
	.item-tw{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item-tw .data01{
		width: 50%;
	}
	.item-tw .data01 .door{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title li:nth-child(1){
		width: 90px;
	}
	.item-tw .data01 .door .title li:nth-child(2){
		width: max-content;
		border-left: 1px solid #000;
		padding: 0 0 0 40px;
		margin: 0 0 0 40px;
	}
	.item-tw .data01 .door .title li:nth-child(2) img{
		height: 40px;
	}
	.item-tw .data01 .door .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 30px;
		letter-spacing: 4px;
		line-height: 2em;
	}
	.item-tw .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-tw .data02{
		width: 50%;
		padding: 5% 0 0 0;
	}
	.item-tw .data02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item-tw .data02 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data02 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data01 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data01 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data02 .title-box{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-tw .data02 .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-tw .data02 .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-tw .data02 .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-tw .data02 .icon-box li:nth-child(2) img{
		height: 15px;
	}
	.item-tw .data02 .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-tw .data02 .title img{
		height: 60px;
	}
	.item-tw .data02 .link-box{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

	/* item-n */
	.item-n{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item-n .img{
		width: 50%;
		overflow: hidden;
	}
	.item-n .data{
		width: 50%;
		overflow: hidden;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
	}
	.item-n .data .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item-n .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-n .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box li:nth-child(2) img{
		height: 15px;
	}

	.item-n .icon-box02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 5% 0 0 0;
		left: 40%;
	}
	.item-n .icon-box02 li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box02 li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box02 li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box02 li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box02 li:nth-child(2) img{
		height: 15px;
	}

	.item-n .data .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-n .data .title img{
		height: 50px;
	}
	.item-n .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 10% 0;
		text-wrap: nowrap;
	}
	.item-n .data .link-box{
		width: 90%;
	}

	.staff-box{
		width: 100%;
		height: 80vh;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.staff-box .movie{
		width: 100%;
		position: relative;
		top: -50px;
	}
	.staff-box .s-txt-box{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.staff-box .s-txt-box .logo01{
		width: 20%;
		margin: 0 0 5% 0;
	}
	.staff-box .s-txt-box .logo02{
		width: 8%;
	}
	.staff-box .s-txt-box .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #fff;
		margin: 0 0 7% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 17px;
		letter-spacing: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 14px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		border: none;
		display: inline-block;
		text-align: center;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 0);
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		border-color: #231815;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 1);
		transition: .3s;
	}
	
	.cart-btm .btn01{
		font-size: 13px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		background: #999271;
		border: 1px solid #999271;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #999271;
		color: #999271;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #7B4A3C;
		border: 1px solid #7B4A3C;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #7B4A3C;
		color: #7B4A3C;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #30575D;
		border: 1px solid #30575D;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #30575D;
		color: #30575D;
	}
	
	.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;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		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;
	}

	.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: -7px;
    }
    .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: -7px;
    }
	.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: -3px;
    }
    .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: -3px;
    }

	.header{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}
	.mv-title-box{
		width: 27%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-title-box .mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title02{
		width: 50%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03{
		width: 58%;
		position: relative;
		margin: 0 0 30% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header .mv-logo{
		width: 20%;
	}


	/* read */
	.read{
		width: 100%;
		background: url(../img/pa-bg.jpg) no-repeat;
		background-size: cover;
		padding: 0 0 10% 0;
		margin: 0 0 10% 0;
	}
	.txt-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
		padding: 7% 0 0 0;
	}
	.txt-box .txt01{
		width: 40%;
		position: relative;
	}
	.txt-box .txt01 .main{
		width: max-content;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 4px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.txt-box .txt01 .main li:nth-child(1){
		margin: 0 0 10% 0;
	}
	.txt-box .txt01 .main li:nth-child(2){
		position: relative;
		left: 30%;
	}
	.txt-box .txt01 .main li .line{
		position: relative;
		top: -13px;
		width: 50px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.txt-box .txt02{
		width: 50%;
		position: relative;
	}
	.txt-box .txt02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #fff;
		white-space: nowrap;
	}
	.txt-box .txt02 .txt-on{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #000;
		white-space: nowrap;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* 横スクロールセクション */
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 45%;
		background: #fff;
	}
	.top-nav li a{
		width: 100%;
		display: flex;
	}
	.top-nav li a .img{
		width: 60%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.03);
		transition: .3s;
	}
	.top-nav li a .data{
		width: 40%;
		position: relative;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.top-nav li a .data .txt{
		width: 60%;
	}
	.top-nav li a .data .icon{
		width: 50px;
		position: absolute;
		left: 10%;
		bottom: 10%;
		border: .5px solid #999271;
		border-radius: 100px;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .data .icon{
		transform: scale(1.2);
		transition: .3s;
	}
	.side-scroll {
		width: 100%;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		overflow: hidden;
		width: 100%;
	}
	.side-scroll-list {
		width: 2300px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 100px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}

	/* p-wrap */
	.p-wrap{
		width: 100%;
		position: relative;
	}
	.p-bg{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		z-index: -2;
	}
	.p-bg02{
		width: 100%;
		position: absolute;
		top: 55%;
		-webkit-transform: translateY(-55%); /* Safari用 */
		transform: translateY(-55%);
		left: 0;
		z-index: -2;
	}


	/* icon-c */
	.i01-01{
		background: #EAE2D9;
	}
	.i01-02{
		background: #000;
	}
	.i01-03{
		background: #4B4F3D;
	}
	.i01-04{
		background: #EAE2D9;
	}
	.i01-05{
		background: #4B4F3D;
	}

	.i02-01{
		background: #E5EEEB;
	}
	.i02-02{
		background: #EAE2D9;
	}
	.i02-03{
		background: #3C4149;
	}
	.i02-04{
		background: #E5EEEB;
	}

	.i03-01{
		background: #EAE2D9;
	}
	.i03-02{
		background: #3C4149;
	}
	.i03-03{
		background: #000;
	}

	.i04-01{
		background: #E5EEEB;
	}
	.i04-02{
		background: #000;
	}
	.i04-03{
		background: #000;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .door{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.item-b .door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 3% auto;
	}
	.item-b .door .title li:nth-child(1){
		width: 60px;
	}
	.item-b .door .title li:nth-child(2){
		width: max-content;
		border-left: 1px solid #000;
		padding: 0 0 0 40px;
		margin: 0 0 0 40px;
	}
	.item-b .door .title li:nth-child(2) img{
		height: 30px;
	}
	.item-b .door .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2em;
		text-align: center;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item-b .img02{
		width: 90%;
		overflow: hidden;
		margin: 0 0 4% 10%;
		position: relative;
	}
	.item-b .img03{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 4% auto;
		position: relative;
	}
	.item-b .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 30%;
	}
	.item-b .img02 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 20%;
	}
	.item-b .img03 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	.item-b .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img02 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img03 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .title-box{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 4% auto;
	}
	.item-b .title-box .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-b .title-box .title img{
		height: 50px;
	}
	.item-b .title-box .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-b .title-box .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-b .title-box .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-b .title-box .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-b .title-box .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-b .title-box .icon-box li:nth-child(2) img{
		height: 15px;
	}
	.item-b .data-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item-b .data-box .data01{
		width: 50%;
		border-right: 1px solid #000;
		box-sizing: border-box;
		padding: 0 10% 0 0;
	}
	.item-b .data-box .data02{
		width: 40%;
	}

	/* item-tw */
	.item-tw{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: flex-start;
	}
	.item-tw .data01{
		width: 50%;
	}
	.item-tw .data01 .door{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title li:nth-child(1){
		width: 60px;
	}
	.item-tw .data01 .door .title li:nth-child(2){
		width: max-content;
		border-left: 1px solid #000;
		padding: 0 0 0 40px;
		margin: 0 0 0 40px;
	}
	.item-tw .data01 .door .title li:nth-child(2) img{
		height: 30px;
	}
	.item-tw .data01 .door .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		letter-spacing: 4px;
		line-height: 2em;
	}
	.item-tw .data01 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-tw .data02{
		width: 50%;
		padding: 5% 0 0 0;
	}
	.item-tw .data02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item-tw .data02 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data02 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data01 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data01 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data02 .title-box{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-tw .data02 .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-tw .data02 .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-tw .data02 .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-tw .data02 .icon-box li:nth-child(2) img{
		height: 15px;
	}
	.item-tw .data02 .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-tw .data02 .title img{
		height: 50px;
	}
	.item-tw .data02 .link-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

	/* item-n */
	.item-n{
		width: 95%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.rever{
		flex-direction: row-reverse;
	}
	.item-n .img{
		width: 50%;
		overflow: hidden;
	}
	.item-n .data{
		width: 50%;
		overflow: hidden;
		padding: 5% 5% 0 5%;
		box-sizing: border-box;
	}
	.item-n .data .title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item-n .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-n .icon-box li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box li:nth-child(2) img{
		height: 15px;
	}

	.item-n .icon-box02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 5% 0 0 0;
		left: 40%;
	}
	.item-n .icon-box02 li:nth-child(1){
		width: 90px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box02 li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box02 li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box02 li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box02 li:nth-child(2) img{
		height: 15px;
	}

	.item-n .data .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-n .data .title img{
		height: 50px;
	}
	.item-n .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		margin: 0 0 10% 0;
		text-wrap: nowrap;
	}
	.item-n .data .link-box{
		width: 90%;
	}

	.staff-box{
		width: 100%;
		height: 35vh;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0;
	}
	.staff-box .movie{
		width: 100%;
		position: relative;
		top: -50px;
	}
	.staff-box .s-txt-box{
		width: 70%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.staff-box .s-txt-box .logo01{
		width: 30%;
		margin: 0 0 5% 0;
	}
	.staff-box .s-txt-box .logo02{
		width: 8%;
	}
	.staff-box .s-txt-box .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #fff;
		margin: 0 0 7% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 17px;
		letter-spacing: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 14px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		border: none;
		display: inline-block;
		text-align: center;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 0);
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		border-color: #231815;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 1);
		transition: .3s;
	}
	
	.cart-btm .btn01{
		font-size: 13px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		background: #999271;
		border: 1px solid #999271;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #999271;
		color: #999271;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #7B4A3C;
		border: 1px solid #7B4A3C;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #7B4A3C;
		color: #7B4A3C;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #30575D;
		border: 1px solid #30575D;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #30575D;
		color: #30575D;
	}
	
	.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;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		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;
	}

	.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: -1px;
    }
    .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: -1px;
    }
	.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: -3px;
    }
    .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: -3px;
    }

	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 0% auto;
	}
	.mv-title-box{
		width: 50%;
		position: absolute;
		bottom: 3%;
		left: 5%;
	}
	.mv-title-box .mv-title01{
		width: 100%;
		position: relative;
	}
	.mv-title-box .mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title02{
		width: 50%;
		position: relative;
		margin: 0 0 1% 0;
	}
	.mv-title-box .mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box .mv-title03{
		width: 60%;
		position: relative;
		margin: 0 0 20px 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header .mv-logo{
		width: 30%;
	}


	/* read */
	.read{
		width: 100%;
		background: url(../img/pa-bg.jpg) no-repeat;
		background-size: cover;
		padding: 0 0 10% 0;
		margin: 0 0 15% 0;
	}
	.txt-box{
		width: 85%;
		margin: 0 auto 7% auto;
		padding: 10% 0 0 0;
	}
	.txt-box .txt01{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.txt-box .txt01 .main{
		width: max-content;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		letter-spacing: 4px;
	}
	.txt-box .txt01 .main li:nth-child(1){
		margin: 0 0 10% 0;
	}
	.txt-box .txt01 .main li:nth-child(2){
		position: relative;
		left: 30%;
	}
	.txt-box .txt01 .main li .line{
		position: relative;
		top: -13px;
		width: 50px;
		height: 1px;
		background: #000;
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.txt-box .txt02{
		width: 50%;
		position: relative;
	}
	.txt-box .txt02 .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #fff;
		white-space: nowrap;
	}
	.txt-box .txt02 .txt-on{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 3em;
		color: #000;
		white-space: nowrap;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* 横スクロールセクション */
	.top-nav{
		width: 90%;
		margin: 0 auto;
	}
	.top-nav li{
		width: 100%;
		overflow: hidden;
		background: #fff;
		margin: 0 auto 5% auto;
	}
	.top-nav li:last-child{
		width: 100%;
		background: #fff;
		margin: 0 auto;
	}
	.top-nav li a{
		width: 100%;
		display: flex;
	}
	.top-nav li a .img{
		width: 60%;
		overflow: hidden;
	}
	.top-nav li a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .img img{
		width: 100%;
		transform: scale(1.03);
		transition: .3s;
	}
	.top-nav li a .data{
		width: 40%;
		position: relative;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.top-nav li a .data .txt{
		width: 90%;
	}
	.top-nav li a .data .icon{
		width: 30px;
		position: absolute;
		left: 10%;
		bottom: 10%;
		border: .5px solid #999271;
		border-radius: 100px;
		transform: scale(1);
		transition: .3s;
	}
	.top-nav li a:hover .data .icon{
		transform: scale(1.2);
		transition: .3s;
	}
	.side-scroll {
		width: 100%;
	}
	.side-scroll-container {
		display: flex;
		margin-inline: auto;
		overflow: hidden;
		width: 100%;
	}
	.side-scroll-list {
		width: 2300px;
		display: flex;
	}
	.side-scroll-list li:nth-child(1){
		width: 500px;
		margin: 0 50px 0 100px;
	}
	.side-scroll-list li{
		width: 500px;
		margin: 0 50px 0 0;
	}

	/* p-wrap */
	.p-wrap{
		width: 100%;
		position: relative;
	}
	.p-bg{
		width: 100%;
		position: absolute;
		top: 20%;
		-webkit-transform: translateY(-20%); /* Safari用 */
		transform: translateY(-20%);
		left: 0;
		z-index: -2;
	}
	.p-bg02{
		width: 100%;
		position: absolute;
		top: 15%;
		left: 0;
		z-index: -2;
	}


	/* icon-c */
	.i01-01{
		background: #EAE2D9;
	}
	.i01-02{
		background: #000;
	}
	.i01-03{
		background: #4B4F3D;
	}
	.i01-04{
		background: #EAE2D9;
	}
	.i01-05{
		background: #4B4F3D;
	}

	.i02-01{
		background: #E5EEEB;
	}
	.i02-02{
		background: #EAE2D9;
	}
	.i02-03{
		background: #3C4149;
	}
	.i02-04{
		background: #E5EEEB;
	}

	.i03-01{
		background: #EAE2D9;
	}
	.i03-02{
		background: #3C4149;
	}
	.i03-03{
		background: #000;
	}

	.i04-01{
		background: #E5EEEB;
	}
	.i04-02{
		background: #000;
	}
	.i04-03{
		background: #000;
	}

	/* item-b */
	.item-b{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-b .door{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.item-b .door .title{
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item-b .door .title li:nth-child(1){
		width: 60px;
		border-bottom: 1px solid #000;
		padding: 0 10px 10px 10px;
		margin: 0 auto 20px auto;
	}
	.item-b .door .title li:nth-child(2){
		width: max-content;
	}
	.item-b .door .title li:nth-child(2) img{
		height: 23px;
	}
	.item-b .door .txt{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 0 !important;
	}
	.item-b .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item-b .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0%;
		position: relative;
	}
	.item-b .img03{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.item-b .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 30%;
	}
	.item-b .img02 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 20%;
	}
	.item-b .img03 .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		left: 10%;
	}
	.item-b .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img02 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .img03 .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-b .title-box{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 4% auto !important;
	}
	.item-b .title-box .title{
		width: max-content;
		margin: 0 30px 0 0;
	}
	.item-b .title-box .title img{
		height: 40px;
	}
	.item-b .title-box{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item-b .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 5% 0 0 0;
		left: 40%;
	}
	.item-b .icon-box li:nth-child(1){
		width: 60px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-b .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-b .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-b .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-b .icon-box li:nth-child(2) img{
		height: 15px;
	}

	.item-b .data-box{
		width: 90%;
		margin: 0 auto;
	}
	.item-b .data-box .data01{
		width: 100%;
	}
	.item-b .data-box .data02{
		width: 100%;
	}
	.item-b .txt{
		width: 90%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		margin: 0 auto 5% auto;
		text-wrap: nowrap;
	}

	/* item-tw */
	.item-tw{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-tw .data01{
		width: 100%;
	}
	.item-tw .data01 .door{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item-tw .data01 .door .title{
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item-tw .data01 .door .title li:nth-child(1){
		width: 60px;
		border-bottom: 1px solid #000;
		padding: 0 10px 10px 10px;
		margin: 0 auto 20px auto;
	}
	.item-tw .data01 .door .title li:nth-child(2){
		width: max-content;
	}
	.item-tw .data01 .door .title li:nth-child(2) img{
		height: 23px;
	}
	.item-tw .data01 .door .txt{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 0 !important;
	}
	.item-tw .data01 .img{
		width: 90%;
		overflow: hidden;
		position: relative;
		margin: 0 0 0 10%;
	}
	.item-tw .data02{
		width: 100%;
	}
	.item-tw .data02 .img{
		width: 90%;
		overflow: hidden;
		position: relative;
		margin: 0 0 7% 0%;
	}
	.item-tw .data02 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data02 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data01 .img .item-b-txt01{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2.5em;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
		color: #fff;
		position: absolute;
		top: 10%;
		right: 10%;
	}
	.item-tw .data01 .img .item-b-txt01 span{
		border-left: 1px solid #fff;
		padding: 10px 0 5px 5px;
	}
	.item-tw .data02 .title-box{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto 5% auto;
	}

	.item-tw .data02 .title-box{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item-tw .data02 .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-tw .data02 .icon-box li:nth-child(1){
		width: 60px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-tw .data02 .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-tw .data02 .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-tw .data02 .icon-box li:nth-child(2) img{
		height: 15px;
	}

	.item-tw .data02 .title{
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-tw .data02 .title img{
		height: 40px;
	}
	.item-tw .data02 .link-box{
		width: 90%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}
	.item-tw .txt{
		width: 90%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		margin: 0 auto 10% auto;
		text-wrap: nowrap;
	}

	/* item-n */
	.item-n{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item-n .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.item-n .data{
		width: 90%;
		overflow: hidden;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.item-n .data .title-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item-n .icon-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item-n .icon-box li:nth-child(1){
		width: 60px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box li:nth-child(2) img{
		height: 15px;
	}

	.item-n .icon-box02{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		margin: 5% 0 0 0;
		left: 40%;
	}
	.item-n .icon-box02 li:nth-child(1){
		width: 60px;
		position: relative;
		margin: 0 10px 0 0;
	}
	.item-n .icon-box02 li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #909090;
		position: absolute;
		top: 2px;
		left: 0;
		opacity: .3;
	}
	.item-n .icon-box02 li:nth-child(1) .icon{
		width: 10px;
		height: 10px;
		position: absolute;
		border-radius: 10px;
		top: -2px;
		left: 0;
		z-index: 10;
	}
	.item-n .icon-box02 li:nth-child(2){
		width: 100px;
	}
	.item-n .icon-box02 li:nth-child(2) img{
		height: 15px;
	}

	.item-n .data .title{
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-n .data .title img{
		height: 40px;
	}
	.item-n .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		margin: 0 0 5% 0;
		text-wrap: nowrap;
	}
	.item-n .data .link-box{
		width: 100%;
	}

	.staff-box{
		width: 100%;
		height: 70vh;
		overflow: hidden;
		position: relative;
		margin: 0 0 10% 0;
	}
	.staff-box .movie{
		width: 300%;
		position: relative;
		top: -50px;
	}
	.staff-box .s-txt-box{
		width: max-content;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.staff-box .s-txt-box .logo01{
		width: 60%;
		margin: 0 0 10% 0;
	}
	.staff-box .s-txt-box .logo02{
		width: 25%;
	}
	.staff-box .s-txt-box .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 2.5em;
		color: #fff;
		margin: 0 0 15% 0;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
		margin: 3% 0 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 15px;
		letter-spacing: 1px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}
	
	.link-line{
		width: 100%;
		height: 1px;
		background: #a0a0a0;
		margin: 5% 0;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 5% 0;
	}
	
	.cart-btm .btn00{
		font-size: 14px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		border: none;
		display: inline-block;
		text-align: center;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 0);
		transition: .3s;
	}
	.cart-btm:hover .btn00 {
		border-color: #231815;
		color: #000;
		border-bottom: 1px solid rgba(25, 17, 16, 1);
		transition: .3s;
	}
	
	.cart-btm .btn01{
		font-size: 13px;
		line-height: 1.5em;
		width: 80px;
		padding: 3px 0 3px 0;
		background: #999271;
		border: 1px solid #999271;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #999271;
		color: #999271;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #7B4A3C;
		border: 1px solid #7B4A3C;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #7B4A3C;
		color: #7B4A3C;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 70px;
		padding: 5px 0 5px 0;
		background: #30575D;
		border: 1px solid #30575D;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #30575D;
		color: #30575D;
	}
	
	.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;
	}

	/*ls-icon*/
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 0 10px 0;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: 7px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		border-top: 0.7px solid #000;
		padding: 2% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 10px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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 20% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}


	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		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;
		flex-wrap: wrap;
		text-align: center;
		font-size: 0;
	}
	.foot_fix_btn ul li:nth-child(1) {
		width: 33.33%;
		box-sizing: border-box;
		background: rgba(52,73,113,0.8);
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 33.33%;
		box-sizing: border-box;
		background: rgba(123,74,60,0.8);
	}
	.foot_fix_btn ul li:nth-child(3) {
		width: 33.33%;
		box-sizing: border-box;
		background: rgba(48,87,93,0.8);
	}
	.foot_fix_btn ul li .txt{
		width: 100%;
		padding: 10px 0;
	}
	.foot_fix_btn ul li .txt img{
		height: 12px;
	}

}
