@charset "utf-8";
/*
Theme Name: stoicsence theme
Theme URI: /
Description: stoicsence専用のベーステーマ
Author: Shinichi Shimomura
Url: http://www.5ive.info/
Version: 1.0
*/


/* -----------------------------------------
  Reset
----------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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, font, 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 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
	margin-bottom:0;
}

li {
	list-style:none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th, table td {
	font-size: 0.92em !important;
}

table tr th, table tr td {
	padding: 0.5625em 0;
}

.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* Base
-------------------------------------------------------------------------------*/
html {
	overflow-y:scroll;
}

body {
	font-size:12px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}


body, select, input, textarea {
	color: #000000;
}

a {
	overflow:hidden;
	outline:none;
	color: #000000;
	text-decoration:none;
}
a:hover {color: #000000;}
a:focus {outline:none;}

::-moz-selection{background: #EDEDED; color: #000000; text-shadow: none;}
::selection {background: #EDEDED; color: #000000; text-shadow: none;}
a:link {-webkit-tap-highlight-color: rgba(0,0,0,0);}

/* 改行の切り分け */
.pc .sp_only,
.sp .pc_only {
	display: none;
}


/* Common
-------------------------------------------------------------------------------*/
#wrapper {
  overflow: hidden;
	margin-bottom: 240px;
}
.page-template-works-page #wrapper {
	margin-bottom: 0;
}
.sp #wrapper {
  overflow: visible;
	margin-bottom: 0;
}





/* Sidebar
-------------------------------------------------------------------------------*/
#sidebar {
	position: fixed;
	top: 50px;
	left: 0;
	width: 185px;
	z-index: 100;
}
.sp #sidebar {
	top:0;
	left:0;
	width:100%;
	height: 43px;
	padding-top:15px;
	background-color: white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
  box-sizing: border-box;
}
.sp #home_page #sidebar {
	height: 43px !important;
}
.sp #sidebar {
	width: auto;
	height: auto;
	padding-top: 0;
	background-color: transparent;
}
.sp #sidebar.open {
	width: 100%;
}
.sp.android #sidebar {
	position: absolute;
}

#home_page #sidebar {
	float:none;
	position:relative;
	top: 0;
	left: 0;
	padding-top: 50px;
	z-index:100;
}
.sp.android #home_page #sidebar {
	position:static;
}
.sp #home_page #sidebar {
	top: 0;
	height: 100vh;
	padding-top: 0;
}

.sp #sidebar .logo {
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 23px;
	z-index: 100;
}

#sidebar.open .logo svg,
.sp #home_page #sidebar .logo svg {
	fill:#ffffff;
}




.sp .menu-gnav-container {
	position: static;
	overflow: visible;
}

#menu-gnav {
	position: absolute;
	top: -5px;
	left: 74px;
	margin:0 0 45px 0;
}
#home_page #menu-gnav {
	top: 45px;
}
.sp #menu-gnav {
	position: relative;
	top: 0;
	left: auto;
	float: none;
	margin:0;
	z-index: 300;
}
.sp #home_page #menu-gnav {
	top: 0;
}

#menu-gnav li {
	margin-bottom:10px;
}
.sp #menu-gnav li {
	position: relative;
	left: -50%;
	float: left;
	margin-left:17px;
	margin-bottom:0px;
}
.sp #menu-gnav li:first-child {
	margin-left:0px;
	height: 20px;
}
.sp #menu-gnav li {
	position: static;
	left: auto;
	height: auto;
	float: none;
	margin: 0 0 14px 0;
}


#menu-gnav li a {
	display: block;
	font-size: 16px;
	letter-spacing: 0.175em;
	line-height: 1.4;
	font-family: 'Oswald', sans-serif;
}
#menu-gnav li a:hover {
	opacity: 0.7 !important;
}
.sp #menu-gnav li a {
	color: #ffffff;
}

.home #menu-gnav li a {
	color: #ffffff;
}


#menu-item-12 a {
	display: block;
	width: 42px;
	height: 12px;
	text-indent: -9999px;
	cursor: pointer;

	background-image:url(images/gnav.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size: 184px 24px;
}
#menu-item-12 a:hover {
	background-position:0px -12px;
}
#menu-item-12.current_page_item a {
	background-position:0px -12px;
}
#menu-item-12 a {
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
}
#menu-item-12.current_page_item a {
	opacity: 0.3;
}

#menu-item-13 a {
	display: block;
	width: 43px;
	height: 12px;
	text-indent: -9999px;
	cursor: pointer;

	background-image:url(images/gnav.png);
	background-repeat:no-repeat;
	background-position:-42px 0px;
	background-size: 184px 24px;
}
#menu-item-13 a:hover {
	background-position:-42px -12px;
}
#menu-item-13.current_page_item a {
	background-position:-42px -12px;
}
#menu-item-13 a {
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
}
#menu-item-13.current_page_item a {
	opacity: 0.3;
}

#menu-item-16 a {
	display: block;
	width: 44px;
	height: 12px;
	text-indent: -9999px;
	cursor: pointer;

	background-image:url(images/gnav.png);
	background-repeat:no-repeat;
	background-position:-85px 0px;
	background-size: 184px 24px;
}
#menu-item-16 a:hover {
	background-position:-85px -12px;
}
#single #menu-item-16 a,
#menu-item-16.current_page_item a {
	background-position:-85px -12px;
}
#menu-item-16 a {
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
}
#menu-item-16.current_page_item a,
#single #menu-item-16 a {
	opacity: 0.3;
}

#menu-item-14 a {
	display: block;
	width: 28px;
	height: 12px;
	text-indent: -9999px;
	cursor: pointer;

	background-image:url(images/gnav.png);
	background-repeat:no-repeat;
	background-position:-129px 0px;
	background-size: 184px 24px;
}
#menu-item-14 a:hover {
	background-position:-129px -12px;
}
#menu-item-14.current_page_item a {
	background-position:-129px -12px;
}
#menu-item-14 a {
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
}
#menu-item-14.current_page_item a {
	opacity: 0.3;
}

#menu-item-665 {
	display: none;
}
#menu-item-665 {
	display: block;
}
.post-type-archive-news #menu-item-665 a,
.single-news #menu-item-665 a {
	opacity: 0.3;
}

#logo {
	width:185px;
	height:24px;
}
.sp #logo {
	width: 100%;
	text-align: center;
}

#logo a {
	display:block;
}

.sp #sidebar .gnav_container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 17px 0 0 68px;
	background-color: #000000;
}

.burger_menu {
	display: none;
	position: fixed;
	top: 18px;
	right: 40px;
	width: 44px;
	height: 44px;
	z-index: 10010;
	cursor: pointer;
}
.sp .burger_menu {
	display: block;
	top: 320px;
  left: -15px;
}
.sp #sidebar.open .burger_menu {
	top: 10px;
	right: 10px;
	left: auto;
}

.burger_menu .menu_bar {
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transition: all 0.46s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#sidebar.open .burger_menu .menu_bar,
.home.sp #home_page .burger_menu .menu_bar {
	background-color: #ffffff;
}

.burger_menu .menu_bar:nth-child(1) {
	top: 12px;
	width: 22px;
}
#sidebar.open .burger_menu .menu_bar:nth-child(1) {
	top: 50%;
	left: 10px;
	right: auto;
	width: 25px;
	margin-top: 0;
	background-color: #ffffff;
	transform: rotate(45deg);
}

.burger_menu .menu_bar:nth-child(2) {
	top: calc(50% - 2px);
	width: 13px;
}
#sidebar.open .burger_menu .menu_bar:nth-child(2) {
	opacity: 0;
	background-color: #ffffff;
	transform: translateX(7px);
}

.burger_menu .menu_bar:nth-child(3) {
	top: calc(100% - 16px);
	width: 17px;
}
#sidebar.open .burger_menu .menu_bar:nth-child(3) {
	top: 50%;
	left: 10px;
	right: auto;
	width: 25px;
	margin-top: 0;
	background-color: #ffffff;
	transform: rotate(-45deg);
}





/* Home Page
-------------------------------------------------------------------------------*/
#home_page #content {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

#home_page #content {
	overflow: hidden;
}
.sp #home_page #content {
	z-index: -100;
}

#home_page .movie_container {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#home_page .movie_container > video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	opacity: 0;
}
.sp #home_page .movie_container > video {
	transform: translateX(-50%) translateY(-50%) scale(0.5);
}

#home_page .movie_container .dot {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/dot1.png);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 2px 2px;
	z-index: 50;
}

#home_page .movie_container .progress {
	position: absolute;
	top: 0.5px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000000;
}

#home_page #slide_container {
	position: absolute;
	top: 0;
	left: 0;
	/*top: 50%;
	left: 50%;*/
	overflow:hidden;
	width:100%;
	height:500px;

	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sp #home_page #slide_container {
	top:43px;
	height:200px;
}





/* About Page
-------------------------------------------------------------------------------*/
#about_page #content {
	margin: 0 0 0 305px;
	padding-top: 43px;
	font-size:13px;
	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sp #about_page #content {
	margin:0 13px 0 13px;
	padding-top: 62px;
}
.sp #about_page #content {
	margin: 0;
	padding: 16px 28px 0 68px;
}

#about_page p {
	font-weight:bold;
	line-height: 235%;
	letter-spacing: 0.04em;
}
#about_page p {
	margin-bottom: 2em;
	font-size: 13px;
	font-weight:normal;
	letter-spacing: 0.075em;
	line-height: 2.3;
}
#about_page p:last-child {
	margin-bottom: 0;
}
.sp #about_page p {
	line-height:180%;
}

#aboutTitle {
	margin-bottom:40px;
	text-indent:-9999px;
	background-image:url(images/about_title.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 62px 17px;
}
#aboutTitle {
	text-indent: 0;
	background: none;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
	line-height: 1.4;
}
.sp #aboutTitle {
	margin-bottom:53px;
	height: 20px;
}

#aboutCopy {
	margin-bottom: 25px !important;
	font-size: 16px !important;
	letter-spacing: 0.075em !important;
	line-height: 1.875 !important;
}

#profileTitle {
	margin:50px 0 40px 0;
	text-indent:-9999px;
	background-image:url(images/profile_title.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 64px 17px;
}
#profileTitle {
	margin:118px 0 60px 0;
	text-indent:0;
	background:none;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
	line-height: 1.4;
}
.sp #profileTitle {
	margin:146px 0 60px 0;
	height: 20px;
}

.name {
	font-size:18px;
	font-weight:bold;
	margin: 15px 0 -10px 0;
}
.name {
	font-size: 18px !important;
	letter-spacing: 0.075em !important;
	line-height: 1.66 !important;
}
.sp .name {
	margin-bottom: 32px;
}

span.name_en {
	display: block;
	margin-bottom: -25px !important;
	font-size: 18px !important;
	letter-spacing: 0.075em !important;
	line-height: 1.66 !important;
}

.status {
	font-size:11px;
	font-weight:bold;
}
.status {
	font-size:11px !important;
	margin-bottom: 30px !important;
	font-weight:400 !important;
	letter-spacing: 0.075em !important;
}
.sp .status {
	margin-bottom: 40px !important;
}

.description_en {
	font-size:14px;
	line-height: 210% !important;
	margin-top: -5px;
}

.sp #about_page #logo {
	display:none;
}





/* Works Page
-------------------------------------------------------------------------------*/
#works_page #content {
	margin: 0 0 0 305px;
	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sp #works_page #content {
	margin:0;
	padding-top: 40px;
}
.sp #works_page #content {
	padding: 0 0 0 68px;
}

.safari .entry_list {
	padding-top: 3px;
}
.sp.safari .entry_list {
	padding-top: 0;
}

.entry_list li {
	display: inline-block;
	vertical-align:top;
	width:360px;
	height:203px;
	margin: 0 -2px 2px 0;
	overflow:hidden;
}
.sp .entry_list li {
	display:block;
	width:100% !important;
	height:auto !important;
	margin:0 0 -4px 0;
}
.sp.android .entry_list li {
	margin:0 0 0 0;
}

.entry_list li a {
	position:relative;
	display: block;
	width:100%;
	height: 100%;
	background-color: #000;
}
.sp .entry_list li a {
	background-color:transparent;
}

.entry_list li img {
	width:100%;
	height:auto;
}

.entry_list li .works_title {
	position: absolute;
	top: 50%;
	left: 0%;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-top: -15px;
	padding: 0 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;

	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.sp #works_page #logo {
	display:none;
}





/* Single Page
-------------------------------------------------------------------------------*/
#single #content {
	width: 100%;
	margin: 0;
	padding: 0 66px 0 305px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
  box-sizing: border-box;
	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sp #single #content {
	margin:0;
	padding: 40px 0 0 0;
}
.sp #single #content {
	padding: 0 0 0 68px;
}

#single #contoller {
	position: relative;
	max-width: 1071px;
	width: 100%;
	margin: 3px 0 0 0px;
	padding: 0 66px 0 305px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
  box-sizing: border-box;
}
.sp #single #contoller {
	display:none;
}

#single #close {
	text-align: center;
}

#single #close img {
	opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);
}

#single #content img {
	max-width: 720px;
	width: 100%;
	height: auto;
}

#single #content iframe {
	display: block;
	width: 100%;
	max-width: 720px;
	margin-bottom: 7px;
	opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);
}

#single .entry_title {
	max-width: 720px;
	font-size:30px;
	font-weight:bold;
	line-height: 120%;
	margin:20px 0 0 0;
}
.sp #single .entry_title {
	font-size:22px;
	padding:0 15px;
}
.sp #single .entry_title {
	padding: 0 15px 0 0;
}

#single .entry_title_jp {
	max-width: 720px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}
.sp #single .entry_title_jp {
	font-size:13px;
	margin-top:12px;
	padding: 0 15px;
}

#single #entry_image_list {
	margin-top:65px;
}

#single .entry_content a {
	background-color:#EDEDED;
}
#single .entry_content a:hover {
	background-color:transparent;
}

#single .entry_content p {
	max-width: 720px;
	margin-bottom: 1.5em;
	font-weight:bold;
	line-height:1.83;
}
#single .entry_content p:last-child {
	margin-bottom: 0;
}
.sp #single .entry_content p {
	padding:0 15px;
}
.sp #single .entry_content p {
	padding: 0 15px 0 0;
}


.sp #page {
	position:relative;
	height:51px;
	margin-top: 60px;
}
.sp #page {
	margin-top: 100px;
	padding: 0 15px 0 68px;
}

#prev {
	position: fixed;
	top: 50%;
	left: 55px;
	margin-top: -26px;

	opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);
}
.sp #prev {
	position:absolute;
	top: 0%;
	left: 15px;
	margin-top: 0px;
}
.sp #prev {
	left: 68px;
}

#prev span {
	display: block;
	width: 26px;
	height: 51px;
	text-indent:-9999px;
	background-image: url(images/prev_button.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 26px 51px;
	opacity: 0.1;-moz-opacity: 0.1;filter: alpha(opacity=10);
}

#prev a {
	display: block;
	width: 26px;
	height: 51px;
	text-indent: -9999px;
	background-image: url(images/prev_button.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 26px 51px;
}

#back {
	display:none;
}
.sp #back {
	display:block;
	text-align: center;
}

#next {
	position: fixed;
	top: 50%;
	right: 20px;
	margin-top: -26px;

	opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);
}
.sp #next {
	position:absolute;
	top: 0%;
	right: 15px !important;
	margin-top: 0px;
}

#next span {
	display: block;
	width: 26px;
	height: 51px;
	text-indent:-9999px;
	background-image: url(images/next_button.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 26px 51px;
	opacity: 0.1;-moz-opacity: 0.1;filter: alpha(opacity=10);
}

#next a {
	display: block;
	width: 26px;
	height: 51px;
	text-indent: -9999px;
	background-image:url(images/next_button.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 26px 51px;
}

.sp #single #logo {
	display:none;
}





/* Contact Page
-------------------------------------------------------------------------------*/
#contact_page #content {
	margin: 0 0 0 305px;
	padding-top: 43px;
	font-size:13px;

	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sp #contact_page #content {
	margin:0 0 0 13px;
	padding-top: 62px;
}
.sp #contact_page #content {
	margin: 0;
	padding: 16px 28px 0 68px;
}

#contact_page p {
	font-weight:bold;
	line-height: 230%;
	letter-spacing: 0.04em;
}
.sp #contact_page p {
	line-height:180%;
}

#contactTitle {
	margin-bottom:40px;
	text-indent:-9999px;
	background-image:url(images/contact_title.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 78px 16px;
}
#contactTitle {
	text-indent:0;
	background: none;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
	line-height: 1.4;
}
.sp #contactTitle {
	margin:0 0 20px 0;
}

#info_list {
	line-height: 215%;
	margin-bottom:75px;
}
#info_list {
	margin-bottom: 142px;
}

#info_list dt {
	float:left;
	font-weight:bold;
}
#info_list dt {
	font-weight: normal;
}
.sp #info_list dt {
	float:none;
}

#info_list dd {
	margin-left:105px;
	font-weight:bold;
}
#info_list dd {
	font-weight: normal;
}
.sp #info_list dd {
	float:none;
	margin:0 0 20px 0;
}

#info_list .space {
	margin-bottom: 20px;
}
#info_list .space {
	margin-bottom: 35px;
}

.mailto,
.mapto {
	font-size:17px;
	font-weight:normal;
	display:inline-block;
	background-color:#EDEDED;
}
.mailto {
	position: relative;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	letter-spacing: 0.175em;
	background-color: transparent;
}
.mailto:before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #EDEDED;
	z-index: -1;
}
.mailto:hover {
	opacity: 0.6;
}
.sp .mailto,
.sp .mapto {
	margin-bottom:3px;
}

.mailto:hover,
.mapto:hover {
	background-color:transparent;
}

.sp #contact_page #logo {
	display:none;
}





/* News Page
-------------------------------------------------------------------------------*/
#news_page #content {
	margin: 0 0 0 305px;
	padding-top: 43px;
	font-size:13px;

	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sp #news_page #content {
	margin:0 0 0 13px;
	padding-top: 62px;
}
.sp #news_page #content {
	margin: 0;
	padding: 16px 28px 0 68px;
}

#news_page .entry_content {
	margin-bottom:60px
}

#newsTitle {
	margin-bottom:55px;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
	line-height: 1.4;
}
.sp #newsTitle {
	margin:0 0 20px 0;
}

#news_page .news_list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 32px;
	margin-bottom: 156px;
}
.sp #news_page .news_list {
	gap: 50px 0;
}

#news_page .news_list li {
	width: 261px;
}
.sp #news_page .news_list li {
	width: 100%;
}

#news_page .news_list li .frame {
	width: 100%;
	height: 147px;
	overflow: hidden;
}
.sp #news_page .news_list li .frame {
	height: auto;
}

#news_page .news_list li .frame img {
	width: 100%;
	height: auto;
	transform: scale(1);
	will-change: transform;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#news_page .news_list li a:hover .frame img {
	transform: scale(1.02);
	opacity: 0.7;
}

#news_page .news_list li .meta {
	display: flex;
	justify-content: space-between;
	margin: 8px 0 20px 0;
}

#news_page .news_list li .meta .date {
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
	color: #000000;
}

#news_page .news_list li .meta .tag {
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
	color: #838383;
}

#news_page .news_list li .news_title {
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 1.75;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin-left: 8px;
	padding: 10px 5px 5px 5px;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}
.wp-pagenavi a:first-child,
.wp-pagenavi span:first-child {
	margin-left: 0;
}
.sp .wp-pagenavi a,
.sp .wp-pagenavi span {
	font-size: 16px;
}

.wp-pagenavi .current {
	border-bottom: 1px solid #000000;
}





/* News Single
-------------------------------------------------------------------------------*/
#news_single #content {
	width: 645px;
	margin: 0 0 0 305px;
	padding-top: 43px;
	font-size:13px;

	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.sp #news_single #content {
	margin:0 0 0 13px;
	padding-top: 62px;
}
.sp #news_single #content {
	width: 100%;
	margin: 0;
	padding: 16px 28px 0 68px;
}

#news_single #newsTitle {
	margin-bottom: 62px;
}

#news_single #content img {
	width: 100%;
	height: auto;
}

#news_single #content p > img {
	margin-bottom: -20px;
}

#news_single #content .meta {
	display: flex;
	justify-content: space-between;
	margin: 15px 0 70px 0;
}

#news_single #content .meta .date {
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
	color: #000000;
}

#news_single #content .meta .tag {
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
	color: #838383;
}

#news_single .entry_title {
	margin-bottom: 2em;
	font-size: 13px;
	letter-spacing: 0.075em;
	line-height: 2.3;
}

#news_single .entry_content {
	margin-bottom:80px
}
#news_single .entry_content:after {
	content: '';
	display: block;
	width: 81.7%;
	height: 10px;
	margin: 80px 0 215px 0;
	background-color: #EDEDED;
}

#news_single .entry_content p {
	margin-bottom: 2em;
	font-size: 13px;
	letter-spacing: 0.075em;
	line-height: 2.3;
}

#news_single .entry_content a {
	text-decoration: underline;
}
#news_single .entry_content a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#news_single #content .controller {
	display: flex;
	justify-content: space-between;
}

#news_single #content .controller a {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.175em;
}
#news_single #content .controller a:hover {
	opacity: 0.7;
}





/* Footer
-------------------------------------------------------------------------------*/
#footer {
	position:fixed;
	bottom:30px;
	left:0px;
	width: 100%;
	z-index: 100;
}
.sp #footer {
	position:relative;
	bottom:0px;
	margin: 100px 0 135px 0;
	text-align: center;
}
.sp #footer {
	left: 68px;
	width: 50%;
	text-align: left;
}
.sp.home #footer {
	display: none;
}

#copyright {
	position: absolute;
	top: 0px;
	left: 55px;
	font-size: 9px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.25em;
}
.sp #copyright {
	position:relative;
	top:27px;
	left:0;
}

#sns_list {
	position: absolute;
  bottom: 18px;
  left: 55px;
}
.sp #sns_list {
	left:50%;
	top:0;
	right:0;
	margin-left:-36px;
}
.sp #sns_list {
	left: 0;
	margin-left: 0;
}

#sns_list li {
	float:left;
	width:20px;
	height:20px;
	margin-left:6px;
}

#sns_list li:first-child {
	margin-left:0;
}





/* ResponsiveSlides.js
-------------------------------------------------------------------------------*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}





/* jquery.powertip.min.js
-------------------------------------------------------------------------------*/
#powerTip p {
	font-weight:bold;
	color:#000000;
}
