@charset "utf-8";



/*PC*/


/*header*/

.headerNav05 {
	border-color: #a6a6a6;
}

.headerNav06 {
	border-color: #0070c0;
}

.enHeaderNavi {
	position: relative;
}

.enHeaderSub01 {
	position: absolute;
	top: 81px;
	left: 0;
	width: 150px;
	display: none;
	background: rgba(0, 0, 0, 0.8);
	z-index: 600;
}

.enHeaderSubInner01 {
	width: 150px;
}

.enNavSubList01 {
	width: 100%;
	text-align: center;
}

.enNavSubList01 li {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ffffff;
	vertical-align: middle;
}

.enNavSubList01 li:last-child {
	border-bottom: none;
}

.enNavSubList01 li a {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.headerRight a{
	text-decoration: none;
}


.spHeaderLangBtn{
	margin-left: 20px;
}

.spHeaderLangBtn>a>span{
	font-size: 12px;
	font-weight: bold;
    padding-top: 50px;
    position: relative;
	display: block;
	color: #808080;
}

.spHeaderLangBtn>a>span:before{
	background: url(/common/img/ico_header_lang01.png) 0 0 no-repeat;
	content: "";
	position: absolute;
	top: 17px;
	left:14px;
	width: 31px;
	height: 31px;
}



/*mainVisual*/

.mainCarousel01 {
	margin: 0 auto;
}

.mainCarouselthumbBg01 {
	width: 100%;
	background: #000;
}

.mainCarouselthumbWrap {
	width: 1010px;
	padding: 12px 0;
	margin: 0 auto;
}

.mainCarouselthumb01 img {
	max-width: 100%;
}

.mainCarouselthumb01 li {
	position: relative;
	margin: 0 8px;
	border: 2px solid transparent;
	outline: none;
	opacity: 0.6;
	cursor: pointer;
}

.mainCarouselthumb01 .slick-current::after {
	content: normal;
}

.mainCarouselthumb01 .slick-list {
	overflow: visible;
}

.mainCarouselthumb01 .slick-current {
	border: 2px solid #fff;
	opacity: 1;
}

.mainCarouselthumb01 .slick-current::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #ffffff transparent;
}

.mainCarousel01 .slick-list {
	overflow: visible;
}

.mainCarousel01 {
	margin: 10px auto;
	width: 1010px;
	text-align: center;
}

.mainCarousel01 .slick-slide {
	margin: 0 auto;
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.mainCarousel01 .slick-slide img {
	max-width: 100%;
}

.mainCarousel01 .slick-slide:not(.slick-center) {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.topMainVisual {
	position: relative;
	z-index: 9;
}

.carouselFlag {
	position: absolute;
	display: inline-block;
	padding: 2px 8px 1px;
	top: 0;
	left: -10px;
	background: #dd270a;
	font-size: 11px;
	color: #fff;
}

.carouselFlag:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 6px transparent;
	border-right: solid 10px #931400;
}

.slick-current .carouselFlag:before {
	border-right-width: 8px;
}

.newInfo::after {
	content: "";
	display: table;
	clear: both;
}

.newInfoItem {
	position: relative;
	float: left;
	display: block;
	width: 276px;
	margin-left: 32px;
	margin-top: 22px;
	color: #222;
}

.newInfoItem:first-of-type {
	margin-left: 0;
}

.newInfoItem>dl>dt {
	margin-bottom: 10px;
}

.newInfoItem.flag01>dl>dt {
	border: 2px solid #bf83c1;
}

.flag01::before {
	content: "";
	position: absolute;
	top: -22px;
	left: 0;
	width: 145px;
	height: 22px;
	background: url(/common/img/ico_newInfo01.gif) 0 0 no-repeat;
	background-size: cover;
}

.newInfoItem.flag02>dl>dt {
	border: 2px solid #ffc14a;
}

.flag02::before {
	content: "";
	position: absolute;
	top: -22px;
	left: 0;
	width: 95px;
	height: 22px;
	background: url(/common/img/ico_newInfo02.gif) 0 0 no-repeat;
	background-size: cover;
}

.newInfoItem.flag03>dl>dt {
	border: 2px solid #32a6ff;
}

.flag03::before {
	content: "";
	position: absolute;
	top: -22px;
	left: 0;
	width: 80px;
	height: 22px;
	background: url(/common/img/ico_newInfo03.gif) 0 0 no-repeat;
	background-size: cover;
}

.topNav {
	position: relative;
	z-index: 10;
}

.topNav::after {
	content: "";
	display: table;
	clear: both;
}

.topNavItem {
	position: relative;
	float: left;
	display: block;
	width: 360px;
	margin-right: 60px;
	padding-left: 20px;
}

.topNavItem:last-of-type {
	margin-right: 0;
}

.topNavTitle {
	position: absolute;
	top: 20px;
	left: 0;
	padding: 5px 30px 3px;
	background: #fff;
	font-size: 21px;
	text-align: center;
}

.topNavBtn01 {
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.topNavBtn01>a {
	position: relative;
	display: inline-block;
	background: #0052a4;
	padding: 15px 36px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.topNavBtn01>a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/common/img/ico_btnArrow01.png) 0 0 no-repeat;
	background-size: cover;
}

.topNavBtn01>a:hover {
	opacity: 0.8;
}


/*background*/

.topBgType01::before {
	top: 25px;
	z-index: -1;
}


/*enTopCol2Box*/

.enTopCol2Box01 {
	font-size: 0;
	margin: 30px 0 30px;
}

.enTopCol2Box01 .enTopCol2BoxInner01 {
	width: calc(100% / 2);
	display: inline-block;
	vertical-align: top;
}

.enTopCol2Box01 .enTopCol2BoxInner01 .siteList01 li:nth-child(n + 2) {
	width: 50%;
	display: inline-block;
}


/*Button*/

.enBtnBox01 {
	margin-bottom: 140px;
	font-size: 0;
}



/*ImgBox*/

.topImgBox01 {
	font-size: 0;
	margin-bottom: 140px;
}

.topImgBox01>.topImgBoxCol04 {
	display: inline-block;
	position: relative;
	margin-right: 30px;
	width: calc(100% / 4 - 23px)
}

.topImgBox01>.topImgBoxCol04:nth-child(4n) {
	margin-right: 0;
}

.topImgBox01>.topImgBoxCol04:last-child {
	margin-right: 0;
}

/*Infomation*/

.infoBlock02>dl{
	padding: 50px 40px;
}

/*footer*/

.footerCopyRight {
    padding: 20px 0;
    text-align: right;
}


.topbox_en{
	padding: 60px 20px;
}

.topbox_en .inner{
	margin: 0 auto;
	max-width: 1200px;
}

.topbox_en .inner .title01{
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
}

.topbox_en .inner .box01{
	display: flex;
}

.topbox_en .inner .box01 > div{
	padding: 20px;
	width: 50%;
	box-sizing: border-box;
}

.topbox_en .inner .box01 > div .list01_en li{
	margin-bottom: 10px;
}

.topbox_en .inner .box01 > div .listMark01{
	margin-right: 5px;
}


/*SP*/

@media screen and (max-width: 639px) {


	/*header*/
	.headerSpMenuBtn {
		margin-left: 10px;
		position: relative;
	}

	.headerSpMenuBtn:before {
		width: 100%;
		height: 5px;
		position: absolute;
		content: "";
		background-color: #808080;
		top: 10px;
		left: 0;
	}

	.headerSpMenuBtn.open:before {
		display: none;
	}

	.headerSpMenuBtn span {
		position: relative;
		font-size: 10px;
		color: #808080;
		display: block;
		padding-top: 25px;
	}

	.headerSpMenuBtn span:before {
		width: 100%;
		height: 5px;
		position: absolute;
		content: "";
		background-color: #808080;
		top: 2px;
		transition: .3s;
	}

	.headerSpMenuBtn span:after {
		width: 100%;
		height: 5px;
		position: absolute;
		content: "";
		background-color: #808080;
		bottom: 15px;
		left: 0;
		transition: .3s;
	}

	.headerSpMenuBtn.open span:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top: 10px;
	}

	.headerSpMenuBtn.open span:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		top: 10px;
	}

	.headerSpMenuBtn span>a {
		display: block;
	}

	.spHeaderSlideMenu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: none;
		background: rgba(0, 0, 0, 0.8);
		z-index: 600;
	}

	.spHeaderSearchBtn>a>span:before{
		background: url(/common/img/ico_header_search01.png) 0 0 no-repeat;
		content: "";
		position: absolute;
		top: -2px;
		left: 4px;
		width: 26px;
		height: 26px;
		background-size: cover;
	}

	.spHeaderSearchBtn>a>span{
	    font-size: 10px;
	    font-weight: normal;
	    color: #808080;
	    padding-top: 25px;
	    position: relative;
	    display: block;
	}

	.spHeaderLangBtn{
		margin-left: 10px;
	}

	.spHeaderLangBtn>a>span{
		font-size: 10px;
		font-weight: normal;
	    padding-top: 25px;
	}

	.spHeaderLangBtn>a>span:before{
		top: 0;
		left:11px;
		width: 22px;
		height: 22px;
		background-size: cover;
	}

	.headerSearchBtn,
	.headerLangBtn{
		width: 0;
		height: 0;
		margin-left: 0;
	}
	

	/*MainVisual*/
	.topMainVisual img {
		max-width: 100%;
	}
	.mainCarousel01,
	.mainCarouselthumbWrap {
		width: 100%;
	}
	.mainCarouselthumb li {
		margin: 0 2px;
	}

	.mainCarousel01 {
		margin: 0 auto;
	}
	.mainCarousel01 .slick-slide:not(.slick-center) {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.newInfoItem {
		position: relative;
		float: left;
		display: block;
		width: 100%;
		margin: 23px auto 20px;
		color: #222;
	}

	.topNav {
		margin: 0 -15px;
	}
	.topNavItem {
		clear: both;
		width: 80%;
		margin-right: 0;
		padding-left: 0;
	}
	.topNavItem:nth-child(even) {
		float: right;
	}
	.topNavItem:nth-of-type(n+2) {
		margin-top: 40px;
	}
	.topNavItem:nth-of-type(2) .topNavTitle {
		left: auto;
		right: 0;
	}
	.topNavTitle {
		top: 7%;
		padding: 5px 15px 3px;
		font-size: 16px;
	}

	.sponsorArea01 {
		width: 100%;
		margin: 40px auto;
		padding: 0 15px;
	}
	.sponsorList01>li {
		display: inline-block;
		margin-left: 16px;
		width: calc(50% - 8px);
	}
	.sponsorList01>li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.sponsorList01>li:nth-of-type(n+3) {
		margin-top: 15px;
	}

	.topBgType01::before {
	    top: 0;
	}

	/*.enTopCol2Box*/
	.enTopCol2Box01 .enTopCol2BoxInner01 {
		width: 100%;
	}

	.enTopCol2Box01 .enTopCol2BoxInner01:first-of-type {
		margin-bottom: 20px;
	}

	.enTopCol2Box01 .enTopCol2BoxInner01 .siteList01 li:nth-child(n + 2) {
		width: 100%;
	}

	/*Button*/
	.enBtnBox01 {
		margin-bottom: 100px;
	}


	/*topImgBox*/
	.topImgBox01 {
		margin-bottom: 20px;
	}

	.topImgBox01>.topImgBoxCol04 {
		margin-right: 0px;
		margin-bottom: 60px;
		width: 100%;
		text-align: center;
	}

	/*footer*/

	.footerCopyRight {
	    padding: 15px 0;
	    text-align: right;
	}
	
	
	
	/* 英語サイトTOPページ */
	.topbox_en{
		padding: 60px 20px;
	}

	.topbox_en .inner{
		margin: 0 auto;
		max-width: 100%;
	}

	.topbox_en .inner .title01{
		margin-bottom: 30px;
		font-size: 16px;
	}

	.topbox_en .inner .box01{
		display: block;
	}

	.topbox_en .inner .box01 > div{
		width: 100%;
	}

	.topbox_en .inner .box01 > div .list01_en li{
		margin-bottom: 10px;
	}

	.topbox_en .inner .box01 > div .listMark01{
		margin-right: 5px;
	}
}