@charset "utf-8";
:root {
	--main-color: #988B7C;
	--sub-color: #4A525C;
	--text-color: #1A1B1F;
}
main{
	background: var(--main-color);
}
section{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.inner{
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.2em;
}
p{
	font-size: 13px;
	line-height: 3;
    letter-spacing: 0.2em;
}
/*==================================================================================================*/
/*共通記述*/
.title{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: "Noto Serif JP", serif;
    font-size: 24px;
	margin: 0 0 22px;
}
.title span{
    font-size: 18px;
	margin: 0 0 0 34px;
}
.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    max-width: 387px;
	height: 48px;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #FFF;
	border: solid 1px #FFF;
	background: rgba(255,255,255,0.00);
	margin: 33px 0 0;
	transition: .5s;
}
.btn:hover{
	background: rgba(255,255,255,0.30);
}
@media screen and (max-width: 520px) {
	.title{
		font-size: 20px;
	}
	.title span{
		display: inline-block;
		width: 100%;
		font-size: 16px;
		margin: 0;
	}
}
/*==================================================================================================*/
/*header-ヘッダー*/
header{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 1000;
}
header h1{
	display: flex;
	align-items: center;
	width: 224px;
	position: relative;
	left: 24px;
	z-index: 1;
}
header h1 a{
	display: block;
}
header h1 a img{
	display: block;
}
header nav{
	width: fit-content;
	position: relative;
	top: 20px;
	right: 36px;
}
.globalNav{
	width: 457px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.globalNav li{
	width: fit-content;
}
.globalNav li a{
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #FFF;
}
.openbtn1{
	display: none;
}
@media screen and (max-width: 820px) {
	header{
		height: 50px;
	}
	header nav{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: -100vh;
		right: 0;
		background: rgba(0,0,0,0.50);
		transition: .5s;
	}
	header .globalNav{
		width: 100%;
		padding: 100px 0 0;
	}
	header .globalNav li{
		width: 100%;
	}
	header .globalNav li a{
		display: block;
		font-size: 15px;
		text-align: center;
		padding: 20px 0;
		border-bottom: solid 1px var(--main-color);
	}
	/*ボタン*/
	.openbtn1{
		display: block;
		cursor: pointer;
		width: 50px;
		height: 50px;
		position: fixed;
		top: 0;
		right: 0;
	}
	.openbtn1 span:nth-of-type(1),
	.openbtn1 span:nth-of-type(2),
	.openbtn1 span:nth-of-type(3){
		display: inline-block;
		transition: all .4s;
		width: 23px;
		height: 1.5px;
		background: #FFF;
		position: absolute;
		left: 13px;
	}
	.openbtn1 span:nth-of-type(1) { top:16px;}
	.openbtn1 span:nth-of-type(2) { top:24px;}
	.openbtn1 span:nth-of-type(3) { top:32px;}
	
	.pcNav .openbtn1 span:nth-of-type(1) {
		top: 25px;
		transform: rotate(-45deg);
	}
	.pcNav .openbtn1 span:nth-of-type(2){
		opacity: 0;
	}
	.pcNav .openbtn1 span:nth-of-type(3){
		top: 25px;
		transform: rotate(45deg);
	}
	/**/
	.pcNav main,
	.pcNav footer{
		transition: .5s;
		-ms-filter: blur(6px);
  		filter: blur(6px);
	}
	.pcNav header nav{
		top: 0;
	}
}
@media screen and (max-width: 820px) {
	header h1{
		width: 180px;
		left: 14px;
	}
}
/*==================================================================================================*/
/*fv-ファーストビュー*/
.fv{
	align-content: flex-end;
	width: 100%;
	height: 100vh;
	max-height: 880px;
	color: #FFF;
	padding: 60px 0;
	background: center / cover no-repeat url("../img/fv_back.jpg");
}
.fv h2{
	font-size: 20px;
	margin: 0 0 40px;
}
.fv p:nth-child(2){
	margin: 0 0 10px;
}
.fv p:nth-child(3){
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color: #B0B0B0;
}
.fv p:nth-child(4){
	max-width: 516px;
	font-family: "Noto Serif JP", serif;
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color: #B0B0B0;
}
@media screen and (max-width: 820px) {
}
/*==================================================================================================*/
/*about-真禾事業株式会社について*/
.about{
	padding: 100px 0 30px;
}
.about .inner div{
	width: 48%;
	max-width: 528px;
}
.about .inner img{
	width: 50%;
	max-width: 554px;
}
@media screen and (max-width: 1000px) {
	.about .inner{
		max-width: 520px;
	}
	.about .inner div{
		width: 100%;
		margin: 0 0 40px;
	}
	.about .inner .btn{
		max-width: 100%;
	}
	.about .inner img{
		width: 100%;
	}
}
@media screen and (max-width: 520px) {
	.about{
		padding: 60px 0 0 ;
	}
}
/*==================================================================================================*/
/*Achievements-実績*/
.achievements{
	padding: 100px 0 140px;
}
.achievements p{
	margin: 0 0 34px;
}
.achievements ul li{
	width: 48%;
	max-width: 528px;
}
.achievements ul li img{
	margin: 0 0 15px;
}
.achievements ul li h3{
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
}
@media screen and (max-width: 1000px) {
	.achievements ul li h3{
		font-size: 20px;
	}
}
@media screen and (max-width: 820px) {
	.achievements .inner{
		max-width: 520px;
	}
	.achievements ul li{
		width: 100%;
	}
	.achievements ul li:nth-child(1){
		margin: 0 0 20px;
	}
	.achievements ul li h3{
		font-size: 16px;
	}
}
@media screen and (max-width: 520px) {
	.achievements{
		padding: 60px 0;
	}
}
/*==================================================================================================*/
/*factory-伝統と技術の体感*/
.factory{
	color: #FFF;
	padding: 100px 0 60px;
	background: center / cover no-repeat url("../img/top_factory_back.jpg");
}
.factory .inner{
	align-items: flex-end;
}
.factory .inner p{
	width: calc( 100% - 407px);
	max-width: 640px;
}
@media screen and (max-width: 1000px) {
	.factory .inner{
		max-width: 520px;
	}
	.factory .inner p{
		width: 100%;
	}
	.factory .inner .btn{
		max-width: 100%;
	}
}
@media screen and (max-width: 520px) {
	.factory{
		padding: 60px 0;
	}
}
/*==================================================================================================*/
/*products-商品一覧*/
.products{
	padding: 100px 0;
}
.products .inner div{
	width: 50%;
	max-width: 556px;
}
.products .inner img{
	width: 50%;
	max-width: 380px;
}
@media screen and (max-width: 1000px) {
	.products .inner{
		max-width: 520px;
	}
	.products .inner div{
		width: 100%;
		margin: 0 0 20px;
	}
	.products .inner .btn{
		max-width: 100%;
	}
	.products .inner img{
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1000px) {
	.products{
		padding: 60px 0;
	}
	.products .inner img{
		max-width: 300px;
	}
}
/*==================================================================================================*/
/*footer-フッター*/
footer{
	color: #FFF;
	padding: 20px 0 20px;
	background: var(--sub-color);
}
footer h2{
	width: 224px;
}
small{
	display: block;
	font-size: 10px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #FFF;
	padding: 100px 0 0;
}
@media screen and (max-width: 820px) {
	footer h2{
		margin: 0 0 20px;
	}
	footer .globalNav{
		width: 100%;
	}
}
@media screen and (max-width: 820px) {
	footer .globalNav li{
		width: 100%;
		margin: 0 0 5px;
	}
}
/*==================================================================================================*/
/*==================================================================================================*/
/*下層ページ*/
/*product-商品一覧*/
#product{
	padding: 168px 0 100px;
}
#product .inner{
	max-width: 900px;
}
#product h2{
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
}
#product h2 + img{
	margin: 0 0 35px;
}
#product h3{
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	margin: 0 0 20px;
}
#product h3 + p{
	margin: 0 0 11px;
}
#product h3 + p span{
	font-size: 10px;
	color: #5C5C5C;
}
#product li{
	width: 32%;
	max-width: 280px;
	margin: 0 0 50px;
}
#product li a{
	display: block;
}
#product li img{
	margin: 0 0 5px;
}
#product li p{
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	color: var(--text-color);
}
@media screen and (max-width: 820px) {
	#product{
		padding: 100px 0 60px;
	}
	#product li{
		margin: 0 0 24px;
	}
	#product li p{
		line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	#product li{
		width: 48%;
		max-width: 48%;
	}
}
@media screen and (max-width: 520px) {
	#product li{
		width: 100%;
		max-width: 100%;
	}
	#product li p{
		font-size: 14px;
	}
}
/*==================================================================================================*/
/*ポップアップ*/
.hidden {
    display: none;
}
/*全て共通：hideエリアをはじめは非表示*/
.modal{
	display: block;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	opacity:0;
	pointer-events: none;
	transition: opacity 1s;
}
/*ポップアップ共通css*/
.modaal-inner-wrapper{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.modaal-container{
	width: 90% !important;
	max-width: 768px !important;
	background: var(--main-color) !important;
	margin: 60px 0 0;
}
.modaal-content-container {
    max-height: 80vh;
    padding: 0 !important;
    overflow-y: auto; /* 必要に応じてスクロールバーを表示 */
}
.modaal-container [type="button"]{
    margin: 0;
}
.modaal-wrapper .modaal-close{
    width: 25px;
    height: 25px;
    position: absolute !important;
    top: -35px !important;
    right: 0px !important;
}
.modaal-close:after,
.modaal-close:before{
    width: 2px !important;
    height: 30px !important;
    border-radius: 0;
    background: #FFF !important;
    top: -2px !important;
    left: 11px !important;
}
.modaal-close:focus, .modaal-close:hover{
	background: none !important;
}
/**/
.popup{
	padding: 45px 0;
}
.popup .inner{
	max-width: 612px;
}
.popup .inner p{
	font-size: 19px;
}
.popup .inner img{
	display: block;
}
.popup .inner img:not(:last-child){
	margin: 0 0 20px;
}
@media screen and (max-width: 520px) {
	.modaal-close:after, .modaal-close:before {
		width: 1.5px !important;
		height: 25px !important;
		top: 1px !important;
	}
	.popup{
		padding: 15px 0;
	}
	.popup .inner p{
		font-size: 15px;
	}
}
/*==================================================================================================*/
/*-*/
@media screen and (max-width: 820px) {
}
