@charset "UTF-8";
/*-------------------------------------------
 基本設定
-------------------------------------------*/
/*PCの時だけ改行*/
.block-pconly {
	display: none;
}

@media screen and (min-width: 769px) {
	.block-pconly {
		display: block;
		width: 100%;
	}
}

/*スマホの時だけ改行*/
.block-sponly {
	display: block;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.block-sponly {
		display: none;
	}
}

/* ----------------------------------
   MV
  -----------------------------------*/
.detail_body img {
    max-width: 100%;
    height: 100%;
}

/* ----------------------------------
   エントリー・入会ボタン
  -----------------------------------*/
/* title with slash */
.detail_entry__title{
  display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: min(2% , 8px);
  font-weight: 700;
  font-size: max(14px, min(3vw, 20px));
  text-align: center;
  line-height: 1.2;
}

.detail_entry__title::before,
.detail_entry__title::after{
  content: "";
	height: 2em;
	width: 2px;
	background: #000;
	vertical-align: bottom;
}

.detail_entry__title::before {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin-right: 0.7em;
}

.detail_entry__title::after {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	margin-left: 0.7em;
}

.detail_entry__annotation {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-top: 1em;
  line-height: 1.8;
}

.detail_entry__annotation > p, .detail_entry__annotation > ul {
  line-height: 1.7;
}

.detail_entry__annotation > ul {
  padding-left: 1em;
  text-indent: -1em;
}

/*強調*/
.emphasis--red {
	color: #cc0033;
	font-weight: bold;
}
.emphasis--yellow {
	background: linear-gradient(transparent 50%, #efff64 50%);
	padding-bottom: 0.2em;
}

/*会員登録ボタンの上部テキスト*/
/* title with slash */
.detail_entry__title--h2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(2% , 8px);
  font-weight: 700;
  font-size: max(16px, min(3vw, 20px));
  text-align: center;
  line-height: 1.2;
}

.detail_entry__title--h2::before,
.detail_entry__title--h2::after{
  content: "";
	height: 2em;
	width: 2px;
	background: #000;
	vertical-align: bottom;
}
.detail_entry__title--h2::before {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin-right: 0.7em;
}

.detail_entry__title--h2::after {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	margin-left: 0.7em;
}

.detail_entry__title--h2-text {
  margin-bottom: min(2% , 8px);
  font-weight: 700;
  font-size: max(14px, min(3.73vw, 20px));
  text-align: center;
  line-height: 1.2;
}



/* ----------------------------------
   お好きな雑誌・ムックを1冊5ページ以上読もう！
  -----------------------------------*/
/*見出し*/
  .detail_ribbon {
  position: relative;
  top: 0;
  left: 50%;
  width: calc(100% - 32px);
  color: #FFF;
  background: #14a6a0;
  padding: min(1.5%, 10px);
  transform: translate(-50%, 0%);
  text-align: center;
}

.detail_ribbon::before,
.detail_ribbon::after {
	display: block;
	background: #14a6a0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 90% 50%);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 16px;
	}

.detail_ribbon::before{
	left: -15px;
}

.detail_ribbon::after {
	right: -15px;
	clip-path: polygon(100% 0, 10% 50%, 100% 100%, 0 100%, 0 0);
}

.detail_ribbon__text {
  font-size: max(16px, min(4.26vw, 24px));
  line-height: 1.4;
  margin-bottom: 0;
}

/*見出し下のテキスト*/
.detail_sakuhin__text {
	text-align: center;
	font-size: 16px;
	margin-bottom: 1em;
}

/*-------------------------------------------
　棚調整
-------------------------------------------*/
/* 棚上マージン */
.shelf-block__inner {
	padding-top: 0;
	padding: 16px 3% var(--gap-base) 3%;
	max-width: 960px;
	margin: 0 auto 5%;
	overflow: hidden;
}

.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;
	}
}

/*-------------------------------------------
 dヘルスケアとは
-------------------------------------------*/
.about-dhealthcare__inner {
	margin: 0 auto min(8%, 40px);
	text-align: center;
}
.about-dhealthcare__img {
  width: min(100% ,700px);
  height: auto;
} 

/*-------------------------------------------
 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 min(8%, 40px);
	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: #FF2CA8;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    font-size: max(14px, min(2.8vw, 20px));
    padding: 0.4em;
    width: min(60%, 440px);
	height: min(9%, 34px);
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
	text-decoration: none !important;
	box-shadow: 0px 4px 0 #D32189;
}
.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 {
		height: 50px;	
	}

	.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;
	}
  }

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