@charset "UTF-8";

/*-------------------------------------------
 app-margin(アプリ表示時上部のマージンを消す)
-------------------------------------------*/
.app-margin {
	margin-top: -51px;
	}
  @media (min-width: 769px) {
	.app-margin {
	margin-top: -66px;
	}
  }

/*-------------------------------------------
 hover
-------------------------------------------*/

@media (min-width: 769px) {
	.cp-main .object-block a,
	.cp-main .about-dmag-block__btn:hover,
	.cp-main .abtn-top img,
	.cp-main .cp-new__btn{
		transition: var(--hover-transition);
		filter: saturate(100%);
		transform: translateY(0);
	}

	.cp-main .object-block a:hover,
	.cp-main .about-dmag-block__btn:hover,
	.cp-main .btn-top:hover img,
	.cp-main .cp-new__btn:hover {
		filter: saturate(200%);
	}

	.cp-main .btn-top:hover img{
		transform: translateY(-10px);
	}
	.cp-main .cp-request__link img{
		transition: var(--hover-transition);
		filter: saturate(100%);
		transform: scale(1);
	}
	.cp-main .cp-request__link:hover img{
		filter: saturate(200%);
		transform: scale(1.05);
	}

}

/*-------------------------------------------
　detail再調整
-------------------------------------------*/
.detail_ribbon__text {
	font-size: clamp(14px, 3.3vw, 24px);
	line-height: 1.4;
}

/*-------------------------------------------
　雑誌を読む
-------------------------------------------*/

.detail_body .detail_magazine-list__lead{
	padding: min(2% ,16px) 0;
	text-align: center;
	font-weight: bold;
}

.detail_body .detail_magazine-list__lead{
	font-size: clamp(12px, 3vw, 16px);
}

/*-------------------------------------------
　Wチャンス
-------------------------------------------*/
.detail_body .detail_sportskuji{
	border: 10px solid #ff3f40;
	border-radius: 16px;
	background: #FFE954;
	text-align: center;
}


.detail_body .detail_sportskuji__inner{
	padding: min(8% ,32px) min(6% ,32px);

}
.detail_body .detail_sportskuji__title{
	display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
	font-size: clamp(14px, 3.3vw, 24px);
	line-height: 1.4;
	color: #cc0033;
}

.detail_body .detail_sportskuji__title::before,
.detail_body .detail_sportskuji__title::after{
  content: "";
	height: 3.5em;
	width: 2px;
	background: #333333;
	vertical-align: bottom;
}

.detail_body .detail_sportskuji__title::before {
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	margin-right: 0.9em;
}

.detail_body .detail_sportskuji__title::after {
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	margin-left: 0.9em;
}

.detail_body .detail_sportskuji__title__bg-red{
	background: #cc0033;
	padding: 2px 8px;
	line-height: 1em;
	color: #FFFFFF;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 6px;
}

.detail_body .detail_sportskuji__btn{
	letter-spacing: .1em;
	width: min(94%, 500px);
	margin: 6px auto min(6% ,16px) auto;
	background: #333;
	color: #fff;
	font-size: clamp(16px, 3vw, 18px);
	font-weight: 600;
	line-height: 1.4;
	border-radius: 9999px;
	padding: .5em 1.7em;
	min-height: 46px;
	text-align: center;
	position: relative;
	transition: 0.3s;
	text-decoration: none !important;
	display: flex;
	align-items: center;
 	justify-content: center;
  }

.detail_body .detail_sportskuji__btn:hover{
	color: #FFF;
  }

  .detail_sportskuji__btn::after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
  }

  .detail_body .detail_sportskuji__img{
	opacity: 1;
	transition: 0.3s;
	width: min(100% ,640px);
  }

  @media (min-width: 769px) {
	.detail_body .detail_sportskuji__btn{
		min-height: 60px;
	}
	.detail_body .detail_sportskuji__btn:hover{
		background: #FF8D07;
	}
	.detail_body .detail_sportskuji__img:hover{
		opacity: .7;
	}
	.detail_body .detail_sportskuji__title::before,
	.detail_body .detail_sportskuji__title::after{
		width: 3px;
	}

  }


/*-------------------------------------------
　dマガジンとは
-------------------------------------------*/
/* 背景 */
.detail_body .about-dmag-block{
	padding: min( 4% , 32px);
	background: url(../img/dmag_bg.jpg) no-repeat center;
	background-size: cover;
	background-position: center;
	margin: auto;
	border-radius: 24px;
}
.detail_body .about-dmag-block__inner{
	position: relative;
	max-width: 640px;
	margin: auto;
}
.detail_body .aabout-dmag-block__img{
	display: block;

}

.detail_body .about-dmag-block__btn{
	/* cp-btn__middle　流用 */
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--col-d-red);
	color: #fff;
	padding: 12px;
	border-radius: 30px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	font-size: clamp(16px , 2.8vw ,22px);
	line-height: 1.2;
    position: absolute;
	bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    background: #009141;
    font-size: clamp(14px, 2.8vw, 24px);
    padding: 0.4em;
    width: min(60%, 440px);
	text-decoration: none;
}

.detail_body .about-dmag-block__btn.arrow:before{
	width: 8px;
	height: 8px;
}

@media (min-width: 769px) {
	.detail_body .about-dmag-block__btn.arrow:before{
		width: 10px;
		height: 10px;
		right: 20px;
	}
}

/* hoverで透明にしたいものにだけ */
@media (min-width: 769px) {
	.detail_body .about-dmag-block__btn{
		opacity: 1;
	}

	.detail_body .about-dmag-block__btn:hover {
		opacity: .7;
	}
}

/*-------------------------------------------
　棚調整
-------------------------------------------*/
.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) {
	.o-shelf.-narrow .carousel__prev{
		left: 0;
	}

	.o-shelf.-narrow .carousel__next{
		right: 0;
	}

}

/*-------------------------------------------
 アプリDL none
-------------------------------------------*/

.bw-footer__download{
	display: none;
}