@charset "UTF-8";

/*
Theme Name:HIKARI
Theme URI: http://influencer.daishin-ad.com/
Description:インフルエンサーマーケティングサイトの専用テンプレートです。
Author:koshimizu ayako
Version:1.0 190327　
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/********* base *********/

html{font-size: 62.5%; /* sets the base font to 10px for easier math */}

body{
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;  
  /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1.6;
}

body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6{
    -webkit-font-smoothing:antialiased;
}

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

a:hover{color: #999;}
a img:hover {
    opacity: 0.7;
}

.sp{display: none!important;}

@media screen and (max-width: 768px){
	.sp{display: block!important;}
	.pc{display: none!important;}
}

/********* header *********/
header .header-pc{
    min-width: 1200px;
    background: url(library/images/header-bg.jpg)no-repeat top center; 
    height: 87px;}

header #header-logo{
    margin-top: 5px;
    margin-right: 40px;
}
.header-top{
    min-width: 1200px;
    margin: 0 auto;
    position: relative;}
    
.header-top-wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

header nav.g-nav {
    margin: 32px auto 0;
    }

header nav ul{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;}

header .header-sp{display: none;}

#menu-g-nav li a,
#menu-g-nav-1 li a,
#menu-g-nav-2 li a{
    height: 50px;
    width: 230px;    
    margin: 2px 5px 0;    
    text-indent: -9999px;}

#menu-g-nav li:last-child a{
    margin: 2px 0 0 5px;      
}

#menu-g-nav li a:hover,
#menu-g-nav-1 li a:hover,
#menu-g-nav-2 li a:hover{opacity: 0.9;}

#menu-g-nav .menu-item-48 a,
#menu-g-nav-1 .menu-item-48 a,
#menu-g-nav-2 .menu-item-48 a{
    background: url(library/images/gnav-btn01.png)no-repeat top center;
    display: block;
}
#menu-g-nav .menu-item-47 a,
#menu-g-nav-1 .menu-item-47 a,
#menu-g-nav-2 .menu-item-47 a{
    background: url(library/images/gnav-btn02.png)no-repeat top center;
    display: block;
}
#menu-g-nav .menu-item-50 a,
#menu-g-nav-1 .menu-item-50 a,
#menu-g-nav-2 .menu-item-50 a{
    background: url(library/images/gnav-btn03.png)no-repeat top center;
    display: block;
}

ul#menu-g-s-nav {
    width: 233px;
    position: absolute;
    right: 0;
    background: #fff;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 0 0 10px 10px;
    opacity: 0.8;
}


@media screen and (max-width:768px){
    body{
        font-size: 16px;
      /* sets the default sizing to make sure nothing is actually 10px */
        line-height: 1.6;
    }
    img{width: 100%;}
    
    header .header-pc{display: none;}
    
    header{
        width: 100%;
        min-width: 100%;
        height: auto;}
    
    header nav ul{
        display: block;
        width: 100%;}
    
    header nav.g-nav {
        width: 100%;
        font-size: 18px;
        height: auto;
        padding-bottom: 1%;
        margin: 29px auto 0;}

    header .header-sp{
        background: url(library/images/header-bg-sp.jpg)no-repeat top center;
        background-size: 100%;
        display: block;
        z-index: 2;   
        width: 100%;   
        top: 0;
    }
    header #header-logo{
        width: 71%;
        margin: 0;}

    header #header-logo img{
        margin-top: 0;
        width: 100%;}
    main#main {
    margin-top: -2%;
    }
}


	
/********* footer *********/	

footer {
    min-width: 1200px;
    background: #142C4B;
    color: #fff;
    padding: 50px 0 0;}
footer h1{
    text-align: right;
    margin-bottom: 5px;
}

footer #footer-inner{
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;}

footer nav ul{
    margin: 0 auto;
    display: flex;}
footer #footer-inner > div{margin-right: 30px;}

footer div#nav_menu{
    margin-left: 120px;
    margin-right: 0;
}
ul#menu-f-nav{font-size: 16px;}

#right-box{
    width: 445px;
    margin: 0 0 10px 270px;
}

ul#menu-g-s-nav-1{
    width: 250px;
    font-size: 14px;
}

ul#menu-g-s-nav-1 li{margin: 0 5px;}

.widget ul li a,
ul#menu-g-s-nav-1 li a{color: #fff;}

#copy{
	text-align: center;
	background: #fff;
	color: #132C4B;
	font-size: 14px;
	height: 22px;
	padding-top: 20px;
    min-width: 1200px;}

#copy a{color: #132C4B;}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.before {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}


@media screen and (max-width: 768px){
/********* footer *********/	
    #page-top{
        min-width: 100%;
    }
    footer{
    min-width: 96%;
    text-align: left;
    padding: 3% 2% 3%; }
    
    footer h1{
        text-align: center;
        margin: 0 auto 2%;
    }
    footer h1 img{
		width: auto;
	}
    
    footer .footer-inner{
        display: block;
        width: 98%;}
    .footer .footer-inner #nav_menu-2{
        border-right:none;
        padding-right: 0;
    }
    .footer .footer-inner #nav_menu-2 ul{
        display: block;
    }
    .bb02{background: url(library/images/footer-line.jpg)bottom center no-repeat;}
    footer .footer-inner #nav_menu-3, 
    footer .footer-inner #nav_menu-4, 
    footer .footer-inner #nav_menu-5{
        padding: 0 ;
         border-right:none;       
    }
    
    footer .footer-inner #nav_menu-6{
        margin-left:0;
    }
    
    .widget_nav_menu{
        width: 100%;
        margin-top: 2%!important;
    }
    
    .footer .footer-inner-box .tel{
        margin-top: 2%;}
    .footer .footer-inner-box{
        width: 100%;
        margin: 0 auto;}
    
    footer #footer-inner-02{
        width: 100%;
        flex-wrap: wrap;
        margin: 1% auto;
    }
    footer #footer-inner-02 .footer-inner-box{
        width: 46%;
       text-align: left;        
    }
    
    footer #footer-inner-02 .footer-inner-box .footer-logo{
        width: 53%;
    }
    footer #footer-inner-02 .footer-inner-box address{
        display: block;
        width: 263px;
 }    
    footer #footer-inner-02 .footer-inner-box:nth-child(3){
        width: 311px;
        margin: 0 auto;
    }
    footer #footer-inner-02 .footer-inner-box #footer-btn{
        margin: 4% auto 0;
        display: block;
        text-align: center;
    }
    footer #footer-inner-02 .footer-inner-box #footer-btn img{
        width: 100%;
    }
    
    #copy{
        min-width: 100%;
        height:auto;
        padding-bottom: 15px;}
    
    
    footer .footer-inner h3{
        border-radius: 10px;
        text-align: left;
        padding: 1% 0 1% 1%;
        background: #fff url(library/images/footer-arrow-sp.png)no-repeat 98% 10px;
    }
    footer #footer-inner > div{width: 100%;}
    footer #footer-inner > div.sitemap{width: 100%;}
    ul#menu-f-nav01 li, ul#menu-f-nav02 li{width: 23%;}
    ul#menu-f-nav02 {
     background: url(library/images/footer-line.jpg)top center no-repeat;
    display: flex;
    flex-wrap: wrap;
        padding-top: 4%;
     padding-left: 0; 
    margin-left: 0; 
    }
       footer #footer-inner{
            width: 100%;
            display: block;
        }
        footer #footer-inner02 {
             display: block; 
            justify-content: space-around;
            color: #3F3F3F;
            width: 100%;}

    div#f-btn-block {
        background: #672E8E;
        border: 1px solid #A454CD;
        border-radius: 10px;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 5px 0;}
    
    div#f-btn-block > div{
        padding: 0 5px;
    }
    div#f-btn-block img{width: 100%;}
    
    footer a{color: #fff;}
    
    footer .sp > div{    margin-top: 3%;}
    ul#menu-f-nav-1{
        font-size: 14px;}
    ul#menu-f-nav-1 li{
        margin-bottom: 1%;}
    
    ul#menu-g-nav-2{display: block;}
    
    ul#menu-g-s-nav-2{
        justify-content: center;
        font-size: 14px;
    }
    ul#menu-g-s-nav-2 li{
        margin: 0 1%;
    }
    ul#menu-g-nav-3{
        display: block;}
    .sp > .fb > div {
    width: 50%;
}
    
    footer #menu-g-nav-1 li a, 
    footer #menu-g-nav-2 li a{
        width: auto;
    height: 50px;  
    margin: 2px 5px 0;    
    text-indent: -9999px;}
    
    footer #menu-g-nav-2 .menu-item-48 a{
    background: url(library/images/gnav-btn01.png)no-repeat top center;
    display: block;
        background-size: 100%;
}
    footer #menu-g-nav-2 .menu-item-47 a{
    background: url(library/images/gnav-btn02.png)no-repeat top center;
    display: block;
            background-size: 100%;
}
    footer #menu-g-nav-2 .menu-item-50 a{
    background: url(library/images/gnav-btn03.png)no-repeat top center;
    display: block;
            background-size: 100%;
    
}

}

@media screen and (max-width: 640px){
    ul#menu-f-nav01 li, ul#menu-f-nav02 li{width: 44%;}
}

@media screen and (max-width: 525px){
    footer #footer-inner-02 .footer-inner-box{
        width: 100%;}
        footer h1 img{
		width: 80%;
	}
}

@media screen and (max-width: 768px){
		nav.globalMenuSp {
			position: fixed;
			z-index: 5;
			top: -29px;
			left: 0;
			color: #464646;
			transform: translateY(-100%);
			transition: all 0.6s;
			width: 100%;
		}

		nav.globalMenuSp ul {
            background: #fff;
            margin: 1% 1% 0;
			width: 86%;
		}

		nav.globalMenuSp ul li {
            background:#fff url(/wp-content/uploads/2019/07/sp-arrow.png)no-repeat right;
			list-style-type: none;
			padding: 0;
			margin: 0 3% 0;
            border-bottom: 1px solid #C8E1E0;            
		}

		/* 最後はラインを描かない */
		nav.globalMenuSp ul li:last-child {
			padding-bottom: 0;
			border-bottom: none;
		}

		nav.globalMenuSp ul li a {
			display: block;
			color: #000;
			padding-top: 2%;
			padding-bottom: 2%;
            }			


		/* このクラスを、jQueryで付与・削除する */
		nav.globalMenuSp.active {
			transform: translateY(0%);
		}

		.navToggle {
            background-size: 100%;
			display: block;
			position: absolute;    /* bodyに対しての絶対位置指定 */
			right: 10px;
			top: 1%;
            width: 11%;
			cursor: pointer;
			z-index: 6;
			text-align: center;
		}
    
    .navToggle.active{
			top: 0;        
    }

    .navToggle.active > div{
        background:  url(library/images/close-btn.png)no-repeat top right;}
    
    .navToggle.active > div img{
        visibility: hidden;
        height: 120px;
    }
    
        header nav.g-nav.active {
            background: #C8E1E0;
    }
    
    nav.globalMenuSp ul li#menu-item-102,
    nav.globalMenuSp ul li#menu-item-103,
    nav.globalMenuSp ul li#menu-item-104{
    width: 230px;    
    margin: 2px 5px 0;    
    text-indent: -9999px;
    border-bottom:none;}
    
    li#menu-item-102 a{
    background: url(library/images/gnav-btn01.png)no-repeat top center;
    display: block;
        margin-top: 9%;
    height: 50px;        
}
    li#menu-item-103 a{
    background: url(library/images/gnav-btn02.png)no-repeat top center;
    display: block;
        height: 50px;
}
    li#menu-item-104 a{
    background: url(library/images/gnav-btn03.png)no-repeat top center;
    display: block;
        height: 50px;    
}
    
        
 
}