@charset "utf-8";
/* CSS Document */

/*sub_page共通*/

html {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.page_top {
	background-color: #063190;
}

.wrapper {
	max-width: 3000px;
}

/*BRANDshoetree*/
.pc_only {
	display: block;
}

.line {
	background-color: #fff;
	line-height: 1.7;
	padding: 0 10px;
	font-weight: 600;
}

/*キーンフェア*/

#top_banner {
	max-width: 1200px;
	margin: auto;
}

.tiele_img {
	max-width: 300px;
	margin: auto;
}

#fair_top {
	padding: 4rem 0 2rem;
	background-color: #063190;
}

#top_comment {
	max-width: 1200px;
	margin:auto;
	padding: 30px 0;
	background-color: #fff;
}

#fair_top .tiele_img {
	margin-bottom: 30px;
}

#fair_top .comment {
	text-align: center;
	font-weight: 600;
}

#fair_top_img {
	max-width: 700px;
	margin:auto;
}

.feature_title_h3 {
	text-align: center;
	margin-bottom: 16px;
}

#atention_comment {
	font-size:1.5rem;
	color:#FFF100;
	text-align: center !important;
}

#atention_comment2 {
	text-align: center !important;
}


#fair_novelty {
	padding: 2rem 0 8rem;
}

#fair_novelty .comment {
	text-align: center;
	font-weight: 600;
}

.novelty_box {
	border: 1px solid #000;
	border-radius: 15px;
	max-width: 960px;
	margin: 4rem auto;
	padding: 4rem 8rem;
	position: relative;
	background-color: #fafafa;
}


#box_event::before {
	display: block;
	content: "";
	width: 20%;
	height: 20%;
	max-width: 160px;
	max-height: 160px;
	background-image: url(https://nextfocus.jp/event/fenagoya_campaign/images/20250427/tokuten_1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 30%;
	transform: translate(-50%,-50%);
}

#box_novelty::before {
	display: block;
	content: "";
	width: 20%;
	height: 20%;
	max-width: 160px;
	max-height: 160px;
	background-image: url(https://nextfocus.jp/event/fenagoya_campaign/images/20250427/tokuten_2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-50%,-50%);
}

#flyer_img {
	max-width: 600px;
	margin: 2rem auto;
	position: relative;
}

#flyer_img::before {
	display: block;
	content: "";
	width: 160px;
	height: 160px;
	background-image: url(https://nextfocus.jp/event/fenagoya_campaign/images/20250427/2500.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -20px;
	right: -20px;
	transform: translate(0,0);
}

#uneek_novelty {
	max-width: 600px;
	margin: 2rem auto;
}

#coupon_img_wrap {
	display: flex;
	margin: 30px 0;
}

#coupon_img_wrap li {
	width: 50%;
	align-content: center;
}

#stecker_box {
	max-width: 500px;
	margin: 2rem auto;
}

.atention {
	max-width: 700px;
	margin: auto;
}

.atention th,
.atention td {
	padding: 10px;
}

.atention th {
	width: 20%;
	font-weight: 600;
}

.atention td {
	width: 80%;
}

#stecker_text {
	width: 70%;
	display: block;
	color: #fff;
	background-color:#1A5B92;
	border-radius: 3px;
	margin: auto;
}

#border {
	max-width: 900px;
	height: 55px;
	background-image: url(https://nextfocus.jp/event/fenagoya_campaign/images/20250427/star_border.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}


/*タイトル部分*/

#top_title img {
	width: 100%;
	max-width: 300px;
}

.common_title {
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
	margin: 0 0 1.2rem 0;
	padding: 0 0 1.2rem 0;
	text-align: center;
	line-height: 1.2 !important;
}

.feature_title_h2 {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}

.feature_title_h3 {
	font-size: 1.8rem;
	font-weight: 600;
}

.sentence {
	margin: 1.6rem auto 4.8rem;
	text-align: center;
}

#point {
	display: flex;
}

#point div {
	width: calc(100%/3 - 30px);
	margin: 15px;
	padding: 3.2rem;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	box-sizing: border-box;
}

/*タイトル部分ここまで*/


.small_text {
	font-family: "noto-sans display", sans-serif;
	font-size: 1.2rem;
}


.viewmore {
	position: relative;
	width: 150px;
	margin-top: 4.8rem;
	background-color: #FFF100;
}

.viewmore_text {
	white-space: nowrap;
}


.viewmore a:hover > .viewmore_text {
	color: #fff;
	transition: all .5s ease;
}

.viewmore a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}


/*お問合せ*/

#contact {
	padding: 4rem 0;
}

.center_border {
	display: block;
	width: 1px;
	height: 100px;
	margin: 0 auto 2.4rem;
	background-color: #fff;
}

#contanct_comment {
	text-align: center;
	margin: 2.4rem 0 4.8rem;
	position: relative;
	color: #fff;
}

#contact .viewmore {
	position: relative;
	width: 100%;
	max-width: 400px;
	height: 70px;
	margin: auto;
	border: 1px solid #FFF;
	border-radius: 3px;
}

#contact .viewmore p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}

/*クーポン説明*/

.coupon_setsumei {
	background-color: #BAD4EE;
	margin: 30px 0;
	padding: 80px 20px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.coupon_setsumei::before {
	display: block;
	content: "";
	width: 300px;
  	height: 300px;
	background-color: #0F3477;
	position: absolute;
	top:0;
	left:0;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 2;
}

.coupon_setsumei::before {
	display: block;
	content: "SHOPTICKET";
	background-color: #0F3477;
	position: absolute;
	top:0;
	left:0;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 2;
}

.left_corner_text {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10;
	transform: translate(0, 50%) rotate(-45deg);
	z-index: 3;
}

.left_corner_text2 {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	transform: translate(0, 50%) rotate(-45deg);
	z-index: 3;
}

.right_corner_text {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 80px;
	right: 0;
	transform: translate(0, 50%) rotate(-45deg);
	z-index: 3;
}

.right_corner_text2 {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 80px;
	right: 0;
	transform: translate(0, 50%) rotate(-45deg);
	z-index: 3;
}

.right_corner_text2::after {
	background: #ffffff;
	height: calc(tan(60deg) * 30px / 2);
	width: 30px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	position: relative;
	bottom: 80px;
	right: 0;
	z-index: 4;
}

.coupon_setsumei::after {
	display: block;
	content: "";
	width: 300px;
  	height: 300px;
	background-color: #0F3477;
	position: absolute;
	top: 100%;
	left: 100%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.coupon_setsumei .atention {
	position: relative;
	margin-top: 60px;
}

.coupon_setsumei .atention::before {
	display: block;
	content: "";
	width: 50%;
	height: 1px;
	margin: 60px 0;
	background-color: #000;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translate(-50%,0);
}


@media (max-width: 1050px) {
	
/*キーンフェア*/
	
#fair_top {
    padding: 4rem 0 1rem;
}	
	
.novelty_box {
    margin: 4rem 2rem;
	padding: 4rem;
}
	
#fair_novelty {
    padding: 4rem 0;
	background-color: #FAFAFA;
}
	
#box_event::before {
    left: 20%;
}
	
#box_novelty::before {
    right: -10%;
}
	
#keen_section_7 {
    padding: 2rem;
}
	

/*sub_page共通*/	
	
/*タイトル*/

.common_title {
	font-size: 2.4rem;
}

}

@media (max-width: 600px) {
	
.align_left {
	text-align: left !important;	
}
	
.feature_title_h2 {
	font-size: 1.6rem;
}
	

#atention_comment {
	font-size:1rem;
	text-align: left !important;
}
	
#atention_comment2 {
	text-align: left !important;	
}
	
/*キーンフェア*/
	
#fair_top {
    padding: 2rem 0 1rem;
}
	
#fair_top .feature_title_h3 {
    font-size: 16px;
	text-align: left;
    padding: 0 30px;
 }
	
#fair_top .comment {
    font-weight: 400;
	text-align: left;
}
	
	
#fair_top .comment::before {
    margin: 0 auto 40px;

}	

.tiele_img {
    max-width: 300px;
}	
	
#fair_novelty {
    padding: 2rem 0;
}
	
#fair_novelty .comment {
    padding: 0;
	font-weight: 500;
}
	
.novelty_box {
    margin: 4rem 0;
    padding: 60px 15px;
    border: 1px solid #fff;
}

	
#box_event::before {
	width: 30%;
}
	
#box_novelty::before {
	width: 30%;
}
	
#flyer_img {
	margin-bottom: 60px;
}
	
#flyer_img::before {
	display: block;
	content: "";
	width: 120px;
	height: 120px;
	background-image: url(https://nextfocus.jp/event/fenagoya_campaign/images/20250427/2500.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translate(-50%,0);
}
	
.atention th,
.atention td {
	font-size: 14px;
    padding: 10px 0;
}	

.atention th {
    width: 25%;
    padding-right: 15px;
}
	
.atention td {
    width: 75%;
	font-weight: 500;
}

#stecker_text {
    width: 100%;
}
	

.pc_only {
	display: none;
}
	
/*タイトル*/
#top_title {
    padding: 0 80px;
}	
	
.common_title {
	font-size: 1.6rem;
	text-align: left;
	padding: 0 30px;
}
	
.feature_title_h3 {
    font-size: 1.4rem;
}
	
.comment {
	padding: 0 30px;		
}
	
.sentence {
	text-align: left;
}
	
#point {
	flex-direction: column;
}
	
#point div {
	width: calc(100% - 30px);
	padding: 30px 15px;
}
	
#point .common_title {
	text-align: center;
}

.viewmore {
	margin: 4.8rem auto 0;	
}

/*お問合せ*/	
	
#contact {
    padding: 30px;
}
	
.coupon_setsumei::before {
    display: block;
    content: "";
    width: 200px;
    height: 200px;
    background-color: #0F3477;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 2;
}
	
.coupon_setsumei::after {
    width: 200px;
    height: 200px;
}
	
.left_corner_text {
	font-size: 0.8rem;
}
	
.left_corner_text2 {
	font-size: 0.8rem;
}

.right_corner_text {
	font-size: 0.8rem;
	bottom: 50px;
}
	
.right_corner_text2 {
	font-size: 0.8rem;
	bottom: 50px;
}
	
.right_corner_text .small_text {
	font-size: 0.8rem;		
}
	
.right_corner_text2 .small_text {
	font-size: 0.8rem;		
}
	
}