@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

body {
	min-width: 1180px;
	min-height: 100vh;
	color: #333333;
	font-size: 14px;
	line-height: 1.75;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;

	background: #F3F3EF;
    position: relative;
    font-family: 'Zen kaku Gothic New', sans-serif;
	overflow-x: hidden;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

.vis-hidden {
	display: block;
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
}

.vis-sp,
.vis-tb {
	display: none;
}



body.-archive main::before {
	content: '';
	width: 718px;
	height: 844px;
	background: url(/img/cmn/bg-archive02.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -10%;
	right: -160px;
	z-index: -1;
}

body.-archive main::after {
	content: '';
	width: 868px;
	height: 981px;
	background: url(/img/cmn/bg-archive01.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 36%;
    left: -300px;
	z-index: -1;
}

body.-single main::before {
	content: '';
	width: 853px;
	height: 1081px;
	background: url(/img/cmn/bg-single01.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -10%;
	right: -260px;
	z-index: -1;
}

body.-single main::after {
	content: '';
	width: 754px;
	height: 857px;
	background: url(/img/cmn/bg-single02.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 46%;
    left: -430px;
	z-index: -1;
}


main {
	margin-bottom: 100px;
}

.hidden {
	overflow: hidden;
}


/* header */

.logo a {
	font-size: 22px;
	font-weight: bold;
}

.header {
	padding:  44px 66px 30px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-top: -20px;
	transition-duration: 0.5s;
	width: 100%;
	position: relative;
	z-index: 1000;
}

.header .inner {
	max-width: 1300px;
	padding: 0;
}

.header_cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_link {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header_link li a {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 32px;
	border-radius: 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header_link .info a {
	background: #fff;
}

.header_link .movie a {
	color: #fff;
	background: #000;
	display: flex;
	align-items: center;
	gap: 10px;
}

.header_link .movie a::before {
	content: '';
    width: 12px;
    height: 13px;
    background: url(/img/cmn/icon-key.svg);
    background-size: cover;
    background-repeat: no-repeat;
}


/* info */

.info_list ul li a {
	display: flex;
	align-items: center;
}

.info_detail {
	flex: 1;
}

.new {
	color: #FF5858;
	font-size: 18px;
	font-weight: bold;
}


/* page */

.page_ttl {
	font-size: 35px;
	font-weight: bold;
	margin: 40px 0 30px;
	text-align: center;
}


/* copy */

.to-top {
	text-align: right;
}

.copy {
	margin-bottom: 50px;
}

.copy p {
	margin-top: 15px;
	text-align: right;
}


/* cmnnav */

.cmnnav_btn.-open span:nth-child(1) {
	transform: translateY(10px) rotate(45deg)
}

.cmnnav_btn.-open span:nth-child(2) {
	opacity: 0;
}

.cmnnav_btn.-open span:nth-child(3) {
	transform: translateY(5px) rotate(-45deg);
}

.cmnnav_btn span {
	display: block;
	width: 26px;
	height: 2px;
	border-radius: 10px;
	background: #000;
	transition-duration: 0.5s;
}

.cmnnav_btn span:nth-child(1) {
	
}

.cmnnav_btn span:nth-child(2) {
	transform: translateY(5px);
}

.cmnnav_btn span:nth-child(3) {
	transform: translateY(10px);
}

.cmnnav {
	padding: 100px 28px 10px;
	background: #F3F3EF;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

.cmnnav .header_link {
	flex-flow: column;
	gap: 15px;
}

.cmnnav .header_link li {
	width: 100%;
}

.cmnnav .header_link li a {
	width: 100%;
	display: block;
	padding: 10px 15px;
}

.header.-open {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background-color: unset;
	box-shadow: unset;
}

@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:767px) {
	body {
		min-width: 0;
	}

	.inner {
		padding: 0 24px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.copy p {
		font-size: 13px;
		color: #000;
		text-align: center;
	}

	/* header */

	.header {
		padding: 21px 15px 16px;
		border-radius: 15px;
		margin-top: -10px;
	}

	.logo a {
		font-size: 13px;
	}

	.header_link .movie a {
		color: #000;
		background: #fff;
	}

	
	.page_ttl {
		font-size: 18px;
	}


	/* bg */

	body.-archive main::before {
        background: url(/img/cmn/bg-archive02_sp.png) 230px / 250px 247px;
        width: 100%;
        height: 247px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0;
        top: -5%;
    }

    body.-archive main::after {
        background: url(/img/cmn/bg-archive01_sp.png) center / 530px 537px;
        width: 100%;
        height: 537px;
        background-size: cover;
        background-repeat: no-repeat;
        left: 0;
		top: 33%;
    }

	body.-single main::before {
        background: url(/img/cmn/bg-single01_sp.png) center / 358px 324px;
        width: 100%;
        height: 324px;
        background-size: cover;
        background-repeat: no-repeat;
        right: unset;
        left: 5%;
		top: -2%;
        transform: translateX(-50%);
    }

    body.-single main::after {
		background: url(/img/cmn/bg-single02_sp.png) center / 530px 537px;
        width: 100%;
        height: 537px;
        background-size: cover;
        background-repeat: no-repeat;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media print {
}
