@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:    ブログ
 Notes:          
--------------------------------------------------------------- */
.main-wrap{
width:100%;
padding-top:5em;
}

.main-title_bg{
width:100%;
line-height: 100%;
text-align: center;
margin: 0 0 3%;
    padding: 3% 0;
}
.main-title{
width:51.04%;
margin: 0 auto;
}
.main-title img{
width:100%;
}

.main-content	{
	width:70%;
	margin: 0 auto;
}

.sidebar {
	width: 20.4%;
    float: right;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0 auto 15%;
    padding: 0;
}

.side-menu-box h3{
border-bottom:1px solid #808080;
font-size: 1.2vw;
}

.widget{
margin-bottom: 30%;
}

.widget .box-content{
font-size: 1vw;
}

.topics-container{
	width:69.38%;
float: left;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.topics-box{
width:30%;
margin-bottom: 5%;
}


.article-title {
	white-space: normal;
  overflow:visible;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
	width: 100%;
    font-size: 1.1vw;
    /*border-bottom: 1px solid #808080;*/
    font-weight: bold;
    line-height: 140%;
}

.article-title a{
    text-decoration:none;
    color: #000;
}

.article-title a:hover{
opacity:0.6;
}

.post-img{
height: 9vw;
overflow: hidden;
    object-fit: contain;
    margin-bottom: 5%;
}
.post-img img{
width:100%;
height: 100%;
}

.date{
font-size: 1vw;
margin: 0;
}

.category {
	/*width: 20%;*/
	/*display: block;*/
    font-size: 1vw;
	box-sizing: border-box;
	border: 1px solid #000000;
    margin:  0;
    padding: 1% 5%;
    line-height: 100%;
    border-radius: 1vw;
}

.box02{
width: 100%;
font-size: 1vw;
line-height: 170%;
margin-bottom: 5%;

}

.box02 img{
max-width: 100%;
}


.side-menu-box {
	margin: 0 auto 30%;
}
.widget_categories h3.box-title {
	margin: 0 auto 5%;
	font-size: 1.1vw;
	border-bottom: 1px solid #e60000;
}
.widget_archive .box-title {
	margin: 0 auto 5%;
	font-size: 1.1vw;
	border-bottom: 1px solid #e60000;
    font-weight: bold;
}

.prev-area {
    width: 100%;
    margin: 10% auto;
    display: inline-flex;
}

.before-kiji {
	width: 25%;
    margin-right: 12.5%;
    text-align: left;
}

.before-kiji a{
text-align: center;
    text-decoration:none;
    color: #ffffff;
    background-color: #e60000;
    display:block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    width: 100%;
    border-radius: 1rem;
/*display: -webkit-box;*/
 /* display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  /*-webkit-box-pack: center;*/
 /* -ms-flex-pack: center;
  justify-content: center;*/
}

.before-kiji a:hover{
opacity: 0.6;
}


.after-kiji {
	width: 25%;
    margin: 0;
    text-align: right;
}

.after-kiji a{
text-align: center;
    text-decoration:none;
    color: #ffffff;
    background-color: #e60000;
    display:block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 1rem;
    /* display: -webkit-box;*/
  /*display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  /*-webkit-box-pack: center;*/
 /* -ms-flex-pack: center;
  justify-content: center;*/
}

.after-kiji a:hover{
opacity: 0.6;
}

.kiji-list {
	width: 25%;
    margin-right: 12.5%;
    text-align: center;
}
.kiji-list a {
text-align: center;
	text-decoration:none;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #e60000;
    display: block;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 180%;
    padding: 0;
    border-radius: 1rem;
   /*display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}

.kiji-list a:hover{
opacity: 0.6;
}

/***********************シングルページ********************************************/
.article-title-s{
margin: 5% 0 3%;
    font-size: 1.4vw;
    line-height: 170%;
}

.category-s{
font-size: 1vw;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin: 0;
    padding: 0 2%;
    line-height: 100%;
    border-radius: 1vw;
}

.info-main{
width:100%;
}
.info-main img{
width:100%;
}

.info-sub{
width:100%;
display: flex;
flex-wrap: wrap;
}

.info-subpic{
width:31%;
margin: 0 1.15% 3%; 
}

.info-subpic-img {
    width: 100%;
    height: 13vw;
}

.info-subpic-img img{
width: 100%;
    height: 100%;
    object-fit: cover;
}


/********　オンラインストアボタン　*************************************/
.f-bana{
width:61.224%;
margin: 5% auto;
}
.f-bana img{
width:100%;
}

.f-bana a:hover{
opacity: 0.6;
}

/* ===============================================================================================================================
== スマホ 
================================================================================================================================= */
@media only screen and (max-width:699px) {

.main-wrap{
width:100%;
padding-top:70px;
}

.main-content {
    width: 90%;
    margin: 0 auto 15%;
}

.main-title {
    width: 100%;
    margin: 0 auto;
}

.topics-container{
	width:100%;
float: none;
}

.topics-box {
    width: 47%;
    margin-bottom: 5%;
}

.post-img {
    height: 35vw;
}

.category {
 font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    padding: 1% 5%;
    text-align: center;
    line-height: 150%;
    border-radius: 20px;
    border: 1px solid #000000;
}

.article-title {
   font-size: 14px;
    line-height: 140%;
}

.date {
    font-size: 14px;
    float: left;
    margin: 2% 0;
}

.sidebar {
    width: 100%;
    float: none;
}

.widget .box-content {
    font-size: 14px;
}

.widget_categories h3.box-title {
    margin: 0 auto 5%;
    font-size: 16px;
    border-bottom: 1px solid #ff0000;
    text-align: center;
}

.widget_archive .box-title {
    margin: 0 auto 10%;
    font-size: 16px;
    border-bottom: 1px solid #ff0000;
    text-align: center;
    font-weight: bold;
}

.sidebar ul li {
    padding: 0.5em 0;
    cursor: pointer;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
}

.sidebar .widget_archive ul li {
    width: 70%;
    justify-content: space-between;
    position: relative;
    align-items: center;
}


.article-title-s {
    margin: 5% 0 3%;
    font-size: 16px;
    line-height: 170%;
}

.date {
    font-size: 14px;
    float: none;
    margin: 2% 0;
}

.category-s {
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin: 0;
    padding: 0 2%;
    line-height: 100%;
    border-radius: 13px;
}

.box02 {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 5%;
}

.before-kiji {
    width: 30%;
    margin-right: 5%;
    text-align: left;
}

.kiji-list {
    width: 30%;
    margin-right:5%;
    text-align: center;
}

.after-kiji {
    width: 30%;
    margin: 0;
    text-align: right;
}

.after-kiji a {
    font-size: 14px;
    }
    
.kiji-list a {
    font-size: 14px;
    }  
    
.before-kiji a {
    font-size: 14px;
    }    

.info-subpic {
    width: 100%;
    margin: 0 0 3%;
}

.info-subpic-img {
    width: 100%;
    height: auto;
}

}