@charset "UTF-8";

:root{
    --mainA: orange;
    --mainB: #ffe383;
    --mainC: #b2d581;
    --dark: #694d15;
}
/*---------------------------------------------
	▼Reset
---------------------------------------------*/

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, em, img, b, u, i, center, dl, dt, dd, ol, ul, li, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;}

/*---------------------------------------------
	▼Base
---------------------------------------------*/

	body {
		font-family: 'Zen Kaku Gothic New',"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	}

	h1,h2,h3,h4,h5 {
		font-family: 'Zen Kaku Gothic New',sans-serif;
        font-style: normal;
}

	.pc-layout {
		display:block;}

	.sp-layout {
		display:none;}

/*---------------------------------------------
	▼header
---------------------------------------------*/

	#header {
        width: 100%;
	}
/*	.slider {
		height: 100vh;
		width: 100%;
		display: block;
		background-position: top center;
		background-size: cover;
	}
*/    
    #header .center1000 {
        padding: 0;
    }
	.logo img {
		width: 230px;
	}
	.logo {
		width: auto;
		margin: 0 auto;
		padding-top: 10px;
	}
	.ccp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
	}
	.ccp img {
        width: 100%;
        max-width: 1000px;
        height: auto;
	}

/*---------------------------------------------
	▼Main
---------------------------------------------*/

	.center1000 {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 50px 20px;
}

	.center1000 p {
		line-height: 1.8em;
	}

/*---------------------------------------------
	▼contents01
---------------------------------------------*/
	.title_area{
		position: relative;
	}
	.title_flex{
		display: flex;
		width: 80%;
    	max-width: 1200px;
		justify-content: space-between;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.title_flex img {
		width: 25%;
		max-width: 180px;
	}
	.img_top{
		width: 90%;
		bottom: 80%;
	}

	.title01 {
		padding: 0 0 16px 0;
	}

	.title01 img {
		margin: 0 auto;
        width: 100%;
        max-width: 1200px;
	}

    .present{
        box-sizing: border-box;
        overflow: hidden;
        /*margin-top: 50px;*/
        padding: 30px 0;/*50px 0 30px*/
        border-top:  5px solid var(--dark);
        border-bottom:  5px solid var(--dark);
        background: var(--mainB);/*#e2eff9 fff100*/
    }

    .shohin img{
        margin: 0 auto;
		width: 80%;
    	max-width: 800px;
    }

    .p_center{
        max-width: 1400px;
		width: 90%;
        margin: 0 auto 30px;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
        row-gap:30px;
    }

	.p_center img{
		width:100%;
	}

/* ボタン共通 =====================*/
	.p_center .bn-wrap{
		width: calc(100% / 3 - 20px);
		min-width: 350px;
		margin: 0 5px;/*30px 5px 20px*/
	}

	.p_center .bn-wrap a{
		display: block;
		background: var(--mainA);
	}

	.p_center .bn-wrap a:hover img{
        opacity: .6;
        transition: 0.8s;
	}

	.p_center .bn-wrap img{
		/*border-radius: 10px;*/
		box-sizing: border-box;
		vertical-align: bottom;/*imgの下に隙間ができるのを防ぐため*/
	}

/*////////// ご購読申し込みはこちら //////////*/
	.contents01 .koudoku img {
		border: var(--dark) 5px solid;
	}

/*////////// お試し読み申し込みはこちら //////////*/
	.contents01 .otameshi img {
		border: var(--dark) 5px solid;
	}

/*////////// 販売店検索はこちらから //////////*/
	.contents01 .kensaku img {
		border: var(--dark) 5px solid;
	}



.syoukai{
    width: 960px; 
    margin: 50px auto;
}
.syoukai_main{
	width:460px;
	margin: 0 auto;
}
.syoukai_main a{
	display: block;
    border: var(--dark) 5px solid;
	overflow: hidden;
	height: 170px;
	background: var(--mainC)
}
.syoukai_main a:hover img{
    opacity: .6;
    transition: 0.8s;
}
.shoukai_head{
    text-align:center;
    margin-bottom: 2rem;
    padding: 1rem;
}
.shoukai_head h1{
     display:inline-block;
     text-align: center;
     color:#2a78d1;
     font-weight: bold;
     padding:  0.5em 0;
     margin: 0 auto;
    }
.shoukai_head img{
     max-width: 100%;
    }
.h_pc{
	display: block;
}
.h_sp{
	display: none;
}
.br_sp{
    display: none;
}
span.liner{
    background: linear-gradient(transparent 80%, #a7d6ff 80%);
}
.shoukai_caution {
    margin-top:20px;
    font-size:120%;
    color:red;
    font-weight:bold;
    text-align: center;
}

/*---------------------------------------------
	▼contents02
---------------------------------------------*/

	.contents02 {
		clear: both;
		background: url(../img/triangle.jpg) repeat center;
	}
	.contents02 hr {
		margin-bottom: 13px;
	}
	.contents02 .center1000 {
		text-align: center;
	}
	.title02 {
		text-align: center;
		border-bottom: #666 2px solid;
		padding: 10px 0;
		margin-bottom: 40px;
	}
	.movie {
		margin: 60px 0 0;
		float: left;
		width: 50%;
	}
	.movie h1 {
		width: 70%;
		margin: 0 auto;
		background: #fff;
		text-align: center;
		padding: 10px 0;
		border-radius: 6px;
		font-size: 120%;
		color: #333;
	}
	.movie p {
		width: 70%;
		margin: 30px auto 0;
		text-align: left;
	}
	.contents02 iframe {
		width: 50%;
		height: 260px;
	}


/*---------------------------------------------
	▼contents03
---------------------------------------------*/

	.contents03 {
		background: #bdd8f1;
	}
	.title03 {
		padding: 15px 0;
		text-align: center;
		background: #036eb8;
	}
	.title03 h2 {
		width: 960px;
		border-bottom: #fff 2px solid;
		margin: 20px auto 15px;
		padding-bottom: 10px;
	}
	.contents03 .present {
		width: 800px;
		margin: 10px auto 20px;
		padding: 0;
		background: #fff;
		text-align: center;
		overflow: hidden;
	}
	.contents03 .present .koudoku {
		background: url(../img/present01.png) no-repeat center bottom;
		padding: 20px 0;
	}
	.contents03 .present .otameshi {
		background: url(../img/present02.png) no-repeat center bottom;
		padding: 20px 0;}

	.present .koudoku .pre-left {
		float: left;
		width: 460px;
		padding: 30px 0 20px 40px;
	}
	.present .koudoku .pre-left p {
		text-align: left;
		padding: 20px 40px;
		line-height: 1.7em;
		font-size: 120%;
		letter-spacing: 0.04em;
	}
	.present .koudoku .pre-left img {
		width: 100%;
	}
	.present .koudoku img.pre-right {
		width: 260px;
		float: right;
		padding-right: 15px;
	}
	.present .otameshi .pre-right {
		float: right;
		width: 450px;
		padding: 35px 20px 20px 0;
	}
	.present .otameshi .pre-right p {
		text-align: left;
		padding: 20px 30px;
		line-height: 1.7em;
		font-size: 120%;
		letter-spacing: 0.04em;
	}
	.present .otameshi .pre-right img {
		width: 100%;
		max-width: 420px;
	}
	.present .otameshi img.pre-left {
		width: 300px;
		float: left;
		padding-left: 30px;
	}
	.present .button {
		clear: both;
	}
	.present .button a {
		display: block;
		background: #fff;
		width: 500px;
		margin: 20px auto;
		padding: 15px 0 10px;
		border-radius: 6px;
	}
	.present .koudoku .button a {
		box-shadow: #11819d 0 6px 0;}
	.present .otameshi .button a {
		box-shadow: #961d3d 0 6px 0;}

	.present .koudoku .button a:hover {
		background: #DDFFF6;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.present .otameshi .button a:hover {
		background: #FFE4EB;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;}


/*---------------------------------------------
	▼contents02
---------------------------------------------*/

	.contents02 {
		background: #2660ac;
		text-align: center;
		padding: 30px 0;
	}
	.contents02 h1 {
		color: #fff;
		border-bottom: #fff 1px solid;
		width: 320px;
		margin: 0 auto;
		font-size: 100%;
		letter-spacing: 0.1em;
	}
	.contents02 h2 {
		color: #fff;
		font-size: 160%;
		letter-spacing: 0.1em;
		margin: 10px 0;
	}
	.contents02 h3 {
		color: #fff;
		font-size: 125%;
		width: 320px;
		margin: 0 auto;
		letter-spacing: 0.05em;
	}
	.contents02 h3 span {
		font-size: 60%;
	}


/*---------------------------------------------
	▼contents03
---------------------------------------------*/

	.contents03 {
		background: url(../img/bg05.jpg) no-repeat center bottom;
		background-attachment: fixed;
		background-size: cover;
		padding: 80px 0;}

	.caution {
		width: 800px;
		margin: 0 auto;
		padding: 20px 0;
		background: #fff;
		overflow: hidden;
	}

	.caution h1 {
		position: relative;
		text-align: center;
		font-size: 160%;
		color: #132751;
		width: 80%;
		margin: 20px auto;
	}
	.caution h1 span {
	  position: relative;
	  z-index: 2;
	  display: inline-block;
	  margin: 0 2.5em;
	  padding: 0 1em;
	  background-color: #fff;
	  text-align: left;
	}
	.caution h1::before {
	  position: absolute;
	  top: 50%;
	  z-index: 1;
	  content: '';
	  display: block;
	  width: 100%;
	height: 2px;
		background-color: #132751;
	}
	.caution ul {
		overflow: hidden;
		width: 80%;
		margin: 0 auto 30px;
	}

	.caution ul li {
		color: #132751;
		list-style: inside;
		padding: 3px 0;
	}


/*---------------------------------------------
	▼contents04
---------------------------------------------*/

	.contents04 {
		clear: both;
		background: url(../img/triangle.jpg) repeat center;
		text-align: center;
	}
	.contents04 hr {
		margin-bottom: 13px;
	}
	.contents04 .center1000 {
		display: inline-block;
		width: 90%;
    	max-width: 960px;
	}
	.title04 {
		text-align: center;
		border-bottom: #666 2px solid;
		padding: 10px 0;
		margin-bottom: 40px;
	}
	.movie {
		margin: 0;
		float: left;
		width: 50%;
	}
	.movie h1 {
		width: 70%;
		margin: 0 auto;
		background: #fff;
		text-align: center;
		padding: 10px 0;
		border-radius: 6px;
		font-size: 120%;
		color: #333;
	}
	.movie p {
		width: 70%;
		margin: 30px auto 0;
		text-align: left;
	}
	.contents04 iframe {
		width: 50%;
		height: 260px;
	}
/*---------------------------------------------
	▼contents05 キャンペーンのご注意
---------------------------------------------*/
.caution-next {
    padding: 1rem 0;
    background: hsla(214,64%,80%,1);
}
	
.container-next {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding-bottom: 20px;
}
.container-next .item-next {
    border: 5px solid var(--dark);
    background: pink;
}
.container-next img {
	width: 100%;
    vertical-align: middle;
}
.caution-next p {
	margin: 30px 0 20px;
	font-size: 120%;
	color: #333;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 768px){
.container-next {
	display: flex;
	justify-content: center;
	padding: 10px 10px 0;
	flex-direction: column;
}
.container-next .item-next {
	padding: 10px;
}
.container-next img {
	width: 100%;
}
.caution-next p {
	margin-top: 20px;
	font-size: 120%;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.caution-next a {
	display: block;
}
.caution-next .item-next {
	width: auto;
	max-width: 292px;
	float: none;
	margin: 10px auto;
}
}

/*---------------------------------------------
	▼読者紹介
---------------------------------------------*/
    .shoukai_head h2{
    background: #fff;
    width: 80%;
    padding: 1rem;
    margin: 0 auto;
        color: saddlebrown;
        font-weight: bold;
        font-size: clamp(1.25rem,3.35vw,2rem);
        line-height: 1.6;
    }
    .shoukai_head h2 .fontColor{
        color: deeppink;
    }
    .shoukai_head h2 .fontSizeUp{
        font-size: 1.25em;
    }

    @media (max-width:768px){
        .shoukai_head h2{
            width: 100%;
            padding: 0.5rem;
        }
    }


/*---------------------------------------------
	▼footer
---------------------------------------------*/

	#footer {
		background: #132751;
		text-align: center;
		padding: 10px 0;
	}

	#footer img {
		width: 180px;
	}

	#footer p.copyright {
		color: #fff;
		font-size: 80%;
		padding-top: 5px;
	}



	.pc-layout {
		display:block;}

	.sp-layout {
		display:none;}


@media  (max-width: 768px) {

/*---------------------------------------------
	▼Base
---------------------------------------------*/

	body {
		min-width: auto;
	}
	.pc-layout {
		display:none;}

	.sp-layout {
		display:block;}

/*---------------------------------------------
	▼header
---------------------------------------------*/

	.logo {
		width: auto;
		margin: 0 auto;
		padding-top: 10px;
	}
	.logo img {
		width: 150px;
	}	

    .ccp img {
    width: 100%;
	max-width: 500px;
}
	#header {
        width: 100%;
	}
	.center1000 {
		width: auto;
		padding: 20px 10px;
		max-width: 600px;
	}
	.center1000 p {
		line-height: 1.5em;
		font-size: 100%;
		color: #333;
	}	
	#header .center1000 {
    padding: 0;
    width: 100%;
}
/*---------------------------------------------
	▼contents01
---------------------------------------------*/
	.title_flex{
		width:100%;
	}
	
	.title_flex img {
		max-width: 120px;
	}
		
	.title01 img {
        width: min(100%,500px);
		margin: auto;
	}
	.title01 h1 {
        width: 100%;
		font-size: 6vw;
		letter-spacing: 0.03em;
		margin: 0 auto 10px;
	}
	.title01 p {
		color: #333;
		font-weight: bold;
		font-size: 100%;
	}
    
.present{
        padding: 30px 0 30px;
    }

    .p_center{
        width: auto;
        margin: 0 auto;
		flex-flow: column;
    }
    
    .shohin img{
        margin-top:30px;
    }

        
/* <<< ボタン共通 */
	
	.p_center .bn-wrap{
		width: auto;
		margin: 10px auto;
	}
	
	.contents01 .bn-wrap img {
		width: 100%;
	}
	.contents01 .bn-wrap a {
		width: 292px;
		height: 108px;
		margin: 0 auto;
	}

/* >>> ボタン共通 */
	
	
	
	.shoukai_head{
	margin-top: 20px;
}
    .shoukai_head h1{
        font-size: 1.4em;
        margin: 0 10px;
        padding:0;
    }
	.h_pc{
		display: none;
	}
	.h_sp{
		display:block;
	}
	.syoukai_main{
		width: auto;
		margin: 10px auto;
	}
	.syoukai_main img{
		width:100%;
	}
	.syoukai_main a{
		width: 292px;
		height: 108px;
		margin:0 auto;
	} 
    .br_sp{
        display:inline;
    }
	.contents01 .shoukai_caution{
        font-size: 110%;
        margin-bottom: 20px;
    }

		
/*---------------------------------------------
	▼contents02
---------------------------------------------*/

	.contents02 hr {
		padding: 0;
	}
	
	.title02 img {
		width: 70%;
		max-width: 300px;
		margin: auto;
	}
	.movie {
		width: 100%;
		float: none;
		margin: 15px auto;
	}
	.movie h1 {
		width: auto;
		max-width: 360px;
		font-size: 100%;
	}	
	.movie p {
		width: auto;
		max-width: 360px;
		margin: 15px auto;
	}	
	.contents02 iframe {
		width: 100%;
		height: 250px;
	}
	.contents02 img.sample {
		width: 100%;
	}
	
/*---------------------------------------------
	▼contents03
---------------------------------------------*/
	
	.title03 {
		padding: 10px;
	}
	.title03 h2 {
		width: auto;
		margin: 10px auto;
			max-width: 600px;
	}
	.title03 h2 img {
		width: 80%;
		max-width: 360px;
		margin: auto;
	}

.triangle03 {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 30px solid #036eb8;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}
.contents03 .present {
    width: auto;
}	
	.contents03 .present img {
		width: 100%;
		max-width: 500px;
	}
	.present .koudoku .pre-left {
    float: none;
    width: auto;
    padding: 10px;;
    max-width: 360px;
		margin: 0 auto;
}
	.present .koudoku .pre-left p {
    padding: 0 10px;
    font-size: 100%;
    line-height: 1.6em;
}
	.present .koudoku img.pre-right {
    width: 80%;
    float: none;
    padding: 0;
    max-width: 240px;
}
	.present .button a {
    width: 90%;
    margin: 0 auto 10px;
		max-width: 400px;
}
	.present .button a img {
    width: 80%;
}
	
.present .otameshi img.pre-left {
		width: 80%;
		float: none;
		padding: 0;
		max-width: 300px;
		margin: 0 auto 15px;
}
	.present .otameshi .pre-right {
		float: none;
		width: auto;
		padding: 10px;
		max-width: 360px;
		margin: 0 auto;
	}
	.present .otameshi .pre-right p {
		padding: 0 10px;
		font-size: 100%;
	    line-height: 1.6em;
	}
	.contents03 .present .otameshi .button a img {
		width: 90%;
	}

/*---------------------------------------------
	▼contents04
---------------------------------------------*/

	.contents04 .center1000 {
    	width: 100%;
		max-width:600px;
		box-sizing: border-box;
	}
	
	.contents04 hr {
		padding: 0;
	}
	
	.title04 img {
		width: 70%;
		max-width: 300px;
		margin: auto;
	}
	.movie {
		width: 100%;
		float: none;
		margin: 15px auto;
	}
	.movie h1 {
		width: auto;
		max-width: 360px;
		font-size: 100%;
	}	
	.movie p {
		width: auto;
		max-width: 360px;
		margin: 15px auto;
	}	
	.contents04 iframe {
		width: 100%;
		height: 250px;
	}
	.contents04 img.sample {
		width: 100%;
	}
	


/*---------------------------------------------
	▼contents02
---------------------------------------------*/
	
	.contents02 {
		padding: 20px 10px;
	}
	
	.contents02 h1 {
    width: auto;
    font-size: 85%;
    padding: 0 0 10px;
		max-width: 300px;
}
	.contents02 h2 {
    font-size: 120%;
}
	.contents02 h3 {
    width: auto;
    max-width: 300px;
    font-size: 100%;
    letter-spacing: 0;
}
	
/*---------------------------------------------
	▼contents03
---------------------------------------------*/
	
	.contents03 {
    padding: 50px 10px;
		background-attachment: unset;
}
	.caution {
    width: auto;
    max-width: 600px;
    padding: 10px 0;
}
	.caution h1 {
    font-size: 110%;
    width: 90%;
}
	.caution h1 span {
    margin: 0 1em;
}
	.caution ul {
    width: 90%;
    margin: 0 auto 15px;
}
	.caution ul li {
    font-size: 80%;
}
	
/*---------------------------------------------
	▼footer
---------------------------------------------*/
	
	#footer img {
    width: 150px;
}
	#footer p.copyright {
		font-size: 70%;
	}
	
	
}














