@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: body
 * 2: header
 * 3: container
 * 4: contents
 * 5: footer
 *
 * ****************************
 */

/*======= 1: body ========================================================*/
body {
    color: #333;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',Osaka,sans-serif;
    font-size: 88%; /* 14px */
    line-height: 1.8;
    background: #f3f3f3;
}

/*======= 2: header ======================================================*/
header {
	position: fixed;
	z-index: 4000;
	background: #fff;
	width: 100%;
}
#headerInner {
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    height: 110px;
    box-sizing: border-box;
}

/* LOGO */
#headerInner #logo {
	position: absolute;
	top: 40px;
	left: 30px;
	cursor: pointer;
	z-index: 4100;
}
#headerInner #logo a {
	display: block;
	width: 300px;
	height: 48px;
	background: url(../img/logo_pc.png) no-repeat 0 0;
}
#headerInner #logo img {
	display: none;
}

/* ----------------------------------
 Global Navigation
 ----------------------------------*/
#gnavBox{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap:         nowrap;
    -webkit-justify-content: flex-end;
    justify-content:         flex-end;
    padding-right: 30px;
}
#gnav {
	position: relative;
	box-sizing: border-box;
  margin-right: 30px;
}
#gnav li {
	display: inline-block;
	font-size: 86%;
}
#gnav li a {
	display: inline-block;
	padding: 15px 17px 20px;
  margin-top: -10px;
}
@media screen and (max-width: 1125px) {
  #gnav {
    margin-right: 10px;
  }
  #gnav li a {
    padding: 15px 10px 20px;
  }
}
/* Dropdown */
#gnav li.dorpdown {
	position: relative;
	font-size: 100%;
	padding-bottom: 5px;
}
#gnav li.dorpdown a {
	background: url( ../img/icon_arw.gif ) no-repeat center 70%;
	padding-bottom: 22px;
}
#gnav li.dorpdown ul {
	position: absolute;
	top: 50px;
	left: -30px;
	width: 190px;
	display: none;
	background: #fff;
	padding: 10px 0;
	border: 1px solid #e8e7dd;

	/* box-shadow */
	box-shadow:rgba(221, 220, 209, 0.3) 0px 6px 5px 3px;
	-webkit-box-shadow:rgba(221, 220, 209, 0.3) 0px 6px 5px 3px;
	-moz-box-shadow:rgba(221, 220, 209, 0.3) 0px 6px 5px 3px;
}
#gnav li.dorpdown ul li {
	display: block;
	padding: 0;
}
#gnav li.dorpdown ul li a {
	background: none;
	display: block;
	padding: 9px 15px;
	color: #000;
}
#gnav li a {
	color: #000;
	text-decoration: none;
}

/* SNS */
#headerInner #snsBox li {
	display: inline-block;
	margin-left: 10px;
}

@media screen and (max-width: 950px) {
	#headerInner #logo {
		top: 10px;
		left: 3%;
		background: none;
	}
	#headerInner #logo a {
		width: inherit;
		height: inherit;
		background: none;
	}
	#headerInner #logo img {
		display: block;
		width: 120px;
	}
	#headerInner {
		width: 100%;
		height: 40px;
		padding: 0 3%;
		box-sizing: border-box;
	}
  #gnavBox{
    padding-right: 0;
  }
	#gnav {
		display: none;
	}
	#headerInner #snsBox {
		position: absolute;
		top: 8px;
		right: 0;
		width: 100%;
		padding-right: 55px;
		text-align: right;
		box-sizing: border-box;
	}
	#headerInner #snsBox li {
		width: 14px;
		height: 20px;
	}
	#headerInner #snsBox li:nth-child(3) {
		width: 17px;
	}
	#headerInner #snsBox li a img {
		vertical-align: baseline;
	}
	.close {
		height: 29px;
		text-align: right;
	}
	.close a {
		display: inline-block;
		padding-top: 4px;
	}
}

/* ----------------------------------
 DRAWER SLIDE MENU
 ----------------------------------*/
.menuTrigger {
	display: none;
}
@media screen and (max-width: 950px) {
	.menuTrigger,
	.menuTrigger span {
		display:block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menuTrigger {
		display: block;
		position: absolute;
		width: 37px;
		height: 37px;
		right: 0;
	}
	.menuTrigger span {
		position: absolute;
		left: 21%;
		width: 55%;
		height: 2px;
		background-color: #000;
	}
	.menuTrigger span:nth-of-type(1) {
		top: 13px;
	}
	.menuTrigger span:nth-of-type(2) {
		top: 19px;
	}
	.menuTrigger span:nth-of-type(3) {
		bottom: 10px;
	}
}

/*======= 3: container ===================================================*/
#keyv {
	width: 100%;
	text-align: center;
	padding-top: 120px;
}
#index #keyv {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 450px;*/
    padding-top: 100px;
    padding-bottom: 31px;
    background: url( ../img/bg_keyv.jpg) no-repeat bottom -70px center #000;
    /*background: url( ../img/bg_keyv.jpg) no-repeat bottom center #000;*/
    background-size: cover;	
}
#index #keyv p {
  width: 1000px;
  height: 327px;
  background: url( ../img/keyv.png) no-repeat 0 0;
  margin: 3rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index #keyv p img {
  display: none;
}
#sub #keyv {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*height: 300px;*/
	max-height: 300px;
	background: url( ../img/bg_keyv_sub.jpg) no-repeat bottom /*-70px*/ center #000;
	/*background: url( ../img/bg_keyv_sub.jpg) no-repeat bottom center #000;*/
	background-size: cover;
}
@media screen and (max-width: 950px) {
	#keyv {
		padding-top: 40px;
	}
  #index #keyv {
    padding-top: 40px;
    padding-bottom: 0;
		height: auto;
  }
  #index #keyv p {
    width: 100%;
    height: inherit;
    background: none;
	  margin: 0 auto;
  }
  #index #keyv p img {
    display: block;
    width: 100%;
  }
	#sub #keyv img {
		/*width: 94%;*/
		height: auto;
		padding: 0 3%;
	}
	#index #keyv img {
		background: url( ../img/bg_keyv.jpg) no-repeat bottom center #000;
		background-size: 100% 100%;
		background-size: cover;	
		
	}
	#sub #keyv img {
		background: url( ../img/bg_keyv_sub.jpg) no-repeat bottom center #000;
		background-size: 100% 100%;
	}
}
@media screen and (max-width: 768px) {
		#sub #keyv img {
		width: 94%;
	}
}
/* ----------------------------------
 TOP CONTENTS
 ----------------------------------*/
/* slider */
#slideBox {
	background: #fff;
	padding: 40px 0 20px;
	border-top: 1px solid #e5e3d8;
}
#slider .item{
    margin: 3px;
}
#slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 950px) {
	#slideBox {
		padding: 20px 3% 15px;
	}
	#sub #keyv {

	}
	#sub #keyv img {
		background: none;
	}
}
/* outline */
#outlineBox {
	min-height: 450px;
	box-sizing: border-box;
	
	text-align: center;
	padding: 55px 0;
}
#outlineBox h2 {
	width: 100%;
	height: 71px;
	margin-bottom: 50px;
	background: none;
  line-height: 1.4;
}
#outlineBox h2 strong {
  font-size: 2.3rem;
  color: #000000;
}

#outlineBox .anchorLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	width: 940px;
	margin: 0 auto;
  box-sizing: border-box;
  column-gap: 14px;
}
#outlineBox .anchorLink a {
  position: relative;
	display: block;
  width: 300px;
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
	background: #4C4637;
	color: #fff;
	font-size: .85em;
}
#outlineBox .anchorLink a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 100%;
  background: #B2AB99;
  z-index: 1;
}
#outlineBox .anchorLink a::after {
	position: absolute;
  top: 50%;
	right: 9px;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  z-index: 2;
}
#outlineBox .anchorLink a:hover {
  opacity: .8;
  text-decoration: none;
}

@media screen and (max-width: 950px) {
	#outlineBox {
		padding: 30px 0;
		background: #f8f8f7;
	}
	#outlineBox h2 {
		height: inherit;
		background: none;
		margin-bottom: 10px;
	}
  #outlineBox h2 strong {
    font-size: 17px;
    color: #000000;
  }
	#outlineBox p.txt {
		text-align: left;
	}
	
	#outlineBox .anchorLink {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #outlineBox .anchorLink li {
    width: 48%;
  }
  #outlineBox .anchorLink a {
    width: 100%;
    height: inherit;
    padding: 10px;
    font-size: 9px;
    line-height: inherit;
    box-sizing: border-box;
  }
  #outlineBox .anchorLink a::after {
    position: absolute;
    right: 10px;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}

/* ----------------------------------
 SUB CONTENTS
 ----------------------------------*/
/* topicPath */
#topicPath {
	margin-bottom: 40px;
	padding-top: 2px;
}
#topicPath li {
	display: inline;
	font-size: 86%;
}
#topicPath a {
	margin-right: 4px;
	text-decoration: none;
}
#topicPath a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 950px) {
	#topicPath {
		line-height: 1.3;
	}
	#topicPath li {
		display: inline;
		font-size: 10px;

	}
}

/*======= 4: contents ====================================================*/
#contentsArea {
	background: url(../img/bg_contents.png) repeat-x 0 0;
	padding-top: 10px;
	margin-top: -10px;
}
.bgBox {
	padding: 50px 0;
	background: #fcfcfc;
}
#sub #contentsArea {
	padding: 20px 0 50px;
	background: none;
	margin-top: 0;
}
.contents {
	width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 950px) {
	#contentsArea {
		background: none;
		padding-top: 0;
		margin-top: 0;
	}
	.bgBox {
		padding: 30px 0;
		border-top: 1px solid #e6e6db;
	}
	#sub #contentsArea {
		padding: 10px 0 20px;
	}
	.contents {
		width: 94%;
		padding: 0 3%;
	}
}
/*======= 5: footer ======================================================*/

/* SPONSOR */
#sponsorBox {
	background: #fff;
	text-align: center;
	padding: 48px 0 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 950px) {
	#sponsorBox {
		padding: 5% 0 8%;
	}
}

/* Old Fund Of Year */
#oldFundBox h3 {
	width: 100%;
	margin-bottom: 10px;
	color: #987317;
	font-size: 108%;
	font-weight: normal;
}
#oldFundBox ul {
	margin-bottom: 20px;
	padding: 8px;
	border-top: 1px solid #73716a;
	border-bottom: 1px solid #73716a;
}
#oldFundBox ul li {
	display: inline-block;
	font-size: 86%;
	margin-right: 16px;
}
#oldFundBox ul li.last {
	margin-right: 0;
}
#oldFundBox ul li a {
	padding-left: 9px;
	background: url(../img/list_arw03.gif) no-repeat 0 center;
	color: #000;
	text-decoration: none;
}
#oldFundBox ul li a:hover {
	color: #ab8a38;
	text-decoration: underline;
}

/* pageTop */
#pageTop {
	position: absolute;
}
#pageTop a {
	background: url(../img/arw_pagetop.png) no-repeat center top;
	padding-top: 25px;
	font-size: 86%;
	color: #666;
	text-decoration: none;
}
@media screen and (max-width: 950px) {
	#pageTop a {
		padding-top: 0;
		text-decoration: none;
		background: none;
	}
}

/* Footer */
footer {
	padding: 50px 0;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 79%;
}
#footerInner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#footerLogo {
	cursor: pointer;
}
@media screen and (max-width: 950px) {
	footer {
		padding: 25px 0;
	}
	#footerInner {
		width: 94%;
		padding: 0 3%;
	}
	#footerLogo {
    display: block;
		width: 100%;
		height: 20px;
		background: url(../img/logo_f_sp.gif) no-repeat center center;
		background-size: 92px;
	}
	#footerLogo img {
		display: none;
	}
}