@charset "utf-8";
/*
	Theme Name: Rise design ver2021
	Theme URI: http://www.w-art.org/
	Description: This is our original theme.
	Author: Rise design
	Author URI: http://www.w-art.org/
	Version: 1.0
*/
img#wpstats {
	display: none;
}
/*.Color */
body {
	color: #696969;
}
/*.Link */
a {
	color:#72b8c1;
}

/* Button */
.btn-seemore {
	background-color: transparent;
	border: 1px solid #777;
	color: #777;
	position: relative;
	border-radius: 0;
	text-transform: uppercase;
	font-size: .875rem;
	letter-spacing: 0.1em;
}
.btn-seemore:hover {
	color: #72b8c1;
	border-color: #72b8c1;
}
.btn-vist ,
.btn-topbottom {
	position: relative;
	display: inline-block;
	padding: 1rem 3rem;
	font-size: .875rem;
	text-decoration: none;
	color: #ffffff;
	transition: color 0.25s ease;
	background-color: #777777;
	letter-spacing: 0.15em;
}
.btn-vist:hover ,
.btn-topbottom:hover {
	color: #fff;
}
.btn-vist::before ,
.btn-topbottom::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #111;
	transition: all 0.25s ease;
	transition-property: transform;
}
.btn-vist:hover::before ,
.btn-topbottom:hover::before {
}
.btn-vist::before {
	transform-origin: right;
	transform: scaleX(0);
}
.btn-vist:hover::before {
	transform-origin: left;
	transform: scaleX(1);
}
.btn-topbottom::before {
	transform-origin: left bottom;
	transform: scale(1, 0);
}
.btn-topbottom:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.btn-vist span ,
.btn-topbottom span {
	position: relative;
}

/*.Header */

.navbar {
	font-family: 'Cinzel', 'Noto Serif JP', serif;
}
.navbar-expand-md .navbar-nav .nav-link {
	font-size: 1.25rem;
	color:#3f3f3f;
    padding: 0 1.25rem;
}
.nav-link:hover {
	opacity: 0.5;
}
.nav-link .small {
	font-size: .875rem;
	color:#777777;
	letter-spacing: 0.1em;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-expand-md .navbar-nav .current-menu-item .nav-link ,
body.tax-results-category .navbar-expand-md .navbar-nav li.menu-item-page-results .nav-link ,
body.tax-results-tag .navbar-expand-md .navbar-nav li.menu-item-page-results .nav-link,
body.single-results .navbar-expand-md .navbar-nav li.menu-item-page-results .nav-link,
body.tax-making-category .navbar-expand-md .navbar-nav li.menu-item-page-making .nav-link ,
body.single-making .navbar-expand-md .navbar-nav li.menu-item-page-making .nav-link,
body.category .navbar-expand-md .navbar-nav li.menu-item-page-topics .nav-link ,
body.single-post .navbar-expand-md .navbar-nav li.menu-item-page-topics .nav-link {
	color:#64aeb1;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
.navbar {
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(104, 104, 104, 0.15);
	min-height: 100px;
}
body:not(.home) .navbar.navbar-scrolled.navbar-expand-md .navbar-nav .nav-link ,
body.home .navbar.navbar-scrolled.navbar-expand-md.fixed .navbar-nav .nav-link {
	font-size: 1.125rem;
}
body:not(.home) .navbar.navbar-scrolled ,
body.home .navbar.navbar-scrolled.fixed {
	min-height: 60px;
}
.navbar-expand-md .navbar-nav .nav-link {
	text-align: center;
}
.nav-link .small {
	display: block;
	margin-top:.25rem;
}
body:not(.home) .navbar.navbar-scrolled .nav-link .small ,
body.home .navbar.navbar-scrolled .nav-link .small {
	margin-top:0;
	font-size: .75rem;
}
body.home .fixed-top {
	position: absolute;
	width: 100%;
	top: auto;
	margin-top:-100px;
}
body.home .fixed-top.fixed {
	position: fixed;
	top: 0;
	margin-top:0;
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 1119px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
.navbar-toggler {
    margin-top: .5rem;
}
.navbar-collapse {
    background-color: rgba(255,255,255,.95);
    min-height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity:0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding-top:2rem;
}
.navbar-collapse.show {
    opacity: 1;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding:.5rem 1.5rem;
}
.nav-link .small {
	display: inline-block;
	margin-left:1rem;
}
}
@media (max-width: 575px) {
}

/*.Footer */
.pagetop {
	position: fixed;
	z-index: 100;
}
.pagetop a {
	width: 42px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #64aeb1;
}
.pagetop svg {
	stroke: #fff;
}

.footer-wrap{
	background-color:#3f3f3f;
	text-align: center;
	font-family: 'A1 Mincho', 'Noto Serif JP', serif;
	color:#777777;
}
.footer-wrap .footer-nav {
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-wrap .footer-nav li {
	display: -ms-flexbox;
	display: flex;
}
.footer-wrap .footer-nav li+li {
	padding-left: .5rem;
}
.footer-wrap .footer-nav li+li::before {
	display: inline-block;
	padding-right: .5rem;
	content: "/";
	position: relative;
	top: -.125rem;
}
.footer-wrap .footer-nav li a {
	color: inherit;
	position: relative;
}
.footer-wrap .footer-nav li a:hover,
.footer-wrap .footer-nav li a[aria-current="page"],
body.tax-results-category .footer-wrap .footer-nav li.menu-item-page-results a ,
body.tax-results-tag .footer-wrap .footer-nav li.menu-item-page-results a,
body.single-results .footer-wrap .footer-nav li.menu-item-page-results a ,
body.tax-making-category .footer-wrap .footer-nav li.menu-item-page-making a ,
body.single-making .footer-wrap .footer-nav li.menu-item-page-making a ,
body.category .footer-wrap .footer-nav li.menu-item-page-topics a ,
body.single-post .footer-wrap .footer-nav li.menu-item-page-topics a {
	color: #64aeb1;
}
.footer-wrap .footer-nav li a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #64aeb1;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.footer-wrap .footer-nav li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
a.effect-link {
	color: #64aeb1;
	position: relative;
}
a.effect-link::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #64aeb1;
	transform-origin: left top;
	transform: scale(1, 1);
	transition: transform .3s;
}
a.effect-link:hover::after {
	transform: scale(0, 1);
	transform-origin: right top;
}
.copyright {
	margin-top:2rem;
	background-color: #232323;
	color:#8f8e8e;
	padding:1rem;
	font-size: .75rem;
	font-family: 'Cinzel', 'Noto Serif JP', serif;
}
@media (min-width: 768px) {
.pagetop {
	bottom:2rem;
	right:2rem;
}
.footer-wrap{
	padding-top:4rem;
}
body:not(.home) .footer-wrap{
	margin-top:8rem;
}
.footer-wrap .footer-nav {
	margin-bottom:2rem;
}
}
@media (max-width: 767px) {
.pagetop {
	bottom:1rem;
	right:1rem;
}
.footer-wrap{
	padding-top:2rem;
}
body:not(.home) .footer-wrap{
	margin-top:4rem;
}
.footer-wrap .footer-nav {
	margin-bottom:1rem;
}
}

/*.Front */

body.home .section-title {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
}
body.home .section-title::before {
	position: absolute;
	top:0;
	left: 50%;
	content: '';
	width:1px;
	background-color:#cce0e1;
}
body.home .section-title h2 {
    letter-spacing: 0.2em;
    line-height: 1;
    font-weight: 400;
    font-family: 'A1 Mincho', 'Noto Serif JP', serif;
    color:#64aeb1;
}
body.home .section-title p {
    line-height: 1;
    font-weight: 400;
    font-family: 'Cinzel', serif;
    color:#3f3f3f;
}
body.home .section-service .section-title h2 ,
body.home .section-results .section-title h2 {
    color:#cce0e1;
}
body.home .section-service .section-title p ,
body.home .section-results .section-title p {
    color:#fff;
}

body.home .section {
	position: relative;
}
body.home .section-service {
	background: #64aeb1 url('inc/images/front-service.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
body.home .section-results {
	background: #64aeb1 url('inc/images/front-results.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
body.home .section-service::before,
body.home .section-results::before {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	content: '';
	z-index: 1;
	background-color: rgba(99, 174, 176, 0.5);
}
body.home .section .container {
	position: relative;
	z-index: 10;
}
body.home .section-concept .section-content p {
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
}
body.home .section-concept .section-content p.lead {
    color:#3f3f3f;
	letter-spacing: 0.2em;
    font-family: 'A1 Mincho', 'Noto Serif JP', serif;
    margin-bottom: 1rem;
}
.section-service-details,
.section-results-details {
	background-color: rgba(255,255,255,0.9);
	position: relative;
}
.section-results-details figure {
	background-color: #3f3f3f;
}
.section-results-details h3 {
	color: #3f3f3f;
	font-size: 1.125rem;
	margin-top:1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 0.05em;
}
.section-results-details-meta {
	font-size: 0.875rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.section-results-details-meta p {
	color:#64aeb1;
}
.section-results-details-meta time {
	color:#777777;
}
.section-service-details-title{
	margin-bottom: 2rem;
	margin-top: 1rem;
}
figure+.section-service-details-title{
	margin-top: 2rem;
}
.section-service-details-title h3 {
    color:#3f3f3f;
	letter-spacing: 0.1em;
    font-family: 'A1 Mincho', 'Noto Serif JP', serif;
    margin-bottom: .25rem;
    font-size: 1.75rem;
}
.section-service-details-title p {
	color:#64aeb1;
    font-family: 'Cinzel', serif;
    font-size: 1.125rem;
}
.section-service-details-content {
	line-height: 2;
	letter-spacing: 0.05em;
}
.section-features-box + .section-features-box {
	margin-top:.25rem;
}
.section-features-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #64aeb1;
    color:#fff;
}
.section-features-box-title h3 {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
    font-family: 'A1 Mincho', 'Noto Serif JP', serif;
}
.section-features-box-title p {
	color:#d9ede8;
    font-family: 'Cinzel', serif;
    font-size: .875rem;
}
.section-features-box-content {
	line-height: 2;
	letter-spacing: 0.1em;
}
.section-features .section-content>.section-features-box:nth-child(2)>.section-features-box-title {
	background-color:#f3dee1;
}
.section-features .section-content>.section-features-box:nth-child(2)>.section-features-box-title h3 {
	color:#736357;
}
.section-features .section-content>.section-features-box:nth-child(2)>.section-features-box-title p {
	color:#f08b9a;
}
.section-features .section-content>.section-features-box:nth-child(3)>.section-features-box-title {
	background-color:rgba(227, 227, 227, 0.75);
}
.section-features .section-content>.section-features-box:nth-child(3)>.section-features-box-title h3 {
	color:#3f3f3f;
}
.section-features .section-content>.section-features-box:nth-child(3)>.section-features-box-title p {
	color:#cac6be;
}
@media (min-width: 768px) {
body.home .section-title {
	padding-top:10rem;
	padding-bottom:5rem;
}
body.home .section-title::before {
	height: 120px;
}
body.home .section-title h2 {
    font-size: 1.125rem;
}
body.home .section-title p {
    font-size: 3.75rem;
    margin-bottom: 1rem;
}
body.home .section {
	padding-bottom:5rem;
}
body.home .section-concept {
	padding-bottom:10rem;
}
body.home .section-results .section-foot ,
body.home .section-news .section-foot {
    margin-top: 4rem;
}
body.home .section-concept .section-content p.lead {
    font-size: 1.375rem;
}
.section-service-details,
.section-results-details {
	padding:2rem;
	height: 100%;
}
.section-features-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.section-features-box-title {
    width: 195px;
    min-width: 195px;
    height: 195px;
}
.section-features-box-content {
	padding-left: 2.5rem;
}
}
@media (min-width: 992px) {
body.home .section-service .section-content>.row>.col-lg-6 {
	margin-top:30px;
}
}
@media (min-width: 1200px) {
body.home .section-results .section-content>.row>.col-xl-4:nth-child(n + 4) {
	margin-top:30px;
}
}
@media (max-width: 1119px) {
body.home .section-results .section-content>.row>.col-xl-4:nth-child(n + 3) {
	margin-top:30px;
}
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
body.home .section-title {
	padding-top:6rem;
	padding-bottom:2.5rem;
}
body.home .section-title::before {
	height: 80px;
}
body.home .section-title h2 {
    font-size: 1rem;
}
body.home .section-title p {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
body.home .section {
	padding-bottom:2.5rem;
}
body.home .section-concept {
	padding-bottom:5rem;
}
body.home .section-results .section-foot ,
body.home .section-news .section-foot {
    margin-top: 2rem;
}
body.home .section-concept .section-content p.lead {
    font-size: 1.125rem;
}
body.home .section-service .section-content>.row>.col-lg-6 ,
body.home .section-results .section-content>.row>.col-xl-4 {
	margin-top:1rem;
}
.section-service-details,
.section-results-details {
	padding:1rem 1.5rem;
}
.section-features-box-title {
    padding:1rem;
}
.section-features-box-content {
    padding:1rem;
}
}

/*.Page Header */

.page-header {
	text-align: center;
	position: relative;
	color:#fff;
	background: #3d778a url('inc/images/page-header.jpg') no-repeat center top;
}
.page-header::before {
	background-color:#d9ede8;
	position: absolute;
	width:1px;
	height:160px;
	content: '';
	left:50%;
	bottom:-80px;
}
.page-header-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.page-header-lead ,
.page-header h1 {
	letter-spacing: 0.1em;
	font-size: 1rem;
	line-height: 1;
	font-weight: 400;
	font-family: 'A1 Mincho', 'Noto Serif JP', serif;
}
.page-header-caption {
	font-size: 3rem;
	line-height: 1;
	font-weight: 400;
	font-family: 'Cinzel', serif;
	margin-bottom:.5rem;
}
@media (min-width: 768px) {
.page-header {
	height:400px;
	padding-top:13.5rem;
}
}
@media (max-width: 767px) {
.page-header {
	height:300px;
	padding-top:8rem;
	margin-bottom: 8rem;
}
}

/*.breadcrumb */
@media (min-width: 768px) {
.breadcrumb {
	margin-top:6rem;
	margin-bottom: 6rem;
	font-family: 'Cinzel', 'Noto Serif JP', serif;
	color:#777777;
	font-size: .875rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 1rem;
}
.breadcrumb a {
	color:inherit;
	position: relative;
}
.breadcrumb a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #72b8c1;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.breadcrumb a:hover {
	color:#72b8c1;
}
.breadcrumb a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.breadcrumb-item.active {
	color:#72b8c1;
}
.breadcrumb-item.active::before {
	color:#777777;
}
}
@media (max-width: 767px) {
.breadcrumb {
	display: none;
}
}

/*.nothing */
.nothing {
	text-align: center;
}
.nothing h1 {
	letter-spacing: 0.1em;
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	font-family: 'A1 Mincho', 'Noto Serif JP', serif;
	position: relative;
	color:#3f3f3f;
	margin-bottom:4rem;
}
.nothing h1::before {
	position: absolute;
	z-index: -1;
	color:#d9ede8;
	text-align: center;
	top:-2rem;
	font-size: 3.75rem;
	font-family: 'Pinyon Script', cursive;
	text-transform: capitalize;
	left:50%;
	transform: translateX(-50%);
	content: 'Article does not exist';
	letter-spacing: 0;
}

/*.archive */
h2.section-title {
	font-family: 'Cinzel', 'Noto Serif JP', serif;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	vertical-align: middle;
	color:#3f3f3f;
	margin-bottom: 1.5rem;
}
h2.section-title small {
	color:#64aeb1;
	font-size: 1rem;
	letter-spacing: 0;
	display: inline-block;
	margin-left: 1rem;
}
.thumbnail-list {
	border-top: 1px solid rgba(227, 227, 227, 0.5);
	margin-top:1rem;
	margin-bottom: 1rem;
}
.thumbnail-list-item {
	position: relative;
	border-bottom: 1px solid rgba(227, 227, 227, 0.5);
	padding:1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.thumbnail-list-item figure {
    margin-right: 1rem;
    width:64px;
    min-width:64px;
    height: 64px;
}
.thumbnail-list-item-content {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.thumbnail-list-item-content h3 {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	margin-bottom:.25rem;
	color:#696969;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.thumbnail-list-item-content h3 a {
    color:inherit;
}
.thumbnail-list-item-content h3 a:hover {
	color:#64aeb1;
}
.thumbnail-list-item-content h3 a:hover::after {
	background-color: rgba(227, 227, 227, 0.25);
}
.thumbnail-list-item-content p {
	font-size: .875rem;
	letter-spacing: 0.1em;
	color:#777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-results + .section-results {
	margin-top:3rem;
}
.list-topics {
	border-top: 1px solid rgba(227, 227, 227, 0.5);
}
.list-topics-item {
	position: relative;
	border-bottom: 1px solid rgba(227, 227, 227, 0.5);
	width: 100%;
	line-height: 1;
}
.list-topics-item time {
	color:#777;
	font-size: .875rem;
	width:80px;
}
.list-topics-item p .badge-default {
	background-color:#999;
	color:#fff;
	font-size: .875rem;
	padding:.5rem 1rem;
}
.list-topics-item h4 {
	color:#696969;
}
.list-topics-item h4 a {
	color:inherit;
}
.list-topics-item h4 a:hover::after {
	background-color: rgba(227, 227, 227, 0.25);
}
@media (min-width: 992px) {
.list-topics-item {
	padding: 1.25rem 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.list-topics-item h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 1rem;
}
}
@media (max-width: 767px) {
.list-topics-item {
	padding: .5rem 1rem;
}
.list-topics-item time ,
.list-topics-item p {
	display: inline-block;
	margin-right: .5rem;
}
.list-topics-item h4 {
	margin-top: .5rem;
	line-height: 1.5;
}
}

/*.sidebar */
.sidebar .widget+ .widget {
	margin-top:3rem;
}
.sidebar .widget>h4 {
	letter-spacing: 0.15em;
	font-size:.875rem;
	text-transform: uppercase;
	color:#272727;
	margin-bottom:1rem;
}
.sidebar .widget:not(.widget-tag) ul {
	border-top: 1px solid rgba(227, 227, 227, 0.25);
}
.sidebar .widget:not(.widget-tag) ul li {
	position: relative;
	border-bottom: 1px solid rgba(227, 227, 227, 0.25);
	font-size: 0.875rem;
}
.sidebar .widget:not(.widget-tag) ul li .count {
	position: absolute;
	top:50%;
	right:0;
	text-align: right;
	transform: translateY(-50%);
}
.sidebar .widget:not(.widget-tag) ul li a {
	color:#777;
	display: block;
	padding:1rem 2rem 1rem 0;
}
.sidebar .widget:not(.widget-tag) ul li a:hover,
.sidebar .widget:not(.widget-tag) ul li a[aria-current="page"] {
	color:#64aeb1;
}
.sidebar .widget.widget-tag ul li {
	position: relative;
	display: inline-block;
	font-size: 0.875rem;
	margin:.25rem;
}
.sidebar .widget.widget-tag ul li a {
	color:#fff;
	background-color:#ccc;
	display: inline-block;
	padding:.25rem .25rem .25rem .5rem;
}
.sidebar .widget.widget-tag ul li .count {
	color:#999;
	background-color:#fff;
	display: inline-block;
	padding:.25rem .5rem;
	margin-left: .25rem;
}
.sidebar .widget.widget-tag ul li a:hover,
.sidebar .widget.widget-tag ul li a[aria-current="page"] {
	background-color:#64aeb1;
}
.sidebar .widget.widget-tag ul li a:hover .count,
.sidebar .widget.widget-tag ul li a[aria-current="page"] .count {
	color:#64aeb1;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
.sidebar {
	padding-left: 2rem;
}
}
@media (min-width: 1200px) {
}
@media (max-width: 1119px) {
}
@media (max-width: 991px) {
.sidebar {
	padding-top: 3rem;
}
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/*.Single */

.post__header--title {
	margin-bottom:3rem;
	font-size:2rem;
	letter-spacing: 0.1em;
	font-family: 'A1 Mincho', 'Noto Serif JP', serif;
    color: #3f3f3f;
}
.post__meta--wrap {
    margin-bottom: 2rem;
    font-size: .875rem;
	color:#cdcdcd;
}
.post__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}
.post__meta--date {
    margin-bottom: 0;
    letter-spacing: 0.2em;
}
.post__meta--categories {
    display: inline-block;
}
article:not(.type-wordpress) .post__meta--categories {
    margin-right: .5rem;
}
.post__meta a {
    color:inherit;
}
.post__meta a:hover {
    color:#111;

}
.post__media + .post__content {
	margin-top: 5rem;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
.post__meta--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.post__meta,
.post__meta--categories+.post__fusion--tag {
    margin-left: .5rem;
}
.post__meta::before,
.post__meta--categories+.post__fusion--tag::before {
    content: "｜";
    margin-right: 0.5rem;
}
}
@media (min-width: 1200px) {
}
@media (max-width: 1119px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/*.Results */
.type-results-title {
	letter-spacing: 0.1em;
	color:#3f3f3f;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 2;
	margin-bottom:3rem;
}
.type-results-meta {
	margin-bottom:1.75rem;
	font-size: .875rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1.5;
}
.type-results-meta dt {
	color:#272727;
	margin-right: 1rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 400;
}
.type-results-meta dd {
	color:#777777;
	letter-spacing: 0.1em;
}
.type-results-meta dd a {
	color:inherit;
}
.type-results-meta dd a:hover {
	color: #72b8c1;
}
.type-results-meta .entry-tag a {
	display: inline-block;
}
.type-results-meta .entry-category a {
	display: block;
}
.type-results-url {
	margin-top:3rem;
}
.type-results-url .disabled {
	font-size: .875rem;
	opacity: 0.5;
}
.type-results-content {
	margin-top:3rem;
}
.type-results-media ,
.type-results-media-gallery a {
	background-color: #272727;
}
.type-results-media a,
.type-results-media-gallery a {
	position: relative;
	display: block;
}
.type-results-media a::before,
.type-results-media-gallery a::before {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index:10;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    font-size:5rem;
    color:#eee;
    opacity: 0;
}
.type-results-media a::after,
.type-results-media-gallery a::after {
	position: absolute;
	top:0;
	width:100%;
	height: 100%;
	left: 0;
	content: '';
	border:5px solid #eee;
}
.type-results-media a:hover::before,
.type-results-media-gallery a:hover::before {
	opacity: 1;
}
.type-results-media-gallery {
	margin-top:1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;

}
.type-results-media-gallery li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding: 1rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
.type-results-header,
.type-results-content {
	padding-right: 2rem;
}
}
@media (min-width: 1200px) {
}
@media (max-width: 1119px) {
}
@media (max-width: 991px) {
	.type-results-header {
		margin-top:3rem;
	}
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/*.Form */
.wpcf7-form .card {
	border:1px solid #ededed;
}
.wpcf7-form .card+.card {
	margin-top:1rem;
}
.wpcf7-form .card-header {
	border-bottom: 1px solid #ededed;
}
.wpcf7-form .badge-danger {
	background-color:#64aeb1;
	color:#fff;
}
.wpcf7-form .badge-default {
	background-color:#cac6be;
	color:#fff;
}
.form-group {
	margin-bottom: 2rem;
}
.form-group:last-child {
	margin-bottom: 0;
}
.form-control {
	border-radius: 0;
	color: #7a7a7a;
	padding: 1rem;
	border-color: #e5e5e5;
}
span.wpcf7-list-item .wpcf7-list-item-label::before {
	border-color: #e5e5e5;
}
span.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before,
span.wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before {
	border-color:#72b8c1;
}
span.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after,
span.wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::after {
	color:#72b8c1;
}
.wpcf7-validates-as-required.form-control {
	border-width: 2px;
}
.form-control:focus{
	border-color:#212121;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
.wpcf7-form .card {
	padding:1.5rem;
}
.wpcf7-form .card-header {
	padding: 0.75rem 1.25rem 1.5rem;
	margin-bottom: 1rem;
}
.control-label {
	padding-top:1rem;
}
.form-group-checkbox .control-label {
	padding-top:0;
}
}
@media (min-width: 1200px) {
}
@media (max-width: 1119px) {
}
@media (max-width: 991px) {
.control-label {
	padding-bottom:1rem;
}
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/* Page */
.dl-about dd {
	border-left: 1px solid #e3e3e3;
}
.entry-content .title-about-outline ,
.entry-content .title-about-creators,
.entry-content .title-about-qualifications,
.entry-content .title-about-environment {
	letter-spacing: 0.1em;
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	font-family: 'A1 Mincho', 'Noto Serif JP', serif;
	position: relative;
	color:#3f3f3f;
	margin-top:6rem;
	margin-bottom:4rem;
}
.title-about-outline::before ,
.title-about-creators::before,
.title-about-qualifications::before,
.title-about-environment::before {
	position: absolute;
	z-index: -1;
	color:#d9ede8;
	text-align: center;
	top:-2rem;
	font-size: 3.75rem;
	font-family: 'Pinyon Script', cursive;
	text-transform: capitalize;
	left:50%;
	transform: translateX(-50%);
	letter-spacing: 0;
	white-space: nowrap;
}
.title-about-outline::before {
	content: 'outline';
}
.title-about-creators::before {
	content: 'creators';
}
.title-about-qualifications::before {
	content: 'qualifications';
}
.title-about-environment::before {
	content: 'environment';
}

.results-displaymode {
	text-align: right;
	margin-bottom:4rem;
	font-size: .875rem;
	color:#e3e3e3;
}
.results-displaymode input[type=radio] {
	display: none;
}
.results-displaymode label {
	color: #72b8c1;
	cursor: pointer;
}
.results-displaymode label:hover {
	opacity: 0.75;
}
.results-displaymode .disabled {
	color: #777777;
	pointer-events: none;
}
.results-displaymode-item {
	margin-left: .5rem;
}
.results-displaymode-item + .results-displaymode-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	content: "/";
}
.section-results-gallery.row {
	margin-left:-1rem;
	margin-right: -1rem;
}
.section-results-gallery.row .col-6 {
	padding:1rem;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
.dl-about-outline {
	display: flex;
	flex-wrap: wrap;
}
.dl-about-outline dt {
	width: 25%;
	padding: 1rem;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.dl-about-outline dt::after {
	border-top: 1px solid #e3e3e3;
	content: "";
	margin-left: 1rem;
	width: 10rem;
}
.dl-about-outline dd {
	width: 75%;
	padding: 1rem;
}
.dl-about dt {
	padding: 1rem;
}
.dl-about dd {
	padding: .5rem 2rem;
	margin-left:3rem;
	margin-bottom:1rem;
}
.results-displaymode {
	margin-bottom:4rem;
	font-size: .875rem;
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 1119px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
.dl-about-outline dt ,
.dl-about dt {
	padding: .5rem;
}
.dl-about-outline dd ,
.dl-about dd {
	border-left: 1px solid #e3e3e3;
	padding: .25rem 1rem;
	margin-left:1.5rem;
	margin-bottom:1rem;
}
.results-displaymode {
	margin-bottom:2rem;
	font-size: .75rem;
}
}
@media (max-width: 575px) {
}



figure.section-results-media {
	position: relative;
	overflow: hidden;
	background: #3f3f3f;
	text-align: center;
	cursor: pointer;
}
figure.section-results-media img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
figure.section-results-media figcaption {
	padding: 2rem;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.section-results-media figcaption {
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
}
figure.section-results-media figcaption > a {
	opacity: 0;
}
figure.section-results-media h2 {
	font-size: 1.125rem;
	margin-top:1rem;
	margin-bottom: 1rem;
}
figure.section-results-media p {
	letter-spacing: 0.05em;
	font-size: .75rem;
	opacity: 0.75;
}
figure.section-results-media p time {
	letter-spacing: 0.2em;
}
figure.section-results-media img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.section-results-media:hover img {
	opacity: 0.25;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.section-results-media figcaption {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.section-results-media:hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
figure.section-results-media figcaption .section-results-media-button {
	opacity: 1;
	display: inline-block;
	color:#696969;
	background-color: #fff;
	letter-spacing: 0.2em;
	padding:1rem 3rem;
	font-size: 0.625rem;
	margin-top:2rem;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 1119px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/**/
.post__navigation {
	margin-top:3rem;
	display: flex;
	align-items: center;
	border-top: 1px solid #e3e3e3;
	font-size: .75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color:#777;
}
.post__navigation>* {
	width:50%;
}
.post__navigation--prev {
	text-align: left;
	padding-right: 1rem;
}
.post__navigation--next {
	text-align: right;
	padding-left: 1rem;
}
.post__navigation a {
	padding:1.5rem 0;
	display: block;
	color:inherit;
}
.post__navigation p {
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: none;
	margin-top:.5rem;
	color:#696969;
}
.post__navigation a:hover ,
.post__navigation a:hover p {
	color:#64aeb1;
}
@media (max-width: 767px) {
.post__navigation {
	border-bottom: 1px solid #e3e3e3;
}
.post__navigation p {
	display: none;
}
}
body.page-template-page-simplicity .wrap {
	padding-top: 10vw;
}
hr {
	border:0;
	border-top:1px solid #e5e5e5;
	margin-top:1rem;
	margin-bottom: 1rem;
}





