.pc{
	display: block;
}
.sp{
	display: none;
}
.content_wrap {
	font-family: "Noto Sans JP", serif;
}

@media screen and (max-width:600px){
}

/***************************************

メインビジュアル

****************************************/
.content_bg{
	position: relative;
}
.content_bg::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;/*
	background: #fff45c;
    background-image: radial-gradient(#FFEB3B 20%, transparent 20%), radial-gradient(#FFEB3B 20%, transparent 20%);*/
	background: #fffab1;
    /*background-image: radial-gradient(#FFF59D 20%, transparent 20%), radial-gradient(#FFF59D 20%, transparent 20%);*/
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}
.content_wrap{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.content_wrap h2{
	margin: 0;
	padding: 0;
}
.mv_area > div{
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 10px 0 40px;
}
.mv_area > div a{
	max-width: 44%;
	width: 100%;
}
@media screen and (min-width:500px){
	.mv_area > div a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:500px){
	.content_wrap{
		max-width: 430px;
	}
}
/***************************************



****************************************/
p.lead {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin: 20px 0 10px;
}

h4 {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
ul.elcpointup_note {
	max-width: 450px;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    padding-left: 12px;
}
.notes{
	max-width: 92%;
	width: 100%;
	margin: 30px auto 0;
	position: relative;
}
.about__util_slider{
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
.notes_ac_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 12px 0;
}
.notes_ac_btn a span{
	position: relative;
}
.notes_ac_btn a span::after,
.notes_ac_btn a span::before{
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	transition: 0.3s;
}
.notes_ac_btn a span::before{
	transform: translateY(-50%) rotate(90deg);
}
.notes_ac_btn.is-opened a span::before{
	transform: translateY(-50%) rotate(0deg);
}
/*.notes{
	display: none;
	padding: 0 0 35px;
}*/
.notes li{
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0;
	padding-left: 15px;
	position: relative
}
.notes li::after{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.notes li a{
	font-weight: 700;
	text-decoration: underline;
}
.notes li img{
	display: inline-block;
	width: 15px;
	margin: 0 0 -3px;
}
.bk_color {
    background: #fffce4;
    padding: 30px 0 50px;
}
@media screen and (max-width: 600px) {
	.notes li img{
		margin-bottom: 3px;
	}
}
/***************************************

ラッキー特典2

****************************************/
#brand {
	padding-top: 50px;
	margin-top: -50px;
}
.elcpointup_wrap h3 span{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 30px;
}
.elcpointup_wrap h3 {
    color: #e67873;
    color: #e8617f;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

.point_fuyo{
	max-width: 92%;
	width: 100%;
	margin: 35px auto 0;
	position: relative;
}
.point_fuyo h4 {
    color: #ffffff;
    font-size: 20px;
    font-size: 22px;
    background: #f2af00;
	background: #e67873;
	background: #e8617f;
    padding: 10px 0;
}
.point_ac_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0;
    color: #e67873;
	color: #e8617f;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
text-align: center
}
.point_ac_btn a span{
	position: relative;
}
.point_ac_btn a span::after,
.point_ac_btn a span::before{
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: #e67873;
	background-color: #e8617f;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	transition: 0.3s;
}
.point_ac_btn a span::before{
	transform: translateY(-50%) rotate(90deg);
}
.point_ac_btn.is-opened a span::before{
	transform: translateY(-50%) rotate(0deg);
}
/*.point_ac_body{
	display: none;
	padding-top: 10px;
	padding-bottom: 20px;
}
.point_ac_body >div:last-child{
	margin-bottom: 0;
}*/
.point_fuyo >div{
	margin: 0 0 20px;
}
.point_fuyo >div p{
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 10px;
}
.point_fuyo a{
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	text-decoration: underline;
	width: 130px;
	text-align: center;
	margin: 0 auto 0;
	margin: 20px auto;
}

.brandlist_wrap{
	max-width: 92%;
	width: 100%;
	margin: 35px auto 0;
}
.brandlist_wrap h3{
	position: relative;
	color: #e67873;
	color: #e8617f;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center;
	margin: 0 0 15px;
	padding: 0;
}

.brandlist_wrap li img {
	outline: 1px solid #e67873;
	outline: 1px solid #e8617f;
    outline-offset: -2px;
    box-sizing: border-box;
}/*画像内側に線*/

@media screen and (min-width: 601px) {
	.brandlist_wrap h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
}
.brandlist_wrap ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.brandlist_wrap ul li{
	width: 48.7%;
	margin-bottom: 2.6%;
}
.brandlist_wrap ul li:nth-last-of-type(-n+2){
	margin-bottom: 0;
}
.brandlist_wrap ul li img{
	display: block;
	width: 100%;
}
/***************************************

バナーエリア

****************************************/
.banner_area {
	padding-top: 20px;
	padding-bottom: 60px;
}
.banner_area h3 {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.banner_area h3 span {
	padding: 0;
	background-image: repeating-linear-gradient(-45deg, #FAC2C8, #FAC2C8 2px, #FFFFFF 2px, #FFFFFF 4px);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 7px;
}
.banner_area .swiper_wrap {
	margin-top: 20px;
}
section.banner_area p {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.swiper_wrap.brand_logo_swiper {
	margin-bottom: 20px;
}
.brand_logo_swiper .swiper01 .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #FF96A2;
}
.search_link_area {
	padding: 0 15px;
	margin-bottom: 30px;
}
.search_link_area a {
	background-color: #FF96A2;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	height: 60px;
	line-height: 18px;
	display: flex;
	align-items: center;
	border-radius: 10px;
}
.search_link_area a span::after {
	content: "";
	display: block;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-image: url(/img/newyear_campaign_2024/search_link_icon.png);
}
.brand_search_link {
	width: 100%;
	margin-bottom: 20px;
	justify-content: center;
}
.brand_search_link span {
	position: relative;
}
.search_link_area .brand_search_link span::after {
	right: -27px;
}
.search_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_link_list a {
	width: 49.2%;
	margin-bottom: 5px;
	padding-left: 14px;
	position: relative;
}
.brand_logo_swiper .swiper01 .swiper-button-prev {
	background-image: url(/img/newyear_campaign_2024/logo_swiper_slide_next.png);
}
.brand_logo_swiper .swiper01 .swiper-button-next {
	background-image: url(/img/newyear_campaign_2024/logo_swiper_slide_pre.png);
}
.banner_list {
	padding: 0 15px;
	margin-bottom: 40px;
}
.banner_list a {
	margin-bottom: 30px;
	display: block;
}
.banner_list a:last-of-type {
	margin-bottom: 0;
}
.banner_list a img {
	width: 100%;
}
.about__util_slider {
	margin: 3.28rem auto 0;
	position: relative;
	width: 1040px;
	padding: 0;
}
.about__util_slider {
	position: relative;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 21.5px;
}
.about__util_slider li {
	margin: 0 7.5px;
	height: auto;
	box-sizing: border-box;
}
.about__util_slider li img {
	margin: 0 0 16px;
}
.about__util_slider li p {
	font-size: 12px;
	font-weight: 400;
}
.about__util_slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0;
}
.about__util_slider .slick-dots button {
	display: none;
}
.about__util_slider .slick-dots li {
	display: block;
	width: 9px;
	height: 9px;
	background-color: #EDEDED;
	border-radius: 2vw;
	margin: 0 1.5vw 0;
	transition: 0.3s;
}
.about__util_slider .slick-dots li.slick-active {
	background-color: #FF96A2;
}
@media screen and (min-width: 601px) {
	.about__util_slider .slick-dots li {
		margin: 0 10px 0;
	}
	.banner_area h3 {
		margin-bottom: 20px;
	}
	.about__util_slider {
		padding: 0 30px;
	}
	.about__util_slider-arrow.slick-prev {
		left: 5px !important;
	}
	.about__util_slider-arrow.slick-next {
		right: 5px;
		transform: translateY(-40%) rotate(-180deg) !important;
	}
	.about__util_slider-arrow {
		border: none !important;
		background-color: inherit !important;
		cursor: pointer !important;
		width: 24px !important;
		height: 24px !important;
		background-image: url(/img/newyear_campaign_2024/dc_slider_arrow.png)!important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: 100% !important;
		position: absolute !important;
		top: 40% !important;
		transform: translateY(-40%) !important;
	}
}
/***************************************

スワイプスライダー

****************************************/
.swiper_wrap{
	margin: 50px 0 0;
}
.swiper_wrap h3{
	padding: 0;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #FF9800;
	color: #e8617f;
}
.swiper_wrap h3 span{
	position: relative;
}
.swiper01{
	position: relative;
	padding: 0 20px 10px 20px;
}
@media (max-width: 500px){
	.swiper01{
		padding: 0 15px 10px 15px;
	}
}
.swiper01 .swiper-slide img {
	width: 100%;
}
.swiper01 .swiper-slide p {
	font-size: 13px;
	letter-spacing: 0;
}
.swiper01 .swiper-slide p span{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 700;
}
.swiper01 .swiper-wrapper {
	cursor: grab;
	margin: 0 auto 35px;
}
.swiper01 .swiper-pagination {
	display: block;
	position: static;
}
/* PC版のみで矢印を表示 */
@media (min-width: 500px) {
	.swiper01 .swiper-button-next,
.swiper01 .swiper-button-prev {
		display: block;
		width: 42px;
		height: 22px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		top: inherit;
		bottom: 0;
	}
	.swiper01 .swiper-button-next{
		background-image: url(/img/elcpointup_campaign/swiper_slide_next.png);
	}
	.swiper01 .swiper-button-prev{
		background-image: url(/img/elcpointup_campaign/swiper_slide_pre.png);
	}
}
/* PC版のみで矢印を表示 */
@media (max-width: 500px) {
	.swiper01 .swiper-button-next,
.swiper01 .swiper-button-prev {
		display: none;
	}
}
.swiper01 .swiper-scrollbar {
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	height: 3px;
	background-color: #E6E6E5;
	position: absolute;
	bottom: 9px;
	left: 50%;
	transform: translateX(-50%);
}
.swiper01 .swiper-scrollbar .swiper-scrollbar-drag{
	background-color: #F29500;
    background-color: #e8617f;
}
.swiper_wrap {
    padding: 20px 0;
    background: #fffce4;
    background: #ffeef1;
}


.swiper01 .swiper-button-next::after,
.swiper01 .swiper-button-prev::after{
	display: none;
}
@media (max-width: 500px) {
	.swiper01 .swiper-scrollbar{
		position: inherit;
		bottom: inherit;
		left: inherit;
		transform: inherit;
		max-width: 100%;
		margin: 0;
	}
}
/***************************************

フッター

****************************************/
.footer_whitespace{
	width: 100%;
	height: 70px;
	margin-bottom: -70px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

/***************************************

微調整

****************************************/
img.item_brand_name {
	margin-bottom: -5px;
}
@media screen and (max-width:600px){
	img.item_brand_name {
		margin-bottom: 0px;
	}
}