@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: auto;
}

/* ----------------------------------
   エントリー・入会ボタン
  -----------------------------------*/
/* 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;
}

/*リード*/
.detail_lead__inner{
	width:94%;
	margin: auto;
	text-align: center;
}
.lead_emphasis{
	font-size: 18px;
	font-weight: bolder;
	margin-bottom:10px;
	line-height: 1.5;
}
@media (min-width: 769px) {
.lead_emphasis{
	font-size: 20px;
}
}
/* 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;
}

.title_green{
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	color:#009141;
	margin-bottom:10px;
}
@media (min-width: 769px) {
	.title_green{
	font-size: 26px;
}
}

/*リボン見出し*/
  .detail_ribbon {
  position: relative;
  top: 0;
  left: 50%;
  width: calc(100% - 32px);
  color: #212529;
  background: #faf0d3;
  padding: min(1.5%, 10px);
  transform: translate(-50%, 0%);
  text-align: center;
}

.detail_ribbon::before,
.detail_ribbon::after {
	display: block;
	background: #faf0d3;
	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{
	padding: 0;
}
.detail-bnr{
	padding: 0;
}
.detail_body .detail-bnr__img_feed{
	margin:10px auto;
	width:74%;
	max-width:450px;
	display: block;
}
.detail-bnr__text {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
	font-weight: bold;
}
.detail-bnr__text h3{
	margin:10px auto;
}
/*-------------------------------------------
 dマガジンとは？
-------------------------------------------*/
.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 min(8%, 40px);
	padding: 3% 0;
	border-radius: 16px;
}

.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: 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 #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);
}
.detail_rounded-btn-middle{
	display: inline-block!important;
}
.detail-bnr .detail-bnr__inner a{
	display: block!important;
}

@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;
	}
}
/*-------------------------------------------
開催期間装飾
-------------------------------------------*/
  .detail_period{
		    background: #ffffff;
		    color: #2a9143;
		    text-align: center;
		    padding: 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;
		    border-top: 3px solid #2a9143;
		    border-bottom: 3px solid #2a9143;
		}

/*-------------------------------------------
 アプリDL none
-------------------------------------------*/
.bw-footer__download{
	display: none;
}
/*-------------------------------------------
 app-margin
-------------------------------------------*/
.app-margin {
	margin-top: -51px;
	}
  @media (min-width: 769px) {
	.app-margin {
	margin-top: -66px;
	}
  }