@charset "utf-8";

/*
Theme Name: ruhdhan
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman rebuiled by m.yamagishi
Author URI: http://wtblue.jp/
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License */

:root{
	--white:#ffffff;
	--text:#000000;
	--gray:rgba(0,0,0,.4);
	--darkgray:#666666;
	--palegray:#D9D9D9;
	--bggray:#E6E6E6;
	--yellow:#FFFF3F;
	--blue:#369FD2;
	--darkblue:#006CB9;
	--red: #EC6060;
	--green:#6DE3B9;
}

/* styles
-------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: "Castoro", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    -webkit-text-size-adjust: 100%;
}

/* typography
-------------------------------------------------------------- */
.title {
	color: #404040;
	font-size: 38px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}
.title a {
	text-decoration: none;
	color: #404040;
}
.title a:hover {
	color: #007998;
}

.subtitle {
	color: #404040;
	font-size: 38px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}
.subtitle a {
	text-decoration: none;
	color: #404040;
}
.subtitle a:hover {
	color: #007998;
}



/* header
-------------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 9990;
}

.site-title{
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.site-title img{
	max-width: 30%;
}

.header-contents{
	position: absolute;
	left: 0;top: 0;
	z-index:60001;
}

.header-contents_text{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100vh;
	z-index:50001;
	background-color: var(--white);
	padding-top: 112px;
	transform: translateX(-300px);
	transition: .3s;
}
.header-contents_text.open{
	transform: translateX(0%);
}

.navbar{
}
.navbar-toggler {
	position: relative;
	z-index:60001;
	padding: 0;
	width:66px;
	height:66px;
	background-color: transparent;
	padding: 17px 19px;
	appearance: none;
	border: none;
	transition: .3s;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
}
.navbar-toggler-icon {
	width:28px;
	height:22px;
}
.navbar-toggler-icon span {
	display:block;
	height:2px;
	background-color:var(--text);
	padding:0;
	margin:0 0 7px;
	transition: .3s;
}
.navbar-toggler-icon:after {
	content:'';
	display:block;
	height:2px;
	background-color:var(--text);
	margin-bottom: 5px;
}
.navbar-toggler.open .navbar-toggler-icon span {
	width:34px;
	-webkit-transform: translateX(-3px) translateY(11px) rotate(225deg);
	transform: translateX(-3px) translateY(11px) rotate(225deg);
}
.navbar-toggler.open .navbar-toggler-icon span:nth-child(2) {
	opacity:0;
}
.navbar-toggler.open .navbar-toggler-icon:after {
	width:34px;
	-webkit-transform: translateX(-3px) translateY(-7px) rotate(-225deg);
	transform: translateX(-3px) translateY(-7px) rotate(-225deg);
}

header nav ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
header nav ul li a {
	display: block;
	color: var(--text);
	font-size: 14px;
	text-decoration: none;
	padding: 1em 20px;
}
header nav ul ul{
	margin-left: 50px;
	margin-bottom: 10px;
}
header nav ul li li a{
	padding: .5em 10px;
	font-size: 12px;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
}



/* footer
-------------------------------------------------------------- */
footer {
	text-align: center;
	padding: 20px 0;
	color: var(--palegray);
}
.home footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}


/* Posts/Articles
-------------------------------------------------------------- */
article {
	background: transparent;
	padding: 0;
	margin-bottom: 80px;
	border-bottom: 1px solid #dddddd;
}

article section{
}

/* Page loop styling */
.page article {
	border-bottom: none;
}
.page article .title {
	margin-bottom: 40px;
}

/* Pagination */
#pagination {
	margin-bottom: 40px;
	width: 100%;
}
#pagination .past-page {
	float: right;
	width: 49%;
	text-align:right;
}
#pagination .next-page {
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	height: 200px;
}
.next-page a, .past-page a {
	font-size: 2em;
	font-family: "Quicksand", Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	padding: 10%;
}


/* Misc & mixens
-------------------------------------------------------------- */



/* top-slide
-------------------------------------------------------------- */
.top-slide img{
	width: 100%;
	height:100svh;
	object-fit: cover;
}


/* about
-------------------------------------------------------------- */
.about-container{
	border-top: 1px solid var(--bggray);
	border-bottom: 1px solid var(--bggray);
}
.about-text{
	padding: 50px;
	text-align: center;
	margin: 0 auto;
}
.about-title{
	margin-bottom: 30px;
}
.about-text  h2{
	margin-bottom: 50px;
}
.about-text h3{
	font-size: 14px;
	margin-bottom: 1em;
}
.about-text  p{
	margin-bottom: 1em;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.about-container{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--bggray);
}
.about-container > *{
	flex-basis: 50%;
	width: 50%;
}
.about-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-text{
	line-height: 2;
}
}


/* collection
-------------------------------------------------------------- */
.category-collection #primary{
	margin-top: 200px;
}
.collection-set{
	margin-top: 50px;
}
.collection-container h2{
	font-size: 20px;
	margin: 0 0 10px 25px;
}

/* tablet + pc */
@media only screen and (min-width: 768px) {
.collection-img-list{
	display: flex;
	flex-wrap: wrap;
}
.collection-img-list > *{
	flex-basis: 1;
	width: calc(100% / 3);
}
}


/* #Media Queries
================================================== */

/* col-lg */
@media only screen and (min-width: 1200px) {
}

/* col-md */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* col-sm & xs */
@media only screen and (max-width: 991px) {
}

/* col-sm */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* col-xs */
@media only screen and (max-width: 767px) {
}