@charset "UTF-8";
/* ------------------------------------------------
				888の日
--------------------------------------------------- */

.flex-box {
	display: flex;
}
.txt-serif {
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

footer .cont-inn {
	border-top: 1px solid #c3c3c3;
}
footer .footer-info {
	width: max-content;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 24px;
	font-weight: 600;
}


@media (min-width: 1137px) {
	main {
		padding-top: 0 !important;
	}
}

@media (max-width: 1136px) {
	main {
		padding-top: 0 !important;
	}
	
	
	footer .footer-info {
		width: 100%;
		margin: 0 auto;
		padding: 8vw 0;
		font-size: 3.5vw;
	}
}

/* SP 上部の余白削除のため */
.info-wapper {
	margin-top: 0 !important;
}



/* ------------------------------------------------
                   floating btn
--------------------------------------------------- */
.headed-menu {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}

.headed-menu .btn-menu-wrap {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.headed-menu #sp-menu-trigger {
	width: 60px;
	height: 60px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 999;
}

.headed-menu #sp-menu-trigger span {
	width: 40px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 10px;
	transition: 0.3s ease-in-out;
}

.headed-menu #sp-menu-trigger span:nth-of-type(1) {
	top: 12px;
}

.headed-menu #sp-menu-trigger span:nth-of-type(2) {
	top: 21px;
}

.headed-menu #sp-menu-trigger span:nth-of-type(3) {
	top: 30px;
}

.headed-menu #sp-menu-trigger.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	background: #000;
}

.headed-menu #sp-menu-trigger.is-active span:nth-of-type(2) {
	opacity: 0;
}

.headed-menu #sp-menu-trigger.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	background: #000;
}

.headed-menu #sp-menu-trigger p {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 34px;
	left: 0;
	font-size: 14px;
	color: #fff;
}
.headed-menu #sp-menu-trigger.is-active p {
	color: #000;
}

.headed-menu .gnav-wrap {
	width: 100%;
	height: auto;
	padding: 60px 0 20px;
	display: none;
	background: rgba(255, 255, 255, 0.98);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

.headed-menu .gnav-wrap ul#gnav {
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	position: relative;
	z-index: 999;
}

.headed-menu .gnav-wrap ul#gnav li a {
	padding: 20px;
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
}


@media (max-width: 767px) {
	.headed-menu .gnav-wrap {
		width: 100%;
		height: auto;
		padding: 12vw 0 4vw;
	}


	.headed-menu .gnav-wrap ul#gnav li a {
		padding: 3vw;
		font-size: 4.2vw;
	}
	
}



/* ------------------------------------------------
                   floating btn
--------------------------------------------------- */

.btn-floating {
	width: 224px;
	padding-bottom: 10px;
	display: block;
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 10;
}
/*
.btn-floating::after {
	content: '';
	width: 14px;
	height: 26px;
	background: url("../img/common/icon_arrow_white.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 20px;
	right: calc(50% - 7px);
	transform: rotate(90deg);
}
*/


@media (max-width: 767px) {
	.btn-floating {
		width: 24vw;
		padding-bottom: 0;
		position: fixed;
		bottom: 5vw;
		right: -1vw;
	}
	/*
	.btn-floating::after {
		content: '';
		width: 2vw;
		height: 4vw;
		background: url("../img/common/icon_arrow_white.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: 2vw;
		right: calc(50% - 1vw);
		transform: rotate(90deg);
	}
	*/
	
}


/* ------------------------------------------------
                   MV
--------------------------------------------------- */
.sec-mv {
	width: 100%;
	height: auto;
	padding: 50px 0 30px;
	background-color: #8d8c20;
	background-image: url("../img/lp/aichi/nagoya/888/bg_mv_pc.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	overflow: hidden;
}
.sec-mv::before {
	content: '';
	width: 100%;
	height: 60vw;
	background: url("../img/lp/aichi/nagoya/888/mv_shape.svg") center top no-repeat;
	background-size: 100%;
	position: absolute;
	top: 36.5vw;
	left: 0;
	z-index: 2;
}
.mv-ttl {
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.mv-copy {
	width: 46%;
	margin: -10vw auto 0;
	position: relative;
	z-index: 3;
}
.mv-mark {
	width: 10%;
	/* max-width: 117px; */
	margin: -4vw auto 0;
	position: relative;
	z-index: 4;
}
.mv-txt {
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	z-index: 4;
}


@media (max-width: 767px) {
	.sec-mv {
		width: 100%;
		height: auto;
		padding: 8vw 0 6vw;
		background-image: url("../img/lp/aichi/nagoya/888/bg_mv_sp.jpg");
	}
	.sec-mv::before {
		content: '';
		width: 100%;
		height: 80vw;
		background: url("../img/lp/aichi/nagoya/888/mv_shape.svg") center top no-repeat;
		background-size: 100%;
		position: absolute;
		top: 103vw;
		left: 0;
		z-index: 2;
	}
	.mv-ttl {
		width: 80%;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.mv-copy {
		width: 94%;
		margin: 22vw auto 0;
		position: relative;
		z-index: 3;
	}
	.mv-mark {
		width: 40%;
		margin: -2vw auto 0;
		position: relative;
		z-index: 4;
	}
	.mv-txt {
		width: 100%;
		padding: 6vw 0 0;
		font-size: 3.2vw;
	}
    
}



/* ------------------------------------------------
                   コンテンツ
--------------------------------------------------- */
.nagoya-mark-description {
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: #fff;
	position: relative;
}
.nagoya-mark-description .ttl-normal-large {
	margin: 0 auto 20px;
}
.nagoya-mark {
	width: 6%;
	/* max-width: 117px; */
	margin: 0 auto 30px;
	position: relative;
	z-index: 4;
}
.nagoya-mark-description-txt {
	margin: 0 auto;
	font-size: 26px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.nagoya-mark-description {
		width: 100%;
		height: auto;
		padding: 6vw 0 12vw;
	}
	.nagoya-mark-description .ttl-normal-large {
		margin: 0 auto 5vw;
	}
	.nagoya-mark {
		width: 16%;
		margin: 0 auto 5vw;
	}
	.nagoya-mark-description-txt {
		margin: 0 auto;
		font-size: 3.4vw;
	}
}



/* ------------------------------------------------
                   コンテンツ
--------------------------------------------------- */
.sec-copy {
	width: 100%;
	height: auto;
	padding: 22vw 0 30px;
	background-color: #8d8c20;
	background: url("../img/lp/aichi/nagoya/888/bg_copy.jpg") center top no-repeat;
	background-size: cover;
	position: relative;
}
.copy-txt {
	width: 90%;
	max-width: 680px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.sec-copy {
		width: 100%;
		height: auto;
		padding: 34vw 0 4vw;
		background-color: #8d8c20;
		background: url("../img/lp/aichi/nagoya/888/bg_copy.jpg") center top no-repeat;
		background-size: 190%;
		position: relative;
	}
	.copy-txt {
		width: 80%;
		max-width: 680px;
		margin: 0 auto;
	}
}



/* ------------------------------------------------
                   コンテンツ
--------------------------------------------------- */
.sec-retern-gift {
	width: 100%;
	background: #8d8c20;
	position: relative;
}
.ttl-khaki {
	width: 100%;
	padding: 30px 0 25px;
	background: #fff;
	color: #000;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
}

.retern-gift-img .slide {
	width: 100%;
	background: #000;
}
.retern-gift-img .slide img {
	max-width: 850px;
	margin: 0 auto;
}

/* slider dots */
.retern-gift-img .slick-dots {
	width: 100%;
	margin:  30px auto 0;
	display: flex;
	justify-content: center;
}
.retern-gift-img .slick-dots li {
	display: block;
}
.retern-gift-img .slick-dots li + li {
	margin-left: 15px;
}
.retern-gift-img .slick-dots li button {
	width: 21px;
	height: 21px;
	display: block;
	margin: 0;
	border: none;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
	box-sizing: border-box;
}
.retern-gift-img .slick-dots li.slick-active button {
	background: #4a4906;
}


.retern-gift-info-wrap {
	width: 100%;
	padding: 50px 0 80px;
}
.retern-gift-info {
	align-items: center;
	flex-wrap: wrap;
}

.retern-gift-ttl {
	margin-bottom: 50px;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.4;
}
.retern-gift-info-label {
	width: 330px;
	margin-right: 40px;
	padding: 10px;
	background: #000;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 1;
}
.retern-gift-price {
	width: calc(100% - 370px);
	color: #fff;
	font-size: 92px;
	font-weight: bold;
	line-height: 1;
}

.price-big {
	font-size: 1.3em;
	font-weight: bold;
}

.retern-gift-info-txt {
	width: 100%;
	margin-top: 30px;
	color: #fff;
	font-size: 28px;
}
.border-box {
	width: auto;
	margin: 30px auto 0;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 20px 40px;
}

@media (max-width: 767px) {
	.sec-retern-gift {
		width: 100%;
		background: #8d8c20;
		position: relative;
	}
	.ttl-khaki {
		width: 100%;
		padding: 5vw 0 3vw;
		font-size: 7.6vw;
	}

	.retern-gift-img .slide {
		width: 100%;
		background: #000;
	}
	.retern-gift-img .slide img {
		max-width: initial;
		margin: 0 auto;
	}


	/* slider dots */
	.retern-gift-img .slick-dots {
		width: 100%;
		top: 64vw;
		left: 0;
	}
	.retern-gift-img .slick-dots li {
		display: block;
	}
	.retern-gift-img .slick-dots li + li {
		margin-left: 2.666vw;
	}
	.retern-gift-img .slick-dots li button {
		width: 3.2vw;
		height: 3.2vw;
	}


	.retern-gift-info-wrap {
		width: 100%;
		padding: 6vw 0 16vw;
	}
	.retern-gift-info {
		align-items: center;
		flex-wrap: wrap;
	}

	.retern-gift-ttl {
		margin-bottom: 10vw;
		font-size: 5.6vw;
	}
	.retern-gift-info-label {
		width: 25vw;
		height: 7vw;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 3vw;
		padding: 0;
		border-radius: 1.4vw;
		font-size: 3.0vw;
	}
	.retern-gift-info-label.mt50 {
		margin-top: 5vw !important;
	}
	.retern-gift-price {
		width: calc(100% - 30vw);
		font-size: 12.6vw;
	}
	.retern-gift-info-txt {
		width: 100%;
		margin-top: 4vw;
		font-size: 3.6vw;
	}
    
	.border-box {
		width: auto;
		margin: 4vw auto 0;
		border-radius: 2vw;
		padding: 3vw 6vw;
	}
}





/* ------------------------------------------------
                   コンテンツ
--------------------------------------------------- */
.sec-about-nagoya {
	width: 100%;
	padding: 145px 0 80px;
}

.about-nagoya-img01 {
	width: 80%;
	max-width: 878px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.about-nagoya-img02 {
	width: 80%;
	max-width: 756px;
	margin: -40px auto 40px;
	position: relative;
	z-index: 1;
}
.about-nagoya-img03 {
	width: 80%;
	max-width: 756px;
	margin: 0 auto 90px;
	position: relative;
	z-index: 1;
}

.about-nagoya-txt {
	margin: 0 auto;
	font-size: 26px;
	font-weight: 700;
}

.ttl-normal-large {
	margin: 110px auto 50px;
	text-align: center;
	font-size: 46px;
	font-weight: 700;
}
.ttl-normal-middle {
	margin-bottom: 30px;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.sec-about-nagoya {
		width: 100%;
		padding: 14vw 0 14vw;
	}
	.sec-about-nagoya .cont-inn {
		width: 100%;
		max-width: initial;
	}

	.about-nagoya-img01 {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	.about-nagoya-img02 {
		width: 86%;
		max-width: initial;
		margin: -4vw auto 2vw;
	}
	.about-nagoya-img03 {
		width: 86%;
		max-width: initial;
		margin: 0 auto 8vw;
	}

	.about-nagoya-txt {
		width: 86%;
		margin: 0 auto;
		font-size: 3.6vw;
	}
	.about-nagoya-txt.mb80  {
		margin-bottom: 10vw !important;
	}


	.ttl-normal-large {
		margin: 12vw auto 4vw;
		text-align: center;
		font-size: 6.6vw;
	}
	.ttl-normal-middle {
		margin-bottom: 3vw;
		font-size: 4.8vw;
	}

    
}



/* ------------------------------------------------
                   コンテンツ
--------------------------------------------------- */
.nagoya-888-description {
	width: 100%;
	padding: 50px 0 115px;
	background: url("../../assets/img/lp/aichi/nagoya/888/bg_pattern.jpg") center center no-repeat;
	background-size: cover;
}
.description-ttl {
	width: 80%;
	max-width: 470px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.description-txt {
	width: 90%;
	max-width: 1075px;
	margin: -5px auto 0;
	padding: 45px 45px 50px;
	background: #fff;
	border: 4px solid #404040;
	border-radius: 22px;
	position: relative;
	z-index: 1;
}
.description-txt p {
	text-align: center;
	font-size: 36px;
	line-height: 2;
}


@media (max-width: 767px) {
	.nagoya-888-description {
		width: 100%;
		padding: 8vw 0 16vw;
	}
	.description-ttl {
		width: 65%;
		max-width: initial;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	.description-txt {
		width: 90%;
		max-width: initial;
		margin: -0.8vw auto 0;
		padding: 4vw;
		border-radius: 4vw;
	}
	.description-txt p {
		text-align: center;
		font-size: 4.0vw;
	}

}




/* ------------------------------------------------
                   コンテンツ
--------------------------------------------------- */
.sec-site-list {
	width: 100%;
	padding: 0;
	margin-top: 80px;
}
.site-list-ttl {
	width: 80%;
	max-width: 610px;
	margin: 0 auto;
	position: relative;
	top: -50px;
}
.sec-site-list .btn-more {
	background: -webkit-gradient(linear, left top, right top, from(#8d8c20), to(#c0bf45));
	background: linear-gradient(to right, #8d8c20, #c0bf45);
}

@media (max-width: 767px) {
	.sec-site-list {
		width: 100%;
		padding: 0 0 14vw;
		margin-top: 2vw;
	}
	.site-list-ttl {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
		position: relative;
		top: -5vw;
	}
    
}


/* ポータルサイトへのリンク */
ul.coupon-site-list {
	width: 100%;
	max-width: 515px;
	margin: 0 auto;
	overflow: hidden;
}

ul.coupon-site-list li {
	width: 100%;
	margin-bottom: 15px;
}

ul.coupon-site-list li a {
	width: 100%;
	padding: 10px 40px 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #a3a3a3;
	border-radius: 12px;
	position: relative;
}

ul.coupon-site-list li a::after {
	content: '';
	width: 14px;
	height: 22px;
	background: url("../img/common/icon_arrow_black.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 11px);
	right: 23px;
}

ul.coupon-site-list li a .list-img {
	width: 100px;
	height: 45px;
	display: flex;
	align-items: center;
}

ul.coupon-site-list li a .list-img img {
	width: auto;
	max-width: 100%;
	max-height: 45px;
}

ul.coupon-site-list li a .list-ttl {
	width: calc(100% - 120px);
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

@media (max-width: 767px) {

	/* ポータルサイトへのリンク */
	ul.coupon-site-list li {
		width: 100%;
		margin-bottom: 15px;
	}

	ul.coupon-site-list li a {
		width: 100%;
		padding: 1.5vw 8vw 1.5vw 2vw;
		border-radius: 2vw;
		position: relative;
	}

	ul.coupon-site-list li a::after {
		content: '';
		width: 2.4vw;
		height: 4.4vw;
		background: url("../img/common/icon_arrow_black.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 2.2vw);
		right: 3vw;
	}

	ul.coupon-site-list li a .list-img {
		width: 18vw;
		height: 8vw;
		display: flex;
		align-items: center;
	}

	ul.coupon-site-list li a .list-img img {
		width: auto;
		max-width: 100%;
		max-height: 8vw;
	}

	ul.coupon-site-list li a .list-ttl {
		width: calc(100% - 22vw);
		font-size: 4.6vw;
	}

}



/* ------------------------------------------------
                   コンテンツ
--------------------------------------------------- */

/* ボタン */
.btn-golden,
a.btn-golden {
	width: 90%;
	max-width: 490px;
	margin: 0 auto 0;
	padding: 25px;
	display: block;
	background: #8d8c20;
	border-radius: 12px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
}

.btn-golden::after,
a.btn-golden::after {
	content: '';
	width: 14px;
	height: 22px;
	background: url("../img/common/icon_arrow_white.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 11px);
	right: 23px;
}

/* ボタン */
.btn-black,
a.btn-black {
	width: 90%;
	max-width: 400px;
	margin: 60px auto 0;
	padding: 15px;
	display: block;
	background: #000;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
}

.btn-black::after,
a.btn-black::after {
	content: '';
	width: 10px;
	height: 18px;
	background: url("../img/common/icon_arrow_white.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
}


@media (max-width: 767px) {

	.btn-golden,
	a.btn-golden {
		width: 90%;
		max-width: 600px;
		margin: 0 auto 0;
		padding: 4vw 2vw;
		display: block;
		font-size: 4.2vw;
		letter-spacing: 0.01em;
		position: relative;
	}

	.btn-golden::after,
	a.btn-golden::after {
		content: '';
		width: 1.8vw;
		height: 4vw;
		background: url("../img/common/icon_arrow_white.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 2vw);
		right: 3vw;
	}

	.btn-black,
	a.btn-black {
		margin: 8vw auto 0;
		padding: 3vw 2vw;
		display: block;
		font-size: 3.8vw;
		letter-spacing: 0.01em;
		position: relative;
	}

	.btn-black::after,
	a.btn-black::after {
		content: '';
		width: 1.8vw;
		height: 4vw;
		background: url("../img/common/icon_arrow_white.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 2vw);
		right: 3vw;
	}
    
}




/* ------------------------------------------------
                   ポップアップ
--------------------------------------------------- */
#popup {
	display: none;
}

.popup-open {
	cursor: pointer;
}

.popup-overlay {
	display: none;
}

#popup:checked ~ .popup-overlay {
	display: block;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.popup-window {
	width: 90vw;
	max-width: 800px;
	max-height: 90vh;
	background: #fff;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-inner {
	width: 100%;
	max-height: calc(90vh - 100px);
	padding: 50px;
	overflow: auto;
}

.popup-inner .ttl-normal-large {
	margin: 0 auto 40px;
}
.popup-inner .ttl-normal-middle {
	border-bottom: 1px solid #8d8c20;
	margin-bottom: 30px;
	text-align: left;
	font-size: 28px;
}
.popup-txt {
	font-size: 18px;
}
.popup-close {
	cursor: pointer;
	position: absolute;
	top: -26px;
	right: 0;
}

@media (max-width: 767px) {

	.popup-window {
		width: 90vw;
		max-width: 800px;
		max-height: 90vh;
		background: #fff;
		border-radius: 10px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.popup-inner {
		width: 100%;
		max-height: calc(90vh - 100px);
		padding: 8vw 5vw;
		overflow: auto;
	}
	.popup-inner .nagoya-mark {
		width: 22%;
		margin: 0 auto 5vw;
	}

	.popup-inner .ttl-normal-large {
		margin: 0 auto 5vw;
	}
	.popup-inner .ttl-normal-middle {
		margin-bottom: 3vw;
		text-align: left;
		font-size: 4.8vw;
	}
	.popup-txt {
		font-size: 3.6vw;
	}
	
}

/* 枠付きテキスト */
.border-gold-box {
	width: auto;
	display: inline-block;
	margin: 20px auto;
	border: 2px solid #8d8c20;
	border-radius: 10px;
	color: #8d8c20;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 40px;
}
.sec-site-list .fs-l {
	font-size: 26px;
}

@media (max-width: 767px) {
	.border-gold-box {
		width: auto;
        margin: 4vw auto;
        border-radius: 2vw;
		font-size: 3.6vw;
        padding: 3vw 6vw;
	}
	.sec-site-list .fs-l {
		font-size: 4.2vw;
	}
	
}

