@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

:root{
	--font-Noto: "Noto Sans JP", sans-serif;
	--font-Shippori: "Shippori Mincho", serif;
	--font-Roboto: "Roboto Condensed", sans-serif;
	--text-color1: #231815;
	--color1: #2F2725;
	--color2: #BF9C50;
	--color3: #2C6E3A;
	--color4: #956F29;
}

body{
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-style: normal;
	line-height: 1.0;
	letter-spacing: 0;
	color: var(--text-color1);
}

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

img{
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	height: auto;
}

::before,
::after{
	position: absolute;
	content: '';
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.flexWrap{	
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
}

.flexColumn{	
	display:-webkit-box;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	flex-direction: column;
}

br.smp{display: none;}
br.pc{display: block;}

.blockskip{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9992;
	pointer-events: none;
}
.blockskip a{
	display: block;
	width: 100%;
	padding: 20px;
	font-size: 1.6rem;
	color: #FFFFFF;
	text-align: center;
	background: var(--color3);
	opacity: 0;
	pointer-events: none;
}
.blockskip a:focus{
	opacity: 1;
	pointer-events: all;
}



/**************************************************
 header
**************************************************/
header{
	position: fixed;
	width: 100%;
	min-width: 1200px;
	height: 105px;
	top: 0;
	left: 0;
	padding: 0 50px;
	z-index: 9990;
	background: var(--color1);
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
/*header.scroll{
	height: 90px;
	background: var(--color-wh);
}*/

header h1{position: relative;}
header h1 img{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.headerSubNavi{
	position: absolute;
	top: 0;
	right: 170px;
	height: 100%;
	-webkit-box-align: center;
	align-items: center;
}
.headerSubNavi ul li{
	font-size: 1.8rem;
	font-weight: 400;
	margin-right: 60px;
	padding-top: 20px;
}
.headerSubNavi ul li:last-of-type{margin-right: 0;}
.headerSubNavi ul li a{color: #FFFFFF;}
.headerSubNavi ul li a:hover{opacity: 0.5;}

#menu{
	position: absolute;
	width: 105px;
	height: 105px;
	top: 0;
	right: 30px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	z-index: 9995;
	background: none;
	border: none;
}
#menu span{
	position: absolute;
	width: 48px;
	height: 2px;
	top: 32px;
	left: calc(50% - 24px);
	background: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menu span:nth-of-type(2){top: 45px;}
#menu span:nth-of-type(3){top: 58px;}
#menu small{
	position: absolute;
	width: 100%;
	font-size: 1.0rem;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	left: 0;
	bottom: 20px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menu.open span{
	width: 44px;
	top: 47px;
	left: 29px;
}
#menu.open span:first-of-type{transform: rotate(-45deg);}
#menu.open span:nth-of-type(2){display: none;}
#menu.open span:nth-of-type(3){transform: rotate(45deg);}
#menu.open small{color: #FFFFFF;}

#globalNavi{
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 100vh;
	top: 0;
	right: 0;
	z-index: 9994;
	background: rgba(255,255,255,1.0);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0;
	pointer-events: none;
	overflow-y: auto;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	visibility: hidden;
}
#globalNavi.open{
	visibility: visible;
	pointer-events: all;
	opacity: 1.0;
}

.mainContents{
	position: relative;
	width: calc(100% - 400px);
	padding: 0 70px;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}
.mainContents::before{
	content: 'MINAMI UONUMA';
	width: 100%;
	bottom: -1.6vw;
	left: 0;
	font-family: var(--font-Roboto);
	font-weight: 600;
	font-size: max(8.0vw,10.0rem);
	letter-spacing: 0.20vw;
	line-height: 1.0;
	text-align: center;
	color: #F0F0F0;
	-webkit-transition: none;
	transition: none;
}
.mainContents ul{
	position: relative;
	width: 100%;
	margin-top: -7%;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.mainContents ul a{color: var(--text-color1);}
.mainContents ul a.pullDown{pointer-events: none;}
.mainContents ul a:hover{
opacity: 0.8;
font-weight:500;
text-decoration:underline;
text-underline-offset: 3px;
}
.mainContents ul li{
	position: relative;
	/*width: calc(50% - 25px);*/
	width: 40%;
	font-family: var(--font-Shippori);
	font-weight: 600;
	font-size: 2.2rem;
	padding-left: 25px;
}
.mainContents ul li:nth-of-type(3),
.mainContents ul li:nth-of-type(4){margin-top: 10%;}
.mainContents ul li::before{
	width: 15px;
	height: 4px;
	top: 10px;
	left: 0;
	background: var(--color2);
}
.mainContents ul li ul{
	display: block;
	padding: 15px 0 0 0;
	margin-top: 0;
}
.mainContents ul li ul li{
	width: 100%;
	font-family: var(--font-Noto);
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	margin-top: 10px;
	padding: 0;
}
.mainContents ul li ul li:nth-of-type(3),
.mainContents ul li ul li:nth-of-type(4){margin-top: 8px;}
.mainContents ul li ul li::before{display: none;}

.frequentlyUsed{
	position: relative;
	width: 400px;
	background: var(--color1);
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.frequentlyUsed ul{
	width: 100%;
	color: #FFFFFF;
	padding: 10% 50px 20px 50px;
}
.frequentlyUsed ul a{color: #FFFFFF;}
.frequentlyUsed ul a:hover{
	opacity: 0.5;
	font-weight:500;
	text-decoration:underline;
	text-underline-offset: 3px;
}

.frequentlyUsed ul li{
	width: 100%;
	margin-top: 40px;
}
.frequentlyUsed ul li.other{
	border-top: 1px solid #FFFFFF;
	padding-top: 25px;
}
.frequentlyUsed ul li span{
	display: inline-block;
	font-family: var(--font-Shippori);
	font-weight: 600;
	font-size: 2.1rem;
	padding-bottom: 5px;
}
.frequentlyUsed ul li ul{padding: 0;margin-left: 16px;}
.frequentlyUsed ul li ul li{
	width: 100%;	
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 15px;
}
.frequentlyUsed ul li.other ul li{width: 50%;}
.frequentlyUsed ul li.search span{padding-bottom: 20px;}
.frequentlyUsed ul li.search form{position: relative;}
.frequentlyUsed ul li.search input[type="text"]{
	width: 100%;
	border: none;
	font-family: var(--font-Noto);
	font-size: 1.4rem;
	font-weight: 400;
	padding: 10px 60px 10px 10px;
	border-radius: 10.0rem;
}
.frequentlyUsed ul li.search input[type="submit"]{
	position: absolute;
	width: 60px;
	height: 100%;
	right: 0;
	background: url("../img/search.svg") no-repeat left 20px center;
	background-size: 22px auto;
}

.otherLinks{
	padding: 40px 50px;
	background: var(--color2);
}
.otherLinks ul{padding: 0;}
.otherLinks ul li{margin-top: 0;}
.otherLinks ul li:last-of-type{margin-top: 20px;}
.otherLinks ul li a{
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	color: var(--color1);
	background: rgba(255,255,255,1.0);
	border: 1px solid var(--color1);
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.otherLinks ul li:first-of-type a::before{
	width: 65px;
	height: 90px;
	bottom: 0;
	left: 10px;
	background: url("../img/chara.png") no-repeat 0 0;
	background-size: auto 90px;
}
.otherLinks ul li:last-of-type a::before{
	width: 45px;
	height: 32px;
	top: calc(50% - 16px);
	left: 30px;
	background: url("../img/sns_icon.svg") no-repeat 0 0;
	background-size: auto 32px;
}
.otherLinks ul li a:hover{
	opacity: 1.0;
	background: rgba(255,255,255,0.5);
}



/**************************************************
 wrapper
**************************************************/
#wrapper{
	position: relative;
	min-width: 1200px;
	padding-top: 105px;
	overflow: hidden;
}



/**************************************************
 main
**************************************************/
main,
article,
section{position: relative;}



/**************************************************
 footer
**************************************************/
footer{
	position: relative;
	margin-top: 100px;
	padding: 0 100px;
	color: #FFFFFF;
	background: var(--color1);
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

footer dl{
	padding-top: 36px;
	order: 1;
}
footer dl dt{
	font-family: var(--font-Shippori);
	font-size: 2.85rem;
	font-weight: 600;
}
footer dl dd{
	font-size: 1.6rem;
	line-height: 1.6;
	padding-top: 16px;
}

.snsHanger{
	padding-top: 70px;
	order: 2;
}
.snsHanger img{margin-left: 15px;}

.copyRight{
	position: absolute;
	font-size: 1.4rem;
	top: 176px;
	left: 100px;
	order: 3;
}

.footerCopy{
	position: absolute;
	font-family: var(--font-Shippori);
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 1px;
	color: rgba(255,255,255,0.25);
	bottom: 40%;
	right: 100px;
	order: 4;
}

.footerText{
	position: relative;
	width: 100%;
	font-family: var(--font-Roboto);
	font-size: 11vw;
	font-weight: 700;
	text-align: right;
	color: rgba(255,255,255,0.25);
	margin-top: 70px;
	bottom: -2.5vw;
	order: 5;
}


/**************************************************
fixedTab
**************************************************/
.fixedTab{
	position: fixed;
	right: 0;
	top: calc(50% - 145px);
	z-index: 200;
}
.fixedTab ul li{background: #FFFFFF;}
.fixedTab ul li a{
	height: 140px;
	font-size: 1.6rem;
	color: #FFFFFF;
	writing-mode: vertical-rl;
	padding: 0px 15px;
	background: #4A4443;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.fixedTab ul li:last-of-type a{
	height: 180px;
	background: #97752d;
}
.fixedTab ul li a:hover{opacity: 0.5;}

/**************************************************
 print
**************************************************/
@media print {

header {position: absolute;}
#wrapper {padding-top: 0px;}
.fixedTab {display: none;}

}
