/* ==========================================================================
	main
========================================================================== */
#main {
    position: relative;
    width: 100%;
    padding: 178px 0 0;
    height: 350px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    background-image: url(../image/article_main.jpg);
}

#main.kiji,
#main.nf{
    padding: 0;
    height: 120px;
    background: #f7f7f7;
}

#main.feature,
#main.sbg {
    background: linear-gradient(90deg, #f5d760, #e68282);
}

#main.writer {
    background-image: url(../image/writer_main.jpg);
}

#main.video {
    background-image: url(../image/video_main.jpg);
}

#main.coupon {
    background-image: url(../image/coupon_main.jpg);
}
#main .hasei_tit {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 26px;
}

#main .hasei_s_tit {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

#pc_menu {
    -webkit-box-shadow: 4px 4px 10px 0px rgba(141, 141, 141, 0.3);
    -moz-box-shadow: 4px 4px 10px 0px rgba(141, 141, 141, 0.3);
    box-shadow: 4px 4px 10px 0px rgba(141, 141, 141, 0.3);
}

@media screen and (max-width: 800px) {

    #main {
        /*
        padding: 160px 0 0;
        height: 240px;
        */
        padding:105px 0 0;
        height: 185px;
    }

    #main .hasei_tit {
        font-size: 30px;
        margin-bottom: 10px;
    }

    #main .hasei_s_tit {
        font-size: 10px;
    }
#main.kiji,
#main.nf{
    height: 75px;
}
}

/* ==========================================================================
	article
========================================================================== */
#article {
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

#article:before {
    content: "";
    display: block;
    position: absolute;
    width: 500px;
    height: 485px;
    top: -19px;
    left: calc(50% + 150px);
    z-index: 1;
    background: url(../image/kyu.png);
    background-size: cover;
}

#article .box_inr {
    z-index: 10;
}

@media screen and (max-width: 800px) {

    #article {
        padding: 30px 0 0;
    }

    #article:before {
        width: 250px;
        height: 243px;
        top: -10px;
        left: auto;
        right: 0;
    }

    #article .box_inr {
        padding-bottom: 20px;
    }
}

/* ==========================================================================
	ranking
========================================================================== */
#ranking {
    padding: 80px 0 40px;
    background: #f7f7f7;
}

#ranking .kiji_list {
    -webkit-justify-content: left;
    justify-content: left;
    margin-top: 50px;
}

#ranking .kiji_list li {
    width: 31.2%;
    margin-bottom: 40px;
    position: relative;
    margin-right: 3.2%;
}

#ranking .kiji_list li:nth-child(3n) {
    margin-right: 0;
}

#ranking .kiji_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -20px;
    width: 80px;
    height: 80px;
    background: url(/image/ranking_icon.png);
    background-size: cover;
    z-index: 200;
}

#ranking .kiji_list li:nth-child(1):before {
    background-image: url(/image/ranking01_icon.png);
}

#ranking .kiji_list li:nth-child(2):before {
    background-image: url(/image/ranking02_icon.png);
}

#ranking .kiji_list li:nth-child(3):before {
    background-image: url(/image/ranking03_icon.png);
}

#ranking .kiji_list.v_list li a .img_area span {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/play_icon.png);
    background-size: cover;
    z-index: 10;
}

#ranking .kiji_list.v_list .videoBox{
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    border:none;
    box-sizing:border-box;
    top:auto;
    right:auto;
    background-size:cover;
    
}
#ranking .kiji_list.v_list .videoBox a{
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: center;
    overflow: hiden;
    border-radius: 5px;
    overflow: hidden;
    background-size:cover;
    
}
#ranking .kiji_list.v_list .videoBox a .img_area{
    background-size:cover;
    
}
#ranking .kiji_list.v_list .videoBox a:before{
    
    content: "";
    display: block;
    padding-top:56.5%;
    /*
    padding-top: 62.5%;
    */
}
#ranking .kiji_list.v_list .videoBox a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    
}

#ranking .kiji_list.v_list .videoBox a p:before{
    display:none;
    
}

#ranking .kiji_list.v_list .videoBox p{
    right: auto;
    top: auto;
    margin: 0;
    height: auto;
}



#ranking .kiji_list.v_list .videoBox a:hover{
    opacity:0.7;
}




#ranking .kiji_list.v_list li a .img_area:before{
    padding-top:56.5% !Important;
}

#ranking .kiji_list.v_list li a .img_area:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

.kiji_list.v_list li .img_area .tag {
    background: rgba(0, 0, 0, 0.4);
}



@media screen and (max-width: 1150px) {
#ranking .kiji_list li .videoBox{
    top:25%;
}
}
@media screen and (max-width: 980px) {
#ranking .kiji_list li .videoBox{
    top:20%;
}
}
    
@media screen and (max-width: 950px) {

    #ranking .kiji_list li {
        width: 48%;
        margin-right: 0;
    }

    #ranking .kiji_list li:nth-child(odd) {
        margin-right: 2%;
    }

    #ranking .kiji_list li .videoBox {
        top: 32%;
    }
}

@media screen and (max-width:850px) {
    #ranking .kiji_list li .videoBox {
        top: 27%;
    }
}

@media screen and (max-width: 800px) {

    #ranking {
        padding: 40px 0 25px;
    }

    #ranking .kiji_list {
        margin-top: 30px;
    }

    #ranking .kiji_list {
        width: 100%;
    }

    #ranking .kiji_list li {
        width: 100%;
        margin-bottom: 30px;
    }

    #ranking .kiji_list li:before {
        left: -10px;
        top: -10px;
        width: 65px;
        height: 65px;
    }

    #ranking .kiji_list li:nth-child(odd) {
        margin-right: 0;
    }

    #ranking .kiji_list li .videoBox {
        top: 59%;
    }

    #ranking .kiji_list li .img_area .tag {
        padding: 15px 120px 15px 15px;
        font-size: 15px;
    }

    #ranking .kiji_list li .keyword {
        border: 3px solid #000000;
        font-size: 13px;
        padding: 10px;
        margin: 20px 0 11px;
    }

    #ranking .kiji_list li .keyword:before {
        width: 117px;
        height: 24px;
        top: -10px;
    }

    #ranking .kiji_list li a h3 {
        font-size: 17px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 7px;
    }


    #ranking .kiji_list li span {
        font-size: 12px;
    }

    #ranking .kiji_list li span.day {
        font-weight: bold;
        /*padding-left: 30px;*/
    }

    /*#ranking .kiji_list li span.day:before {
        width: 3px;
        height: 13px;
        left: 15px;
    }*/

    #ranking .kiji_list li span.feature {
        font-weight: bold;
        padding-right: 30px;
    }

    #ranking .kiji_list li span.feature:after {
        width: 3px;
        height: 13px;
        right: 15px;
    }

    #ranking .kiji_list.v_list li a .img_area span {
        width: 45px;
        height: 45px;
    }
    
}


@media screen and (max-width : 680px) {
    #ranking .kiji_list li .videoBox {
        top: 55%;
    }
}

@media screen and (max-width : 600px) {
    #ranking .kiji_list li .videoBox {
        top: 51%;
    }
}

@media screen and (max-width : 520px) {
    #ranking .kiji_list li .videoBox {
        top: 45%;
    }
}

@media screen and (max-width : 440px) {
    #ranking .kiji_list li .videoBox {
        top: 39%;

        #ranking .sub_tit {
            display: block;
            width: 100%;
            margin-top: 5px;
        }
    }
}

@media screen and (max-width : 380px) {
    #ranking .kiji_list li .videoBox {
        top: 33%;
    }
}

@media screen and (max-width : 300px) {
    #ranking .kiji_list li .videoBox {
        top: 27%;
    }
}

/* ==========================================================================
	couponslidewrap
========================================================================== */

#couponslidewrap {
    position: relative;
    background: #f7f7f7;
    padding: 70px 0 80px;
    overflow: hidden;
}

#couponslidewrap .ichiran_btn {
    position: relative;
    display: block;
    float: right;
    width: 210px;
    height: 40px;
    color: #101010;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 12px 0 0 30px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f5d760, #f1c269);
    box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, .8);
    border-radius: 20px;
}

#couponslidewrap .ichiran_btn:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background: url(/image/list-link-icon.png);
    background-size: cover;
}

#couponslidewrap ul {
    margin-top: 60px;

}

#couponslidewrap ul li{
	width: 300px;
	display: block;
	background: #fff;
    box-sizing: border-box;
}

#couponslidewrap ul li a {
    position: relative;
    height: 100%;
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 20px 20px 60px;
    box-sizing: border-box;
}

#couponslidewrap ul li a:after {
    content: "";
    display: block;
    clear: both;
}

#couponslidewrap .img_area {
    width: 43%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    float: left;
}

#couponslidewrap .img_area:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#couponslidewrap .img_area img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

#couponslidewrap .text_area {
    width: calc(57% - 20px);
    float: right;
}

#couponslidewrap .text_area:after {
    content: "";
    display: block;
    clear: both;
}

#couponslidewrap .text_area h3 {
    font-size: 17px;
    line-height: 24px;
    color: #101010;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}


#couponslidewrap ul li a .text_area h3:hover{
    color: #ee780f;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    
}


#couponslidewrap .text_area p {
    font-size: 14px;
    line-height: 20px;    
    color:#949494;

    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#couponslidewrap .text_area p span{
	display: block;
}

#couponslidewrap .text_area .pref{
	width: 3.4em;
}

#couponslidewrap .text_area .length4 .pref{
    width: 80px;
}

#couponslidewrap .text_area .tenpo{
    font-weight: bold;
    width: calc(100% - 3.4em);
    margin-left: 4px;
    padding-left: 8px;
    background:url(../image/k_line2.png) no-repeat 0 4px;
    background-size: 2px;
}

#couponslidewrap .text_area .length .tenpo{
    width: calc(100% - 80px);
}

/*#couponslidewrap .text_area p {
    float: left;
    width: 42px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #949494;
    box-sizing: border-box;
}

#couponslidewrap .text_area .tenpo {
    float: right;
    width: calc(100% - 42px);
    padding-left: 25px;
}

#couponslidewrap .text_area .tenpo:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    left: 9px;
    top: 4px;
    background: url(/../image/k_line2.png);
    background-size: cover;
}*/

#couponslidewrap h4 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: #f2c767;
    font-size: 16px;
    color: #101010;
}

#couponslidewrap h4 span {
    font-weight: bold;
}

.coupon-slider .slick-slide {
    margin-right: 30px;
}

.coupon-slide .slick-list {
    margin-right: -30px;
}

#couponslidewrap .slick-prev,
#couponslidewrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 0;
    z-index: 9997;
}

#couponslidewrap .slick-next {
    background: url(/image/s_slide_r_ar.png);
    background-size: cover;
}

#couponslidewrap .slick-prev {
    background: url(/image/s_slide_l_ar.png);
    background-size: cover;
    left: 8.5%;
}


@media screen and (max-width: 800px) {

    #couponslidewrap {
        padding: 40px 0;
    }

    #couponslidewrap ul {
        margin-top: 30px;
    }
#couponslidewrap ul li a:hover{
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

#couponslidewrap ul li a:hover{
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
    #couponslidewrap .sub_tit {
        display: block;
        width: 100%;
        margin-top: 5px;
    }


    #couponslidewrap .ichiran_btn {
        float: none;
        position: absolute;
        right: 15px;
        top: 0;
        width: 125px;
        height: 30px;
        color: #101010;
        font-size: 13px;
        padding: 9px 0 0;
        border-radius: 15px;
        text-align: center;
    }

    #couponslidewrap .ichiran_btn:before {
        display: none;
    }


    .coupon-slider .slick-slide {
        margin-right: 15px;
    }

    .coupon-slider .slick-list {
        margin-right: -15px;
    }


    #couponslidewrap .text_area h3 {
        font-size: 14px;
        line-height: 21px;
    }

    #couponslidewrap .text_area p {
        /*width: 40px;*/
        font-size: 12px;
        line-height: 12px;
    }

    #couponslidewrap .text_area .tenpo {
        width: calc(100% - 40px);
        padding-left: 16px;
    }

    #couponslidewrap .text_area .tenpo:before {
        left: 4px;
        top: 0;
    }
}



/* ==========================================================================
	feature
========================================================================== */

#feature {
    padding: 60px 0 35px;
}

.feature_list ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.feature_list ul li {
    width: 22.5%;
    margin-bottom: 40px;
    position: relative;
    margin-right: 3%;
}

.feature_list ul li:nth-child(4n) {
    margin-right: 0;
}

.feature_list ul li .img_area{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.feature_list ul li .img_area:before{
    content:"";
    display: block;
    padding-top: 100%;
}
.feature_list ul li .img_area img {
    border-radius: 5px;
    transition: transform .3s ease;
}

.feature_list ul li a:hover img{
    transform: scale(1.05);
    transition: transform .3s ease;
}
.feature_list ul li a {
    display: block;
}

.feature_list ul li a h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    margin: 19px 0 10px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.feature_list ul li a p {
    font-size: 15px;
    line-height: 26px;
    color: #101010;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}



.feature_list ul li a:hover h3,
.feature_list ul li a:hover p {
    color: #ee780f;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}



@media screen and (max-width : 800px) {

    #feature {
        padding: 30px 0 15px;
    }

    .feature_list ul li {
        width: 48%;
        margin-bottom: 20px;
        position: relative;
        margin-right: 4%;
    }

    .feature_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .feature_list ul li a h3 {
        font-size: 17px;
        line-height: 22px;
        margin: 10px 0 2px;
    }

    .feature_list ul li a p {
        font-size: 14px;
        line-height: 26px;
    }

.feature_list ul li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
    
    }

}



/* ==========================================================================
	shosai_box
========================================================================== */
.shosai_box {
    position: relative;
    width: calc(100% - 60px);
    width: 92.3%;
    max-width: 1300px;
    margin: -170px auto 60px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    z-index: 50;
    padding-top: 60px;
}

.shosai_box .box_inr {
    max-width: 1000px;
}

.shosai_box.feature_s .box_inr,
.shosai_box.writer_s .box_inr {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

/*--feature_s--*/
.shosai_box.feature_s .box_inr .img_area {
    width: 270px;
}

.shosai_box.feature_s .box_inr .img_area img {
    border-radius: 10px;
}

.shosai_box.feature_s .box_inr .text_area {
    width: calc(100% - 320px);
    padding-top: 10px;
}

.shosai_box.feature_s .box_inr .text_area h2 {
    font-size: 24px;
    font-weight: bold;
}

.shosai_box.feature_s .box_inr .text_area p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}


/*--keyword--*/
.shosai_box.keyword .keyword_list {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 10px 20px 20px 20px;
    border: 3px solid #101010;
    text-align: center;
    background: #fff;
}

.shosai_box.keyword .keyword_list:before {
    content: "";
    display: block;
    width: 182px;
    height: 38px;
    position: absolute;
    left: -4px;
    top: -17px;
    background: url(/image/keyword_b_icon.png);
    background-size: cover;
}

.shosai_box.keyword .keyword_list span {
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
}

.shosai_box.keyword p {
    font-size: 16px;
    line-height: 28px;
    margin: 25px auto 0;
    max-width: 900px;


}



/*--writer_s--*/
.shosai_box.writer_s .box_inr .img_area {
    width: 280px;
}

.shosai_box.writer_s .box_inr .img_area img {
    border-radius: 50%;
}

.shosai_box.writer_s .box_inr .text_area {
    position: relative;
    width: calc(100% - 330px);
    padding-top: 20px;
}

.shosai_box.writer_s .box_inr .text_area h2 {
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: auto;
    float: left;
}

.shosai_box.writer_s .box_inr .text_area .en {
    font-size: 12px;
    display: block;
    width: auto;
    color: #909090;
    margin: 7px 0px 0 18px;
    float: left;
}

.shosai_box.writer_s .box_inr .text_area .ken {
    display: block;
    width: 70px;
    padding: 5px 0;
    text-align: center;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration:none;
    float: left;
    margin-left: 30px;
}

.shosai_box.writer_s .box_inr .text_area .ken.kumamoto{
    background: #e75642;
    
}

.shosai_box.writer_s .box_inr .text_area .ken.kagoshima{
    background: #212121;
}


.shosai_box.writer_s .box_inr .text_area .ken.saga{
    background: #eab32f
}

.shosai_box.writer_s .box_inr .text_area .ken.nagasaki{
    background: #5986d9;
}


.shosai_box.writer_s .box_inr .text_area .ken.fukuoka{
    background: #fff;
    border: 2px solid #101010;
    color: #101010;
}

.shosai_box.writer_s .box_inr .text_area .ken.ooita{
    background: #58a749;
}


.shosai_box.writer_s .box_inr .text_area .ken.miyazaki{
    background: #f29c2e;
}


.shosai_box.writer_s .box_inr .text_area .ken.kyushu{
    background: #d85656;
}


.shosai_box.writer_s .box_inr .text_area .ken.q{
    width: 90px;
    background: linear-gradient(90deg, #f5d760, #e68282);
}








.shosai_box.writer_s .box_inr .text_area p {
    font-size: 16px;
    line-height: 28px;
    margin: 22px 0 22px;
}

.shosai_box.writer_s .box_inr .text_area .shosai_link {
    position: relative;
    display: block;
    width: 320px;
    height: 60px;
    padding: 20px 0 0 25px;
    border-radius: 5px;
    border: 2px solid #101010;
    box-sizing: border-box;
    font-size: 15px;
    color: #202020;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 40px;
}

.shosai_box.writer_s .box_inr .text_area p.shosai_link {
    background: #f8f8f8;
    border-color: #f8f8f8;
    line-height: 15px;
    margin: 0 40px 0 0;
}

.shosai_box.writer_s .box_inr .text_area a.shosai_link:hover {

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #999999;
    color: #000;
    opacity: 100;

}


.shosai_box.writer_s .box_inr .text_area .shosai_link:before {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background: url(../image/w_slink_icon.png);
    background-size: cover;
}

.shosai_box.writer_s .box_inr .text_area p.shosai_link:before {
    background-image: url(../image/w_slink_gicon.png);
}

.shosai_box.writer_s .box_inr .text_area ul {
    width: 210px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin: 12px 0 0 0;
}

.shosai_box.writer_s .box_inr .text_area ul li {
    width: 38px;
    position: relative;
}

.shosai_box.writer_s .box_inr .text_area ul li a,
.shosai_box.writer_s .box_inr .text_area ul li p {
    margin: 0;
    line-height: auto;
    display: block;
    width: 100%;
    border-radius: 50%;
}

.shosai_box.writer_s .box_inr .text_area ul li p {
    width: 38px;
    height: 38px;
    background: #a4a4a4;
}


.shosai_box.writer_s .box_inr .text_area ul li a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    position: relative;
}

.shosai_box.writer_s .box_inr .text_area ul li a:before,
.shosai_box.writer_s .box_inr .text_area ul li p:before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 38px;
    background-size: cover;
}

.shosai_box.writer_s .box_inr .text_area ul li.you a {
    background: #fb4138;
}

.shosai_box.writer_s .box_inr .text_area ul li.you a:before,
.shosai_box.writer_s .box_inr .text_area ul li.you p:before {
    background-image: url(/image/footer_you_icon.png);
}


.shosai_box.writer_s .box_inr .text_area ul li.fb a {
    background: #366ed5;
}

.shosai_box.writer_s .box_inr .text_area ul li.fb a:before,
.shosai_box.writer_s .box_inr .text_area ul li.fb p:before {
    background-image: url(/image/footer_fb_icon.png);
}

.shosai_box.writer_s .box_inr .text_area ul li.twi a {
    background: #55b2f9;
}

.shosai_box.writer_s .box_inr .text_area ul li.twi a:before,
.shosai_box.writer_s .box_inr .text_area ul li.twi p:before {
    background-image: url(/image/footer_twi_icon.png);
}

.shosai_box.writer_s .box_inr .text_area ul li.insta a {
    background: linear-gradient(131deg, #ffdc37, #ffc600 24%, #de0caa);
}

.shosai_box.writer_s .box_inr .text_area ul li.insta a:before,
.shosai_box.writer_s .box_inr .text_area ul li.insta p:before {
    background-image: url(/image/footer_insta_icon.png);
}






@media screen and (max-width : 800px) {
    .shosai_box {
        width: calc(100% - 30px);
        margin: -80px auto 30px;
        border-radius: 5px 5px 0 0;
        padding-top: 30px;
    }

    /*--feature_s--*/
    .shosai_box.feature_s .box_inr .img_area {
        width: 77%;
        margin: 0 auto;
    }

    .shosai_box.feature_s .box_inr .text_area {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding-top: 28px;
    }

    .shosai_box.feature_s .box_inr .text_area h2 {
        font-size: 21px;
        text-align: center;
    }

    .shosai_box.feature_s .box_inr .text_area p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 20px;
    }

    /*--keyword--*/
    .shosai_box.keyword .keyword_list {
        padding: 15px;
        border-radius: 5px 10px 10px 10px;
    }

    .shosai_box.keyword .keyword_list:before {
        width: 117px;
        height: 24px;
        left: -2px;
        top: -10px;
    }

    .shosai_box.keyword .keyword_list span {
        display: inline-block;
        margin: 0 5px;
        font-size: 14px;
    }

    .shosai_box.keyword p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 20px;
    }



    /*--writer_s--*/

    .shosai_box.writer_s .box_inr .img_area {
        width: 60%;
        margin: 0 auto;
    }

    .shosai_box.writer_s .box_inr .text_area {
        width: 100%;
        padding-top: 30px;
    }

    .shosai_box.writer_s .box_inr .text_area h2 {
        font-size: 21px width: 100%;
        float: none;
        text-align: center;
    }

    .shosai_box.writer_s .box_inr .text_area .en {
        font-size: 11px;
        display: block;
        width: 100%;
        margin: 7px 0 8px;
        float: none;
        text-align: center;
    }

    .shosai_box.writer_s .box_inr .text_area .ken {
        position: absolute;
        left: 0;
        right: 0;
        top: -13px;
        margin: auto;
        float: none;
    }


    .shosai_box.writer_s .box_inr .text_area p {
        font-size: 15px;
        line-height: 28px;
        margin: 0;
    }

    .shosai_box.writer_s .box_inr .text_area .shosai_link {
        position: relative;
        display: block;
        width: 100%;
        height: 55px;
        padding: 18px 0 0 20px;
        font-size: 14px;
        float: none;
        margin: 90px auto 0;
    }

    .shosai_box.writer_s .box_inr .text_area p.shosai_link {
        line-height: 14px;
        margin: 80px auto 0;
    }

    .shosai_box.writer_s .box_inr .text_area ul {
        width: 210px;
        float: none;
        position: absolute;
        bottom: 90px;
        left: 0;
        right: 0;
        margin: auto;
    }




}

/* ==========================================================================
	list
========================================================================== */

#list {
    padding: 70px 0 0;
/*
    background: #f8f8f8;
    */
}

#list.writer {
    padding-bottom: 80px;
}

.ichiran_btn {
    position: relative;
    display: block;
    float: right;
    text-align: center;
    width: 210px;
    height: 40px;
    color: #101010;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 0 0;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f5d760, #f1c269);
    box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, .8);
    border-radius: 20px;
    z-index:20;
}
.ichiran_btn:hover{
    opacity:.7;
    box-shadow:none;
}

.ichiran_btn:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background: url(/image/list-link-icon.png);
    background-size: cover;
}



@media screen and (max-width : 800px) {

    #list {
        padding: 40px 0 0;
        /*
        background: #f8f8f8;
        */

    }

    #list.writer {
        padding-bottom: 40px;
    }

    .ichiran_btn {
        float: none;
        position: absolute;
        right: 15px;
        top: 0;
        width: 125px;
        height: 30px;
        color: #101010;
        font-size: 13px;
        padding: 9px 0 0;
        border-radius: 15px;
        text-align: center;
    }

    .ichiran_btn:before {
        display: none;
    }

    #list .box_inr {
        padding-bottom: 20px;
    }

}

/* ==========================================================================
	writer
========================================================================== */
#writer {
    padding: 60px 0 40px;
}

.writer_list ul {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.writer_list li {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 40px;
}

.writer_list li:nth-child(5n) {
    margin-right: 0;
}

.writer_list li a {
    display: block;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    border-radius: 5px;
    padding: 30px 15px;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(141, 141, 141, 0.1);
    -moz-box-shadow: 4px 4px 10px 0px rgba(141, 141, 141, 0.1);
    box-shadow: 4px 4px 10px 0px rgba(141, 141, 141, 0.1);
}

.writer_list li a .img_area {
    width: 100%;
    max-width: 146px;
    margin: 0 auto;
}

.writer_list li a .img_area img {
    border-radius: 50%;
    width: 100%;
    height:auto;

}

.writer_list li a h3 {
    font-size: 18px;
    color: #101010;
    margin: 15px 0 7px;
}

.writer_list li a p {
    font-size: 12px;
    color: #909090;
}
.writer_list li a p.en{
    text-transform: uppercase;
}

@media screen and (max-width : 800px) {
    #writer {
        padding: 40px 0 15px;
    }

    .writer_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .writer_list li:nth-child(5n) {
        margin-right: 4%;
    }

    .writer_list li:nth-child(2n) {
        margin-right: 0;
    }

    .writer_list li a {
        padding: 20px 10px;
    }

    .writer_list li a .img_area img {
        border-radius: 50%;

    }

    .writer_list li a h3 {
        font-size: 15px;
        margin: 12px 0 4px;
    }

    .writer_list li a p {
        font-size: 10px;
    }

}

/* ==========================================================================
	video
========================================================================== */
#video {
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;

}

.tab_list {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.tab_list li {
    width: calc(100% / 8);
    position: relative;
}

.tab_list li:first-child.this {
    border-radius: 10px 0 0 10px;
}

.tab_list li:first-child a {
    border-radius: 10px 0 0 10px;
}

.tab_list li:last-child.this {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.tab_list li:last-child a {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}




.tab_list li.this,
.tab_list a {
    display: block;
    padding: 17px 0;
    text-align: center;
    font-size: 16px;
}

.tab_list .this {
    background: linear-gradient(90deg, #f2cd38, #e06363);
    color: #fff;
}

.tab_list .this:before {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: auto;
    background: url(../image/tab_list_this_icon.png);
    background-size: cover;
}


.tab_list li a {
    background: #f2f2f2;
    color: #101010;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}

.tab_list li a:hover {
    color: #fff;
    /*  background: linear-gradient(90deg, #f2cd38,#e06363);*/
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
    opacity: 100;
}

.tab_list li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(90deg, #f2cd38, #e06363);
    opacity: 0;
}

.tab_list li:last-child a:before {
    border-radius: 0 10px 10px 0;

}

.tab_list li a:hover:before {
    opacity: 100;

}




/*videos*/
.videos {
    position: relative;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;

}

.videos .list_link {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 40px;
    display: block;
    margin-bottom: 40px;
}

.videos .list_link:nth-child(4n) {
    margin-right: 0;
}

.videos .list_link .videoBox {
    display: block;
    width: 100%;
    box-sizing: border-box;

}

.videos .list_link .videoBox a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.videos .list_link .videoBox a:hover {

    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}

.videos .list_link .videoBox a .img_area {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
}

.videos .list_link .videoBox a .img_area:before {
    content: "";
    display: block;
    padding-top: 62.5%;
}

.videos .list_link .videoBox a .img_area:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.videos .list_link .videoBox a .img_area span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/play_icon.png);
    background-size: cover;
}

.videos .list_link .videoBox a .img_area p.en {
    display: block;
    position: absolute;
    width: 80px;
    height: 40px;
    padding-top: 13px;
    background: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    z-index: 10;
}

.videos .list_link .videoBox a p.title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 13px 0 14px;
    color: #101010;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}


.videos .list_link .videoBox a span {
    font-size: 15px;
    color: #949494;
    display: inline-block;
    position: relative;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.videos .list_link .videoBox a span.day {
    font-weight: bold;
    /*padding-left: 34px;*/
}

/*.videos .list_link .videoBox a span.day:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    left: 16px;
    top: 0px;
    background: url(../image/k_line2.png);
    background-size: cover;
}*/

.videos .list_link .videoBox a span.feature{
    padding-right: 34px;
}

.videos .list_link .videoBox a span.feature:after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 1px;
    background: url(../image/k_line2.png);
    background-size: cover;
}

.videos .list_link .videoBox a:hover p.title,
.videos .list_link .videoBox a:hover span {
    color: #eb914c;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.videos .list_link .kiji_link {
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(90deg, #f5d760, #f1c269);
    padding: 10px 0 0 15px;
    text-align: center;
    box-sizing: border-box;
    color: #101010;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin: 25px 0 0;
}

.videos .list_link .kiji_link:before {
    content: "";
    display: block;
    width: 35px;
    height: 40px;
    position: absolute;
    left: 16px;
    bottom: 0;
    background: url(../image/top_videos_linkicon);
    background-size: cover;
}


@media screen and (max-width : 800px) {


    #video {
        padding: 30px 0 0;
        position: relative;
        overflow: auto;
    }

    #video .box_inr {
        padding: 0;
    }

    .tab_list {
        margin-bottom: 30px;
    }

    .tab_list li {
        width: 25%;
        box-sizing: border-box;
    }

    .tab_list li {
        border-left: 1px solid #fff;
        margin-bottom: 1px;
    }

    .tab_list li:first-child,
    .tab_list li:nth-child(5) {
        border-left: 0;
    }

    .tab_list li:first-child.this,
    .tab_list li:first-child a,
    .tab_list li:last-child.this,
    .tab_list li:last-child a {
        border-radius: 0;
    }

    .tab_list li.this,
    .tab_list a {
        padding: 12px 0;
        font-size: 15px;
    }

    .tab_list .this:before {
        display: none;
    }

    .tab_list li:last-child a:before {
        border-radius: 0;
    }

    /*videos*/
    .videos {
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 10px;

    }

    .videos .list_link {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .videos .list_link .videoBox a:hover{
        
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
    }

    .videos .list_link .videoBox a .img_area span {
        width: 45px;
        height: 45px;
        box-sizing: border-box;
    }

    .videos .list_link .videoBox a .img_area p.en {
        width: 65px;
        height: 30px;
        padding-top: 8px;
        font-size: 15px;
    }

    .videos .list_link .videoBox a p.title {
        font-size: 17px;
        margin: 13px 0 12px;
    }


    .videos .list_link .videoBox a span {
        font-size: 12px;
    }

/*    .videos .list_link .videoBox a span.day {
        padding-left: 30px;
    }

    .videos .list_link .videoBox a span.day:before {
        width: 3px;
        height: 13px;
        left: 13px;
        background-image: url(../image/k_line.png);
    }*/
    .videos .list_link .videoBox a span.feature {
        padding-right: 30px;
    }

    .videos .list_link .videoBox a span.feature:after {
        width: 3px;
        height: 13px;
        right: 13px;
        top: 0;
        background-image: url(../image/k_line.png);
    }

    .videos .list_link .kiji_link {
        display: block;
        width: 100%;
        height: 35px;
        border-radius: 5px;
        background: linear-gradient(90deg, #f5d760, #f1c269);
        padding: 10px 0 0 15px;
        text-align: center;
        box-sizing: border-box;
        color: #101010;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        margin: 25px 0 0;
    }

    .videos .list_link .kiji_link:before {
        left: calc(50% - 110px);
    }

}





/* ==========================================================================
	coupon
========================================================================== */

#coupon {
    position: relative;
    background: #fff;
    padding: 60px 0 00px;
}

.coupon_list {
    margin-top: 60px;
    margin-bottom: 50px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coupon_list li {
    width: 31.6%;
    margin-right: 2.6%;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
}
/*.coupon_list li {
    width: 31.6%;
    margin-right: 2.6%;
    margin-bottom: 30px;
}*/


.coupon_list li:nth-child(3n) {
    margin-right: 0;
}

.coupon_list li a {
	height: 100%;
    position: relative;
    display: block;
    padding: 20px 20px 60px;
    box-sizing: border-box;
}

/*.coupon_list li a {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 60px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
}*/

.coupon_list li.end a {
    background: #f7f7f7;
    opacity: 0.6;
    box-shadow: none;
}

.coupon_list li.end a:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    background: url(../image/coupon_end.png);
    background-size: cover;
    z-index: 10;
}

.coupon_list li.new a:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    background: url(../image/coupon_new.png);
    background-size: cover;
    z-index: 10;
}

.coupon_list li a:after {
    content: "";
    display: block;
    clear: both;
}

.coupon_list li .img_area {
    width: 43%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    float: left;
}

.coupon_list li .img_area:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.coupon_list li .img_area img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.coupon_list li .text_area {
    width: calc(57% - 20px);
    float: right;
}

.coupon_list li .text_area:after {
    content: "";
    display: block;
    clear: both;
}

.coupon_list li a .text_area h3 {
    font-size: 17px;
    line-height: 24px;
    color: #101010;
    font-weight: bold;
    margin-bottom: 5px;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.coupon_list li a:hover .text_area h3{
    color: #eb914c;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.coupon_list li .text_area p {
    font-size: 14px;
    line-height: 20px;    
    color:#949494;

    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.coupon_list li .text_area p span{
	display: block;
}

.coupon_list li .text_area .pref{
	width: 3.4em;
}

.coupon_list li .text_area .length4 .pref{
    width: 5em;
}

.coupon_list li .text_area .tenpo{
    font-weight: bold;
    width: calc(100% - 3.4em);
    margin-left: 4px;
    padding-left: 8px;
    background:url(../image/k_line2.png) no-repeat 0 4px;
    background-size: 2px;
}

.coupon_list li .text_area .length .tenpo{
    width: calc(100% - 5em);
}

/*.coupon_list li .text_area .pref:after{
    content: "";    
    display: block;
    width: 2px;
    height: 12px;
    margin-left: 6px;
    top:2px;
    background:url(../image/k_line2.png);
    background-size:auto 100%;
}
*/

/*.coupon_list li .text_area p {
    font-size: 14px;
    line-height: 20px;    
    color:#949494;
    display:inline-block;
    position: relative;
    padding-right:24px;
}
.coupon_list li .text_area p:before{
    content: "";    
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    right:10px;
    top:4px;
    background:url(../image/k_line2.png);
    background-size:cover;
}
 
.coupon_list li .text_area .tenpo {
    font-weight: bold;
    height: 15px;
    padding-right:24px;
}

.coupon_list li .text_area .tenpo:before {
    display:none;
}*/

.coupon_list li h4 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background: #f2c767;
    font-size: 16px;
    color: #101010;
}

.coupon_list li h4 span {
    font-weight: bold;
}

.coupon_list li.end h4 {
    background: #dddddd;
}


@media screen and (max-width : 1050px) {

    .coupon_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .coupon_list li:nth-child(3n) {
        margin-right: 4%;
    }

    .coupon_list li:nth-child(2n) {
        margin-right: 0;
    }


}



@media screen and (max-width : 800px) {
    #coupon {
        padding-top: 30px;
    }

    #coupon .box_inr {
        padding: 0;
    }

    .coupon_list {
        margin-top: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }

}

@media screen and (max-width : 650px) {

    .coupon_list {
        margin-bottom: 20px;
    }

    .coupon_list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .coupon_list li a:hover{
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

    .coupon_list li a {
        padding: 15px 15px 45px;
    }

    .coupon_list li.end a:before,
    .coupon_list li.new a:before {
        width: 60px;
        height: 60px;
    }

    .coupon_list li .img_area {
        width: 35%;
    }

    .coupon_list li .text_area {
        width: calc(65% - 15px);
    }

    .coupon_list li .text_area h3 {
        font-size: 14px;
        line-height: 21px;
    }


.coupon_list li .text_area .pref{
	width: 3.2em;
}
.coupon_list li .text_area .tenpo{
    width: calc(100% - 3.2em);
}



/*    .coupon_list li .text_area p {
        font-size: 12px;
        line-height: 12px;
    }
    .coupon_list li .text_area p:before{        
        right: 6px;
        top: 0;
    }

    .coupon_list li .text_area .tenpo {
        padding-left: 0;
        height:10px;
    }
*/
    .coupon_list li .text_area .tenpo:before {
    }

    .coupon_list li h4 {
        padding: 10px 0;
        border-radius: 0 0 10px 10px;
        font-size: 13px;
    }

}

/* ==========================================================================
	kiji
========================================================================== */
#kiji_wrap .box_inr {
    position: relative;
    padding-top: 100px;
    margin-bottom: 80px;
    max-width:1200px;
}

#kiji_wrap .box_inr:after {
    content: "";
    display: block;
    clear: both;
}

.kiji_area {
    position: relative;
    width: 840px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
    padding: 50px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 110px;
}

.kiji_area:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #f2cd38, #e06363);
}
/*
.kiji_area:after {
    content: "";
    display: block;
    position: absolute;
    left: 28px;
    top: -88px;
    width: 262px;
    height: 88px;
    background-size: cover;
}
#kiji_wrap .box_inr.kyushu .kiji_area:after{
    background-image: url(../image/kiji_illust_kyushu.png);
}
#kiji_wrap .box_inr.kumamoto .kiji_area:after{
    background-image: url(../image/kiji_illust_kumamoto.png);
}

#kiji_wrap .box_inr.saga .kiji_area:after{
    background-image: url(../image/kiji_illust_saga.png);
}

#kiji_wrap .box_inr.nagasaki .kiji_area:after{
    background-image: url(../image/kiji_illust_nagasaki.png);
}

#kiji_wrap .box_inr.fukuoka .kiji_area:after{
    background-image: url(../image/kiji_illust_fukuoka.png);
}

#kiji_wrap .box_inr.kagoshima .kiji_area:after{
    background-image: url(../image/kiji_illust_kagoshima.png);
}

#kiji_wrap .box_inr.ooita .kiji_area:after{
    background-image: url(../image/kiji_illust_ooita.png);
}

#kiji_wrap .box_inr.miyazaki .kiji_area:after{
    background-image: url(../image/kiji_illust_miyazaki.png);
}

#kiji_wrap .box_inr.coupon .kiji_area:after{
    background-image: url(../image/kiji_illust_coupon.png);
}
*/




.kiji_area .tag_area {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kiji_area .tag_area span {
    font-size: 15px;
    color: #949494;
    display: inline-block;
    position: relative;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.kiji_area .tag_area span a{
    font-size: 15px; 
    line-height: 15px;
    text-decoration:none;
    color: #949494;
    display: inline-block;
    
}

.kiji_area .tag_area span.day {
    font-weight: bold;
   /* padding: 0 0 0 34px;*/
    margin-right: 25px;
}

/*.kiji_area .tag_area span.day:before {
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    position: absolute;
    left: 16px;
    top: 0px;
    background: url(../image/k_line.png);
    background-size: cover;
}*/

.kiji_area .tag_area span.feature{
    padding-right: 34px;
}

.kiji_area .tag_area span.feature:before {
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 0px;
    background: url(../image/k_line.png);
    background-size: cover;
}

.kiji_area .categorys{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    box-sizing:border-box;
    margin-right: 10px;
}
.kiji_area .categorys:before{
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
    background: url(../image/2022/link_ken_pin.png);
    background-size: cover;
    
}
.kiji_area a.ken {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    margin: 0 8px 0 0;
    font-size: 15px;
    color: #020202;
    border-bottom: 1px solid #020202;
    transition: color .3s ease,border .3s ease;
    box-sizing: border-box;
    font-weight: 400;
    text-decoration: none;
}
.kiji_area a.ken:hover{
    color: #e9463a;
}
.kiji_area a.ken:before{
}
/*
.kiji_area a.ken:after{
    content:"、";    
    display:block;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    right: -5px;
    top: 0;
}*/
.kiji_area .tag_area span.day{
    margin-left: 10px;
}
.kiji_area .tag_area span.day:before{
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    left: -13px;
    top: 0px;
    background: url(../image/k_line.png);
    background-size: cover;
    
}
/*
#kiji_wrap .box_inr .kiji_area .ken.kumamoto{
    background: #e75642;
}

#kiji_wrap .box_inr .kiji_area .ken.kagoshima{
    background: #212121;
}


#kiji_wrap .box_inr .kiji_area .ken.saga{
    background: #eab32f
}

#kiji_wrap .box_inr .kiji_area .ken.nagasaki{
    background: #5986d9;
}


#kiji_wrap .box_inr .kiji_area .ken.fukuoka{
    background: #fff;
    border: 2px solid #101010;
    color: #101010;
    padding-top: 3px;
}

#kiji_wrap .box_inr .kiji_area .ken.ooita{
    background: #58a749;
}

#kiji_wrap .box_inr .kiji_area .ken.miyazaki{
    background: #f29c2e;
}
*/




.kiji_area h1 {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    margin: 15px 0 40px;
}

.kiji_area .keyword {
    position: relative;
    width: 100%;
    margin: 20px auto 40px;
    box-sizing: border-box;
}

.kiji_area .keyword a {
    display: inline-block;
    margin-right: 14px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #101010;
    transition: color .3s ease;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: 400;
}
.kiji_area .keyword a:hover{
    color: #e9463a;
}
.kiji_area .keyword a span{
    color: #e9463a;
    font-weight: 500;
}

.kiji_area img {
    margin-bottom: 20px;
    height:auto;
    width:auto;
    max-width:100%;
}

.kiji_area h2 {
    position: relative;
    padding: 21px 30px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 28px;
    line-height: 38px;
    background: linear-gradient(90deg, #f2cd38, #e06363);
    margin-bottom: 27px;
}

.kiji_area h2 span{font-weight:bold !important;}
.kiji_area h2 span span{font-weight:bold !important;}
.kiji_area h2:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kiji_area h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 27px;
}

.kiji_area iframe{max-width:100%;}
.kiji_area h3 span{font-weight:bold;}
.kiji_area h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 24px;
    margin-bottom: 27px;
}

.kiji_area h4:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(160deg, #f2cd38, #e06363);
}

.kiji_area h5 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    padding-left: 50px;
    margin-bottom: 32px;
    color: #e06363;
    font-weight: bold;
}

.kiji_area h5:before {
    content: "-----";
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #e06363;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;

}

.kiji_area p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}

.kiji_area span.underline {
    display: inline;
    /*
    font-size: 16px;
    */
    line-height: 28px;
    color: #101010;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, #ffd952), to(#ffd952));
    background: -webkit-linear-gradient(#fff 60%, #ffd952 40%, #ffd952);
    background: linear-gradient(#fff 60%, #ffd952 40%, #ffd952);
}

.kiji_area a,
.kiji_area p a {
    color: #e06363;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    text-decoration: underline;

}

.kiji_area blockquote {
    padding: 20px 25px;
    box-sizing: border-box;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 27px;
}

.kiji_area blockquote p {
    margin-bottom: 0;
}


.kiji_area ul {
    position: relative;
    margin-bottom: 25px;
    box-sizing: border-box;
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/

}

.kiji_area ul li {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    list-style-type: none !important;
    padding-left: 20px;
}

.kiji_area ul li:before {
    position: absolute;
    content: "・";
    color: #e26d5f;
    display: inline-block;
    font-size: 16px;
    left: 0;
    line-height: 32px;
    font-weight: bold;
}


.kiji_area ol {
    position: relative;
    margin-bottom: 25px;
    box-sizing: border-box;
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/

}

.kiji_area ol li {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    list-style-type: none !important;
    padding-left: 20px;
}

.kiji_area ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number)')';
    /*以下数字のデザイン変える*/
    display: inline-block;
    color: #e26d5f;
    font-size: 16px;
    left: 0;
    line-height: 32px;
    font-weight: bold;
}






.kiji_area .read {
    font-size: 18px;
    line-height: 32px;
}

.kiji_area .contents_link,
.kiji_area .toc_list{
    position: relative;
    margin: 80px 0 80px;
    padding: 20px 15px;
    box-sizing: border-box;
    border-top: 3px solid #101010;
    border-bottom: 3px solid #101010;
    list-style-type: decimal-leading-zero;
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
}

.kiji_area .contents_link:before,
.kiji_area .toc_list:before{
    content: "";
    width: 180px;
    height: 53px;
    position: absolute;
    left: 0;
    top: -28px;
    background: url(../image/contents_link_text.jpg);
    background-size: cover;
}


.kiji_area .contents_link li,
.kiji_area .toc_list li{
    position: relative;
    line-height: 26px;
    font-size: 16px;
    list-style-type: none !important;
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #e0e0e0;
}


.kiji_area .toc_list li ul li{
     padding:0;
    border:none;
}

.kiji_area .toc_list li ul{
    margin-bottom: 0;
}

.kiji_area .contents_link li:last-child
.kiji_area .toc_list li:last-child{
    border-bottom: none !Important;
}
.toc_list li:last-child{border:none !Important;}

.kiji_area .contents_link li:before,
.kiji_area .toc_list li:before{
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number !Important;
    content: counter(number)'.';
    /*以下数字のデザイン変える*/
    display: inline-block;
    color: #2c2c2c !Important;
    font-weight: 500;
    font-size: 16px;
    left: 0;
    line-height: 26px;
    font-weight: bold;
}


.kiji_area .toc_list li ul li:before{
    display:none;
}


.kiji_area .contents_link li a,
.kiji_area .toc_list li ul li a{
    position: relative;
    padding-left: 5px;
    color: #101010 !Important;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
}

.kiji_area .contents_link li a:before,
.kiji_area .toc_list li ul li a:before{
    content: "…　";
    display: inline;
    font-size: 16px;
    color: #101010;
}

.kiji_area .contents_link li a:first-child,
.kiji_area .toc_list li a{
    color: #e06363;
    padding-left: 0;
    text-decoration:none;
}

.kiji_area .contents_link li a:first-child:before,
.kiji_area .toc_list li a:first-child:before{
    display: none;
}

.kiji_area .toc_list li ul li a:before{
    content: "…　";
    display: inline !important;
    font-size: 16px;
    color: #101010;
}

.kiji_area .ad_medium {
    position: relative;
    width: 100%;
    margin: 48px 0 50px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kiji_area .ad_medium img{margin-bottom: 0;}

.kiji_area .ad_medium a {
    display: block;
    width: 47.6%;
}

.kiji_area .ad_big {
    margin-top: 60px;
}



.kiji_area .link_btn01 {
    display: inline-block;
    position: relative;
    padding: 20px 50px 20px 27px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    margin-bottom:0px;
    width: 100%;
    max-width: 360px;
    min-height: 60px;
    border: 2px solid #e06363;
    border-radius: 5px;
    background: #fff;
    color: #e06363;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: none;
    -moz-transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
    -o-transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
}

.kiji_area .link_btn01:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../image/kiji_link_icon01.png);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.kiji_area .link_btn02 {
    display: inline-block;
    position: relative;
    padding: 20px 50px 20px 27px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 360px;
    min-height: 60px;
    border: 2px solid #101010;
    border-radius: 5px;
    background: #fff;
    color: #101010;
    vertical-align: middle;
    text-decoration: none;
    -moz-transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
    -o-transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
}

.kiji_area .link_btn02:before {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    background: url(../image/kiji_link_icon02.png);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.kiji_area .link_btn01:hover,
.kiji_area .link_btn02:hover {
    background: #fafafa;
    border-color: #fafafa;
    opacity: 0.6;
    -moz-transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
    -o-transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
}

.kiji_area .link_btn {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    min-width: 400px;
    text-decoration: none;
    padding-right: 85px;
    margin-bottom: 25px;
}

.kiji_area .quotation_link {
    display: block;
    position: relative;
    border-radius: 5px;
    border: 2px solid #e26d5f;
    padding: 38px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.kiji_area .quotation_link_noimg {
    display: block;
    position: relative;
    border-radius: 5px;
    border: 2px solid #e26d5f;
    padding: 45px 38px 38px;
    box-sizing: border-box;
    margin-bottom: 50px;
    text-decoration: none;
}

.kiji_area .quotation_link:before,
.kiji_area .quotation_link_noimg:before {
    content: "";
    display: block;
    width: 100px;
    height: 44px;
    position: absolute;
    left: 20px;
    top: -23px;
    background: url(../image/quotation_icon.jpg);
    background-size: cover;
}

.kiji_area .quotation_link:after {
    content: "";
    display: block;
    clear: both;
}

.kiji_area .quotation_link .img_area {
    width: 230px;
    height: auto;
    position: relative;
    border-radius: 5px;
    /*overflow: hidden;*/
    float: left;
}

.kiji_area .quotation_link .img_area img {
    /*
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    */
    border-radius: 5px;
    margin-bottom: 0;
}


.kiji_area .quotation_link .text_area {
    width: calc(100% - 260px);
    float: right;
}

.kiji_area .quotation_link .text_area p,
.kiji_area .quotation_link_noimg .text_area p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none !Important;
    color: #101010;
    margin-bottom: 5px;
}

.kiji_area .quotation_link .text_area span,
.kiji_area .quotation_link_noimg .text_area span {
    font-size: 15px;
    line-height: 15px;
    color: #949494;
    display: inline-block;
    position: relative;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.kiji_area .quotation_link .text_area span.day,
.kiji_area .quotation_link_noimg .text_area span.day {
    font-weight: bold;
    /*padding-left: 34px;*/
}

/*.kiji_area .quotation_link .text_area span.day:before,
.kiji_area .quotation_link_noimg .text_area span.day:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    left: 16px;
    top: 1px;
    background: url(../image/k_line2.png);
    background-size: cover;
}*/

.kiji_area .quotation_link .text_area span.feature,
.kiji_area .quotation_link_noimg .text_area span.feature {
    padding-right: 34px;
}

.kiji_area .quotation_link .text_area span.feature:after,
.kiji_area .quotation_link_noimg .text_area span.feature:after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 1px;
    background: url(../image/k_line2.png);
    background-size: cover;
}

.kiji_area .wp-video{
	width: auto !important;
}

.kiji_area .wp-video video{
	width: auto ;
	height: auto;
	max-width: 100%;
}

.wp-caption {
    margin: auto;
    width:100% !Important;
    max-width: 100%;
}

.wp-caption img {
    margin-bottom: 0;
}

.wp-caption-text {
    display: block;
    text-align: left;
    font-size: 14px !Important;
    line-height: 26px !Important;
    margin: 10px 0 0;
}
.comment_box .wp-caption-text{
    text-align:center !Important;
    margin-bottom:0 !Important;
    line-height:1.2 !important;
    font-size: 13px !important;
}



.comment_box {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.comment_box:after {
    content: "";
    display: block;
    clear: both;
}

.comment_box .icon {
    width: 80px;
    float: left;
    text-align: center;
}
.comment_box .icon p{
     margin-top: 5px;   
}

.comment_box .icon img {
    border-radius: 80px;
    border: 3px solid #000;
    box-sizing: border-box;
    margin-bottom: 0;
}


.fukidashi {
    position: relative;
    background: #fff;
    float: right;
    font-size: 16px;
    line-height: 26px;
    border: 3px solid #101010;
    border-radius: 15px;
    width: calc(100% - 105px);
    padding: 25px 30px;
    box-sizing: border-box;
}
.fukidashi p{
 margin-bottom:0 !Important;   
}

.fukidashi:after,
.fukidashi:before {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.fukidashi:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 8px 11px;
    margin-top: -11px;
}

.fukidashi:before {
    border-color: rgba(16, 16, 16, 0);
    border-right-color: #101010;
    border-width: 12px 15px;
    margin-top: -15px;
}



.details_box {
    position: relative;
    width: 100%;
    padding: 40px 0 0;
    box-sizing: border-box;
}

.details_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f5d760, #f1c269);
    position: absolute;
    left: 0;
    top: 0;

}

.details_box h3 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
    padding-left: 64px;
}

.details_box h3:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 0;
    background: url(../image/details_icon.png);
    background-size: cover;

}



.details_box table {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 30px;
    box-sizing: border-box;
   word-break: break-all;
   word-wrap: break-all;
    
    
}

.details_box table p{
     margin:0;   
}

.details_box th {
    width: 170px;
    padding: 13px 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    box-sizing: border-box;
    border-bottom: 2px solid #adadad;
}

.details_box td {
    width: calc(100% - 170px);
    padding: 13px 5px;
    font-size: 16px;
    line-height: 28px;
    box-sizing: border-box;
    border-bottom: 2px solid #e0e0e0;
}

.details_box .g_map {
    position: relative;
    padding-bottom: 48%;
    height: 0;
    margin: 40px 0 60px;
    overflow: hidden;
    border-radius: 5px;
}

.g_map iframe,
.g_map object,
.g_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sns_area {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 55px;
}

.sns_area a {
    position: relative;
    display: inline-block;
    padding: 10px 12px 10px 34px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px;
    border-radius:5px;
    box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1);
}

.sns_area .fb_share {background: #4469b0;}
.sns_area .fb_share:before{
    content:"";
    display: block;
    width: 9px;
    height: 16px;
    position: absolute;
    left:15px;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../image/fb_share_icon.png);
    background-size:cover;
}

.sns_area .twi_share {padding-left: 43px;background: #55b2f9;}
.sns_area .twi_share:before{
    content:"";
    display: block;
    width: 18px;
    height: 14px;
    position: absolute;
    left:15px;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../image/twi_share_icon.png);
    background-size:cover;
}
.sns_area .hatena_share{padding-left:40px;background:#00a4df;}
.sns_area .hatena_share:before{
    content:"";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left:10px;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../image/hatenabookmark-logomark.svg);
    background-size:cover;
}





.writer_box {
    position: relative;
    width: 100%;
    margin:60px auto;
    padding:60px 50px 50px;
    box-sizing:border-box;
    border:5px solid #101010;
    	-js-display: flex;
    	display:-webkit-box;
    	display: -webkit-flex;
    	display:-moz-box;
    	display:-ms-flexbox;
    	display: flex;
    	-webkit-justify-content: space-between;
        justify-content: space-between;
    	-webkit-flex-wrap: wrap;
    		-ms-flex-wrap: wrap;
    			flex-wrap: wrap;
}
.writer_box h3 {
    position: absolute;
    top:-10px;
    left:0;
    right:0;
    margin:auto;
    padding-left: 15px;
    box-sizing:border-box;
    width:400px;
    background:#fff;    
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
}
.writer_box h3:before{
     content:"";
    display: block;
    width: 17px;
    height: 32px;
    position: absolute;
    left: calc(50% - 125px);
    top: -4px;
    background:url(../image/writer_box_icon.png);
    background-size:cover;
}
.writer_box .img_area {
    width: 190px;
}
.writer_box .img_area img{
     border-radius:190px;
    margin-bottom: 0;
}
.writer_box .text_area {
    width: calc(100% - 225px);
    padding-top: 15px;
}
.writer_box h4 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    padding:0 10px 12px 10px;
    margin-bottom: 13px;
    border-bottom:1px solid #101010;
}
.writer_box h4:before{display:none;}
.writer_box p {
    font-size: 14px;
    line-height: 24px;
}
.writer_box .writer_link {
    position: relative;
    display: block;
    width: 100%;
    margin:30px auto 0;
    border-radius:5px;
    background:#101010;
    color:#fff;
    text-align: center;
    text-decoration:none;
    padding:11px 0;
}
.writer_box .writer_link:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/footer_info_linkar.png);
    background-size: cover;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
}



.kiji_area h2.b_tit {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    color:#101010;
    font-weight: bold;
    border-radius: 0;
    background: none;
    margin-bottom: 0;
    z-index:10;
}

.kiji_area h2.b_tit:before{display: none;}

.kiji_area .sub_tit {position: relative;font-size: 18px !Important;z-index:10;}




.kiji_area .s_kiji_list{
    margin-top: 40px;
    padding-bottom: 0;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.kiji_area .s_kiji_list li{
    position: relative;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 20px;
    padding-left: 0;
    z-index:10;
}

.kiji_area .s_kiji_list li:nth-child(3n){
    margin-right: 0%;
}

.kiji_area .s_kiji_list li:before{display:none;}
.kiji_area .s_kiji_list li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
}

.kiji_area .s_kiji_list li h3 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom:0;
    margin:10px 0 5px;
}
.kiji_area .s_kiji_list li p{
    line-height: 15px;
    margin-bottom: 0;
}
.kiji_area .s_kiji_list li a .img_area{
    position: relative;
    overflow: hidden;
    border-radius:5px;
    margin-bottom: ;
}
.kiji_area .s_kiji_list li a .img_area:before{
    content:"";
    display: block;
    padding-top: 100%;
}
.kiji_area .s_kiji_list li a .img_area span {line-height:16px;}




.kiji_area .s_kiji_list li a :hover img{
    transform:scale(1.05);
    transition:transform .3s ease;
}

.kiji_area .s_kiji_list li a:hover h3,
.kiji_area .s_kiji_list li a:hover p{
    color:#e9463a;
    transition:color .3s ease;

}
.kiji_area .s_link_btn{
    bottom: -110px;
    left: 0;
    right: 0;
    top: auto;
    /* text-align: center; */
    margin: auto;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

.movie-box {
  width: 100%;
  margin: 0 auto 40px;
}

.movie-inner {
  position: relative;
  width: 100%;
  padding-top: 55%;
}

.movie-inner .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: cover;
      z-index: 2;
}

.movie-inner .thumb:before{
    content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background:rgba(0,0,0,.4);
        
    }
.movie-inner .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 74px;
  height: 98px;
  background:url(/image/kiji_play_icon.png);
background-size:cover;
  transition: 0.5s;
}

.movie-inner .thumb:hover:after {
  transform: scale(1.1);
  background:url(/image/kiji_play_icon.png);
    background-size:cover;
}

    .player {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }
    
.movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:800px){
    
    .movie-box {
      width: 100%;
      margin: 0 auto 30px;
    }
    .movie-inner .thumb:after {
      width: 37px;
      height: 49px;
    }
    .kiji_area .s_link_btn{
        display:none;
    }
}


.kiji_fb_area {
    width: 100%;
    background: linear-gradient(90deg, #f2cd38, #e06363);
    border-radius:5px;
    position: relative;
    padding:20px;
    height:222px;
    box-sizing:border-box;
}
.kiji_fb_area .inr {
    width: 100%;
    height:100%;
    position: relative;
    background:url(/image/kiji_fb_bg.jpg) center center no-repeat;
    
}
.kiji_fb_area .inr img{margin:0;}

.kiji_fb_area .inr .fb_icon {
    position: absolute;
    /*
    left:13%;
    */
    left:calc(50% - 257px);
    bottom:-12px;
    width: 136px;
}
.kiji_fb_area .inr .fb_text {
    width: 308px;
    position: absolute;
    top:50px;
    /*
    right:19.3%;
    */
    left:calc(50% - 90px);
    
}
.kiji_fb_area .inr .fb_iframe_widget{
    display: block !important;
    position: absolute !Important;
    bottom:50px;
    /*
    right:32%;
    */
    left:50%;
    
}




/*---popular_list---*/


#kiji_wrap .popular_list {
    width: 300px;
    position: relative;
    z-index: 50;
    float: right;
}

#kiji_wrap .popular_list .ichiran {
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    padding: 40px 40px 60px;
    box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
    border-top: 6px solid #101010;
    background: #fff;
    position: relative;
}

#kiji_wrap .popular_list .ichiran h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#kiji_wrap .popular_list .ichiran .en {
    font-size: 13px;
    color: #e06363;
    display: block;
    text-align: center;
    margin: 14px 0 40px;
    font-weight: 500;
}




.side_list_box_wrap{
    position: relative;
}
.side_list_box_wrap:before{
    
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: -120px;
    width: 96px;
    height: 120px;
    background: url(../image/2022/side_search_illust02.png);
    background-size: cover;
}
.side_list_box_wrap.rank:before{
    
    right: 0px;
    top: -91px;
    width: 140px;
    height: 91px;
    background-image: url(../image/2022/side_search_illust03.png);
}

.side_list_box {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  counter-increment: number;
}

.side_list_box.feature:after{
    content:"";
    display: block;
    position: absolute;
    right: 9px;
    top: -2px;
    width: 50px;
    height: 72px;
    background:url(../image/2022/feature_icon.png);
    background-size:cover;
    z-index:5;
}
.side_list_box a{
    display: block;
}

.rank .side_list_box:before{
    content: "0"counter(number);
    display: block;
    position: absolute;
    width: 65px;
    height: 63px;
    top: -22px;
    left: -10px;
    padding-top: 27px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: url(../image/2022/rank_icon.png);
    background-size: cover;
    z-index: 10;
    text-align: center;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
}
.rank .side_list_box:first-child:before{
    background-image: url(../image/2022/rank_icon01.png);
}
.rank .side_list_box:nth-child(2):before{
    background-image: url(../image/2022/rank_icon02.png);
}
.rank .side_list_box:nth-child(3):before{
    background-image: url(../image/2022/rank_icon03.png);
}
.side_list_box .img_area{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius:5px;
    margin-bottom: 30px;
}

.side_list_box .img_area:before{
    content:"";
    display: block;
    padding-top: 100%;
}

.side_list_box .categorys{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    box-sizing:border-box;
    margin-bottom: 10px;
    /*
    margin-right: 10px;
    */
}
.side_list_box .categorys:before{
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
    background: url(../image/2022/link_ken_pin.png);
    background-size: cover;
    
}
.side_list_box .ken{
    position: relative;
    display:inline-block;
    margin: 0 8px 5px 0;
    font-size: 15px;
    color:#020202;
    border-bottom:1px solid #020202;
    transition:color .3s ease,border .3s ease;
}

.side_list_box .day {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color:#949494;
    /*
    margin-left: 10px;
    */

}
/*
.side_list_box .day:before{
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    left: -13px;
    top: 0px;
    background: url(../image/k_line.png);
    background-size: cover;
    
    
}
*/
.side_list_box p {
    display: block;
    margin:14px 0 17px;
}
.side_list_box p a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6666;
    letter-spacing: -0.02em;
    color:#101010;
    transition:color .3s ease;
}
.side_list_box .tag_list{
    display: block;
}
.side_list_box .tag_list a{
    display:inline-block;
    margin-right: 14px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    color:#101010;
    transition:color .3s ease;
}

.side_list_box .tag_list a span{
    color:#e9463a;
    font-weight: 500;
}

.side_list_box a:hover{
    opacity: 100;
}

.side_list_box:hover img{
    transform:scale(1.05);
    transition:transform .3s ease;
}

.side_list_box:hover p a{
    color:#e9463a;
    transition:color .3s ease;

}

.side_list_box .tag_list a:hover{
    color:#e9463a;
    transition:color .3s ease;
    
}


.side_list_box .ken:hover{
    color:#e9463a;
    border-color:#e9463a;
    transition:color .3s ease,border .3s ease;
}




/*articles*/
#kiji_wrap .popular_list .ichiran.articles {
    margin-bottom: 128px;

}


#kiji_wrap .popular_list .side_box {
    position: relative;
    border-top:6px solid #e06363;
    padding-top:60px;
}
.side_box .side_tit {
    position: relative;
    padding-left: 27px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}
.side_box .side_tit02 {
    position: relative;
    padding-left: 10px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}
.side_box .side_tit.tit02{
    margin-bottom: 35px;
}
.side_box .side_tit:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background:url(../image/2022/side_search_icon.png);
    background-size:cover;
}

.side_box .en02{
    display: block;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color:#e06363;
    margin-bottom: 60px;
}

.side_box .ken_link_list {
    position: relative;
    margin-bottom: 60px;
}

.side_box .ken_link_list:before{
    content:"";
    display: block;
    position: absolute;
    right: 0;
    top: -99px;
    width: 95px;
    height: 99px;
    background:url(../image/2022/side_search_illust.png);
    background-size:cover;

}
.side_box .ken_link_list a{
    display: block;
    position: relative;
    border-radius:5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 22px;
    width: 100%;
    height: 80px;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    box-sizing:border-box;
}

.side_box .ken_link_list a:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:-1;
    background:url(../image/2022/side_search_kyushu.jpg);
    background-size:cover;
    transition: all .3s ease;
}
.side_box .ken_link_list a:hover:before{
    transform: scale(1.05);
    transition: all .3s ease;
}

.side_box .ken_link_list a:after{
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../image/2022/arrow.png);
    background-size: cover;
    z-index: 10;
    transform: rotate(-90deg);
    transition: all .3s ease;
}
.side_box .ken_link_list a:hover:after{
    transform: translateX(5px) rotate(-90deg);
    transition: all .3s ease;
}

.side_box .ken_link_list a.nagasaki:before{
    background-image:url(../image/2022/side_search_nagasaki.jpg);    
}


.side_box .ken_link_list a.miyazaki:before{
    background-image:url(../image/2022/side_search_miyazaki.jpg);    
}

.side_box .ken_link_list a.kagoshima:before{
    background-image:url(../image/2022/side_search_kagoshima.jpg);    
}

.side_box .ken_link_list a.kumamoto:before{
    background-image:url(../image/2022/side_search_kumamoto.jpg);    
}

.side_box .ken_link_list a.saga:before{
    background-image:url(../image/2022/side_search_saga.jpg);    
}

.side_box .ken_link_list a.fukuoka:before{
    background-image:url(../image/2022/side_search_fukuoka.jpg);    
}

.side_box .ken_link_list a.ooita:before{
    background-image:url(../image/2022/side_search_ooita.jpg);    
}



.side_box .tag_link_list{
    display: block;
    margin-bottom: 50px;
}

.side_box .tag_link_list a{
    
    display: inline-block;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #101010;
    transition: color .3s ease;
    margin:0 10px 15px 0;
    text-decoration: none;
    font-weight: 400;
}
.side_box .tag_link_list a span{
    color: #e9463a;
    font-weight: 500;
}
.side_box .tag_link_list a:hover{
    color: #e9463a;
    
}





@media screen and (max-width : 1250px) {
    
    
.kiji_area { width: calc(100% - 330px);}
/*
.kiji_fb_area .inr .fb_icon {left:5%;}
.kiji_fb_area .inr .fb_text {right:10%;}
.kiji_fb_area .inr .fb_iframe_widget{right:28%;}
*/  
}





@media screen and (max-width : 1080px) {
    .kiji_area{padding:50px 25px;}
    /*
.kiji_fb_area .inr .fb_icon {left:2%;}
.kiji_fb_area .inr .fb_text {right:2%;}
.kiji_fb_area .inr .fb_iframe_widget{right:20%;}
    */
}
@media screen and (max-width : 1060px) {
    
    .kiji_area .quotation_link{
        text-decoration:none;
    }
.kiji_area .quotation_link .img_area {
    float: none;
    margin:0 auto 20px;
}

.kiji_area .quotation_link .text_area {
    width: 100%;
    float: none;
}
.writer_box{
        padding:50px 15px 40px;
}
.writer_box .text_area {
    width: calc(100% - 205px);
    padding-top: 15px;
}
}
@media screen and (max-width : 980px) {
.kiji_fb_area .inr .fb_icon {left:calc(50% - 237px);}
}
@media screen and (max-width : 950px) {
  
.kiji_area {
    width: 100%;
    margin-bottom:0;
    float:none;
}   
#kiji_wrap .box_inr {
    margin-bottom: 0;
    }
#kiji_wrap .popular_list {
    display:none;
    width: 450px;
    float: none;
    margin:0 auto
}
}

@media screen and (max-width : 800px) {
    
   

    #kiji_wrap .box_inr {
        padding-top: 25px;
        margin-bottom: 0;
    }

    .kiji_area {
        position: relative;
        width: 100%;
        background: #fff;
        box-shadow: none;
        padding: 0;
        float: none;
        margin-bottom: 0px;
    }

    .kiji_area:before,
    .kiji_area:after {display:none}


    .kiji_area .tag_area span,
    .kiji_area .tag_area span a {
        font-size: 12px;
    }

    .kiji_area .tag_area span.day {
        font-weight: bold;
        /*padding: 0 0 0 30px;*/
        margin-right: 20px;
    }

    .kiji_area .tag_area span.day:before {
        width: 3px;
        height: 11px;
        top: 2px;
        background-image: url(../image/2022/k_line_sp.png);
    }

    .kiji_area .tag_area span.feature {
        padding-right: 30px;
    }

    .kiji_area .tag_area span.feature:after {
        content: "";
        display: block;
        width: 3px;
        height: 13px;
        position: absolute;
        right: 16px;
        top: 0px;
        background: url(../image/k_line.png);
        background-size: cover;
    }
    .kiji_area a.ken {
        font-size: 13px;
        line-height: 13px;
    }



    .kiji_area h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0 22px;
    }

    .kiji_area .keyword {
        font-size: 13px;
        margin: 10px 0 25px;
    }

    .kiji_area .keyword a {
        font-size: 13px;
        line-height: 13px;
        margin-right: 8px;
    }

    .kiji_area img {
        margin-bottom: 20px;
    }

    .kiji_area h2 {
        padding: 17px 15px;
        color: #101010;
        border-radius: 0;
        font-size: 20px;
        line-height: 28px;
        background: #f7f7f7;
        margin-bottom: 20px;
    }
        .kiji_area h2 span{font-weight:bold;}

    .kiji_area h2:before {
        width: 2px;
        height: 30px;
        border-radius: 2px;
        background: #e26d5f;
        left: 0;
    }

    .kiji_area h3 {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 10px;
        border-bottom: 2px solid #000;
        margin-bottom: 20px;
    }

    .kiji_area h3 span{
        font-weight: bold;
        }
    .kiji_area h4 {
        position: relative;
        font-size: 16px;
        line-height: 32px;
        padding-left: 24px;
        margin-bottom: 20px;
    }

    .kiji_area h4:before {
        width: 16px;
        height: 16px;
        border-radius: 16px;
    }

    .kiji_area h5 {
        font-size: 16px;
        line-height: 32px;
        padding-left: 38px;
        margin-bottom: 28px;
    }

    .kiji_area h5:before {
        font-size: 16px;
        line-height: 32px;
    }

    .kiji_area p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .kiji_area span.underline {
        display: inline;
        /*
        font-size: 15px;
        */
        line-height: 28px;
        color: #101010;
        /*
        background:none;
        border-bottom:1px dotted #fcd549;
        */
        }

    .kiji_area a,
    .kiji_area p a {
        font-size: 15px;
        line-height: 28px;
    }

    .kiji_area blockquote {
        padding: 20px;
        margin-bottom: 20px;
    }



    .kiji_area ul {
        margin-bottom: 20px;

    }

    .kiji_area ul li {
        position: relative;
        line-height: 28px;
        font-size: 15px;
        list-style-type: none !important;
        padding-left: 18px;
    }

    .kiji_area ul li:before {
        font-size: 15px;
        line-height: 28px;
    }


    .kiji_area ol {
        margin-bottom: 20px;
        }

    .kiji_area ol li {
        line-height: 28px;
        font-size: 15px;
        padding-left: 18px;
    }

    .kiji_area ol li:before {
        font-size: 15px;
        line-height: 28px;
    }


    .kiji_area .read {
        font-size: 15px;
        line-height: 28px;
    }

    .kiji_area .contents_link,
    .kiji_area .toc_list{
        margin: 40px 0 ;
        padding: 10px 10px 5px;
        border-top: 1px solid #828282;
        border-bottom: 1px solid #828282;
    }

    .kiji_area .contents_link:before,
    .kiji_area .toc_list:before{
        content: "";
        width: 119px;
        height: 23px;
        top: -13px;
        background-image: url(../image/contents_link_text_sp.jpg);
    }


    .kiji_area .contents_link li,
    .kiji_area .toc_list li{
        line-height: 28px;
        font-size: 14px;
        list-style-type: none !important;
        padding: 15px 0 15px 20px;
    }

    .kiji_area .contents_link li:before,
    .kiji_area .toc_list li:before{
        font-size: 14px;
        line-height: 28px;
    }

    .kiji_area .toc_list li a{

        font-size: 14px;
        line-height: 28px;

        }
    .kiji_area .contents_link li a,
    .kiji_area .toc_list ul li a{
        padding-left: 0px;
        font-size: 14px !Important;
        line-height: 28px;
    }

    .kiji_area .contents_link li a:before,
    .kiji_area .toc_list li ul li a:before{
        content: "…　";
        display: inline;
        font-size: 14px;
    }

    .kiji_area .contents_link li a:first-child,
    .kiji_area .toc_list li a{
        padding-left: 10px;
    }


    .kiji_area .ad_medium {
        margin: 30px 0;
    }

    .kiji_area .ad_big {
        margin-top: 30px;
    }



    .kiji_area .link_btn01 {
        padding: 15px 40px 15px 15px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        max-width: 100%;
        min-height: 55px;
        border: 2px solid #e06363;
        margin-right: 0;
    }

    .kiji_area .link_btn01:before {
        width: 17px;
        height: 17px;
        right: 15px;

        }

    .kiji_area .link_btn02 {
        padding: 15px 40px 15px 15px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        max-width: 100%;
        min-height: 55px;
    }

    .kiji_area .link_btn02:before {
        width: 20px;
        height: 13px;
        background-image: url(../image/kiji_link_icon02_sp.png);
        right: 15px;
        }
    .kiji_area .link_btn {
        font-size: 14px;
        line-height: 20px;
        min-width: 0px;
        width: 100%;
        padding-right: 50px;
        margin-bottom: 5px;
    }

    .kiji_area .quotation_link {
        display: block;
        position: relative;
        border-radius: 5px;
        border: 2px solid #e26d5f;
        padding: 20px;
        box-sizing: border-box;
        margin: 30px 0;
    }

    .kiji_area .quotation_link_noimg {
        border-radius: 5px;
        border: 2px solid #e26d5f;
        padding: 20px;
        margin-bottom: 28px;
    }

    .kiji_area .quotation_link:before,
    .kiji_area .quotation_link_noimg:before {
        width: 50px;
        height: 21px;
        position: absolute;
        left: 10px;
        top: -10px;
        background-image: url(../image/quotation_icon_sp.jpg);
    }

    .kiji_area .quotation_link .img_area {
        width: 38%;
        float:left;
        margin:0;
    }

    .kiji_area .quotation_link .text_area {
        width: calc(62% - 10px);
        float:right;
    }

    .kiji_area .quotation_link .text_area p,
    .kiji_area .quotation_link_noimg .text_area p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .kiji_area .quotation_link .text_area span,
    .kiji_area .quotation_link_noimg .text_area span {
        font-size: 12px;
        line-height: 12px;
    }

    /*.kiji_area .quotation_link .text_area span.day,
    .kiji_area .quotation_link_noimg .text_area span.day {
        padding-left: 30px;
    }

    .kiji_area .quotation_link .text_area span.day:before,
    .kiji_area .quotation_link_noimg .text_area span.day:before {
        left: 16px;
    }*/

    .kiji_area .quotation_link .text_area span.feature,
    .kiji_area .quotation_link_noimg .text_area span.feature {
        padding-right: 30px;
    }

    .kiji_area .quotation_link .text_area span.feature:after,
    .kiji_area .quotation_link_noimg .text_area span.feature:after {
        right: 16px;
    }


    .wp-caption img{margin-bottom: 0;}

    .wp-caption-text {
        display: inline-block;
        text-align: left;
        font-size: 11px !Important;
        line-height: 22px !Important;
        margin: 10px 0 0;
    }


    .comment_box .wp-caption-text{
        text-align:center !Important;
        margin-bottom:0 !Important;
        line-height:1.2 !important;
        font-size: 11px !important;
    }


    .comment_box {
        margin-bottom: 25px;
    }

    .comment_box .icon {
        width: 60px;
        text-align: center;
    }
    .comment_box .icon p{
         margin-top: 0px;   
    }

    .comment_box .icon img {
        border-radius: 60px;
        border: 2px solid #000;
    }


    .fukidashi {
        font-size: 15px;
        line-height: 28px;
        border: 2px solid #101010;
        border-radius: 8px;
        width: calc(100% - 80px);
        padding: 12px 20px;
    }

    .fukidashi:after,
    .fukidashi:before {
        top: 15px;
    }

    .fukidashi:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 4px 6px;
        margin-top: -6px;
    }

    .fukidashi:before {
        border-width: 7px 9px;
        margin-top: -9px;
    }



    .details_box {
        padding: 25px 10px 0;
    }

    .details_box:before {
    height: 3px;
    }

    .details_box h3 {
        position: relative;
        font-size: 19px;
        margin-bottom: 0px;
        padding-left: 45px;
        border:none;
    }

    .details_box h3:before {
        left: 0;
        top: -3px;
    }



    .details_box table {
        width: 100%;
       table-layout: fixed;
       word-break: break-all;
       word-wrap: break-all;
    }

    .details_box th {
        display:block;
        width: 100%;
        padding: 12px 0px 0;
        font-size: 15px;
        line-height: 26px;
        border-bottom: none;
    }

    .details_box td {
        display:block;
        width: 100%;
        padding: 0 0 13px;
        font-size: 15px;
        line-height: 26px;
        border-bottom: 1px solid #e0e0e0;
    }

    .details_box .g_map {
        margin: 30px 0;
    }


    .sns_area {
        width: calc(100% + 30px);
        margin-left:-15px;
        border-radius: 0px;
        padding: 25px 20px;
        margin-bottom: 0;
    }

    .sns_area a {
        position: relative;
        display: block;
        width: 100%;
        box-sizing:border-box;
        padding: 12px 10px 12px 19px;
        font-size: 13px;
        line-height: 13px;
        margin: 0;
        border-radius:5px;
        box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1);
    }

        .sns_area .fb_share{margin-bottom: 15px;}
    .sns_area .fb_share:before{
        left:calc(50% - 75px);
    }

    .sns_area .twi_share {padding-left: 27px;margin-bottom: 15px;}
    .sns_area .twi_share:before{
        left:calc(50% - 65px);
    }


    .sns_area .hatena_share{padding-left:25px;}
    .sns_area .hatena_share:before{
        left:calc(50% - 78px);
        top:-1px;
    }



    .writer_box {
        width: 100%;
        margin:40px auto;
        padding:35px 25px 30px;
        border:2px solid #101010;
        display:block;
    }
    .writer_box h3 {
        position: absolute;
        top:-10px;
        left:0;
        right:0;
        margin:auto;
        padding-left: 45px;
        box-sizing:border-box;
        width:250px;
        background:#fff;    
        font-size: 18px;
        line-height: 18px;
        border:none;
    }
    .writer_box h3:before{
        width: 13px;
        height: 24px;
        left: calc(50% - 80px);
        top: -4px;
        background-image:url(../image/writer_box_icon_sp.png);
    }
    .writer_box .img_area {
        width: 70%;
        margin:0 auto;
        text-align:center;
    }
    .writer_box .img_area img{
         border-radius:50%;   
    }
    .writer_box .text_area {
        width: 100%;
        padding-top: 12px;
    }
    .writer_box h4 {
        font-size: 15px;
        line-height: 26px;
        padding:0 0 8px;
        margin-bottom: 13px;
        border-bottom:2px solid #adadad;
        text-align: center;
    }
    .writer_box p {
        font-size: 15px;
        line-height: 27px;
    }
    .writer_box .writer_link {
        padding:11px 0;
        margin-top: 0;
    }
    .writer_box .writer_link:before{
        width: 17px;
        height: 17px;
        right: 20px;
    }



    .kiji_area h2.b_tit {
        font-size: 27px;
        margin-right: 0;
        display: block;
        text-align: center;
        float:none;
        padding-top: 50px;
        
    }

    .kiji_area h2.b_tit:before{display: none;}

    .kiji_area .sub_tit {
        font-size: 14px !Important;
        padding-top: 7px;
        display: block;
        float:none;
        text-align: center;
        margin:0 auto;
        }

    .kiji_area .sub_tit span{
    background: linear-gradient(90deg, #f2cd38, #e06363);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
        
    }






    .kiji_fb_area {
        width: calc(100% + 30px);
        margin-left:-15px;
        border-radius:0px;
        position: relative;
        padding:15px;
        height:137px;
    }
    .kiji_fb_area .inr {
        width: 100%;
        height:100%;
        position: relative;
        background:url(/image/kiji_fb_bg_sp.jpg) center center no-repeat;
        background-size:800px 107px;

    }
    .kiji_fb_area .inr .fb_icon {
        left:calc(50% - 150px);
        bottom:-6px;
        width: 77px;
    }
    .kiji_fb_area .inr .fb_text {
        width: 231px;
        top:25px;
        left:calc(50% - 65px);

    }
    .kiji_fb_area .inr .fb_iframe_widget{
        bottom:18px;

    }
    
    
    
    /*---popular_list---*/
    #kiji_wrap .popular_list .side_box{
        border-top:none;
        width: calc(100% + 30px);
        transform: translateX(-15px);
        overflow: hidden;
        padding-left:15px;
        box-sizing:border-box;
        padding-top: 40px;
    }
    #kiji_wrap .popular_list .side_box:last-child{
        padding-top: 70px;
        width: 100%;
        transform: translateX(0);
        padding-left: 0;
    }


    .side_box .en02{
        margin-bottom: 40px;
    }
    .side_list_box_wrap{
        width: calc(100% + 15px);
    }
    
    .side_list_box_wrap .slick-list{
        overflow: visible;
    }
    
    .side_list_box_wrap .slick-slide{
        opacity:100;
    }
    .side_list_box_wrap:before{

        right:calc(4vw + 45px);
        top: -101px;
        width: 81px;
        height: 101px;
        background-image: url(../image/2022/side_search_illust02_sp.png);
    }
    .side_list_box_wrap.rank:before{

        right:calc(4vw + 45px);
        top: -85px;
        width: 124px;
        height: 85px;
        background-image: url(../image/2022/side_search_illust03.png);
    }

    .side_list_box {
        width: 160px;
        width: 42.6vw;
        margin-bottom: 30px;
        margin-right: 4vw;
    }
    .side_list_box.feature:after{
        right: 5px;
        width: 45px;
        height: 65px;
        background-image:url(../image/2022/feature_icon_sp.png);
    }
    .side_list_box a{
        display: block;
    }

    .rank .side_list_box:before{
        content: "0"counter(number);
        display: block;
        position: absolute;
        width: 65px;
        height: 63px;
        top: -22px;
        left: -10px;
        padding-top: 27px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        background: url(../image/2022/rank_icon.png);
        background-size: cover;
        z-index: 10;
        text-align: center;
        letter-spacing: 0.05em;
        box-sizing: border-box;
        font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
    }
    .rank .side_list_box:first-child:before{
        background-image: url(../image/2022/rank_icon01.png);
    }
    .rank .side_list_box:nth-child(2):before{
        background-image: url(../image/2022/rank_icon02.png);
    }
    .rank .side_list_box:nth-child(3):before{
        background-image: url(../image/2022/rank_icon03.png);
    }
    .side_list_box .img_area{
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius:5px;
        margin-bottom: 30px;
    }

    .side_list_box .img_area:before{
        content:"";
        display: block;
        padding-top: 100%;
    }

    .side_list_box .categorys{
        position: relative;
        display: inline-block;
        padding-left: 20px;
        box-sizing:border-box;
    }
    .side_list_box .categorys:before{
        content: "";
        display: block;
        width: 16px;
        height: 20px;
        position: absolute;
        left: 0;
        top: -2px;
        background: url(../image/2022/link_ken_pin.png);
        background-size: cover;

    }
    .side_list_box .ken,
    .side_list_box .day {
        font-size: 14px;

    }
    .side_list_box p {
        display: block;
        margin:14px 0 12px;
    }
    .side_list_box p a {
        font-size: 17px;
        line-height: 1.5;
    }
    .side_list_box .tag_list a{
        margin-right: 6px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    
    .side_box .side_tit{
        font-size: 22px;
        padding-left: 45px;
    }
    .side_box .side_tit:before{
        width: 25px;
        height: 25px;
        left: 10px;
        top: -2px;
    }
    
    
    
    
    .side_box .ken_link_list{
        -js-display: flex;
        display:-webkit-box;
        display: -webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-bottom: 47px;
    }
    .side_box .ken_link_list:before {
        top: -104px;
        width: 99px;
        height: 104px;
        background-image: url(../image/2022/side_search_illust_sp.png);
    }
    .side_box .ken_link_list a{
        width: 48.14%;
        height: 50px;
        margin-bottom: 12px;
        font-size: 15px;
    }
    .side_box .ken_link_list a:after{
        width: 15px;
        height: 15px;
        right: 15px;
    }
    #kiji_wrap .popular_list { display:block;width: 100%;}
    
}






/* ==========================================================================
	coupon_single調整分
========================================================================== */



.kiji_area .coupon_main {
    position: relative;
    margin-bottom: 35px;
}
.coupon_main img {
    width: 100%;
    height:auto !Important;
}

.end .kiji_area .coupon_main img{opacity:.3;}
.coupon_main figcaption {
    display: block;
    position: absolute;
    left:0;
    right:0;
    bottom:-3px;
    margin:auto;
    width: 380px;
    padding:6px 0 6px;
    text-align: center;
    border:4px solid #fff;
    background:#f2c767;
    border-radius:20px;
    font-size: 18px;
}
.end .kiji_area .coupon_main figcaption{background:#6c6c6c;color:#fff;}
.coupon_main .en {
    font-size: 18px;
    font-weight: bold;
}

.kiji_area .coupon_bq{
    margin-top: 60px;
    padding:25px 30px 23px;
}

.kiji_area .coupon_bq h4{
    margin-bottom: 15px;
}
.kiji_area .coupon_bq p{
     font-size: 16px;
    line-height: 32px;
    /*
padding-left:1em;
text-indent:-1em;
    */
}

.kiji_area .link_btn.back{
    min-width:320px;
    max-width:320px;
    padding-right:0;
    margin:60px auto 30px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}




@media screen and (max-width : 800px) {



    #kiji_wrap .box_inr.coupon{
            padding:0 15px;
        }
    .kiji_area .coupon_main {
        width: calc(100% + 30px);
        margin-left:-15px;
        margin-bottom: 15px;
    }
    .coupon_main figcaption {
        bottom:0;
        width: 250px;
        padding:8px 0 7px;
        border:2px solid #fff;
        background:#f2c767;
        border-radius:17px;
        font-size: 15px;
    }
    .coupon_main .en {
        font-size: 15px;
    }

    .kiji_area .coupon_bq{
        margin-top: 30px;
        padding:20px 35px 18px;
    }

    .kiji_area .coupon_bq h4{
        margin-bottom: 10px;
    }
    .kiji_area .coupon_bq p{
         font-size: 15px;
        line-height: 28px;
    }

    .kiji_area .link_btn.back{
        min-width:10px;
        max-width:100%;
        padding-right:0;
        margin:30px auto 40px;
        font-size: 14px;
        line-height: 14px;
        padding-top: 20px;
    }
    .kiji_area .s_kiji_list{
    padding-bottom: 5px;
    margin-bottom: 0;
    }
    .kiji_area .s_kiji_list.spbg{
        padding-bottom: 25px;
    }
    .kiji_area .s_kiji_list.spbg:before{
        content:"";
        display: block;
        position: absolute;
        left: -15px;
        top: -140px;
        width: calc(100% + 30px);
        height: calc(100% + 140px);
        background:#f7f7f7;
        z-index:1;
    }
    .kiji_area .s_kiji_list li{
        width: 47%;
        margin-right: 3%;
    }
    .kiji_area .s_kiji_list li:nth-child(3n){
        margin-right: 3%;
    }
    .kiji_area .s_kiji_list li:nth-child(2n){
        margin-right: 0;
        
    }
    
    
    
}



/* ==========================================================================
	404
========================================================================== */

#nf{
    padding:105px 0 140px;
    background:url(../image/404bg.jpg);
    
}
#nf h2{
     width: 550px;
    margin:0 auto;
}
#nf p{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    padding:0 15px;
    box-sizing:border-box;
    margin:48px 0 50px;
}




@media screen and (max-width : 800px) {
#nf{
    padding:50px 0 70px;
    
}
#nf h2{
     width: 225px;
}
#nf p{
    font-size: 15px;
    line-height: 28px;
    margin:24px 0 25px;
}



    
}

.coupon-slider.one .slick-slide,
.coupon-slider.two .slick-slide{opacity:100;}
/*
.coupon-slider .slick-slide.slick-current,
.coupon-slider .slick-slide.slick-active,
.coupon-slider .slick-slide.slick-center{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
}
*/

/*
.coupon-slider .slick-slide.slick-no-current{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    }
*/


@media screen and (max-width : 1200px) {
.coupon-slider.two .slick-slide{opacity:0.6;}
.coupon-slider.two .slick-slide.slick-active{opacity: 1;}
    
}
@media screen and (max-width : 800px) {
    .coupon-slider.one{width:90% !Important;margin:0 auto !Important;}    
}
b, strong{font-weight:bold !Important;}
b>span, strong>span{font-weight:bold !Important;}





