/*
Theme Name : Saikin
*/

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	visibility: hidden;
}

html.wf-active, html.loading-delay {
  visibility: visible;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-feature-settings: "palt";
	background: #fee3d7;
	color: #f38872;
	font-size: 15px;
	line-height: 1;
}

.font-en-marsh {
	font-family: marshmallow-fluff, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-en-dinr {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font-en-dinl {
	font-family: din-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
}

a {
	color: #f38872;
	text-decoration: none;
	transition: .15s ease-out;
}

a:hover {
	opacity: .5;
}



.wrap {
    width: 86%;
    min-width: 1000px;
    max-width: 1150px;
    margin: 7% auto;
    height: auto;
    padding: 0 30px 100px;
    border: solid 6px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: flex-start;
    justify-content: space-between;
}


header {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 60px;
    border-bottom: solid 3px;
    padding-bottom: 50px;
}

header h1 {
	display: block;
	text-align: center;
	padding: 100px 0 0;
}

header h1 strong {
	font-size: 150px;
	line-height: 1;
	letter-spacing: .01em;
}

header h1 .tit-small {
	display: inline-block;
	font-size: 28px;
	letter-spacing: 0.25em;
	transform: translateY(-15px);
}


.gnav {
    letter-spacing: 0.08em;
    order: 2;
    padding-right: 3%;
    padding-top: 15px;
}

.gnav ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	list-style: none;
	    border-left: solid 3px;
	padding-left: 1em;
}

.gnav ul + ul {
	margin-top: 35px;
}

.gnav ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.gnav ul li.cat-head {
    margin-left: -1.5em;
	letter-spacing: 0.1em;
	background: #fee3d7;
	line-height: 1.5;
	margin-bottom: 5px;
}

.gnav ul li strong {
    font-size: 29px;
    font-weight: normal;
}

.gnav ul li a {
    font-size: 22px;
}

.gnav ul li a::before {
    content: '#';
	padding-right: 3px;
}

.gnav ul li:last-of-type {
	margin-bottom: 0;
}






main {
    width: 80%;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
}

.post-wrap {
	margin-bottom: 120px;
}

.post-wrap .post-date {
	color: #fee3d7;
	letter-spacing: 0.01em;
  text-shadow:1px 1px 0 #F1694C, -1px -1px 0 #F1694C,
              -1px 1px 0 #F1694C, 1px -1px 0 #F1694C,
              0px 1px 0 #F1694C,  0-1px 0 #F1694C,
              -1px 0 0 #F1694C, 1px 0 0 #F1694C;
	font-size: 100px;
}
.post-wrap .post-date a {
	color: #fee3d7;
}
.post-wrap .post-date ul,
.post-wrap .post-date li {
	display: inline !important;
}


.post-wrap p {
	color: #F1694C;
	font-size: 16px;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
	line-height: 1.8;
	padding: 0 5px;
}

.post-wrap p a {
	text-decoration: underline;
}

.post-wrap p:first-child {
	margin-top: 5px;
}

.post-wrap p:first-child b {
	font-size: 1.4em;	
	font-family: din-condensed, a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.post-wrap p:first-child iframe {
	display: inline-block;
	width: 100%;
	height: 600px;
	margin-bottom: 15px;
	margin: 5px -5px 0;
}




.wp-pagenavi {
    width: 120%;
    margin-right: -20%;
	  font-size: 20px;
		display: flex;
		justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none !important;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: none !important;
}

.wp-pagenavi span.current {
	font-weight: normal !important;
	position: relative;
}
.wp-pagenavi span.current::after {
	position: absolute;
	content: '';
	display: block;
	display: inline-block;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #f38872;
}


