/* BASE */
html {
	font-size: 62.5%;
	line-height: 10px;
}
body {
	font-family: 'Ubuntu', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo','游ゴシック体', 'Yu Gothic', 'YuGothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
main {
	width: 100%;
}
footer {
	width: 100%;
	min-width: 1000px;
	height: 67px;
	background-color: #000;
	color: #FFF;
}
hr {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	border:1px solid #ebebeb;
}
h1 {
	font-size: 4.4rem;
	line-height: 3.6rem;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #000;
}

nav {
	font-size: 1.8rem;
	line-height: 2.3rem;
}
sup {
	font-size: 1rem;
	vertical-align: top;
	position: relative;
	top: -0.5rem;
	color: #666;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.top_header {
	width: 100%;
	height: 240px;
}
.detail_header {
	width: 100%;
	height: 143px;
}
.profile_header {
	width: 100%;
	height: 77px;
}

.header {
	position: relative;
	width: 100%;
	height: 240px;
	padding-top: 48px;
}
.header_contents {
	position: relative;
	width: 100%;
	height: 121px;
	padding: 0 10px;
	max-width: 1190px;
	min-width: 1000px;
	margin: 0 auto;
}
.logo {
	position: absolute;
	left: 10px;
}
.gNav {
	position: absolute;
	top: 28px;
	right: 10px;
}
.gNav_menu {
	display: inline-block;
}
.gNav_menu li{
	display: inline-block;
	margin-right: 30px;
}

.sns {
	display: inline-block;
}
.sns li{
	display: inline-block;
	margin-right: 20px;
}
.sns li img{
	vertical-align: bottom;
}
.sns li:last-child {
	margin-right: 0px;
}

.category_mask {
	position: relative;
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
    padding: 0 10px;
}
.category {
	position: relative;
	width: 100%;
	height: 71px;
	max-width: 1190px;
	min-width: 1000px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 7.1rem;
}
.category li{
	display: inline-block;
	margin-right: 25px;
}
.category a {
	color: #666;
}
.category a:link {
	color: #666;
}
.category a:visited {
	color: #666;
}
.category a:hover {
	color: #666;
	opacity: 0.5;
}
.category a:active {
	color: #666;
	opacity: 0.5;
}
.current-cat {
	font-weight: 700;
}



.header_mini {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	min-width: 1000px;
	height: 143px;
	padding-top: 24px;
	z-index:99999;
}
.header_row {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	min-width: 1000px;
	height: 77px;
	padding-top: 24px;
	z-index:99999;
}
.header_mini .header_contents,
.header_row .header_contents {
	height: 53px;
}
.header_mini .logo,
.header_row .logo {
	font-size: 2.4rem;
	line-height: 1.8rem;
	font-weight: 700;
}
.header_mini .gNav,
.header_row .gNav {
	top: 4px;
	font-size: 1.6rem;
	line-height: 2.3rem;
}
.header_mini .category {
	height: 65px;
	line-height: 6.5rem;
}





.top_main {
	width: 100%;
	min-width: 1000px;
	margin-bottom: 63px;
	letter-spacing: -.4em;
}
.sub_main {
	width: 100%;
	min-width: 1000px;
	margin-bottom: 0px;
	letter-spacing: -.4em;
}


.btn_more {
	width: 209px;
	height: 50px;
	font-size: 1.6rem;
	line-height: 5.0rem;
	font-weight: 700;
	letter-spacing: normal;
	text-align: center;
	border: 1px solid #ebebeb;
	margin: 18px auto;
}
.btn_more a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.btn_more a:hover {
	background-color: #ebebeb;
	opacity: 1;
}

.ajax_loading {
	width: 70px;
	height: auto;
}


.footer_contents {
	position: relative;
	width: 100%;
	max-width: 1190px;
	min-width: 1000px;
	margin: 0 auto;
}

.copyright {
	font-size: 1.2rem;
	line-height: 6.7rem;
	margin-left: 10px;
}
.sns_footer {
	position: absolute;
	top: 25px;
	right: 10px;
}

.nopost {
	width: 100%;
	max-width: 1190px;
	min-width: 1000px;
	margin: 0 auto;
	letter-spacing: normal;
	font-size: 1.2rem;
}

/* STATE */
.current {
	font-weight: 700;
}

/* TOP */

.list {
	width: 100%;
	margin: 0 auto;
	letter-spacing: -.44em;
}
.list_item {
	display: inline-block;
	width: 33.3%;
	letter-spacing: normal;
	vertical-align: top;
}
.list_item img{
	display: block;
	width: 100%;
	height: auto;

	transition: transform 0.2s;
}
.list_item img:hover{
	transform: scale(1.1);
}
.list_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list_text{
	width: 100%;
	height: 115px;
	padding: 20px 40px 0 40px;
}
.list_title {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
}
.list_category {
	font-size: 1.4rem;
	line-height: 3rem;
	color: #999;
}
.list_category a,
.list_category a:link,
.list_category a:visited,
.list_category a:hover,
.list_category a:active {
	color: #999;
}



/* 詳細ページ */
.detail {
	width: 100%;
	letter-spacing: normal;
}
.detail_visual {
	width: 100%;
	min-width: 1000px;
	height: auto;
	background-color: #000;
}

.detail_visual img,
.detail_visual iframe{
	/* width: 100%; */
	max-width: 1350px;
	display: block;
	margin: 0 auto;
}

.detail_info {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 37px 0 0;
}
.detail_category {
	font-size: 1.8rem;
	color: #666;
	font-weight: 700;
	margin-bottom: 20px;
}
.detail_title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 23px;
}
.detail_date {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 48px;
}
.detail_text {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #666;
	text-align: left;
	margin-bottom: 40px;
}

.share {
	width: 100%;
	letter-spacing: -.4em;
	text-align: center;
}
.btn_share {
	display: inline-block;
	width: 209px;
	height: 50px;
	font-size: 1.6rem;
	line-height: 5.0rem;
	font-weight: 700;
	letter-spacing: normal;
	text-align: center;
	border: 1px solid #ebebeb;
	margin: 40px 5px 80px;
}
.btn_share img {
	vertical-align: middle;
}
.btn_share a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.btn_share a:hover {
	background-color: #ebebeb;
	opacity: 1;
}


.arrow {
	position: absolute;
	bottom: 26px;
	right: 10px;
}
.arrow_prev {
	display: inline-block;
	margin-right: 10px;
}
.arrow_next {
	display: inline-block;
}

/* プロフィール */
.profile_title {
	width: 100%;
	height: 125px;
	background-color: #EBEBEB;
	text-align: center;
	font-size: 3.6rem;
	line-height: 12.5rem;
	font-weight: 700;
	letter-spacing: normal;
}
.profile_content {
	display: table;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	letter-spacing: normal;
}
.profile_photo {
	display: table-cell;
	width: 33.3%;
	background-image: url(../../common/images/img_nagao.jpg);
	background-position: bottom right 3vw;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding-right: 3%;
}
.profile_jp {
	display: table-cell;
	width: 30.3%;
	border-left: 1px solid #ebebeb;
	padding:50px 3.1vw 0 1px;
	background-image: url(../../common/images/line_ebebeb.png);
	background-position: bottom right 3vw;
	background-repeat: repeat-y;
}
.profile_en {
	display: table-cell;
	width: 27.3%;
	border-left: 1px solid #ebebeb;
	padding:50px 3.1vw 0 1px;
	background-image: url(../../common/images/line_ebebeb.png);
	background-position: bottom right 3vw;
	background-repeat: repeat-y;
}

.profile_name {
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.profile_text {
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 50px;
}
.profile_text a,
.profile_text a:link,
.profile_text a:visited {
	color: #000;
	text-decoration: underline;
}
.profile_text a:hover,
.profile_text a:active {
	color: #000;
	opacity: 1;
	text-decoration: none;
}
.profile_bold {
	font-weight: 700;
}
.profile_big{
	font-size: 2.4rem;
	line-height: 3rem;
}
