@charset "utf-8";

html {
	font: normal normal normal 62.5%/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", 'Open Sans', sans-serif,osaka, Arial, Verdana, sans-serif;
	color:#272727;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

.yu{
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
}
	
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: #000;
	color: rgba(0, 0, 0, .8);
	text-rendering: optimizeLegibility;
	font-feature-settings : "palt" 1;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-kerning: normal;
			font-kerning: normal;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    /*
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
    color:#e9463a;
	*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
}
a,
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition:  opacity 0.3s ease;
	        transition:  opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	width: 100%;
	vertical-align: bottom;	
	-ms-interpolation-mode: bicubic;
		interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
	image-rendering: crisp-edges;
	-webkit-image-rendering: crisp-edges;	
}

.pc_off{
	display:none;
	}
.sp_off{
	display:block;
	}
	
@media screen and (max-width : 800px ){	
.sp_off{
	display:none !important;
	}
.pc_off{
	display:block;
	}
	

}

.cl{
	clear:both;
	}
img.preload{
	display:none;
}
::-moz-selection
{
    background: rgba(255,230,60,0.7);
}
::selection
{
    background: rgba(255,230,60,0.7);
}

/* Safari */
::-moz-selection
{
    background: rgba(255,230,60,0.7);
}


.en{
	font-family: "M PLUS Rounded 1c"; 
	}

.en02{
	font-family: 'Quicksand', sans-serif;
	}
.en_stit{
	display:inline-block;
	width:100%;
	text-align:center;
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
	color:#ee780f;
	font-size:13px;
	margin:20px auto 0;
	}
.mfp-bg,.mfp-wrap{z-index:9999 !Important;}



:root {   
    --base-link-color:#e9463a; 
}


/* ==========================================================================
	ローディング
========================================================================== */
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;left: 0px;
	background: #fff;
	z-index: 9999 !important;
}
#loader {
	position: fixed;
	top: 50%;left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	text-align: center;
	color: #fff;
	z-index: 9999 !important;
}
#loader img{
	width:60px;
	height:60px;
}
@media screen and (max-width : 550px ){	
#loader {
	width: 50px;
	height: 50px;
	margin-top:-25px;
	margin-left:-25px;
}
#loader img{
	width:50px;
	height:50px;
}
}


/* ==========================================================================
	メニュー
========================================================================== */


	
#pc_menu{
    width: 100%;
	height:120px;
	box-sizing:border-box;
	background:#fff;
    z-index:9997;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
    padding:0 3%;
    /*
	-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;
    */
	-webkit-box-shadow: 4px 4px 10px 0px rgba(166, 126, 121, 0.3); 
	-moz-box-shadow: 4px 4px 10px 0px rgba(166, 126, 121, 0.3); 
	box-shadow: 4px 4px 10px 0px rgba(166, 126, 121, 0.3); 
	}
#pc_menu:after{
    content:"";
    display: block;
    clear:both;
}

#pc_menu .nav_inr{
    display: block;
    position: relative;
    max-width:1315px;
    margin:0 auto;
}

#pc_menu h1{
	width:80px;
	position:relative;
    float:left;
    margin-top:13px;
	}
#pc_menu h1 .fximg{display:none;}

#pc_menu ul{
	width:880px;
    /*
    float:left;
    margin:53px 0 0 30px;
	*/
    -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;
    position: absolute;
    left: 0;
    transform: translateX(-10px);
    right: 0;
    top: 53px;
    margin: auto;
	}

#pc_menu ul li{
	text-align:center;
    width: 110px;
    position: relative;
	}

#pc_menu ul li:after{
    content:"";
    display: block;
    width: 2px;
    height:8px;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background:#f3cd64;
}
#pc_menu ul li:nth-child(2):after{background:#f2c368;}
#pc_menu ul li:nth-child(3):after{background:#f0b96c;}
#pc_menu ul li:nth-child(4):after{background:#eead71;}
#pc_menu ul li:nth-child(5):after{background:#eca175;}
#pc_menu ul li:nth-child(6):after{background:#ea967a;}
#pc_menu ul li:nth-child(7):after{background:#e88d7e;}
#pc_menu ul li:nth-child(8):after{display:none;}
    
#pc_menu ul li a{
    color:#161616;
    font-size: 16px;
    font-weight: bold;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
#pc_menu ul li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
    color:#f3cd64;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	}
#pc_menu ul li:nth-child(2) a:hover{color:#f2c368;}
#pc_menu ul li:nth-child(3) a:hover{color:#f0b96c;}
#pc_menu ul li:nth-child(4) a:hover{color:#eead71;}
#pc_menu ul li:nth-child(5) a:hover{color:#eca175;}
#pc_menu ul li:nth-child(6) a:hover{color:#ea967a;}
#pc_menu ul li:nth-child(7) a:hover{color:#e88d7e;}
#pc_menu ul li:nth-child(8) a:hover{color:#e88d7e;}

	
	
#pc_menu .r_link{
    position: absolute;
    right: 0;
    top: 43px;
    width: 96px;
	}

#pc_menu .r_link a{
	display:block;
    position: relative;
	width:30px;
	height:30px;
    background:url(../image/2022/menu_insta_icon.png);
    background-size:cover;
    }
#pc_menu .r_link a:hover{
    opacity:0.7;
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}


#pc_menu .r_link a:last-child{
    width: 41px;
    /*
  background: linear-gradient(60deg, #ffcc00,#f49500);
    */
    position: absolute;
    right:0;
    top:0;
    background-image:url(../image/2022/menu_coupon_icon.png);
}
/*
@media screen and (max-width : 1500px ){
    
#pc_menu ul{
    margin-left:3.8vw;
	}
    
#pc_menu ul{
	width:58vw;
	}

#pc_menu ul li{
    width: 12.5%;
	}
}


@media screen and (max-width : 1400px ){
#pc_menu ul{
    margin-left:3vw;
	}
    
#pc_menu .r_link{
    right: 15px;
    width: 95px;
    }
    
}
*/
@media screen and (max-width : 1350px ){
    

    #pc_menu ul{ 
        max-width: calc(100% - 320px);
        width: 65vw;
        /*
        float: right;
        margin-top: 65px;
        */
        }
        #pc_menu ul li {
            text-align: center;
            width: 12.5%;
            position: relative;
        }
    /*
    #pc_menu .r_link{
        position: absolute;
        width: 80px;
        right: 3vw;
        top: 27px;
        }

    #pc_menu .r_link a{
            width: 25px;
            height: 25px;
        }
    #pc_menu .r_link a:last-child{
        width:34px;
    }
    */

}


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

    #pc_menu{padding:0 25px;}
    #pc_menu ul li a{ font-size: 14px;}
    
}


@media screen and (max-width : 1100px ){
    /*
    #pc_menu ul{margin-left: 2vw; }
    */
}
	
/*-------- menu.fixed　--------*/
#menu_wrap.fixed{
    position:fixed;
    z-index:9998;
    top:0;
    width: 100%;
}
	
#menu_wrap.fixed #pc_menu{    
    position:fixed;
	height:80px;
}
#menu_wrap.fixed #pc_menu h1{
     width: 55px;
    margin-top: 5px;    
}
	
#menu_wrap.fixed #pc_menu ul{
    top: 30px;
    transform: translateX(-20px);
    /*
    margin-top: 30px;
    */
}
#menu_wrap.fixed #pc_menu .r_link{
    top:22px;
}




@media screen and (max-width : 1350px ){
    /*
    #menu_wrap.fixed #pc_menu ul{
        float:left;
    }
    
    #menu_wrap.fixed #pc_menu .r_link {
        top: 25px;
        right: 0;
    }
    */
}


@media screen and (max-width : 1100px ){
 #menu_wrap.fixed #pc_menu{
     padding:0 15px;
    }
    #menu_wrap.fixed #pc_menu .r_link{
        right: 0;
        top: 12px;
        width: 34px;
        }


    #menu_wrap.fixed #pc_menu .r_link a{
        width: 25px;
        height: 25px;
        margin: 0 auto 5px;
        }

    #menu_wrap.fixed #pc_menu .r_link a:last-child{
        width: 34px;
        position: relative;
    }


}

#navigation{
	/*
	opacity:0;
	*/
	display:none;
}
	
#spmenuwarp{
	display:none;
	
	}
@media screen and (max-width : 950px ){
#pc_menu{padding:0 15px;}
    
}
@media screen and (max-width : 900px ){
	
#pc_menu{
	display:none:
	}
#menu_wrap.fixed{
	height:75px;
	}
#spmenuwarp{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	width:100%;
	background:#fff;
	height:75px;
	box-sizing:border-box;
	z-index:9997;
	left:0;
	top:0;
	}
#spmenuwarp.show{
	position:fixed;
	}

#spmenuwarp h1{
    width: 50px;
    padding: 9px 0 0 14px;
	}
	
	
#spmenuwarp .movie_link{
    display: block;
    position: absolute;
    right:97px;
    top:19px;
width:23px; 
    padding-top:23px;
    box-sizing:border-box;
    }
	
	
#spmenuwarp .insta_link{
    display: block;
    position: absolute;
    right: 112px;
    top: 26px;
    width: 24px;
    height: 24px;
    background: url(../image/2022/menu_insta_icon.png);
    background-size: cover;
}
    
#spmenuwarp .coupon_link{
    display: block;
    position: absolute;
    right: 65px;
    top: 26px;
    width: 32px;
    height: 23px;
    background: url(../image/2022/menu_coupon_icon.png);
    background-size: cover;
}
    

    
    
    
    
    
#pc_menu{
	display:none;}
	
	
	
	
	

#navigation {
	/*
	width: 296px;
	*/
	width:100%;
	height:100%;
	display: block;
	position: fixed;
	/*
	background: rgba(255, 255, 255, 1);
	background:#f7f7f7;
	*/
	top:0;
	right:0;
	/*
	opacity:0;
	*/
	z-index: -1;
	overflow:auto;
	-webkit-transform: translate3d(200%, 0, 0);
	-ms-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
	-webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 9999 !important;
}

#navigation.show {
	z-index: 9999 !important;
	position: fixed;
	right:0;
	opacity: 1;
	overflow:visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
	-webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*
#navigation.show:before {

*/
#navigation:before {
	content:"";
	display:block;
	z-index: -1 !important;
	position: fixed;
	left: 0;
	top:0;
	width:500%;
	height:100%;
	background:rgba(0,0,0,.5);
	}

#sp-menu {
	margin-top:0;
	width: 80%;
    padding-top:105px;
    min-width:300px;
    float:right;
	/*
	height: -webkit-calc(100% - 59px) ;
	*/
	height:100%;
    box-sizing:border-box;
    padding-bottom:25px;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	display:block;
	overflow:auto;
    background:#f7f7f7;
    position:relative;
}
#sp-menu::-webkit-scrollbar{width:4px;}
#sp-menu::-webkit-scrollbar-track{background:#fff;}
#sp-menu::-webkit-scrollbar-thumb{background:#f97908;}
#navigation li {
	padding: 0;
	display:block;transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 1;
}
#navigation ul{position:relative;}
#navigation .menu_stit{
    /*
    width: 100%;
    position: absolute;
    top:-105px;
    left:0;
    */
    border-bottom:1px solid #f7f7f7;
    right:0;
    width: 80%;
    position: fixed;
    top: 0px;
	z-index: 9999 !important; -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
    font-size: 28px;
    font-weight: 500;
    background:#fff;
    height:75px;
    box-sizing:border-box;
    padding:20px 0 0 25px;
    transform: translate3d(0, 0, 0);
}


#navigation .menu_stit span{
    
    display: inline-block;
    background: linear-gradient(90deg, #f2cd38, #e06363);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    }
	
    
#navigation li a {
	display: block;
	-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;
	/*
	line-height: 50px;
	*/
}    
#navigation li a:hover{
	color:#fff !Important;
    background: linear-gradient(90deg, #f2cd38, #e06363) !Important;
	-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;
    }
	
#navigation ul li.link_box01 a{
    position: relative;
    width: 100%;
    height: 55px;
    padding:20px 0 0 50px;
    box-sizing:border-box;
    background:#fff;
    font-size: 15px;
    color:#101010;
    }
	
#navigation ul li.link_box01 a:before{
    content:"";
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    background-size:cover;
    }
#navigation ul li.link_box01 a:after{
    content:"";
    display: block;
    position: absolute;
    width: 7px;
    height: 11px;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../image/spmenu_ar.png);
    background-size:cover;
    }
    
#navigation ul li.link_box01 a.link01:before{
    width: 17px;
    height: 17px;
    left:25px;
    background-image:url(../image/spmenu_icon01.png);
}
#navigation ul li.link_box01 a.link02:before{
    width: 17px;
    height: 14px;
    left:25px;
    background-image:url(../image/spmenu_icon02.png);
}
#navigation ul li.link_box01 a.link03:before{
    width: 13px;
    height: 16px;
    left:27px;
    background-image:url(../image/spmenu_icon03.png);
}
#navigation ul li.link_box01 a.link04:before{
    width: 17px;
    height: 13px;
    left:25px;
    background-image:url(../image/spmenu_icon04.png);
}
#navigation ul li.link_box01 a.link05:before{
    width: 17px;
    height: 15px;
    left:25px;
    background-image:url(../image/spmenu_icon05.png);
}

    

#navigation ul li.link_box02 {
    width: 100%;
    background:#fff;
    	-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;
    }
#navigation ul li.link_box02 a{
    position: relative;
    width: 50%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color:#101010;
    padding-top:17px;
    border-top:1px solid #f7f7f7;
    box-sizing:border-box;
    } 
#navigation ul li.link_box02 a:nth-child(odd){    
    border-right:1px solid #f7f7f7;
    }
    
    
    
#navigation ul li.link_box03{
    margin:10px 0 15px;    
        
    }
#navigation ul li.link_box03 a{
    position: relative;
    width: 100%;
    height: 55px;
    padding:20px 0 0 25px;
    box-sizing:border-box;
    background:#fff;
    font-size: 14px;
    color:#101010;
    }
	
#navigation ul li.link_box03 a:after{
    content:"";
    display: block;
    position: absolute;
    width: 7px;
    height: 11px;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../image/spmenu_ar.png);
    background-size:cover;
    }
	
    
    

#navigation ul li.link_box04{
    width: calc(100% - 40px); 
    margin:0 auto;
    }
    
    
    
    
#navigation ul li.link_box04 a{
    display: block;
    margin-bottom:15px;
    width: 100%;
}
#navigation ul li.link_box04 a img{
    box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
    }
.oc{pointer-events: all;}
	
	
	
	
	
	
#navigation .menu_stit a img{
	vertical-align:top;
	}
#navigation .menu_stit a:hover{
	background:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;

	
	}
	
#navigation .menu_stit a:before{
	display:none;
	}
#navigation li a:hover {
	opacity: 1;
	background:#ffe9cb;
	z-index:9999;
}

#menu {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 24px;
	right: 20px;
	cursor: pointer;
	z-index: 9998;
}
#menu span,
#menu:before,
#menu:after {
	content: "";
	width: 100%;
	height: 4px;
	display: block;
	background-color: #000;
    border-radius:2px;
	position: absolute;
	right:0;
	top: 11PX;
	-webkit-transform-origin: center center;
			transform-origin: center center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 9999;

}

#menu:before {
	margin-top: -11px;
	z-index: 9999;
}
#menu:after {
	margin-top: 12px;
	z-index: 9999;
}

#menu:hover:before {
	-webkit-transform: translate3d(0, -2px, 0);
			transform: translate3d(0, -2px, 0);
}

#menu:hover:after {
	-webkit-transform: translate3d(0, 2px, 0);
			transform: translate3d(0, 2px, 0);
}

#menu.show {
	position:fixed;
	top:10px;
    /*
	z-index:9999;
	right:0;
	top:0;
	height:65px;
    */
}


#menu.show span {
	z-index: 9999;
	opacity: 0;
}

#menu.show:before {
	-webkit-transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 45deg);
			transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 45deg);
	z-index: 9999;
	margin-top:4px;
}

#menu.show:after {
	-webkit-transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, -45deg);
			transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, -45deg);
	z-index: 9999;
	margin-top:22px;
}
	
	


#spmenu_info{
	margin-top:20px;
	}

#spmenu_info h1{width:113px;float:none;margin:0 auto;}


#spmenu_info p{text-align:center;padding:15px 15px 20px;box-sizing:border-box;font-size:12px;line-height:24px;margin-left:0;
	}

#spmenu_info ul{
	height:150px;
	-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;
	position:relative;
	z-index:9997;
	margin: 0 auto;
	width:184px;
	}
#spmenu_info ul li{
	}
	
#spmenu_info ul li a{
	display:block;
	width:100%;
	padding:0;
	border:0;
	}

	
#spmenu_info ul .fb{
	width:26px;
	}
#spmenu_info ul .twi{
	width:31px;
	}
#spmenu_info ul .insta{
	width:25px;
	}
#spmenu_info ul .line{
	width:25px;
	}
	
	}
	


.top_link_btn{
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	right:-50px;
	bottom:50px;
	background:#0b75be;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;	
	-webkit-box-shadow: 0px 4px 2px 1px rgba(220,220,220,1);
	-moz-box-shadow: 0px 4px 2px 1px rgba(220,220,220,1);
	box-shadow: 0px 4px 2px 1px rgba(220,220,220,1);
	-webkit-transition: shadow 0.3s ease,transform 0.3s ease;
    -moz-transition: shadow 0.3s ease,transform 0.3s ease;
    -o-transition: shadow 0.3s ease,transform 0.3s ease;
    transition: shadow 0.3s ease,transform 0.3s ease;

	}

.top_link_btn:hover{
	
    transform: translate3d(0px, 3px, 0);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: shadow 0.3s ease,transform 0.3s ease;
    -moz-transition: shadow 0.3s ease,transform 0.3s ease;
    -o-transition: shadow 0.3s ease,transform 0.3s ease;
    transition: shadow 0.3s ease,transform 0.3s ease;
	}
.top_link_btn:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	width:18px;
	height:21px;
	background:url(../image/top_link_ar.png);
	background-size:cover;
	}
	
	
@media screen and (max-width : 1280px ){
.top_link_btn{
	right:15px;
	}
	
	
	}
	
	
@media screen and (max-width : 800px ){
	

.top_link_btn{width:100%;height:auto;position:relative;right:auto;bottom:auto;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;-webkit-box-shadow:none;-moz-box-shadow:none; box-shadow: none;
	font-size: 14px;  margin-bottom: 0px; padding: 17px 0;  margin-top: 50px;  text-align: center;   cursor: pointer;color:#fff;
	}
	
.top_link_btn span{font-size: 14px; font-weight:bold;}

.top_link_btn:hover{
	
    transform: translate3d(0px, 0px, 0);
	}
.top_link_btn:before{
	display:none;
	}
	
}

@media screen and (max-width : 360px ){
    
    
#spmenuwarp .movie_link{
    right:50px;
    top:14px;
width:45px; 
	height:20px;
    border-radius:20px;
    text-align: center;
    padding-top:6px;
    box-sizing:border-box;
  background: linear-gradient(60deg, #ff7e00,#e12000); 
    }
	
#spmenuwarp .movie_link p{
     font-size: 10px;
    color:#fff;
    font-weight: bold;
}

#spmenuwarp .movie_link:before{display:none;}
    
	
#spmenuwarp .coupon_link{
    right:50px;
    top:49px;
width:45px; 
	height:20px;
    border-radius:20px;
    text-align: center;
    padding-top:6px;
    box-sizing:border-box;
    
  background: linear-gradient(60deg, #ffcc00,#f49500);
    }
	
#spmenuwarp .coupon_link p{
     font-size: 10px;
    color:#fff;
    font-weight: bold;
}

#spmenuwarp .coupon_link:before{display:none;}

    
}
/* ==========================================================================
	pan
========================================================================== */
.pan {
    width: 100%;
    background:#f7f7f7;
    height: 50px;
    padding-top:18px;
    box-sizing:border-box;
    font-size: 13px;
}
.pan a {color:#8f8f8f;}
.pan p {color:#383838;display: inline;}

@media screen and (max-width : 800px ){
.pan {
    min-height: 40px;
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 12px;
    height:auto;
}
}
/* ==========================================================================
	footer_insta
========================================================================== */

#footer_insta {
    position: relative;
    padding:90px 0 0;
    box-sizing:border-box;
    overflow: hidden;
    background:url(../image/2022/footer_insta_bg.jpg) center center;
    background-size:cover;
}
#footer_insta .con_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;
    max-width:1160px;
}
#footer_insta .text_area {
    width: calc(100% - 420px);
    max-width:620px;
    padding-top: 70px;
    box-sizing:border-box;
}
#footer_insta h2 {
    display:inline-block;
    width: 110px;
    max-width:100%;
}
#footer_insta .qr {
    position: relative;
    display:inline-block;
    width: 97px;
    margin-left: 55px;
    transform: translateY(-4px);
}
#footer_insta p {
    display: block;
    margin:40px 0 55px;
    font-size: 18px;
    line-height: 30px;
    color:#101010;
}
#footer_insta a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 100%;
    height: 60px;
    background:#101010;
    border-radius:5px;
    transition: all 0.4s ease;
    overflow: hidden;
}
#footer_insta a:before{
      content:"";
      width:100%;
      height:100%;
      position:absolute;
      z-index:1;
      left:0;
    background: linear-gradient(-90deg, #fed05e 0%, #fb5447 50%, #c93fa2 100%);
    background-position: center center;
    transition: all 0.4s ease;
    opacity:0;
}
#footer_insta a:hover{
    background:none;
    transition: all 0.4s ease;
}

#footer_insta a:hover:before{
    opacity:100;
    transition: all 0.4s ease;
}
#footer_insta a:after{
    content:"";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin:auto;
    background:url(../image/2022/footer_link_icon02.png);
    background-size:cover;
    z-index:10;
    transition: all 0.4s ease;
}
#footer_insta a:hover:after{
    transform: translateX(3px);
    transition: all 0.4s ease;
}
#footer_insta a span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    padding-left: 30px;
    z-index:10;
}
#footer_insta a span:before{
    content:"";
    display: block;
    width: 19px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background:url(../image/2022/footer_link_icon01.png);
    background-size:cover;
}
#footer_insta .img_area {
    position: relative;
    width: 380px;
    transform: translateY(90px);
    opacity:0;
    transition:all .4s ease;
}

#footer_insta .img_area.move {
    transform: translateY(50px);
    opacity:100;
    transition:all .4s ease;
}



#footer_insta .img_area .phone{
    position: relative;
}
#footer_insta .img_area span{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin:auto;
    width: 238px;
    transform: translateY(15px);
    opacity:0;
    transition:all .4s ease;
    z-index:20;
}

#footer_insta .img_area.move span{
    transform: translateY(0);
    opacity:100;
    transition:all .8s ease;
    transition-delay: .4s;
    
}



@media screen and (max-width : 1100px ){
/*
    #footer_insta .qr {
        display:none;
    }
*/
}

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

    #footer_insta {
        padding:60px 0 0;
    }
    #footer_insta .con_inr {
        display: block;    
        max-width:1160px;
        width: 100%;
    }
    #footer_insta .text_area {
        width: 100%;
        max-width:800px;
        padding-top:0;
        text-align: center;
        padding:0 5%;
        box-sizing:border-box;
        z-index:30;
        margin-bottom: 65px;
    }
    #footer_insta h2 {
        display:none;
    }
    #footer_insta p {
        margin:0 auto;
        font-size: 16px;
        line-height: 27px;
    }
    #footer_insta a {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 55px;
        border-radius:0;
        z-index:50;
    }
    #footer_insta a:after{
        width: 100%;
        height: 100%;
        background:#101010;
        right: 0;
        z-index:-2;
    }
    #footer_insta a:hover:after{
         transform: translateX(0);
    }
    #footer_insta a span {
        font-size: 17px;
        padding-left: 30px;
    }
    #footer_insta .img_area {
        width: 90%;
        margin:0 auto;
        transform: 0;
    }
    #footer_insta .img_area .phone{
        width: 44.44%;
        }

    #footer_insta .img_area.move {
        transform: translateY(0);
    }


    #footer_insta .img_area span{
        width: 63%;
        top: -5%;
    }
    #footer_insta .illust{
        position: absolute;
        bottom: 0;
        right: -5.5%;
        width: 55.85%;
    }
    #footer_insta .qr {
        display:none;
    }



}
/* ==========================================================================
	footer
========================================================================== */
#footer {
    position: relative;
    background:#f7f7f7;
}
#footer .con_inr {
    position: relative;
    padding:100px 0;
    box-sizing:border-box;
	-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;
}

#footer .l_area{
    width: calc(100% - 390px);
    max-width:645px;
}

#footer h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 35px;
}

#footer .l_area h3:first-child{
     margin-top: 0;   
}

#footer .l_area a{
     display:inline-block;
    font-size: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    color:#101010;
}
#footer .l_area a.tag_link{
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    margin:0 12px 15px 0;
}
#footer .l_area a.tag_link span{
     color:#e9463a;   
}

#footer .l_area a:hover{
    color:var(--base-link-color);
}
#footer .r_area{
    width: 347px;
}
#footer .coupon_bnr {
    display: block;
    width: 347px;
    margin-bottom: 47px;
}
#footer .coupon_bnr img {
    box-shadow: 0px 5px 10px 0px rgba(237, 237, 237, 1);
    transition:all .3s ease;}

#footer .coupon_bnr:hover img{ 
    box-shadow: 0px 5px 10px 0px rgb(218 218 218), 0px 5px 10px 0px rgb(218 218 218), 0px 5px 10px 0px rgb(218 218 218);
    transition:all .3s ease;
}
#footer .r_area .list{
    text-align:right;
}
#footer .r_area .list a{
    font-size: 13px;
    margin-left:14px;
    color:#101010;
}
#footer .r_area .list a:hover{
    color:var(--base-link-color);
    
}
#footer .banner_area{
    -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-top: 95px;
}

#footer .banner_area a{
     display: block;
    width: 18.7142857%;
}
#footer .banner_area a img {
    box-shadow: 0px 5px 15px 0px rgba(241, 241, 241, 1);
    transition:all .3s ease;
}
#footer .banner_area a:hover img {
    box-shadow: 0px 5px 10px 0px rgb(218 218 218), 0px 5px 10px 0px rgb(218 218 218), 0px 5px 10px 0px rgb(218 218 218);
    transition:all .3s ease;
}

#footer .pagetop{
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    right:-50px;
    top:-35px;
    z-index:10;
    background:#fff;
    border-radius:35px;
    box-shadow: 0px 5px 10px 0px rgba(220, 220, 220, 1);
	-webkit-transition:all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition:all 0.3s ease;
}
#footer .pagetop:before{
     content:"";
    display:block;
    width: 18px;
    height: 26px;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../image/pagetop.png);
    background-size:cover;
}
#footer .pagetop:hover{
     opacity: 100;
    top:-30px;
    box-shadow: none;
	-webkit-transition:all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition:all 0.3s ease;
}


#footer .copy {
    width: 100%;
    text-align: center;
    padding: 22px 0;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(131deg, #f2cd38,#e06363);
}

@media screen and (max-width : 1400px ){
    #footer .pagetop{right:0px;}    
}
@media screen and (max-width : 1300px ){
    #footer .pagetop{right:15px;}    
}
@media screen and (max-width : 1150px ){
    
    #footer .link_area{
        width: calc(100% - 360px);
    }
    #footer .ichiran a{
        width: 32%;
    }
}
@media screen and (max-width : 800px ){

    #footer .con_inr {
        padding:55px 0 40px;
        display: block;
        z-index:100;
    }

    #footer .l_area{
        width:100%;
        padding: 0 5%;
        max-width:800px;
        box-sizing:border-box;
    }

    #footer h3{
        font-size: 16px;
        margin-bottom: 18px;
        margin-top: 35px;
    transform: translateX(-5%);
    }

    #footer .l_area h3:first-child{
         margin-top: 0;   
    }

    
    #footer .l_area .k_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;
    }
    #footer .l_area .k_list a{
        display: block;
        width: 25%;
        margin-bottom: 17px;
        margin-right: 0;
    }
    #footer .l_area a{
        font-size: 14px;
    }
    #footer .l_area a.tag_link{
        margin:0 12px 13px 0;
    }

    #footer .r_area{
        width: 100%;
        margin-top:40px;
    }
    #footer .coupon_bnr {
        display: block;
        margin:0 auto 47px;
        max-width:347px;
        width: 100%;
        margin-bottom: 37px;
    }
    #footer .r_area .list{
        text-align:center;
    }
    #footer .r_area .list a{
        font-size: 12px;
        margin-left:20px;
    }
    #footer .r_area .list a:first-child{
        margin-left: 0;
    }
    #footer .banner_area{
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-top: 38px;
    }

    #footer .banner_area a{
        width: 31.1%;
        margin-right: 3.35%;
        margin-bottom: 3%;
    }
    
    #footer .banner_area a:nth-child(3n){
        margin-right: 0;
    }


    #footer .pagetop{
        width: 50px;
        height: 50px;
        right:0px;
        top:-25px;
        border-radius:25px;
    }
    #footer .pagetop:before{
         content:"";
        display:block;
        width: 13px;
        height: 19px;
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
        background:url(../image/pagetop_sp.png);
        background-size:cover;
    }
    #footer .pagetop:hover{
         opacity: 100;
        top:-30px;
        box-shadow: none;
        -webkit-transition:all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition:all 0.3s ease;
    }
    #footer .pagetop.pc_off{display:block;}

}
/* ==========================================================================
	パーツ
========================================================================== */

.box_inr{
    position: relative;
    /*
    width:100%;
    max-width:1260px;
    */
    width: 92.3%;
    max-width:1300px;
    margin:0 auto;
    /*
    padding:0 30px;
    */
    box-sizing:border-box;
    
}

.b_tit{
    position: relative;
    display:block;
    width:auto;
    font-size: 40px;
    font-weight: bold;
    float:left;
    margin-right:30px;
    z-index:30;
}
.sub_tit{
    position: relative;
    float:left;
    width: auto;
    font-size: 20px !Important;
    padding-top:9px;
    display: inline-block;
    background: linear-gradient(90deg, #f2cd38, #e06363);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index:10;
}

.kiji_list{
    width:100%;
    position: relative;
    	-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_list li{
    width: 47.6%;
    margin-bottom: 35px;
    position: relative;
    
}
.kiji_list li .videoBox{
    width: 120px;
    height: 60px;
    border:2px solid #fff;
    box-sizing:border-box;
    z-index:100;
    position: absolute;
    /*top:40%;*/
    top:35%;
    right:15px;
    
}
.kiji_list li .videoBox a{
     display: block;   
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    background-size:cover;
    background-position:center center;
}
.kiji_list li .videoBox a:hover{
    
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.kiji_list li .videoBox a:before{
     content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,.3);
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

.kiji_list li .videoBox a:hover:before{
    background:rgba(0,0,0,.2);
    
}
.kiji_list li .videoBox a p{
    font-size: 18px;
    display: block;
    width: 75px;
    box-sizing: border-box;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 25px;
    color: #fff;
}
.kiji_list li .videoBox a p:before{
     content:"";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left:0;
    top:0px;
    background:url(../image/play_icon.png);
    background-size:cover;
}



.kiji_list li a{
     display: block;
    color:#101010;
}

.kiji_list li a .img_area{
     position: relative;
    vertical-align: middle;
    text-align:center;
    overflow:hiden;
    border-radius:5px;
    overflow:hidden;
}
.kiji_list li a .img_area img{    
  transition-duration: 0.3s;
}

.kiji_list li a:hover .img_area img{
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.kiji_list li .img_area:before{
     content:"";
    display:block;
    /*
    padding-top:62.5%;
    */
    padding-top:52.5%;
}

.kiji_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;
}
.kiji_list li .img_area .tag{
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    padding:20px 140px 20px 20px;
    background:rgba(0,0,0,0.3);
    box-sizing:border-box;
    color:#fff;
    font-weight: 500;
    text-align:left;
    font-size: 17px;
    z-index:5;
}
.kiji_list li .keyword {
    position: relative;
    text-align: center;
    background:#fff;
    border:3px solid #000000;
    border-radius:10px;
    font-size: 16px;
    font-weight: bold;
    padding:12px;
    box-sizing:border-box;
    margin:30px 0 16px;
}
.kiji_list li .keyword span{
     display: inline-block;
 margin: 0 5px;
 font-weight: bold;   
    color:#101010;
}
.kiji_list li .keyword:before{
     content:"";
    display: block;
    width: 164px;
    height: 34px;
    position: absolute;
    left: 0;
    top:-22px;
    background:url(../image/keyword_icon.png);
    background-size:cover;
}

.kiji_list li a h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 16px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.kiji_list li a:hover h3{    
    color:#eb914c;    
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.kiji_list li span{
	font-size:15px;
    color:#949494;
    display:inline-block;
    position: relative;
	}

.kiji_list li span.day{
    font-weight: bold;
   /* padding-left:40px;*/
	}
/*.kiji_list li span.day:before{
     content:"";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    left:18px;
    top:0px;
    background:url(../image/k_line.png);
    background-size:cover;
}*/
.kiji_list li span.feature{
	padding-right: 32px;
}
.kiji_list li span.feature:after{
     content:"";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    right: 14px;
    top:0px;
    background:url(../image/k_line.png);
    background-size:cover;
}


.s_kiji_list{
    margin-top: 60px;
    padding-bottom: 40px;
    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;
}
.s_kiji_list li{
    width: 23%;
    margin-right:2.66%;
    margin-bottom: 35px;
    
}
.s_kiji_list li:nth-child(4n){
    margin-right:0;
}
.s_kiji_list li a{
    display: block;
}
.s_kiji_list li a .img_area{
    width: 100%;
    position: relative;
    border-radius:5px;
    box-sizing:border-box;
    overflow:hidden;

}
.s_kiji_list li a .img_area:before{
    content:"";
    display: block;
    /*
    padding-top:61%;
    padding-top:52.5%;
    */
    padding-top: 100%;
}
/*
.s_kiji_list li a .img_area img{
     max-width:100%;
    max-height:100%;
    height:auto;
    display: block;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
}
*/
.s_kiji_list li a .img_area img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    transition: transform ease .3s;
    font-family: 'object-fit: cover;';
}

.s_kiji_list li a .img_area span{
    display: block;
    width: 110px;
    height:40px;
    background:#fff;
    text-align: center;
    padding:12px 0 0 25px;
    border-radius:5px 0 5px 0;
    box-sizing:border-box;
    color:#101010;
    position: absolute;
    right:0;
    bottom:0;
    font-size: 16px;
    font-weight: bold;
}
.s_kiji_list li a .img_area span:before{
    content:"";
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    left:12px;
    margin:auto;
    width: 18px;
    height: 18px;
    background:url(../image/list-v-icon.png);
    background-size:cover;
}
.s_kiji_list li a h3{
    font-size: 18px;
    font-weight: bold;
    color:#101010;
    line-height: 26px;
    margin-top:10px;    
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
   
}

.s_kiji_list li a:hover h3{    
    color:#eb914c;    
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.s_kiji_list li p{
     font-size: 15px;
    color:#949494;
    font-weight: 500;
    margin-top: 9px;
}


@media all and (-ms-high-contrast: none) { /* IE10,11用 */
    .sub_tit {
        background: none;
        color: #f2cd38
    }
}



.link_btn{
	display:block;
	position:relative;
	width:280px;
	height:60px;
	margin:0 auto;
	font-size:18px;
    font-weight:bold;
	color:#fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
    background: linear-gradient(90deg, #f2cd38, #e06363);
	padding:20px 0 0 40px;
	box-sizing:border-box;	
   -webkit-box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1); 
    -moz-box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1); 
    box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1); 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	
.link_btn:hover{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
   -webkit-box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1); 
    -moz-box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1); 
    box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1); 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link_btn:before{
	content:"";
	display:block;
	position:absolute;
	width:26px;
	height:26px;
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
	background:url(../image/play_icon.png);
	background-size:cover;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.link_btn:hover:before{
    right:17px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.link_btn:after{
	content:"";
	display:block;
	position:absolute;
	width:14px;
	height:4px;
	top:0;
	bottom:0;
	right:60px;
	margin:auto;
	background:url(../image/link_btn_dotted.png);
	background-size:cover;
    
}
.ad_big02{
    width: 100%;
    padding:30px 15px;
    box-sizing:border-box;
    text-align: center;
    background:#fff;   
}




.link_btn.back{
     padding-left:10px;
    text-align:center;
}
.link_btn.back:before{
	content:"";
	display:block;
	position:absolute;
	width:26px;
	height:26px;
	top:0;
	bottom:0;
    right:auto;
	left:20px;
	margin:auto;
	background:url(../image/back_btn_icon.png);
	background-size:cover;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.link_btn.back:after{
     display:none;   
}



.ad_big02 img{
    max-width:840px;
}
.ad_small{
    padding:50px 15px;
    box-sizing:border-box;
    	-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;
    
}
.ad_small a{
    display: block;
    width: 48.3%;
}


	
.pagenation{
    width: 100%;
    background:#f7f7f7;
    position: relative;
    padding:5px 0;
    box-sizing:border-box;    
}
.pagenation:before{
     content:"";
    display: block;
    width: calc(50% - 200px);
    height: 80px;
    position: absolute;
    left:0;
    top:5px;
    background:#fff;
   -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); 
}
.pagenation:after{
     content:"";
    display: block;
    width: calc(50% - 200px);
    height: 80px;
    position: absolute;
    right:0;
    top:5px;
    background:#fff;
   -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); 
}
.pagenation_inr{
     width: 390px;
    height: 80px;
    margin:0 auto;
    background:#fff;
    padding:10px;
    text-align: center;
    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); 
}
.pagenation .dots{
	display:none;
}

.pagenation a,
.pagenation span{
	color:#101010;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","MS Pゴシック",Osaka,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	width:60px;
	height:60px;
    box-sizing:border-box;
	display:inline-block;
	margin:0 5px;
	padding-top:21px;
	background:#f2f2f2;
	border-radius:10px;
	-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;
}
.pagenation .current,
.pagenation a:hover{
    color:#fff;
	background:#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;
}
.pagenation .prev{
    display: block;
    position: absolute;
    right:calc(50% + 225px);
    top: 35px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin:0;
    padding:0;
    width: 136px;
    height: 18px;
    z-index:10;
    background:url(../image/prev_btn_bg.png);
    background-size:cover;
    border-radius:0;
}
.pagenation .prev:hover{
    background:url(../image/prev_btn_bg.png);
    background-size:cover;
    
}

.pagenation .next{
    display: block;
    position: absolute;
    left:calc(50% + 225px);
    top: 35px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	margin:0;
    padding:0;
    width: 136px;
    height: 18px;
    box-sizing:border-box;
    z-index:10;
    background:url(../image/next_btn_bg.jpg);
    background-size:cover;
    border-radius:0;
}
.pagenation .next:hover{
    background:url(../image/next_btn_bg.jpg);
    background-size:cover;
    
}

@media screen and ( max-width: 1250px ) {
    
.kiji_list li .videoBox{top:11vw;}
    
}
@media screen and ( max-width: 1150px ) {
.kiji_list li .videoBox{top:10vw;}
    
}
@media screen and ( max-width: 1050px ) {
.kiji_list li .videoBox{top:8vw;}
.kiji_list li .videoBox{
    width: 100px;
    height: 56px;
    border:2px solid #fff;
    box-sizing:border-box;
    
}
.kiji_list li .videoBox a p{
    font-size: 15px;
    display: block;
    width: 67px;
    box-sizing: border-box;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 20px;
    font-weight: bold;
    color: #fff;
}
.kiji_list li .videoBox a p:before{
    width: 15px;
    height: 15px;
    top:0px;
    }.kiji_list li .img_area .tag{padding-right:120px;}
    
}
@media screen and ( max-width: 950px ) {
    .kiji_list li{width: 100%;}
    .kiji_list li .videoBox{top:43%;}
}


@media screen and ( max-width: 860px ) {
    .kiji_list li .videoBox{top:37%;}
}







@media screen and (max-width : 800px ){
    
.box_inr{padding:0 15px;}
    
.b_tit{
    font-size: 27px;
    margin-right:20px;
}
.sub_tit{
 display: inlineblock;
    font-size: 14px !Important;
    padding-top:7px;
}


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

.kiji_list li .videoBox{top:59%;}
.kiji_list li .img_area .tag{
    padding:15px 120px 15px 15px;
    font-size: 15px;
}
.kiji_list li .keyword {
    border:3px solid #000000;
    font-size: 13px;
    padding:10px;
    margin:20px 0 11px;
}
.kiji_list li .keyword:before{
    width: 117px;
    height: 24px;
    top:-10px;
    background-image:url(../image/keyword_icon.png);
}

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


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

.kiji_list li span.day{
    font-weight: bold;
   /* padding-left:30px;*/
	}
/*.kiji_list li span.day:before{
    width: 3px;
    height: 13px;
    left:15px;
    background-image:url(../image/k_line.png);
}*/

.kiji_list li span.feature{
    padding-right:30px;
	}
.kiji_list li span.feature:before{
    width: 3px;
    height: 13px;
    right:15px;
    background-image:url(../image/k_line.png);
}

  


.s_kiji_list{
    margin-top: 30px;
    padding-bottom:0;
}
.s_kiji_list li{
    width: 48%;
    margin-right:4%;
    margin-bottom: 17px;
    
}
.s_kiji_list li:nth-child(2n){
    margin-right:0;
}

.s_kiji_list li a .img_area span{
    width: 70px;
    height:25px;
    padding:7px 0 0 15px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 5px 0 0 0;
}
.s_kiji_list li a .img_area span:before{
    left:7px;
    margin:auto;
    width: 12px;
    height: 12px;
}
.s_kiji_list li a:hover,
.kiji_list li a:hover {
	filter: alpha(opacity=100) !Important;
	-moz-opacity:1 !Important;
	opacity:1 !Important;
}
    
    
.s_kiji_list li h3{
    font-size: 14px;
    line-height: 21px;
    margin-top:10px;
    
}

.s_kiji_list li p{
     font-size: 12px;
    margin-top: 5px;
}  
    
    
    
    
    
    
    
    
.area_kiji{
    padding:35px 0 70px; 
    overflow: hidden;
}

.area_kiji .ichiran_btn{
    float:right;
    width: 145px;
    height: 30px;
    color:#101010;
    font-size: 13px;
    padding:9px 0 0;
    border-radius:15px;
    text-align: center;
}
.area_kiji .ichiran_btn:before{
        display: none;
    }
.area_kiji .area-slider{
    margin-top: 30px;
}

.area_kiji .area-slider li a .img_area span{
    width: 70px;
    height:25px;
    padding:7px 0 0 15px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 5px 0 0 0;
}
.area_kiji .area-slider li a .img_area span:before{
    left:7px;
    margin:auto;
    width: 12px;
    height: 12px;
}
.area_kiji .area-slider li h3{
    font-size: 14px;
    line-height: 21px;
    margin-top:10px;
    
}
.area_kiji .slick-list { margin-right: -30px;}
.area_kiji .slick-slide { margin-right: 30px;}

.area_kiji .slick-dots {
    bottom: -42px;
}
    
    
    
    
    
    
.link_btn{
	width:265px;
	height:55px;
	margin:0 auto;
	font-size:17px;
	-moz-border-radius: 27.5px;
	-webkit-border-radius: 27.5px;
	border-radius: 27.5px;
	padding:18px 0 0 40px;
	}
	
.link_btn:before{
	width:25px;
	height:25px;
}
.link_btn:hover:before{
    right:17px;
}
.link_btn:after{
	width:13px;
	height:3px;
	background-image:url(../image/link_btn_dotted.png);
    
}
    
    
    
.link_btn.back{;
	border-radius: 27.5px;
	padding:18px 0 0 10px;
	}
	
.link_btn.back:hover:before{
    right:auto;
    left:17px;
}    
    
    

.ad_small{
    padding:15px 15px 0;
    box-sizing:border-box;    
}
.ad_small a{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

    

    

	
.pagenation{padding:2px 0; }
.pagenation:before{
    width: calc(50% - 132px);
    height: 60px;
    top:2px;
}
.pagenation:after{
    width: calc(50% - 132px);
    height: 60px;
    top:2px;
}
.pagenation_inr{
     width: 270px;
    height: 60px;
    box-sizing:border-box;
}

.pagenation a,
.pagenation span{
	font-size:12px;
	width:40px;
	height:40px;
	margin:0 2px;
	padding-top:14px;
	border-radius:10px;
}

.pagenation .prev{
    right:calc(50% + 147px);
    top: 0;
    width: 10px;
    height: 60px;
    background-image:url(../image/prev_btn_bg_sp.png);
}

.pagenation .next{
    left:calc(50% + 147px);
    top: 0;
    width: 10px;
    height: 60px;
    background-image:url(../image/next_btn_bg_sp.png);
}

    
    
	
	}
	
	

@media screen and (max-width : 680px ){
.kiji_list li .videoBox{top:55%;}    
}
@media screen and (max-width : 600px ){
.kiji_list li .videoBox{top:52%;}    
}
@media screen and (max-width : 520px ){
.kiji_list li .videoBox{top:46%;}    
}
@media screen and (max-width : 440px ){
.kiji_list li .videoBox{top:40%;}    
}
@media screen and (max-width : 380px ){
.kiji_list li .videoBox{top:34%;}    
}
@media screen and (max-width : 300px ){
.kiji_list li .videoBox{top:28%;}    
}






/* ==========================================================================
	以下2022追記
========================================================================== */
.con_inr{
    position: relative;
    width: 92.3%;
    max-width:1300px;
    margin:0 auto;
}
.fit_img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position:center center;
    background-size:cover;
    z-index:1;
    transition: transform ease .3s;
    font-family: 'object-fit: cover;'; /*IE対策*/
}



.btn_list{
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 10px;
  scrollbar-base-color: #FFF;
  scrollbar-arrow-color: #ffffff;
}



.btn_list div{	
  scrollbar-base-color: #FFF;
  scrollbar-arrow-color: #ffffff;
  background-color:#fff !Important;
	}
.btn_list::-webkit-scrollbar {  
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

.btn_wrap::-webkit-scrollbar{
    
    display:none;
	overflow-x:scroll;
    
}
.btn_wrap{
    position: relative;
    -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;
    width: 100%;
    min-width:950px;
  scrollbar-base-color: #FFF;
  scrollbar-arrow-color: #ffffff;
}

.btn_list p{
    
    position: relative;
    display: block;
    padding: 8px 7px 8px 33px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #f7f7f7;
    vertical-align: middle;
    width: 11.33%;
    cursor: pointer;
    -webkit-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}


.btn_list p:hover,
.btn_list p.active {
    background-color: #e9463a;
    color:#fff;
}
.btn_list p:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 5px;
    background:#fff;
  -webkit-transition: border-color 0.4s linear;
  transition: border-color 0.4s linear;
}
.btn_list p.active:before {
  background:url(../image/2022/search_check_icon.png) #fff;
    background-size:cover;
}

.btn_list p:after {
  content: '';
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
    margin:auto;
  display: block;
  width: 12px;
  height: 8px;
  border-radius: 5px;
  -webkit-transition: background 0.4s linear;
  transition: background 0.4s linear;
    background:none;
}
.btn_list p.active:after {
  background:url(../image/2022/btn_list_active.png);
    background-size:cover;
}



/*---link_list---*/

.link_list,
.ranking .link_list.active {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    margin-top: 50px;
}


.ranking .link_list {    
    display: none;
    opacity: 0;
    transition:all .8s cubic-bezier(.25, .46, .45, .94);
}
.ranking .link_list.active {    
    -webkit-animation:fade 0.8s cubic-bezier(.25, .46, .45, .94) forwards;
    animation:fade 0.8s cubic-bezier(.25, .46, .45, .94) forwards;
}
@-webkit-keyframes fade{
    0%{opacity:0}
    100%{opacity:1}
}
@keyframes fade{
    0%{opacity:0}
    100%{opacity:1}
}



.link_list .list_box {
    position: relative;
    width: 23%;
    margin-right: calc(8%/3);
    margin-bottom: 60px;
  counter-increment: number;
}
.link_list .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;
}

.ranking .link_list .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;
}
.ranking .link_list .list_box:first-child:before{
    background-image: url(../image/2022/rank_icon01.png);
}
.ranking .link_list .list_box:nth-child(2):before{
    background-image: url(../image/2022/rank_icon02.png);
}
.ranking .link_list .list_box:nth-child(3):before{
    background-image: url(../image/2022/rank_icon03.png);
}
.link_list .list_box:nth-child(4n){
    margin-right: 0;
}
.link_list .img_area{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius:5px;
    margin-bottom: 30px;
}

.link_list .img_area:before{
    content:"";
    display: block;
    padding-top: 100%;
}
.link_list .categorys {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    box-sizing: border-box;
    z-index:10;
}

.link_list .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;
}
.link_list .ken{
    position: relative;
    display:inline-block;
    margin:0 8px 8px 0px;
    font-size: 15px;
    color:#020202;
    border-bottom:1px solid #020202;
    transition:color .3s ease,border .3s ease;
    z-index:10;
}
/*
.link_list .ken:before{
    content:"";
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    left: -21px;
    top: -2px;    
    background:url(../image/2022/link_ken_pin.png);
    background-size:cover;
}
.link_list .ken:after {
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    right: -18px;
    top: 0px;
    background: url(../image/k_line.png);
    background-size: cover;
}
*/

.link_list .day {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color:#949494;
}

/*
.link_list .day:before {
    content: "";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    left: -13px;
    top: 0px;
    background: url(../image/k_line.png);
    background-size: cover;
}
*/
.link_list p {
    display: block;
    margin:14px 0 17px;
}
.link_list p a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6666;
    letter-spacing: -0.02em;
    color:#101010;
    transition:color .3s ease;
}
.link_list .tag_list{
    display: block;
}
.link_list .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;
}

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

.link_list a:hover{
    opacity: 100;
}

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

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

}

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


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

/*---reco_tag---*/
.reco_tag {
    position: relative;
    width: 100%;
    padding:30px 190px 20px 40px;
    box-sizing:border-box;
    background:#fff;
    border-radius:10px;
    margin:0 auto;
	-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;
}
.reco_tag.rank {
     background:#f7f7f7;   
}
.reco_tag:before{
    content:"#";
    display: block;
    position: absolute;
    left: -8px;
    top: -10px;
    color:#e9463a;
    font-size: 44px;
    z-index:20;
}
.reco_tag h3 {
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 20px;
    font-weight: 700;
    
    margin-bottom: 10px;
}
.reco_tag .tag_list {
    position: relative;
    width: 100%;
    display:inline-block;
    width: calc(100% - 200px - max(90px,6.42vw));
}

.reco_tag .tag_list 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;
}

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

.reco_tag .tag_list a:hover{
    color:#e9463a;
    transition:color .3s ease;
    opacity:100;
    
}
.reco_tag .illust{
    position: absolute;
    width: 158px;
    right: 30px;
    bottom: 1px;
    z-index:20;
}
.reco_tag.rank .illust{
    position: absolute;
    width: 151px;
    right: 40px;
    bottom: 0px;
    z-index:20;
}



@media screen and (max-width : 900px ){
    .link_list .list_box {
        position: relative;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .link_list .list_box:nth-child(2n){
        margin-right: 0;
    }
    .reco_tag{
        margin-top: 40px;
    }

}
@media screen and (max-width : 800px ){
    
    
    .con_inr{
        width: 90%;
    }
    
    .btn_wrap{
        width: 870px;
    }
    .btn_list{
        width: 104%;
        margin-top: 38px;
    overflow: scroll !Important;
    }
    .btn_list p{
        width: 100px;
        font-size: 12px;
        border-radius:3px;
        padding-bottom: 10px;
    }


    .btn_list p:hover,
    .btn_list p.active {
        background-color: #e9463a;
        color:#fff;
    }
    .btn_list p:before {
      top: 5px;
      left: 5px;
      width: 20px;
      height: 20px;
      border-radius: 3px;
    }
    .btn_list p.active:before {
      background-image:url(../image/2022/search_check_icon_sp.png);
        background-size:cover;
    }

    .btn_list p:after {
      content: '';
      position: absolute;
      top: 29px;
      left: 0;
      right: 0;
        margin:auto;
      display: block;
      width: 12px;
      height: 8px;
      border-radius: 5px;
      -webkit-transition: background 0.4s linear;
      transition: background 0.4s linear;
        background:none;
    }
    .btn_list p.active:after {
      background:url(../image/2022/btn_list_active.png);
        background-size:cover;
    }



    .ranking{
        overflow: hidden;
        padding-bottom: 50px;
    }
    .link_list,
    .ranking .link_list.active {
        margin-top: 37px;
    }



    .ranking .link_list .list_box{
        margin-bottom: 25px;
    }

    .link_list .list_box.feature:after{
        right: 5px;
        width: 45px;
        height: 65px;
        background-image:url(../image/2022/feature_icon_sp.png);
    }
    .ranking .link_list .list_box:before{
        width: 41px;
        height: 40px;
        top: -20px;
        left: -10px;
        padding-top: 18px;
        font-size: 10px;
    }
    
    .ranking .s_link_btn{
        margin-top: 30px;
    }
    
    
    
    .link_list .img_area{
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius:5px;
        margin-bottom: 20px;
    }

    .link_list .ken{
        font-size: 14px;
    }
    .link_list .ken:before{
        width: 13px;
        height:12px;
        left: -16px;
        top: -1px;    
    }
    .link_list .ken:after {
        right: -10px;
        top: -2px;
    }

    .link_list .day {
        font-size: 14px;
    }
    .link_list p {
        display: block;
        margin:14px 0 15px;
    }
    .link_list p a {
        font-size: 17px;
    }
    .link_list .tag_list a{
        margin-right: 18px;
        margin-bottom: 8px;
        font-size: 13px;
    }

    
    /*---reco_tag---*/
    .reco_tag {
        position: relative;
        width: 100%;
        padding:50px 9.24% 30px;
        border-radius:5px;
        display: block;
    }
    .reco_tag:before{
        left: -8px;
        top: -10px;
        font-size: 45px;
    }
    .reco_tag h3 {
        display: block;
        position: absolute;
        left: 9%;
        top: -8px;
        font-size: 19px;
        margin-bottom: 0;
    }
    .reco_tag .tag_list {
        width: 100%;
    }

    .reco_tag .tag_list a{
        margin-right: 10px;
        font-size: 15px;
    }

    .reco_tag .illust{
        width: 102px;
        right: 0;
        bottom: auto;
        top: -45px;
    }
    .reco_tag.rank .illust{
        width: 99px;
        right: 0;
        bottom: auto;
        top: -45px;
    }


    
}

/* ==========================================================================
	s_link_btn
========================================================================== */

.s_link_btn{
	display:block;
	position:absolute;
    top: 0;
    right: 0;
	width:180px;
	height:50px;
	margin:0 auto;
	font-size:16px;
    font-weight:bold;
	color:#fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
    background: linear-gradient(90deg, #f2cd38, #e06363);
	padding:16px 0 0 25px;
	box-sizing:border-box;	
   -webkit-box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1); 
    -moz-box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1); 
    box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1); 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	
.s_link_btn:hover{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
   -webkit-box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1); 
    -moz-box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1); 
    box-shadow: 0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1),0px 5px 10px 0px rgba(218, 218, 218, 1); 
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.s_link_btn:before{
	content:"";
	display:block;
	position:absolute;
	width:18px;
	height:18px;
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
	background:url(../image/play_icon.png);
	background-size:cover;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.s_link_btn:hover:before{
    right:17px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}






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

    .s_link_btn{
        display:block;
        position:relative;
        top: auto;
        right: auto;
        width:100%;
        height:55px;
        font-size:17px;
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
        border-radius: 28px;
        padding:18px 0 0 40px;
    }
    .s_link_btn:before{
        width:25px;
        height:25px;
        background-image:url(../image/2022/play_icon_sp.png);
        right:57px;
    }
    .s_link_btn:hover:before{
        right:50px;
    }
    
    .s_link_btn:after {
        content: "";
        display: block;
        position: absolute;
        width: 13px;
        height: 3px;
        top: 0;
        bottom: 0;
        right: 97px;
        margin: auto;
        background: url(../image/link_btn_dotted.png);
        background-size: cover;
    }


}
/* ==========================================================================
	ranking
========================================================================== */
.ranking{
    position: relative;
    padding:80px 0;
}





.btn_lang{
	position: fixed;
	z-index: 500000;
	display: flex;
}
.btn_lang li{
	margin: 0 10px;
}