body{
	padding-top: 100px;
}

/***************************************
	headerTemp
***************************************/
#headerLoad{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 99999;
}


#headerTemp{
	background: #cadb2a;
	padding: 20px 0;
	height: 100px;
}
#headerTemp .headerArea{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 20px;
}
#headerTemp .headerArea h1{
	text-align: center;
	/* padding: 28px 0 25px; */
	width: 250px;
}
#headerTemp .headerArea h1 img{
	width: 100%;
}

#headerTemp .headerNavLists{
	display: flex;
	align-items: baseline;
}
#headerTemp .headerNavLists ul{
  display: flex;
  flex-wrap: nowrap;
	align-items: baseline;
}
#headerTemp .headerNavLists ul li{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
#headerTemp .headerNavLists ul li a{
	display: block;
  font-weight: bold;
	padding: 0 1.5em;
}
#headerTemp .headerNavLists ul li a:hover{
  text-decoration: underline;
}
#headerTemp .headerNavLists ul li.iconImage{
	width: 50px;
	padding: 0 10px;
}
#headerTemp .headerNavLists ul li.iconImage a{
	display: inline;
	padding: 0;
}
#headerTemp .headerNavLists ul li.megamenuEl{
	position: relative;
}
#headerTemp .headerNavLists ul li.megamenuEl > a{
	
}
#headerTemp .headerNavLists ul li.megamenuEl .megamenuEl__inner{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	background: rgba(255,255,255,0.8);
	width: 200px;
	padding: 0 10px;
	right: 0;
	top: 35px;
	transition: all 0.5s;
	z-index: 99999;
}
#headerTemp .headerNavLists ul li.megamenuEl .megamenuEl__inner.on{
	opacity: 1;
	transition: all 0.5s;
	visibility: visible;
	z-index: 99999;
}
#headerTemp .headerNavLists ul li.megamenuEl .megamenuEl__inner p{
	
}
#headerTemp .headerNavLists ul li.megamenuEl .megamenuEl__inner p:not(:last-child){
	border-bottom: solid 1px #cccccc;
}
#headerTemp .headerNavLists ul li.megamenuEl .megamenuEl__inner p a{
	padding: 10px 1em;
}
#headerTemp .headerNavLists .pcStoreIcon{
	gap: 0.8em;
	margin-left: 1.5em;
}
#headerTemp .headerNavLists .pcStoreIcon li{
	width: 60px;
}
#headerTemp .headerNavLists .pcStoreIcon a{
	padding: 0;
}
#headerTemp .pcStoreIcon img{
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) {
	#headerTemp .headerNavLists ul.spStoreIcon{
		display: none;
	}
}

.headerLang {
	background: #fff;
	width: 130px;
	box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
	text-align: center;
	border-radius: 13px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
}

.headerLangTitle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 0;
	cursor: pointer;
}

.headerLangTitle::after {
	content: '';
	position: absolute;
	right: 15px;
	width: 12px;
	height: 7px;
	background: url(../images/icon_arrow.svg);
}

.headerLangTitle.-open::after {
	transform: rotate(180deg);
}

.headerLangList {
	display: none;
	padding: 10px 15px 12px;
}

.headerLangList li + li {
	margin-top: 10px;
}

/***************************************
	contentsArea
***************************************/
.contentsArea{
	width: 80%;
	margin: 80px auto;
	min-height: 70vh;
}
.contentsArea a{
	text-decoration:underline;
}
.contentsArea a:hover{
	text-decoration:none;
}
.contentsArea h2{
	margin-bottom: 1.5em;
	/* text-align: center; */
	font-size: 2.2em;
}
.contentsArea h3{
	font-size: 1.5em;
	font-weight:bold;
	margin-bottom: 1em;
}
.contentsArea p{
  margin-bottom: 2em;
}
.contentsArea .backToToppage{
	text-align: center;
	margin-top: 100px;
}



/********************************************************

  smartPhone

********************************************************/
@media screen and (max-width: 768px) {
body{
	padding-top: 0;
}
#headerTemp .headerArea h1{
	width: 60%;
	margin: 0 auto;
}

.drawer .drawer-nav{

}
.drawer .drawer-hamburger{
	top:auto;
	bottom: auto;
	left: auto;
	right: 6px;
}

header.sp{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #cadb2a;
}
#spHdrLogo{
	width: 36%;
	height: auto;
	aspect-ratio: 136 / 32;
	margin-left: 23px;
	padding: 20px 0;
}

#hdrTempLogo {
	display: block;
}

#spHdrLogo a {
	display: block;
}

#spHdrLogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

ul#headerNavListsCommon{
	padding: 20px 0px;
}
#headerNavListsCommon li{
	
}
#headerNavListsCommon li:not(:last-child){
	border-bottom: solid 1px #cccccc;
}
#headerNavListsCommon li a{
	display: block;
	padding: 20px 1em;
	font-size: 15px;
	font-weight: bold;
}
#headerNavListsCommon li.iconImage{
	display: flex;
	justify-content: left;
	padding: 0 10px;
}
#headerNavListsCommon li.iconImage a{
	width: 24%;
	padding: 15px 5px;
}
.megamenuEl__inner{
	display: none;
}
#headerNavListsCommon .megamenuEl__inner p a{
	padding: 20px 2em;
}

.spStoreIcon{
	position: fixed;
	top: 20px;
	right: 10px;
	width: 50px;
	z-index: 10;
}
.spStoreIcon img{
	max-width: 100%;
}

.headerLang {
	width: 113px;
	font-size: 12px;
	margin-right: 64px;
}

}/* @media screen and (max-width: 480px) */


