@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
japan-izm.com
------------------------------------------------------------------------------ */

/*Font Size List ----------------------------------------------------------------
8px = 62%
9px = 70%
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
------------------------------------------------------------------------------ */

/* FontStyle */
strong {
font-weight: bold;
}
em {
font-style: italic;
}
/* LinkColor */
a {
text-decoration:none;
}
a:link {
color: #00F;
}
a:visited {
color: #600;
}
a:hover {
color: #090;
}
a:focus {
color: #090;
}
a:active {
color: #FF0;
}
/* TableStyle */
table {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #CCC;
}
table td {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
table thead {
word-spacing: normal;
}
table tfoot {
word-spacing: normal;
}
table tbody {
word-spacing: normal;
}
/* RoundBox */
.roundBox {
width: 500px;
background: url(none) repeat-y left top;
}
.roundCap {
font-size: 0%;
line-height: 0;
}
/* Note */
.note {
text-indent: -1em;
margin-left: 1em;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
html,body{
height:100%;
}
#wrap {
width: 100%;
min-height: 100%;
/*position: relative;*/
background: linear-gradient(#b3ca24, #159B3C);
}
.bg_img{
width: 100%;
height: auto;
text-align: center;
background-image: url("../img/bg01.jpg");
background-repeat: no-repeat;
background-size: 100%;
background-color: #C8D320;
}
h1 {
margin: 20px 0 90px 40px;
float: left;
}
h1 img {
max-width: 280px;
width: 100%;
height: auto;
}

#content {
width: 90%;
padding: 30px 10px 60px;
background-color: #FFFCF1;
margin: 120px auto 95px;
text-align: left;
position: relative;
bottom: 0;
box-sizing: border-box;
}
.pin01 {
position: absolute;
left: 6px;
top: -5px;
}
.pin01 img {
width: 26px;
height: auto;
}
.pin02 {
position: absolute;
right: 6px;
top: -5px;
}
.pin02 img {
width: 26px;
height: auto;
}
.img01 {
position: absolute;
right: 30px;
top: -47px;
}
.img01 img {
width: 120px;
height: auto;
}
.post_dataBox {
float: right;
margin-bottom: 13px;
}
.post_data {
/*float: left;*/
margin-right:7px;
}
.post_data span {
font-size: 138.5%;
color: #DE2726;
}
.date{
position: relative;
width: 70px;
height: 19px;
background: #F1AB3F;
padding: 4px;
text-align: center;
color: #FFFFFF;
font-size: 11px;
float: left;
margin-left: 10px;
}
.date:after{
border: solid transparent;
content:'';
height: 0;
width: 0;
pointer-events:none;
position: absolute;
border-color: rgba(241, 171, 63, 0);
border-top-width: 5px;
border-bottom-width: 5px;
border-left-width: 12px;
border-right-width: 12px;
margin-top: -5px;
border-right-color: #F1AB3F;
right: 100%;
top: 50%;
}
.topTxt {
letter-spacing: -1.5px;
margin-bottom: 20px;
}
#main {
/*position: relative;*/
max-width:360px;
margin-left:auto;
margin-right:auto;
}
.bg_ft {
position: absolute;
width: 100%;
bottom: 96px;
left: 0;
}
.bg_ft img {
width: 100%;
height: auto;
}
footer {
position: fixed;
bottom:0;
width:100%;
text-align:center;
}
.footerBox {
background-image: url(../img/bg_ft.png);
background-repeat: no-repeat;
max-width: 450px;
margin-left: auto;
margin-right: auto;
padding-top:70px;
background-size:170%;
}
#ft_navBox {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.ft_navItem {
width: 20%;
}
.ft_navItem img {
width: 100%;
height: auto;
}
.ft_navItem a {
display: block;
}
.ft_btnBox01 {
display: flex;
flex-direction: row;
height: 30px;
}
.ft_btnItem {
width: 50%;
}
.ft_btnBox01 .ft_btnItem input {
width: 100%;
height: 30px;
border: none;
border-radius: 5px;
color: #ffffff;
}
.ft_btnBox01 .ft_btnItem input.serch {
background-color: #E45827;
}
.ft_btnBox01 .ft_btnItem input.reset {
background-color: #B5B5B6;
}
.ft_btnBox02 a {
display: block;
/*width: 100%;*/
background-color: #E45827;
border-radius: 5px;
color: #ffffff;
text-align: center;
padding: 5px;
text-decoration: none;
}
.cateBnr {
margin-bottom: 15px;
}
.redBtn {
width: 50%;
margin: 0 auto;
background-color: #E45827;
border-radius: 5px;
text-align: center;
}
.redBtn a {
display: block;
padding: 5px;
color: #ffffff;
text-decoration: none;
}

/*ポップアップ*/
input#trigger{
display: none;
}
.popup_overlay {
display: flex;
justify-content: center;
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(229, 89, 39, 0.1);
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}
.popup_trigger {
position: absolute;
width: 100%;
height: 100%;
}
.popup_content {
position: relative;
align-self: center;
width: 90%;
max-width: 420px;
box-sizing: border-box;
background: #fff;
line-height: 1.2em;
transition: 0.5s;
box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
top: 80px;
margin-bottom: 150px;
padding: 20px;
height:700px;
overflow:scroll;
overflow-x:hidden;
}
.popup_content.top_popup {
top: 100px;
}
.close_btn {
position: absolute;
top: 14px;
right: 16px;
font-size: 30px;
cursor: pointer;
color: #E55927;
}
.popup_wrap input:checked ~ .popup_overlay {
opacity: 1;
transform: scale(1);
transition: opacity 0.5s;
}
.popBtn {
width: 240px;
margin: 0 auto 40px;
}
label.open_btn {
display: block;
padding-top: 5px;
padding-bottom: 5px;
color: #ffffff;
/*font-size: 123.1%;*/
text-align: center;
border-radius: 5px;
cursor: pointer;
transition: .3s ease;
border: 1px solid #E55927;
background-color: #E55927;
}
.open_btn:hover{
opacity: 0.6;
transition: .3s ease;
}
.popup_inner h5 {
font-size: 145%;
margin-bottom: 20px;
font-weight: bold;
}

.popCateBox {
display: flex;
flex-wrap: wrap;
/*justify-content: flex-start;*/
align-content: space-between;
margin-bottom: 40px;
}
.popCateBox input[type=checkbox] {
display: none;
}
.popCateBox input[type="checkbox"].checkbox01:checked + label {
background: #F1AB3F;
color: #ffffff;
border: 1px solid #F1AB3F;
}
.popCateBox .check_label:hover {
background-color: #F1AB3F;
color: #ffffff;
border: 1px solid #F1AB3F;
}
.popCateBox .check_label {
margin-bottom: 10px;
margin-right: 10px;
width: 45%;
height: 60px;
text-align: center;
cursor: pointer;
font-size: 100%;
letter-spacing: -0.7px;
background-color: #ffffff;
border:1px solid #F1AB3F;
border-radius: 5px;
display: grid;
place-items: center;
}

.popFtBtn {
width: 240px;
margin: 0 auto;
}
.popFtBtn input.red_Btn {
border: none;
outline: none;
}
.popFtBtn input.red_Btn:hover{
opacity: 0.6;
transition: .3s ease;
}
.popkana {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 40px;
}
.popkana input[type=checkbox] {
display: none;
}
.popkana input[type="checkbox"].checkbox01:checked + label {
background: #F1AB3F;
color: #ffffff;
border-left: 1px solid #F1AB3F;
border-top: 1px solid #F1AB3F;
border-bottom: 1px solid #F1AB3F;
}
.popkana .check_label:hover {
background-color: #F1AB3F;
color: #ffffff;
border-left: 1px solid #F1AB3F;
border-top: 1px solid #F1AB3F;
border-bottom: 1px solid #F1AB3F;
transition: .3s ease;
}
.popkana .check_label {
width: 55px;
height: 47px;
text-align: center;
cursor: pointer;
font-size: 139%;
color: #040000;
background-color: #ffffff;
border: 1px solid #F1AB3F;
display: grid;
place-items: center;
}
.popTxt {
font-size: 95%;
font-weight: bold;
margin-bottom: 20px;
}
.popup_inner .keyword {
height: 75px;
margin-bottom: 40px;
}
.popup_inner .keyword img {
margin-bottom: 9px;
} 
.popup_inner .keyword input {
width: 70%;
padding: 10px;
font-size: 126%;
border: 1px solid #b4b3b3;
border-radius: 5px;
outline: none!important;
margin-left: 15px;
margin-bottom: 10px;
}
.popup_inner .keyword .keyStxt {
float: right;
font-size: 85%;
}
.red_Btn {
width: 240px;
margin: 0 auto 40px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #E55927;
border-radius: 5px;
text-align: center;
font-size: 123.1%;
color: #FFFFFF;
}
.red_Btn a {
display: block;
text-decoration: none;
color: #FFFFFF;
}
.red_Btn a:hover {
opacity: 0.5;
transition: .3s ease;
}