@charset "UTF-8";

/* トップページ用css */
@media screen and (max-width: 768px) {
	br.br-pc-only {
		display: none;
	}
}

br.br-sp-only {
	display: none;
}

@media screen and (max-width: 768px) {
	br.br-sp-only {
		display: inline;
	}
}

@media screen and (max-width: 768px) {
	div.mw {
		width: 100%;
	}
}

.top-post-time {
	margin: 8px 0 10px;
	color: #707070;
	font-size: 14px;
	line-height: 20px;
}

@media screen and (max-width: 768px) {
	.top-post-time {
		margin: 7px 0 15px;
		font-size: 15px;
		line-height: 21px;
	}
}

.top-post-time > img {
	width: 17px;
}

@media screen and (max-width: 768px) {
	.top-post-time > img {
		width: 19px;
	}
}

.top-post-terms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 8px;
}

.top-post-terms object {
	margin-right: 10px;
	margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
	.top-post-terms object {
		margin-right: 9px;
	}
}

.top-post-terms object a {
	padding: 2px 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

@media screen and (max-width: 768px) {
	.top-post-terms object a {
		padding: 2px 10px;
		font-size: 12px;
		line-height: 17px;
	}
}

.top-post-terms object a.local-news {
	background-color: #aacf52;
}

.top-post-terms object a.event {
	background-color: #1fada9;
}

.top-post-terms object a.gourmand,
.top-post-terms object a.gourmet {
	background-color: #f78602;
}

.top-post-terms object a.pr,
.top-post-terms object a.osusume {
	background-color: #a64a97;
}

.top-post-terms object a.tokushuu {
	background-color: #e57a7a;
}

.top-post-terms object a.news {
	background-color: #187fc4;
}

.top-post-terms object a.otoku {
	background-color: #e8c503;
}

.top-post-terms object a.fudousan {
	background-color: #838175;
}

.top-post-terms object a.matome {
	background-color: #838175;
}

.top-post-terms object a.fudousan {
	background-color: #838175;
}

.main-visual {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	height: 742px;
	background-color: #fffee8;
}

@media screen and (max-width: 768px) {
	.main-visual {
		display: block;
		height: initial;
	}
}

.main-visual .swiper.mySwiper .swiper-slide {
	position: relative;
	margin: 60px;
	width: 600px;
	-webkit-transition: all .3s;
	        transition: all .3s;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-slide {
		margin: 10px 5% 33px;
		width: 90%;
	}
}

.main-visual .swiper.mySwiper .swiper-slide.swiper-slide-active {
	-webkit-transform: scale(1.24);
	        transform: scale(1.24);
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-slide.swiper-slide-active {
		-webkit-transform: initial;
		        transform: initial;
	}
}

.main-visual .swiper.mySwiper .swiper-slide .top-post-terms {
	position: absolute;
	top: 13px;
	right: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-slide .top-post-terms {
		top: 12px;
		right: 9px;
	}
}

.main-visual .swiper.mySwiper .swiper-slide .top-post-terms object {
	margin-right: initial;
	margin-bottom: 4px;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-slide .top-post-terms object {
		margin-left: 5px;
	}
}

.main-visual .swiper.mySwiper .swiper-slide .top-post-terms object a {
	padding: 6px 18px;
	border-radius: 30px;
	background-color: #e5f8fc;
	color: #404040;
	font-size: 14px;
	line-height: 20px;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-slide .top-post-terms object a {
		padding: 3.5px 10px;
		font-size: 12px;
		line-height: 17px;
	}
}

.main-visual .swiper.mySwiper .swiper-slide a.contents {
	width: 100%;
}

.main-visual .swiper.mySwiper .swiper-slide a.contents:hover {
	opacity: 1;
}

.main-visual .swiper.mySwiper .swiper-slide a.contents > img {
	width: 100%;
	height: 400px;

	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-slide a.contents > img {
		height: 222px;
	}
}

.main-visual .swiper.mySwiper .swiper-slide a.contents > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 110px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-slide a.contents > div {
		height: 87px;
	}
}

.main-visual .swiper.mySwiper .swiper-slide a.contents > div p {
	width: 570px;
	height: 60px;
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.main-visual .swiper.mySwiper .swiper-slide a.contents > div p.sp-only {
	display: none;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-slide a.contents > div p.sp-only {
		display: block;
		width: 312px;
		font-size: 18px;
		line-height: 28px;
	}
}

.main-visual .swiper.mySwiper .swiper-button-prev {
	top: 42%;
	left: 26.8%;
	width: 40px;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-button-prev {
		top: 34%;
		left: 1.5%;
		width: 28px;
	}
}

.main-visual .swiper.mySwiper .swiper-button-prev::after {
	display: none;
}

.main-visual .swiper.mySwiper .swiper-button-prev > img {
	width: 100%;
}

.main-visual .swiper.mySwiper .swiper-button-next {
	top: 42%;
	right: 26.8%;
	width: 40px;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper.mySwiper .swiper-button-next {
		top: 34%;
		right: 1.5%;
		width: 28px;
	}
}

.main-visual .swiper.mySwiper .swiper-button-next::after {
	display: none;
}

.main-visual .swiper.mySwiper .swiper-button-next > img {
	width: 100%;
}

.main-visual .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 18px;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 11px;
	}
}

.main-visual .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	background-color: #e5e5e5;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.main-visual .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
		margin: 0 2px;
		width: 8px;
		height: 8px;
	}
}

.main-visual .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #f6ad3c;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	section.notice {
		margin: 0 auto;
		max-width: 89.3%;
	}
}

section.notice h3 {
	margin: 33px 0 29px;
	padding-bottom: 21px;
	text-align: center;
}

section.notice h3.main__ttl__ttl::after {
	left: 50%;
}

section.notice .notice-wrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	section.notice .notice-wrap a {
		display: block;
	}
}

section.notice .notice-wrap ul li:not(:last-of-type) {
	margin-bottom: 11.2px;
	padding-bottom: 8.8px;
	border-bottom: 1px dashed #707070;
}

section.notice .notice-wrap ul li a .title {
	margin-left: 13px;
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

@media (max-width: 768px) {
	section.notice .notice-wrap ul li a .title {
		margin-left: 0;
		line-height: 1.75;
	}
}

section.notice .notice-wrap a .top-post-time {
	margin: 0;
}

@media (max-width: 768px) {
	section.notice .notice-wrap a .top-post-time {
		margin-bottom: 7px;
	}
}

@media screen and (max-width: 768px) {
	section.new {
		padding: 30px 5.33% 0 !important;
	}
}

@media screen and (max-width: 768px) {
	section.new .new-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

section.new .new-wrap > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media screen and (max-width: 768px) {
	section.new .new-wrap > a {
		display: block;
		width: 47.46%;
	}
}

section.new .new-wrap > a:not(:last-child) {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	section.new .new-wrap > a:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	section.new .new-wrap > a:last-child {
		margin-bottom: 30px;
	}
}

section.new .new-wrap > a .left-wrap {
	margin-right: 23px;
	width: 23%;
}

@media screen and (max-width: 768px) {
	section.new .new-wrap > a .left-wrap {
		margin-right: initial;
		width: 100%;
	}
}

section.new .new-wrap > a .left-wrap > img,
section.new .new-wrap > a .left-wrap > picture > img {
	width: 100%;
	height: 132px;

	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 768px) {
	section.new .new-wrap > a .left-wrap > img,
	section.new .new-wrap > a .left-wrap > picture > img {
		margin-bottom: 16px;
		height: 106px;
	}
}

section.new .new-wrap > a .right-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% - 23% - 23px);
}

@media screen and (max-width: 768px) {
	section.new .new-wrap > a .right-wrap {
		display: flex;
		flex-direction: column;
		/*display: block;*/
		width: 100%;
	}
}

section.new .new-wrap > a .right-wrap > .title {
	color: #707070;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}

@media screen and (max-width: 768px) {
	section.new .new-wrap > a .right-wrap > .title {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		flex-shrink: 0;
		font-size: 15px;
		line-height: 24px;

		-webkit-line-clamp: 3;
	}
}

section.new .new-wrap .more-btn {
	margin: 57px auto 0;
	text-align: center;
}

section.new .new-wrap .more-btn a {
	position: relative;
	display: inline-block;
	padding: 16px 0;
	width: 255px;
	border: 1px solid #707070;
	border-radius: 33px;
	font-size: 20px;
}

section.new .new-wrap .more-btn a img {
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translatey(-50%);
}

@media (max-width: 768px) {
	section.new .new-wrap .more-btn {
		margin: 10px auto 51px;
	}
}

section.new .new-wrap > a .top-post-time {
	margin-top: 8px;
}

section.top-bottom {
	padding: 0 30px;
}

@media screen and (max-width: 768px) {
	section.top-bottom {
		padding: 30px 5.33% 0;
	}

	section.new .new-wrap > a .terms-wrap {
		margin-top: auto;
	}
}

section.top-bottom > h3 {
	margin: 25px 0 41px;
	padding-bottom: 19px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	section.top-bottom > h3 {
		margin: 0 0 30px;
		padding-bottom: 17px;
	}
}

section.top-bottom .matome-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

section.top-bottom .matome-wrap > a {
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
	width: 31%;
}

@media screen and (max-width: 768px) {
	section.top-bottom .matome-wrap > a {
		margin-bottom: 30px;
		width: 47.46%;
	}
}

section.top-bottom .matome-wrap > a > img {
	margin-bottom: 10.4px;
	width: 100%;
	height: 180px;

	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 768px) {
	section.top-bottom .matome-wrap > a > img {
		margin-bottom: 5.4px;
		height: 113.57px;
	}
}

section.top-bottom .matome-wrap .title .wpp-post-title {
	display: block;
	overflow: hidden;
	-webkit-box-orient: vertical;
	flex-shrink: 0;
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;

	-webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
	section.top-bottom .matome-wrap .title .wpp-post-title {
		line-height: 24px;
	}
}

section.top-bottom .matome-wrap .terms-wrap {
	margin-top: auto;
}

section.top-bottom .matome-wrap > a .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

section.top-bottom .matome-wrap > a .inner .top-post-time {
	width: 80px;
}

@media screen and (max-width: 768px) {
	section.top-bottom .matome-wrap > a .inner .top-post-time {
		width: 45%;
	}
}

@media screen and (max-width: 768px) {
	section.top-bottom .matome-wrap > a .inner .top-post-time > img {
		display: none;
	}
}

section.top-bottom .matome-wrap > a .inner .top-post-terms {
	width: calc(100% - 80px);
}

@media screen and (max-width: 768px) {
	section.top-bottom .matome-wrap > a .inner .top-post-terms {
		margin-top: 7px;
		width: 55%;
	}
}

section.top-bottom .more-btn {
	margin-top: 15px;
	text-align: left;
}

section.top-bottom .more-btn > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	width: 255px;
	height: 57px;
	border: 1px solid #707070;
	border-radius: 33px;
	color: #707070;
}

@media screen and (max-width: 768px) {
	section.top-bottom .more-btn > a {
		margin-right: auto;
		height: 45px;
	}
}

section.top-bottom .more-btn > a span {
	margin-right: 35px;
	margin-left: 50px;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	section.top-bottom .more-btn > a span {
		margin-right: 40.6px;
		font-size: 18px;
	}
}

section.top-bottom .more-btn > a img {
	width: 20.7px;
}

section.gourmand {
	margin: 56px 0 54px;
	padding: 50px 30px;
	background: #faf7f2;
}

@media screen and (max-width: 768px) {
	section.gourmand {
		margin-bottom: 10px;
		padding: 30px 5.33%;
	}
}

/* section.gourmand .top-post-terms.gourmand object a {
  color: #707070;
  background-color: #fff;
  border: 1px solid #FFC396;
} */

.banner-area {
	margin: 23px 0;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.banner-area {
		margin: 23px 5.33%;
		width: 89.34%;
		text-align: center;
	}
}

.banner-area > img {
	width: 100%;
}

.bottomMenu {
	-webkit-transition: all .3s;
	        transition: all .3s;
}

.bottomMenu.hide {
	-webkit-transform: translateY(60px);
	        transform: translateY(60px);
}

/* くじバナー */
.p-banner-area {
	display: flex;
}

.p-banner-area__img {
	width: 100%;
}

.p-banner-area__link {
	display: block;
	flex-direction: 1;
	width: 100%;
	height: 100%;
}

.p-banner-area__link--large {
	width: calc(100% * (252 / (252 + 90)));
}

.p-banner-area__link--small {
	width: calc(100% * (90 / (252 + 90)));
}

@media screen and (min-width: 768px) {
	.p-banner-area__link--large {
		width: calc(100% * (930 / (930 + 202.5)));
	}

	.p-banner-area__link--small {
		width: calc(100% * (202.5 / (930 + 202.5)));
	}

	.l-banner-area {
		padding-top: 73px;
	}
}

.fv__slider-img {
	width: 100%;
}

.pickup .title.wpp-post-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	font-size: 15px;
	line-height: 24px;

	-webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
	.pickup .title.wpp-post-title {
		font-size: 16px;
	}
}

/* sp banner grid style */
@media screen and (max-width: 768px) {
	.bannerZone {
		display: grid;
		grid-template-columns: 1fr 1fr;

		grid-auto-rows: auto;
	}

	.bannerZone .banner-area {
		margin: 0;
		padding: 6px;
		width: 100%;
	}
}
