@charset "utf-8";
/* CSS Document */

#coupon .fvArea {
	text-align: center;
	margin-bottom: 40px;
}
#coupon .fvArea img {
	width: 100%;
	height: auto;
}

#coupon .couponArea {
	background-color: #026033;
    color: #FFF;
    text-align: center;
    padding: 50px 0 10px;
    width: 80%;
    margin: 0 auto 70px;
}
#coupon .couponText {
	font-size: 30px;
	margin-bottom: 15px;
}
#coupon .couponArea .couponCorner {
	background-color: #FFF;
	color: #000;
	width: 80%;
	margin: 0 auto 20px;
	padding: 20px 0;
	font-size: 60px;
}
#coupon .couponArea .couponCorner .copy_btn {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}
#coupon .couponArea .couponCorner .copyCode {
	font-size: 65px;
	margin-bottom: 0;
}
#coupon .couponArea p {
	letter-spacing: 5px;
}
#coupon .couponArea .spbr {
	display: none;
}
#coupon .couponCorner {
	font-size: 150px;
	color: #d00;
}
#coupon .category_search_Area{
	text-align: center;
	margin: 0 auto 80px;
}
#coupon .category_search_Area ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
	margin: 0 auto;
}
#coupon .category_search_Area ul li {
    width: 270px;
    margin-right: 20px;
}
#coupon .category_search_Area ul li:last-child {
    margin-right: 0;
}
#coupon .category_search_Area ul li a {
    display: block;
    margin-bottom: 10px;
}
#coupon .category_search_Area ul li a img {
    width: 100%;
    height: auto;
}
#coupon .category_search_Area ul li p {
    margin: 0;
    font-size: 18px;
}
#coupon .bx-text-bel-Gray-9.bx-text-bel-Gray-9.bx-text-bel-Gray-9 {
	text-align: center;
}
#coupon .bx-sp_newtop_category_search__list,
#coupon .bx-sp_top_category_search__container > .bx-top__heading{
	display: none !important;
}
#coupon .bx-newsize_search_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    row-gap: 16px;
    column-gap: 8px;
}
#coupon .attentionArea .spbr {
	display: none;
}
#coupon .attentionArea.-attentiontop{
	margin-bottom: 40px;
	text-align: center;
}
#coupon .attentionArea.-attentiontop p:first-child{
	margin-bottom: 5px;
}
#coupon .attentionArea.-attentiontop p:last-child span{
	color: #fb0000;
}

#coupon .rule {
	border: 1px solid #999999;
	border-top: none;
	margin-bottom: 30px;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 0 20px 10px;
}
#coupon .rule li {
	width: 70%;
	text-align: left;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding-top: 20px;
}
#coupon .rule li:last-of-type {
	padding-top: 0;
}
#coupon .rule li img {
	width: 100%;
	height: auto;
}
#coupon .spBnr {
	display: none;
}
#coupon .ruleArea h3 {
	font-weight: normal;
	font-size: 15px;
	background-color: #000;
	color: #fff;
	padding: 5px 0 5px 20px;
	margin-bottom: 0;
}

#coupon .infoArea{
	margin-bottom: 50px;
}
#coupon .infoArea h3 {
	font-weight: normal;
	font-size: 15px;
	padding-left: 20px;
}
#coupon table {
	border: solid 1px #999999;
	border-top: none;
	margin-top: 5px;
	width: 100%;
}
#coupon table td {
	border-top: solid 1px #999999;
}
#coupon .attentionArea a,
#coupon table td a {
	color: #0068b7 !important;
	text-decoration: underline;
}
#coupon table tr th {
	background-color: #e5e5e5;
	padding: 10px;
	text-align: center;
	width: 20%;
	border-right: solid 1px #999999;
	border-top: solid 1px #999999;
}
#coupon table tr td {
	padding: 10px;

}
#coupon .brandTop{
	border-radius: 50px;
    width: 45%;
	margin-bottom: 60px !important;
}
#coupon .fvArea + .brandTop{
	margin-top: 50px;
}
#coupon .brandTop a {
	height: 60px;
    font-size: 20px;
}
/* include */
#coupon .text-center h2{
	font-size: 24px;
	font-weight: 700;
}
#coupon .container.p-0.kiri-ladies.my-5{
	margin: 20px 0 60px !important;
}
#coupon .bx-top-btn-motto-miru.bx-top-btn-motto-miru.bx-top-btn-motto-miru--wide{
	transition: all .15s ease-in-out;
    padding: 13px 16px;
    margin-top: 8px;
	position: relative !important;
	font-size: 16px !important;
	line-height: 22px;
	border-color: #111 !important;
	width: 343px;
}
#coupon .bx-top-btn-motto-miru.bx-top-btn-motto-miru.bx-top-btn-motto-miru i.bx-top-btn-motto-miru__arrow:after{
	content: "";
	background-image: url(https://belluna.jp/on/demandware.static/Sites-belluna-Site/-/default/images/arrow_right.svg);
	background-size: contain;
	width: 16px;
	height: 16px;
	display: block;
	line-height: 16px;
}
#coupon .col.text-center {
    margin-top: 20px;
}
@media screen and (max-width: 520px) {
	#coupon .fvArea{
		margin-bottom: 20px;
	}
	#coupon .couponText {
		font-size: 22px;
	}
	#coupon .couponArea {
		padding: 7% 0 5%;
		margin: 0px auto 8%;
		width: 90%;
	}
	#coupon .couponArea .couponCorner {
		font-size: 57px;
		padding: 4% 0 0;
		width: 85%;
	}
	#coupon .couponArea .note {
		font-size: 13px;
		padding: 0 5%;
		margin-bottom: 0;
	}
	#coupon .couponArea .spbr {
		display: block;
	}
	
	#coupon .attentionArea {
		font-size: 14px;
		margin: 0 3%;
	}

	#coupon .attentionArea .spbr {
		display: block;
	}
	#coupon .category_search_Area{
		margin: 0 auto 50px;
	}
	#coupon .category_search_Area ul {
		width: 95%;
		justify-content: space-between;
	}
	#coupon .category_search_Area ul li {
		width: calc((100% - 15px) / 3);
		margin: 0;
	}
	#coupon .category_search_Area ul li p {
		font-size: 10px;
	}
	#coupon .container.home.bx-home-container.mt-5{
		padding: 0;
	}
	#coupon .size_corner .col-md-7{
		padding: 0;
	}
	#coupon .ruleArea h3 {
		background-color: #333;
		color: #FFF;
		padding: 2% 0 2% 3%;
		text-align: center;
		font-size: 20px;
	}
	#coupon .rule {
		padding: 0;
		border: none;
	}
	#coupon .rule li {
		width: 94%;
		margin: 3% auto 10%;
	}
	#coupon .rule li:last-of-type{
		padding-top: 20px;
		margin-bottom: 5%;
	}
	#coupon .rule li .ruleCopy {
		font-size: 14px;
		margin: 4%
	}
	#coupon .spBnr {
		display: block;
	}
	#coupon .pcBnr {
		display: none;
	}
	#coupon .rule li p {
		margin-bottom: 30px;
	}
	#coupon .rule li img {
		width: 95%;
        height: auto;
        margin: 0 auto;
	}
	
	#coupon .infoArea h3 {
		background-color: #e5e5e5;
		color: #333;
		margin: 0 auto;
		text-align: center;
		padding: 5px 0;
		font-size: 16px;
		font-weight: normal;
		width: 97%;
		box-sizing: border-box;
	}
	#coupon .info {
		font-size: 14px;
		margin: 4%
	}
	#coupon table {
		width: 97%;
		margin: 0 auto;
	}
	#coupon table tr th {
		width: auto;
		border-right: none;
	}
	#coupon Table th,
	#coupon Table td {
		display: block;
	}

	#coupon .brandTop {
		width: 85% !important;
	}
	#coupon .brandTop a{
		font-size: 15px;
	}
	/* include */
	#coupon .text-center h2{
		font-size: 20px;
	}
	#coupon .container.p-0.kiri-ladies.my-5 {
		margin: 15px 0 40px !important;
	}
    #coupon .bx-top-btn-motto-miru.bx-top-btn-motto-miru.bx-top-btn-motto-miru--wide {
        font-size: 14px !important;
        line-height: 20px;
        width: 100%;
    }
    #coupon .bx-top-btn-motto-miru.bx-top-btn-motto-miru.bx-top-btn-motto-miru i {
        padding-right: 1rem;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    #coupon .bx-top-btn-motto-miru.bx-top-btn-motto-miru.bx-top-btn-motto-miru i.bx-top-btn-motto-miru__arrow:after {
        width: 14px;
        height: 14px;
        line-height: 14px;
    }
	#coupon .col.text-center{
		margin-top: 10px;
	}
}