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: #231815;
	position: relative;
}

.is-hidden {
	opacity: 0;
    pointer-events: none; /* クリックできないように */
    transition: opacity 0.8s ease-in-out;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
}

/* 
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 700;
font-style: normal;
 */

/* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */

/* Garamond Premier Pro Regular
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-style: normal; */


#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loading-logo {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	animation: fade-out 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	animation-delay: 5s;
	background: #132934;
}
.loading-logo .logo-wrap{
	width: 100%;
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari逕ｨ */
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}

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

	.l-icon::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.loading-logo .logo-wrap .logo{
		width: 5%;
		margin: 0 auto 5% auto;
	}
	.loading-logo .logo-wrap .logo li:nth-child(1){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(2){
		width: 100%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(3){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(4){
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.header .mv-title-box{
		width: 30%;
		position: absolute;
		bottom: 0%;
		right: 10%;
	}
	.mv-title01{
		width: 90%;
		position: relative;
		margin: 0 0 5% 10%;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
	}
	.mv-title04{
		width: 60%;
        position: relative;
        margin: 0 0 30% 35%;
        right: 0%;
	}
	.mv-title05{
		width: 30%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.mv-title05 li:nth-child(1){
		width: 40%;
		line-height: 0;
		padding: 5% 0 0 0;
	}
	.mv-title05 li:nth-child(2){
		width: 1px;
		height: 150px;
		background: #fff;
	}
	.mv-title05 li:nth-child(3){
		width: 30%;
		line-height: 0;
		padding: 5% 0 0 0;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap02{
		width: 100%;
		position: relative;
		padding: 7% 0 5% 0;
	}
	.bg-fix{
		width: 100%;
		height: 100%;
		position: absolute !important;
		background: #000;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.bg-fix .bg-fix-in{
		width: 100%;
		position: sticky;
		top: 0;
		left: 0;
	}
	.cont-wrap{
		width: 100%;
		position: relative;
		z-index: 10;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
	}

	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._02 {
		background: #f6f6f6;
	}

	/* fix-logo */
	.fix-logo{
		width: 5%;
		height: 90%;
		position: absolute;
		top: 0;
		right: 2%;
		padding: 5% 0 0 0;
	}
	.fix-logo-in{
		width: 100%;
		position: sticky;
		top: 5%;
		left: 0;
		z-index: 9999;
	}

	/* read */
	.read{
		width: 40%;
		position: relative;
		z-index: 10;
		color: #fff;
		margin: 0 0 0 60%;
		padding: 10% 0 10% 0;
	}
	.read .title{
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
		margin: 0 0 7% 0;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read .txt span{
		width: 70px;
		height: 1px;
		background: #fff;
		display: inline-block;
		position: relative;
		top: -6px;
		margin: 0 0 0 10px;
	}

	/* feature */
	.feature{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 10% 0;
		z-index: 10;
	}
	.feature .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
	}
	.feature .title .line01{
		width: 1px;
        height: 32px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.feature .title .line02{
		width: 1px;
        height: 32px;
        background: #fff;
        display: block;
        position: absolute;
		top: 3px;
        right: -21px;
        transform: rotate(15deg);
	}
	.feature-slick-box{
		width: 100%;
		overflow: hidden;
	}
	.feature-slick-box .box{
		width: 100%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.feature-slick-box .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* stop */
	.feature-slick-box-stop{
		width: 40%;
		margin: 0 auto;
	}
	.feature-slick-stop{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.feature-slick-box-stop .box{
		width: 42%;
	}
	.feature-slick-box-stop .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box-stop .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box-stop .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box-stop .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box-stop .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box-stop .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box-stop .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box-stop .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* ranking */
	.ranking{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 5% 0;
		z-index: 10;
	}
	.ranking .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
	}
	.ranking .sub-title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 2% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 17px;
		letter-spacing: 5px;
	}
	.ranking .title .line01{
		width: 1px;
        height: 60px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.ranking .title .line02{
		width: 1px;
        height: 60px;
        background: #fff;
        display: block;
        position: absolute;
		top: 0px;
        right: -25px;
        transform: rotate(15deg);
	}
	.ranking-slick-box{
		width: 75%;
		overflow: hidden;
		margin: 0 auto;
	}
	.ranking-slick .slick-slide {
		height: auto;
		transform: scale(.70);
		transition: opacity .5s, transform .5s;
		width: 100%;
	}
	.ranking-slick .slick-center {
		transform: scale(1);
	}
	.ranking-slick .box {
		width: 100%;
		position: relative;
		padding: 10% 0 0 0;
	}
	.ranking-slick .box .num{
		width: 20%;
		position: absolute;
		top: 0;
		left: 5%;
		z-index: 10;
	}
	.ranking-slick .box .img{
		width: 100%;
		overflow: hidden;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 90%;
		margin: 3% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.caption-box{
		width: 100%;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .sub-title01{
		width: 100%;
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto 1% auto;
	}
	.door .sub-title02{
		width: 100%;
		font-size: 60px;
		letter-spacing: 10px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .sub-title02 span{
		color: #AECCF0;
	}
	.door .title-box{
		width: max-content;
		position: relative;
		margin: 0 auto 3% auto;
		box-sizing: border-box;
		padding: 1% 2%;
	}
	.door .title-box .icon01{
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .icon02{
		width: 30px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.door .title-box .title{
		font-size: 60px;
		letter-spacing: 10px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 5px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}


	/* movie-list */
	.movie-list{
		width: 70%;
		margin: 0 auto 15% auto;
		display: flex;
		justify-content: space-between;
	}
	.movie-box{
		width: 30%;
	}
	.movie-box .movie{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.movie-box .movie .staff-data{
		width: 100%;
		margin: 5% 0 0 0;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.movie-box .movie-link{
		width: 100%;
	}
	.movie-box .movie-link li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.movie-box .movie-link li:last-child{
		width: 100%;
		margin: 0 0 0 0 !important;
	}
	.movie-box .movie-link li .title{
		width: 100%;
		font-size: 21px;
        letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #AECCF0;
		border-bottom: 1px solid #AECCF0;
		padding: 0 0 2% 0;
		margin: 0 0 3% 0;
	}
	.movie-box .movie-link li .title .txt01{
		color: #000;
		margin: 0;
		padding: 0;
	}
	.movie-box .movie-link li .title .txt02{
		width: 100%;
		font-size: 21px;
        letter-spacing: 1px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 0 20px;
		color: #000;
	}

	/* news */
	.readmore {
		position: relative;
		margin: 0 auto 0;
		padding: 0px 0px 75px;
	}
	.readmore .readmore-content {
		position: relative;
		height: 1000px;
		overflow: hidden;
	}
	.readmore .readmore-content::before {
		position: absolute;
		display: block;
		content: "";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: linear-gradient( rgba(246,246,246,0) 0%, rgba(246,246,246,0.8) 50%, #f6f6f6 100%);
		z-index: 10;
	}
	.readmore label {
		position: absolute;
		display: table;
		left: 50%;
		bottom: 0px;
		margin: 0 auto;
		width: 200px;
		color: #000;
		text-align: center;
		border-radius: 5px;
		transform: translateX(-50%);
		cursor: pointer;
		z-index: 1;
		font-family: "garamond-premier-pro", serif;
        font-weight: 400;
        font-style: normal;
		font-size: 16px;
		letter-spacing: 4px;
	}
	.readmore label::before{
		content: 'MORE';
	}
	.readmore input[type="checkbox"]:checked ~ label::before {
		content: 'CLOSE';
	}
	.readmore input[type="checkbox"]{
		display: none;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content {
		height: auto;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
		display: none;
	}

	.news{
		width: 70%;
		margin: 0 auto;
		position: relative;
	}
	.news-fix{
		width: 20%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 0 25% 0;
		box-sizing: border-box;
	}
	.news-fix .title{
		width: max-content;
		font-size: 30px;
        letter-spacing: 5px;
        line-height: 1em;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		position: sticky;
		top: 10%;
		left: 0;
	}
	.news-list{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.news-list li{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 5% 0;
	}
	.news-list li:first-child{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 0% 0 5% 0;
	}
	.news-list li:last-child{
		width: 100%;
		border-bottom: none;
		padding: 5% 0;
	}
	.news-list li a{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		text-decoration: none;
		color: #000;
		margin: 0 auto;
	}
	.news-list li a .img{
		width: 47%;
		overflow: hidden;
	}
	.news-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.news-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.news-list li a .data{
		width: 47%;
	}
	.news-list li a .data .day{
		font-size: 12px;
        letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .title{
		font-size: 23px;
        letter-spacing: 2px;
        line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 7% 0;
	}

	.news-list li a .data .btn{
		width: 40%;
		position: relative;
	}
	.news-list li a .data .btn .btn-txt{
		width: 65%;
		line-height: 0;
		box-sizing: border-box;
		padding: 7% 0 7% 5%;
	}
	.news-list li a .data .btn .icon01{
		width: 15%;
		height: 1px;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 5%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a .data .btn .icon02{
		width: 1px;
		height: 50%;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 12%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon01{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon02{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a .data .btn .line{
		width: 0%;
		height: 1px;
		background: #000;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .line{
		width: 100%;
		transition: .3s;
	}

	/* nav */
	#nav{
		position: fixed;
		height: 100vh;
		width: 30%;
		left: -30%;
		top: 0;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
		transition: .5s;
		z-index: 100;
	}
	#nav ul{
		padding-top: 80px;
	}
	#nav ul li{
		list-style-type: none;
	}
	#hamburger {
		display: block;
		position: fixed;
		top: 20px;
		left: 20px;
		width: 30px;
		height: 15px;
		transition: .5s;
		z-index: 110;
		cursor: pointer;
	}
	.inner_line {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		transition: .3s;
	}
	.inner_line02 {
		width: 70%;
		transition: .3s;
	}
	#hamburger:hover .inner_line02 {
		width: 100%;
		transition: .3s;
	}
	#line1 {
		top: 0;
	}
	#line2 {
		top: 7px;
	}
	#line3 {
		bottom: 0px;
	}
	.in{
		transform: translateX(100%);
	}
	.line_1,.line_2,.line_3{
		background: #000000;
	}
	.line_1 {
		transform: translateY(4px) rotate(-25deg);
		top: 0;
	}
	.line_2 {
		opacity: 0;
	}
	.line_3 {
		transform: translateY(-10px) rotate(25deg);
		bottom: 0;
	}
	.nav-list{
		width: 50%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.nav-list li{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.nav-list li:nth-child(4){
		margin: 0 0 40% 0;
	}
	.nav-list li:last-child{
		width: 30%;
		margin: 0 0 0% 0;
	}
	.nav-list li a{
		width: 100%;
		display: block;
		color: #fff;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		font-size: 18px;
		letter-spacing: 5px;
	}
	
	/*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 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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: 16px;
		letter-spacing: 0px;
        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: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #605D5D;
		border: .5px solid #605D5D;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 50px;
	}
	.cart-btm:hover .btn00 {
		background: #605D5D;
		border-color: #605D5D;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #fff;
		display: inline-block;
		text-align: center;
		color: #605D5D;
		border-radius: 50px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #fff;
		color: #605D5D;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		background-image: linear-gradient(90deg, #fff, #fff);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background-size: 100% .5px;
		transition: .3s;
	}
	
	.btn-border {
		background-color: transparent;
		color: #fff;
	}
	.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;
	}


	.footer-box{
		width: 100%;
		background: #fff;
		position: relative;
        z-index: 10;
		padding: 5% 0 2% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 2% 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{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.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 0 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: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.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-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.loading-logo .logo-wrap .logo{
		width: 5%;
		margin: 0 auto 5% auto;
	}
	.loading-logo .logo-wrap .logo li:nth-child(1){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(2){
		width: 100%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(3){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(4){
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.header .mv-title-box{
		width: 30%;
		position: absolute;
		bottom: 0%;
		right: 10%;
	}
	.mv-title01{
		width: 90%;
		position: relative;
		margin: 0 0 5% 10%;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
	}
	.mv-title04{
		width: 60%;
        position: relative;
        margin: 0 0 30% 35%;
        right: 0%;
	}
	.mv-title05{
		width: 30%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.mv-title05 li:nth-child(1){
		width: 40%;
		line-height: 0;
		padding: 5% 0 0 0;
	}
	.mv-title05 li:nth-child(2){
		width: 1px;
		height: 150px;
		background: #fff;
		position: relative;
	}
	.mv-title05 li:nth-child(2) .mv-line{
		width: 1px;
		height: 150px;
		background: #AECCF0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title05 li:nth-child(3){
		width: 30%;
		line-height: 0;
		padding: 5% 0 0 0;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap02{
		width: 100%;
		position: relative;
		padding: 7% 0 5% 0;
	}
	.bg-fix{
		width: 100%;
		height: 100%;
		position: absolute !important;
		background: #000;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.bg-fix .bg-fix-in{
		width: 100%;
		position: sticky;
		top: 0;
		left: 0;
	}
	.cont-wrap{
		width: 100%;
		position: relative;
		z-index: 10;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
	}

	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._02 {
		background: #f6f6f6;
	}

	/* fix-logo */
	.fix-logo{
		width: 5%;
		height: 90%;
		position: absolute;
		top: 0;
		right: 2%;
		padding: 5% 0 0 0;
	}
	.fix-logo-in{
		width: 100%;
		position: sticky;
		top: 5%;
		left: 0;
		z-index: 9999;
	}

	/* read */
	.read{
		width: 40%;
		position: relative;
		z-index: 10;
		color: #fff;
		margin: 0 0 0 60%;
		padding: 10% 0 10% 0;
	}
	.read .title{
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
		margin: 0 0 7% 0;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read .txt span{
		width: 70px;
		height: 1px;
		background: #fff;
		display: inline-block;
		position: relative;
		top: -6px;
		margin: 0 0 0 10px;
	}

	/* feature */
	.feature{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 10% 0;
		z-index: 10;
	}
	.feature .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
	}
	.feature .title .line01{
		width: 1px;
        height: 32px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.feature .title .line02{
		width: 1px;
        height: 32px;
        background: #fff;
        display: block;
        position: absolute;
		top: 3px;
        right: -21px;
        transform: rotate(15deg);
	}

	.feature-slick-box{
		width: 100%;
		overflow: hidden;
	}
	.feature-slick-box .box{
		width: 100%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.feature-slick-box .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* stop */
	.feature-slick-box-stop{
		width: 40%;
		margin: 0 auto;
	}
	.feature-slick-stop{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.feature-slick-box-stop .box{
		width: 42%;
	}
	.feature-slick-box-stop .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box-stop .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box-stop .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box-stop .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box-stop .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box-stop .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box-stop .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box-stop .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* ranking */
	.ranking{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 5% 0;
		z-index: 10;
	}
	.ranking .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
	}
	.ranking .sub-title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 2% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 17px;
		letter-spacing: 5px;
	}
	.ranking .title .line01{
		width: 1px;
        height: 60px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.ranking .title .line02{
		width: 1px;
        height: 60px;
        background: #fff;
        display: block;
        position: absolute;
		top: 0px;
        right: -25px;
        transform: rotate(15deg);
	}
	.ranking-slick-box{
		width: 75%;
		overflow: hidden;
		margin: 0 auto;
	}
	.ranking-slick .slick-slide {
		height: auto;
		transform: scale(.70);
		transition: opacity .5s, transform .5s;
		width: 100%;
	}
	.ranking-slick .slick-center {
		transform: scale(1);
	}
	.ranking-slick .box {
		width: 100%;
		position: relative;
		padding: 10% 0 0 0;
	}
	.ranking-slick .box .num{
		width: 15%;
        position: absolute;
        top: 0;
        left: 10%;
        z-index: 10;
	}
	.ranking-slick .box .img{
		width: 100%;
		overflow: hidden;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 90%;
		margin: 3% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.caption-box{
		width: 100%;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .sub-title01{
		width: 100%;
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto 1% auto;
	}
	.door .sub-title02{
		width: 100%;
		font-size: 60px;
		letter-spacing: 10px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .sub-title02 span{
		color: #AECCF0;
	}
	.door .title-box{
		width: max-content;
		position: relative;
		margin: 0 auto 3% auto;
		box-sizing: border-box;
		padding: 1% 2%;
	}
	.door .title-box .icon01{
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .icon02{
		width: 30px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.door .title-box .title{
		font-size: 60px;
		letter-spacing: 10px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 5px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}


	/* movie-list */
	.movie-list{
		width: 70%;
		margin: 0 auto 15% auto;
		display: flex;
		justify-content: space-between;
	}
	.movie-box{
		width: 30%;
	}
	.movie-box .movie{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.movie-box .movie .staff-data{
		width: 100%;
		margin: 5% 0 0 0;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.movie-box .movie-link{
		width: 100%;
	}
	.movie-box .movie-link li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.movie-box .movie-link li:last-child{
		width: 100%;
		margin: 0 0 0 0 !important;
	}
	.movie-box .movie-link li .title{
		width: 100%;
		font-size: 21px;
        letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #AECCF0;
		border-bottom: 1px solid #AECCF0;
		padding: 0 0 2% 0;
		margin: 0 0 3% 0;
	}
	.movie-box .movie-link li .title .txt01{
		color: #000;
		margin: 0;
		padding: 0;
	}
	.movie-box .movie-link li .title .txt02{
		width: 100%;
		font-size: 21px;
        letter-spacing: 1px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 0 20px;
		color: #000;
	}

	/* news */
	.readmore {
		position: relative;
		margin: 0 auto 0;
		padding: 0px 0px 75px;
	}
	.readmore .readmore-content {
		position: relative;
		height: 1000px;
		overflow: hidden;
	}
	.readmore .readmore-content::before {
		position: absolute;
		display: block;
		content: "";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: linear-gradient( rgba(246,246,246,0) 0%, rgba(246,246,246,0.8) 50%, #f6f6f6 100%);
		z-index: 10;
	}
	.readmore label {
		position: absolute;
		display: table;
		left: 50%;
		bottom: 0px;
		margin: 0 auto;
		width: 200px;
		color: #000;
		text-align: center;
		border-radius: 5px;
		transform: translateX(-50%);
		cursor: pointer;
		z-index: 1;
		font-family: "garamond-premier-pro", serif;
        font-weight: 400;
        font-style: normal;
		font-size: 16px;
		letter-spacing: 4px;
	}
	.readmore label::before{
		content: 'MORE';
	}
	.readmore input[type="checkbox"]:checked ~ label::before {
		content: 'CLOSE';
	}
	.readmore input[type="checkbox"]{
		display: none;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content {
		height: auto;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
		display: none;
	}

	.news{
		width: 70%;
		margin: 0 auto;
		position: relative;
	}
	.news-fix{
		width: 20%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 0 25% 0;
		box-sizing: border-box;
	}
	.news-fix .title{
		width: max-content;
		font-size: 30px;
        letter-spacing: 5px;
        line-height: 1em;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		position: sticky;
		top: 10%;
		left: 0;
	}
	.news-list{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.news-list li{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 5% 0;
	}
	.news-list li:first-child{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 0% 0 5% 0;
	}
	.news-list li:last-child{
		width: 100%;
		border-bottom: none;
		padding: 5% 0;
	}
	.news-list li a{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		text-decoration: none;
		color: #000;
		margin: 0 auto;
	}
	.news-list li a .img{
		width: 47%;
		overflow: hidden;
	}
	.news-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.news-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.news-list li a .data{
		width: 47%;
	}
	.news-list li a .data .day{
		font-size: 12px;
        letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .title{
		font-size: 23px;
        letter-spacing: 2px;
        line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .txt{
		font-size: 15px;
        letter-spacing: 3px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 7% 0;
	}

	.news-list li a .data .btn{
		width: 40%;
		position: relative;
	}
	.news-list li a .data .btn .btn-txt{
		width: 65%;
		line-height: 0;
		box-sizing: border-box;
		padding: 7% 0 7% 5%;
	}
	.news-list li a .data .btn .icon01{
		width: 15%;
		height: 1px;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 5%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a .data .btn .icon02{
		width: 1px;
		height: 50%;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 12%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon01{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon02{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a .data .btn .line{
		width: 0%;
		height: 1px;
		background: #000;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .line{
		width: 100%;
		transition: .3s;
	}

	/* nav */
	#nav{
		position: fixed;
		height: 100vh;
		width: 30%;
		left: -30%;
		top: 0;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
		transition: .5s;
		z-index: 100;
	}
	#nav ul{
		padding-top: 80px;
	}
	#nav ul li{
		list-style-type: none;
	}
	#hamburger {
		display: block;
		position: fixed;
		top: 20px;
		left: 20px;
		width: 30px;
		height: 15px;
		transition: .5s;
		z-index: 110;
		cursor: pointer;
	}
	.inner_line {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		transition: .3s;
	}
	.inner_line02 {
		width: 70%;
		transition: .3s;
	}
	#hamburger:hover .inner_line02 {
		width: 100%;
		transition: .3s;
	}
	#line1 {
		top: 0;
	}
	#line2 {
		top: 7px;
	}
	#line3 {
		bottom: 0px;
	}
	.in{
		transform: translateX(100%);
	}
	.line_1,.line_2,.line_3{
		background: #000000;
	}
	.line_1 {
		transform: translateY(4px) rotate(-25deg);
		top: 0;
	}
	.line_2 {
		opacity: 0;
	}
	.line_3 {
		transform: translateY(-10px) rotate(25deg);
		bottom: 0;
	}
	.nav-list{
		width: 50%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.nav-list li{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.nav-list li:nth-child(4){
		margin: 0 0 40% 0;
	}
	.nav-list li:last-child{
		width: 30%;
		margin: 0 0 0% 0;
	}
	.nav-list li a{
		width: 100%;
		display: block;
		color: #fff;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		font-size: 18px;
		letter-spacing: 5px;
	}
	
	/*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 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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: 16px;
		letter-spacing: 0px;
        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: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #605D5D;
		border: .5px solid #605D5D;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 50px;
	}
	.cart-btm:hover .btn00 {
		background: #605D5D;
		border-color: #605D5D;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #fff;
		display: inline-block;
		text-align: center;
		color: #605D5D;
		border-radius: 50px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #fff;
		color: #605D5D;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		background-image: linear-gradient(90deg, #fff, #fff);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background-size: 100% .5px;
		transition: .3s;
	}
	
	.btn-border {
		background-color: transparent;
		color: #fff;
	}
	.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;
	}


	.footer-box{
		width: 100%;
		background: #fff;
		position: relative;
        z-index: 10;
		padding: 5% 0 2% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 2% 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{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.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 0 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: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.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-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.loading-logo .logo-wrap .logo{
		width: 5%;
		margin: 0 auto 5% auto;
	}
	.loading-logo .logo-wrap .logo li:nth-child(1){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(2){
		width: 100%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(3){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(4){
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}


	/* header */
	.header{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.header .mv-title-box{
		width: 30%;
		position: absolute;
		bottom: 0%;
		right: 10%;
	}
	.mv-title01{
		width: 90%;
		position: relative;
		margin: 0 0 5% 10%;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
	}
	.mv-title04{
		width: 60%;
        position: relative;
        margin: 0 0 30% 35%;
        right: 0%;
	}
	.mv-title05{
		width: 30%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.mv-title05 li:nth-child(1){
		width: 40%;
		line-height: 0;
		padding: 5% 0 0 0;
	}
	.mv-title05 li:nth-child(2){
		width: 1px;
		height: 100px;
		background: #fff;
	}
	.mv-title05 li:nth-child(3){
		width: 30%;
		line-height: 0;
		padding: 5% 0 0 0;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap02{
		width: 100%;
		position: relative;
		padding: 7% 0 5% 0;
	}
	.bg-fix{
		width: 100%;
		height: 100%;
		position: absolute !important;
		background: #000;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.bg-fix .bg-fix-in{
		width: 100%;
		position: sticky;
		top: 0;
		left: 0;
	}
	.cont-wrap{
		width: 100%;
		position: relative;
		z-index: 10;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
	}

	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._02 {
		background: #f6f6f6;
	}

	/* fix-logo */
	.fix-logo{
		width: 5%;
		height: 90%;
		position: absolute;
		top: 0;
		right: 2%;
		padding: 5% 0 0 0;
	}
	.fix-logo-in{
		width: 100%;
		position: sticky;
		top: 5%;
		left: 0;
		z-index: 9999;
	}

	/* read */
	.read{
		width: 50%;
		position: relative;
		z-index: 10;
		color: #fff;
		margin: 0 0 0 50%;
		padding: 10% 0 10% 0;
	}
	.read .title{
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
		margin: 0 0 7% 0;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read .txt span{
		width: 70px;
		height: 1px;
		background: #fff;
		display: inline-block;
		position: relative;
		top: -6px;
		margin: 0 0 0 10px;
	}

	/* feature */
	.feature{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 10% 0;
		z-index: 10;
	}
	.feature .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
	}
	.feature .title .line01{
		width: 1px;
        height: 32px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.feature .title .line02{
		width: 1px;
        height: 32px;
        background: #fff;
        display: block;
        position: absolute;
		top: 3px;
        right: -21px;
        transform: rotate(15deg);
	}
	.feature-slick-box{
		width: 100%;
		overflow: hidden;
	}
	.feature-slick-box .box{
		width: 100%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.feature-slick-box .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* stop */
	.feature-slick-box-stop{
		width: 50%;
		margin: 0 auto;
	}
	.feature-slick-stop{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.feature-slick-box-stop .box{
		width: 42%;
	}
	.feature-slick-box-stop .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box-stop .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box-stop .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box-stop .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box-stop .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box-stop .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box-stop .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box-stop .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* ranking */
	.ranking{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 5% 0;
		z-index: 10;
	}
	.ranking .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
	}
	.ranking .sub-title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 2% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 17px;
		letter-spacing: 5px;
	}
	.ranking .title .line01{
		width: 1px;
        height: 60px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.ranking .title .line02{
		width: 1px;
        height: 60px;
        background: #fff;
        display: block;
        position: absolute;
		top: 0px;
        right: -25px;
        transform: rotate(15deg);
	}
	.ranking-slick-box{
		width: 75%;
		overflow: hidden;
		margin: 0 auto;
	}
	.ranking-slick .slick-slide {
		height: auto;
		transform: scale(.70);
		transition: opacity .5s, transform .5s;
		width: 100%;
	}
	.ranking-slick .slick-center {
		transform: scale(1);
	}
	.ranking-slick .box {
		width: 100%;
		position: relative;
		padding: 10% 0 0 0;
	}
	.ranking-slick .box .num{
		width: 20%;
		position: absolute;
		top: 0;
		left: 5%;
		z-index: 10;
	}
	.ranking-slick .box .img{
		width: 100%;
		overflow: hidden;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 90%;
		margin: 3% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.caption-box{
		width: 100%;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .sub-title01{
		width: 100%;
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto 2% auto;
	}
	.door .sub-title02{
		width: 100%;
		font-size: 50px;
		letter-spacing: 10px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .sub-title02 span{
		color: #AECCF0;
	}
	.door .title-box{
		width: max-content;
		position: relative;
		margin: 0 auto 3% auto;
		box-sizing: border-box;
		padding: 1% 2%;
	}
	.door .title-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.door .title-box .title{
		font-size: 50px;
		letter-spacing: 10px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 5px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}


	/* movie-list */
	.movie-list{
		width: 80%;
		margin: 0 auto 15% auto;
		display: flex;
		justify-content: space-between;
	}
	.movie-box{
		width: 30%;
	}
	.movie-box .movie{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.movie-box .movie .staff-data{
		width: 100%;
		margin: 5% 0 0 0;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.movie-box .movie-link{
		width: 100%;
	}
	.movie-box .movie-link li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.movie-box .movie-link li:last-child{
		width: 100%;
		margin: 0 0 0 0 !important;
	}
	.movie-box .movie-link li .title{
		width: 100%;
		font-size: 21px;
        letter-spacing: 5px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #AECCF0;
		border-bottom: 1px solid #AECCF0;
		padding: 0 0 2% 0;
		margin: 0 0 3% 0;
	}
	.movie-box .movie-link li .title span{
		width: 100%;
		font-size: 21px;
        letter-spacing: 1px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 0 20px;
		color: #000;
	}

	/* news */
	.readmore {
		position: relative;
		margin: 0 auto 0;
		padding: 0px 0px 75px;
	}
	.readmore .readmore-content {
		position: relative;
		height: 1000px;
		overflow: hidden;
	}
	.readmore .readmore-content::before {
		position: absolute;
		display: block;
		content: "";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: linear-gradient( rgba(246,246,246,0) 0%, rgba(246,246,246,0.8) 50%, #f6f6f6 100%);
		z-index: 10;
	}
	.readmore label {
		position: absolute;
		display: table;
		left: 50%;
		bottom: 0px;
		margin: 0 auto;
		width: 200px;
		color: #000;
		text-align: center;
		border-radius: 5px;
		transform: translateX(-50%);
		cursor: pointer;
		z-index: 1;
		font-family: "garamond-premier-pro", serif;
        font-weight: 400;
        font-style: normal;
		font-size: 16px;
		letter-spacing: 4px;
	}
	.readmore label::before{
		content: 'MORE';
	}
	.readmore input[type="checkbox"]:checked ~ label::before {
		content: 'CLOSE';
	}
	.readmore input[type="checkbox"]{
		display: none;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content {
		height: auto;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
		display: none;
	}

	.news{
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	.news-fix{
		width: 20%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 0 25% 0;
		box-sizing: border-box;
	}
	.news-fix .title{
		width: max-content;
		font-size: 30px;
        letter-spacing: 5px;
        line-height: 1em;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		position: sticky;
		top: 10%;
		left: 0;
	}
	.news-list{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.news-list li{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 5% 0;
	}
	.news-list li:first-child{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 0% 0 5% 0;
	}
	.news-list li:last-child{
		width: 100%;
		border-bottom: none;
		padding: 5% 0;
	}
	.news-list li a{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		text-decoration: none;
		color: #000;
		margin: 0 auto;
	}
	.news-list li a .img{
		width: 47%;
		overflow: hidden;
	}
	.news-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.news-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.news-list li a .data{
		width: 47%;
	}
	.news-list li a .data .day{
		font-size: 12px;
        letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .title{
		font-size: 19px;
        letter-spacing: 2px;
        line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .txt{
		font-size: 14px;
        letter-spacing: 3px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 7% 0;
	}

	.news-list li a .data .btn{
		width: 40%;
		position: relative;
	}
	.news-list li a .data .btn .btn-txt{
		width: 65%;
		line-height: 0;
		box-sizing: border-box;
		padding: 7% 0 7% 5%;
	}
	.news-list li a .data .btn .icon01{
		width: 15%;
		height: 1px;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 5%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a .data .btn .icon02{
		width: 1px;
		height: 50%;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 12%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon01{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon02{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a .data .btn .line{
		width: 0%;
		height: 1px;
		background: #000;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .line{
		width: 100%;
		transition: .3s;
	}

	/* nav */
	#nav{
		position: fixed;
		height: 100vh;
		width: 30%;
		left: -30%;
		top: 0;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
		transition: .5s;
		z-index: 100;
	}
	#nav ul{
		padding-top: 80px;
	}
	#nav ul li{
		list-style-type: none;
	}
	#hamburger {
		display: block;
		position: fixed;
		top: 20px;
		left: 20px;
		width: 30px;
		height: 15px;
		transition: .5s;
		z-index: 110;
		cursor: pointer;
	}
	.inner_line {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		transition: .3s;
	}
	.inner_line02 {
		width: 70%;
		transition: .3s;
	}
	#hamburger:hover .inner_line02 {
		width: 100%;
		transition: .3s;
	}
	#line1 {
		top: 0;
	}
	#line2 {
		top: 7px;
	}
	#line3 {
		bottom: 0px;
	}
	.in{
		transform: translateX(100%);
	}
	.line_1,.line_2,.line_3{
		background: #000000;
	}
	.line_1 {
		transform: translateY(4px) rotate(-25deg);
		top: 0;
	}
	.line_2 {
		opacity: 0;
	}
	.line_3 {
		transform: translateY(-10px) rotate(25deg);
		bottom: 0;
	}
	.nav-list{
		width: 50%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.nav-list li{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.nav-list li:nth-child(4){
		margin: 0 0 40% 0;
	}
	.nav-list li:last-child{
		width: 30%;
		margin: 0 0 0% 0;
	}
	.nav-list li a{
		width: 100%;
		display: block;
		color: #fff;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		font-size: 18px;
		letter-spacing: 5px;
	}
	
	/*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 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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: 16px;
		letter-spacing: 0px;
        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: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #605D5D;
		border: .5px solid #605D5D;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 50px;
	}
	.cart-btm:hover .btn00 {
		background: #605D5D;
		border-color: #605D5D;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #fff;
		display: inline-block;
		text-align: center;
		color: #605D5D;
		border-radius: 50px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #fff;
		color: #605D5D;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		background-image: linear-gradient(90deg, #fff, #fff);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background-size: 100% .5px;
		transition: .3s;
	}
	
	.btn-border {
		background-color: transparent;
		color: #fff;
	}
	.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;
	}


	.footer-box{
		width: 100%;
		background: #fff;
		position: relative;
        z-index: 10;
		padding: 5% 0 2% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 2% 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{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.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 0 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: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.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-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.loading-logo .logo-wrap .logo{
		width: 5%;
		margin: 0 auto 5% auto;
	}
	.loading-logo .logo-wrap .logo li:nth-child(1){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(2){
		width: 100%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(3){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(4){
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		height: 50vh;
		position: relative;
		overflow: hidden;
	}
	.mv-logo{
		width: 5%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.header .mv-title-box{
		width: 30%;
		position: absolute;
		bottom: 0%;
		right: 10%;
	}
	.mv-title01{
		width: 90%;
		position: relative;
		margin: 0 0 5% 10%;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
	}
	.mv-title04{
		width: 60%;
        position: relative;
        margin: 0 0 30% 35%;
        right: 0%;
	}
	.mv-title05{
		width: 30%;
		position: relative;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.mv-title05 li:nth-child(1){
		width: 40%;
		line-height: 0;
		padding: 5% 0 0 0;
	}
	.mv-title05 li:nth-child(2){
		width: 1px;
		height: 100px;
		background: #fff;
	}
	.mv-title05 li:nth-child(3){
		width: 30%;
		line-height: 0;
		padding: 5% 0 0 0;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap02{
		width: 100%;
		position: relative;
		padding: 7% 0 5% 0;
	}
	.bg-fix{
		width: 100%;
		height: 100%;
		position: absolute !important;
		top: 0;
		left: 0;
		background: #fff;
		z-index: -1;
	}
	.bg-fix .bg-fix-in{
		width: 100%;
		position: sticky;
		top: 0;
		left: 0;
	}
	.cont-wrap{
		width: 100%;
		position: relative;
		z-index: 10;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
	}

	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._02 {
		background: #f6f6f6;
	}

	/* fix-logo */
	.fix-logo{
		width: 5%;
		height: 90%;
		position: absolute;
		top: 0;
		right: 2%;
		padding: 5% 0 0 0;
	}
	.fix-logo-in{
		width: 100%;
		position: sticky;
		top: 5%;
		left: 0;
		z-index: 9999;
	}

	/* read */
	.read{
		width: 50%;
		position: relative;
		z-index: 10;
		color: #fff;
		margin: 0 0 0 50%;
		padding: 10% 0 10% 0;
	}
	.read .title{
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
		margin: 0 0 7% 0;
	}
	.read .txt{
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read .txt span{
		width: 70px;
		height: 1px;
		background: #fff;
		display: inline-block;
		position: relative;
		top: -6px;
		margin: 0 0 0 10px;
	}

	/* feature */
	.feature{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 10% 0;
		z-index: 10;
	}
	.feature .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
	}
	.feature .title .line01{
		width: 1px;
        height: 32px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.feature .title .line02{
		width: 1px;
        height: 32px;
        background: #fff;
        display: block;
        position: absolute;
		top: 3px;
        right: -21px;
        transform: rotate(15deg);
	}
	.feature-slick-box{
		width: 100%;
		overflow: hidden;
	}
	.feature-slick-box .box{
		width: 100%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.feature-slick-box .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* stop */
	.feature-slick-box-stop{
		width: 60%;
		margin: 0 auto;
	}
	.feature-slick-stop{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.feature-slick-box-stop .box{
		width: 42%;
	}
	.feature-slick-box-stop .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box-stop .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box-stop .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box-stop .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box-stop .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box-stop .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box-stop .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box-stop .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* ranking */
	.ranking{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 5% 0;
		z-index: 10;
	}
	.ranking .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 30px;
		letter-spacing: 5px;
	}
	.ranking .sub-title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 2% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 17px;
		letter-spacing: 5px;
	}
	.ranking .title .line01{
		width: 1px;
        height: 60px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.ranking .title .line02{
		width: 1px;
        height: 60px;
        background: #fff;
        display: block;
        position: absolute;
		top: 0px;
        right: -25px;
        transform: rotate(15deg);
	}
	.ranking-slick-box{
		width: 75%;
		overflow: hidden;
		margin: 0 auto;
	}
	.ranking-slick .slick-slide {
		height: auto;
		transform: scale(.70);
		transition: opacity .5s, transform .5s;
		width: 100%;
	}
	.ranking-slick .slick-center {
		transform: scale(1);
	}
	.ranking-slick .box {
		width: 100%;
		position: relative;
		padding: 10% 0 0 0;
	}
	.ranking-slick .box .num{
		width: 20%;
		position: absolute;
		top: 0;
		left: 5%;
		z-index: 10;
	}
	.ranking-slick .box .img{
		width: 100%;
		overflow: hidden;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 90%;
		margin: 3% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.caption-box{
		width: 100%;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .sub-title01{
		width: 100%;
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto 2% auto;
	}
	.door .sub-title02{
		width: 100%;
		font-size: 50px;
		letter-spacing: 10px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .sub-title02 span{
		color: #AECCF0;
	}
	.door .title-box{
		width: max-content;
		position: relative;
		margin: 0 auto 3% auto;
		box-sizing: border-box;
		padding: 1% 2%;
	}
	.door .title-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.door .title-box .title{
		font-size: 50px;
		letter-spacing: 10px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 5px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}


	/* movie-list */
	.movie-list{
		width: 90%;
		margin: 0 auto 15% auto;
		display: flex;
		justify-content: space-between;
	}
	.movie-box{
		width: 30%;
	}
	.movie-box .movie{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.movie-box .movie .staff-data{
		width: 100%;
		margin: 5% 0 0 0;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.movie-box .movie-link{
		width: 100%;
	}
	.movie-box .movie-link li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.movie-box .movie-link li:last-child{
		width: 100%;
		margin: 0 0 0 0 !important;
	}
	.movie-box .movie-link li .title{
		width: 100%;
		font-size: 17px;
        letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #AECCF0;
		border-bottom: 1px solid #AECCF0;
		padding: 0 0 2% 0;
		margin: 0 0 3% 0;
	}
	.movie-box .movie-link li .title .txt01{
		color: #000;
		margin: 0;
		padding: 0;
	}
	.movie-box .movie-link li .title .txt02{
		width: 100%;
		font-size: 17px;
        letter-spacing: 1px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 0 20px;
		color: #000;
	}

	/* news */
	.readmore {
		position: relative;
		margin: 0 auto 0;
		padding: 0px 0px 75px;
	}
	.readmore .readmore-content {
		position: relative;
		height: 1000px;
		overflow: hidden;
	}
	.readmore .readmore-content::before {
		position: absolute;
		display: block;
		content: "";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: linear-gradient( rgba(246,246,246,0) 0%, rgba(246,246,246,0.8) 50%, #f6f6f6 100%);
		z-index: 10;
	}
	.readmore label {
		position: absolute;
		display: table;
		left: 50%;
		bottom: 0px;
		margin: 0 auto;
		width: 200px;
		color: #000;
		text-align: center;
		border-radius: 5px;
		transform: translateX(-50%);
		cursor: pointer;
		z-index: 1;
		font-family: "garamond-premier-pro", serif;
        font-weight: 400;
        font-style: normal;
		font-size: 16px;
		letter-spacing: 4px;
	}
	.readmore label::before{
		content: 'MORE';
	}
	.readmore input[type="checkbox"]:checked ~ label::before {
		content: 'CLOSE';
	}
	.readmore input[type="checkbox"]{
		display: none;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content {
		height: auto;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
		display: none;
	}

	.news{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.news-fix{
		width: 20%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 0 25% 0;
		box-sizing: border-box;
	}
	.news-fix .title{
		width: max-content;
		font-size: 30px;
        letter-spacing: 5px;
        line-height: 1em;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		position: sticky;
		top: 10%;
		left: 0;
	}
	.news-list{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.news-list li{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 5% 0;
	}
	.news-list li:first-child{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 0% 0 5% 0;
	}
	.news-list li:last-child{
		width: 100%;
		border-bottom: none;
		padding: 5% 0;
	}
	.news-list li a{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		text-decoration: none;
		color: #000;
		margin: 0 auto;
	}
	.news-list li a .img{
		width: 47%;
		overflow: hidden;
	}
	.news-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.news-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.news-list li a .data{
		width: 47%;
	}
	.news-list li a .data .day{
		font-size: 12px;
        letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .title{
		font-size: 21px;
        letter-spacing: 2px;
        line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .txt{
		font-size: 14px;
        letter-spacing: 3px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 7% 0;
	}

	.news-list li a .data .btn{
		width: 40%;
		position: relative;
	}
	.news-list li a .data .btn .btn-txt{
		width: 65%;
		line-height: 0;
		box-sizing: border-box;
		padding: 7% 0 7% 5%;
	}
	.news-list li a .data .btn .icon01{
		width: 15%;
		height: 1px;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 5%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a .data .btn .icon02{
		width: 1px;
		height: 50%;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 12%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon01{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon02{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a .data .btn .line{
		width: 0%;
		height: 1px;
		background: #000;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .line{
		width: 100%;
		transition: .3s;
	}

	/* nav */
	#nav{
		position: fixed;
		height: 100vh;
		width: 40%;
		left: -40%;
		top: 0;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
		transition: .5s;
		z-index: 100;
	}
	#nav ul{
		padding-top: 80px;
	}
	#nav ul li{
		list-style-type: none;
	}
	#hamburger {
		display: block;
		position: fixed;
		top: 20px;
		left: 20px;
		width: 30px;
		height: 15px;
		transition: .5s;
		z-index: 110;
		cursor: pointer;
	}
	.inner_line {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		transition: .3s;
	}
	.inner_line02 {
		width: 70%;
		transition: .3s;
	}
	#hamburger:hover .inner_line02 {
		width: 100%;
		transition: .3s;
	}
	#line1 {
		top: 0;
	}
	#line2 {
		top: 7px;
	}
	#line3 {
		bottom: 0px;
	}
	.in{
		transform: translateX(100%);
	}
	.line_1,.line_2,.line_3{
		background: #000000;
	}
	.line_1 {
		transform: translateY(4px) rotate(-25deg);
		top: 0;
	}
	.line_2 {
		opacity: 0;
	}
	.line_3 {
		transform: translateY(-10px) rotate(25deg);
		bottom: 0;
	}
	.nav-list{
		width: 50%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
	}
	.nav-list li{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.nav-list li:nth-child(4){
		margin: 0 0 80% 0;
	}
	.nav-list li:last-child{
		width: 30%;
		margin: 0 0 0% 0;
	}
	.nav-list li a{
		width: 100%;
		display: block;
		color: #fff;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		font-size: 18px;
		letter-spacing: 5px;
	}
	
	/*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 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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: 16px;
		letter-spacing: 0px;
        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: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #605D5D;
		border: .5px solid #605D5D;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 50px;
	}
	.cart-btm:hover .btn00 {
		background: #605D5D;
		border-color: #605D5D;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #fff;
		display: inline-block;
		text-align: center;
		color: #605D5D;
		border-radius: 50px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #fff;
		color: #605D5D;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		background-image: linear-gradient(90deg, #fff, #fff);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background-size: 100% .5px;
		transition: .3s;
	}
	
	.btn-border {
		background-color: transparent;
		color: #fff;
	}
	.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;
	}


	.footer-box{
		width: 100%;
		background: #fff;
		position: relative;
        z-index: 10;
		padding: 10% 0 2% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 2% 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{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.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 0 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: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.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-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.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: 0px;
		line-height: 0;
    }
    .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: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.loading-logo .logo-wrap .logo{
		width: 15%;
		margin: 0 auto 5% auto;
	}
	.loading-logo .logo-wrap .logo li:nth-child(1){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(2){
		width: 100%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(3){
		width: 80%;
		margin: 0 auto 15% auto;
		line-height: 0;
	}
	.loading-logo .logo-wrap .logo li:nth-child(4){
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
	.mv-logo{
		width: 15%;
        position: absolute;
        top: 2%;
        left: 3%;
        line-height: 0;
        z-index: 10;
	}

	.header .mv-title-box{
		width: 80%;
		position: absolute;
		bottom: 5%;
		right: 0%;
		left: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: 90%;
		position: relative;
		margin: 0 0 5% 10%;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title03{
		width: 100%;
		position: relative;
	}
	.mv-title04{
		width: 70%;
		position: relative;
		margin: 0 0 0 30%;
		right: 0%;
	}

	/* common */
	.all-wrap{
		width: 100%;
		position: relative;
	}
	.all-wrap02{
		width: 100%;
		position: relative;
		padding: 15% 0 5% 0;
	}
	.bg-fix{
		width: 100%;
		height: 100%;
		position: absolute !important;
		top: 0;
		left: 0;
		background: #fff;
		z-index: -1;
	}
	.bg-fix .bg-fix-in{
		width: 100%;
		position: sticky;
		top: 0;
		left: 0;
	}
	.cont-wrap{
		width: 100%;
		position: relative;
		z-index: 10;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
	}

	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._02 {
		background: #f6f6f6;
	}

	/* fix-logo */
	.fix-logo{
		width: 13%;
		height: 90%;
		position: absolute;
		top: 0;
		right: 2%;
		padding: 5% 0 0 0;
	}
	.fix-logo-in{
		width: 100%;
		position: sticky;
		top: 20px;
		left: 0;
		z-index: 9999;
	}

	/* read */
	.read{
		width: 80%;
		position: relative;
		z-index: 10;
		color: #fff;
		margin: 0 0 0 0%;
		padding: 20% 0 20% 0;
		margin: 0 auto;
	}
	.read .title{
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 23px;
		letter-spacing: 5px;
		margin: 0 0 10% 0;
	}
	.read .txt{
		font-size: 15px;
        letter-spacing: 2px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.read .txt span{
		width: 50px;
		height: 1px;
		background: #fff;
		display: inline-block;
		position: relative;
		top: -6px;
		margin: 0 0 0 10px;
	}

	/* feature */
	.feature{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 20% 0;
		z-index: 10;
	}
	.feature .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 23px;
		letter-spacing: 5px;
	}
	.feature .title .line01{
		width: 1px;
        height: 25px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.feature .title .line02{
		width: 1px;
        height: 25px;
        background: #fff;
        display: block;
        position: absolute;
		top: 3px;
        right: -21px;
        transform: rotate(15deg);
	}
	.feature-slick-box{
		width: 100%;
		overflow: hidden;
	}
	.feature-slick-box .box{
		width: 100%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.feature-slick-box .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* stop */
	.feature-slick-box-stop{
		width: 80%;
		margin: 0 auto;
	}
	.feature-slick-stop{
		width: 100%;
		margin: 0 auto;
	}
	.feature-slick-box-stop .box{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.feature-slick-box-stop .box a{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	.feature-slick-box-stop .box a .img{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.feature-slick-box-stop .box a .img img{
		width: 100%;
		transform: scale(1);
		transition: .3s;
	}
	.feature-slick-box-stop .box a:hover .img img{
		width: 100%;
		transform: scale(1.05);
		transition: .3s;
	}
	.feature-slick-box-stop .box a .data{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	.feature-slick-box-stop .box a .data .new{
		width: 35%;
		margin: 0 0 7% 0;
	}
	.feature-slick-box-stop .box a .data .day{
		font-size: 12px;
		letter-spacing: 3px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.feature-slick-box-stop .box a .data .txt-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(1){
		width: 10%;
		border: 1px solid #fff;
		padding: 2% 0;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2){
		width: 80%;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
	}
	.feature-slick-box-stop .box a .data .txt-box li:nth-child(2) .txt span{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	/* ranking */
	.ranking{
		width: 100%;
		overflow: hidden;
		padding: 0% 0 5% 0;
		z-index: 10;
	}
	.ranking .title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 5% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 23px;
		letter-spacing: 5px;
	}
	.ranking .sub-title{
		width: max-content;
		display: block;
		position: relative;
		color: #fff;
		margin: 0 auto 2% auto;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 15px;
		letter-spacing: 5px;
	}
	.ranking .title .line01{
		width: 1px;
        height: 50px;
        background: #fff;
        display: block;
        position: absolute;
        top: 0px;
        left: -25px;
		transform: rotate(15deg);
	}
	.ranking .title .line02{
		width: 1px;
        height: 50px;
        background: #fff;
        display: block;
        position: absolute;
		top: 0px;
        right: -25px;
        transform: rotate(15deg);
	}
	.ranking-slick-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	.ranking-slick .slick-slide {
		height: auto;
		transform: scale(.90);
		transition: opacity .5s, transform .5s;
		width: 100%;
	}
	.ranking-slick .slick-center {
		transform: scale(1);
	}
	.ranking-slick .box {
		width: 100%;
		position: relative;
		padding: 10% 0 0 0;
	}
	.ranking-slick .box .num{
		width: 15%;
		position: absolute;
		top: 0;
		left: 5%;
		z-index: 10;
	}
	.ranking-slick .box .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.slick-slide .caption {
        z-index: 99;
        opacity: 0;
        transition: .3s ease;
		width: 100%;
		margin: 5% auto 0 auto;
		overflow: hidden;
	}
	.slick-current .caption {
		opacity: 1;
		transition-delay: .5s;
	}
	.caption-box{
		width: 100%;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.door .sub-title01{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto 3% auto;
	}
	.door .sub-title02{
		width: 100%;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto 2% auto;
	}
	.door .sub-title02 span{
		color: #AECCF0;
	}
	.door .title-box{
		width: max-content;
		position: relative;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 1% 2%;
	}
	.door .title-box .icon01{
		width: 15px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .icon02{
		width: 15px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.door .title-box .title{
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}
	.door .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}


	/* movie-list */
	.movie-list{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.movie-box{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.movie-box .movie{
		width: 85%;
		margin: 0 auto 7% auto;
	}
	.movie-box .movie .staff-data{
		width: 100%;
		margin: 5% 0 0 0;
		font-size: 12px;
		letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.movie-box .movie-link{
		width: 85%;
		margin: 0 auto;
	}
	.movie-box .movie-link li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.movie-box .movie-link li:last-child{
		width: 100%;
		margin: 0 0 0 0 !important;
	}
	.movie-box .movie-link li .title{
		width: 100%;
		font-size: 17px;
        letter-spacing: 2px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #AECCF0;
		border-bottom: 1px solid #AECCF0;
		padding: 0 0 2% 0;
		margin: 0 0 3% 0;
	}
	.movie-box .movie-link li .title .txt01{
		color: #000;
		margin: 0;
		padding: 0;
	}
	.movie-box .movie-link li .title .txt02{
		width: 100%;
		font-size: 17px;
        letter-spacing: 1px;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 0 20px;
		color: #000;
	}

	/* news */
	.readmore {
		position: relative;
		margin: 0 auto 10% auto;
		padding: 0px 0px 15% 0;
	}
	.readmore .readmore-content {
		position: relative;
		height: 1500px;
		overflow: hidden;
	}
	.readmore .readmore-content::before {
		position: absolute;
		display: block;
		content: "";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: linear-gradient( rgba(246,246,246,0) 0%, rgba(246,246,246,0.8) 50%, #f6f6f6 100%);
		z-index: 10;
	}
	.readmore label {
		position: absolute;
		display: table;
		left: 50%;
		bottom: 0px;
		margin: 0 auto;
		width: 200px;
		color: #000;
		text-align: center;
		border-radius: 5px;
		transform: translateX(-50%);
		cursor: pointer;
		z-index: 1;
		font-family: "garamond-premier-pro", serif;
        font-weight: 400;
        font-style: normal;
		font-size: 16px;
		letter-spacing: 4px;
	}
	.readmore label::before{
		content: 'MORE';
	}
	.readmore input[type="checkbox"]:checked ~ label::before {
		content: 'CLOSE';
	}
	.readmore input[type="checkbox"]{
		display: none;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content {
		height: auto;
	}
	.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
		display: none;
	}

	.news{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.news-fix{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 0 25% 0;
		box-sizing: border-box;
	}
	.news-fix .title{
		width: 100%;
		font-size: 21px;
        letter-spacing: 5px;
        line-height: 1em;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		position: sticky;
		top: 2%;
		left: 0;
		text-align: center;
		z-index: 10;
	}
	.news-list{
		width: 100%;
	}
	.news-list li{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 10% 0;
	}
	.news-list li:first-child{
		width: 100%;
		border-bottom: 1px solid rgba(35, 24, 21, .2);
		padding: 15% 0 10% 0;
	}
	.news-list li:last-child{
		width: 100%;
		border-bottom: none;
	}
	.news-list li a{
		width: 90%;
		text-decoration: none;
		color: #000;
		margin: 0 auto;
	}
	.news-list li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.news-list li a .img img{
		transform: scale(1);
		transition: .3s;
	}
	.news-list li a:hover .img img{
		transform: scale(1.05);
		transition: .3s;
	}
	.news-list li a .data{
		width: 90%;
		margin: 0 auto;
	}
	.news-list li a .data .day{
		font-size: 10px;
        letter-spacing: 3px;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .title{
		font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 5% 0;
	}
	.news-list li a .data .txt{
		font-size: 14px;
        letter-spacing: 3px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: justify;
		margin: 0 0 7% 0;
	}

	.news-list li a .data .btn{
		width: 40%;
		position: relative;
	}
	.news-list li a .data .btn .btn-txt{
		width: 65%;
		line-height: 0;
		box-sizing: border-box;
		padding: 7% 0 7% 5%;
	}
	.news-list li a .data .btn .icon01{
		width: 15%;
		height: 1px;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 5%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a .data .btn .icon02{
		width: 1px;
		height: 50%;
		background: #000;
		line-height: 0;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
        right: 12%;
		opacity: 0;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon01{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .icon02{
		opacity: 1;
		transition: .3s;
	}
	.news-list li a .data .btn .line{
		width: 0%;
		height: 1px;
		background: #000;
		transition: .3s;
	}
	.news-list li a:hover .data .btn .line{
		width: 100%;
		transition: .3s;
	}

	/* nav */
	#nav{
		position: fixed;
		height: 100vh;
		width: 60%;
		left: -60%;
		top: 0;
		-webkit-backdrop-filter: blur(10px) brightness(0.8);
		backdrop-filter: blur(10px) brightness(0.8);
		transition: .5s;
		z-index: 100;
	}
	#nav ul{
		padding-top: 80px;
	}
	#nav ul li{
		list-style-type: none;
	}
	#hamburger {
		display: block;
		position: fixed;
		top: 20px;
		left: 15px;
		width: 30px;
		height: 15px;
		transition: .5s;
		z-index: 110;
		cursor: pointer;
	}
	.inner_line {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		transition: .3s;
	}
	.inner_line02 {
		width: 70%;
		transition: .3s;
	}
	#hamburger:hover .inner_line02 {
		width: 100%;
		transition: .3s;
	}
	#line1 {
		top: 0;
	}
	#line2 {
		top: 7px;
	}
	#line3 {
		bottom: 0px;
	}
	.in{
		transform: translateX(100%);
	}
	.line_1,.line_2,.line_3{
		background: #000000;
	}
	.line_1 {
		transform: translateY(4px) rotate(-25deg);
		top: 0;
	}
	.line_2 {
		opacity: 0;
	}
	.line_3 {
		transform: translateY(-10px) rotate(25deg);
		bottom: 0;
	}
	.nav-list{
		width: 50%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
	}
	.nav-list li{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.nav-list li:nth-child(4){
		margin: 0 0 80% 0;
	}
	.nav-list li:last-child{
		width: 50%;
		margin: 0 0 0% 0;
	}
	.nav-list li a{
		width: 100%;
		display: block;
		color: #fff;
		font-family: "garamond-premier-pro", serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 3px;
	}
	
	/*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 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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: 16px;
		letter-spacing: 0px;
        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: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #605D5D;
		border: .5px solid #605D5D;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 50px;
	}
	.cart-btm:hover .btn00 {
		background: #605D5D;
		border-color: #605D5D;
		color: #fff;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #fff;
		border: .5px solid #fff;
		display: inline-block;
		text-align: center;
		color: #605D5D;
		border-radius: 50px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #fff;
		color: #605D5D;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 6px 0 6px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		background-image: linear-gradient(90deg, #fff, #fff);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 .5px;
		transition: .3s;
	}
	.cart-btm:hover .btn02 {
		background-size: 100% .5px;
		transition: .3s;
	}
	
	.btn-border {
		background-color: transparent;
		color: #fff;
	}
	.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;
	}


	.footer-box{
		width: 100%;
		background: #fff;
		position: relative;
        z-index: 10;
		padding: 10% 0 2% 0;
	}


	/*f-banner*/
	.f-banner{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 5% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 8px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 15px;
        width: 35px;
        height: 35px;
        display: block;
        z-index: 30;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 35px;
		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);
		-webkit-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: 50%;
		background: rgba(222, 190, 152, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 50%;
		background: rgba(60, 60, 71, .8);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		padding: 3px 0;
	}

}
