@charset "UTF-8";
:root {
	--radius: 10px;
}
body,html {
	font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	background: #f5f1ed;
	color: #1a0b08;
}
*:focus {
	outline: none;
}
.home {
	min-height: 100vh;
	position: relative;
}
.home footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
* {
	letter-spacing: 1px;
}
a {
	color: #190a08;
}
.web_link,
.contact div {
	word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
article {
	padding: 20px 0 40px;
}
article > div {
	padding: 0 30px;
}
article div h2 {
	font-size: 1.7rem;
	padding-bottom: 20px;
}
.works div h2 {
    padding: 0px 0 5px;
	font-size: 1.4rem;
	line-height: 1.7;
    border-bottom: 1px solid #fff;
}
.btn a {
	width: 100px;
	margin: auto;
	text-align: center;
    line-height: 38px;
    display: block;
    font-size: 1.4rem;
    position: relative;
    background: rgba(26,11,8,.1);
	color: rgba(26,11,8,.8);
}
.btn a::before,
.btn a::after,
.mw_wp_form_complete p::before,
.mw_wp_form_complete p::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
}
.btn a::before,
.mw_wp_form_complete p::before {
	top: 0;
	left: 0;
	border-top: 1px solid rgba(26,11,8,.8);
	border-left: 1px solid rgba(26,11,8,.8);
}
.btn a::after,
.mw_wp_form_complete p::after {
	bottom: 0;
	right: 0;
	border-right: 1px solid rgba(26,11,8,.8);
	border-bottom: 1px solid rgba(26,11,8,.8);
}
/*header --------------------------------*/
header {
	padding: 30px 20px;
}
header h1 {
	font-size: 1.8rem;
	letter-spacing: 2px;
}
header h1 + p {
	font-size: 1.3rem;
	padding-top: 7px;
}
header nav {
	position: fixed;
    right: 0px;
    top: 20px;
    z-index: 999;
	font-size: 1.4rem;
	line-height: 1;
}
header nav ul {
    display: flex;
    transform: rotate(90deg);
    transform-origin: top left;
    position: absolute;
    top: 0;
}
header nav a {
	padding: 20px 10px 0;
	display: block;
}
/*works_category --------------------------------*/
/* .works_category {
	position: fixed;
    bottom: 40px;
    right: 20px;
	z-index: 999;
	text-align: right;
}
.works_category li {
	line-height: 2;
}
.works_category button{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: none;
	background: transparent;
	padding: 0;
	line-height: 2;
	font-size: 1.4rem;
	transition: color 800ms;
	color: #190a08;
} */
.works_category {
	position: fixed;
    bottom: 40px;
    right: 20px;
	z-index: 999;
	text-align: right;
}
.works_category button{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: none;
	background: transparent;
	margin: 0 0 6px 0;
	padding: 8px;
	line-height: 1;
	font-size: 1.5rem;
	border-radius: 3px;
	transition: color 800ms;
	color: #190a08;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
}
/*gird --------------------------------*/
.grid {
	position: relative;
	display: none;
	/* max-width: 1400px; */
	margin: auto;
	width: calc(100% - 20px);
}
.item {
	display: block;
	position: absolute;
	z-index: 1;
	margin: 0;
	width: calc(96% / 2);
	/* overflow: hidden; */
	transition: margin 1000ms;
}
.item a {
	padding: 15px;
	position: relative;
	display: block;
}
.item a .cover,
.works figure .cover {
	position: absolute;
	opacity: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.item:hover img {
	transform: scale(1.05);
}
.item a img {
	/* padding: 10px; */
	border-radius: var(--radius);
	transition: transform 800ms;
}
@media (min-width:768px) {
	.item {
		width: calc(96% / 3);
	}
}
@media (min-width:900px) {
	.item {
		width: calc(96% / 4);
	}
}
@media screen and (min-width:1244px) {
	.item {
		width: calc(96% / 5);
	}
}
/*single works --------------------------------*/
.goods h2,
.linesticker h2 {
	margin-right: 120px;
}
.works {
	display: flex;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.5;
}
.works div {
	max-width: 500px;
}
.works >div {
    padding: 0 40px 0 30px;
}
@media screen and (min-width:768px) {
    .works >div {
        padding: 0 30px;
    }
}
.works.web > div {
    max-width: 800px;
}
.works figure {
	margin-bottom: 20px;
	position: relative;
}
.works.web figure {
	margin-bottom: 30px;
}
.works figure:last-of-type {
	margin-bottom: 40px;
}
.works figure + div {
    font-size: 1.4rem;
	position: relative;
}
.works.web figure + div {
    margin: auto;
}
.works .genre {
	color: rgba(26,11,8,.5);
}
.works .client {
	margin-bottom: 10px;
}
.works_txt {
    padding: 30px 0;
    line-height: 2;
    text-align: justify;
    border-bottom: 1px solid #fff;
}
.works_notes {
    padding: 10px 0 0;
    font-size: 1.2rem;
    text-align: justify;
    color: #535150;
}
.shop_link {
    position: absolute;
    top: 5px;
    right: 0;
}
.shop_link a i {
    margin-left: 2px;
	color: rgba(26,11,8,.6);
}
.web_link {
	padding-top: 10px;
    font-size: 1.4rem;
}
.works_detail {
    padding: 10px 0 3px;
    color: rgba(26,11,8,.5);
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.works_detail li {
    padding-bottom: 4px;
    display: flex;
}
.works_detail li:last-of-type {
    padding-bottom: 0;
}
.works_detail li span {
    white-space: nowrap
}
.works.web > div .prev_next_wrapper {
    margin: auto;
}
.prev_next_wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    padding-top: 60px;
}
.prev_next_wrapper .prev_next {
	display: flex;
}
.prev_next_wrapper .prev_next li {
	margin: 0 15px 0 10px;
    font-size: 1.8rem;
}
.prev_next_wrapper .prev_next li .prev-btn,
.prev_next_wrapper .prev_next li .next-btn {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #1a0b08;
	border-left: 2px solid #1a0b08;
	display: block;
}
.prev_next_wrapper .prev_next li .prev-btn {
	transform: rotate(-45deg);
}
.prev_next_wrapper .prev_next li .next-btn {
	transform: rotate(135deg);
}
/*profile --------------------------------*/
.profile figure + div {
	font-size: 1.5rem;
}
.profile figure {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.profile figure .cover {
	position: absolute;
	opacity: 0;
	top: 0;
	z-index: 1;
}
.profile figure img {
	width: 60%;
}
.profile .name {
	margin-bottom: 5px;
}
.profile .name_romaji {
	font-size: 1.3rem;
}
.prf_txt_list {
    padding-top: 30px;
    font-size: 1.3rem;
    text-align: left;
}
.prf_txt_list li {
    padding: 15px 0;
}
.prf_txt_list li span {
    padding-bottom: 1px;
    letter-spacing: 4px;
    display: block;
}
.profile div div div {
	padding: 20px 0 30px;
	line-height: 1.7;
	text-align: justify;
}
.profile div div div p {
	padding-bottom: 20px;
    font-size: 1.4rem;
}
.profile div div div p:last-of-type {
	padding-bottom: 0;
}
@media (min-width:768px) {
	.profile h2 {
        padding-bottom:50px;
		width: 100%;
	}
	.profile > div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 900px;
		margin: auto;
	}
	.profile figure {
		width: 39%;
		margin-bottom: 0;
	}
	.profile figure + div {
		width: 61%;
	}
	.profile figure img {
		width: 65%;
	}
	.profile .btn a {
		margin: 0;
	}
    .profile div div div p {
        font-size: 1.5rem;
    }
}
/*contact --------------------------------*/
.contact > div {
	max-width: 900px;
	margin: auto;
}
.contact h2 + div {
	max-width: 765px;
	margin: auto;
}
.contact p:nth-of-type(-n + 2) {
	line-height: 1.7;
	margin: 0 15px 20px 0;
}
.contact p {
	font-size: 1.5rem;
}
.answer + p {
	padding-top: 20px;
}
.contact .form_validation {
    background: #da8f8f;
	color: #fff;
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 5px;
    line-height: 15px;
    padding: 3px 3px 3px 4px;
    position: relative;
    top: -2px;
    border-radius: 4px;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea,
.mw_wp_form_confirm .answer {
	width: 100%;
	height: 28px;
	border: none;
	margin: 6px 0;
	box-shadow: none;
	font-size: 1.6rem;
	padding-left: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact textarea {
	height: 120px;
	padding-top: 8px;
	line-height: 1.7;
}
.contact input[type="submit"] {
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px solid rgba(26,11,8,.8);
	line-height: 40px;
    padding: 0 18px;
    background: transparent;
    color: rgba(26,11,8,.8);
	border-radius: 0;
}
.form_btn {
	display: inline-block;
	margin-right: 30px;
}
.privacy {
	border: 1px solid rgba(26,11,8,.1);
	padding: 20px;
	margin-top: 26px;
}
.privacy p:first-of-type {
	margin-right: 0;
	margin-bottom: 10px;
}
.privacy p:nth-of-type(2) {
	margin: 0;
	line-height: 1.7;
}
.privacy_checkbox {
	padding: 15px 0 35px;
}
.privacy_checkbox span {
    padding-bottom: 8px;
}
.mw_wp_form .privacy_checkbox .vertical-item {
	display: inline-block;
	font-size: 1.5rem;
}
.mw_wp_form .privacy_checkbox .error {
	display: inline-block;
}
.contact .mw_wp_form .error {
	font-size: 1.5rem;
	color: #c36464;
}
.mw_wp_form_confirm .answer {
	font-size: 1.5rem;
    padding: 8px;
	background: #fff;
	height: auto;
	min-height: 31px;
}
.mw_wp_form_confirm .form_textarea {
	line-height: 1.7;
	margin-bottom: 35px;
}
.mw_wp_form_confirm .privacy,
.mw_wp_form_confirm .privacy_checkbox {
	display: none;
}
.contact .mw_wp_form_complete p {
	text-align: center;
    padding: 40px 0;
	position: relative;
	max-width: 500px;
    margin: auto;
	background: #fff;
}
.mw_wp_form_complete p a {
	text-decoration: underline;
    display: inline-block;
    padding-top: 20px;
}
.g-recaptcha {
	margin: 0 0 20px;
}
/*footer --------------------------------*/
footer {
	padding: 30px 20px;
}
footer .footer_inner {
	position: relative;
    top: 10px;
    display: flex;
    justify-content: space-between;
}
footer .copyright small {
	font-size: 1rem;
    color: rgba(26,11,8,.5);
}
/*not-found-----------------*/
.not-found {
	text-align: center;
    padding: 60px 20px;
	font-size: 1.3rem;
}
.not-found h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.not-found h2 + p {
	line-height: 1.7;
	margin-bottom: 30px;
}
.not-found [class^="btn"] {
	margin: 16px auto;
}
@media (min-width:375px) {
	.not-found {
		font-size: 1.5rem;
	}
}
/* reCaptcha--------------------------------*/
.grecaptcha-badge {visibility: hidden;}
/* page style */
.page-style {
	font-size: 1.5rem;
	line-height: 1.5;
}
.page-style-inner {
	margin: auto;
	padding: 0 35px;
	max-width: 900px;
}
.page-style p {
	margin-bottom: 20px;
}
.page-style h3 {
	margin: 40px 0 10px;
	font-size: 1.5rem;
	font-weight: 700;
}
.page-style ol {
	padding: 0 0 20px 20px;
}
.page-style li {
	margin-bottom: 10px;
	list-style-type: decimal;
}