@charset "utf-8";
.novelty_inner {
		max-width: 860px;
		margin: 0 auto;
		padding-bottom: 40px;
}
@media(max-width: 767px) {
		.novelty_inner {
				padding-bottom: 20px;
		}
}
.novelty_catch {
		margin: 0 0 40px;
		text-align: center;
		font-weight: 700;
}
.novelty_catch_1 {
		line-height: 1.4;
		font-size: 20px;
		margin: 0 0 10px;
}
.novelty_catch_2 {
		line-height: 1.4;
		font-size: 32px;
}
.novelty_catch_3 {
		line-height: 1.4;
		font-size: 64px;
}
@media(max-width: 960px) {
		.novelty_catch_1 {
				font-size: 16px;
		}
		.novelty_catch_2 {
				font-size: 26px;
		}
		.novelty_catch_3 {
				font-size: 52px;
		}
}
@media(max-width: 767px) {
		.novelty_catch_1 {
				font-size: 14px;
				margin: 0 0 10px;
				line-height: 1.6;
		}
		.novelty_catch_2 {
				font-size: 18px;
				margin: 0 0 10px;
				line-height: 1.6;
		}
		.novelty_catch_3 {
				font-size: 42px;
		}
}
.film_flex {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		background: #EBEBEB;
		position: relative;
		box-sizing: border-box;
		padding: 50px;
		margin: 0 0 20px
}
.film_flex img {
		width: 100%;
		height: auto;
}
.film_flex_left {
		width: 370px;
}
.film_flex_right {
		position: relative;
		width: 360px;
}
.film_flex_right .film_flex_caption {
		position: absolute;
		width: 100%;
		bottom: -115px;
		left: 0
}
.film_flex_caption p {
		text-align: center;
		line-height: 1.8;
		font-weight: 500;
}
.film_notes {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		margin: 0 0 80px;
}
@media(max-width: 990px) {
		.film_flex_left {
				width: 50%;
		}
		.film_flex_right {
				position: relative;
				width: calc(50% - 25px);
		}
		.film_flex_right .film_flex_caption {
				bottom: -11vw;
		}
}
@media(max-width: 767px) {
		.film_flex {
				display: block;
				padding: 30px 15px;
		}
		.film_flex_left {
				width: 100%;
				margin: 0 0 25px;
		}
		.film_flex_right {
				width: 100%;
		}
		.film_flex_right .film_flex_caption {
				position: static;
				bottom: inherit;
				padding-top: 35px;
		}
}
.area_title {
		text-align: center;
		font-size: 32px;
		line-height: 1.6;
		margin: 0 0 30px
}
.area_gr {
		margin: 0 0 12px
}
.area_hd {
		height: 60px;
		display: flex;
		align-items: center;
		background: #000;
		position: relative;
		cursor: pointer;
}
.area_hd .area_hd_trigger {
		position: absolute;
		width: 20px;
		height: 20px;
		top: 20px;
		right: 20px;
}
.area_hd_trigger::before, .area_hd_trigger::after {
		content: '';
		display: block;
		position: absolute;
		top: 9px;
		left: 0;
		width: 20px;
		height: 2px;
		background: #fff;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.area_hd_trigger::after {
		transform: rotate(90deg)
}
.isOpen .area_hd_trigger::before {
		transform: rotate(180deg)
}
.isOpen .area_hd_trigger::after {
		opacity: 0
}
.area_hd h5 {
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		padding: 0 24px;
}
.area_cont {
		background-repeat: repeat-y;
		background-position: center top;
		background-size: 100%;
		background-image: url("../images/novelty_bg.png");
		padding: 0 6px 6px;
		display: none;
}
.area_cont_in {
		background: #fff;
		padding: 40px 50px;
}
.shop_list {
		margin: 0 0 25px;
		padding: 0 0 25px;
		border-bottom: 1px solid #969696;
		position: relative;
}
.shop_tel a {
		color: #000;
		text-decoration: underline;
}
@media(min-width: 768px) {
		.shop_tel a {
				pointer-events: none;
				text-decoration: none;
		}
}
.resion_gr .shop_list:last-child {
		margin-bottom: 0;
}
.pref_sb {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 25px;
		padding: 30px 0 15px;
		border-bottom: 1px solid #969696;
}
.area_cont_in .pref_sb:first-child {
		padding-top: 0;
}
.shop_name {
		font-size: 24px;
		font-weight: 700;
		margin: 0 0 15px;
		line-height: 1.6;
}
.shop_address {
		line-height: 1.8;
		margin: 0 0 10px;
}
.shop_list .shop_map {
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		font-family: "Roboto", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
}
.shop_map a {
		color: #fff;
		background: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		text-decoration: none;
		box-sizing: border-box;
		border: 1px solid #000;
		transition: background 0.4s;
}
.shop_map a span {
		transform: translateY(1px)
}
@media (hover: hover) {
		.shop_map a:hover {
				background: #fff;
				color: #000;
		}
}
@media(max-width: 767px) {
		.area_title {
				font-size: 24px;
				margin: 0 0 30px
		}
		.area_gr {
				margin: 0 0 10px
		}
		.area_hd {
				height: 40px;
		}
		.area_hd .area_hd_trigger {
				width: 16px;
				height: 16px;
				top: 12px;
				right: 10px;
		}
		.area_hd_trigger::before, .area_hd_trigger::after {
				top: 7px;
				width: 16px;
				height: 2px;
		}
		.area_hd h5 {
				font-size: 16px;
				padding: 0 15px;
		}
		.area_cont {
				padding: 0 6px 6px;
		}
		.area_cont_in {
				padding: 30px 15px;
		}
		.shop_list {
				margin: 0 0 15px;
				padding: 0 0 15px;
		}
		.resion_gr .shop_list:last-child {
				margin-bottom: 0;
		}
		.shop_name {
				font-size: 16px;
				margin: 0 0 10px;
		}
		.pref_sb {
				font-size: 16px;
				margin: 0 0 10px;
				padding: 25px 0 10px;
		}
		.shop_address {
				margin: 0 0 10px;
		}
		.shop_list .shop_map {
				position: absolute;
				width: 50px;
				font-size: 14px;
		}
		.shop_map a {
				height: 20px;
		}
		.shop_map a span {
				transform: translateY(1px)
		}
}