@charset "utf-8";


/*--------------- nav ---------------*/

#pripriNav{
	width: 100%;
	margin: 0 auto;
	background-color:#f783bd;
}
#pripriNav ul{
	width: 980px;
	padding:0 2em;
	margin: 0 auto;
}
#pripriNav ul li a{
	display: block;
	padding:0.6em 0;
	color:#fff;
	position: relative;
}
#pripriNav ul li.nowPage a{
	color:#bf003b;
}

/*--------------- main ---------------*/

#coHeader{
	width:100%;
	height: 240px;
	background-color:#fbe0ee;
	position: relative;
}

#coHeader .headerTitle{
	position: absolute;
	top:0;
	left:0;
}
#coHeader p.sub{
	padding-top: 1.5em;
	margin:0 auto;
	font-size: 1.5em;
}
#coHeader p.sub .textimg{
	height: 1.2em;
}

#coHeader h2{
	margin:0.5em auto 0;
	font-size: 1.5em;
}
#coHeader h2 img{
	width:100%;
	height: auto;
}
#coHeader h2.hdtitle{
	width:600px;
	margin: 0 auto;
	padding:40px 0 0;
}
#coHeader h2.hdtitle.magazines{
	width:360px;
	margin: 0 auto;
	padding:50px 0 0;
}
#coHeader h2.hdtitle.pripribooks{
	width:900px;
	margin: 0 auto;
	padding:20px 0 0;
}

#coHeader.listening{
	background-color:#fff;
	height: auto;
	padding-bottom:30px;
	margin-bottom: 20px;
}
#coHeader.listening h2.hdtitle{
	width:360px;
	margin-bottom: 20px;
}
#coHeader.taglist{
	background-color:#fff;
	height: auto;
	padding:30px 0;
	margin-bottom: 20px;
	font-size: 1.3em;
}
#coHeader.taglist h2.hdtitle{
	width:300px;
	margin-bottom: 20px;
}
#coHeader.taglist p.tag{
	display: inline-block;
	font-size:1.4em;
	line-height: 1;
	margin-top:20px;
}
#coHeader.taglist p.tag span{
	width:1.2em;
	height: 1.2em;
	display: inline-block;
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: middle;
}

/*
#coHeader h2 .pripriplogo{
	display: inline-block;
	width:180px;
	height: auto;
}
*/

/* PriPriとは？ */
#coHeader .headerimgarea{
	width:980px;
	height:250px;
	margin: 0 auto;
	position: relative;
	background-image:url(https://devmywonder.s3.amazonaws.com/wp-content/images/pripri_hd_img.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#coHeader .magimgarea{
	width:474px;
	position: absolute;
	bottom:40px;
	left:494px;
}
#coHeader .magimgarea .magimg{
	width:103px;
}
#coHeader .magimgarea .magimg img{
	width:100%;
	height: auto;
}

/*
body.post-type-archive-pripribooks #coHeader h2 .pripriplogo,
body.single-pripribooks #coHeader h2 .pripriplogo{
	width:160px;
	height: auto;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
*/

/*
#coHeader .thumb{
	width: auto;
	height: 160px;
	margin:1em auto;
}
#coHeader .thumb img{
	width:auto;
	height: 100%;
}
#coHeader h3{
	margin:1em auto 0;
	font-size: 1.8em;
}
*/


/***** archive *****/

#feature h3,
.aboutTitle h3{
	font-size: 1.8em;
	color:#ed64a9;
}

#feature .thumb {
	height: 210px;
	margin: 1em auto;
}
#feature .thumb img {
	width: auto;
	height: 100%;
}

.aboutTitle{
	padding:50px 0;
}
#childrensbook .aboutTitle{
	padding:0 0 50px;
}
.aboutTitle h3 span.tag{
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: middle;
}
.aboutTitle h3 span.tag img{
	width: 100%;
	height: auto;
}
.aboutTitle h3 + p{
	margin-top: 1.5em;
}

body#magazines:not(.paged) #main > .postArea .post:first-child::before{
	content: '最新号';
	display: block;
	width: 5em;
	height: 5em;
	padding-top: 1.7em;
	color: #fff;
	background-color: #d51364;
	text-align: center;
	border-radius: 2.5em;
	font-size: 1.1em;
	left: -15px;
	box-sizing: border-box;
	z-index: 1;
}
#main > .postArea .post .thumb {
	display: block;
	height: 15rem;
	padding:0;
	margin: 1rem auto;
	background-size: contain;
	position: relative;
}
#main > .postArea .post .thumb img {
	display: block;
	width: auto;
	height: 100%;
}
#main > .postArea .post h3.entry-title {
	font-size:0.86rem;
	line-height: 1.6rem;
	min-height: 3rem;
	text-align: center;
}
#pripribooks #main > .postArea .post h3.entry-title ,
#books_tag #main > .postArea .post h3.entry-title {
	text-align: justify;
}

/***** single *****/

#primary {
	text-align: left;
}

#primary .summary {
	width: 980px;
	min-height: 455px;
}

#primary .attachment{
	width:350px;
}
#primary .attachment img{
	border:solid 1px #ddd;
}

#primary .summary .textarea{
	width:calc(100% - 400px);
	position: relative;
}
#primary .summary h3{
	padding:0.5em 0;
	margin-bottom: 1.5em;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
	text-align: left;
	border-top:solid 1px #f183ba;
	border-bottom:solid 1px #f183ba;
}
.single-childrensbook #primary .summary h3{
	margin-bottom: 1em;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
#primary .summary p {
	font-size: 1rem;
	line-height: 2.2em;
	padding-bottom: 1rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#primary .summary p.date ,
#primary .summary p.data ,
#primary .summary p.price ,
#primary .summary p.isbn ,
#primary .summary p.pages ,
#primary .summary p.info_data {
	font-size: 0.9em;
	color:#666;
	padding-bottom: 0.5rem;
}
#primary .summary p.sml9 {
	line-height: 1.6em;
}

#primary .summary .latest,
#primary .summary .backnumber{
	display: inline-block;
	border:2px solid #ed64a9;
	padding:0.3em 1em;
	border-radius: 5px;
	line-height: 1.4em;
	vertical-align: middle;
	margin-bottom: 1em;
}
#primary .summary .latest {
	color:#ed64a9;
}
#primary .summary .backnumber{
	border:2px solid #c7bdc2;
}


/* 2024 DLページ用　*/

#primary .summary a.listening {
	display: block;
	text-align: center;
    text-decoration: none;
	background-color:#ed64a9;
	color:#fff;
	padding:12px 0 20px;
	margin: 20px auto;
	border-radius: 5px;
	width:100%;
	line-height:8px;
	font-size: 1.2em;
    font-weight: bold;
}



#primary h4{
	font-size:1.2em;
	width: 100%;
	padding: 1em 0 0.25em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}
.single-childrensbook #primary .summary h4{
	font-size: 0.9rem;
	padding: 0;
	border-bottom:none;
}

.single-childrensbook #primary h5{
	font-size: 1.05em;
	line-height: 1.6em;
}

#primary .illust-dl {
	background-color: #f9f5f6;
	padding:10px 20px;
	margin:20px auto 0;
	border-radius: 6px;
}
#primary .illust-dl p{
	font-size:0.9em;
	line-height: 1.6em;
	padding-bottom:1em;
}

#primary .illust-dl h4{
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom: 1rem;
}
#primary .illust-dl p.term{
	font-size: 1em;
	color:#ed64a9;
}
#primary .illust-dl p.term span{
	display: inline-block;
	font-size:1.4em;
	vertical-align: middle;
	margin-top: -0.2em;
}

#primary .illust-dl h4 span{
	font-size:0.9em;
}
#primary .illust-dl .sdm_pass_text{
	width:100%;
	padding:1em;
	margin: 10px 0 0;
}

#primary .issue{
	padding-bottom: 40px;
}
#primary .issue .thumb{
	margin-bottom: 10px;
	border:solid 1px #ccc;
}

#primary .outlineContents{
	background-color: #f9f5f6;
}
.single-pripribooks #primary .outlineContents{
	margin-bottom: 40px;
}

.single #primary .outlineContents .thumb {
	width: 25%;
}
#primary .outlineContents .thumb img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
.single #primary .outlineContents .outline {
	width: 70%;
}
.single #primary .outlineContents .outline > div{
	width:47%;
}
.single #primary .outlineContents .outline > div:nth-child(2){
	padding-top: 2.4em;
}
.single #primary .outlineContents .outline h3{
	font-size: 1.2em;
	line-height: 2em;
	color:#ed64a9;
}
#primary .outlineContents .outline p{
	margin-bottom: 1em;
}
#primary .editor-note .flex .illust{
	width:20%;
}
#primary .editor-note .flex .illust img{
	width:120px;
	height: auto;
	display: block;
	margin:  0 auto;
}
#primary .editor-note .editor-note-text{
	width:80%;
}
#primary .nextissue {
	border: 1px solid #ccc;
	padding: 1.5rem 3rem;
	margin: 2rem auto;
}
#primary .nextissue .flex {
	justify-content: flex-start;
}
#primary .nextissue .flex > div{
	width:33%;
}

/***** sns *****/
.sns-account {
	padding: 50px 0 ;
}
.sns-account h4{
	font-size:1.3em;
	padding:0 0 1.5em;
	letter-spacing: 0.1em;
}
.sns-account #snslink{
	display: flex;
	justify-content: center;
	width:600px;
	margin: 0 auto;
}

/***** page *****/

/* about */

#pripri_magazines-about .feature {
	border-bottom:solid 1px #ccc;
}

#pripri_magazines-about .feature h3{
	width:26em;
	margin:0 auto 60px;
	font-size: 1.4em;
	position: relative;
}

#pripri_magazines-about .featureBox {
	counter-reset: number 0;
}
#pripri_magazines-about .featureBox .flex {
	margin: 0 0 60px;
	flex-wrap: wrap;
}

#pripri_magazines-about .featureBox .thumb{
	width:50%;
	min-height: 300px;
	position: relative;
}
#pripri_magazines-about .featureBox .thumb img{
	width:100%;
	height: auto;
}
#pripri_magazines-about #feature3 .flex:first-child .thumb img{
	position: relative;
	z-index:1;
}
#pripri_magazines-about #feature3 .flex:first-child .thumb img:first-child{
	position: absolute;
	z-index:2;
	-moz-animation:fadeImg 4.5s linear infinite alternate;
	-webkit-animation:fadeImg 4s.5 linear infinite alternate;
	-ms-animation:fadeImg 4.5s linear infinite alternate;
	animation:fadeImg 4.5s linear infinite alternate;
}
@-moz-keyframes fadeImg {
	0% { opacity:0; }
	45% { opacity:0; }
	55% { opacity:1; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeImg {
	0% { opacity:0; }
	45% { opacity:0; }
	55% { opacity:1; }
	100% { opacity:1; }
}
@-ms-keyframes fadeImg {
	0% { opacity:0; }
	45% { opacity:0; }
	55% { opacity:1; }
	100% { opacity:1; }
}
@keyframes fadeImg {
	0% { opacity:0; }
	45% { opacity:0; }
	55% { opacity:1; }
	100% { opacity:1; }
}
#pripri_magazines-about .featureBox .thumb p.cap{
	position: absolute;
	left:10px;
	bottom:5px;
	color:#fff;
	font-size: 0.9em;
	z-index:3;
}

#pripri_magazines-about .featureBox .textarea{
	width:44%;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	text-align: left;
	position: relative;
}
#pripri_magazines-about .featureBox .textarea:not(.nonumber)::before{
	content:'POINT';
	display: block;
	width: 4.3em;
	height: 1.8em;
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
	line-height: 1;
	border-bottom:1px solid #000;
}
#pripri_magazines-about .featureBox .textarea:not(.nonumber)::after{
	counter-increment: number 1;
	content: "0" counter(number);
	display: block;
	position: absolute;
	font-size:3.4em;
	line-height: 1.3em;
	top:40px;
	left:0;
	padding:0;
	margin: 0;
	height:1em;
}
#pripri_magazines-about .featureBox .textarea > div{
	position: relative;
}
#pripri_magazines-about .featureBox .textarea .illust{
	width:90px;
	height: auto;
}
#pripri_magazines-about .featureBox .textarea .illust img{
	width:100%;
	height: auto;
}

@media screen and (max-width:1200px) {
	#pripri_magazines-about .featureBox .textarea .illust{
		position: absolute;
		right: 20px;
		bottom:calc(100% - 2.5em);
	}
}

#pripri_magazines-about .feature h4{
	font-size: 1.5em;
	color:#f183ba;
	margin:0.5em auto 1em;
	display: block;
	width:100%;
}
#pripri_magazines-about .feature h4 span{
	display: inline-block;
	width:4em;
	height: 4em;
	overflow: hidden;
	margin-right:0.5em;
	margin-left:-0.75em;
	margin-bottom: -1em;
	vertical-align: bottom;
}
#pripri_magazines-about .feature h4 span img{
	width: 100%;
	height: auto;
}
#pripri_magazines-about .feature p{
	font-size: 1.1em;
	text-align: left;
}


/* use */
#contribution{
	margin:0 auto 60px;
}
#coHeader + #contribution{
	margin:60px auto ;
}
#contribution .inner{
	width:50em;
	min-width: 0;
	margin:0 auto;
	padding:2rem 0;
	border:solid 3px #ed64a9;
	border-radius: 15px;
}
#contribution h3{
	width:15em;
	margin:0 auto 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
	color:#ed64a9;
	font-size:1.4em;
}
#contribution p{
	margin:0 auto 1em;
	font-size:0.95em;
}
#contribution ul{
	margin:0.5em auto;
	display: inline-block;
	text-align: center;
}
#contribution li{
	padding-left: 1em;
	margin-bottom: 0.8em;
	font-size:1.05em;
	text-align: left;
	font-weight: bold;
	position: relative;
}
#contribution li::before{
	content: '';
	display: block;
	width:0.6em;
	height:0.6em;
	background-color:#ed64a9;
	border-radius: 0.3em;
	position: absolute;
	left:0;
	top:0.3em;
}

#contribution .kiyaku{
	margin: 2em auto 0;
	color:#ed64a9;
}
#contribution .kiyaku + a{
	display: inline-block;
	margin:1em auto 0;
	padding:0.8em 2em;
	line-height: 1;
	color:#fff;
	background-color: #ed64a9;
}

/* subscription */
#pripri_magazines-subscription #program figure{
	width: 460px;
	margin:30px 0;
}
#pripri_magazines-subscription #program figure img{
	width:100%;
	height: auto;
}
#pripri_magazines-subscription #program p span{
	font-size: 0.95em;
	color:#666;
}

#pripri_magazines-subscription #point {
	padding-top: 50px;
	background-color:#fdeff6;
}
#pripri_magazines-subscription #point h3{
	display: inline-block;
	padding:0.8em 1.5em;
	margin:0 auto 40px;
	color:#fff;
	background-color:#ed64a9;
	font-size: 20px;
	line-height: 1.6em;
	position: relative;
	letter-spacing: 0.1em;
}
#pripri_magazines-subscription #point h3::before{
	content: '';
	display: block;
	width: 100px;
	height: 70px;
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/grab_cat.svg) no-repeat center center / contain;
	position: absolute;
	left: calc(50% - 50px);
	top: -63px;
}
#pripri_magazines-subscription #point h4{
	color:#e5006a;
	font-size:18px;
	height: 3.2em;
	line-height: 1.6em;
}
#pripri_magazines-subscription #point .thumb{
	width:160px;
	height: 160px;
	padding:30px;
	margin:1em auto;
	border-radius: 80px;
	background-color: #fff;
}
#pripri_magazines-subscription #point p{
	text-align: left;
}

#price{
	width:100%;
	background-color:#ed64a9;
	position: relative;
	margin: 0 auto;
}
#price::before{
	content: '';
	display: block;
	width: 100px;
	height: 70px;
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/grab_rabbit.svg) no-repeat center center / contain;
	position: absolute;
	left: calc(50% - 50px);
	top: -63px;
}
#price p{
	color:#fff;
}
#price h3,
#price h3 + p{
	margin:0.3em auto;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	letter-spacing: 0.1em;
}
#price h3 + p span{
	font-size: 40px;
}
#price .moreBtn{
	margin: 1.5em auto 0;
	color: #ed64a9 !important;
	background-color: #fff;
}

#pripri_magazines-subscription #suppleLink{
	margin: 1.5em auto 0;
}
#pripri_magazines-subscription #suppleLink a{
	display: inline-block;
	margin:0 1.5em;
	color:#eee;
	font-size: 0.9rem;
	font-weight: normal;
}
#pripri_magazines-subscription #suppleLink a::before{
	content: '\e910';
	font-family: 'ico' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0.8em;
	margin-right: 0.3em;
}
#pripri_magazines-subscription #suppleLink a::after{
	content: '\e918';
	font-family: 'ico' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.3em;
}


/*--------------- パスワード保護20240228 START ---------------*/
.post-password-form {
	display: block;
	padding: 40px 15px;
  }
  .post-password-form p {
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 1em;
  }
  .post-password-form p:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	max-width: 30em;
	margin: 0 auto;
	text-align: left;
  }
  .post-password-form p:last-child label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  .post-password-form input[type="password"] {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	-webkit-appearance: none;
	background: none;
	margin: 0 0.5em;
	padding: 8px;
	border-radius: 0;
	border: 1px #ccc solid;
	background: #fff;
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .post-password-form input[type="password"]:focus,
  .post-password-form input[type="password"]:hover {
	outline: none;
  }
  .post-password-form input[type="submit"] {
	margin: 0;
	padding: 8px;
	min-width: 6em;
	background: #ed64a9;
	color: #fff;
	display: inline-block;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
  }
  .post-password-form input[type="submit"]:hover {
	opacity: 0.7;
  }
  /*--------------- パスワード保護20240228 END ---------------*/




/* -------------------- smart phone  -------------------- */

@media screen and (max-width:414px) {

	/*--------------- nav ---------------*/
	#pripriNav{
		width:100%;
		min-width: 0;
		margin:0 auto;
		padding:0;
	}
	#pripriNav ul {
		width: 100%;
		padding: 0 0.8em;
		flex-wrap: nowrap;
		align-items: center;
	}
	#pripriNav ul li {
		width: auto;
	}
	#pripriNav ul li a {
		padding: 1.3em 0.2em;
		line-height: 1.6em;
		font-size: 3.2vw;
	}

	/*--------------- main ---------------*/
	#coHeader p.sub{
		padding-top: 1.3em;
		font-size: 1.3em;
	}
	#coHeader h2{
		margin:0.5em auto 0;
		font-size: 1.5em;
	}
	#coHeader h2.hdtitle,
	#coHeader h2.hdtitle.magazines,
	#coHeader h2.hdtitle.pripribooks{
		width:90%;
		margin: 0 auto;
		padding:30px 0 0;
	}
	#coHeader h2.hdtitle.magazines{
		width:80%;
		padding:45px 0 0;
	}

	#coHeader.listening h2{
		width:90vw;
		margin-bottom: 20px;
	}
	#coHeader.listening h2 + p{
		width: 90vw;
		margin: 0 auto;
		text-align: left;
	}
	#coHeader.listening h2 + p br{
		display: none;
	}

	#coHeader.taglist{
		margin-bottom: 0;
	}
	#coHeader.taglist h2.hdtitle{
		width:70vw;
		padding: 40px 0 0;
		margin-bottom: 10px;
	}

	#coHeader .headerTitle{
		width: 100%;
	}

	#coHeader .headerimgarea{
		width:100%;
		background-position: center bottom;
		background-size: 96% auto;
	}

	#coHeader .magimgarea{
		width: 61%;
		bottom: 5.3vw;
		left: 35%;
	}
	#coHeader .magimgarea .magimg{
		width: 21.5%;
	}

	body.post-type-archive-pripribooks #coHeader h2 .pripriplogo,
	body.single-pripribooks #coHeader h2 .pripriplogo{
		width:120px;
		height: auto;
		margin-right: 0.5em;
		vertical-align: text-bottom;
	}
	#coHeader .thumb{
		height: 140px;
	}


	/***** archive *****/
	#feature .thumb {
		width: 100%;
		height: auto;
		margin: 0 auto 1em;
	}
	#feature .thumb img{
		width: 100%;
		height: auto;
	}
	#feature .thumb + p{
		text-align: left;
	}
	#feature .thumb + p br{
		display: none;
	}

	.post{
		border-top: solid 1px #ccc;
	}

	body#magazines:not(.paged) #main > .postArea .post:first-child::before{
		padding-top: 1.9em;
		left:-5px;
	}

	/***** single *****/
	#primary .summary {
		width: 100%;
		min-height: 0;
		padding:20px 0 0;
	}
	#primary .attachment{
		width:60%;
		margin: 0 auto 2em;
	}

	#primary .summary .textarea{
		width:90%;
		margin: 0 auto;
	}

	#primary .summary .latest,
	#primary .summary .backnumber{
		width:12em;
		display: block;
		margin:0 auto 1.5em;
		text-align: center;
	}
	#primary .summary h3{
		padding: 0.5em 0;
		margin-bottom: 1.5em;
		font-size: 1.3em;
		text-align: center;
	}
	#primary .summary p {
		font-size: 1em;
		line-height: 1.8em;
		padding-bottom: 1rem;
	}
	#primary .summary p.sml9 {
		margin-top: 2em;
		line-height: 1.6em;
	}

	#primary h4{
		width: 100%;
		padding: 0 0 0.3rem;
		border-bottom: 1px solid #ccc;
		margin-bottom: 2rem;
	}
	.single-childrensbook #primary h5{
		line-height: 1.8em;
	}

	#primary .illust-dl h4,
	#primary .nextissue h4{
		position: relative;
		padding-left: 2.5em;
	}
	#primary .illust-dl h4 span.rabbiticon,
	#primary .nextissue h4 span.caticon{
		position: absolute;
		left:0;
		top:5%;
		margin-top: 0;
	}
	#primary .illust-dl h4 span:not(.rabbiticon){
		display: block;
	}

	#primary .issue .flex > div{
		width: 100%;
	}

	.single-pripribooks #primary .outlineContents{
		margin-bottom: 0;
	}
	.single #primary .outlineContents .thumb{
		width:70%;
		margin: 0 auto 2em;
	}
	#primary .outlineContents .thumb img,
	.single #primary .outlineContents .outline {
		width: 100%;
	}
	.single #primary .outlineContents .outline > div{
		width:100%;
	}
	#primary .outlineContents .outline p{
		margin-bottom: 1em;
	}

	#primary .editor-note .illust{
		display: none;
	}
	#primary .editor-note .editor-note-text{
		width:100%;
	}

	#primary .nextissue {
		padding: 1rem 1.5rem;
		margin: 1rem auto;
	}
	#primary .nextissue .flex > div {
		width:100%;
	}
	#primary .nextissue .flex > div:empty {
		display: none;
	}

	/***** sns *****/
	.sns-account {
		padding: 30px 0 ;
	}
	.sns-account #snslink{
		width:96vw;
	}

	/*--------------- page ---------------*/

	/* about */

	#pripri_magazines-about .feature{
		padding:40px 0 0;
	}
	#pripri_magazines-about .feature h3{
		width:100%;
		margin:0 auto 40px;
	}
	#pripri_magazines-about .feature h3 .textimg{
		position: relative;
		bottom:-0.2em;
	}
	#pripri_magazines-about .featureBox .flex{
		margin: 0 0 40px;
	}
	#pripri_magazines-about .featureBox .thumb{
		width:100%;
		min-height: 0;
	}
	#pripri_magazines-about .featureBox .textarea{
		width:100%;
		padding-left: 5em;
		display: block;
	}
	#pripri_magazines-about .featureBox .textarea:not(.nonumber)::before{
		width: 3.5em;
		height: 1.5em;
		top: 25px;
		left: 0;
	}
	#pripri_magazines-about .featureBox .textarea:not(.nonumber)::after{
		display: block;
		font-size:2.6em;
		top:50px;
		left:0;
		height:1em;
	}
	#pripri_magazines-about .featureBox .textarea .illust{
		width:70px;
		height: auto;
		right: 0;
	}
	#pripri_magazines-about .feature h4 {
		font-size:1.4em;
	}
	#pripri_magazines-about #feature1 h4 {
		margin:2em auto 1em;
	}
	#pripri_magazines-about .feature h4 span{
		width:3em;
		height: 3em;
		margin-right:0.5em;
		margin-left:-0.2em;
		margin-bottom: -1em;
	}
	#pripri_magazines-about .feature h4 + p br{
		display: none;
	}

	/* use */
	#contribution .inner{
		width:90%;
		padding:2rem 1rem;
	}
	#contribution p:not(.kiyaku){
		text-align: left;
	}
	#contribution p:not(.kiyaku) br{
		display: none;
	}


	/* subscription */
	#pripri_magazines-subscription #program p{
		text-align: left;
	}
	#pripri_magazines-subscription #program figure{
		width: 100%;
		margin:20px 0 0;
	}
	#pripri_magazines-subscription #program figure + figure{
		margin:5px 0 20px;
	}

	#pripri_magazines-subscription #point .flex > div{
		width:100%;
		margin:0 auto 40px;
		padding-left: 130px;
		position: relative;
	}
	#pripri_magazines-subscription #point h5{
		height: auto;
		text-align: left;
		margin-bottom: 0.5em;
		font-size: 1.4em;
	}
	#pripri_magazines-subscription #point .thumb{
		width:100px;
		height: 100px;
		padding:20px;
		margin:0;
		border-radius: 50px;
		position: absolute;
		left: 0;
		top:50%;
		transform: translateY(-50%);
	}



}


/*** 2022.0126 **/
#primary .illust-dl p small{
	font-size:0.9em;
  	color: #999;
}
#primary .illust-dl .red{
	color:red !important ;
	font-size:0.85em;
}

	

/*** 2023.0928 **/

#primary .summary p.illustDL a{
	display: block;
	background-color: #ed64a9;
	color: #fff;
	line-height: 1;
	padding: 1em 2em;
	margin-top: 0.5em;
	border-radius: 0.25em;
	position: relative;
}


#primary .summary p.illustDL{
	font-size:1.1em;
	text-align: left;
	padding-bottom: 1em;
	margin-top: 2em;
}

#primary .summary p.illustDL span{
	margin-left: 0.5em;
}