@charset "UTF-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
	letter-spacing: 1px;
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* Button */
.openbtn{
	position: relative;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

@media (min-width: 800px){
	.openbtn{
		position: absolute;
	}
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background: #222;
  }


.openbtn span:nth-of-type(1) {
	top:15px;	
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top:23px;
  	width: 35%;
}

.openbtn span:nth-of-type(3) {
	top:31px;
  	width: 20%;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}


.button {
	text-align: center;
}

.button a {
	padding: 1.5vw 3vw;
	font-size: 16px;
	color: #222;
	text-align: center;
	overflow-wrap: anywhere;
	background-color: transparent;
	border: 1px solid #222;
}

@media (max-width:800px) {
	.button a {
		padding: 5vw 100;
	}
}

.button a:hover {
	color: #fff;
	background-color: #222;
	transition: all .4s;
}

.button--fullwidth {
	text-align: center;
	width: 100%;
}

.button--fullwidth a {
	display: block;
	padding: 1.5vw 3vw;
	font-size: 16px;
	color: #222;
	text-align: center;
	overflow-wrap: anywhere;
	background-color: transparent;
	border: 1px solid #222;
}

.button--fullwidth a:hover {
	color: #fff;
	background-color: #222;
	transition: all .4s;
}

.page-numbers {
	padding: 0 2vw;
}

/* Header */
.nav {
	display: flex;
    justify-content: space-between;
    z-index: 102;
    position: static;
    top: 0;
    width: 100vw;
    height: 80px;
    padding: 2rem;
    box-sizing: border-box;
	background-color: #fff;
	max-width: 1280px;
	margin: 0 auto;
}

.nav h1 {
	font-size: 20px;
    letter-spacing: 1.8px;
}

.nav a {
	color: #222;
}

.nav__menu__list {
	display: flex;
	font-weight: 600;
}

.nav__menu__list li {
    margin-right: 20px;
    transition: border-bottom;
}

.nav__menu__list li:hover {
    border-bottom: 1px solid #000;
}

.overlayMenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 20px;
	z-index: 100;
}

.overlayMenu.show {
	display: block;
}

.overlayMenu__content {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 100vh;
	max-width: 600px;
    margin: 0 auto;
}

.overlayMenu__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.overlayMenu h1 {
	font-size: 20px;
	letter-spacing: 1.8px;
	margin-bottom: 1rem;
}

.main {
	overflow: hidden;
}



/* Common */
h1, h2, h3, h4, h5, h6, p {
	font-weight: 300;
}

h1 {
	font-size: 36px;
	font-weight: 600;
}

h2 {
	font-size: 28px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 15px;
}

ul, li {
	list-style-type: none;
}

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

* {
	box-sizing: border-box;
}

/* General */
.pc {
	display: none;
}

@media (min-width: 800px){
.pc {
    display: block;
}
}

.sp {
	display: block;
}

@media (min-width: 800px){
.sp {
    display: none;
}
}

/* Layout */
.inner--fullwidth {
	width: 100%;
}

.inner {
	margin: 0 auto;
	padding: 10vw 5vw 10vw 5vw;
	max-width: 800px;
}

@media (max-width: 960px) {
    .inner {
	padding: 10vw;
}
}

.article img {
  	max-width: calc(100% + 6vw) !important;
    height: auto;
    margin-left: -3vw;
	margin-bottom: .5rem;
}

.inner--wide {
	margin: 0 auto;
	padding: 5vw 5vw;
	max-width: 1280px;
}

.layout--2col {
    display: flex;
	justify-content: space-between;
    margin: 0 auto;
    padding: 5vw 5vw;
    max-width: 1280px;
}

.layout--2col__l {
    width: 65%;
}

.layout--2col__r {
    width: 30%;
}

@media (max-width: 960px) {
    .layout--2col {
        flex-direction: column;
    }

    .layout--2col__l,
    .layout--2col__r {
        width: 100%;
    }
}

.fullwidth {
	width: 100%;
}

/* Parallax */
.parallax--header {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
	width: 100%;
}

/* Post Archive */
.postArchive {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.postArchive p {
	font-size: 12px;
}

.postArchive a {
	color: #222;
	transition: all .1s;
}

.postArchive a:hover {
	color: #666;
	transition: all .1s;
}

.postArchive__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.postArchive__image {
	width: 35%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 5px;
}
@media (max-width: 960px){
	.postArchive__image {
		width: 100%;
		margin-bottom: 2rem;
	}
}

.postArchive__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .6s ease;
}

.postArchive__image:hover img {
	transform: scale(1.1);
}

.postArchive__details {
	width: 65%;
	padding: 0 20px;
}

@media screen and (max-width: 960px){
	.postArchive__details {
		width: 100%;
	}
	
}

.postArchive__info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.postArchive__info span {
	font-size: 14px;
	font-weight: 600;
}

.postArchive__info date {
    font-size: 12px;
    margin-left: auto;
}

.tagBox {
    display: inline-block;
    color: #000;
    padding: 5px 10px;
    margin-right: 5px;
	margin-bottom: 5px;
	border:#ddd 1px solid;
    border-radius: 3px;
    font-size: 12px;
	transition: all .2s;
}

.tagBox:hover {
	background-color: #eee;
	transition: all .2s;
}

/* Single Post */
.post__thumbnail {
	width: 100vw;
	height: 50vh;
}

.post__thumbnail img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.post__category {
	text-align: center;
}

.post__category a {
	text-decoration: none;
	color: #222;
}

.post__date {
	text-align: center;
	margin-bottom: 8.5vw;
}

@media (max-width: 800px){
.post__date p {
    font-size: 13px;
}
}

.post__title {
	text-align: center;
}

.post__title h1 {
	font-weight: 700;
	margin: 10px 0 30px 0;
}

@media (max-width: 800px){
.post__title h1 {
    font-size: 24px;
}
}

.post__detail {
	margin: 8.5vw 0 8.5vw 0;
}

.post__detail p {
	font-size: 16px;
	line-height: 2.0em;
}

.post__content p {
	margin: 30px 0;
	font-size: 16px;
	line-height: 2.2em;
}

@media (max-width: 800px){
.post__content p {
    font-size: 14px;
}
}

.post__content h2 {
	margin: 90px 0 30px 0;
	border-bottom: 2px solid #000;
    padding-bottom: 1rem;
}

.post__content h3 {
	margin: 90px 0 30px 0;
	border-bottom: 2px dotted #000;
    padding-bottom: 1rem;
}

@media (max-width: 800px){
.post__content h2 {
    font-size: 20px;
}
}


.post__content li {
	list-style-type: disc;
	font-size: 1rem;
    line-height: 2rem;
}

.post__tag {
	margin: 30px 0;
}

/* Sidebar */
.sidebar h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 1rem;
}

/* Footer */
.footer {
	width: 100vw;
	padding: 20px;
	text-align: center;
}

.footer p {
	font-size: 10px;
}

/* About */
.about__profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2rem 0;
	margin-bottom: 5rem;
}

.about__profile__image {
	width: 30%;
	
}

.about__profile__image img {
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.about__profile__text {
	width: 70%;
	padding: 0 20px;
}

.about__profile__text h3 {
	font-size: 20px;
	font-weight: 600;
	margin: .5rem 0;
}

.about__profile__text p {
	font-size: 14px;
	line-height: 1.75em;
}

.about__profile__text span {
	font-size: 12px;
}

.about__table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.about__table th, .about__table td {
    border: 1px solid #ddd;
    padding: 8px;
}

/* Animation */


/* Mobile */

/* Functions */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

.back-to-top:hover {
    background-color: #555;
}

/* WP Fix */
.wp-element-caption {
	text-align: center;
	padding-bottom: 2rem;
}

.wp-block-quote {
    background-color: rgb(1, 1, 1, 0.02);
    padding: 1px 2rem;
}

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0 60px 0;
	font-size: .75rem;
}

.pagination .current {
    display: inline-block;
    color: #ddd;
}