@charset "UTF-8";
 /* -------------------------------------------
 * 		base Style 
 * -------------------------------------------- */

 * {
   margin: 0;
   padding: 0;
 }
 body {
   font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 }
 html {
	overflow-y: scroll;
	font-size: 10px;
 }

p.indent-1 {
	padding-left:1.7rem;
	text-indent:-1.7rem;
}

a{
	color: #3B3B3B;
	text-decoration: none;
}

a:hover {
	color: #F48E37;
 text-decoration: none	
}

 header a img:hover,footer a img:hover{
  box-shadow: none;
  transform: none;
  transition-duration: none;
}

.bold{
	font-weight: bold;
}

.red{
	color: red;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 13px;
	filter:alpha(opacity=50);
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding:10px 13px;
	filter:alpha(opacity=50);
    opacity: 0.5;
	
}

.pc { display: none !important; }
.sp { display: block !important; }



p, th, td, li {
	font-size: 1.5rem;
	line-height: 2.9rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.1rem;
	color: #3B3B3B;
	font-feature-settings: "palt";
 }



 h1 {
	font-size: 2.8rem;
	line-height: 4rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3B3B3B;
	font-feature-settings: "palt";
	letter-spacing: 0.3rem;
	margin-bottom: 30px;

 }


h2 {
	font-size: 2.2rem;
	line-height: 3.6rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3B3B3B;
	font-feature-settings: "palt";
	letter-spacing: 0.2rem;
	margin-bottom: 20px;
 }

h3 {
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3B3B3B;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
	margin-bottom: 20px;
 }

h4 {
	font-size: 1.4rem;
	line-height: 2.8rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3B3B3B;
	font-feature-settings: "palt";
	letter-spacing: 0.2rem;
 }

.smallfont{
	font-size: 2rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3B3B3B;
	font-feature-settings: "palt";
	letter-spacing: 0.3rem;
}

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

header{
	width: 100%;
	background-color: #F48E37;
	text-align: center;
	padding: 20px 0 ;
	margin-bottom: 30px;
}


header img {
	max-width: 25%;
}


.catchcopy {
	font-size: 1.9rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3B3B3B;
	font-feature-settings: "palt";
	text-align: center;
	margin: 15px 30px ;
	letter-spacing: 0.2rem;

	}	



nav {
	width:100%;
	margin:0 auto;
	}

nav ul{
margin: 0 ;
padding: 0 ;
}

nav li{
font-size: 1.7rem;
line-height: 2rem;
font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
color: #3B3B3B;
font-feature-settings: "palt";
letter-spacing: 0.3rem;
list-style: none;
display: inline-block;
text-align: center;
border-right:2px solid #ddd;
}


nav a{
text-decoration: none;
color: #333;
padding-bottom: 5px;
}



nav a:hover{
color:#F48E37;
text-decoration: none;
border-bottom:2px solid #F48E37;
}


#wrapper{
	width: 100%;
	overflow:hidden;
	
}

#billboard{
	width: 100%;
	margin-bottom: 50px;
	}

/* ▼back number一覧---------------------------------------------- */

#contents{
	margin: 0 5%;
}

.explanation{
	margin-bottom: 50px;
}

.explanation h2 {
	text-align: center;
}

.explanation P {
	text-align: left;
		letter-spacing: 0.3rem;
}

.grid {
width: 100%;
display: grid;
column-gap: 30px;
row-gap: 10px;
grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    }

 a img:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}


.grid img {
	margin-bottom: 0px;
	
}

.border{
border: solid 1px #DBDBDB;
box-sizing: border-box;
}


.grid .data{
	font-size: 1.0rem;
	line-height: 2.3rem;
	letter-spacing: 0rem;

}
.space{
		margin-bottom: 70px;
	}	

.coverimg{
	width: 145px;
	text-align: center;
	margin: 30px auto 0;
}


.page{
	display: flex;
	flex-direction: column;
	
}

.page_cover{
	width: 60%;
		margin: 20px auto 50px;
}


.issue_info{
	width: 90%;
	margin: 0 5% 50px;
}

.issue_info p{
	margin-bottom: 20px;
	text-align: justify; 
}

.page_img p{
	font-size: 1.2rem;
	line-height: 2.1rem;
	width: 90%;
	margin: 0 5% 50px;
}

.nextbn{
	width: 90% ;
	margin: 0 5%;
}

.stock{
	font-size: 1.6rem;
	font-weight: bold;
	border: solid 2px #2C2C2C;
	padding: 10px;
	margin-top:25px;
 border-radius: 10px;
	color: #2C2C2C;
	 display:inline-block;
	text-align: center;
}

.stock a{
	text-decoration: none;
	color: #2C2C2C;
}

.stock:hover{
background-color: #F48E37;
color: #fff;
}


.nextpage{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.nextpage .navi{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.sold{
	font-size: 1.6rem;
	font-weight: bold;
	border: solid 2px red;
	padding: 10px;
	margin-top:25px;
 border-radius: 10px;
	color: red;
	 display:inline-block;
	text-align: center;
}


.wrap{
  width: 100%;
	 margin: 0 auto 70px;  
}

.wrap li{
	list-style: none;
	margin-top: 10px;

}
	 
.wrap p{
	font-size: 1.1rem;
	line-height: 2.5rem;
letter-spacing: 0rem;

}	

.wrap h3{
	font-size: 1.4rem;
		line-height: 2.1rem;
}	

/* ▼お問い合わせ---------------------------------------------- */

.contact{
	width: 100%;
flex-direction: column;	 
	background-color: #eeefef;
padding: 10px 0 70px;
margin-top: 70px;
}
	

.item1{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
	
	
.item2 {
	width: 90%; 
	margin:  50px 5% 0 ;
 }

	
.item2 th {
     border-bottom: none;
	text-align: left;
	font-weight: bold;
	display: block;
   }

   .item2 td {  
	   display: block;
	   margin-bottom: 30px;
   }	

	
.btnbox .foambtn {
	color: #3B3B3B;
	background-color: #DBDBDB;
  font-size: 1.5rem;
	font-weight: bold;
   width: 100%;
   line-height: 40px;
   padding: 10px;
	margin: 30px auto 0;
	 border: 1px solid #ccc;
	  border-radius: 10px;
	 text-align: center;
   text-decoration: none;
 }
	
 .btnbox .foambtn:hover {
   background: #F48E37;
   color: #fff;
   cursor: pointer;
   text-decoration: none;
 }

input , textarea {
width: 100%;
border: 1px solid #cccccc;
border-radius: 6px;
padding: 10px;
box-sizing:border-box;
}

.foamspace{
	margin-bottom: 200px;
}


/* ▼雑誌購入---------------------------------------------- */

.order{
	width: 100%;
flex-direction: column;	 
padding: 0 0 70px;
}
	

.order .item1{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
	
.order p{
	text-align: justify;
}

.order h4{
	margin-bottom: 0;
}

.order .item2 {
	width: 90%; 
	margin:  0 5% 0 ;
 }

	
.order .item2 th {
     border-bottom: none;
	text-align: left;
	font-weight: bold;
	display: block;
   }

  .order .item2 td {  
	   display: block;
	   margin-bottom: 30px;
   }	

.enclosure{
		font-size: 1.3rem;
		line-height: 2.8rem;
		padding: 20px;
		border: dotted 1px #423E3E;
		margin-bottom: 50px;
	
	}
	

.order .btnbox .foambtn {
	color: #3B3B3B;
	background-color: #DBDBDB;
  font-size: 1.5rem;
	font-weight: bold;
   width: 100%;
   line-height: 40px;
   padding: 10px;
	margin: 30px auto 0;
	 border: 1px solid #ccc;
	  border-radius: 10px;
	 text-align: center;
   text-decoration: none;
 }
	
.order .btnbox .foambtn:hover {
   background: #F48E37;
   color: #fff;
   cursor: pointer;
   text-decoration: none;
 }

.order input , textarea {
width: 100%;
border: 1px solid #cccccc;
border-radius: 6px;
padding: 10px;
box-sizing:border-box;
}

.order .foamspace{
	margin-bottom: 200px;
}

/* ▼チェックボックス---------------------------------------------- */		
input[type=checkbox] {
    display: none;
}
.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox::after {
    border-right: 3px solid #F48E37;
    border-bottom: 3px solid #F48E37;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}	


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

footer{
	width: 100%;
	background-color: #F48E37;
	text-align: center;
	
}

footer img {
		max-width:60%;
		margin: 0 0 20px;
	}

footer .mailicon{
	max-width:18%;
	margin: 0 auto;
}

footer p{
	color: #FFF;
	font-size: 1.2rem;
	line-height: 2.4rem;
		margin-bottom: 10px;
}

footer .copylight{
	font-size: 1rem;
}

/* ▼production---------------------------------------------- */	

.production{
	padding: 5px 0;
	text-align: center;
}

.production img{
	width: 60%;
}	
	




/* ------------------------------------------------------------------------------------------- */
/* ▼tablet */
/* ------------------------------------------------------------------------------------------- */

@media (min-width: 667px) {
	
 h1 {
	font-size: 3.1rem;
	line-height: 4.8rem;
	margin-bottom: 30px;
 }
	
h2 {
	font-size: 2.8rem;
	line-height: 4.5rem;
	margin-bottom: 20px;
 }
	
h3 {
	font-size: 1.5rem;
	line-height: 2.5rem;
 }	
	
h4 {
	font-size: 1.4rem;
	line-height: 2.4rem;

 }
	
.smallfont{
	font-size: 2rem;
}	
	
.catchcopy {
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0.3rem;
    text-align:center;
	margin-bottom:30px;
	}	
	
#wrapper{
	width: 100%;
}	
	
#billboard{
	width: 100%;
	margin-bottom: 50px;
	}
	
	
header img {
	max-width: 40%;
}
	
	
	
/* ▼tablet ナビ---------------------------------------------- */
	
nav {
	width:100%;
	margin:0 auto 100px;
	text-align: center;
	}


nav li:first-child{
border-left:2px solid #ddd;
}

nav li{
font-size: 1.4rem;
line-height: 2rem;
width: 22%;
}
	
/* ▼tablet back number一覧---------------------------------------------- */
  	
	 .grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	 column-gap: 40px;
	row-gap: 30px;	 
    }
		
	.grid .data{
	font-size: 1.2rem;
	line-height: 2.3rem;

}
	.space{
		margin-bottom: 100px;
	}	
	
	
	.coverimg{
	width: 200px;
	text-align: center;
	margin: 30px auto 0;
}


.page{
	width: 90%;
	display: flex;
	flex-direction: row;
	margin: 0 5% 60px;
	
}

.page_cover{
	width: 40%;
	margin: 0 auto;
}
	
	
.issue_info{
	width: 50%;
	margin: 0 0 50px 70px;
}
	
.issue_info p{
	margin-bottom: 20px;
}

	.page_img{
		width: 90%;
		margin: 0 5% ;
	}

.page_img p{
	width: 100%;
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin: 10px 0 70px;

}
	
.nextbn{
	width: 90% ;
	margin: 0 5%;
}
.wrap{
  width: 100%;
 margin: 0 auto 100px;  

}

.wrap li{
	list-style: none;
	margin-top: 10px;

}
	 
.wrap .data{
	font-size: 1.3rem;
	line-height: 2.5rem;
}	
	

/* ▼tablet お問い合わせ---------------------------------------------- */
	
.contact{
	flex-direction: row;
	padding: 40px 0 100px;
	margin-top: 100px;
}


.item1{
	flex-direction: row;
}
	

.item2 {
	width: 700px;
	margin:  30px auto 0;
 }

.item2 h2{
	font-size: 2.5rem;

text-align: center;
	margin-bottom: 30px;
}

.item2 p{
	margin-top: 20px;
}

 .item2 table {
   text-align: left;
   width: 100%;
 }

 .item2 th {
   padding: 0;
 }
	
	
 .item2 td {
   padding: 0;
   margin-bottom: 50px;
 }


input,textarea {
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	margin: 15px 0;
    background: #fff;
}



.btnbox .foambtn {
   width: 280px;
   line-height: 40px;
   padding: 10px 0;
	margin: 50px auto 0;
 }

.foamspace{
	margin-bottom: 380px;
}
	

/* ▼tablet 雑誌購入---------------------------------------------- */
	
.order{
	flex-direction: row;
	padding: 0  0 100px;
}


.order .item1{
	flex-direction: row;
}
	

.order .item2 {
	width: 700px;
	margin:  30px auto 0;
 }

.order .item2 h2{
	font-size: 2.5rem;

text-align: center;
	margin-bottom: 30px;
}

	.order .item2 h4 {
		margin-bottom: 10px;
	}	


.order .item2 table {
   text-align: left;
   width: 100%;
 }

.order .item2 th {
   padding: 0;
 }
	
	
 .order .item2 td {
   padding: 0;
   margin-bottom: 50px;
 }


.order input,textarea {
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	margin: 15px 0;
    background: #fff;
}



.order .btnbox .foambtn {
   width: 280px;
   line-height: 40px;
   padding: 10px 0;
	margin: 50px auto 0;
 }

.order .foamspace{
	margin-bottom: 380px;
}
		
	
	
	
/* ▼tablet footer---------------------------------------------- */
	
footer{
	width: 100%;
	background-color: #F48E37;
	text-align: center;
	padding-bottom: 20px;
}

footer img {
	margin: 0 0 20px;
	max-width:30%
	}
	
footer .mailicon{
	margin: 0 auto;
	max-width:20%
}
	
footer p{
	color: #FFF;
	font-size: 1.3rem;
}
footer .copylight{
	font-size: 1rem;
}
	
/* ▼production---------------------------------------------- */	
.production{
	padding: 0 0 10px 0;
}
.production img{
	width: 22%;
}		
	
}	


/* ------------------------------------------------------------------------------------------- */
/* ▼PC */
/* ------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) {

.pc { display: block !important; }
.sp { display: none !important; }
		
p, th, td, li {
	font-size: 1.6rem;
	line-height: 3.2rem;
 }

 h1 {
	font-size: 6rem;
	line-height: 8.5rem;
	margin-bottom: 30px;
 }
	
h2 {
	font-size: 4rem;
	line-height: 7rem;
	margin-bottom: 20px;
 }
	
h3 {
	font-size: 1.5rem;
	line-height: 2.8rem;
 }
	
h4 {
	font-size: 1.8rem;
		line-height: 2.8rem;

 }

.smallfont{
	font-size: 3rem;
}	
	
header{
	width: 100%;
	background-color: #F48E37;
	text-align: center;
	padding: 35px 0 ;
	margin-bottom: 50px;

}
	
header img {
	max-width: 25%;
}	
	
.catchcopy {
	font-size: 3rem;
	line-height: 4.2rem;
	letter-spacing: 0.3rem;
    text-align:center;
	margin-bottom:50px;
	}	

#wrapper{
	width: 1200px;
	margin: 0 auto;
}	　　


	
/* ▼PC ナビ---------------------------------------------- */
	
nav {
	width:1200px;
	}

nav ul{
margin: 0 ;
padding: 0 ;
}

nav li{
width:295px;
}

nav li:first-child{
border-left:2px solid #ddd;
}
	

.explanation{
	width: 800px;
	margin: 0 auto 50px;
	text-align: center;
}

/* ▼PC back number一覧---------------------------------------------- */
	
#contents{
	margin: 0 ;
}
	
.grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	 column-gap: 40px;
	row-gap: 30px;	 
    }
	
.grid img {
	margin-bottom: 5px;
}
.grid .data{
	font-size: 1.3rem;
	line-height: 2.5rem;

}
	
	picture{
		margin: 0;
	}
	
	.space{
		margin-bottom: 130px;
	}	
	
	.coverimg{
	width: 225px;
	text-align: center;
	margin: 30px auto 0;
}

	
.page{
	display: flex;
	flex-direction: row;
	margin: 0 auto 130px;
	justify-content: center;
	
}

.page_cover{
	width: 35%;
	margin: 0 ;
}
	
	
.issue_info{
	width: 60%;
	margin: 0 0 50px 80px;
}
	
	
.issue_info p{
	margin-bottom: 20px;
}

	
.page_img{
		width: 100%;
		margin: 0 0 120px;
	}	
	
.page_img p{
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin: 10px 0 70px;
}

/* ▼PC 頁下その他のバックナンバー---------------------------------------------- */	

.nextbn{
	width: 100% ;
	margin: 0;
}	
	
	.wrap ul{
	padding: 0 30px;
}

	.wrap li {
		margin-top: 10px;
	}
	
.wrap{
  width: 1200px;
  margin: 0 auto 130px;  
}

	 
.wrap .data{
	font-size: 1.3rem;
	line-height: 2.5rem;
}	
	

	
/* ▼PC お問い合わせ---------------------------------------------- */	

.contact{
	flex-direction: row;
	margin-top: 130px;
}



.item1{
	flex-direction: row;
}
	

.item2 {
	width: 800px;
	margin:  30px auto 0;
 }

.item2 h2{
	font-size: 2.5rem;
text-align: center;
	margin-bottom: 30px;
}

.item2 p{
	margin-top: 20px;
}

 .item2 table {
   text-align: left;
   width: 100%;
 }

 .item2 th {
   padding: 0;
 }
	
	
 .item2 td {
   padding: 0;
   margin-bottom: 50px;
 }

input,textarea {
	font-size: 16px;
	font-weight: 500;
	width: 100%; 
	margin: 15px 0;
    background: #fff;
}

.btnbox .foambtn {
   width: 300px;
   line-height: 30px;
   padding: 10px 0;
   margin: 0 auto 0;

 }
	
.anchor{
padding-top: 1000px; /*上に余白を付ける*/
margin-top: -1000px; /*上の余白を打ち消す*/
}


	
/* ▼PC 雑誌購入---------------------------------------------- */	

.order{
	flex-direction: row;
}



.order .item1{
	flex-direction: row;
}
	

.order .item2 {
	width: 800px;
	margin:  30px auto 0;
 }

.order .item2 h2{
	font-size: 2.5rem;
text-align: center;
	margin-bottom: 30px;
}

.order .item2 p{
	margin-top: 0;
}

 .order .item2 table {
   text-align: left;
   width: 100%;
 }

 .order .item2 th {
   padding: 0;
 }
	
	
.order .item2 td {
   padding: 0;
   margin-bottom: 50px;
 }

.order input,textarea {
	font-size: 16px;
	font-weight: 500;
	width: 100%; 
	margin: 15px 0;
    background: #fff;
}

.order .btnbox .foambtn {
   width: 300px;
   line-height: 30px;
   padding: 10px 0;
   margin: 0 auto 0;

 }
	
.order .anchor{
padding-top: 1000px; /*上に余白を付ける*/
margin-top: -1000px; /*上の余白を打ち消す*/
}
	
	.enclosure{
		font-size: 1.3rem;
		line-height: 2.8rem;
		padding: 20px;
		border: dotted 1px #423E3E;
		margin-bottom: 50px;
	
	}
	
		.enclosure p{
		font-size: 1.4rem;
		line-height: 2.8rem;
	}
	
.enclosure .indent-1 {
	padding-left:1.4rem;
	text-indent:-1.4rem;
}


.nextpage{
	display: flex;
	flex-direction: row;
	margin-top: 20px;
justify-content: space-between;
}

.nextpage .navi{
	width: 300px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
	
/* ▼footer---------------------------------------------- */	
		
footer img {
	margin: 0 0 30px;
	max-width:20%;
	}
	
footer .mailicon{
	margin: 0 auto;
		max-width:15%
}
	
footer p{
	font-size: 1.3rem;
}
	
footer .copylight{
	font-size: 1.2rem;
	
}
 }

