@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@600&display=swap');

/* ページトップへ戻る
-----------------------------------*/

.ptop {
	position: fixed;
	width: 12px;
	bottom: 40px;
	right: 32px;
	z-index: 10;
}

@media (min-width: 767px) {
	.ptop {
		right: 16px;
	}
}


/* フッタ
-----------------------------------*/

footer {
	position: relative;
	margin-top: 0;
	padding: 16px;
	background-color: #DFE6E6;
	font-family: 'MPLUS1p-Regular';
}

footer::before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 0;
	border-top: 2px dotted #000651;
}

footer .copyright {
	margin-top: 24px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

@media (min-width: 767px) {

	/* footer {
		margin-top: 60px;
	} */

	footer .copyright {
		font-size: 12px;
	}
}


/* 共通
-----------------------------------*/

.fair2025 ion-icon {
	margin-right: 0.5em;
}

.fair2025 .flex-wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}


.intro-area .flex-wrap {
	margin-bottom: 0 !important;
}

.period-inner {
	width: 68%;
	margin: 0 auto;
	padding: 30px 0;
}


.period-inner h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
	border-top: solid 1px rgba(0, 0, 0, 0.7);
	border-bottom: solid 1px rgba(0, 0, 0, 0.7);
	padding: 10px 0;
	text-align: center;
}

.notice-inner {
	width: 68%;
	margin: 0 auto;
	padding: 30px 0;
}

.notice-inner p {
	padding: 0 10%;
}

.link-sns {
	display: flex;
	justify-content: space-between;
	width: 104px;
}

.link-sns li {
	width: 40px;
}

@media (max-width: 767px) {
	.period-inner {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
	}

	
	.period-inner h2 {
		font-size: 20px;
	}

	
	.notice-inner {
		width: 100%;
		margin: 0 auto;
		padding: 16px 0 24px;
	}
}

/* ボタン
-----------------------------------*/

.fair2025 .btn-pdf {
	min-width: 145px;
	color: #010753;
	font-size: 14px;
	padding: 16px 36px;
	border: 1px solid #010753;
	border-radius: 500px;
	text-align: center;
	display: inline-block;
	transition: ease 0.2s;
	position: relative;
	margin-right: 15px;
	background-color: #fff;
}

.fair2025 .btn-pdf:hover {
	text-decoration: none;
	background-color: #010753;
	color: #fff;
}

.fair2025 .btn01 {
	min-width: 145px;
	color: #010753;
	font-size: 14px;
	padding: 16px 36px;
	border: 1px solid #010753;
	border-radius: 500px;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	transition: ease 0.2s;
	position: relative;
}

.fair2025 .btn01::after {
	content: "";
	background: url(/images/common/com_ic02.svg) 0 0 no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	width: 65px;
	height: 12px;
	transform: translateY(50%);
	bottom: 50%;
	right: -23%;
	transition: ease 0.2s;
}

.fair2025 .btn01:hover {
	text-decoration: none;
	opacity: 0.7;
}



/* main-sec
-----------------------------------*/
.fair2025 .main-sec .intro-area {
	text-align: left !important;
	padding: 40px 0 0;
}

.index .main-sec .intro-area h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
	border-top: solid 1px rgba(0, 0, 0, 0.7);
	border-bottom: solid 1px rgba(0, 0, 0, 0.7);
	padding: 10px 0;
}

.intro-area .txt-inner {
	padding-top: 40px;
}

.fv-wrap {
	position: relative;
	z-index: 0;
}

/* フェア開催予定店舗
-----------------------------------*/
.sub-sec {
	position: relative;
	max-width: 1232px;
	margin: 0 auto;
}

.location-wrap {
	position: relative;
	display: block;
	min-height: 250px;
	max-width: 800px;
	padding: 20px 30px 60px;
    margin: 0 auto;
}

.location-wrap .location-inner {
	margin-bottom: 24px;
}

.location-wrap .location-inner h3 {
	display: block;
	color: #fff;
	padding: 12px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.location-wrap .location-inner a {
	color: #fff;
	text-decoration: none;
}

.location-wrap .location-inner ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 0 1%;
}

.location-wrap .location-inner ul li {
	width: 33%;
	max-width: 240px;
}

.location-wrap .location-inner p {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 10px 20px 0;
}

@media (max-width: 767px) {
	.location-wrap {
		padding: 0 16px;
	}

	.location-wrap .location-inner {
		display: block;
	}

	.location-wrap .location-inner h3 {
		width: 100%;
	}

	.location-wrap .location-inner ul li {
		width: 48%;
	}
}

/* フェア共通
-----------------------------------*/
.fair2025 .cts-sec {
	position: relative;
	padding: 120px 16px 72px;
	background: url(/event/fair2025/images/com_bg01.webp) repeat;
	clear: both;
}

.fair2025 .cts-sec::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.fair2025 .cts-sec h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	border-top: solid 1px rgba(0, 0, 0, 0.7);
	border-bottom: solid 1px rgba(0, 0, 0, 0.7);
	width: 46%;
	margin: 0 auto;
	padding: 16px 0;
	margin-bottom: 45px;
}

.sales-area h3 span {
	color: #577a5b;
}

.eating-area h3 span {
	color: #996299;
}

.official-area h3 span {
	color: #576da0;
}

.official-location a {
	line-height: 1;
}

.official-location a span {
	font-size: 16px;
	font-weight: 300;
	display: block;
}

.fair2025 .cts-sec .flex-wrap {
	gap: 0 2%
}

.fair2025 .cts-sec .txt-inner {
	/* position: relative; */
	width: 31%;
	max-width: 540px;
	min-width: 320px;
	background-color: #FFF;
	margin: 0 auto 48px;
	padding-bottom: 24px;
}

/* .fair2025 .cts-sec .txt-inner .gottsuo-label {
	position: absolute;
	top: -20px;
	left: 24px;
	width: 70px;
	height: 70px;
	z-index: 1;
} */

.fair2025 .cts-sec .fair-period {
	padding: 11px 15px 11px 70px;
}

.fair2025 .cts-sec .fair-period span {
	font-size: 28px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin: 0 5px;
}

.fair2025 .cts-sec .fair-period {
	padding: 8px 16px;
    text-align: center;
}

.fair2025 .cts-sec .fair-visual {
	position: relative;
}

.fair2025 .cts-sec .fair-visual.close::before {
	content: '開催終了';
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	font-size: 20px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	z-index: 3;
}

.fair2025 .cts-sec .fair-name {
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
    padding: 8px;
    margin-bottom: 15px;
    line-height: 1.3;
	border-top: solid 2px #E6E6E6;
	border-bottom: solid 2px #E6E6E6;
}

.fair2025 .cts-sec .fair-description {
	padding: 0 8px;
	margin: 30px 0 20px;
}

.fair2025 .cts-sec .fair-shop {
	padding: 0 8px;
	margin: 10px 0;
}

.fair2025 .cts-sec .fair-tag {
	padding: 0 8px;
	margin: 10px 0 30px;
}

.fair2025 .cts-sec .fair-tag span {
	display: inline-block;
	margin: 3px;
	padding: 3px 10px;
	color: #fff;
	border-radius: 8px;
}

.fair2025 .cts-sec .fair-shop table th,
.fair2025 .cts-sec .fair-shop table td {
	padding: 0 8px;
}

.fair2025 .cts-sec .fair-shop table th {
	min-width: 110px;
	vertical-align: top;
}

.fair2025 .cts-sec .shop-logo {
	max-width: 320px;
	padding: 0 20%;
    margin: 0 auto;
}

.fair2025 .cts-sec .store {
	padding: 0 16px 16px;
}

.fair2025 .cts-sec .store .ttl {
	font-weight: bold;
	margin-bottom: 8px;
}

.fair2025 .cts-sec .store ul {
	max-height: 200px;
    overflow-y: auto;
}

.fair2025 .cts-sec .store li {
	margin-top: 8px;
}

.fair2025 .cts-sec .store li a {
	padding-left: 1em;
}

.fair2025 .cts-sec .btn-area {
	text-align: center;
}

@media (max-width: 767px) {

	.fair2025 .cts-sec {
		padding: 64px 16px;
	}

    .fair2025 .cts-sec h3 {
        font-size: 22px;
        padding: 10px 0;
        margin-bottom: 30px;
    }

	.fair2025 .flex-wrap .txt-inner {
		width: 100%;
		min-width: 0;
		max-width: 540px !important;
		margin: 24px auto 0;
		padding: 0;
	}

	/* .fair2025 .cts-sec .txt-inner .gottsuo-label {
		left: 0;
		width: 60px;
		height: 60px;
	} */

	.fair2025 .cts-sec .fair-name {
		font-size: 20px;
		padding: 12px 0;
		margin-bottom: 8px;
	}

}


/* 小売店
-----------------------------------*/

.fair2025 .sales-area::before {
	background: linear-gradient(to right, rgba(110, 170, 140, 0.1) 0%, rgba(110, 170, 140, 0.4) 100%) !important;
}

.fair2025 .sales-area .fair-period {
	background-color: #577a5b;
	color: #fff;
}

.fair2025 .sales-area .img-inner .img {
	border-top: solid 5px rgba(110, 170, 140, 1);
	border-bottom: solid 5px rgba(110, 170, 140, 1);
}

.fair2025 .sales-area .fair-tag span {
	background-color: rgba(110, 170, 140, 1);
}

.fair2025 .sales-location h3 {
	background-color: #577a5b;
}

/* 飲食店
-----------------------------------*/

.fair2025 .eating-area::before {
	background: linear-gradient(to right, rgba(179, 107, 164, 0.1) 0%, rgba(179, 107, 164, 0.4) 100%) !important;
}

.fair2025 .eating-area .fair-period {
	background-color: #996299;
	color: #fff;
}

.fair2025 .eating-area .img-inner .img {
	border-top: solid 5px rgba(179, 107, 164, 1);
	border-bottom: solid 5px rgba(179, 107, 164, 1);
}

.fair2025 .eating-area .fair-tag span {
	background-color: rgba(179, 107, 164, 1);
}

.fair2025 .eating-location h3 {
	background-color: #996299;
}

/* 認証店
-----------------------------------*/

.fair2025 .official-area::before {
	background: linear-gradient(to right, rgba(87, 109, 160, 0.1) 0%, rgba(87, 109, 160, 0.4) 100%) !important;
}

.fair2025 .official-area .fair-period {
	background-color: #576da0;
	color: #fff;
}

.fair2025 .official-area .img-inner .img {
	border-top: solid 5px rgba(87, 109, 160, 1);
	border-bottom: solid 5px rgba(87, 109, 160, 1);
}

.fair2025 .official-area .fair-tag span {
	background-color: rgba(87, 109, 160, 1);
}

.fair2025 .official-location h3 {
	background-color: #576da0;
}



/* .location-map {
	padding: 0 3%;
} */



/* .period-wrap {
	padding: 80px 5% 0;
    max-width: 800px;
    margin: 0 auto;
	z-index: 1;
	position: relative;
} */

/* .intro-logo {
	width: 200px;
	margin: 10% auto 0;
} */



/* .apply-btn {
	background-color: #010753;
	color: #fff;
	font-size: 24px;
	padding: 15px;
	border-radius: 60px;
	display: inline-block;
	width: 300px;
	border: solid 1px #010753;
}

.apply-btn:hover {
	text-decoration: none;
	background-color: #fff;
	color: #010753;
} */




.answer {
	font-size: 20px;
}

.answer span {
	margin: 0 15px;
}



/* .floating-block {
	width: auto;
	position: fixed;
	bottom: 30px;
	right: 55px;
	z-index: 9999;

}

.floating-block a {
	color: #fff;
	display: block;
	z-index: 9999;
	background: rgba(1, 7, 83, 0.9);
	padding: 10px;
	color: #fff;
	line-height: 1;
	text-align: center;
	border: 5px double rgba(255, 255, 255, 0.4);
	width: 120px;
	height: 120px;
	border-radius: 60px;
	vertical-align: middle;
	padding-top: 25px;
}

.floating-block a:hover {
	text-decoration: none;
	background: #fff;
	color: rgba(1, 7, 83, 1);
	border: 5px double rgba(1, 7, 83, 1)
}

.floating-caption {
	display: block;
	line-height: 1.4;
	font-size: 14px;
}

.floating-date {
	display: block;
	line-height: 1;
	font-size: 24px;
	padding: 8px;
}

.floating-date i {
	font-size: 20px;
}

.floating-date span {
	font-size: 44px;
	font-weight: 600;
	font-family: 'Oswald', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	margin-right: 5px;
	margin-left: 5px;
}

.floating-block ion-icon {
	margin-right: 0 !important;
	font-size: 22px;
	margin-top: 5px;
} */

/* @media (max-width: 767px) {



	.period-wrap {
		padding: 40px 5% 0;
	}
} */


/* 開催記念キャンペーン
-----------------------------------*/
.fair2025 .catalog-sec .campaign-fv {
	max-width: 1170px;
	margin: 0 auto 20px;
}

.fair2025 .catalog-sec {
	text-align: center;
	background-image: none !important;
	background-color: #fff !important;
	font-size: 18px;
}

.fair2025 .catalog-sec .contents {
	max-width: 760px;
}

.fair2025 .catalog-sec h2 {
	font-size: 32px;
	font-weight: 600;
}

.fair2025 .catalog-sec .campaign-period {
	margin-bottom: 30px;
	background-color: #2F5597;
	color: #fff;
	font-size: 22px;
	padding: 9px 20px;
	border-radius: 30px 0 30px 0;
}

.fair2025 .catalog-sec .campaign-period span {
	font-size: 28px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin: 0 5px;
}

.fair2025 .catalog-sec .campaign-qa {
	margin-bottom: 30px;
}

.fair2025 .catalog-sec .campaign-qa .answer {
	font-size: 20px;
	font-weight: bold;
}

.fair2025 .catalog-sec .campaign-outline {
	text-align: left;
	padding: 25px;
	margin: 20px 0;
	background-color: rgba(200, 200, 200, 0.3);
  }
  .fair2025 .catalog-sec .campaign-outline h3 {
	font-size: 18px;
	font-weight: 600;
	background-color: #2F5597;
	color: #fff;
	padding: 8px;
	margin-bottom: 10px;
  }
  .fair2025 .catalog-sec .campaign-outline h4 {
	font-size: 16px;
	font-weight: 600;
	border-bottom: solid 1px #999;
	margin-bottom: 10px;
  }
  .fair2025 .catalog-sec .campaign-outline p {
	font-size: 14px;
	margin-bottom: 10px;
  }
  .fair2025 .catalog-sec .campaign-outline ul {
	padding-left: 1.5em;
	margin-bottom: 10px;
  }
  .fair2025 .catalog-sec .campaign-outline ul li {
	font-size: 14px;
	list-style: disc;
  }
  .fair2025 .catalog-sec .campaign-present {
	font-size: 22px !important;
	font-weight: 600;
	color: #000;
	color: #CB413C;
  }
  .fair2025 .catalog-sec .campaign-flow p {
	font-weight: 600 !important;
  }

.fair2025 .catalog-sec .list-bn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fair2025 .catalog-sec .list-bn li {
	width: 48%;
}

@media (max-width: 767px) {
	.fair2025 .banner {
		margin: 40px auto 0;
	}

	.fair2025 .catalog-sec .list-bn li {
		width: 100%;
	}
}


/* fair-bn
-----------------------------------*/

.campaign-bn {
    position: fixed;
    bottom: 200px;
    right: 0;
    max-width: 360px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
	.campaign-bn {
		max-width: 200px;
		bottom: 180px;
	}
}
