@charset "UTF-8";

.modal-content {
	background: #000;
}
html {
	overflow-x: auto;
}
a:hover img {
	opacity: 0.8;
}
.header {
	position: relative;
}
/* パララックス */
.inV {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVright {
	transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVleft {
	transform: translate(-40px, 0);
	-webkit-transform: translate(-40px, 0);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}
.inVopen {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
	transition-delay: 0.8s;
}
.inValpha {
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
	transition-delay: 0.8s;
}
.inSc,
.inVp,
.inVsc {
	transform: scale(.8);
	filter: alpha( opacity=0 );
	opacity: 0;
	transition: .3s;
	transition-delay: 1s;
}
.inAnime {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}
.zoom {
	opacity: 0;
}
.zoom.is-animated {
	animation: zoom 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes zoom {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	65% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
	20%,
	100% {
		opacity: 1;
	}
}

main,
nav {
	font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
}
main a:hover {
	opacity: 0.8;
}
body {
	overflow-x: clip;
}
h1 {
	background: url("../images/gourmet/bg_main.jpg") center top no-repeat;
	position: relative;
	padding: 10px 0 80px;
}
h1 span {
	width: 1200px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
h1 span img:last-child {
	margin-top: 29px;
}
h1 a {
	position: absolute;
	bottom: 110px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.lead {
	margin: -35px auto -40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #eb5c01;
	position: relative;
	z-index: 10;
}
.lead span {
	margin-left: 40px;
	font-weight: 700;
	font-size: 2.0rem;
}
article {
	background: url("../images/gourmet/bg_gourmet.png") center top;
}
section {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#ranking {
	padding: 100px 0 0;
}
#ranking .link {
	margin-bottom: 70px;
}
#recommend {
	margin-top: 45px;
	padding: 30px 0 65px;
}
#hello {
	margin-top: 65px;
	padding: 30px 0 30px;
}
#recommend:before,
#hello:before {
	display: block;
	content: "";
	height: 34px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: url("../images/gourmet/bg_recommend_top.png") center top no-repeat;
	background-size: contain;
}
#recommend:after,
#hello:after {
	display: block;
	content: "";
	height: 65px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: url("../images/gourmet/bg_recommend_bottom.png") center top no-repeat;
	background-size: contain;
}
#hello:after {
	background: url("../images/gourmet/bg_hello_bottom.png") center top no-repeat;
	background-size: contain;
	height: 34px;
}
.shop_list,
#hello > div {
	background: url("../images/gourmet/bg_recommend.png") center top repeat-y;
	background-size: contain;
}
h2,
.link {
	text-align: center;
}
h2 {
	padding: 3px 0 0;
}

.back {
	padding: 80px 0 65px;
	text-align: center;
}
.shop_list > div {
	width: 900px;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.shop_list p {
	width: 204px;
	min-height: 210px;
	margin-right: calc(84px / 3);
	color: #EB5C01;
	line-height: 1.3;
	position: relative;
}
.shop_list p:nth-child(4n) {
	margin-right: 0;
}
.shop_list span {
	display: block;
	margin-top: 0.25em;
	text-align: center;
	font-weight: 700;
}
.shop_list p img {
	border: 3px solid #EB5C01;
	box-sizing: border-box;
}
.shop_list p .like {
	width: 55px;
	position: absolute;
	right: -2px;
	top: -2px;
	border: none;
}
.modal_contents {
	width: 790px;
	display: flex;
}
.modal_contents > p {
	margin-right: 30px;
	min-width: 410px;
	max-width: 410px;
}
.modal_contents > p img {
	border: 4px solid #EB5C01;
}
.modal_contents > div {
	width: -webkit-fill-available;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal_contents > div p:last-child {
	margin-top: 1.5em;
}
.modal_contents div.like01 p:last-child {
	margin-top: 0;
}
.modal_contents span {
	display: block;
	color: #EB5C01;
}
.like01,
.like02 {
	background: #FFE100;
	display: flex;
	align-items: center;
	padding: 0.5em 0;
}
.like02 {
	justify-content: center;
}
.like01 > p:first-child {
	width: 60px;
	margin: 0 10px;
}
.like01 span {
	color: #f00;
}
.like02 span {
	padding-left: 1em;
	text-indent: -1em;
	color: #000;
}
.modal_contents div p,
.modal_contents div span,
.modal_contents div div {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}
.modal_contents div .like01 p,
.modal_contents div .like02 p,
.modal_contents div .like02 span {
	font-size: 1.4rem;
}
.modal_contents div .like01 span {
	font-size: 1.6rem;
}
#hello h2 {
	padding-top: 10px;
	margin-bottom: 35px;
}
/* hello room */

.movie_new {
	font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 15px 15px 0;
	padding: 15px 0;
}
.movie-scroll {
	height: 1.4rem;
	text-align: center;
	animation: lrslide 4s infinite;
	margin: 20px auto 10px;
	width: 95%;
}
#hello .movie-scroll {
	text-align: center;
}
.room {
	background: #F7DACE;
}
.top_link {
	text-align: center;
	height: 120px;
	background: repeating-linear-gradient(90deg, rgba(182, 0, 5, 1), rgba(182, 0, 5, 1) 50px, rgba(199, 0, 11, 1) 0, rgba(199, 0, 11, 1) 100px);
}
.contents section {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
}
@keyframes lrslide {
	0% {
		transform: translate(5px, 0px);
	}

	25% {
		transform: translate(-5px, 0px);
	}

	50% {
		transform: translate(5px, 0px);
	}

	75% {
		transform: translate(-5px, 0px);
	}

	100% {
		transform: translate(5px, 0px);
	}
}
.movie-scroll img {
	height: 100%;
}
.xp-block__wrap {
	background: #fff;
	padding: 10rem 0 5rem 0;
	width: 100%;
}
.xp-block {
	background: #fff;
	padding: 0 50px 10px 40px;
}
#gourmet .xp-block__wrap,
#gourmet .xp-block {
	background: none;
}
#gourmet .xp-block {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.xp-list ul {
	padding: 0 0 2rem;
	color: #000;
}
.xp_thumbnails li {
	position: relative;
}
.xp_post {
	width: 20rem !important;
}
.xp_thumbnail img {
	width: 100% !important;
}
img.xp_staff_info_image {
	border: 1px solid #7e7d7d;
	bottom: 13%;
	height: 50px !important;
	margin: 0 auto;
	position: absolute;
	width: 50px !important;
}
div.xp_staff_info_card {
	margin-top: 45px;
}
p.xp_staff_info_name,
p.xp_staff_info_business {
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}
#hello .xp-list ul::-webkit-scrollbar {
	width: 1rem;
	height: 1rem;
}
#hello .xp-list ul::-webkit-scrollbar-track {
	background: #F9CEB3;
	border-radius: 1em;
}
#hello .xp-list ul::-webkit-scrollbar-thumb {
	background: #EB5C01;
	border-radius: 1em;
}
#hello {
	scrollbar-color: #EB5C01 #F9CEB3;
	scrollbar-width: thin;
}

.attension {
	background: #fff;
	font-size: 1.4rem;
}
.attension p {
	width: 950px;
	margin: 0 auto;
	padding-top: 4em;
}

#page_top {
	width: 60px;
	height: 60px;
	text-decoration: none;
	position: fixed;
	right: 0;
	bottom: -60px;
	opacity: 0.6;
}
#page_top i {
	font-weight: 900;
	font-size: 50px;
	color: #333;
}
.center {
	text-align: center;
}
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
@media (max-width: 768px) {
	.header {
		width: 100vw;
	}
	body {
		overflow-x: hidden;
	}
	h1 {
		background: url("../images/gourmet/bg_main_sp.jpg") center top no-repeat;
		padding: 0 0 32.4vw;
	}
	h1 span {
		width: 100vw;
	}
	h1 span img:last-child {
		margin-top: -0.8vw;
	}
	h1 a {
		position: absolute;
		bottom: 37.6vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.lead {
		margin: -30vw auto 5.05vw;
		display: block;
		text-align: center;
	}
	.lead span {
		margin: 4.17vw auto 0;
		display: block;
		font-size: 4vw;
	}
	article {
		background: url("../images/gourmet/bg_gourmet_sp.png") center top repeat-y;
		background-size: contain;
	}
	section {
		width: 89.33vw;
	}
	#ranking {
		padding: 4.95vw 0 0;
	}
	#ranking > p:nth-child(2) {
		width: 100vw;
		margin: 0 -5.33vw;
	}
	#ranking .link {
		width: 49.68vw;
		margin: 0 auto 7.52vw;
	}
	.gourmet_flex {
		height: 66.27vw;
		display: flex;
		position: relative;
		margin: 0 -5.33vw;
	}
	.gourmet_flex img {
		position: absolute;
	}
	#recommend {
		margin-top: 6.53vw;
		padding: 5vw 0 11.375vw;
	}
	#recommend h2 {
		width: 80.41vw;
		margin: 0 auto;
	}
	#hello {
		margin-top: 7.2vw;
		padding: 5vw 0;
	}
	#recommend:before,
	#hello:before {
		display: block;
		content: "";
		height: 5.07vw;
		width: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background: url("../images/gourmet/bg_recommend_top_sp.png") center top no-repeat;
		background-size: contain;
	}
	#recommend:after,
	#hello:after {
		display: block;
		content: "";
		height: 11.35vw;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background: url("../images/gourmet/bg_recommend_bottom_sp.png") center top no-repeat;
		background-size: contain;
	}
	#hello:after {
		background: url("../images/gourmet/bg_hello_bottom_sp.png") center top no-repeat;
		background-size: contain;
		height: 5.07vw;
	}
	.shop_list,
	#hello > div {
		background: url("../images/gourmet/bg_recommend_sp.png") center top repeat-y;
		background-size: contain;
	}
	h2 {
		padding: 0;
	}
	.back {
		padding: 9.47vw 0 8.27vw;
		margin: 0 auto;
		width: 74.67vw;
	}
	.shop_list > div {
		width: 75.57vw;
		margin: 6.39vw auto 0;
	}
	.shop_list p {
		width: 35.36vw;
		min-height: 35vw;
		margin: 0 4.85vw 1em 0;
		font-size: 2.5vw;
	}
	.shop_list p:nth-child(2n) {
		margin-right: 0;
	}
	.shop_list p .like {
		width: 9.42vw;
		position: absolute;
		right: -0.75vw;
		top: -0.75vw;
	}
	.modal_contents {
		width: 80vw;
		padding: 0 6.5vw;
		display: block;
	}
	.modal_contents > p {
		margin: 0 auto 1em;
		min-width: 66.67vw;
		max-width: 66.67vw;
	}
	.modal_contents > p img {
		border: 0.67vw solid #EB5C01;
	}
	.modal_contents > div {
		/*display: block;*/
		height: 60vw;
	}
	.like01,
	.like02 {
		margin-top: 1em;
	}
	.like02 img {
		width: 11.93vw;
	}
	.like01 > p:first-child {
		width: 11.69vw;
		margin: 0 1.99vw 0 1.67vw;
	}
	.modal_contents div p,
	.modal_contents div span,
	.modal_contents div div {
		font-size: 3.45vw;
	}
	.modal_contents div .like01 p,
	.modal_contents div .like02 p,
	.modal_contents div .like02 span {
		font-size: 3.0vw;
		line-height: 1.4;
	}
	.modal_contents div .like01 span {
		font-size: 3.45vw;
	}
	#modal13 .modal_contents div .like01 span {
		font-size: 3.00vw;
	}
	#hello h2 {
		width: 76.52vw;
		padding-top: 0.5vw;
		margin: 0 auto 6vw;
	}
	/* hello room */
	.movie_new {
		font-size: 3.5vw;
		margin: 3.5vw 3.5vw 0;
		padding: 3.5vw 0 0;
	}
	.movie-scroll {
		height: auto;
		margin: 0 auto;
		padding: 3.5vw 0 1.5vw;
	}
	.movie-scroll img {
		width: 31.55vw;
	}
	.xp-block {
		padding: 0 3.5vw 0 1.75vw;
	}
	#movie .xp-block {
		width: 89.33vw;
	}
	.xp_post {
		width: 30vw !important;
	}
	img.xp_staff_info_image {
		width: 10vw !important;
		height: 10vw !important;
	}
	div.xp_staff_info_card {
		margin-top: 5vw;
	}
	p.xp_staff_info_name,
	p.xp_staff_info_business {
		font-size: 2vw;
	}
	#fair .xp-list ul::-webkit-scrollbar,
	#autumn .xp-list ul::-webkit-scrollbar,
	#movie .xp-list ul::-webkit-scrollbar {
		width: 2vw;
		height: 2vw;
	}
	#fair .xp-list ul::-webkit-scrollbar-track,
	#autumn .xp-list ul::-webkit-scrollbar-track {
		margin-left: 1.5vw;
	}

	.attension {
		width: 100vw;
		font-size: 3vw;
	}
	.attension p {
		width: 90vw;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}

}
/* footer */
footer {
	z-index: 9999 !important;
	padding: 25px 0 0;
	background: #fff;
}
.fGroup {
	width: 980px;
	margin: 0 auto;
}
.fGroup:after {
	display: block;
	height: 0;
	/* clearfix */
	clear: both;
	visibility: hidden;
	content: " ";
}
.goHome {
	display: block;
	width: 252px;
	padding: 20px 0;
	margin: 0 auto 40px;
	font-size: 1.8rem;
	line-height: 1;
	color: #0183d3;
	text-align: center;
	border: 2px solid #0183d3;
}
footer hr {
	margin: 0 0 10px;
	border-top: solid 5px #0183d3;
}
footer hr.gray {
	margin: 0 0 20px;
	border-top: solid 1px #707070;
}
footer .copy {
	margin: 0;
}
.fNav {
	margin: 0 auto 30px;
}
.fNav li {
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	line-height: 1;
	border-right: solid 1px #707070;
}
.fNav li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}
.fNav li a {
	font-size: 1.2rem;
	color: #000;
}
.fNav:after {
	display: block;
	height: 0;
	/* clearfix */
	clear: both;
	visibility: hidden;
	content: " ";
}
.mlogo {
	width: 182px;
}
.mlogo2 {
	width: 241px;
	margin: 0 auto 10px;
}
.logo a:hover,
.mlogo a:hover,
.mlogo2 a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
@media only screen and (max-width: 768px) {
	footer {
		padding: 0;
	}
	.fGroup {
		width: 100%;
		padding: 0;
	}
	.fNav {
		float: none;
		margin: 0 0 20px;
		border-top: solid 1px #707070;
	}
	.fNav li,
	.fNav li:nth-child(5),
	.fNav li:last-child {
		box-sizing: border-box;
		float: left;
		width: 60%;
		height: auto;
		padding: 10px 0;
		margin: 0;
		text-align: center;
		border-right: solid 1px #707070;
		border-bottom: solid 1px #707070;
	}
	.fNav li:nth-child(2),
	.fNav li:nth-child(4),
	.fNav li:last-child {
		width: 40%;
		border-right: none;
	}
	.fNav li:last-child {
		padding: 12px 0;
	}
	#goTop {
		right: 20px;
		bottom: 20px;
		width: 40px;
	}
	#goTop a {
		padding: 10px;
	}
}
.lightbox {
	border: none;
	outline: none;
}

.footer__sns dd a {
	transition: 0s;
}
.social_list a li {
	pointer-events: none;
}
.social_item:hover {
	opacity: 0.5;
}

.footer {
	overflow: hidden;
	background: #fff;
}

.footer__inner {
	padding: 40px 0 15px;
	margin: 0 auto;
}

.footer .sns__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer .sns__list .sns__list-item {
	width: 10.66667%;
}

.footer .sns__list .sns__list-item:not(:first-of-type) {
	margin-left: 4%;
}

.footer .sns__list .sns__list-item a {
	display: block;
}

.footer .sns__list .sns__list-item a img {
	vertical-align: top;
}

.footer .nav__list a {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
		"Hiragino Sans", Meiryo, sans-serif;
	color: #111;
	text-decoration: none;
}

.footer .copyright {
	display: block;
	margin: 0 0 20px;
	font-size: 0.8rem;
	text-align: center;
	letter-spacing: -0.01rem;
}

@media (min-width: 720px) {
	.footer__inner {
		max-width: 1000px;
		padding: 0 0 40px;
		text-align: center;
	}
	.footer .sns__list .sns__list-item {
		width: 48px;
		height: 48px;
	}
	.footer .sns__list .sns__list-item:not(:first-of-type) {
		margin-left: 19px;
	}
	.footer .sns__list .sns__list-item a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.footer .sns__list .sns__list-item a:hover {
		opacity: 0.7;
	}

	.footer .nav__list {
		max-width: 800px;
		margin: 25px auto 0;
		font-size: 1.2rem;
		text-align: center;
		display: block;
	}
	.footer .nav__list.detail {
		margin-top: 0;
	}
	.footer .nav__list .nav__list-item {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 5.33333%;
	}
	.footer .nav__list .nav__list-item:first-of-type,
	.footer .nav__list .nav__list-item:nth-of-type(5) {
		margin-left: 0;
	}
	.footer .copyright {
		font-size: 1.2rem;
		letter-spacing: inherit;
	}
}
@media (max-width: 720px) {
	.footer .nav__list {
		width: 70%;
		margin: 25px auto 20px;
		font-size: 1.1rem;
		text-align: center;
	}
	.footer .nav__list.detail {
		margin-top: 0;
	}
	.footer .nav__list .nav__list-item {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 5.33333%;
	}
	.footer .nav__list .nav__list-item:first-of-type,
	.footer .nav__list .nav__list-item:nth-of-type(5) {
		margin-left: 0;
	}
	/* .footer .nav__list .nav__list-item:nth-of-type(3),
	.footer .nav__list .nav__list-item:nth-of-type(4) {
		width: 100%;
		margin-left: 0;
		text-align: center;
	} */
}