@charset "UTF-8";
/* CSS Document */

body{
	width: 100%;
	overflow-x: hidden;
}



/*-----------common-----------*/
:root {
	--red: #D10000;
	--pink: #FF3D52;
	--black: #414141;
	--yellow: #f2e064;
	--brown: #252430;
}
.kessansale {
	letter-spacing: 1px;
	line-height: 1.6;
	color: var(--black);
}
.kessansale a img{
	transition: .3s ease-in-out;
}
.kessansale .flexwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.kessansale *, .kessansale *:before, .kessansale *:after {
	box-sizing: border-box;
}
.kessansale .pc {
	display: block;
}
.kessansale .sp {
	display: none;
}
.kessansale .btn a {
	display: block;
	position: relative;
	border-radius: 50px;
	padding: 0.8em 1em;
	font-weight: 500;
	font-size: 1.1em;
	text-shadow: none;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	transition: .3s ease-in-out;
	min-width: 300px;
}
.kessansale img{
	max-width: 100%;
}
.kessansale #page_top{
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 77px;
	opacity: 0.8;
	z-index: 99;
}
.kessansale #page_top:hover{
	opacity: 1;
	transition: .3s ease-in-out;
}
.kessansale #page_top img{
	width: 100%;
}
/*----- #閉じる -----*/

.close_top{
	position: fixed;
	top: 5%;
	right: 4%;
}
.close_top a{
    position: relative;
    padding: 1px 8px 4px 9px;
	width: 100%;
    height: 100%;
    top: 0%;
    background-color: #000;
    color: #fff;
    font-size: 33px;
    opacity: 0.7;
}
.close_top a:hover{
	opacity: 1;
}
.close {
    display: block;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    border-radius: 0;
    font-weight: normal;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.close:hover{
	background-color: #fff;
}


/*-----------#section-----------*/
.kessansale .sec_inner {
	margin: 0 auto;
	padding: 1em 0 0;
}
/*-----------MV-----------*/
.kessansale .mv {
	width: 100%;
	background: radial-gradient(circle, rgba(255,91,107,1) , rgba(255,36,61,1) 100%);
	position: relative;
	overflow: hidden;
	text-align: center;
}
.kessansale h1{
	opacity: 0;
	animation: zoomInAnime 0.8s 0.8s 1 forwards;
}
@keyframes zoomInAnime{
  0% {
	opacity: 0;transform: translateY(30px);
  }
  100%  {
      opacity: 1;transform: translateY(0);
  }
}

/*-----------.all_wrap-----------*/
	.kessansale .all_wrap{
		width: 100%;
		background-color: #fff;
		padding-bottom: 5rem;
	}
	
	.kessansale .all_wrap #coupon,
	.kessansale .all_wrap #cate,
	.kessansale .all_wrap #all{
		width: 82%;
		margin: 10% auto 9%;
		border: 6px solid #414141;
		border-radius: 7px;
	}
	
/*-----------.attention-----------*/
.kessansale .attention {
	padding: 1em 0;
	background: url(../img/bg_yellow.png),linear-gradient(0deg, #ffffff 20%, #efdc55 70%);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: -10%;
	padding: 0 0 5%;
	position: relative;
}
	.kessansale .attention li img{
		width: 15%;
	    margin: 1% 3% 0 0;
	}
.kessansale .attention li:last-child {
	padding: 0.5em 0 0;
}

.kessansale .animation {
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
}
.kessansale .keyframe5 {
	animation-name: anim_sc;
	transform: scale(1, 1);
	font-size: 2em;
	font-weight: 500;
}
.kessansale .keyframe5 span{
	color:var(--red);
	font-weight: 600;
	font-size: 1.2em;
}
@keyframes anim_sc {
  100% {
    transform: scale(1.1, 1.1);
  }
}

/*-----------#coupon-----------*/
.kessansale #coupon{
	background:url("../img/bg_border.png");
	background-size: 100%;
	background-color: #ff5b6b;
	position: relative;
}
	
	.kessansale #coupon::after{
	content: "";
	position: absolute;
    left: 70%;
    bottom: -25%;
    width: 50%;
    height: 60%;
    background: url("../img/manatsusan01.png") left / contain no-repeat;
    z-index: 2;
	}

	
.kessansale .coupon_tx {
	width: 58%;
	text-align: center;
	margin: 0 auto;
	padding: 1.5em 0 2.5em;
	position: relative;
	border-radius: 5px;
	text-decoration: none;
}

	.kessansale #coupon h2{
		width: 100%;
		position: relative;
		padding: 8% 0 0;
		font-size: 1.8em;
		text-align: center;
		margin: 0 auto;

	}
	
	.kessansale .coupon{
		width: 50%;
	}

	.kessansale #coupon h2::after{
		content: "";
		display: block;
		position: absolute;
		background-image: url("../img/icon_bikkuri.png");
		background-repeat: no-repeat;
		background-size: 80%;
		width: 17%;
		height: 50%;
		right: 12%;
		top: 3%;
	}

	
.kessansale .coupon_tx dl{
	margin: 3% auto 5%;
	background: #fff;
	border: solid 3px var(--pink);
	display: inline-block;
	padding: 0 0.5em;
}
.kessansale .coupon_tx dt {
	font-weight: bold;
	padding: 0 0.8em;
	color: var(--pink);
	border-right: 2px solid;
	font-size: 1.6em;
}
.kessansale .coupon_tx dd {
	font-weight: bold;
	padding: 0.8em;
	font-size: 1.8em;
}
.kessansale .coupon_tx dt, .kessansale .coupon_tx dd {
	display: inline-block;
}
.kessansale .note {
	text-align: left;
	color:#fff;
	width: 55%;
	margin: 1% 30% 1% auto;
}
.kessansale .note li{
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	line-height: 1.5;
	text-shadow: 2px 2px 4px #ff243d,-2px 2px 4px #ff243d,2px -2px 4px #ff243d,-2px -2px 4px #ff243d, 2px 2px 3px #ff243d,-2px 2px 3px #ff243d,2px -2px 3px #ff243d,-2px -2px 3px #ff243d;
}
.kessansale .note li:not(.btn) a{
	color: var(--yellow);
}

.kessansale .menberlink {
	display: block;
    color: var(--black);
	width: 38%;
    padding: 20px 20px !important;
	margin: 1% 8% 4% auto !important;
    background-color: #fff;
    border: solid 3px;
    border-radius: 30px;
    box-shadow: 5px 8px #05a9e2;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: .3s 
	ease-in-out;
}
.kessansale .menberlink:hover {
	letter-spacing: 1.5px;
	transform: scale(1.05);
	padding-left: 3em;
}
.kessansale .menberlink:after {
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	border-top: 2px solid var(--black);
	border-right: 2px solid var(--black);
	position: absolute;
	transform: rotate(45deg);
	right: 20px;
	margin: auto;
	bottom: 0;
	top: 0;
}
.kessansale .menberlink:hover:after {
	transform: rotate(-315deg);
}
.kessansale .menberlink:after, .kessansale .menberlink:hover:after{
	transition: transform 1s;
}
.kessansale .itemlink img{
	border-radius: 5px;
}

.kessansale #btncopy {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Osaka, "MS PGothic", sans-serif;
	display: block;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	background-color: #05a9e2;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 1.4em;
	padding: 0.8em 1.7em 0.8em 3.5em;
	color: #fff;
	font-weight: 500;
	width: 55%;
	transition: .3s ease-in-out;
}
.kessansale #btncopy:before {
	content: "";
	display: inline-block;
	background: url("../img/icon_copy.png") no-repeat;
	background-size: contain;
	width: 23px;
	height: 24px;
	position: absolute;
	left: 14%;
	transform: translate(-50%, -50%);
	top: 50%;
	transition: .3s ease-in-out;
}
.kessansale #btncopy:hover {
	letter-spacing: 1.5px;
	transform: scale(1.05);
	padding-left: 3em;
}
.kessansale #btncopy:hover:before {
	left: 12%;
}
.kessansale #btncopy.check:before {
	background-image: url("../img/icon_check.png");
}
.kessansale .coupon_off {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.kessansale .coupon_off_box {
	font-size: 1.4em;
	line-height: 2.4rem;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
}


	
/*-----------#cate-----------*/
.kessansale #cate {
	position: relative;
	background-image: linear-gradient(180deg, #ff243d, #ff5b6b 23%, #ff5b6b 77%, #ff243d);
	margin: 0 auto 2em;
	padding: 0;
	border-radius: 5px;
}
	
	.kessansale #cate::after{
	content: "";
	position: absolute;
    left: 77%;
    bottom: -6%;
    width: 40%;
    height: 18%;
    background: url("../img/manatsusan02.png") left / contain no-repeat;
    z-index: 2;
	}
	
	.kessansale .cate_wrap{
		width: 1300px;
		max-width: 80%;
		margin: 1% auto 10%;
		background: #f9f1d2;
	}
	
.kessansale h3 {
	width: 20%;
	text-align: center;
	margin: 4% auto 0;
}
.kessansale h4 {
	font-size: 1.35em;
	font-weight: 500;
	padding: 0.5em 1.5em 1em;
	position: relative;
	width: fit-content;
	text-align: center;
	margin: 0 auto 1em;
}
.kessansale h4:before, .kessansale h4:after, .lp_menu h3:before, .lp_menu h3:after {
	content: '';
	background: var(--brown);
	width: 1em;
	height: 1px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
.kessansale h4:before, .lp_menu h3:before {
	left: 0;
}
.kessansale h4:after, .lp_menu h3:after {
	right: 0;
}
.kessansale h4:first-letter {
	color:var(--red);
}

.kessansale .listArea {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1.7em 1em;
	margin:0 3em 1em;
	border-bottom: 3px dotted #d1c0b3;
	padding-bottom: 2em;
	position: relative;
}
.kessansale .listArea:last-child{
	border:none;
}
.kessansale .listArea a *{
    transition: transform .5s ease;
}
.kessansale .listArea a {
	display: flex;
	align-items: center;
	color: var(--brown);
}
.kessansale .listArea a:hover{
	color: var(--red);
}
.kessansale .listArea a:hover img{
	transform: scale(1.05) translate(0 , -3px);
}
.kessansale .listArea p{
	padding-left: 10px;
	font-size: 0.95em;
	letter-spacing: 0;
	line-height: 1.4;
}
.kessansale .listArea a:hover p, .kessansale .itemlink:hover img{
	transform: translate(0 , -3px);
}
.kessansale .listArea a img{
	display: block;
	position: relative;
	background: #fff;
	border-radius: 100%;
	width: 85px;
}

.kessansale .listArea:nth-of-type(4):after{
	background-position: left bottom;
	height: 500px;
	right: -18%;
	width: 22%;
}
.single_mainframe_ .kessansale .listArea:nth-of-type(4):after{ /*SP版*/
	content: none;
}
.single_mainframe_ .kessansale .listArea:last-of-type:after{ /*SP版*/
	height: 200px;
	right: 8%;
	width: 25%;
	background-size: contain;
}

/*----- homelink -----*/
.homelink{
	padding: 2em 0 4em;
	text-align: center;
}
.homelink a{
	background-color: #1FAA39;
	padding: 1em 3em;
	font-size: 1.2em;
	color: #ffffff;
	border-radius: 50px;
	text-decoration: none;
}
.homelink a:hover{
	background-color: #3ec957;
	text-decoration: none;
}

/*----- 右メニュー -----*/
.lp_menu h3{
	color: var(--brown);
	font-size: 16px;
	font-weight: 500;
	padding: 0 1.5em;
	position: relative;
	width: fit-content;
	text-align: center;
	margin: 1.2em auto 0.3em;
	
}
.lp_menu .menu__inner{
	padding: 40px 32px
}
.lp_menu .menu__container{
	background: linear-gradient(180deg, #ffa600, #f4de25 23%, #ffa600);
}
.lp_menu [class^="c-button"]{
	background: #fff;
	border: 3px solid var(--black);
	box-shadow: 5px 8px #00B8EE;
	
}
.lp_menu [class^="c-button"] span{
	color: var(--black);
}
	.lp_menu [class^="c-button"]::after{
		border-right: 2px solid var(--black);
		border-top:  2px solid var(--black);
	}
	
.lp_menu a, .lp_menu .c-menu-button:after , .lp_menu .c-voice{
	color: var(--black);
}
.lp_menu .c-menu-title{
	padding-bottom: 0;
}
.lp_menu .c-menu-button:hover {
	color: var(--red);
}
.lp_menu .c-voice::before, .lp_menu .c-voice::after{
	background: none;
}
.lp_menu .c-spacer {
	margin-top: 40px;
}
.lp_menu .menu-trigger__button {
	background: #05A9E2;
}
.lp_menu .menu-trigger__button span:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -7px;
	background: url("../img/icon_search_white.png") center center/24px 24px no-repeat;
}
.lp_menu .menu-features__unit {
	flex: 0 0 calc((100% - 8px) / 2);
	width: calc((100% - 8px) / 2);
	margin-top: 8px;
	display: flex;
	flex-direction: column;
}
.lp_menu .menu-features__unit a{
	display: flex;
	flex-grow: 1;
}
.lp_menu .menu-features__list{
	display: flex;
	flex-wrap: wrap;
}
.lp_menu .menu-features__unit:nth-child(2n) {
	margin-left: 8px;
}
.lp_menu .menu-features__unit__title{
	padding: 8px 32px 8px 8px;
	font-size: 13.5px;
}
.lp_menu .menu-features__unit__thumbnail{
	flex: 0 0 55px;
}
.lp_menu .sp {
	display: none;
}



/*システム上書き*/
#header {
	margin-bottom: 0px;
}
div.mainframe_, div.single_mainframe_{
	background: #fff;
	background-size: contain;
}
div.container_, div.mainframe_, div.freepage_wrap_ {
	width: 100%;
}
div.leftmenuframe_ {
	display: none;
}
div.rightmenuframe_ {
	margin: auto;
}
#sidebox_itemhistory ,div.flex-wrapper-box, .navipage_ top_,.autopagerize_page_element,.autopagerize_insert_before,.navipage_ bottom_ , .navipage_.top_ , .navipage_.bottom_ ,p.message_{
	width: 1300px;
	margin: 0 auto;
}
	.event_wrap_{
		width: 82%;
		margin: 0 auto;
		background: url("../img/bg_dot.png");
		background-repeat: no-repeat;
		background-size: 90%;
		background-position: center;
		background-color: #ff243d;
		border: 6px solid var(--black);
		border-radius: 7px;
	}
	
.event_title_{
	margin-bottom: 3px;
	text-align: center;
	background: transparent;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}
	
.event_ p.more_look_{
	width: 1240px;
    max-width: 90%;
    margin: 0 auto 3%;
    padding: 0 30px 3%;
    background: #F5F5F5;
}
.event_title_.flag_ a, div.event_ .event_title_wrap_ h2.event_title_.flag_ span{
	background:none;
	padding:0;
}
div.event_{
	text-align: left;
	margin-top: 0;
} 
	div.StyleT_Frame_{
		width: 1240px;
		max-width: 90%;
		margin: 2% auto 0;
	}

	.bnr_img{
		width: 26%;
		text-align: center;
		margin: 3.5% auto -1%;
	}
	
	.toTop {
		padding: 2rem 0 0;
	}
	
	.toTop a {
	    display: block;
		width: 14%;
		margin: auto;
		color: #414141;
		padding: 20px;
		background-color: #fff;
		border: solid 3px;
		border-radius: 99px;
		box-shadow: 5px 8px #05a9e2;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
		transition: .3s ease-in-out;
	}
	

.event_wrap_ {
    width: 82%;
    margin: 0 auto;
    background: url(../img/bg_dot.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    background-color: #ff243d;
    border: 6px solid var(--black);
	border-radius: 7px;
}
#all {
	text-align: center;
	margin: auto;
}
#all h3{
	width: 33%;
}
#all img{
	width: 80%;
}
#all a{
	width: 300px;
    height: 50px;
    margin: 2rem auto;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    background: #333333 url(/web/20260302120157im_/https://www.ja-town.com/img/usr/common/pc/arrow03.png) right center no-repeat;
    display: block;
    transition: all .3s;
}
	
/* =========== SP =========== */
@media only screen and (max-width: 768px) {
	.kessansale *{
		letter-spacing: normal;
		line-height: normal;
	}
	.kessansale .section_ .content-inner, #sidebox_itemhistory {
		width: 100%;
		margin: 0 auto;
	}
	.kessansale .sec_inner {
		width: 95%;
	}

	.kessansale .pc {
		display: none;
	}
	.kessansale .sp {
		display: block;
	}
	.kessansale h2{
		padding: 0 0 0.7em 0;
		border-width: 3px;
	}
	.kessansale h2 img{
		width: 89%
	}
	.kessansale h3{
		font-size: 1.4em;
		width: 70%;
		letter-spacing: 0;
		margin-bottom: 1em;
	}
	.kessansale h3:before{
		width: 70px;
		height: 62px;
	}
	.kessansale h4{
		font-size: 1.2em;
		padding: 1em 1.5em 1.5em;
		margin-bottom: 0;
	}
	
	/*----- 閉じる -----*/	
.close {
   width: 60%;
	margin-top: 3rem;
	}
.close_top {
    top: 3%;
    right: 5%;
}
	
	
	/*-----------.all_wrap-----------*/
	.kessansale .all_wrap #coupon, .kessansale .all_wrap #cate{
		width: 95%;
		margin: 2% auto;
		border: 4px solid #414141;
		border-radius: 7px;
	}

	/*-----------attention-----------*/
	.kessansale .attention{
		padding: 0 0 7%;
		background-size: 200%;
		margin: 0 auto;
	}
	.kessansale .attention:before{
		width: 70px;
		height: 84px;
	}
	.kessansale .attention li img {
		width: 50%;
		padding: 2% 0 0;
	}
	.kessansale .ribbon{
		height: 40px;
		line-height: 40px;
		font-size: 1.2em;
	}
	.kessansale .ribbon:before{
		border-width: 20px 0px 20px 10px;
	}
	.kessansale .ribbon:after{
		border-width: 20px 10px 20px 0px;
	}
	.kessansale .keyframe5 p{
		font-size: 17px;
	}
	/*-----------.coupon-----------*/
	
	.kessansale #coupon::after{
		left: 7%;
		bottom: -5%;
		width: 30%;
		height: 30%;
	}
	
	
	.kessansale #coupon h2::after{
		width: 25%;
		right: -1%;
		top: 4%;
	}
	.kessansale .coupon{
		width: 70%;
		margin: 5% auto 0;
	}
	.kessansale .coupon_tx{
		padding: 1.2em 0;
	}
	.kessansale .coupon_tx, .kessansale .note{
		width: 90%;
	}
	.kessansale .coupon_tx:before, .kessansale .coupon_tx:after {
		top: 47%;
	}
	.kessansale .coupon_tx dl{
		width: 82%;
		margin: 0 auto 1.5rem;
		border-width: 2px;
	}
	.kessansale .coupon_tx dt {
		padding: 0.3em;
		border-right:none;
		border-bottom: 2px solid;
		font-size: 1.3em;
	}
	.kessansale .coupon_tx dd{
		padding: 0.5em;
		font-size: 1.2em;
	}
	.kessansale .coupon_tx:before, .kessansale .coupon_tx:after {
		width: 30px;
		height: 30px;
	}
	.kessansale .coupon_tx:before {
	    left: -15px;
	}
	.kessansale .coupon_tx:after {
	    right: -15px;
	}
	.kessansale .coupon_off_box{
		font-size: 1.2em;
	}
	.kessansale #btncopy{
		width: 90%;
		font-size: 1em;
		padding-left: 3em;
	}
	.kessansale #btncopy:hover {
		letter-spacing: 0;
	}
	.kessansale #btncopy:before{
		width: 16px;
		height: 16px;
	}
	.kessansale .note{
		width: 90%;
		margin: 1rem auto 0 1rem;
	}
	.kessansale .note li{
		font-size: 13px;
	}

	.kessansale .menberlink{
		width: 65%;
	}
	.kessansale .menberlink:after{
		width: 9px;
		height: 9px;
	}
	.kessansale .btn a{
		width: 60%;
		min-width: 60%;
		margin: 30% 3% 10% auto !important;
		padding: 1rem !important;
	}
	
	/*-----------#cate-----------*/
	.kessansale #cate::after{
		left: 70%;

		bottom: -1%;
		width: 26%;
		height: 6%;
	}
	.kessansale .cate_wrap{
		width: 95%;
		max-width: 95%;
	}
	.kessansale #cate h3 .ttl{
		margin: 8% auto -8%;
	}
	.kessansale #cate ul li p{
		padding-left: 5px;
		font-size: 12px;
	}
	.kessansale .listArea a {
		text-decoration: none;
		flex-direction: column;
	}
	.kessansale .listArea{
		grid-template-columns: 1fr 1fr 1fr;
		gap: 1.5em 0.25em;
		margin: 0 1em;
	}
	.kessansale .listArea:last-child{
		padding-bottom: 2em;
	}
	
	
	
	
	/*-----------#all-----------*/	
	.kessansale .all_wrap #all{
        width: 95%;
        margin: 2% auto;
        border: 4px solid #414141;
        border-radius: 7px;
    }
	#all img{
	width: 97%;
	}
	#all h3{
		width: 90%;
		padding: 3rem 0 0;
		margin: 0 auto;
	}

	
	/*-----------system-----------*/
	.event_wrap_{
		width: 93%;
		background-size: 150%;
		border: 4px solid var(--black);
	}
	.event_wrap_ .more_look_ {
		padding: 10px;
		background-color:none;
	}
	.event_wrap_ .event_title_wrap_ {
		background-color: transparent;
	}
	div.event_{
		margin: 0 auto;
		text-align: left;
	}
	.event_ p.more_look_{
		background: transparent;
		margin-top: 10%;
		width: 80%;
		max-width: 80%;
	}
	div.event_ .event_title_wrap_ h2.event_title_{
		border-color:#fff;
		padding-bottom: 5px;
	}
	div.event_ .event_title_wrap_ h2.event_title_ a{
		color: #fff;
	}
	#footer_category {
		margin-top: 0px;
	}
	#sidebox_itemhistory, div.flex-wrapper-box, .navipage_ top_, .autopagerize_page_element, .autopagerize_insert_before, .navipage_ bottom_, .navipage_.top_, .navipage_.bottom_{
		width:auto;
		margin:0;
	}
	.navipage_.top_, div.flex-wrapper-box {
		max-width: none;
	}
	.bnr_img{
		width: 84%;
		margin: 6.5% auto -3%;
	}
	.event_wrap_ .goods_t_wrap_, div.accessory_list_ .goods_t_wrap_ {
		margin: 0;
	}
  
	/* 右メニュー */
	.lp_menu .menu__inner{
		padding: 0;
	}
	.lp_menu .menu-features__unit:nth-child(n+2) {
		margin-top: 8px;
	}
	.lp_menu .menu-features__unit{
		flex-direction: column;
		display: flex;
	}
	.lp_menu .menu-features__unit__title{
		padding: 5px 25px 5px 0;
	    line-height: 1.3;
	    font-size: 13px;
	}
	.lp_menu .c-menu-button no-scroll{
		flex-grow: 1;
		align-items: center;
	}
	.lp_menu .menu-trigger__button span{
		font-weight: normal;
	}
	.lp_menu .menu-trigger__button span:before{
		left: -7px;
		width: 16px;
		height: 16px;
		margin-top: -7px;
	}
	.lp_menu .menu-trigger__button{
		padding: 0 10px;
	}
	.lp_menu .menu-features__unit a:before{
		height: 63px;
	}
	.lp_menu .menu-features__unit__thumbnail img{
		top: 50%;
		left: 2px;
		width: 88%;
		height: auto;
		transform: translateY(-50%);
	}
	.lp_menu .menu-features__unit__thumbnail {
		flex: 0 0 38.308%;
		max-width: 65px;
	}
	
	.lp_menu .sp{
		display: block;
	}
	.toTop a{
		width: 55%;
		margin: 3% auto 10%;
		padding: 17px;
	}

	/*----- homelink & malllink -----*/
	.kessansale .malllink {
		width: 84%;
	}
	.kessansale .malllink a{
		padding: 1.3em 3em;
	}
	.kessansale .malllink a, .homelink a{
		font-size: 0.9em;
	}
	
	.lp_menu .menu-trigger{
		width: 50%;
	}
	.lp_menu .menu-trigger__button{
	    height: 50px;
	}
	.lp_menu .menu-trigger__button span{
		font-size: 14px;
	}
	.lp_menu .menu-features__unit a:before{
		height: 50px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1299px) {
	.kessansale .sec_inner {
		width: auto;
		max-width: 1200px;
	}
    .kessansale .listArea {
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.kessansale .coupon_tx, .kessansale .note {
	    width: 80%;
	    max-width: 1000px;
    }
	.kessansale .note li:nth-last-child(-n+2) {
	    padding-bottom: 5em;
	}
}
