@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap');
:root {
	--font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
/*=========================================================*/
html {
	width: 100%;
/* 	height: 100%; */
/* 	visibility: hidden; */
	font-size: var(--font-size);
}
body,
header,
main,
footer {
	width: 100%;
}
header > div,
main > div,
footer > div {
	width: 100%;
}
body {
/* 	height: 100%; */
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
/*=========================================================*/
header {
	position: fixed;
    z-index: 9999;
}
header > div {
	width: 100%;
	position: relative;
}
header > div > div {
    width: 30vw;
    height: 30vw;
/*     background-color: rgba(255, 255, 255, 1); */
/*     border-radius: 50%; */
/*     border: 10px dotted #262626; */
    position: absolute;
    top: -10vw;
    left: -10vw;
    z-index: 9999;
}
@media all and (max-width: 768px) {
header > div > div {
    width: 90vw;
    height: 90vw;
    top: -35vw;
    left: -35vw;
}
}
header > div > div > div {
	width: 100%;
	height: 100%;
	position: relative;
}
header > div > div > div > a > img {
    width: 150px;
    position: absolute;
    top: calc(42%);
    left: calc(44%);
}
@media all and (max-width: 768px) {
header > div > div > div > a > img {
    width: 130px;
    top: calc(42%);
    left: calc(43%);
}
}
/*=========================================================*/
h1 {
	font-size: 2.5rem;
	font-weight: normal;
}
/*=========================================================*/
main {
	width: 100%;
	flex: 1;
}
main > div {
	width: 100%;
}
#production main > div,
#about main > div {
	margin-bottom: 100px;
}
main > div > div {
	width: 100%;
}
/*=========================================================*/
#home main > div > div:first-child {
	width: 100%;
	height: 140vh;
	position: relative;
/* 	background-image: url('http://192.168.56.10:8000/client/miwakakien/files/img/4S4A1679.jpg'); */
	background-image: url('https://files.miwakakien.com/img/4S4A1679.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 62% 50%;
	filter: saturate(70%);
}
#home main > div > div:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140vh;
    background-image: linear-gradient(180deg, transparent 0 70%, #FFF 95%);
}
#home main > div > div:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 70px;
	padding-bottom: 100px;
}
#home main > div > div:nth-child(2) > p {
	font-size: 1.4rem;
	padding-left: 40%;
	padding-right: 10%;
	font-weight: 400;
	line-height: 2em;
}
@media all and (max-width: 768px) {
#home main > div > div:nth-child(2) > p {
	font-size: 1.3rem;
	padding-left: 0px;
	padding-right: 0px;
}
}
#home main > div > div:nth-child(3) {
	filter: saturate(70%);
}
#home main > div > div > img {
	width: 100%;
}
/*=========================================================*/
#production main > div > div:first-child {
	width: 100%;
	height: 140vh;
	position: relative;
/* 	background-image: url('http://192.168.56.10:8000/client/miwakakien/files/img/172A1731.jpg'); */
	background-image: url('https://files.miwakakien.com/img/172A1731.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 62% 50%;
	filter: saturate(70%);
}
#production main > div > div:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140vh;
    background-image: linear-gradient(180deg, transparent 0 70%, #FFF 95%);
}
#production main > div > div:nth-child(2) {
	width: 100%;
	padding-left: 300px;
	padding-right: 20px;
	padding-top: 70px;
	padding-bottom: 100px;
}
@media all and (max-width: 768px) {
#production main > div > div:nth-child(2) {
	padding-left: 20px;
}
}
#production ul {
	list-style: none;
}
#production #contents ul li {
	font-size: 1.3rem;
}
/*=========================================================*/
#about main > div > div:first-child {
	width: 100%;
	height: 140vh;
	position: relative;
/* 	background-image: url('http://192.168.56.10:8000/client/miwakakien/files/img/172A1870.jpg'); */
	background-image: url('https://files.miwakakien.com/img/172A1870.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 62% 50%;
	filter: saturate(70%);
}
#about main > div > div:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140vh;
    background-image: linear-gradient(180deg, transparent 0 70%, #FFF 95%);
}
#about main > div > div:nth-child(2) {
	width: 100%;
	padding-left: 300px;
	padding-right: 20px;
	padding-top: 70px;
	padding-bottom: 100px;
}
@media all and (max-width: 768px) {
#about main > div > div:nth-child(2) {
	padding-left: 20px;
}
}
#about main > div > div:nth-child(2) > h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
@media all and (max-width: 768px) {
#about main > div > div:nth-child(2) > h2 {
	font-size: 1.8rem;
}
}
#about main > div > div:nth-child(2) > p {
	font-size: 1.5rem;
	line-height: 1.7em;
	font-weight: 400;
}
@media all and (max-width: 768px) {
#about main > div > div:nth-child(2) > p {
	font-size: 1.3rem;
	line-height: 2em;
}
}
/*=========================================================*/
footer {
	background-color: #282828;
	color: #ccc;
	padding-top: 50px;
	padding-bottom: 10px;
}
footer > div {
	text-align: center;
}
footer > div > p:first-child {
	margin-bottom: 30px;
}
footer > div > p:nth-child(2) {
	margin-bottom: 50px;
}
footer div.contact {
	margin-bottom: 50px;
}
footer div.contact p:first-child {
	margin-bottom: 10px;
}
footer img.logomark {
	width: 150px;
}
p#copyright {
	height: 20px;
	font-size: 1rem;
	line-height: 20px;
	text-align: center;
}
p#copyright span {
	font-size: 1.5rem;
	line-height: 20px;
	margin-right: 3px;
}
/*=========================================================*/
div#menu-btn {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    position: fixed;
    bottom: -10vw;
    right: -7vw;
    z-index: 9999;
}
@media all and (max-width: 768px) {
div#menu-btn {
    width: 50vw;
    height: 50vw;
    bottom: 0vw;
    right: 0vw;
}
}
div#menu-btn > div {
	width: 100%;
	height: 100%;
	position: relative;
}
div#menu-btn > div > div {
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 27%;
    left: 27%;
    display: flex;
    flex-direction: row;
}
@media all and (max-width: 768px) {
div#menu-btn > div > div {
    width: 17vw;
    top: 70%;
    left: 57%;
}
}
div#menu-btn > div > div > div {
	width: 15px;
	height: 15px;
	background-color: #000;
	border-radius: 50%;
	z-index: 9999;
}
div#menu-btn > div > div > div:not(:last-child) {
	margin-right: 10px;
}
nav {
    width: 20vw;
    height: 20vw;
    bottom: -10vw;
    right: -7vw;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 50%;
    position: fixed;
    z-index: 9998;
}
@media all and (max-width: 768px) {
nav {
    width: 50vw;
    height: 50vw;
    bottom: -20vw;
    right: -16vw;
}
}
nav > div {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}
nav > div > ul {
	list-style: none;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translateY(-50%);
}
@media all and (max-width: 768px) {
nav > div > ul {
	top: 38%;
	left: 50%;
/* 	transform: translateY(-50%); */
	transform: translateX(-50%);
}
}
nav > div > ul > li {
	font-size: 2rem;
	margin-bottom: 30px;
}
nav > div > ul > li:last-child {
	padding-top: 20px;
}
nav > div > ul > li > a {
	color: #000;
	text-decoration: none;
}
nav > div > ul > li.instagram > a > img {
	width: 50px;
}
