/*
	Theme Name: standage
*/

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap");
@import url("https://use.typekit.net/wkt6wgt.css");


html {
	font-size: 62.5%;
}

* {
	max-height: 99999px;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	color: #333;
	font-weight: 200;
}

.en {
	font-family: 'novel-sans-hair-extra-conden', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.wrap {
	overflow: hidden;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

.absolute {
	position: absolute;
}

.inline {
	display: inline-block;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 500;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.in {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.contents_area {
	margin-top: 60px;
}

.left_column {
	float: left;
	width: 700px;
}

li {
	list-style:
		none;
}

h1, h2, th {
	font-weight: normal;
}

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

a.more {
	border: 1px #f8951d solid;
	background: #f8951d;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	margin-top: 15px;
	display: inline-block;
	transition: 0.5s;
	text-align: center;
	width: 100%;
}

a.more:hover {
	color: #f8951d;
	background: #fff;
}

a.btn-gr {
	background: #65ae54;
	border: 1px #65ae54 solid;
}

a.btn-gr:hover {
	color: #65ae54;
	background: #fff;
}

h4 {
	position: relative;
	margin-left: 30px;
	margin-top: 40px;
	font-size: 18px;
}

@media screen and (max-width: 640px) {
	h4 {
		font-size: 22px;
	}
}

h4:before {
	position: absolute;
	width: 20px;
	height: 3px;
	background: #f8951d;
	top: 50%;
	left: -30px;
	content: '';
}

header {
	/* padding: 20px 0 30px; */
	padding: 20px 0;

}

header #site-title {
	text-align: center;
}

header #site-title span {
	display: block;
	font-size: 1.2rem;
	margin-left: 30px;
	margin-bottom: 10px;
}

.header-inner {
	display: flex;
}

.header-logo {
	margin-right: 35px;
	width: 257px;
	padding: 10px 0;
}

.header-nav {
	display: flex;
}

.header-nav {
	align-items: center;
	margin-top: 15px;
}

@media screen and (max-width: 640px) {
	.header-nav {
		display: none;
	}
}

.header-nav .nav-link {
	font-weight: bold;
	position: relative;
}

.header-nav .nav-link::before {
	position: absolute;
	left: 0;
	content: '';
	width: 88%;
	height: 2px;
	background: #f8951d;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: right top;
	/*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s;
	/*変形の時間*/
}

.header-nav li:nth-child(1) .nav-link::before {
	width: 80%;
}

.header-nav li:nth-child(4) .nav-link::before {
	width: 95%;
}

.header-nav .nav-link:hover:before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.nav-link span {
	color: #f8951d;
}

.header-nav .nav-link:after {
	content: '｜';
	margin: 0 3px;
	font-size: 14px;
}

.header-nav li:last-child .nav-link:after {
	content: '';
}

header .search {
	position: absolute;
	right: 0;
	/* top: 20%; */
	top: 50%;
	transform: translateY(-50%);
	width: 330px;
	height: 40px;
}

header .search .search-input {
	display: inline-block;
	vertical-align: middle;
	width: 225px;
	height: inherit;
	background: #e7e7e7;
	border: none;
	padding: 0 0 0 10px;
	outline: none;
}

header .search button {
	background: #61ae50;
	border: none;
	width: 95px;
	margin-left: -4px;
	vertical-align: middle;
	color: #fff;
	height: inherit;
	padding: 0;
}


.breadcrumbs {
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.breadcrumbs span,
.breadcrumbs a {
	font-size: 1.4rem;
}

.breadcrumbs a span {
	color: #f8951d;
}

footer {
	background: #555;
	padding: 40px 0;
	margin-top: 60px;
	color: #f0f0f0
}

footer .f_t {
	margin-bottom: 40px;
}

footer .sns img {
	width: 30px;
}

footer .nav ul li {
	display: inline-block;
}

footer ul li a {
	font-size: 1.4rem;
	color: #cbcbcb;
	border-right: 1px solid #cbcbcb;
	padding: 0 10px;
}

footer ul li a:hover {
	color: #fff;
}

footer h2 {
	font-size: 1.8rem;
	margin-bottom: 5px;
}

footer .contents {
	margin-top: 20px;
}

footer .copy {
	text-align: center;
	margin-top: 120px;
}

/*HOME*/

.slider {
	background: #f0f0f0;
	/* height:450px; */
	/* 	padding: 15px 0 1px; */
}

.bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

.spologo {
	margin-top: 80px;
	margin-bottom: 80px;
}

.spologo-inner {
	width: 180px !important;
}

.spologo-inner img {
	width: 100%;
}

.spologo .in {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
}

@media screen and (max-width: 640px) {
	.spologo-inner {
		width: 240px !important;
	}

	.spologo .in {
		gap: 40px;
		justify-content: center;
	}
}

.slider .bx-wrapper {
	margin: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #b9b8b8;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #f99ba7;
}

.bx-wrapper .bx-controls-direction a {
	width: 17px;
	height: 32px;
}

.bx-wrapper .bx-next {
	right: -40px;
	background: url(img/icon_arrowright_main.svg) no-repeat;
}

.bx-wrapper .bx-prev {
	left: -40px;
	background: url(img/icon_arrowleft_main.svg) no-repeat;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus,
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	background-position: 0;
}

.bx-pager {
	display: none;
}

.slider_content .post_meta {
	position: absolute;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	width: 100%;
	padding: 95px 15px 15px 15px;
	box-sizing: border-box;
	color: #fff;
}

.slider_content .post_meta h2 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.slider_content .post_meta .post-date {
	margin-right: 10px;
}

.slider_content .imgarea {
	height: inherit;
}

.slider_content img {
	width: 100%;
	height: inherit;
}

.slider h2 {
	font-weight: bold;
}

.pickup h2 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 40px;
}

.pickup_ou {
	display: flex;
	flex-wrap: wrap;
}

.pickup_content {
	width: 50%;
	padding: 0 20px 60px 0;
	box-sizing: border-box;
	position: relative;
}

.pickup_content:nth-of-type(even) {
	padding: 0 0 60px 20px;
}

.pickup_content .imgarea {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.pickup_content .imgarea img {
	transition: 0.5s;
}

.pickup_content:hover .imgarea img {
	transform: scale(1.25);
}

.pickup_content:hover a {
	text-decoration: underline;
}

.pickup_content h3 {
	font-size: 1.6rem;
	margin-top: 15px;
}

.pickup_content .entry-meta {
	position: absolute;
	bottom: 20px;
	color: #a9a9a9;
}

.new {
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.new {
		margin-top: 0;
	}

}

.page.new {
	padding: 0;
	margin-top: 0;
}

.new h2 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 40px;
}

.new_content a {
	padding: 30px 0;
	border-top: 1px #e1e1e1 solid;
	align-items: center;
	display: block;
}

.new .imgarea {
	width: 110px;
	margin-right: 20px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.new .post_meta {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}

.new a {
	transition: 0.5s;
}

.new a:hover {
	opacity: 0.6;
}

.new h3 {
	font-size: 1.6rem;
	margin-top: 15px;
	margin-bottom: 5px;
}

.new .entry-meta {
	color: #a9a8a8;
}

.new .exprt {
	font-size: 1.2rem;
	color: #a9a8a8;
	margin-top: 10px;
}

.whats {
	margin-top: 60px;
	background: #f0f0f0;
	padding: 60px 0;
}

.whats-inner {
	display: flex;
}

@media screen and (max-width: 640px) {
	.whats-inner {
		display: block;
	}
}

.whats-inner .cont-entitle {
	text-align: left;
}

.whats-inner .cont-title {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.whats-left {
	width: 100%;
	margin-right: auto;
}

.whats-right {
	width: 100%;
	max-width: 200px;
	margin: auto 0;
	position: fixed;
	bottom: 130px;
    right: 15%;
	z-index: 10;
}

.whats-right a {
	width: inherit;
	display: inline-block;
	background: #e50000;
	border: #e50000 1px solid;
	height: 70px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	font-size: 1.8rem;
	line-height: 70px;
	transition: 0.5s
}

.whats-right a:hover {
	transform: 0.5s;
	background: #fff;
	color: #e50000;
	transition: 0.5s
}


@media screen and (max-width: 640px) {
	.whats-right {
		bottom: 20px;
    	right: 5%;
	}

	.whats-left {
		width: 100%;
	}
}

.whats-right a {
	width: inherit;
	display: inline-block;
	background: #e50000;
	height: 70px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	font-size: 2rem;
	line-height: 70px;
}

.whats .txt {
	width: 700px;
	margin: auto;
}

.whats .txt h2 {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 40px;
}

.whats p {
	line-height: 2
}

.whats a {
	margin-top: 30px;
	display: block;
}

.home footer {
	margin-top: 0
}

/*single*/
.single h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 30px 0 10px;
}

.single .tags a {
	border: 1px solid #f8951d;
	color: #fff;
	background: #f8951d;
	padding: 5px 18px;
	font-size: 1.4rem;
	display: inline-block;
	transition: 0.5s;
	border-radius: 5px;
	font-weight: 500;
	margin-right: 10px;
}

.single .tags a:hover {
	color: #f8951d;
	background: #fff;
}

.single .imgarea img {
	width: 100%;
}

.single .entry-meta {
	margin-bottom: 30px;
	float: right;
}

.single .article_content p {
	line-height: 2;
	margin: 15px 0;
	font-size: 1.6rem
}

.single .article_content img {
	margin: 15px 0;
}

.single .article_content h2 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 30px;
	border-top: 4px solid #ffdbed;
	border-bottom: 4px solid #ffdbed;
	padding: 15px 0;
	position: relative;
}

.single .article_content h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #f8951d;
	bottom: -3px;
	width: 20%;
}

.single .article_content h3 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 40px;
	border-bottom: 4px solid #f8951d;
	display: table;
	padding-bottom: 10px;
}

.single .article_content strong {}

.single .article_content a {
	color: #f8951d;
	text-decoration: underline;
}

.single .related_posts {
	margin-top: 70px;
}

.single .related_posts h2 {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
}

.single .related_posts a {
	padding: 30px 0;
	border-top: 1px #e1e1e1 solid;
	align-items: center;
	display: block;
}

.single .related_posts .imgarea {
	width: 110px;
	margin-right: 20px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.single .related_posts .post_meta {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}

.single .related_posts a {
	transition: 0.5s;
}

.single .related_posts a:hover {
	opacity: 0.6;
}

.single .related_posts h3 {
	font-size: 1.6rem;
	margin-top: 15px;
	margin-bottom: 5px;
}

.single .related_posts .entry-meta {
	color: #a9a8a8;
}

.single .related_posts .exprt {
	font-size: 1.2rem;
	color: #a9a8a8;
	margin-top: 10px;
}

.single .sns_area {
	margin-bottom: 30px;
}

.single .sns_area.sec_sn {
	margin-top: 60px;
}

.single .sns_area ul {
	display: flex;
}

.single .sns_area ul li {
	width: 33%;
	margin: 5px;
}

.single .sns_area ul li a {
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
}

.single .sns_area ul li a:hover {
	opacity: 0.6;
}

.single .sns_area ul li a.twitter {
	background: #55acee;
}

.single .sns_area ul li a.facebook {
	background: #415e9b;
}

.single .sns_area ul li a.line {
	background: #00b900;
}

.dl-flex {
	display: flex;
}

@media screen and (max-width: 640px) {
	.dl-flex {
		display: block;
	}
}

.dl-img {
	width: 100%;
	max-width: 280px;
	margin-right: auto;
}

@media screen and (max-width: 640px) {
	.dl-img {
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.dl-img img {
	width: inherit;
}

.dl-text {
	width: 100%;
	max-width: 400px;
}

@media screen and (max-width: 640px) {
	.dl-text {
		max-width: 100%;
	}
}

.dl-dlbtn {
	margin-top: 20px;
}

.sidebar {
	width: 300px;
	margin-left: 100px;
}

.sidebar h2 {
	font-size: 2.5rem;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}

.cont-entitle {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	color: #f8951d;
}

@media screen and (max-width: 640px) {
	.cont-entitle {
		font-size: 2rem;
	}
}

#ranking .sideloop {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #e1e1e1 solid;
	position: relative;
	transition: 0.5s;
}

#ranking .sideloop:hover {
	opacity: 0.6;
}

#ranking .sideloop:after {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/* 
#ranking .sideloop:nth-of-type(1):after{
	background: url(img/one.png) center;
  width: 26px;
  height: 88px;
  background-size: cover;
}
#ranking .sideloop:nth-of-type(2):after{
	background: url(img/twe.png) center;
  width: 52px;
  height: 88px;
  background-size: cover;
}
#ranking .sideloop:nth-of-type(3):after{
	background: url(img/three.png) center;
  width: 52px;
  height: 98px;
  background-size: cover;
}
#ranking .sideloop:nth-of-type(4):after{
	background: url(img/four.png) center;
  width: 52px;
  height: 88px;
  background-size: cover;
}
#ranking .sideloop:nth-of-type(5):after{
	background: url(img/five.png) center;
  width: 52px;
  height: 88px;
  background-size: cover;
} */

.sidebar .sideloop .imgbox {
	width: 30%;
	margin-right: 20px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.sidebar .sideloop .imgbox:after {
	position: absolute;
	top: -13px;
	left: -13px;
	background: #f8951d;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
}

.sidebar .sideloop:nth-child(1) .imgbox:after {
	content: '1';
}

.sidebar .sideloop:nth-child(2) .imgbox:after {
	content: '2';
}

.sidebar .sideloop:nth-child(3) .imgbox:after {
	content: '3';
}

.sidebar .sideloop:nth-child(4) .imgbox:after {
	content: '4';
}

.sidebar .sideloop:nth-child(5) .imgbox:after {
	content: '5';
}

.sidebar .sideloop .inner {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	height: 90px;
}

.sidebar #cat {
	margin-top: 50px;
}

.sidebar #cat h2 {
	margin-bottom: 15px;
}

.sidebar #cat ul li a {
	padding: 15px 0px;
	display: block;
	border-bottom: 1px #e1e1e1 solid;
	transition: 0.5s;
	position: relative;
}

.sidebar #cat ul li a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 25px;
}

.sidebar #cat ul li a:hover {
	color: #f8951d;
	cursor: pointer;
}

.sidebar #tagbox {
	margin-top: 50px;
}

.sidebar #tagbox ul {
	font-size: 0;
}

.sidebar #tagbox ul li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.sidebar #tagbox ul li a {
	border: 1px solid #f8951d;
	color: #fff;
	background: #f8951d;
	padding: 5px 18px;
	font-size: 1.4rem;
	display: block;
	transition: 0.5s;
	border-radius: 5px;
	font-weight: 500;
}

.sidebar #tagbox ul li a:hover {
	color: #f8951d;
	background: #fff;
}


.archive h1,
.page-id-36504 h1 {
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
}

.archive_content a {
	padding: 30px 0;
	border-top: 1px #e1e1e1 solid;
	align-items: center;
	display: block;
}

.archive_content .imgarea {
	width: 110px;
	margin-right: 20px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.archive_content .post_meta {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}

.archive_content a {
	transition: 0.5s;
}

.archive_content a:hover {
	opacity: 0.6;
}

.archive_content h3 {
	font-size: 1.6rem;
	margin-top: 15px;
	margin-bottom: 5px;
}

.archive_content .entry-meta {
	color: #a9a8a8;
}

.archive_content .exprt {
	font-size: 1.2rem;
	color: #a9a8a8;
	margin-top: 10px;
}

.company h1,
.guide h1,
.privacy h1,
.advertising h1,
.forwriter h1,
.contact h1,
.interview h1,
.writer h1,
.interview-rec h1,
.faq h1,
.editorial-policy h1 {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 15px 0;
	position: relative;
}

.company p,
.guide p,
.privacy p,
.advertising p,
.forwriter p,
.contact p,
.interview p,
.interview-rec p {
	/* margin: 15px 0; */
	line-height: 2
}

.company a:hover {
    color: #f8951d;
    cursor: pointer;
}

.result h2 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 40px;
	border-bottom: 4px solid #f8951d;
	display: table;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.result a {
	display: block;
	margin: 10px 0;
	color: #f8951d;
}

.wpcf7-form table {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 2em 0;
	width: 100%;
	table-layout: fixed;
}

.wpcf7-form table th {
	background: #efefef;
	white-space: nowrap;
	width: 30%;
	vertical-align: middle;
	padding: 10px;
}

.wpcf7-form table td {
	width: 100%
}

.wpcf7-form table td input {
	width: 100%;
	height: 38px;
}

.wpcf7-form table td textarea {
	width: 100%;
}

.wpcf7-form table td select {
	height: 38px;
}

.wpcf7-form table td span.ydm {
	display: inline-block;
	margin: 0 5px;
}

.wpcf7-form p {
    text-align: center;
}

.wpcf7-form p input[type=submit] {
	border-radius: 10px;
}

.req-tag {
	display: inline-block;
	background: #f8951d;
	color: #fff;
	font-size: 12px;
	padding: 0 6px;
	margin-left: 5px;
}

.name-container {
	display: flex;
	justify-content: space-between;
}

.name-container div {
	width: 48%;
}

.name-container div span {
	display: inline-block;
}

.name-container div span:first-child {
	width: 8%;
}

.name-container div span:nth-child(2) {
	width: 92%;
}

input[type=submit] {
	background: #f8951d;
	border: none;
	color: #fff;
	width: 22%;
	padding: 15px;
	-webkit-appearance: none;
}

.pagination span.current {
	border: 1px solid #f8951d;
	color: #f8951d;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding-top: 3px;
}

.pagination a {
	border: 1px solid #f8951d;
	color: #fff;
	background: #f8951d;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding-top: 3px;
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	body {
		font-size: 2.0rem;
	}

	.in {
		width: 580px;
		margin: 0 auto;
	}

	.left_column {
		float: none;
		width: 100%;
	}

	.breadcrumbs {
		padding: 10px 0px;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
	}

	.breadcrumbs span,
	.breadcrumbs a {
		font-size: 1.8rem;
	}

	.breadcrumbs a span {
		color: #f8951d;
		text-decoration: underline;
	}

	header .ham {
		position: absolute;
		right: 0px;
		/* top: 20px; */
		top: 20%;
		width: 50px;
		height: 50px;
	}

	header .ham span {
		display: block;
		width: 50px;
		height: 50px;
		height: 2px;
		position: absolute;
		background: #666666;
	}

	.sp_menu {
		position: fixed;
		z-index: 999;
		background: #fff;
		left: -100%;
		top: 0;
		width: 70%;
		height: 100vh;
		padding: 40px;
		box-sizing: border-box;
		overflow: scroll;
		transition: 0.5s;
	}

	.sp_menu.active {
		left: 0;
	}

	.sp_menu h2 {
		font-size: 3.5rem;
	}

	.sp_menu .sp_menu_cat ul li a {
		font-size: 2.0rem;
		padding: 20px 0px;
		display: block;
		border-bottom: 1px solid #cbcbcb;
	}

	.sp_menu .sp_menu_word {
		margin-top: 60px;
	}

	.sp_menu .sp_menu_word ul li {
		display: inline-block;
		margin: 0 10px 10px 0;
	}

	.sp_menu .sp_menu_word ul li a {
		border: 1px solid #f8951d;
		background: #f8951d;
		color: #fff;
		padding: 5px 10px;
		font-size: 1.4rem;
		display: block;
		transition: 0.5s;
		border-radius: 4px;
	}

	header .close {
		position: fixed;
		left: -100%;
		top: 41px;
		width: 50px;
		transition: 0.5s;
	}

	.sp_menu.active .close {
		left: 75%;
		top: 4.6%;
		width: 100vh;
		height: 100vh;
	}

	header .close span {
		display: block;
		width: 50px;
		height: 2px;
		position: absolute;
		background: #666666;
	}

	header .close span:nth-of-type(1) {
		transform: rotate(45deg);
	}

	header .close span:nth-of-type(2) {
		transform: rotate(-45deg);
	}

	header .ham span:nth-of-type(2) {
		top: 15px;
		background: #f99ba7;
	}

	header .ham span:nth-of-type(3) {
		top: 30px;
	}

	header .glass {
		position: absolute;
		right: 0px;
		top: 31px;
		width: 50px;
	}

	.slider {
		background: none;
		padding: 0;
	}

	.slider .in {
		width: 100%;
	}

	.slider_content .post_meta h2 {
		font-size: 2.8rem;
	}

	.home .contents_area .in {
		width: 100%;
	}

	.pickup {
		width: 580px;
		margin: 0 auto 40px;
	}

	.pickup h2 {
		font-size: 4.0rem;
	}

	.pickup_content h3 {
		font-size: 2.2rem;
	}

	.new {
		background: #f5f5f5;
		padding: 60px 40px 80px;
	}

	.new h2 {
		font-size: 4.0rem;
	}

	.new h3 {
		font-size: 2.2rem;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.new .post_meta {
		width: 70%;
	}

	.sidebar {
		width: 100%;
		margin-left: 0;
		margin-top: 60px;
	}

	.home .sidebar {
		padding: 0 40px;
		box-sizing: border-box;
	}

	.sidebar h2 {
		font-size: 4.0rem;
		margin-top: 0;
	}

	.sidebar .sideloop .imgbox {
		width: 20%;
	}

	.sidebar .sideloop .inner {
		width: 75%;
	}

	.sidebar #tagbox ul li a {
		font-size: 2.0rem !important;
	}

	.whats .txt h2 {
		font-size: 4.0rem;
	}

	.whats .in {
		box-sizing: border-box;
		padding: 0px 40px;
	}

	.whats .txt {
		width: 100%;
	}

	footer h2 {
		font-size: 2.5rem;
		margin-bottom: 5px;
	}

	footer .nav ul {
		display: block;
		text-align: left;
	}

	footer .nav ul li {
		display: block;
	}

	footer ul li a {
		font-size: 1.8rem;
		color: #cbcbcb;
		border-right: 0px solid #cbcbcb;
		padding: 20px 0px;
		display: block;
		border-bottom: 1px solid #cbcbcb;
	}

	footer .contents {
		margin-top: 0;
	}

	.footer .left,
	.footer .right {
		float: none;
	}

	.footer .left {
		text-align: center;
		margin-bottom: 50px;
	}

	.footer .right {
		display: flex;
		justify-content: space-around;
	}

	footer ul li a {
		border-bottom: none;
		padding: 10px 0px;

	}

	footer .copy {
		margin-top: 50px;
	}

	.archive h1 {
		font-size: 2.8rem;
	}

	.archive_content h3 {
		font-size: 2.2rem;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.archive_content .post_meta {
		width: 70%;
	}





	.single .article_content p {
		font-size: 2.2rem;
	}

	.single .article_content h2 {
		font-size: 2.8rem;
	}

	.single .article_content h3 {
		font-size: 2.4rem;
	}

	.single .related_posts h2 {
		font-size: 4.0rem;
	}

	.single .related_posts .post_meta {
		width: 60%;
		display: inline-block;
		vertical-align: middle;
	}

	.single .related_posts a {
		transition: 0.5s;
	}

	.single .related_posts a:hover {
		opacity: 0.6;
	}

	.single .related_posts h3 {
		font-size: 2.2rem;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.single .related_posts .entry-meta {
		color: #a9a8a8;
	}

	.wpcf7-form table td,
	.wpcf7-form table th {
		width: 100%;
		display: block;
		margin: 15px 0;
	}

	.wpcf7-form table td input {
		width: 100%;
		height: 60px;
	}

	.wpcf7-form table td textarea {
		width: 100%;
	}

	.pagination {
		text-align: center;
	}

	.pagination span.current {
		border: 1px solid #f8951d;
		color: #f8951d;
		width: 50px;
		height: 50px;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		padding-top: 10px;
	}

	.pagination a {
		border: 1px solid #f8951d;
		color: #fff;
		background: #f8951d;
		width: 50px;
		height: 50px;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		padding-top: 10px;
	}

}

/*nanoimpact*/
.nano .left_column {
	float: none;
	width: 700px;
	margin: auto;
}

.nano footer a {
	color: #fff;
}

@media screen and (max-width: 640px) {
	.nano .left_column {
		width: 580px;
	}
}

/*writer list*/
.writer .author-info,
.single .author-info {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.writer .author-info,
.single .author-info {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.writer .author-info .imgarea,
.single .author-info .imgarea {
	vertical-align: middle;
}

.author-profile {
	display: flex;
}

.author-profile .imgarea {
	max-width: 130px;
}

.writer .authormeta,
.single .authormeta {
	max-width: 480px;
	box-sizing: border-box;
	padding-left: 30px;
	vertical-align: middle;
}

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

	.writer .authormeta,
	.single .authormeta {
		max-width: 430px;
	}
}

.writer .authormeta h2,
.single .authormeta h2 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 4px solid #f8951d;
	display: table;
	padding-bottom: 2px;
}

.single .author-info {
	background: #f0f0f0;
	padding: 30px;
}

@media screen and (max-width: 640px) {
	.sp_search .search {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}

	.sp_search .search .search-input {
		height: 50px;
		display: inline-block;
		vertical-align: middle;
		width: 500px;
	}

	.sp_search .search button {
		background: none;
		border: none;
		width: 60px;
		vertical-align: middle;
	}
}


/*.home{
	background: #000;
}*/
.home .cat_posts_i h2 {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.home .cat_posts_i h2:after {
	content: "";
	width: 100%;
	height: 2px;
	background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
	display: block;
	margin-top: 10px;
}

.article_content table {
	margin: 30px 0;
}

.article_content td {
	border: #a7a7a7 1px solid;
	padding: 8px 0 8px 13px;
}

.article_content .introduction {
	display: flex;
	border: #a7a7a7 1px solid;
	padding: 30px;
	margin: 30px 0;
}

.article_content .introduction__img {
	width: 100%;
	max-width: 130px;
	margin-right: auto;
}

.article_content .introduction__img img {
	margin: 0;
}

.article_content .introduction__text {
	max-width: 480px;
}

.single .article_content .introduction__name {
	font-weight: bold;
	margin: 0;
}

.single .article_content .introduction__text {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.article_content .introduction__img {
		margin-right: 30px;
		max-width: 90px;
	}

	.single .article_content .introduction__text {
		max-width: 480px;
		font-size: 20px;
	}

	.introduction__cont .introduction__name {
		line-height: 1.7;
	}
}

/* アコーディオン */
.accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 100%;
}

.accordion-container {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.accordion-container:first-child {
	border-top: 1px solid #ccc;
}

.accordion-title,
.accordion .accordion-content-text {
	padding: 10px 50px 10px 80px;
	font-size: 16px;
}

.accordion-title {
	cursor: pointer;
	font-size: 16px;
	position: relative;
}

.accordion-title:before,
.accordion-content:before {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
}

.accordion-title:before {
    content: 'Q';
    background: #f86a1d;
    color: #fff;
}

.accordion-content:before {
    content: 'A';
    background: #f8951d;
    color: #fff;
}

.accordion-content {
	display: none;
	position: relative;
}

.accordion-title {
	position: relative;
}

.accordion-title::after {
	border-right: solid 2px #f86a1d;
	border-top: solid 2px #f86a1d;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}

.accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
	.accordion-title,
	.accordion  .accordion-content-text {
		font-size: 20px;
	}
}

.sidebar-bnr-top {
	margin-bottom: 30px;
	transition: .3s;
	display: block;
	border-radius: 10px;
}

.sidebar-bnr-top img {
	border-radius: 10px;
}

.sidebar-bnr-btm {
	margin-top: 30px;
	transition: .3s;
	display: block;
	border-radius: 10px;
}

.sidebar-bnr-btm img {
	border-radius: 10px;
	border: 1px solid #f86a1d;
}

.sidebar-bnr-top:hover,
.sidebar-bnr-btm:hover {
	opacity: 0.7;
	transition: .3s;
}

@media screen and (max-width: 640px) {
	.sidebar-bnr-top img,
	.sidebar-bnr-btm img {
		width: 100%;
	}
}

.footer .category-list {
	max-width: 600px;
}
