@charset "UTF-8";
/*-------------------------------------------
 基本設定
-------------------------------------------*/

/*スマホの時だけ改行させるクラス*/
.br-sp {
    display: block;
}

@media (min-width: 769px) {
    .br-sp {
        display: none;
    }
}

/*-------------------------------------------
 page固有
-------------------------------------------*/
/* MV 高さ調整 ------------------------------------ */
.detail_KV img {
    height: auto;
}

/* キャンペーン期間 ------------------------------------ */
.detail_period {
	background: #fdfbf4;
	color: #403427;
	text-align: center;
	padding: 0 min(4%,15px);
	width: min(100%,960px);
	margin: 0 auto clamp(24px, 6.4vw, 40px);
	font-size: clamp(14px, 3vw, 16px);
	line-height: 1.3;
}
.detail_period__item {
	padding: 1em 0;
	border-bottom: 1px dotted #978d82;
}
.detail_period__item:last-child {
	border-bottom: none;
}
.period__item__text {
	font-weight: bold;
}
.period__item__title {
	margin-right: 5px;
}
.period__item__title::after {
  content: ":";
  display: inline-block;
  margin-left: 5px;
}

/* lead文 ------------------------------------ */
.detail_lead .text__red {
	color: red;
}
.detail_lead__att {
	padding-top: 10px;
	font-size: 14px;
	font-weight: initial;
}


/* entryエリアカスタマイズ ----------------------------- */
.detail_entry__annotation {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: red;
}


/* キャンペーン対象作品 --------------------------- */
.detail_ribbon__text {
	font-size: clamp(16px, 4.26vw, 24px);
	line-height: 1.4;
}
.detail_sakuhin__text {
	text-align: center;
	font-size: clamp(14px, 3.73vw, 16px);
	line-height: 1.4;
}


/*-------------------------------------------
　dマガジンとは
-------------------------------------------*/
.about-dmag {
	background: url("../img/about-dmag_bg.png") 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.5em;
    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;
	}
	.btn-detail{
    	bottom: 18%;
		padding: 0.6em;
	}
}

/*-------------------------------------------
 dカードGOLD詳細
-------------------------------------------*/
.detail_dcard-goldu__wrapper {
    width: 100%;
    margin: clamp(24px, 6.4vw, 40px) auto .6em;
    padding: 0 16px;
}
.detail_dcard-goldu__inner {
	background-color: #e4fdee;
    max-width: 960px;
	margin: 0 auto;
	border-radius: 16px;
	padding: clamp(24px, 6.4vw, 40px) 16px;
}
.img_dcard-goldu {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.detail_dcard-goldu__btn {
    text-align: center;
    max-width: 640px;
    padding: 10px 0 0;
    margin: 0 auto;
}

@media (min-width: 769px) {
	.detail_dcard-goldu__inner {
		padding: 2em 0;
	}
	.img_dcard-goldu {
		transition-property: opacity;
  		transition-duration: 0.3s;
		padding: 0 3%;
	}
	.img_dcard-goldu:hover {
		opacity: 0.7;
	}
	.detail_dcard-goldu__btn {
		text-align: center;
		max-width: 640px;
		padding: 16px 0 0;
		margin: 0 auto;
	}
}
/*-------------------------------------------
 規約
-------------------------------------------*/
.detail_kiyaku__list-item dt{
	font-weight: 700;
}
.detail_kiyaku__list-item li{
	line-height: 1.8;
}

/*-------------------------------------------
　棚調整
-------------------------------------------*/
.o-shelf__header {position: static;}
a.a-more--text{
	text-decoration: none;
	transition: 0.3s
}
a.a-more--text:hover{
	text-decoration:none ;
}
a.carousel__item-title:hover{
	opacity: 1;
	color:#333333;
}
.carousel__item-img img{
        transition: opacity 0.3s;
        opacity: 1;
	}
.carousel__item-img img:hover{
        opacity: 0.7;
	}
.o-shelf .o-shelf__header{
	position: static;
}
a.carousel__item-title{
	text-decoration:none;
}

/* はみ出た部分を非表示　*/
.o-shelf__body{
	overflow: hidden;
}
/* はみ出た部分を非表示にすると左右のボタンが切れるので内側に入れる　*/
/* 書影棚 */
.o-shelf.-narrow .carousel__prev{
	left: 16px;
}
.o-shelf.-narrow .carousel__next {
	right: 16px;
}

@media (min-width: 769px) {
  /* PCでボタンの位置を元に戻す　*/
  /* 書影棚 */
	.o-shelf.-narrow .carousel__prev{
		left: 0;
	}
	.o-shelf.-narrow .carousel__next{
		right: 0;
	}
}

/*-------------------------------------------
 アプリDL none
-------------------------------------------*/
.bw-footer__download{
	display: none;
}

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


