@charset "UTF-8";
/*-------------------------------------------
 基本設定
-------------------------------------------*/
.cp-only__pc {
	display: block;
}
.cp-only__sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.cp-only__pc {
		display: none;
	}
	.cp-only__sp {
		display: block;
	}
}

h2 {
	margin-bottom: 0;
}

img {
    width: 100%;
    height: 100%;
}

/*-------------------------------------------
 書影棚
-------------------------------------------*/
.detail_sakuhin {
	max-width: 992px;
    margin: 0 auto 16px;
    padding: 0 16px;
}

/*-------------------------------------------
 キャッシュレス決済キャンペーン
-------------------------------------------*/
.cp-detail-block {
	max-width: 992px;
    border-radius: 16px;
	border: 3px solid #CC0033;
}
.cp-detail-block__inner {
	padding-bottom: 1em;
}
.detail-bnr {
    text-align: center;
    max-width: 640px;
	margin: 0 auto;
}
.detail_lead--cp {
    width: 100%;
    padding: 1em 0 0;
    font-weight: 600;
}

.detail-bnr__inner {
	padding: 16px 0;
}

.cp-detail-block a:hover {
	color: #FFF;
	opacity: 0.7;
}

/* 見出し */
.ribbon--dred{
	width: 100%;
	color: #CC0033;
	background: repeating-linear-gradient(135deg, #ffe556, #ffe556 5px, #ffef9a 5px, #ffef9a 10px);
	text-align: center;
	font-weight: bold;
	border-radius: 12px 12px 0 0;
	border-bottom: 3px solid #CC0033;

}
.detail_ribbon__text {
	font-size: clamp(14px, 3.73vw, 24px);
	line-height: 1.4;
}
.detail_ribbon__text--cp {
	max-width: 540px!important;
	padding: min(3%, 10px);
}



/*-------------------------------------------
ボタン
-------------------------------------------*/
.detail-btn {
	text-align: center;
    max-width: 640px;
    padding: 0;
    margin: 0 auto clamp(24px, 6.4vw, 40px);
}
.detail-btn--cp {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.detail-btn--cp__inner {
	padding: 0 3%;
}
.detail_rounded-btn-middle--cp {
    width: 100%;
    background: #CC0033;
    display: inline-block;
    color: #FFF;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 600;
    border-radius: 9999px;
    padding: min(3% , 16px) 1.5em;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    text-decoration: none !important;
	line-height: 1.4;
}
.detail_rounded-btn-middle--cp::before {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


/* dmag  ---------------------------------------- */
.about-dmag {
	background: url("../img/about_dmag_bg.jpg") center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 3% 0;
}

.about-dmag__contents {
	position: relative;
	padding: 3% 4%;
}

.about-dmag__contents img {
	display: block;
	width: 90%;
	height: 90%;
	margin: auto;
}

.btn-detail {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CC0033;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    font-size: clamp(14px, 2.8vw, 20px);
    padding: 0.4em;
    width: min(60%, 440px);
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
	text-decoration: none !important;
	box-shadow: 0px 4px 0 #990000;
}
.btn-detail:hover {
	text-decoration: none;
	color: #fff;
}
.btn-detail.arrow::before{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 769px) {
	.about-dmag{
		padding: 25px 3%;
	}
	.about-dmag__contents{
		max-width: 700px;
		margin: 0 auto;
	}
	
	.btn-detail.arrow::before{
		width: 10px;
		height: 10px;
		right: 20px;
	}
	.btn-detail:hover{
		opacity: .7;
	}
}

/*-------------------------------------------
 app-margin
-------------------------------------------*/

.app-margin {
	margin-top: -51px;
	}
  @media (min-width: 769px) {
	.app-margin {
	margin-top: -66px;
	}
  }

/*-------------------------------------------
 キャンペーンのリストの頭に「・」
-------------------------------------------*/
.detail_kiyaku ul.list--disc li {
    list-style: initial;
}
.detail_kiyaku dd > ul {
    text-indent: 0;
}