@charset "utf-8";
/*===========================================================*/
/* 数字カウントアップ*/
/*===========================================================*/
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align:center;
	color:#fff;
}
/*===========================================================*/
/* グローバルメニュー */
/*===========================================================*/
.smaNavi{
	display: none;
}
#pc-g-nav{
	display: flex;
	flex-wrap: wrap;
	color:#fff;
	padding: 34px 60px 0 0;
	justify-content: flex-end;
}
.pcNavi ul li{
	display: inline-flex;
	font-family: "urw-din", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.07rem;
	margin: 0 0 0 23px;
}
@media only screen and (max-width:900px) {
	.pcNavi ul li{
		display: inline-flex;
		font-family: "urw-din", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 0.9rem;
		margin: 0 0 0 20px;
	}
}
.pcNavi ul li a{
	color:#fff;
	text-decoration: none;
}
.pcNavi ul li{
	display: inline-flex;
	font-family: "urw-din", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.9rem;
	margin: 0 0 0 20px;
}
ul.lang-btn{
	margin: 0 0 0 18px;
}
ul.lang-btn li{
	margin: 0 0 0 5px;
	display: inline-flex;
}
ul.lang-btn li a{
	padding:1px 20px;
	border-radius: 20px;
	font-family: "urw-din", sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#fff;
	text-decoration: none;
}
ul.lang-btn li.active a{
	background-color:#fff;
	color:#505050;
}
ul.lang-btn li.current-lang a{
	background-color:#fff;
	color:#505050;
}

ul.lang-btn li a:hover{
	background-color:#fff;
	color:#505050;
}
.gnavi
.gnavi li a{
    display: block;
    padding:10px 30px;
    text-decoration: none;
    color: #333;
}
.gnavi li{
    margin-bottom:20px;
}

/*==================================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
.gnavi li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}
.gnavi li.current a,
.gnavi li a:hover{
	color:#fff;
}
.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#fff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}
/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}


/*===========================================================*/
/* グローバルメニュー.page-tl */
/*===========================================================*/
#page-tl{
	background-color: #fff;
	height: 80px;
}
.c-logo img{
	width:270px;
	height: auto;
}
#page-tl #pc-g-nav{
	display: flex;
	flex-wrap: wrap;
	color:#000;
	padding: 0;
	justify-content: flex-end;
	padding:6px 0 0 0;
}

#page-tl .pcNavi{
	display: flex;
	justify-content: space-between;
	padding: 20px 60px;
}

#page-tl .pcNavi ul li a{
	color:#000;
	text-decoration: none;
}

#page-tl ul.lang-btn li a{
	padding:1px 20px;
	border-radius: 20px;
	font-family: "urw-din", sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#505050;
	text-decoration: none;
}
#page-tl ul.lang-btn li.active a{
	background-color:#505050;
	color:#fff;
}
#page-tl ul.lang-btn li.current-lang a{
	background-color:#505050;
	color:#fff;
}
#page-tl ul.lang-btn li a:hover{
	background-color:#505050;
	color:#fff;
}

#page-tl .gnavi li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}
#page-tl .gnavi li.current a,
#page-tl .gnavi li a:hover{
	color:#505050;
}
#page-tl .gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#505050;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}
/*現在地とhoverの設定*/
#page-tl .gnavi li.current a::after,
#page-tl .gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

@media only screen and (max-width:1200px) {
	#page-tl #pc-g-nav{
		padding:0;
	}
	#page-tl .pcNavi{
		display: flex;
		justify-content: space-between;
		padding: 27px 24px;
	}
	.c-logo img{
		width:210px;
		height: auto;
	}
	.pcNavi ul li{
		font-size:0.8rem;
		margin:0 0 0 15px;
	}
}

@media only screen and (max-width:900px) {
/*========= ナビゲーションのためのCSS ===============*/
.pcNavi{
	display: none;
}
#page-tl .pcNavi{
	display: none;
}

.smaNavi{
	display: block;
}
#c-logo-sm{
	position:absolute;
	top:0;
	left:10px;
	padding:27px 0 10px 24px;
}
#c-logo-sm img{
	width: 210px;
	height: auto;
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -100%;
	width:30%;
    height: 100vh;/*ナビの高さ*/
	background-color:rgba(0,0,0);
	/*background: linear-gradient(45deg,rgba(88,182,211,.9),rgba(229,93,135,.9));*//*背景色（グラデーション）*/
    /*動き*/
	transition: all 0.6s;
	text-align: center;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 30%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
    #g-nav,
    #g-nav.panelactive #g-nav-list{
        width:100%;
    }
}


/*ナビゲーション*/
#g-nav {
	padding:80px 0 20px;
}
#g-nav .cate{
	margin: 0 0 35px 0;
}

/*リストのレイアウト設定*/
#g-nav .cate li{
	color:#fff;
	list-style: none;
    text-align: center;
}

#g-nav .cate li a{
	color: #fff;
	font-size:1.64rem;
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
    transition: all .5s;
}
#g-nav .cate li a:hover{
    color:#ccc;
}
}

/*横幅が499px以下になった際の指定*/
@media only screen and (max-width: 499px) {

}

/*===========================================================*/
/* 2本線が×に*/
/*===========================================================*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:27px;
	right: 15px;
	cursor: pointer;
    width: 67px;
    padding:2px 0;
	text-align: center;
	color:#fff;
	background-color: #000;
	border-radius:20px;/*角丸*/
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.openbtn span::after{
	content:"MENU";
	border-radius:20px;/*角丸*/
}
.openbtn.active {
    top:27px;
	right: 15px;
	background-color: #505050;
	border-radius:20px;/*角丸*/
}
.openbtn.active span::after {
	content: "Close";
	border-radius:20px;/*角丸*/
}
/*===========================================================*/
/* スクロール途中からリンクボタンの形状が変化 */
/*===========================================================*/

/*スクロールリンクの形状*/
.scroll-top {
	/*表示位置*/
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 10px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	visibility: hidden; 
	transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
	/*縦書き*/
	/*-webkit-writing-mode: translateX(-50%);
    -ms-writing-mode: translateX(-50%);
    writing-mode: vertical-rl;*/
	/*改行禁止*/
    white-space: nowrap;
	/*矢印の動き*/
	animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:20px;}
      50%{bottom:25px;}
     100%{bottom:20px;}
 }


/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
	opacity: 1;
	visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
    position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size:1rem;
	font-family: "urw-din", sans-serif;
	font-weight: 500;
	font-style: normal;
    display: block;
}

/*スクロールリンクの形状*/
.js-scroll.scroll-top a{
    color: #fff;
}
.js-scroll a::after{
	content:"";
	position: absolute;
	top:-20px;
	left:9px;
	width:1px;
	height: 16px;
	background:#fff;
	transform: skewX(62deg);
}
.js-scroll a::before {
    content: "";
    position: absolute;
    top:-20px;
    right: 9px;
    width: 1px;
    height: 16px;
    background: #fff;
    transform: skewX(-62deg);
}
.js-scroll span::after{
	content:"";
	position: absolute;
	top:-30px;
	left:9px;
	width:1px;
	height: 16px;
	background:#fff;
	transform: skewX(62deg);
}
.js-scroll span::before {
    content: "";
    position: absolute;
    top:-30px;
    right: 9px;
    width: 1px;
    height: 16px;
    background: #fff;
    transform: skewX(-62deg);
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before{
	right:0px;
}
_:-ms-lang(x), .js-scroll span::before{
	right:0px;
}

/*ページトップリンクの形状*/
.js-pagetop a::after{
	content:"";
	position: absolute;
	top:-20px;
	left:16px;
	width:1px;
	height: 16px;
	background:#fff;
	transform: skewX(-62deg);
}
.js-pagetop a::before {
    content: "";
    position: absolute;
    top:-20px;
    right: 16px;
    width: 1px;
    height: 16px;
    background: #fff;
    transform: skewX(62deg);
}
.js-pagetop span::after{
	content:"";
	position: absolute;
	top:-30px;
	left:16px;
	width:1px;
	height: 16px;
	background:#fff;
	transform: skewX(-62deg);
}
.js-pagetop span::before {
    content: "";
    position: absolute;
    top:-30px;
    right: 16px;
    width: 1px;
    height: 16px;
    background: #fff;
    transform: skewX(62deg);
}

a.button-viewall{
	font-family: "urw-din", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	width: 170px;
	background-color: #000;
	border-radius: 30px;
	color:#fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	border: 1px solid #000;
}

a.button-viewall:hover{
	background-color: #fff;
	color:#000;
}
.news-link-a{
	margin: 40px auto 0;
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
	right:0;
}
_:-ms-lang(x), .js-pagetop span::before{
	right:0;
}
/*===========================================================*/
/* 全画面で見せる
/*===========================================================*/

#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*===========================================================*/
/* 
/*===========================================================*/

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*===========================================================*/
/*  順番に現れる */
/*===========================================================*/
.item{
	opacity: 0;
}

/*===　印象編 4-1 ふわっ（下から）　==*/

.fadeUp {
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

/*ギャラリーのプラグインとの兼ね合いでtransform: translateY(100px);は使用せずmarginで代用*/
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	margin-top:100px;
  }

  to {
    opacity: 1;
	margin-top:0;
  }
}
/*===========================================================*/
/* NEWS カテゴリーナビ */
/*===========================================================*/

.button-alink a{
	background-color:#fff;
	width:170px;
	border-radius: 30px;
	font-size:17px;
	line-height: 44px;
	font-family: "urw-din", sans-serif;
	font-weight:400;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0;
	border: 1px solid #fff;
}

.button-alink a:hover{
	background-color: #000;
	color:#fff;
}

.current-menu-item a{
	background-color:#000;
	color:#fff;
}
@media only screen and (max-width:796px) {
.button-alink a{
		background-color:#fff;
		width:100%;
		border-radius: 20px;
		font-size:12px;
		line-height: 27px;
		font-family: "urw-din", sans-serif;
		font-weight:400;
		text-transform: uppercase;
		text-align: center;
		display: block;
		text-decoration: none;
		border: 1px solid #fff;
		padding:2px;
	}
	
.button-alink a:hover{
		background-color: #000;
		color:#fff;
	}
.current-menu-item a{
	background-color:#000;
	color:#fff;
}	
}
.pagination{
text-align: center;
font-size:20px;
	font-family: "urw-din", sans-serif;
	font-weight:300;
}
.pagination .page-numbers{
	padding:0 5px;
}
.pagination .current{
	font-family: "urw-din", sans-serif;
	font-weight:500;
	color:#000
}

.button-alink2 a{
	background-color:#fff;
	border-radius: 30px;
	font-size:17px;
	line-height: 44px;
	font-family: "urw-din", sans-serif;
	font-weight:400;
	text-transform: uppercase;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 0;
	border: 1px solid #fff;
	padding:0 20px;
}

.button-alink2 a:hover{
	background-color: #000;
	color:#fff;
}
.current-menu-item.button-alink2 a{
	background-color:#000;
	color:#fff;
}
@media only screen and (max-width:796px) {
.button-alink2 a{
		background-color:#fff;
		width:100%;
		border-radius: 20px;
		font-size:12px;
		line-height: 27px;
		font-family: "urw-din", sans-serif;
		font-weight:400;
		text-transform: uppercase;
		text-align: center;
		display: block;
		text-decoration: none;
		border: 1px solid #fff;
		padding:0 20px;
	}
	
.button-alink2 a:hover{
		background-color: #000;
		color:#fff;
}
.current-menu-item.button-alink2 a{
	background-color:#000;
	color:#fff;
}
}