@charset "UTF-8";

/*-------------------------------------------
 基本設定
-------------------------------------------*/
.cp-main{
	--col-c-blue--dark: #04055B;
	--col-c-brown--dark: #B8A181;
	--col-c-brown--dark: #B28D59;
	--col-c-pink: #FF1677;
	--col-c-yellow: #FDE03A;
	--col-c-yellow--light: #F9F183;
}

/* テキスト行間 */
.cp-main p{
  line-height: 1.7;
}

.cp-main li,
.cp-main dt,
.cp-main dd   {
  line-height: 1.5;
}

.cp-main .text-pink{
	color: var(--col-c-pink);
}
a.a-more--text {
	text-decoration:none;
}

a.carousel__item-title{
	text-decoration:none;
}

a.a-more--text:hover ,a.carousel__item-title:hover{
	text-decoration:none;
}
a.carousel__item-title:hover{
	opacity: 1;
	color:#333333;
}
/*-------------------------------------------
 hover
-------------------------------------------*/

/* hoverで透明にしたいものにだけ */
@media (min-width: 769px) {
	.cp-main .object-block a,
	.cp-main .about-dmag-block__btn:hover,
	.cp-main .saku-block a{
		transition: var(--hover-transition);
	}


	.cp-main .object-block a:hover,
	.cp-main .about-dmag-block__btn:hover,
	.cp-main .saku-block a:hover {
		filter: brightness(1.21);
	}

}

/*-------------------------------------------
 uniqu利用　まとめて再設定　 ボタン
-------------------------------------------*/
.cp-main .cp-btn--large{
	min-height: 60px;
	border: 2px solid var(--col-c-blue--dark);
}

.cp-main .btn-shadow{
	box-shadow: 0px 3px 0 var(--col-c-blue--dark);
}

.cp-main .text--deco-slash{
	font-size: clamp(13px, 3.2vw, 24px);
	;
}

@media screen and (min-width:769px) {
	.cp-main .cp-btn--large{
		min-height: 80px;
		border-width: 3px;
	}
}

/*-------------------------------------------
 リード
-------------------------------------------*/
.cp-main .lead-block__img{
	width: min(100% , 744px);
	display: block;
	margin: auto;
}


/*-------------------------------------------
 エントリー
-------------------------------------------*/
.cp-main .entry-block__inner {
	border: 2px solid var(--col-c-blue--dark);
	background: #FFF;
	border-radius: 16px;
}

.cp-main .entry-block__frame{
	max-width: 600px;
	margin: auto;
}

.cp-main .entry-block__btn-title--green{
	color: var(--col-magazine-green);
}

/* 入会 */
.cp-main .nyukai-area{
	margin-top: min(5% ,26px);
	padding-top: min(5% ,26px);
	border-top: 2px dashed var(--col-c-blue--dark);
}


.cp-main .btn-nyukai{
	background: var(--col-magazine-green);
}


/* エントリー１つ目 */
.cp-main .entry-block--first{
	padding-top: 0;
}


/* PC */
@media screen and (min-width:769px) {
	.cp-main .entry-block__inner{
		border-width: 4px;
	}
}

/*-------------------------------------------
　キャンペーン対象誌
-------------------------------------------*/
.cp-main .object-block{
	background: #FFF;
}

.cp-main .object-block__title{
	position: relative;
    overflow: hidden;
	height: 40px;
	background: var(--col-c-blue--dark);
}

.cp-main .object-block__title-img{
	width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: initial;
    transform: translateX(-50%);
    height: 100%;
}

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

/* バックナンバーも対象 */
.cp-main .shelf-sub__taisho{
	text-align: center;
	margin-bottom: 1em;
}
.cp-main .shelf-sub__taisho-text{
	color: #FF1677;
    line-height: 1.2;
    font-size: 14px;
}

.cp-main .plus_text{
	text-align: center;
	font-weight: 600;
	color: #547d9e;
	margin-top: 5%;
}

/*-------------------------------------------
　dマガジンとは
-------------------------------------------*/

/* 背景 */
.cp-main .about-dmag-block{
    background: url(../img/bg_small.png) center top / 100% auto var(--col-c-blue--dark);
    position: relative;
	border-radius: 0 0 16px 16px;
}
.cp-main .cp-section__inner{
	max-width:750px;
	margin: auto;
}

.cp-main .about-dmag-block__inner{
	position: relative;
}


.cp-main .aabout-dmag-block__img{
	display: block;
	margin: auto;
}

.cp-main .about-dmag-block__btn{
    position: absolute;
	bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--col-magazine-green);
    font-size: clamp(14px, 2.8vw, 24px);
    padding: 0.4em;
    width: min(60%, 440px);
}

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

@media (min-width: 769px) {
	.cp-main .aabout-dmag-block__btn.arrow:before{
		width: 10px;
		height: 10px;
		right: 20px;
	}
	.cp-main .about-dmag-block{
		background-size: 60% auto;
	}
}

/*-------------------------------------------
 サク読み
-------------------------------------------*/
.cp-main .saku-block{
	padding-top: var(--gap-base);
}

.cp-main .saku-block__title{
	background: var(--col-c-yellow);
	color: var(--col-c-blue--dark);
	padding:.5em;
	text-align: center;
	font-size: clamp(14px ,3.2vw ,24px);
}

/*-------------------------------------------
 概要
-------------------------------------------*/
/* 背景 */
.cp-main .outline-block{
	background: #FFF;
}

.cp-main .outline-block__inner{
	padding-top: 1em;
}

/*フォントサイズ・行間設定*/
.outline-block p,
.outline-block dd,
.outline-block li,
.outline-block li{
	line-height: 1.5;
	font-size: 14px;
}

/* 余白調整定１ */
.outline-block ul{
	margin-top: .3em;
}

/* 余白調整定2 */
.outline-block li,
.outline-block li{
	margin-bottom: .3em;
}

.outline-block li:last-child,
.outline-block li:last-child{
	margin-bottom: 0;
}

.cp-main .outline-block__title{
	text-align: center;
	font-size: clamp(18px , 4vw ,26px);
	background: var(--col-c-blue--dark);
	padding: .5em;
	color: var(--col-c-yellow);
	margin-bottom: .3em;
}


.cp-main .outline-block__list{
	border-radius: 0 0 15px 15px;
}

.cp-main .outline-block__item-title{
    border: 2px solid var(--col-c-blue--dark);
	background: var(--col-c-yellow--light);
	text-align: center;
    border-radius: 5px;
    color: var(--col-c-blue--dark);
    font-size: clamp(16px , 2.6vw, 18px);
    padding: .5em .5em .3em .5em;
	font-weight: bold;;
    margin-bottom: .5em;
	line-height: 1.2;
}

.cp-main .outline-block__item-title + .outline-block__item-disc {
    margin-bottom: 2em;

}

.cp-main .outline-block__item-title  + .outline-block__item-disc:last-child {
  margin-bottom: 0;
}


@media (min-width: 769px) {
	.cp-main .outline-block__item-title {
		padding: .3em;
	}
}


/*-------------------------------------------
 他のCP
-------------------------------------------*/
.cp-main .othercp-block__inner{
	max-width: 600px;
}

.cp-main .othercp-block__title{
	color: var(--col-magazine-green);
}
.cp-main .othercp-btn{
	background: var(--col-magazine-green);
}
.detail_period{
	background-color: #eaf2f8;
}
/*-------------------------------------------
 ファッションコラボ_css
-------------------------------------------*/
.detail_body img {
    max-width: 100%;
    height: 100%;
}
.cp-main .detail_lead{
	margin: 0 auto 4%;
	padding: 0;
	max-width: 960px;
}
.cp-main .detail_lead p{
	text-align: center;
	color:#547d9e;
	width:90%;
	margin:auto;
}
.cp-main .detail_period{margin:0 auto;}
.cp-main .detail_lead .big-txt{
	font-size: 16px;
	color:#547d9e;
	background-color: #e9fa77;
	padding:5px;
	margin-bottom: 10px;
	width:100%;
}
.detail_sakuhin{
	padding: 0 10px;
}
.detail_ribbon{
	border-top: 1px solid #e9fa77;
	border-bottom: 1px solid #e9fa77;
	background: #547d9e;
	letter-spacing: 0.1em;
}
.detail_ribbon__text{line-height:1.5;}
.detail_ribbon::before, .detail_ribbon::after {
    border-top: 1px solid #e9fa77;
    border-bottom: 1px solid #e9fa77;
    background: #547d9e;
	display: block;
    content: "";
    height: 104%;
    position: absolute;
    top: -1px;
    width: 16px;
}
.detail_ribbon__text span{
	color: #e9fa77;
}
.dfashion{
	width: 100%;
    margin: 5% auto 0;
    background-color: #eaf2f8;
    padding-bottom: 5%;
}
.dfashion .position{
	max-width:960px;
	position: relative;
	margin: auto;
}
.dfashion img{
	width: 85%;
    height: 100%;
    display: block;
    margin: auto;
}
.dfashion .dfashion-title{
    width: 100%;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    background-color: #547d9e;
    border-top: 4px #e9f977 double;
    border-bottom: 4px #e9f977 double;
    padding: 3%;
}
.dfashion .dfashion-title span{
	color: #e9fa77;
}
.dfashion .about-dfashion{
    width: 100%;
    margin: 0%;
    color: #555;
    line-height: 1.7;
    text-align: justify;
    padding: 3%;
    font-size: 14px;
}
.about-dmag {
    background: url(../img/dfashion-202507_bgsp.jpg) center repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 30px 16px;
    margin: auto;
}
.about-dmag__contents {
    position: relative;
    padding: 3% 4%;
}
.about-dmag__contents img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}
.btn-detail {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #547d9e;
    color: #e9fa77;
    padding: 12px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    font-size: clamp(14px, 2.8vw, 24px);
    width: min(70%, 440px);
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    text-decoration: none !important;
    box-shadow: 0px 4px 0 #42637d;
}
.btn-detail.arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #e9fa77;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.o-shelf .o-shelf__header{
	position: static;
}
.o-shelf.-narrow .carousel__next{
	position: absolute;
    top: 50%;
    right: 3%;
}
.o-shelf.-narrow .carousel__prev{
	position: absolute;
    top: 50%;
    left: 3%;
}
.m-shelf-carousel--article .carousel__next{
	position: absolute;
    top: 50%;
    right: 3%;
}
.m-shelf-carousel--article .carousel__prev{
	position: absolute;
    top: 50%;
    left: 3%;
}
.dfashion .dfahion_link{
        width: 80%;
        display: block;
        margin: 5% auto;
        background: #365771;
        font-size: 24px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 3%;
        border-radius: 30px;
}
.pc{display: none;}
.sp{display: block;}
/*-------------------------------------------
 ファッションコラボ_pc
-------------------------------------------*/
@media (min-width: 769px) {
	.pc{display: block;}
	.sp{display: none;}
	.detail_ribbon {padding: 1.5% 0;}
	.detail_ribbon h2 {font-size: 24px;}

	.about-dmag {
    background: url(../img/dfashion-202507_bgpc.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 0;
    margin: auto;
	}
	.about-dmag__contents{
	position: relative;
    max-width: 750px;
	margin: auto;}
	.btn-detail {
		position: absolute;
        bottom: 17%;
        left: 50%;
        transform: translateX(-50%);
        font-size: clamp(14px, 2.8vw, 24px);
        padding: 0.6em;
        width: min(60%, 440px);
        border-radius: 30px;
        font-weight: bold;
        text-align: center;
}
 .btn-detail:hover{
	opacity: 0.7;
	color:#e9fa77;
}
.o-shelf .o-shelf__header{
	position: static;
}
.o-shelf.-narrow .carousel__next{
	position: absolute;
    top: 50%;
    right: 0%;
}
.o-shelf.-narrow .carousel__prev{
	position: absolute;
    top: 50%;
    left: 0%;
}
.m-shelf-carousel--article .carousel__next{
	position: absolute;
    top: 50%;
    right: 0%;
}
.m-shelf-carousel--article .carousel__prev{
	position: absolute;
    top: 50%;
    left: 0%;
}
.dfashion .dfahion_link{
	position:absolute;
	top:68%;
	left:8%;
    width: 40%;
		max-width: 600px;
        display: block;
        margin: 5% auto;
        background: #365771;
        font-size: 24px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 2%;
        border-radius: 30px;
}
.dfahion_link:hover{opacity: 0.7;color: #fff;transition: all .3s;}
}
@media (min-width: 678px) {
	.dfashion .wv960{max-width: 960px;margin: auto;display: flex;padding: 0 2%;}
	.dfashion img{width:45%; height: 100%;}
	.dfashion .flex-txt{
		padding: 2%;
        max-width: 960px;
        margin: auto;
        display: flex;
	}
	.dfashion .dfashion-title {
		padding: 1%;
        line-height: 1.7;
        font-size: 20px;
        color: #fff;
        background-color: #547d9e;
        border-top: 4px #e9fa77 double;
        border-bottom: 4px #e9fa77 double;
    }
	.dfashion .about-dfashion{margin: 0% auto 0%;font-size: 16px;padding: 5%;}
}
/*-------------------------------------------
 app-margin
-------------------------------------------*/
.app-margin {
	margin-top: -56px;
	}
  @media (min-width: 769px) {
	.app-margin {
	margin-top: -81px;
	}
  }

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

.bw-footer__download{
	display: none;
}