@charset "UTF-8";

/*---------------------------------------------------------------*\
	$common
\*---------------------------------------------------------------*/


.menu-trigger span {
    background-color: #000!important;
}

header.header_change {
    background: #111 !important;
}

.wrapper_logo_top {
    background-image: url(../img/common/logo.png) !important;
}

.menu-trigger span {
    background-color: #fff!important;
}

footer {
    background: #111 !important;
}

#top {
    position: relative;
    padding: 170px 0 90px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/topics/topic_cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .wrapper_logo_top {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    width: 92%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
}
#top .logo_top {
  width: 130px;
  background: #169ccd;
  padding: 35px 26px;
}
#top .logo_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .logo_top img {
  width: 100%;
  height: auto;
}

.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}

.title_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title_info .cats a {
	display: inline-block;
	margin-bottom: 0px;
	color: #555;
	border: 1px solid #555;
	width: max-content;
	letter-spacing: 0;
	font-size: 1.1rem;
	border-radius: 3px;
	padding: 2px 10px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/* blog */

#blog {
	margin-top: 40px;
}
#blog .top_text_blog {
	width: 210px;
	margin: 0px auto;
}
#blog .top_text_blog img {
	width: 100%;
	height: auto;
}
#blog .wrapper_contents_blog {
	width: 1200px;
	margin: 90px auto 90px;
	display: -webkit-flex;
	display: flex;
}
#blog .sidebar_blog {
	width: 270px;
	margin-left: auto;
}
#blog .contents_blog {
	width: 71%;
}
#blog .title_sidebar {
	padding-bottom: 10px;
	font-family: 'Jaldi', sans-serif;
	font-size: 20px;
	text-align: center;
	border-bottom: solid 1px #111;
	letter-spacing: 6px;
}
#blog .contents_sidebar {
	margin-top: 16px;
}
#blog .contents_sidebar li {
    margin-bottom: 12px;
    padding-bottom: 12px;
	border-bottom: dashed 1px #eee;
}
#blog .contents_sidebar li:last-child {
	margin-bottom: 0px;
}
#blog .category_blog .contents_sidebar li a {
	font-size: 13px;
}
#blog .archive_blog .contents_sidebar li a {
	font-size: 15px;
}
#blog .contents_sidebar li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	color: #666;
	display: block;
	font-family: 'Jaldi', sans-serif;
}
#blog .contents_sidebar li a:hover {
	color: #111;
}
#blog .category_blog {
	margin-bottom: 40px;
}
#blog .contents_sidebar li a .fa-angle-right {
	position: absolute;
	right: 0px;
	top: 3px;
}
#blog .search_blog {
	margin-bottom: 50px;
}
#blog .search_bar {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	width: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}
#blog .search_bar input {
    padding: 8px;
    border: none;
    width: 72%;
    display: inline-block;
}
#blog .search_bar button {
	color: #fff;
		font-family: 'Jaldi', sans-serif;
		letter-spacing: 0.4px;
		font-size: 15px;
	background: #111;
	padding: 8px;
	border: none;
	width: 28%;
	    display: inline-block;
}
#blog ::-webkit-input-placeholder {
	color:#ddd;
	font-size: 13px;
}
#blog :-moz-placeholder {
	color: #ddd; opacity: 1;
	font-size: 13px;
}
#blog ::-moz-placeholder {
	color: #ddd; opacity: 1;
	font-size: 13px;
}
#blog :-ms-input-placeholder {
	color: #ddd;
	font-size: 13px;
}
#blog .border_none {
	border-bottom: none;
}
.lang_blog {
	margin-bottom: 50px;
    background: #eee;
    padding: 2rem 0;
}
.langs {

}
.langs li {
	margin: 0 auto 1rem;
	width: 90px;
}
.langs li a,
.langs li a span
{
	display: flex;
	align-items: center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
	color: #666;
	font-weight: bold;
}
.langs li.current-lang a {
	text-decoration: underline;
}
.langs li:not(.current-lang) a:hover {
	opacity: .7;
}


/* article */

#blog .each_blog {
	border-bottom: dashed 1px #eee;
	padding-top: 50px;
	padding-bottom: 50px;
}
#blog .each_blog a {
	display: block;
	letter-spacing: -.4em;
	width: 100%;
	height: 100%;
}
#blog .each_blog a:hover .thumbnail_blog > img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#blog .each_blog:first-child {
	padding-top: 0px;
}
#blog .thumbnail_blog {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 300px;
	overflow: hidden;
}
#blog .thumbnail_blog img {
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}
#blog .info_blog {
	width: 60%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-left: 36px;
}
#blog .title_blog {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
#blog .wrapper_info_each {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
}
#blog .date_posted {
	margin-top: 3px;
	font-size: 14px;
	font-family: "Josefin Sans", sans-serif;
	color: #888;
	display: block;
}
#blog .category_each_blog {
	display: block;
    letter-spacing: 0.5px;
    font-family: 'Jaldi', sans-serif;
    font-size: 10px;
    margin-left: 17px;
    border: solid 1px #111;
    padding: 2px 13px 1px;
}
#blog .description_blog {
	line-height: 25px;
	font-size: 12px;
	color: #666;
	letter-spacing: 0.4px;
	margin-top: 16px;
}

/* pagenation */

#blog .wp-pagenavi {
	margin: 0 auto 160px;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	display: flex;
}
#blog .wp-pagenavi a,
#blog .wp-pagenavi > span {
	/* margin-right: 0px; */
	width: 30px;
	height: 30px;
	border-radius: 60px;
	background: #f5f5f5;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 10px;
}
#blog .wp-pagenavi .current {
    color: #fff;
    background: #111;
    margin: 0 10px;
}
#blog .wp-pagenavi a.previouspostslink,
#blog .wp-pagenavi a.nextpostslink {
	background: none;
	border: solid 1px #ddd;
}
#blog .wp-pagenavi a:hover {
	background: #111;
	border: solid 1px #111;
    color: #fff;
}
#blog .wp-pagenavi a:hover span {
	color: #fff;
	font-size: 12px;
}
#blog .wp-pagenavi a.nextpostslink {
	/* margin-right: 0px; */
}
#blog .wp-pagenavi a span {
	font-family: "Josefin Sans", sans-serif;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#blog .wp-pagenavi .current span {
	color: #fff;
}
#blog .icon_arrow {
	display: block;
	width: 15px;
	margin: 0 auto;
}
#blog .icon_arrow img {
width: 100%;
height: auto;
}

/* pagenation pc */

#blog .pagenation_pc {
	display: -webkit-flex;
	display: flex;
}

/* pagenation sp */

#blog .pagenation_sp {
	display: none;
}

/*---------------------------------------------------------------*\
	$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {

	/* blog */

	#blog .wrapper_contents_blog {
		width: 90%;
	}
	#blog .info_blog {
		width: 54%;
	}
	#blog .thumbnail_blog {
		width: 40%;
	}
	#blog .title_blog {
		font-size: 19px;
		margin-top: 10px;
	}
	#blog .description_blog {
		line-height: 22px;
	}

	/* sidebar */

	#blog .sidebar_blog {
		width: 230px;
	}
}

/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	/* blog */

	#blog .wrapper_contents_blog {
		width: 85%;
	}
	#blog .wrapper_contents_blog {
		display: block;
		margin-bottom: 100px;
	}
	#blog .contents_blog {
		width: 100%;
	}

	/* sidebar */

	#blog .sidebar_blog {
	width: 85%;
    margin: 80px auto 0;
	}
	#blog .each_blog {
		padding-top: 35px;
		padding-bottom: 30px;
	}

    /* pagenation */

	#blog .wp-pagenavi {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	#blog .wp-pagenavi a {
		width: 30px;
		height: 30px;
		margin: 0px 10px;
	}

	/* pagenation pc */

	#blog .pagenation_pc {
		display: none;
	}

	/* pagenation sp */

	#blog .pagenation_sp {
		display: -webkit-flex;
		display: flex;
	}
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

	header {
		background: #111 !important;
	}
	.wrapper_logo_top {
		background-image: url(../img/common/logo.png) !important;
	}
	.menu-trigger span {
		background: #fff !important;
	}
	footer {
		background: #111 !important;
	}
	.movmobb2 .active span:nth-of-type(1), .movmobb2 .active span:nth-of-type(3) {
		background: #169ccd !important;
	}
   /* top */
    #top .wrapper_contents_top {
        padding: 0;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
    #top .subtitle_top {
        margin-top: 22px;
        font-size: 1.2rem;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .wrapper_title_top {
        width: 60%;
        left: 0;
        right: 0;
        margin: auto;
        top: 32%;
    }

	#top {
		position: relative;
		background-color: #f0f7fa;
		padding: 140px 0 80px;
		width: 100%;
		margin: 0 auto;
		background-position: center bottom;
		color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.title_top {
		text-align: center;
		font-size: 2.2rem;
		font-family: 'Overpass', ui-sans-serif;
		letter-spacing: 4px;
		color: #fff;
	}

	.title_top span {
		margin-top: 40px;
		display: block;
		font-size: 1.3rem;
		font-weight: bold;
		font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
		position: relative;
		color: #fff;
		letter-spacing: 1px;
	}

	.title_top span:after {
		position: absolute;
		width: 1px;
		height: 20px;
		background: #fff;
		content: "";
		top: -35px;
		left: 50%;
	}

	/* blog */

	#blog .top_text_blog {
		width: 150px;
	}
	#blog .wrapper_contents_blog {
		margin-top: 10px;
	}
	#blog .thumbnail_blog {
		width: 100%;
	}
	#blog .info_blog {
		width: 100%;
		margin-left: 0px;
		margin-top: 25px;
	}
	#blog .wrapper_contents_blog {
		margin-bottom: 100px;
	}
}

/*---------------------------------------------------------------*\
	$320px
\*---------------------------------------------------------------*/
@media screen and (max-width: 320px) {
}
