/*!
 * top.css
 *
 * dir: /css
*/
/*==============================
 *    Layout
 *==============================*/
 /*--------------------
*    wrap
*--------------------*/
body{
background-color: #fff;
}
#wrapper, .wrapper {
    min-width: 960px;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}
.inBox {
  width: auto;
  margin: 0;
}

#section10{
  margin-top:5%;
  padding:8%;
}


@media only screen and (max-width: 640px) {
  .inBox{
    min-width: initial !important;
    max-width: initial !important;
    min-width: auto !important;
    max-width: auto !important;
  }
}
@media only screen and (max-width: 640px) {
  body.responsive .header .inBox{
    min-width:auto;
    min-width:initial;
    max-width:auto;
    max-width:initial;
  }
}
#footer .inBox{
	width:880px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
	*{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
}


/*--------------------
 *    header
 *--------------------*/
.header {
    background-color: #fff;
    padding: 0;
}

/*--------------------
*    contents
*--------------------*/
.contents {
  padding: 0;
  background-color:#fff;
}
.contents .contents__main {
  width: auto;
  float: none;
}
@media only screen and (max-width: 640px) {
  .responsive .contents .contents__main {
    width: 100%;
  }
}
#center__section{
	background:#efede5;
	position:relative;
	padding:0 30px 52px;
	margin: 0 auto;
	z-index: 9000;
	max-width: 1400px;
}
@media only screen and (max-width: 640px) {
	#center__section{
		padding:0 0 15px;
    top: 0;
	}
}
.title--E {
  color: #666;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  border:none;
}
@media only screen and (max-width: 640px) {
	.title--E {
		margin:0;
	}
}

/*--------------------
*    main visual
*--------------------*/


#section01{
	min-height: 635px;
  max-height: 713px;
  margin-bottom: 25%;
  position: relative;

}
@media only screen and (max-width: 640px) {
  #section01{
    height: 200px;
    min-height: auto;
    min-height: initial;
    max-height: auto;
    max-height: initial;
  }
}
#section01 #playerbox{
	width:100%;
	height: 100%;
	position:relative;
  margin: 0 auto;
  text-align: center;
  overflow:hidden;
}

@media only screen and (max-width: 640px) {
  #section01 #playerbox{
    width: 100% !important;
    height: 260px !important;
  }
}
#section01 #player{
  position: relative;
}
#section01 #photo{
	position:absolute;
	top: 0px;
	z-index:99;
}
#section01 #playerbox #player[style="display: none;"] + #photo{
  background-position: center center !important;
}
@media only screen and (max-width: 640px) {
  #section01 #photo{
    top:0px !important;
    width: 100% !important;
    height:260px !important;
  }
}
#section01 #otherBox{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
  box-sizing:border-box;
}
@media only screen and (max-width: 640px) {
  #section01 #otherBox{
	  width:100%;
	  height:100%;
	  top:0px;
  }
}
#section01 #description{
	color:#fff;
	position:absolute;
	bottom: 0;
    z-index: 1000;
	visibility:hidden;
	width: 100%;
    height: 180px;
	box-sizing:border-box;
	background-color: rgba(0,0,0,0.40);
	text-align: left;
    padding: 20px 310px 90px 6% !important;
}
@media only screen and (max-width: 640px) {
#section01 #description{
    bottom: 45px;
    left: 0 !important;
    width: 100%;
    height: auto;
	min-height: inherit;
    padding: 15px 10px 10px !important;
	min-width:initial;
	max-width: initial;
	min-width: auto;
	max-width: auto;
	text-align: left;
}
}

#section01 #description .descriptionWrap {
	display: table;
    height: 100%;
}
#section01 #description .descriptionTxt {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 20px;
}

#section01 #description .large{
	display:none;
	font-size:30px;
	line-height:1.2;
}
@media only screen and (max-width: 640px) {
	#section01 #description .descriptionTxt {
		padding-right: 0;
	}
  #section01 #description .large{
    font-size: 16px;
    margin-bottom: 3px;
  }
}
#section01 #description .small{
  display:none;
  font-size:24px;
}
@media only screen and (max-width: 640px) {
  #section01 #description .small{
    font-size: 12px;
  }
}
#section01 .moreBtnWrap{
	/*position: absolute;
	top: 30px;
	right: 200px;
	z-index: 800;*/
	display: table-cell;
	vertical-align: bottom;
}
#section01 .moreBtnInner{
  position: relative;
}
#section01 .moreBtn{
  width: 100px;
  height:30px !important;
  overflow:hidden;
  /*position: absolute;
  bottom: 180px;*/
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
#section01 .moreBtnWrap{
	display: none;
}
  #section01 .moreBtn{
    width: 90px;
    height: 25px;
    left: 10px;
    bottom: 5px;
  }
}
#section01 .moreBtn span{
	display:block;
	width:100px;
	height:100%;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 30px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background: #7a0d36 url(../img/more_arrow.png) no-repeat 77px center;
}
#section01 .moreBtn span:hover{
	background: #a8194f url(../img/more_arrow.png) no-repeat 77px center;
}
@media only screen and (max-width: 640px) {
  #section01 .moreBtn span,
  #section01 .moreBtn span:hover{
    background:url(../img/sp/icon_more.png) no-repeat 0px 0px;
    background-size: 90px auto;
  }
}

#section01 #thumbnail{
	overflow:hidden;
	position:absolute;
    z-index: 9900;
	top: 50%;
	right: 30px;
	display: none;
}
#section01 #thumbnail li{
	margin-bottom: 6px;
	position: relative;
    width: 111px;
    height: 50px;
	cursor: pointer;
}
#section01 #thumbnail li:last-child{
  margin-bottom: 0px;
}
#section01 #thumbnail li a{
  display:block;
  width: 100%;
  height: 100%;
  text-indent:-9999px;
  text-align:center;
  cursor:pointer;
  box-shadow: 0 0 0 3px #fff inset;
}
#section01 #thumbnail li:hover a,
#section01 #thumbnail li.active a{
  box-shadow: 0 0 0 3px #e42e72 inset;
}
@media only screen and (max-width: 640px) {
#section01 #thumbnail{
    /* display: none !important; */
    width: 100%;
	margin-top: 0 !important;
    bottom: 10px;
    top: initial !important;
	right: inherit !important;
	text-align: center;
}
#section01 #thumbnail li {
    margin-bottom: 0;
    position: relative;
    width: 10px;
    height: 10px;
    cursor: pointer;
	display: inline-block;
}
#section01 #thumbnail li a {
	background-color: #fff !important;
	background-image: none !important;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#section01 #thumbnail li.active a {
	background-color: #7a0d36 !important;
}
#section01 #thumbnail li.active a {
    box-shadow: 0 0 0 2px #fff inset;
}
}

#section01 #playerBoxCover{
  width: 100%;
  position: absolute;
      z-index: 999;
  top: 0;
}
@media only screen and (max-width: 640px) {
  #section01 #playerBoxCover{
    min-width: 100%;
        z-index: 999;
  }
}
#section01 #linkCover {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	z-index: 1000;
      z-index: 999;
}
#section01 #linkCover a {
	display:block;
	width:100%;
	height:100%;
      z-index: 999;
}


/*--------------------
*    bxslider
*--------------------*/


#back01 img {
    width: 40%;
    position: relative;
    overflow:hidden;
    left: 0;
    z-index: 9;
    margin-top: 6%;
}

#back00 {
    position: absolute;
    overflow:hidden;
    left: 0;
    width: 100%;
    z-index: -9999;
}

#back00 img{
  width: 100%;
  height: 75%;
  background-image: url('../images/mdw-snapshot.png'); /* 何らかの原因で動画が表示されない場合の背景画像 */
  background-size: cover; /* 背景画像をフルスクリーンに */
}

#back02 {
    position: relative;
    width: auto;
    z-index: 9999;
}

#back02 img {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#back03 {
    position: relative;
    z-index: 9;
}

#back03 img {
    position: relative;
    width: 10%;
    left: 15%;
    z-index: 9;
    overflow: 
}

#main_slide {
  margin-top: 1%;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	width: 14px;
	height: 14px;
}
@media only screen and (max-width: 640px) {
	.bx-wrapper .bx-controls-direction a {
		margin-top: 0px;
	}
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	width: 15px;
	height: 18px;
}
.bx-wrapper .bx-prev{
	background:url(../img/btn_slide_left2.png) no-repeat center center;
}
@media only screen and (max-width: 640px) {
.bx-wrapper .bx-prev{
    left: -35px;
}
}
.bx-wrapper .bx-next{
	background:url(../img/btn_slide_right2.png) no-repeat center center;
}
@media only screen and (max-width: 640px) {
	.bx-wrapper .bx-controls-direction a{
		z-index:9000;
	}
	.bx-wrapper .bx-prev,
	.bx-wrapper .bx-next{
		width:25px;
		height:40px;
	}
	.bx-wrapper .bx-prev{
		background: #e3e3e3 url(../img/btn_slide_left2.png) no-repeat center center;
		background-size:9px auto;
	}
	.bx-wrapper .bx-next{
		background: #e3e3e3 url(../img/btn_slide_right2.png) no-repeat center center;
		background-size:9px auto;
		right: -35px;
	}
}


/*--------------------
*    Awards
*--------------------*/
/* #section03{
	float: right;
	width: 29.2%;
	padding: 30px 10px 30px 20px;
	margin-top: -70px;
	margin-bottom: 50px;
	background-color: #fff;
    box-sizing: border-box;
} */
@media only screen and (max-width: 640px) {
	#section03{
		float: none;
		width: 100%;
		padding:15px 15px 0;
		margin-bottom:20px;
		margin-top: 0;
	}
}

#awards-wrap{
	float: right;
	width: 30%;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
#awards-wrap{
  float: none;
  width: auto;
  padding-left: 0;
  height: auto !important;
}
}

#awards {
	background-color: #fff;
    box-sizing: border-box;
	position: relative;
  height: 100%;
  padding: 10% 20px;
}
@media only screen and (max-width: 1210px) {
#awards {
  padding: 5% 20px;
}
}
@media only screen and (max-width: 640px) {
	#awards {
		float: none;
		width: 100%;
		margin-top: 0;
    	padding: 30px 15px 30px 15px;
	}
}
#awards h2 {
	font-family: Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
	padding-right: 10px;
}
#awards h2 img { vertical-align: middle;}
#awards h2 span.titleJp {
	color: #7a0d36;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}
#awards h2 ul {
    float: right;
    line-height: 1;
    vertical-align: baseline;
}
#awards h2 ul li {
    float: left;
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 0;
    overflow: hidden;
    vertical-align: baseline;
    padding-top: 8px;
}
@media only screen and (max-width: 1210px) {
	#awards h2 ul {
		float: none;
	}
	#awards h2 ul li {
		padding-top: 4px;
	}
}
@media only screen and (max-width: 640px) {
	#awards h2 img {
		width: 110px;
	}
	#awards h2 ul {
		float: right;
	}
}
#awards h2 ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
	font-weight: normal;
    line-height: 1;
    background: #666;
    display: table;
    width: 85px;
    height: 25px;
    padding: 8px 0 0 13px;
    position: relative;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#awards h2 ul li a:hover {
	background: #7a0d36;
}
#awards h2 ul li a span.icon--linkArr {
    background: url(../img/icon_linkArr02_2.png) center center no-repeat;
    position: absolute;
    right: 0px;
    top: 6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#awards h2 ul li a span.icon--linkArr {
    right: 0;
}
}

#awardsListWrap {
	padding: 0 0 30px 0;
}

#awardsList {
	padding-right: 20px;
}
#awardsList li {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-bottom: #ccc solid 1px;
	overflow:hidden;
}
#awardsList li .awardsThumb {
	width: 60px;
	float: right;
	margin-left: 5px;
	line-height: 0;
}
#awardsList li .awardsDate {
	font-size: 0.688rem;
	font-weight: bold;
	color: #7a0d36;
	margin-bottom: 5px;
	line-height:1; 
}
#awardsList li .awardsTitle {
	margin: 0;
	line-height: 1.2;
	max-height: 34px;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 640px) {
#awardsList li .awardsTitle {
	max-height: 38px;
}
}
#awardsList li .awardsTitle a {
	font-size: 0.75rem;
	color: #333;
    text-decoration: none;
}
#awardsList li .awardsTitle a:hover { opacity: 0.6;}

@media only screen and (max-width: 1160px) {
#awardsList li .awardsTitle a {
	font-size: 0.6875rem;
}
}

#awardsListWrap .bx-wrapper .bx-prev,
#awardsListWrap .bx-wrapper .bx-next {
	width: 18px;
	height: 15px;
    bottom: -30px;
	top: inherit;
}
#awardsListWrap .bx-wrapper .bx-prev {
    background: url(../img/btn_slide_top.png) no-repeat center center;
    bottom: -35px;
    margin-left: -28px;
}
#awardsListWrap .bx-wrapper .bx-next {
    background: url(../img/btn_slide_bottom.png) no-repeat center center;
    bottom: -35px;
    margin-left: 10px;
}
#awardsListWrap .bx-wrapper .bx-controls-direction a {
    position: absolute;
    left: 50%;
    margin-top: 0;
    outline: 0;
}

@media only screen and (max-width: 640px) {
#awards h2 ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
    font-weight: normal;
    line-height: 1;
    background: #666;
    display: table;
    width: 70px;
    height: 20px;
    padding: 5px 10px;
    position: relative;
}
#awards h2 ul li a span.icon--linkArr {
    background: url(../img/icon_linkArr02_2.png) center center no-repeat;
    background-size: 5px auto;
    right: 7px;
    top: 6px;
    width: 5px;
    height: 9px;
    margin: 0;
}

#awards h2 {
	font-size: 28px;
	letter-spacing: 0px;
	margin-bottom: 10px;
    padding-right: 0;
}
#awards h2 span.titleJp {
	font-size: 14px;
	margin-bottom: 30px;
}
#awards h2 ul {
    padding-top: 2px;
}
#awardsList {
}
#awardsList li .awardsThumb {
	display: none;
}
#awardsList li .awardsTitle a {
	font-size: 12px;
}

}

/*--------------------
*    special link
*--------------------*/
#section04{
    padding: 0 0 22px;
	clear: both;
    position: relative;
    z-index: 300;
}
@media only screen and (max-width: 640px) {
#section04{
  padding:0 15px 15px;
}
}

#specialLinkCircle {
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0;
	table-layout: fixed;
    width: 100%;
	max-width: 1240px;
	margin: 0 auto 80px;
}
#specialLinkCircle li {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	height: auto;
}
#specialLinkCircle li a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	color: #7a0d36 !important;
	border: #7a0d36 solid 2px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}
#specialLinkCircle li a div {
	line-height: 0;
}
#specialLinkCircle li a div img { width: 100%; height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#specialLinkCircle li a div.txt {
	background-color: rgba(255,255,255,0.80);
	height: 76px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -38px;
	display: table;
}
#specialLinkCircle li a p {
	/*position: absolute;
	top: 50%;
	left: 0;*/
	display: table-cell;
	z-index: 1;
    font-size: 22px;
    line-height: 1.3;
	width: 100%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	margin: 0;
}

@media only screen and (max-width: 1300px) {
#specialLinkCircle li a p {
    font-size: 18px;
    margin-top: 0 !important;
}
}

@media only screen and (max-width: 640px) {
#specialLinkCircle {
	display: block;
	width: auto;
	margin: 0 auto 20px;
	padding: 0;
}
#specialLinkCircle li {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#specialLinkCircle li a {
	width: 100%;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
}
#specialLinkCircle li a div {
	width: 40px;
	float: left;
}
#specialLinkCircle li a div.txt {
    background-color: transparent;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
	  display: block;
}
#specialLinkCircle li a p {
	position: static;
	display: block;
    font-size: 14px;
    line-height: 40px;
	width: 100%;
	text-decoration: none;
	text-align: left;
	padding: 0 15px 0 55px;
	margin: 0;
	background-color: transparent;
	background: url(../img/sp_link_arrow.gif) no-repeat right top;
	background-size: 20px 40px;
}
#specialLinkCircle li a p br { display: none;}
}


#special__link.inBox .bxslider__specialLink__pc{
  padding: 0 25px;
}
#special__link.inBox .bxslider__specialLink__sp{
  display: none;
}
@media only screen and (max-width: 640px) {
#special__link.inBox .bxslider__specialLink__pc{
  display: none;
}
#special__link.inBox .bxslider__specialLink__sp{
  display: block;
  margin-right: 0;
}
}
#special__link #bnr__list li {
  float: left;
}

#special__link .bx-wrapper{
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
	#special__link .bx-wrapper{
		margin:0 20px;
    left: 0;
	}
}

#special__link .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#special__link .bx-wrapper .bx-pager.bx-default-pager a:hover, #special__link .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #7a0d36;
}
#special__link .bx-wrapper .bx-pager {
	top:-34px;
	right:5px;
}
@media only screen and (max-width: 1400px) {
#special__link .bx-wrapper .bx-prev {
  left:-22px;
}
}
@media only screen and (max-width: 640px) {
  #special__link .bx-wrapper .bx-prev {
	left: -35px;
    top: 50%;
    margin-top: -20px;
  }
  #special__link .bx-wrapper .bx-prev { background-color: #fff;}
}
@media only screen and (max-width: 1400px) {
#special__link .bx-wrapper .bx-next {
  right:-22px;
}
}
@media only screen and (max-width: 640px) {
  #special__link .bx-wrapper .bx-next {
	right: -35px;
    top: 50%;
    margin-top: -20px;
  }
  #special__link .bx-wrapper .bx-next { background-color: #fff;}
}
#special__link .bx-wrapper img{
  width: 170px;
}
@media only screen and (max-width: 640px) {
	#special__link .bx-wrapper li{
		width:115px !important;
	}
	#special__link .bx-wrapper img{
		width: auto;
		height: auto;
	}
}

@media only screen and (max-width: 640px) {
  .responsive #special__link {
	  margin: 0 auto;
  }
  .responsive #special__link .title--E{
	  border-bottom: none;
		margin-bottom:8px;
    font-size: 20px;
  }
  .responsive #special__link .bx-wrapper .bx-pager{
	  display: none;
  }
}

/*--------------------
*    pickup contents
*--------------------*/
#section05{
	background:url(../img/bg_dots.png), url(../img/bg_footer.jpg) no-repeat center center fixed;
	background-size:auto, cover;
    margin: 0 auto -20px;
    max-width: 1460px;
}
@media only screen and (max-width: 640px) {
#section05{
  background:url(../img/bg_dots.png), url(../img/bg_footer.jpg) no-repeat center center fixed;
  background-size:auto, cover;
}
}
#pickup__contents{
	height:220px;
    max-width: 870px;
	margin:0 auto;
}
@media only screen and (max-width: 640px) {
  #pickup__contents{
    height: auto;
  }
}
#pickup__contents ul{
  overflow: hidden;
  padding: 0 0 65px 0;
}
@media only screen and (max-width: 640px) {
  #pickup__contents ul{
	  margin: 0 10px;
  }
}
#pickup__contents li{
	float:left;
	box-sizing: border-box;
	width: 20%;
}
@media only screen and (max-width: 640px) {
#pickup__contents li{
  margin: 0 0 10px;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
}

}

#pickup__contents li:last-child{
  padding-right:0px;
}
@media only screen and (max-width: 640px) {
  #pickup__contents li:last-child{
    margin-bottom: 0;
	padding-right: 10px;
  }
}

#pickup__contents li a {
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: url(../img/gateway_bg.png) no-repeat center top;
}
@media only screen and (max-width: 640px) {
#pickup__contents li a {
	line-height: 40px;
	font-size: 12px;
    background: url(../img/gateway_bg.png) no-repeat center bottom;
}
}

#pickup__contents li a:hover{
	opacity: 0.8;
}

#pickup__contents li a span{
  display: block;
  padding: 86px 0 30px;
}
@media only screen and (max-width: 640px) {
#pickup__contents li a span{
	height: 40px;
    padding: 50px 0 60px;
}
}

#pickup__contents li:nth-child(1) a span{
  background: url(../img/gateway_icon01.png) no-repeat center 20px;
  background-size: 22px auto;
}
#pickup__contents li:nth-child(2) a span{
  background: url(../img/gateway_icon02.png) no-repeat center 20px;
}
#pickup__contents li:nth-child(3) a span{
  background: url(../img/gateway_icon03.png) no-repeat center 20px;
}
#pickup__contents li:nth-child(4) a span{
  background: url(../img/gateway_icon04.png) no-repeat center 20px;
}
#pickup__contents li:nth-child(5) a span{
  background: url(../img/gateway_icon05.png) no-repeat center 20px;
}
@media only screen and (max-width: 640px) {
  #pickup__contents li:nth-child(1) a span{
    background-size: auto 38px;
    background-position: center 15px;
  }
  #pickup__contents li:nth-child(2) a span{
    background-size: auto 40px;
    background-position: center 15px;
  }
  #pickup__contents li:nth-child(3) a span{
    background-size: auto 35px;
    background-position: center 15px;
  }
  #pickup__contents li:nth-child(4) a span{
    background-size: auto 35px;
    background-position: center 15px;
  }
  #pickup__contents li:nth-child(5) a span{
    background-size: auto 35px;
    background-position: center 15px;
  }
}



/*--------------------
*    about us 
*--------------------*/
#about01{
  width: 100%;
  max-width: 1500px;
  position: relative;
}

#about_title {
  max-width: 1500px;
  position: relative;
  top: 50px;
  z-index: 300;
}

#about_title img{
  max-width: 1500px;
      width:5%;
  position: relative;
}

@media only screen and (max-width: 640px) {

#about_title {
      width:10%;
          padding-bottom: 3%;
    margin: 0 auto;
}

  #about_title img{
    background-image:none;
    background-color: #fff;
  }
}

#about02{
  position: relative;
  width: 100%;
  padding-bottom:0%;
  background-size:contain;
  background-position: center; 
  background-repeat: no-repeat;
  padding:5% 0% 5% 0%;
}

@media only screen and (max-width: 640px) {
  #about02{
    background-image:none;
    padding: 3%;
    background-color: #fff;
  }

    #about02 img{
      background-position: center; 
  background-repeat: no-repeat;
    width:100%;
  }
}


#about022{
  padding-bottom:0%;
  background-size:contain;
  background-position: center; 
  background-repeat: no-repeat;
  margin:0% 25% 0% 25%;
}

@media only screen and (max-width: 640px) {
 
#about022{
  padding-bottom:0%;
  background-size:contain;
  background-position: center; 
  background-repeat: no-repeat;
  margin:0% 1% 0% 1%;
}

}



@media only screen and (max-width: 640px) {
  #section06{
    padding: 20px 0 15px;
    background-color: #fff;
  }


}
#social__media{
  position:relative;
}

/*--------------------
* one stamp one story
*--------------------*/

#about03{
  position: relative;
  max-width: 1500px;
  padding-top:1%;
  background:#fff;
}

#story_title {
  max-width: 1500px;
  position: relative;
  text-align:center;
}

#story_title img{
  max-width: 1500px;
  position: relative;
}

#story_bg{
  position: relative;
  width: 100%;
  max-width: 1500px;
  padding-bottom:0%;
  background-image: url(../img/about_story_bg.png);
  background-position: center; 
  background-repeat: no-repeat;
  text-align:center;
  margin-bottom:5%;
}

@media only screen and (max-width: 640px) {
  #about02{
    background-image:none;
    background-color: #fff;
  }
}

.stoy_bg{
  margin: 30%;
}
.stoy_bg iframe { 
  padding: 30%;
  display:inline-block;
} 


#about03 img{
  position: relative;
}

.lineimg{
  margin-top:10%;
}

#about03 ul{
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    overflow: hidden;
}

#about03 ul li{
    float: left;
    width: 32%;
    margin-bottom: 2%;
}
#about03 ul li:nth-child(3n-1){
    margin: 0 2%;
}

#about03 ul li img{
    width: 100%;
}

@media only screen and (max-width: 640px) {
#about03 ul{
    max-width: 90%;
}
}



/*--------------------
*    social media
*--------------------*/
#section06{
  padding: 30px 30px 40px;
  margin: 0 auto;
  max-width: 1400px;
/*-  
    background: #000 url(../img/bg_hand.jpg) no-repeat center center fixed;
    -*/
}

@media only screen and (max-width: 640px) {
  #section06{
    padding: 20px 0 15px;
    background-color: #fff;
  }
}
#social__media{
	position:relative;
}
#social__media .title--E {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 25px;
}
#social__media .tab--list {
	margin-left:25px;
    margin-right: 30px;
}
#social__media .tab--list ul li {
  float: left;
  width: 19.5%;
  height: 34px;
  margin-right: 0.5%;
  margin-bottom:1px;
  line-height: 34px;
}
#social__media .tab--list ul li a {
  display: block;
  font-size: 16px;
  font-weight:bold;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #666;
  position:relative;
  text-align: center;
}
#social__media .tab--list ul li a:hover {
  text-decoration: none;
}
#social__media .tab--list ul li#facebook {
  background:#d2dbee;
}
#social__media .tab--list ul li#facebook:hover {
  background:#afbfe2;
}
#social__media .tab--list ul li#facebook.select {
  border-bottom:1px solid #d2dbee;
  margin-bottom:0px;
}
#social__media .tab--list ul li#youtube {
  background:#f7c1bf;
}
#social__media .tab--list ul li#youtube:hover {
  background:#f29b98;
}
#social__media .tab--list ul li#youtube.select {
  border-bottom:1px solid #f7c1bf;
  margin-bottom:0px;
}
#social__media .tab--list ul li#twitter {
  background:#d0e4f4;
}
#social__media .tab--list ul li#twitter:hover {
  background:#9bcef6;
}
#social__media .tab--list ul li#instagram {
  background:#f8d0e3;
}
#social__media .tab--list ul li#instagram:hover {
  background:#f2b1d0;
}
#social__media .tab--list ul li#linkedin {
  background:#cce0e3;
}
#social__media .tab--list ul li#linkedin:hover {
  background:#a4d2d9;
}
#social__media .tab--list ul li#facebook a {
  background:url(../img/icon_tab_facebook_ribon.png) no-repeat right top;
}
#social__media .tab--list ul li#youtube a {
  background:url(../img/icon_tab_youtube_ribon.png) no-repeat right top;
}
#social__media .tab--list ul li#twitter a {
  background:url(../img/icon_tab_twitter_ribon.png) no-repeat right top;
}
#social__media .tab--list ul li#instagram a {
  background:url(../img/icon_tab_instagram_ribon.png) no-repeat right top;
}
#social__media .tab--list ul li#linkedin a {
  background:url(../img/icon_tab_linkedin_ribon.png) no-repeat right top;
}
#social__media .tab--list ul li a:hover {
  text-decoration: underline;
}
#social__media .tab--list ul li a .txt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  line-height: 28px;
  /*position:absolute;
  top:5px;*/
}
#social__media .tab--list ul li a .txt:hover {
  text-decoration: underline;
}
#social__media .tab--list ul li a .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  margin-right: 7px;
  line-height: 26px;
  vertical-align: middle;
  margin-left: 0;
}
#social__media .tab--list ul li#facebook a .icon {
  background: transparent url(../img/icon_tab_facebook.png) no-repeat left top;
  width: 9px;
  height: 17px;
}
#social__media .tab--list ul li#facebook a:hover .icon {
  background: transparent url(../img/icon_tab_facebook.png) left bottom;
}
#social__media .tab--list ul li#youtube a .icon {
  background: transparent url(../img/icon_tab_youtube.png) left top;
  width: 38px;
  height: 16px;
}
#social__media .tab--list ul li#youtube a:hover .icon {
  background: transparent url(../img/icon_tab_youtube.png) left bottom;
}
#social__media .tab--list ul li#youtube.select .icon {
  background: transparent url(../img/icon_tab_youtube.png) left bottom;
}
#social__media .tab--list ul li#twitter a .icon {
  background: transparent url(../img/icon_tab_twitter.png) left top;
  width: 21px;
  height: 16px;
}
#social__media .tab--list ul li#twitter a:hover .icon {
  background: transparent url(../img/icon_tab_twitter.png) left bottom;
}
#social__media .tab--list ul li#twitter a .icon--linkBlk {
  vertical-align: middle;
    margin-left: 5px;
    margin-top: 0;
  background:url(../img/icon_linkBlk.png) no-repeat;
}
#social__media .tab--list ul li#instagram a .icon {
  background: transparent url(../img/icon_tab_instagram.png) left top;
  width: 20px;
  height: 20px;
}
#social__media .tab--list ul li#instagram a .icon--linkBlk {
  vertical-align: middle;
  background:url(../img/icon_linkBlk2.png) no-repeat;
}
#social__media .tab--list ul li#linkedin a .icon {
  background: transparent url(../img/icon_tab_linkedin.png) left top;
  width: 20px;
  height: 20px;
}
#social__media .tab--list ul li#linkedin a .icon--linkBlk {
  vertical-align: middle;
  background:url(../img/icon_linkBlk3.png) no-repeat;
}
#social__media .tab--panelSet{
	margin-left:25px;
  margin-right:35px;
}
#social__media .tab--panelSet .tab--panel {
  padding: 20px 10px;
}
#social__media .tab--panelSet .tab--panel#facebook__list {
  background-color: #d2dbee;
}
#social__media .tab--panelSet .tab--panel#youtube__list {
  background-color: #F7C1BF;
}
#social__media .tab--panelSet .tab--panel ul {
  margin-right: -4px;
}
#social__media .tab--panelSet .tab--panel ul li {
  float: left;
  background-color: #fff;
  height: 170px;
  color: #333;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 15px;
  position: relative;
}
.ie #social__media .tab--panelSet .tab--panel ul li {
  min-height: 145px;
}
#social__media .tab--panelSet .tab--panel ul li a {
  display: block;
  text-align: center;
}
#social__media .tab--panelSet .tab--panel ul li a img { display: inline;}
#social__media .tab--panelSet .tab--panel ul li p {
  line-height: 13px;
  vertical-align: baseline;
}
#social__media .tab--panelSet .tab--panel ul li p .title {
  display: block;
  margin-bottom:0.625rem;
    font-size: 11px;
}
#social__media .tab--panelSet .tab--panel ul li p .title:last-child {
  height: 150px;
  overflow: hidden;
	line-height: 1.5;
}
#social__media .tab--panelSet .tab--panel ul li p a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-decoration: none;
}
#social__media .tab--panelSet .tab--panel ul li p a:hover {
  text-decoration: underline;
}
#social__media .tab--panelSet .tab--panel ul li p a .con--linkBlk {
  vertical-align: top;
  background-position: center 0.1em;
}
#social__media .tab--panelSet .tab--panel ul li p.more {
  position: absolute;
  bottom: -4px;
  right: 0;
}
#social__media .tab--panelSet .open {
  display: block !important;
}
#social__media .tab--panel .bx-wrapper .bx-prev{
	left:-40px;
}
#social__media .tab--panel .bx-wrapper .bx-next{
	right:-40px;
}

@media only screen and (max-width: 640px) {
  .responsive #social__media .title--E,
  .responsive #social__media .tab--list,
  .responsive #social__media .tab--panelSet {
    display: none;
  }
}


/*--------------------
*    research
*--------------------*/

#section07 {
    margin: 0 auto;
    max-width: 1460px;
}

#research {
	overflow: hidden;
	zoom: 1;
	background: #fff;
}
#research a {
	display: block;
	width: 100%;
	height: 100%;
    text-decoration: none;
    color: #333;
}
#research a:hover {
	color: #999;
}
#research a div {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
#research p.ttlJp {
	color: #fff;
    font-size: 28px;
    line-height: 1.2;
	font-weight: bold;
	margin-bottom: 8px;
}
#research p.ttlEn {
	color: #fff;
    font-size: 20px;
    line-height: 1.2;
	font-weight: 300;
	margin: 0;
}
#research .research01 {
	background: url() no-repeat center center;
	background-size: cover;
	width: 50%;
	height: 420px;
	position: relative;
	float: left;
}
#research .research02 {
	background: url(../img/news02.png) no-repeat center center;
	background-size: cover;
	width: 50%;
	height: 420px;
	position: relative;
	float: left;
}
#research .research03 {
	background: url(../img/news03.png) no-repeat center center;
	background-size: cover;
	width: 50%;
	height: 420px;
	position: relative;
	float: left;
}
#research .research04 {
	width: 50%;
	height: 420px;
	position: relative;
	float: left;
	background-color: #fff;
}
#research .research05 {
	background: url(../img/news04.png) no-repeat center center;
	background-size: cover;
	width: 50%;
	height: 420px;
	position: relative;
	float: right;
}
#research .research05 p.ttlJp { font-size: 22px;}
#research .research05 p.ttlEn { font-size: 18px;}
#research .research05 a div { left: 20px; bottom: 20px;}

#research .researchTtl {
	width: 50%;
	height: 210px;
	position: relative;
	float: left;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}
#research .researchTtl h3 {
	padding-top: 60px;
	position: relative;
}
#research .researchTtl h3 span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}
#research .researchTtl h3::after {
	content: "";
	position: absolute;
	border-bottom: #000 solid 1px;
	width: 30px;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
}

#research .research06 {
	background: url(../img/news05.png) no-repeat center center;
	background-size: cover;
	width: 50%;
	height: 210px;
	position: relative;
	float: left;
}
#research .research06 p.ttlJp { font-size: 22px;}
#research .research06 p.ttlEn { font-size: 16px;}
#research .research06 a div { left: 20px; bottom: 20px;}

#research .research07 {
  background: url(../img/news07.png) no-repeat center center;
  background-size: cover;
  width: 50%;
  height: 210px;
  position: relative;
  float: left;
}
#research .research06 p.ttlJp { font-size: 22px;}
#research .research06 p.ttlEn { font-size: 16px;}
#research .research06 a div { left: 20px; bottom: 20px;}



@media only screen and (max-width: 640px) {
#research {}
#research .research01,
#research .research02,
#research .research03,
#research .research04,
#research .research05 {
    width: 100%;
    height: 210px;
    float: none;
}
#research a div {
    position: absolute;
    left: 15px;
    bottom: 20px;
}
#research p.ttlJp {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    width: 100%;
	margin-bottom: 5px;
}
#research p.ttlEn {
	font-size: 14px;
}
#research .research05 p.ttlJp {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    width: 100%;
}
#research .research05 p.ttlEn {
	font-size: 14px;
    line-height: 1.3;
}
#research .research06 a div {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
#research .research06 p.ttlJp {
    font-size: 14px;
    line-height: 20px;
	word-break: break-all;
}
#research .research06 p.ttlEn {
	font-size: 12px;
    line-height: 1.3;
}

#research .researchTtl h3 {
    padding-top: 70px;
    position: relative;
	font-size: 20px;
}
#research .researchTtl h3 span {
    font-size: 14px;
}
}



/*--------------------
* join　only
*--------------------*/

#story_title {
  max-width: 1500px;
  position: relative;
  text-align:center;
    padding-top: 5%;
}

#story_title img{
  max-width: 100px;
  position: relative;
}

#button{
  max-width: 1500px;
  position: relative;
  text-align:center;
}

#story_bg{
  position: relative;
  width: 100%;
  max-width: 1500px;
  padding-bottom:0%;
  background-image: url(../img/about_story_bg.png);
  background-position: center; 
  background-repeat: no-repeat;
  text-align:center;
  margin-bottom:5%;
}


@media only screen and (max-width: 640px) {

#story_title img{
  width: 100%;
}

  #about02{
    background-image:none;
    background-color: #fff;
  }


.videoo {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.videoo iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



}


/*--------------------
* join　work
*--------------------*/

#join_work{
  position: relative;
  max-width: 1500px;
  background-color:#FFF;
}

#join_pa{
  position: relative;
  max-width: 1500px;
  background-color:#;
}

#join_work_title {
  max-width: 1500px;
  position: relative;
  text-align:center;
  margin-top:-13%;
}

#join_work_title img{
  max-width: 1500px;
  position: relative;
  top:-20%;
}

@media only screen and (max-width: 640px) {
#join_work_title img{
  position: relative;
  width: 40%;
}
}

.liquid{
  padding: 0%;
}

.liquid-col{
  padding: 50px;
  box-sizing: border-box;
  float: left;
  width: 50%;
  overflow:hidden;
  display: block;
}

.liquid-col_pa{
  box-sizing: border-box;
  float: left;
  overflow:hidden;
  display: block;
}


.liquid-col-inner{
  background: #fff;
  display: block;
  padding: 10%;
}

.liquid-col-inner_pa{
  background: #fff;
  display: block;
  padding: 1%;
}
@media screen and (max-width: 768px) and (min-width: 481px){
  .liquid-col{
    width: 100%;
    padding: 10px;
  }

    .liquid-col_pa{
    width: 100%;
    padding: 10px;
  }

}
@media screen and (max-width: 480px){
  .liquid-col{
    width: 100%;
    padding: 10px;
    
  }

  .liquid-col_pa{
    width: 100%;
    padding: 10px;
    
  }
}


.floatcontainer:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
  
.floatcontainer{display: inline-block;} 

/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */ 



/*--------------------
　　　　寄付
*--------------------*/


.liquid_kihu{
  padding: 1%;
  background-color:#fff;
}
.liquid-col_kihu{
  padding: 5%;
  box-sizing: border-box;
  float: left;
  width: 50%;
  background-color:#fff;
  overflow:hidden;
  display: block;
}
.liquid-col-inner_kihu{
  background: #fff;
  display: block;
  padding: 1%;
}
@media screen and (max-width: 768px) and (min-width: 481px){
  .liquid-col{
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  .liquid-col{
    width: 100%;
  }
}


.floatcontainer:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
  
.floatcontainer{display: inline-block;} 

/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */ 








/* --------------------------------
 * skills
 * ---------------------- */
.skills {
  padding:40px;
  background-color: #fff;
  color: #333;
}
.skills-wrapper {
  display:block;
  margin:auto 0;
  text-align: center;
  table-layout: fixed;
}
.skill-box {
  display: table-cell;
  
}


/* --------------------------------
 * ▼sp
 * ---------------------- */

@media only screen and (max-width: 640px) {
.skills-wrapper, .skill-box {
  width:90%;
  display: block;
    }

.body{
    text-align: center;
}
.skill-box img{
     width: 30%;
    }
.cheer01 img{
  width:90%;
}

.cherr04 a{
  display: none;
}

}



.newspage{
  padding-bottom: 30px;
}

.newstop img{
  margin-bottom: 60px;
}

.n01{
      text-align: left;
}

.topsection {
  margin-top: -100px;
  background-color: #fff;
  color: #fffefe;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


.top-wrapper {
  display: table;
  width: 100%;
}


.top-box01 a{
  display: inline-block;
  margin: 2px;
  border: solid 2px;
  width: 30%;
  height:100px;
  float: left;
}

.top-box02 a{
  display: inline-block;
  margin: 2px;
  border: solid 2px;
  width: 30%;
  float: left;
}

.top-box03 a{
  display: inline-block;
  margin: 2px;
  border: solid 2px;
  width: 30%;
  float: left;
  
}
  
.top-box01 a :hover{
  background-image: url('../images/common/star.png');
  background-repeat: no-repeat;
  background-size: 20px;
}


.top-box02:hover{
  background-image: url('../images/common/sun.gif');
  background-repeat: no-repeat;
  background-size: 90px;
}


.top-box03:hover{
  background-image: url('../images/common/japan.png');
  background-repeat: no-repeat;
  background-size: 120px;
}

/*--------------------
 *    background color
 *--------------------*/

.pgreen {
      position:relative;
      background-color: #4E8870;
  
}
.pred {
      position:relative;
      background-color: #A23951;
  
}
.pblue {
      position:relative;
      background-color: #549fbd;
  
}
.psky{
      position:relative;
      background-color: #549fbd;
}

.pyellow {
      position:relative;
      background-color: #DCB81D;
  
}

.ppink {
      position:relative;
      background-color: #D9787A;
  
}

.ppaple {
      position:relative;
      background-color: #594680;
  
}


/*---------------------------------------------------
サポーター
------------------------------------------------------------*/  

#section08 {
    margin: 0 auto;
    max-width: 1460px;
}

#campusLife img{
}

.img01{
  width:95%;
  height:auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.img02{
  width:100%;
  height:auto;
}

.imground img a{
  width:auto;
border-radius: 10px;
}

.imground01 img{
width:;
border-radius:20px;
z-index:1;
}


.plate12 {
  position:relative;
    display: inline-block;
    padding: 10px 10px 8px 11px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
  margin-top:-100px;
  z-index:30
}

@media only screen and (max-width: 640px) {
  #section08 .plate12 {
  position:relative;
    padding: 10px 10px 8px 11px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
  margin-top:-100px;
  z-index:30
}
}

#campusLife {
	background: #fff center center fixed;
	background-size: cover;
	padding-top:80px;
	overflow: hidden;
	zoom: 1;
}

#campusLife h3 {
    padding-left: 25%;
    padding-right: 25%;
	font-size: 30px;
	color: #000;
	font-weight: 900;
	text-align: center;
    position: relative;
    z-index: 100;
}


#campusLife h3 img{
  width:90%;
}

#campusLife h3 span {
	display: block;
	font-size: 16px;
	font-weight: 300;
}
#campusLife ul {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#campusLife ul li {
	position: absolute;
	text-align: center;
}


@media only screen and (max-width: 640px) {
#campusLife {
    padding: 30px 0;
    height: 2000px;
}


#campusLife ul li img { width: 100%; height: auto;}
}

/*--------------------
*    follow us
*--------------------*/
#follow__us {
  /*position:absolute;
  top:33px;
  right:0px;*/
  text-align: center;;
}
@media only screen and (max-width: 640px) {
  #follow__us {
    position: static;
  }
}
#follow__us .inner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#follow__us .inner p {
  color: #fff;
  font-size: 24px;
  font-weight:bold;
}

@media only screen and (max-width: 640px) {
  #follow__us .inner p {
    margin: 0;
  }
}
#follow__us .inner ul {
  float: left;
  margin-right: -10px;
  padding-bottom:50px;
}
#follow__us .inner ul li {
  float: left;
    margin-right: 10px;
  vertical-align: middle;
}
#follow__us .inner ul li img {
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 640px) {
  #follow__us .inner ul li img {
    width: 50px;
    height: 50px;
  }
}
#follow__us .inner ul li img.spImg {
  display: none;
}
#follow__us .inner ul li img.pcImg {
  display: block;
}
@media only screen and (max-width: 640px) {
  .responsive #follow__us {
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
  }
  .responsive #follow__us .inner {
    border: none;
    width: 100%;
    padding: 0;
  }
  .responsive #follow__us .inner p {
    font-size: 20px;
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
  .responsive #follow__us .inner ul {
    width: 100%;
    padding: 0;
    margin-top: 0;
    text-align: center;
  }
  .responsive #follow__us .inner ul li {
    float: none;
    display: inline-block;
    margin-right: 2px;
  }
  .responsive #follow__us .inner ul li:last-child {
    margin-right: 0;
  }
  .responsive #follow__us .inner ul li a img.pcImg {
    display: none;
  }
  .responsive #follow__us .inner ul li a img.spImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 46px;
    height: 43px;
  }
}

/*--------------------
*    pageUp
*--------------------*/
.pageUp {
  margin: 0 auto;
  min-width: 960px;
    max-width: 1460px;
    position: relative;
}


/*--------------------
*    footer
*--------------------*/
.footer {
    background: url(../common/img/share/bg_footer.png) left top;
    min-width: 960px;
    max-width: 1460px;
    margin: 0 auto;
}


/*-------------------
*    spNav
*--------------------*/
@media only screen and (max-width: 640px){
  body.responsive .spNav ul.sp__globalNav li.globalNav__typeB {
    height: 40px;
  }
  body.responsive .header .inBox{
    height: 45px;
  }
}



/*--------------------
*    協賛企業
*--------------------*/
#section09 {
    padding:5%;
    background-color:#fff;
}

@media only screen and (max-width: 640px) {
  #section09{
    padding: 20px 0 15px;
    background-color: #fff;
  }}

#section09 h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom:20px;
    z-index: 100;}

#section09  h3 span {
    display: block;
    font-size: 0.7em;
    margin:10px;
    font-weight: 300;
    }


.bannerL {
    text-align: center;
    }
    

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.bannerL img {
    width: 80%;
    padding-left: 10%;
    height: auto;
}

/*--------------------
きふ
*--------------------*/

#kihu{
  position: relative;
  max-width: 1500px;
  padding-top:1%;
  padding-bottom:1%;
  background:#fff;
}


#story_title_kihu {
  max-width: 1500px;
  position: relative;
  text-align:center;
}

/*--------------------
* join　work
*--------------------*/

#join_work_kihu{
  position: relative;
  max-width: 1500px;
  background-color:#fff;
}

.liquid_kihu{
  padding: 30px;
  background-color:#fff;
}
.liquid-col_kihu{
  padding: 50px;
  box-sizing: border-box;
  float: left;
  width: 50%;
  background-color:#fff;
  overflow:hidden;
  display: block;
}


/*--------------------
*    aboutus messeage
*--------------------*/
/* --------------------------------
 * BLOG
 * -------------------------------- */
.blog {
  padding: 80px 0;
  background-color: #fff;
  color: #333;
  background-color:#80ADCD;
}
.blog-wrapper {
  display: table;
  width: 80%;
  margin: 50px auto 0;
  table-layout: fixed;
}

.blog00 img{
  margin-bottom:10px;
}

.blog05{
  width:100%;
}

.blog05:after{
content:"";
display:block;
clear:both;
}

.blog01 img{
  float:left;
  width:22%;
}

.blog02{
  float:left;
  background-color:#FFFFFF;
  width:67%;
  margin-left:3%;
  margin-top:40px;
  padding:20px;
  position:relative;
}

.blog02:before{
  content: "";
  position: absolute;
  border: 14px solid transparent;
  border-right: 14px solid #FFF;
  top:40px;
  left:-28px;
}

.blog04 {
  margin-top:70px;
}

.blogplate{
  margin-top:70px;
}


@media only screen and (max-width: 640px) {
  #section09{
    padding: 20px 0 15px;
    background-color: #fff;
  }

.blog01 img{
  float:left;
  width:30%;
}

.blog02{
  float:left;
  background-color:#FFFFFF;
  width:67%;
  margin-left:3%;
  padding:20px;
  margin-top:0px;
  position:relative;
}

.blog02:before{
  content: "";
  position: absolute;
  border: 14px solid transparent;
  border-right: 14px solid #FFF;
  top:40px;
  left:-28px;
}

}



.figure-inner {
  position: relative;
  width: 300px;
  -webkit-perspective: 1000;
  perspective: 1000;
  width: 300px;
  height: 200px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.image,
figcaption {
  position: absolute;
  width: 300px;
  height: 200px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.image {
  z-index: 2;
}
figcaption {
  background: #fff;
  border: 2px solid #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure:hover .figure-inner,
figcaption { 
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


