@charset "utf-8";
/* Theme Name: jimin */

a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: .3s;
}
a:hover {
	opacity: .8;
}

h1, 
h2, 
h3, 
p, 
table {
	margin: 0;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}


/* =Layout
-------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	min-width: 1040px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#wrapper {
		width: 480px;
		min-width: 0;
	}
}

#container {
	float: left;
	box-sizing: border-box;
	width: 72%;
	margin-right: 2%
}
#sidebar {
	float: right;
	box-sizing: border-box;
	width: 26%;
}
@media screen and (max-width: 767px) {
	#container, 
	#sidebar {
		float: none;
		width: 100%;
	}
	#container {
		margin-right: 0;
		margin-bottom: 20px;
	}
}


/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	position: relative;
	margin: 0 auto;
	width: 1040px;
	padding: 0 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.content-width {
		width: 480px;
		padding: 0 15px;
	}
}

.middle-width {
	margin: 0 auto;
	width: 100%;
	max-width: 1360px;
	padding: 0 20px;
	box-sizing: border-box;
}

.section {
	margin-bottom: 20px;
}

/* = common module
-------------------------------------------------------------- */
.accent {
	color: #3aa324;
}

.section-title {
	margin-bottom: 40px;
	text-align: center;
}
.section-title span.en, 
.section-title span.ja {
	display: block;
}
.section-title span.en {
	margin-bottom: 30px;
	color: #000;
	font-size: 6rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .1em;
}
.section-title span.ja {
	color: #3ba324;
	font-size: 1.6rem;
	letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
	.section-title span.ja {
		font-size: 1.8rem;
	}
}

.common-text {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
	.common-text {
		font-size: 1.6rem;
	}
}

.more-btn {
	display: block;
	margin: 80px auto 0;
	border: 1px solid #000;
	background: #000 no-repeat left top;
	color: #fff;
	text-align: center;
	line-height: 78px;
	letter-spacing: .2em;
	transition-property: background-color, color;
	transition-duration: 0.3s;
}
a.more-btn {
	color: #fff;
}
.more-btn:hover {
	background: transparent no-repeat left top;
	color: #000;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.more-btn {
		margin-top: 50px;
	}
}

.sec-triangle {
	position: relative;
}
.sec-triangle::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100vw 200px 0;
	border-color: transparent #fff transparent transparent;
}
.triangle-rt, 
.triangle-lt {
	padding-top: 200px;
}
.triangle-lb {
	padding-bottom: 200px;
}
.triangle-rt::before {
	border-width: 0 100vw 200px 0;
	border-color: transparent #fff transparent transparent;
}
.triangle-rt-gray::before {
	border-color: transparent #f6f6f6 transparent transparent;
}
.triangle-lt::before {
	border-width: 0 0 200px 100vw;
	border-color: transparent transparent transparent #fff;
}
.triangle-lt-gray::before {
	border-color: transparent transparent transparent #f6f6f6;
}
.triangle-lb::after {
	top: auto;
	bottom: 0;
	border-width: 200px 0 0 100vw;
	border-color: transparent #fff transparent transparent;
}

@media screen and (max-width: 1040px) {
	.sec-triangle::before {
		border-width: 0 1040px 200px 0;
	}
	.triangle-rt::before {
		border-width: 0 1040px 200px 0;
	}
	.triangle-lt::before {
		border-width: 0 0 200px 1040px;
	}
}
@media screen and (max-width: 767px) {
	.sec-triangle::before {
		border-width: 0 480px 100px 0;
	}
	.triangle-rt, 
	.triangle-lt {
		padding-top: 150px;
	}
	.triangle-rt::before {
		top: -1px;
		border-width: 0 480px 100px 0;
	}
	.triangle-lt::before {
		top: -1px;
		border-width: 0 0 100px 480px;
	}
}


ul.common-list {
	font-size: 0;
}
ul.common-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 3.2%;
	margin-bottom: 3.2%;
	width: 31.2%;
	border: 1px solid #f6f6f6;
	box-sizing: border-box;
	background: #fff no-repeat left top;
}
ul.common-list li:nth-child(3n),
ul.common-list li:last-child {
	margin-right: 0;
}
ul.common-list li .thumb {
	display: block;
}
ul.common-list li .text {
	padding: 25px;
}
ul.common-list li .text p.title {
	margin-bottom: 20px;
	color: #000;
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: .2em;
}
ul.common-list li .text .meta {
	font-size: 0;
	text-align: right;
}
ul.common-list li .text .meta .category, 
ul.common-list li .text .meta .date {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 1.2rem;
}
ul.common-list li .text .meta .category:last-child, 
ul.common-list li .text .meta .date:last-child {
	margin-right: 0;
}
ul.common-list li .text .meta .category {
	padding: 0 10px;
	color: #fff;
	font-size: 1.3rem;
}
ul.mag-list li {
	margin-right: 3.2%;
	margin-bottom: 3.2%;
	width: 22.6%;
}
ul.mag-list li:nth-child(3n) {
	margin-right: 3.2%;
}
ul.mag-list li:nth-child(4n) {
	margin-right: 0;
}
ul.mag-list li:nth-last-child(-n+4) {
	margin-bottom: 0;
}
ul.mag-list li a .thumb {
	position: relative;
}
ul.mag-list li a .thumb .category {
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 0 14px;
	background: #000 no-repeat left top;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 2;
	letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
	ul.common-list {
		text-align: center;
	}
	ul.common-list li {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	ul.common-list li:last-child {
		margin-bottom: 0;
	}
	ul.common-list li .thumb {
		float: left;
		width: 150px;
	}
	ul.common-list li .text {
		margin-left: 150px;
		padding: 12px;
	}
	ul.common-list li .text p.title {
		margin-bottom: 5px;
		min-height: 48px;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: .1em;
	}
	ul.common-list li .text .date {
		font-size: 1.3rem;
	}
	ul.mag-list li {
		margin-right: 0 !important;
		margin-bottom: 30px;
		width: 414px;
	}
	ul.mag-list li:nth-last-child(-n+4) {
		margin-bottom: 30px;
	}
}


.member-map {
	margin-bottom: 30px;
}
.area-box {
	margin-bottom: 20px;
}
.area-box:last-child {
	margin-bottom: 0;
}
.area-name {
	margin-bottom: 10px;
	font-size: 2.4rem;
}
.area-name .noto-sans {
	letter-spacing: 0.1em;
}
.member-list {
	font-size: 0;
}
.member-list > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 41px;
	margin-bottom: 41px;
	width: 306px;
	background: #fff no-repeat left top;
}
.member-list > li:nth-child(3n) {
	margin-right: 0;
}
.member-list > li .icon-comment {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
}
.member-list > li .icon-comment .hover {
	display: none;
}
.member-list > li:hover .icon-comment .default {
	display: none;
}
.member-list > li:hover .icon-comment .hover {
	display: block;
}
.member-list > li .thumb {
	position: relative;
	margin-bottom: 16px;
}
.member-list > li .thumb .hover {
	display: none;
}
.member-list > li:hover .thumb .default {
	display: none;
}
.member-list > li:hover .thumb .hover {
	display: block;
}
.member-list > li .thumb .comment-wrap {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	text-align: left;
}
.member-list > li .thumb .comment-wrap p {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
	padding: 5px;
	background: #000 no-repeat left top;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	transform: scale( 0, 1 );
	transform-origin: right top;
	transition-property: transform;
	transition-duration: .3s;
}
.member-list > li:hover .thumb .comment-wrap p {
	transform: scale( 1, 1 );
	transform-origin: left top;
}
.member-list > li .thumb .comment-wrap p:last-child {
	margin-bottom: 0;
}
.member-list > li .text-box .name {
	margin-bottom: 15px;
	line-height: 1.4;
	position: relative;
}
.member-list > li .text-box .name .furigana {
	font-size: 1.1rem;
}
.member-list > li .text-box .name .kanji {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 14px;
}
.member-list > li .text-box .info-box {
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e0e0e0;
}
.member-list > li .text-box .info-box:last-of-type {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.member-list > li .text-box .info-box .title,
.member-list > li .text-box .info-box .detail {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
}
.member-list > li .text-box .info-box .title {
	font-size: 1.4rem;
	width: 72px;
}
.member-list > li .text-box .info-box .detail {
	font-size: 1.4rem;
	margin-left: 10px;
	padding-left: 10px;
	width: 138px;
}
.member-list > li .text-box .icon-list {
	position: absolute;
	right: 0;
	bottom: 6px;
}
.member-list > li .text-box .icon-list li {
	margin-left: 8px;
}
.member-list > li .text-box .icon-list li i {
	font-size: 17px;
}
.member-list > li .text-box .icon-list li.icon-tw i {
	color: #55acee;
}
.member-list > li .text-box .icon-list li.icon-fb i {
	color: #3B5998;
}
.member-list > li .text-box .icon-list li.icon-insta i {
	color: #36678F;
}
.member-list > li .text-box .icon-list li.icon-line::before {
	content: none;
}
.member-list > li .text-box .icon-list li.icon-line i {
	color: #00b900;
}

@media screen and (max-width: 767px) {
	.member-list > li {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-right: 0;
		margin-bottom: 80px;
	}
	.member-list > li .thumb {
		/* float: left; */
		margin-bottom: 0;
		width: 180px;
	}
	.member-list > li .text-box {
		/* margin-left: 200px; */
	}
	.member-list > li .text-box .info-box .detail {
		margin-left: 15px;
		padding-left: 15px;
	}
	.member-list > li .thumb .comment-wrap {
		top: calc( 100% + 6px );
		bottom: auto;
		width: 450px;
		font-size: 0;
		/* display: flex;
		flex-wrap: wrap; */
	}
	.member-list > li .thumb .comment-wrap p {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.member-list > li .thumb .comment-wrap br {
		display: none;
	}
	.member-list > li .text-box .name .kanji {
		margin-bottom: 10px;
	}
	.member-list > li .text-box .icon-list {
		position: relative;
		bottom: 0;
	}
	.member-list > li .text-box .icon-list li:first-child {
		margin-left: 0;
	}
}


.btns .btn-list {
	font-size: 0;
}
.btns .btn-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 310px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 60px;
	letter-spacing: .2em;
}
.btns .btn-list li:nth-child(2n) {
	margin-right: 0;
}
.btns .btn-list li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.btns .btn-list li a {
	position: relative;
	display: block;
	background: #fff no-repeat left top;
	color: #000;
	transition-property: background-color, color;
	transition-duration: 0.3s;
}
.btns .btn-list li a::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 26px;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #3ba324;
	box-sizing: border-box;
	transform: rotate(45deg);
	transition-property: border-color;
	transition-duration: 0.3s;
}
.btns .btn-list li a:hover {
	background-color: #3ba324;
	color: #fff;
	opacity: 1;
}
.btns .btn-list li a:hover::after {
	border-color: #fff;
}
@media screen and (max-width: 767px) {
	.btns .btn-list li {
		width: 215px;
	}
	.archive-member .btns {
		margin-bottom: 30px;
	}
	.archive-member .btns .btn-list li {
		margin-right: 16px;
		margin-bottom: 16px;
		width: 217px;
		line-height: 40px;
		letter-spacing: .1em;
	}
	.archive-member .btns .btn-list li:nth-child(2n) {
		margin-right: 0;
	}
	.archive-member .btns .btn-list li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.archive-member .btns .btn-list li a {
		/* border: 1px solid #3ba324; */
		border: 1px solid #ccc;
	}
}


.sns-btn {
	margin-top: 20px;
	font-size: 0;
}
.sns-btn .sns-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 1.333%;
	width: 24%;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
}
.sns-btn .sns-item:last-child {
	margin-right: 0;
}
.sns-item .sns-link {
	display: block;
	border-bottom: 2px solid #4198da;
	border-radius: 5px;
	background: #55acee no-repeat left top;
}
.sns-item.twitter .sns-link {
	border-color: #4198da;
	background-color: #55acee;
}
.sns-item.facebook .sns-link {
	border-color: #344f9a;
	background-color: #4863ae;
}
.sns-item.hatena .sns-link {
	border-color: #007bca;
	background-color: #008fde;
}
.sns-item.line .sns-link {
	border-color: #00a800;
	background-color: #03c302;
}
.sns-link i {
	display: inline-block;
	vertical-align: middle;
}



/* = .breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	padding: 8px 0;
	background: #000;
	font-size: 1.2rem;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.breadcrumbs {
		font-size: 1.4rem;
	}
}

.page-type {
	margin-bottom: 100px;
	/*height: 600px;*/
	height: 400px;
	padding-top: 96px;
	box-sizing: border-box;
	background: transparent no-repeat center center;
	background-image: url('./images/common/fv_bg_01.jpg');
	background-size: cover;
}
.page-type .breadcrumbs {
	/*margin-bottom: 120px;*/
	padding: 20px 30px;
	background: transparent no-repeat left top;
	letter-spacing: .12em;
}
.page-type .breadcrumbs a {
	text-decoration: underline;
}
.page-type .section-title {
	margin-bottom: 0;
}
.page-type .section-title span.en, 
.page-type .section-title span.ja {
	color: #fff;
	text-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.8 );
}
.page-type .section-title span.ja span.noto-sans {
	letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
	.page-type {
		margin-bottom: 50px;
	}
	.page-type .breadcrumbs {
		padding: 15px;
	}
}


.square-box {
	width: 560px;
	border: 5px solid #f6f6f6;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.square-box {
		width: 100%;
	}
}

.stair-list {
	font-size: 0;
}
.stair-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 3.2%;
	width: 22.6%;
	box-sizing: border-box;
}
.stair-list li:nth-child(2){
	margin-top: 40px;
}
.stair-list li:nth-child(3){
	margin-top: 80px;
}
.stair-list li:last-child {
	margin-top: 120px;
	margin-right: 0;
}


/* = load-animation
-------------------------------------------------------------- */
#wrapper.load-hidden #load-bg {
	display: none !important;
}
#load-bg {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#load-bg .char-layer {
	display: table;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent no-repeat left top;
}
#load-bg .char-layer .char {
	display: table-cell;
	vertical-align: middle;
	color: transparent;
	font-size: 4rem;
	text-align: center;
	letter-spacing: .2em;
	opacity: 1;
	transition-property: opacity;
	transition-duration: .2s;
	transition-delay: 1.2s;
}
#load-bg.move .char-layer .char {
	color: #fff;
	opacity: 0;
}
#load-bg .char-layer .char span {
	animation-duration: .7s;
}
#load-bg .slide-layer {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000 no-repeat left top;
	transition-property: left;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#load-bg.move .slide-layer {
	left: 100%;
}
#load-bg .fade-layer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1a1a1a no-repeat left top;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.6s;
	transition-delay: 1.8s;
}
#load-bg.move .fade-layer {
	opacity: 0;
}


/* = Header
-------------------------------------------------------------- */
#header {
	position: relative;
	min-width: 1040px;
	padding: 0 30px;
	box-sizing: border-box;
	transition-property: border-color;
	transition-duration: 0.2s;
}
#header.header-fix {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.header-bg-layer {
	content: '';
	position: fixed;
	z-index: 3;
	top: 0;
	left: 100%;
	width: 100%;
	height: 95px;
	background: #000 no-repeat left top;
	transition-property: left;
	transition-duration: 0.2s;
}
.header-bg-layer.bg-active  {
	left: 0;
}
#site-title {
	float: left;
	padding: 27px 0;
	font-size: 0;
}
#site-title a {
	display: block;
}
#site-title a .logo, 
#site-title a .char {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: .1em;
}
#site-title a .logo {
	margin-right: 10px;
}
#gnav {
	float: right;
	color: #fff;
}
#gnav ul {
	font-size: 0;
}
#gnav ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}
#gnav ul li:last-child {
	margin-right: 0;
}
#gnav ul li a {
	position: relative;
	display: block;
	padding: 24px 0;
}
#gnav ul li a:hover::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff no-repeat left top;
}
#gnav ul li a .en, 
#gnav ul li a .ja {
	display: block;
	letter-spacing: .12em;
}
#gnav ul li a .en {
	font-size: 1.6rem;
}
#gnav ul li a .ja {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.1rem;
}
#mmenu-btn {
	display: none;
}
#sns-bar {
	position: fixed;
	z-index: 5;
	top: 96px;
	right: 0;
}
#sns-bar ul.sns-list li {
	border-bottom: 1px solid #eee;
}
#sns-bar .line a {
	display: block;
	padding: 7px 0;
	background: #fff no-repeat left top;
	color: #1dcd00;
	font-size: 2.25rem;
	text-align: center;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	#header.header-fix {
		left: 50%;
		margin-left: -240px;
		width: 480px;
		min-width: 0;
		padding: 0 15px;
		overflow: hidden;
	}
	#sns-bar {
		top: 50%;
	}
}


/* = Footer
-------------------------------------------------------------- */
#c-contact {
	padding-bottom: 100px;
	background: #333 no-repeat left top;
}
#c-contact h2.section-title .en {
	color: #fff;
}
#c-contact p.contact-text {
	margin-bottom: 55px;
	color: #fff;
	text-align: center;
}
.contact-wrap .tel, 
.contact-wrap .mail {
	width: 480px;
	padding: 50px 0 60px;
	box-sizing: border-box;
	background: #fff no-repeat left top;
	text-align: center;
}
.contact-wrap .tel {
	float: left;
}
.contact-wrap .tel .head {
	color: #000;
	font-size: 2rem;
	letter-spacing: .2em;
}
.contact-wrap .tel .num {
	display: inline-block;
	color: #000;
	font-size: 3rem;
	letter-spacing: .1em;
}
.contact-wrap .tel .hours {
	color: #aaa;
	font-size: 1.2rem;
	letter-spacing: .2em;
}
.contact-wrap .mail {
	float: right;
}
.contact-wrap .mail .head {
	margin-bottom: 13px;
	font-size: 2rem;
	letter-spacing: .2em;
}
.contact-wrap .mail a.form-btn {
	display: inline-block;
	padding: 0 60px;
	background: #000 no-repeat left top;
	color: #fff;
	font-size: 1.2rem;
	line-height: 60px;
	letter-spacing: .2em;
}
.contact-wrap .mail a.form-btn span.icon {
	display: inline-block;
	padding-left: 30px;
	background: transparent no-repeat left center;
	background-image: url('./images/common/icon_mail_01.png');
}
@media screen and (max-width: 767px) {
	.contact-wrap .tel, 
	.contact-wrap .mail {
		float: none;
		width: 100%;
		padding: 30px 0;
	}
	.contact-wrap .tel {
		margin-bottom: 30px;
	}
	.contact-wrap .tel .hours {
		margin-top: 5px;
		font-size: 1.4rem;
	}
	.contact-wrap .mail a.form-btn {
		font-size: 1.6rem;
	}
	.contact-wrap .mail a.form-btn span.icon {
		padding-left: 40px;
	}
}

#footer {
	box-sizing: border-box;
	width: 100%;
	background: #fff no-repeat left top;
}
#f-banner {
	border: 1px solid #eee;
}
#f-banner ul.banner-list {
	position: relative;
	left: 50%;
	transform: translateX( -50% );
	min-width: 1200px;
	font-size: 0;
	text-align: center;
}
#f-banner ul.banner-list li {
	display: inline-block;
	border-right: 1px solid #eee;
}
#f-banner ul.banner-list li:first-child {
	border-left: 1px solid #eee;
}
.banner-list li a.new-tab {
	position: relative;
}
.banner-list li a.new-tab::after {
	content: url('./images/common/icon_tab_01.jpg');
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 10px;
}
#f-information {
	background: #404040 no-repeat left top;
	color: #fff;
	text-align: center;
}
#f-information a {
	color: rgba(255, 255, 255, 0.7);
	transition-property: color;
	transition-duration: 0.3s;
}
#f-information a:hover {
	color: rgba(255, 255, 255, 1);
	opacity: 1;
}
#f-information .jimin-info {
	padding-top: 60px;
	padding-bottom: 38px;
}
.jimin-info .logo {
	margin-bottom: 12px;
}
.jimin-info .name {
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .2em;
}
.jimin-info .address, 
.jimin-info .tel {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: .2em;
}
.jimin-info .address a {
	text-decoration: underline;
}
#f-bottom .content-inner {
	font-size: 0;
}
#f-bottom ul.sns-list {
	float: right;
	font-size: 0;
}
#f-bottom ul.sns-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 2.2rem;
	line-height: 80px;
}
#f-bottom ul.sns-list li.facebook {
	color: #3c5998;
}
#f-bottom ul.sns-list li.twitter {
	color: #55acee;
}
#f-bottom ul.sns-list li.line {
	color: #1dcd00;
}
#f-bottom ul.sns-list li.instagram {
	color: #3f729b;
}
#f-bottom ul.sns-list li.youtube {
	color: #cd201f;
}
#f-bottom ul.sns-list li:last-child {
	margin-right: 0;
}
#f-bottom ul.sns-list li a {
	display: block;
}
#f-bottom .copyright {
	float: left;
	color: #aaa;
	font-size: 1.1rem;
	line-height: 80px;
}
@media screen and (max-width: 767px) {
	#f-banner {
		padding: 30px 0;
	}
	#f-banner ul.banner-list {
		left: 0;
		transform: translateX( 0 );
		min-width: 1px;
		text-align: center;
	}
	#f-banner ul.banner-list li {
		margin-right: 20px;
		margin-bottom: 20px;
		width: 200px;
		border: 1px solid #eee;
	}
	#f-banner ul.banner-list li:nth-child(2n) {
		margin-right: 0;
	}
	#f-banner ul.banner-list li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#f-information .jimin-info {
		padding: 50px 0 40px;
	}
	.jimin-info .address, 
	.jimin-info .tel {
		font-size: 1.4rem;
	}
	#f-bottom {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#f-bottom ul.sns-list {
		float: none;
		padding: 0;
		text-align: center;
	}
	#f-bottom ul.sns-list li {
		margin-right: 30px;
		font-size: 3.6rem;
		line-height: 1.6;
	}
	#f-bottom .copyright {
		float: none;
		font-size: 1.3rem;
		text-align: center;
		line-height: 2;
	}
}


/* = Entry List
-------------------------------------------------------------- */
.entry-list {
}
.entry-list-item {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.entry-list-item .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 10px;
	background: #fff;
}
.entry-list-item .thumb {
	float: left;
	max-width: 30%;
	margin-right: 2%;
	text-align: center;
}
.entry-list-item .content-box {
	float: left;
	max-width: 68%;
}
.entry-list-item .entry-meta-box {
	margin-bottom: 8px;
}
.entry-list-item .entry-meta {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.3rem;
	vertical-align: middle;
}
.entry-list-item .cat-item {
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	background: #000;
	vertical-align: top;
}

.entry-list-item .title {
	font-size: 2rem;
	margin: 0 0 10px;
}
.entry-list-item .text {
	font-size: 1.6rem;
	margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
	.entry-list-item .thumb {
		float: none;
		max-width: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.entry-list-item .content-box {
		float: none;
		max-width: none;
	}
}

/* = Sidebar 
-------------------------------------------------------------- */
.side-title {
	margin: 0 0 15px;
	font-size: 2rem;
}
.side-box {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
}
.side-box:last-child {
	margin-bottom: 0;
}
.side-box .title {
	background: #f0f0f0 no-repeat left top;
	font-size: 1.6rem;
	text-align: center;
	line-height: 45px;
}
.side-box ul li {
	border-bottom: 1px solid #ddd;
}
.side-box ul li a {
	display: block;
	position: relative;
	padding: 0 25px 0 10px;
	line-height: 40px;
}
.side-box ul li a::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #3ba324;
	box-sizing: border-box;
	transform: rotate(45deg);
}
.side-box.recent ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}
.side-box.recent ul li a .recent-title {
	margin-bottom: 4px;
}
.side-box.recent ul li a .recent-date {
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.side-box {
		margin-bottom: 50px;
	}
	.side-box .title {
		font-size: 2rem;
		line-height: 60px;
	}
	.side-box ul li a {
		font-size: 1.6rem;
		line-height: 60px;
	}
	.side-box.recent ul li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.side-box ul li a .recent-date {
		font-size: 1.5rem;
	}
}


/* = Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	margin-top: 15px;
	padding: 20px 0;
	font-size: 1.8rem;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0 0.25em;
	font-weight: bold;
	line-height: 2.1em;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
	color: #fff;
	background: #000000;
	opacity: 1;
	text-decoration: none;
}
.wp-pagenavi .extend {
	width: 1em;
	color: #000;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}
.wp-pagenavi .extend::after {
	content: "…";
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	width: 1em;
	height: 1em;
	background: #000000;
	border-radius: 100%;
	text-indent: -999999px;
	vertical-align: middle;
}
.wp-pagenavi .previouspostslink::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0.25em;
	left: 0.3em;
	border-width: 4px 6px 4px 0;
	border-style: solid;
	border-color: transparent #fff;
}
.wp-pagenavi .nextpostslink::after {
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0.4em;
	width: 0;
	height: 0;
	border-width: 4px 0 4px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 640px) {
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
		width: 1.9em;
		height: 1.9em;
		font-size: 1.6rem;
		line-height: 2em;
	}
}
@media screen and (max-width: 480px) {
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
		width: 1.9em;
		height: 1.9em;
		margin: 0 2px;
		font-size: 1.4rem;
		line-height: 2em;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 1.6rem;
	}
}

.result_count {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.4rem;
	color: #999;
}

/* = #nav-below
-------------------------------------------------------------- */
#nav-below {
	padding: 2.5rem 0 0;
	font-size: 1.4rem;
	border-top: 1px solid #eee;
}
#nav-below .leftside {
	float: left;
	box-sizing: border-box;
	width: 50%;
}
#nav-below .rightside {
	float: right;
	box-sizing: border-box;
	width: 50%;
	border-left: 1px solid #eee;
	text-align: right;
}
#nav-below h3 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
}
#nav-below a {
	display: table;
	width: 100%;
}
#nav-below .imgbox {
	box-sizing: border-box;
	display: table-cell;
	width: 74px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: middle;
}
#nav-below a img {
	width: 100%;
}
#nav-below a h4 {
	display: table-cell;
	padding: 0 1rem;
	font-weight: normal;
	line-height: 1.25;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: unset;
	vertical-align: middle;
}
#nav-below .first,
#nav-below .last {
	margin: 2.85rem 0;
}

@media screen and (max-width: 736px) {
	#nav-below {
		margin-bottom: 4rem;
	}
	#nav-below a h4 {
		font-size: 1.3rem;
	}
}


/* = archive-activity
-------------------------------------------------------------- */
.category-title {
	margin-bottom: 30px;
	font-size: 3rem;
	text-align: center;
}
.category-title .noto-sans {
	letter-spacing: .1em;
}


/* = .single-mag
-------------------------------------------------------------- */
.single-mag .intro {
	border: 3px solid #f6f6f6;
	padding: 10px;
}

.single-mag .interview table tr > td:nth-child(1) {
	width: 100px;
}
.single-mag .interview table,.single-mag .interview td {
	border: none;
}
.single-mag .interview td {
	padding: 20px 10px;
	vertical-align: top;
}
.single-mag .interview {
	padding: 60px 0;
}
.single-mag .interview .interview-img {
	margin-bottom: 30px;
}



/* = single-toitsu2019
-------------------------------------------------------------- */
.fv-toitsu2019 {
	background-image: url( './images/toitsu2019/fv_bg_01.jpg' );
}
.fv-toitsu2019.archive-senkyoku-fv {
	margin-bottom: 0;
}
.ttl-toitsu2019 .upper {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 32px;
}
.ttl-toitsu2019 .upper::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #fff no-repeat left top;
}
.ttl-toitsu2019 .lower {
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
}
.ttl-toitsu2019 .lower .noto-sans {
	letter-spacing: .1em;
}
.candidate-article {
	padding-bottom: 100px;
}
.candidate-info {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 90px;
	background: #47aa2e no-repeat left top;
	color: #fff;
}
.candidate-info::before, 
.candidate-info::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
.candidate-info::before {
	top: 0;
	border-width: 110px 100vw 0 0;
	border-color: #fff transparent transparent transparent;
}
.candidate-info::after {
	bottom: 0;
	border-width: 0 0 110px 100vw;
	border-color: transparent transparent #fff transparent;
}
.candidate-info .section-inner {
	position: relative;
	z-index: 2;
}
.candidate-info .info-img {
	float: left;
}
.candidate-info .info-img .photo {
	margin-bottom: 35px;
	box-shadow: 14px 14px 0px 1px rgba( 1, 17, 17, .3 );
}
.candidate-info .info-img .sns {
	font-size: 0;
}
.candidate-info .info-img .sns li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}
.candidate-info .info-img .sns li:last-child {
	margin-right: 0;
}
.candidate-info .info-text {
	margin-left: 380px;
	padding: 100px 0 0 104px;
}
.candidate-info .info-text .profile {
	position: relative;
	padding-bottom: 26px;
}
.candidate-info .info-text .profile::after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 620px;
	height: 4px;
	background: #2a8317 no-repeat left top;
}
.candidate-info .info-text .profile .candidate-type {
	font-size: 2rem;
	letter-spacing: .2em;
}
.candidate-info .info-text .profile .senkyo {
	font-size: 1.4rem;
	letter-spacing: .2em;
}
.candidate-info .info-text .profile .name {
	font-size: 4.8rem;
	line-height: 1.6;
	transform: skewX( -8deg );
}
.candidate-info .info-text .profile .name .noto-sans {
	letter-spacing: .2em;
}
.candidate-info .info-text .profile .senkyoku {
	font-size: 1.8rem;
	transform: skewX( -8deg );
}
.candidate-info .info-text .profile .senkyoku .noto-sans {
	letter-spacing: .2em;
}
.candidate-info .info-text .message {
	padding-top: 24px;
}
.candidate-info .info-text .message-ttl {
	margin-bottom: 14px;
	font-size: 1.8rem;
	transform: skewX( -8deg );
}
.candidate-info .info-text .message-ttl .noto-sans {
	letter-spacing: .2em;
}
.candidate-info .info-text .message-text {
	font-size: 1.5rem;
	letter-spacing: .2em;
}
.candidate-introduction {
	margin-bottom: 40px;
}
.candidate-introduction .intro-row {
	padding: 20px 0;
	border-bottom: solid 1px #aaa;
}
.candidate-introduction .intro-row:last-child {
	border-bottom: none;
}
.candidate-introduction .intro-title {
	float: left;
	width: 130px;
	padding-bottom: 8px;
	border-bottom: solid 5px #47aa2e;
	font-size: 1.8rem;
}
.candidate-introduction .intro-title .noto-sans {
	letter-spacing: .2em;
}
.candidate-introduction .intro-text {
	margin-left: 188px;
	font-size: 1.4rem;
	letter-spacing: .2em;
}
.candidate-link .section-inner {
	font-size: 0;
	text-align: center;
}
.candidate-link .btn {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.candidate-link .btn:last-child {
	margin-right: 0;
}
.candidate-link .btn a {
	display: block;
	background: #000 no-repeat left top;
}
.candidate-link .btn.prev-link a, 
.candidate-link .btn.next-link a {
	position: relative;
	width: 40px;
	height: 40px;
}
.candidate-link .btn.prev-link a::before, 
.candidate-link .btn.next-link a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	box-sizing: border-box;
}
.candidate-link .btn.prev-link a::before {
	transform: translate( -50%, -50% ) rotate( -135deg );
}
.candidate-link .btn.next-link a::before {
	transform: translate( -50%, -50% ) rotate( 45deg );
}
.candidate-link .btn.archive-link a {
	width: 300px;
	padding: 19px 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
	.ttl-toitsu2019 {
		padding: 42px 15px 0;
	}
	.candidate-info .info-img {
		float: none;
		margin: 0 auto 50px;
		width: 380px;
	}
	.candidate-info .info-text {
		margin-left: 0;
		padding-top: 0;
		padding-left: 0;
	}
	.candidate-info .info-text .profile::after {
		width: 100%;
	}
	.candidate-introduction .intro-title {
		float: none;
		margin-bottom: 16px;
	}
	.candidate-introduction .intro-text {
		margin-left: 0;
	}
	.candidate-link .btn.archive-link a {
		width: 250px;
	}
}


/* = archive-toitsu2019
-------------------------------------------------------------- */
.archive-toitsu-search {
	position: relative;
	padding: 170px 0 60px;
	background: #47aa2e no-repeat left top;
}
.archive-toitsu-search::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
.archive-toitsu-search::before {
	top: 0;
	border-width: 110px 100vw 0 0;
	border-color: #fff transparent transparent transparent;
}
.rep-list-wrap {
	position: relative;
	padding-top: 150px;
	padding-bottom: 100px;
	background: transparent repeat center center;
	background-image: url( './images/toitsu2019/c_bg_04.jpg' );
}
.rep-list-wrap::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 100vw 0 0;
	border-color: #47aa2e transparent transparent transparent;
}
.rep-list-wrap .list-type {
	margin-bottom: 130px;
}
.rep-list-wrap .list-type:last-child {
	margin-bottom: 0;
}
.rep-list {
	font-size: 0;
}
.rep-list > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 52px;
	margin-bottom: 52px;
	width: 474px;
	padding: 20px 20px 28px;
	box-sizing: border-box;
	background: #47aa2e no-repeat left top;
	color: #fff;
}
.rep-list > li:nth-child(2n) {
	position: relative;
	top: 20px;
	margin-right: 0;
}
.rep-list > li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.rep-list .thumb {
	float: left;
	box-shadow: 8px 8px 0px 1px rgba( 1, 17, 17, .3 )
}
.rep-list .thumb a {
	display: block;
}
.rep-list .text {
	margin-left: 208px;
	padding-top: 14px;
}
.rep-list .candidate-type {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.8rem;
	letter-spacing: .1em;
	transform: skewX( -10deg );
}
.rep-list .furigana {
	font-size: 1.4rem;
	letter-spacing: .1em;
	transform: skewX( -10deg );
}
.rep-list .name {
	font-size: 3rem;
	transform: skewX( -10deg );
}
.rep-list .name .noto-sans {
	letter-spacing: .1em;
}
.rep-list .senkyoku {
	color: #dcf4d5;
	font-size: 1.6rem;
	letter-spacing: .1em;
	transform: skewX( -10deg );
}
.rep-list .sns-list {
	margin-top: 24px;
	font-size: 0;
}
.rep-list .sns-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.rep-list .sns-list li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.rep-list > li {
		margin-right: 0;
		width: 100%;
	}
	.rep-list > li:nth-child(2n) {
		top: 0;
	}
	.rep-list > li:nth-last-child(-n+2) {
		margin-bottom: 52px;
	}
	.rep-list > li:last-child {
		margin-bottom: 0;
	}
	.rep-list .sns-list li {
		margin-right: 7px;
	}
}

.senkyoku-title {
	margin-bottom: 30px;
	font-size: 2.5rem;
	text-align: center;
}
.senkyoku-title .noto-sans {
	letter-spacing: .05em;
}
.senkyoku-list-wrap {
	padding-top: 40px;
}
.senkyoku-list-wrap::before {
	content: none;
}



/* = page-toitsu2019
-------------------------------------------------------------- */
.toitsu2019-head {
	padding-top: 65vh;
	padding-bottom: 80px;
	background: #47aa2e no-repeat center top;
	background-image: url( './images/toitsu2019/fv_bg_02.jpg' );
	background-size: 100% auto;
	color: #fff;
}
.toitsu2019-head .map {
	position: absolute;
	z-index: 1;
	top: -80px;
	right: 20px;
}
.toitsu2019-title {
	margin-bottom: 40px;
	line-height: 1.2;
}
.toitsu2019-title .upper {
	font-size: 8rem;
	transform: skewX( -10deg );
	text-shadow: 2px 2px 8px rgba( 0, 0, 0, .3 );
}
.toitsu2019-title .upper .noto-sans {
	letter-spacing: .1em;
}
.toitsu2019-title .lower {
	font-size: 4rem;
	text-shadow: 2px 2px 8px rgba( 0, 0, 0, .3 );
}
.toitsu2019-title .lower .noto-sans {
	letter-spacing: .1em;
}
.toitsu2019-title .lower .year {
	display: inline-block;
	font-weight: normal;
	letter-spacing: .2em;
	transform: skewX( -10deg );
}
.toitsu2019-head .description {
	margin-bottom: 70px;
	font-size: 2.6rem;
	line-height: 1.55;
}
.toitsu2019-head .description .noto-sans {
	letter-spacing: .1em;
}
.toitsu2019-search {
	padding: 40px 0;
	background: #fff repeat center center;
	background-image: url( './images/toitsu2019/c_bg_01.jpg' );
}
.toitsu2019-search .head {
	margin-bottom: 30px;
	color: #3a9d25;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1;
}
.toitsu2019-search .head .noto-sans {
	letter-spacing: .1em;
}
.line-marker {
	display: inline-block;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffff50 50%, #ffff50 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#ffff50 50%,#ffff50 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#ffff50 50%,#ffff50 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffff50',GradientType=0 );
}
.toitsu2019-select {
	text-align: center;
}
.toitsu2019-select .inner {
	display: inline-block;
	position: relative;
}
.toitsu2019-select .inner::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 68px;
	height: 68px;
	background: transparent no-repeat right center;
	background-image: url( './images/toitsu2019/icon_arrow_01.png' );
	pointer-events: none;
}
.toitsu2019-select select {
	width: 580px;
	padding: 18px 26px;
	border: solid 2px #262626;
	box-sizing: border-box;
	font-size: 1.6rem;
	letter-spacing: .1em;
}
.toitsu2019-sns {
	padding: 50px 0 77px;
	background: transparent no-repeat center center;
	background-image: url( './images/toitsu2019/c_bg_02.jpg' );
	background-size: cover;
}
.toitsu2019-sns .head {
	margin-bottom: 20px;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	transform: skewX( -10deg );
}
.toitsu2019-sns .head .noto-sans {
	letter-spacing: .2em;
}
.toitsu-sns-list {
	font-size: 0;
}
.toitsu-sns-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 320px;
}
.toitsu-sns-list li:last-child {
	margin-right: 0;
}
.toitsu-sns-list li a {
	display: block;
	padding: 22px 0 22px 55px;
	background: #fff no-repeat left center;
	background-image: url( './images/toitsu2019/icon_sns_08.png' );
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: .2em;
}
.toitsu-sns-list li.line a {
	background-image: url( './images/toitsu2019/icon_sns_08.png' );
}
.toitsu-sns-list li.facebook a {
	background-image: url( './images/toitsu2019/icon_sns_09.png' );
}
.toitsu-sns-list li.twitter a {
	background-image: url( './images/toitsu2019/icon_sns_10.png' );
}
.toitsu2019-about {
	padding-top: 66px;
	padding-bottom: 330px;
	background: transparent no-repeat center bottom;
	background-image: url( './images/toitsu2019/c_bg_03.png' );
	background-size: 100% auto;
}
.title-underline {
	margin-bottom: 30px;
	color: #3a9d25;
	font-size: 4rem;
	text-align: center;
	transform: skewX( -10deg );
}
.title-underline .noto-sans {
	border-bottom: solid 2px #328b1e;
	letter-spacing: .1em;
	font-feature-settings: 'palt';
	-webkit-font-feature-settings: 'palt';
}
.toitsu2019-common-text {
	color: #000;
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
	letter-spacing: .05em;
}
.toitsu2019-common-text .line-marker {
	line-height: 1;
}
.toitsu2019-about .about-description {
	font-size: 2rem;
}
.toitsu2019-type {
	padding-top: 80px;
	padding-bottom: 118px;
	background: transparent repeat center center;
	background-image: url( './images/toitsu2019/c_bg_04.jpg' );
}
.toitsu2019-type .bg-box {
	padding: 60px 50px 80px;
	background: #fff no-repeat left top;
}
.toitsu2019-type .type-description {
	margin-bottom: 40px;
}
.title-three-line {
	margin-bottom: 20px;
	overflow: hidden;
	color: #3a9d25;
	font-size: 3rem;
	text-align: center;
}
.title-three-line .noto-sans {
	position: relative;
	padding: 0 20px;
	letter-spacing: .1em;
}
.title-three-line .noto-sans::before, 
.title-three-line .noto-sans::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -9px;
	width: 50vw;
	height: 18px;
	background: transparent repeat-x center center;
	background-image: url( './images/toitsu2019/icon_border_01.jpg' );
}
.title-three-line .noto-sans::before {
	right: 100%;
}
.title-three-line .noto-sans::after {
	left: 100%;
}
.rep-work-list {
	margin: 30px 0;
	font-size: 0;
}
.rep-work-list li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 32px;
	margin-right: 32px;
	width: 434px;
	padding: 33px 0;
	border: solid 3px #328b1e;
	box-sizing: border-box;
}
.rep-work-list li:nth-child(2n) {
	margin-right: 0;
}
.rep-work-list li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.rep-work-list .icon {
	margin-bottom: 18px;
}
.rep-work-list .text {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .05em;
}
.rep-work-list .text .accent {
	font-size: 5rem;
}
.type-link {
	margin-top: 40px;
	font-size: 0;
}
.type-link li {
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
	width: 434px;
}
.type-link li:nth-child(2n) {
	margin-right: 0;
}
.type-link li a {
	display: block;
	padding: 25px 40px;
	background: #262626 no-repeat right 32px center;
	background-image: url( './images/toitsu2019/icon_arrow_02.png' );
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.55;
}
.type-link li a .noto-sans {
	letter-spacing: .05em;
}
.elect-schedule {
	padding-top: 80px;
	padding-bottom: 76px;
}
.elect-schedule .schedule-wrap {
	margin-top: 30px;
	margin-bottom: 40px;
}
.schedule-wrap .schedule-column {
	width: 484px;
	padding: 44px 48px;
	border: solid 2px #ddd;
	box-sizing: border-box;
}
.schedule-wrap .first-half {
	float: left;
}
.schedule-wrap .second-half {
	float: right;
}
.schedule-wrap .schedule-column > .title {
	margin-bottom: 30px;
}
.schedule-wrap .schedule-column > .title .half {
	float: left;
	padding-left: 44px;
	background: transparent no-repeat left center;
	background-image: url( './images/toitsu2019/c_icon_01.png' );
	color: #3a9d25;
	font-size: 3rem;
}
.schedule-wrap .schedule-column > .title .type-name {
	float: right;
	padding: 11px 0;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.schedule-content-wrap .schedule-content {
	margin-bottom: 20px;
	padding: 20px;
	background: #f7f7f7 no-repeat left top;
}
.schedule-content-wrap .schedule-content:last-child {
	margin-bottom: 0;
}
.schedule-content-wrap .schedule-content .title {
	margin: 0 0 20px;
	padding-left: 10px;
	border-left: solid 5px #328b1e;
	color: #3a9d25;
	font-size: 2rem;
	line-height: 1;
}
.schedule-list li {
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.schedule-list li .date {
	float: left;
	font-weight: bold;
}
.schedule-list li .text {
	margin-left: 94px;
}
.elect-wrap .row {
	margin-bottom: 6px;
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.elect-wrap .row:last-child {
	margin-bottom: 0;
}
.elect-wrap .row .name {
	font-weight: bold;
}
.schedule-description {
	text-align: left;
}
.early-vote {
	margin-top: 35px;
}
.schedule-notice {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .1em;
}
.toitsu2019-search-sec {
	padding: 60px 0;
	background: transparent no-repeat center center;
	background-image: url( './images/toitsu2019/c_bg_05.jpg' );
	background-size: cover;
}
.political-trivia {
	padding: 80px 0;
}
.trivia-title {
	margin-bottom: 40px;
}
.trivia-title .upper {
	padding-top: 54px;
	background: transparent no-repeat center top;
	background-image: url( './images/toitsu2019/trivia_icon_01.png' );
	color: #3a9d25;
	font-size: 2.2rem;
	text-align: center;
}
.trivia-title .upper .noto-sans {
	letter-spacing: .3em;
}
.trivia-title .lower {
	color: #000;
	font-size: 4rem;
	text-align: center;
}
.trivia-title .lower .noto-sans {
	letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
	.toitsu2019-head {
		padding-top: 180px;
	}
	.toitsu2019-title .upper {
		font-size: 4.5rem;
	}
	.toitsu2019-title .lower {
		font-size: 3rem;
	}
	.toitsu2019-head .description {
		font-size: 2rem;
	}
	.toitsu2019-search .head {
		font-size: 2rem;
	}
	.toitsu2019-select select {
		width: 420px;
	}
	.toitsu2019-sns .head {
		font-size: 2.7rem;
	}
	.toitsu2019-sns .head .noto-sans {
		letter-spacing: 0;
	}
	.toitsu-sns-list {
		text-align: center;
	}
	.toitsu-sns-list li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.toitsu-sns-list li:last-child {
		margin-bottom: 0;
	}
	.toitsu2019-common-text {
		text-align: left;
	}
	.toitsu2019-about {
		padding-bottom: 110px;
	}
	.title-underline {
		font-size: 2.9rem;
	}
	.title-underline .noto-sans {
		border-bottom: none;
		letter-spacing: 0;
	}
	.toitsu2019-type .bg-box {
		padding-top: 40px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.title-three-line {
		font-size: 2.7rem;
	}
	.title-three-line .noto-sans {
		letter-spacing: 0;
	}
	.rep-work-list li {
		margin-right: 0;
		width: 100%;
	}
	.rep-work-list li:nth-last-child(-n+2) {
		margin-bottom: 32px;
	}
	.rep-work-list li:last-child {
		margin-bottom: 0;
	}
	.type-link li {
		margin-right: 0;
		margin-bottom: 32px;
		width: 100%;
	}
	.type-link li:last-child {
		margin-bottom: 0;
	}
	.schedule-wrap .schedule-column {
		width: 100%;
		padding: 40px 15px;
	}
	.schedule-wrap .first-half, 
	.schedule-wrap .second-half {
		float: none;
	}
	.schedule-wrap .first-half {
		margin-bottom: 40px;
	}
	.trivia-title .lower {
		font-size: 3.2rem;
	}
	.trivia-title .lower .noto-sans {
		letter-spacing: 0;
	}
}

.mag-list .date {
	color: #aaa;
	font-size: 1.2rem;
	text-align: right;
	letter-spacing: .12em;
}
.toitsu2019-btn {
	margin-top: 45px;
	width: 380px;
}
#mod-magazine {
	background: #f6f6f6 no-repeat left top;
}
#toitsu2019 #mod-magazine {
	padding-top: 70px;
	padding-bottom: 110px;
}
#mod-magazine a.more-btn {
	width: 380px;
}
@media screen and (max-width: 767px) {
	#mod-magazine {
		padding-bottom: 50px;
	}
	#mod-magazine a.more-btn {
		margin-top: 20px;
	}
}

/* = f-fix-banner 統一選2019
-------------------------------------------------------------- */
#f-fix-banner {
	position: fixed;
	display: inline-block;
	width: 200px;
	right: 30px;
	bottom: 0;
	z-index: 999;
	font-size: 0;
	box-shadow: 3px 3px 15px rgba(0,0,0,.15);
}
#f-fix-banner .close-btn {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #2f2f22;
	z-index: 2;
}
#f-fix-banner .close-btn::before,#f-fix-banner .close-btn::after {
	position: absolute;
	content: "";
	top: 3px;
	left: 9px;
	width: 2px;
	height: 15px;
	background: #fff;
}
#f-fix-banner .close-btn::before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#f-fix-banner .close-btn::after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	#f-fix-banner {
		right: 0;
		left: 0;
		bottom: 0;
		width: 280px;
		margin: auto;
	}
	#f-fix-banner .switch {
		width: 280px;
	}
	#f-fix-banner .close-btn {
		top: 0;
	}
	#f-fix-banner .close-btn {
		top: -20px;
		left: -20px;
		/* 202102バナーのための処理 */
	}
}
/* = toitsu2019-banner
-------------------------------------------------------------- */

#toitsu2019-banner {
	width: 100%;
	max-width: 1600px;
	padding: 0 20px;
	margin: 0 auto 160px;
	text-align: center;
	box-sizing: border-box;
}
#toitsu2019-banner a, #toitsu2019-banner img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#toitsu2019-banner {
		padding: 0 15px;
	}
}


/* = 20190309 validation error　追記
-------------------------------------------------------------- */
.toitsu2019-title .upper {
	display: block;
}
.toitsu2019-title .lower {
	display: block;
}
.schedule-wrap .schedule-column > .title .half {
	display: block;
}
.schedule-wrap .schedule-column > .title .type-name {
	display: block;
}
.trivia-title .upper {
	display: block;
}
.trivia-title .lower {
	display: block;
}
.ttl-toitsu2019 .upper {
	display: block;
}
.ttl-toitsu2019 .lower {
	display: block;
}

/* = toitsu2019-video
-------------------------------------------------------------- */
.hidden {
	display: none;
}
.bg-diagonal-stripe {
	background: transparent repeat center center;
	background-image: url(./images/toitsu2019/c_bg_04.jpg)
}
.toitsu2019-video {
	padding-top: 80px;
	padding-bottom: 76px;
}
.toitsu2019-video .video-box {
	position: relative;
}
.toitsu2019-video .video-box::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 106px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto auto;
	background: transparent	no-repeat center center;
	background-image: url('./images/toitsu2019/yt_icon_mono_light.png');
	transition: 0.5s ease;
}
.toitsu2019-video .video-box:hover::before {
	background-image: url('./images/toitsu2019/yt_icon_rgb.png');
	transition: 0.5s ease;
}
.toitsu2019-video .toitsu2019-common-text {
	text-align: center;
	margin-top: 30px;
}

/* = first-bnr
-------------------------------------------------------------- */
#first-bnr {
	background: #fff no-repeat left top;
	padding: 60px 0 40px;
}

/* = page diet
-------------------------------------------------------------- */
#diet-comment {
	margin-top: 120px;
	padding: 160px 0;
	background: linear-gradient( 32deg, #68e0cf, #209cff );
}
#diet-comment::after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 200px 100vw;
	border-color: transparent transparent #fff transparent;
}

#diet .comment-list .comment-item {
	padding-top: 95px;
	margin-top: -95px;
	margin-bottom: 80px;
}

#diet .comment-item .comment-text {
	margin-left: 250px;
}
#diet .comment-text .person {
	text-align: left;
}
#diet .comment-text .person .position {
	display: block;
}
#diet .comment-text .person .furigana {
	font-size: 1.3rem;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
#diet .comment-text .person .name {
	font-size: 3.0rem;
	margin-left: 0;
}
#diet .comment-text .common-info {
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: start;
}
#diet .comment-text .common-info .title {
	font-size: 1.4rem;
	width: 20%;
	margin-bottom: 0;
}
#diet .comment-text .common-info .detail {
	font-size: 1.4rem;
	padding-left: 10px;
	width: 80%;
}
#diet .comment-text .icon-list {
	margin: 5px 0 15px;
}
#diet .comment-text .icon-list .icon {
	font-size: 2.0rem;
}
#diet .comment-text .icon-list .icon + .icon {
	margin-left: 10px;
}
#diet .comment-item .comment-text p {
	font-size: 1.4rem;
}

#diet .comment-item .comment-img {
	top: 95px;
}
#diet .comment-item:nth-child(even) .comment-img {
	left: 0;
	right: auto;
}
#diet .comment-item:nth-child(even) .comment-text {
	margin-right: 0;
	margin-left: 250px;
}
@media screen and (max-width: 768px) {
	#diet .comment-item .comment-text {
		margin-left: 0;
	}
	#diet	.comment-item .comment-img {
		width: 200px;
		margin: 0 auto 20px;
		top: 0;
	}
	#diet .comment-item:nth-child(even) .comment-text {
		margin-left: 0;
	}
	#diet .comment-text .icon-list .icon {
		font-size: 2.5rem;
	}
}

/* = archive-member add diet
-------------------------------------------------------------- */
#diet-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#diet-list .diet-item {
	width: 48%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#diet-list .diet-img {
	width: 200px;
}
#diet-list .diet-text {
	width: 240px;
}
#diet-list .position {
	font-size: 1.4rem;
	font-weight: bold;
}
#diet-list .name {
	font-size: 2.0rem;
	font-weight: bold;
}
#diet-list .furigana {
	font-size: 1.3rem;
}
#diet-list .more-btn {
	margin-top: 40px;
	line-height: 3.5;
}
#diet-list .diet-text .common-info {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: start;
}
#diet-list .diet-text .common-info .title {
	font-size: 1.4rem;
	width: 20%;
	margin-bottom: 0;
}
#diet-list .diet-text .common-info .detail {
	font-size: 1.4rem;
	padding-left: 10px;
	width: 80%;
}
.archive-member .menmber-diet {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	#diet-list .diet-item {
		width: 100%;
	}
	#diet-list .diet-img {
		width: 180px;
	}
}