@charset "UTF-8";

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:link,
a:visited,
a:active,
a:hover{
    overflow: hidden;
	outline: none;
	cursor: pointer;
	text-decoration: none; 
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: (0,0,0,0);
	margin: 0;
	padding: 0;
}
*, *::before, *::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
dl, dt, dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 基本レイアウト */
html{
	display: block;
}
html,body{
	overflow-x: hidden;
	width: 100%;
}
body	{
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

section{
	display: block;
	padding: 10px 0;
}

.main-padding{
	margin-top: 40px;
	margin-bottom: 10px;
}
.features{
	position: relative;
}

/* Fluid Grids設定 #container */
.container{
	padding: 0 15px;
	margin: 0 auto;
}
.top .container{
	padding: 0;
}
.tc{
	text-align: center;
}
section.top{
	padding: 0 0 15px 0;
}
section.footer{
	padding: 15px 0 0 0;
}


/* 画像 */
img {
    display:block;
	max-width: 100%;
	height: auto;
	border: none;
}
.spimg{
	display: block;
	margin: auto;
}
.pcimg{
	display: none;
}


/* 記事のタイトルと文章 */
p.green{
	color: #498e0b;
}

h2{
	color: #ff5722;
	font-size: 1.5rem;
	margin: 0;
}
h3 {
	font-size: 1.5rem;/*24px÷16px*/
	margin: 20px 0;
}

h4{
	font-size: 1.25rem; /*20px÷16px*/
	margin: 0;
}

h5{
	color: #579C34;
	font-size: 1.5rem;
}

h6{
	color: #579C34;
	font-size: 1.25rem;
	margin: 0;
}
.red{
	color: #f10744;
}

.b_red{
	color: #f10744;
	font-size: 1.25rem;
	font-weight: bold;
}
ul {
	margin: 0;
}
ul li{
	list-style: none;
	line-height: 50px;
}

/*kaikaku*/
.kaikaku{
	background-color: rgba(241, 66, 8, 0.08)
}

/* ヘッダー*/
#headerpost img	{
	width: 100%;
}
/*　ラインナップ　*/
.border{
	border: solid 2px;
	border-radius: 2px;
	border-color: #6d6a63;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow:3px 3px 18px #6d6a63;
}

.border-red{
	border: solid 5px;
	border-radius: 8px;
	border-color: #ff0505;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow:3px 3px 18px #6d6a63;
}
/* 購入はこちら */
.more_s	{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	background-color: #f58a05;
	padding: 15px 20px;
	display: inline-block;
}


/* リンク */
.post a	{
	color: #000000;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

.post a:hover	{
	background-color: #cfffb2;
}

a {
	color: #498e0b;
	transition: all .2s;
}
a:hover{
	background-color: #fff;
	opacity: 0.5;
}


/* 背景 */
#headerpost	{
	overflow: hidden;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	position: relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after{
	display: table;
	content: " ";
}

.clearfix:after, .container:after, .container-fluid:after, .row:after{
	clear: both;
}

.btn_kifu a:hover {
    background: #fff;
    color: #c00;
}
.btn_kifu a {
    text-decoration: none;
    background: #c00;
    border: 1px solid #ccc;
    color: #fff;
    padding: 5px 10px;
    margin: 20px auto;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;

    transition: 0.5s;
    display: inline-block;
}
video {
    max-width: 100%;
    height: auto;
}

/*
* temp *
*/
.mar_auto{ margin: 0 auto; }
.new_m{ margin-top: -20px; margin-bottom: -14px; }


.bbig{
	font-size: 120%;
	font-weight: bold;
}
.heading{
	margin-bottom: 40px;
	font-family: serif;
	font-weight: bold;
	line-height: 2.2rem;
	color: #862d06;
}
.txt_center{ text-align: center; }
.txt_under{ text-decoration: underline; }

/*----------------
Vol.08
------------------*/
.bg08y{
	margin-top: -3px;
	margin-bottom: 20px;
	padding: 30px 20px;
	width: 100%;
	height: auto;
	background: #fff9d4;
	border-radius: 40px;
}


@media screen and (min-width:320px) { 	
.helloArea{
	width: 98%;
	margin: -20px auto -10px;
}
p{
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.6rem;
}
p.hello{
	margin: 10px 0 40px;
	font-size: 16px;
	line-height: 1.6rem;
}
.txt_32{ font-size: 28px; }
.mt6{ margin-top: 30px; }
.mt30{ margin-top: 40px; }
.mt60{ margin-top: 30px; }
.mt120{ margin-top: 120px; }
.mb20{ margin-bottom: 20px; }
.mb80{ margin-bottom: 40px; }
.mb80-2{ margin-bottom: 20px; }
}

@media screen and (min-width:1024px) { 	
.helloArea{
	width: 70%;
	margin: 0 auto;
}
p{
	margin: 10px 0;
	font-size: 18px;
	line-height: 1.9rem;
}
p.hello{
	margin: 10px 0 40px;
	font-size: 18px;
	line-height: 1.9rem;
}
.txt_32{ font-size: 32px; }
.mt6{ margin-top: 6px; }
.mt30{ margin-top: 30px; }
.mt60{ margin-top: 60px; }
.mt120{ margin-top: 120px; }
.mb20{ margin-bottom:20px; }
.mb80{ margin-bottom: 80px; }
.mb80-2{ margin-bottom: 80px; }
.mb60{ margin-bottom: 60px; }
}

/*----------------
Vol.09 以降
------------------*/
@media screen and (min-width:320px) { 	
.volDate{
    margin-bottom: -4px;
    padding: 4px 4px 0 0;
    font-weight: bold;
    text-align: right;
    color: #333;
}
.spPad{
    padding: 0 !important;
}
p.midHello{
	margin: 10px 0 20px;
	font-size: 16px;
	line-height: 1.6rem;
}
.midArea{
	width: 100%;
	margin: 0 auto 40px;
}
p.midText{
	margin: 20px 0 40px;
	font-size: 14px;
	line-height: 1.4rem;
}
p.sidePad{
    padding: 0;
}
.txt120{
    font-size: 100%;
    line-height: 220%;
}
.btnCenter{
    margin: -20px auto 0;
    width: 300px;
    text-align: center;
}   
.pad10{
    padding: 10px 20px !important;
}
}

@media screen and (min-width:768px) { 
.volDate{
    padding: 4px 4px 0 0;
    font-weight: bold;
    text-align: right;
    color: #333;
}
p.midHello{
	margin: 10px 0 40px;
	font-size: 20px;
	line-height: 2.4rem;
}
.midArea{
	width: 80%;
	margin: 0 auto 100px;
}
p.midText{
	margin: 20px 0 40px;
	font-size: 20px;
	line-height: 2.1rem;
}
p.sidePad{
    padding: 0 15%;
    font-size: 130%;
    line-height: 180%;
}
.mar_auto{
    margin: 0 auto;
}
.txt120{
    font-size: 160%;
    line-height: 3rem;
}
.mt20{
    margin-top: 20px;
}
.btnCenter{
    margin: -20px auto 0;
    width: 300px;
    text-align: center;
}
.pad10{
    padding: 20px 30px !important;
}
}