@charset "utf-8";

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#1299df;
	text-decoration:none;
}
a:visited {
	color:#1299df;
	text-decoration:none;
}
a:hover {
	color:#1299df;
	text-decoration:underline;
}
a:active {
	color:#1299df;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}


/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
position: relative;
 -webkit-transition: all 0.6s;
transition: all 0.6s;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}




/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

.spbr {
display: none !important;
}
.menu {
display: none !important;
}
#nav-tgl {
display: none;
}
#hdr_sp {
display: none;
}
body{
font-size: 1.6rem;
line-height: 3rem;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: #fff url("../img/back_menu.webp");
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: -0.6rem;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
margin-left: 4rem;
font-size: 1.6rem;
}
#g-nav li a span.sp_none {
font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 30px;
	right: 10px;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #fff;
  	width: 45%;
  }
.openbtn span.nav_bk {
background-color: #000;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:31px;
}

.openbtn span:nth-of-type(3) {
	top:47px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.bar_bk {
background-color: #000 !important;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

footer nav {
background: #797676;
padding: 5rem 0;
}
footer nav ul {
text-align: center;
}
footer nav ul li {
display: inline-block;
padding: 0 2rem;
}
footer nav ul li a:link {
color: #fff;
}
footer nav ul li a:visited {
color: #fff;
}
footer nav ul li a:hover {
color: #fff;
opacity: 0.8;
}
footer nav ul li a:active {
color: #fff;
}
footer article {
background: #9d9d9d;
text-align: center;
padding: 3rem 0 1rem 0;
}
footer article div img {
width: 30rem;
}
footer article p {
margin: 0 0 2rem 0;
}
#hdr {
padding: 4rem 5rem 3rem 5rem;
background: #eaeaea;
margin-bottom: 8rem;
}
#hdr h1 {
width: 20rem;
margin-bottom: 3rem;
}
#hdr article {
position: relative;
z-index: 1;
}
#hdr article img {
width: 100%;
}
#hdr article h2, #hdr article h3 {
position: absolute;
left: 0;
z-index: 2;
color: #fff;
}
#hdr article h2 {
width: 100%;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 5rem;
text-align: center;
top: 8rem;
text-shadow: 0 0 1rem rgba(0,0,0,1);
}
#hdr article h3 {
bottom: 5rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3rem;
padding-left: 5rem;
line-height: 1.2;
}
#hdr > div {
width: 60rem;
margin: 3rem auto 0 auto;
}
#hdr.hdr_toi {
padding-left: 0;
padding-right: 0;
}
#hdr.hdr_toi {
background: none;
}
#hdr.hdr_toi h1 {
width: 20rem;
margin-bottom: 3rem;
margin-left: 5rem;
}
.read {
text-align: center;
}
.read h3 {
color: #fff;
background: #a72c29;
text-align: center;
padding: 1rem 5rem;
font-size: 2rem;
font-weight: bold;
margin: 0 auto 5rem auto;
width: 36rem;
}
.read h2 {
font-size: 3rem;
font-weight: bold;
border-bottom: 0.1rem solid #000;
padding-bottom: 0.6rem;
margin-bottom: 5rem;
display: inline-block;
}
.read_toi{
color: #fff;
background: #a72c29;
text-align: center;
padding: 2rem 5rem;
font-size: 3rem;
font-weight: bold;
margin: 0 auto 5rem auto;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: #fff url("../img/back_menu.webp");
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 80%;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: -0.6rem;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 2.4rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
margin-left: 4rem;
font-size: 1.8rem;
}
#g-nav li a span.sp_none {
font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 40px;
	right: 22px;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:31px;
}

.openbtn span:nth-of-type(3) {
	top:47px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

footer nav {
background: #797676;
padding: 5rem 0;
}
footer nav ul {
text-align: center;
}
footer nav ul li {
display: inline-block;
padding: 0 2rem;
}
footer nav ul li a:link {
color: #fff;
}
footer nav ul li a:visited {
color: #fff;
}
footer nav ul li a:hover {
color: #fff;
opacity: 0.8;
}
footer nav ul li a:active {
color: #fff;
}
footer article {
background: #9d9d9d;
text-align: center;
padding: 3rem 0 1rem 0;
}
footer article div img {
width: 30rem;
}
footer article p {
margin: 0 0 2rem 0;
}
#hdr {
padding: 4rem 5rem 3rem 5rem;
background: #eaeaea;
margin-bottom: 8rem;
}
#hdr h1 {
width: 20rem;
margin-bottom: 3rem;
}
#hdr article {
position: relative;
z-index: 1;
}
#hdr article img {
width: 100%;
}
#hdr article h2, #hdr article h3 {
position: absolute;
left: 0;
z-index: 2;
color: #fff;
}
#hdr article h2 {
width: 100%;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 3rem;
text-align: center;
top: 8rem;
text-shadow: 0 0 1rem rgba(0,0,0,1);
}
#hdr article h3 {
bottom: 3rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2rem;
padding-left: 3rem;
line-height: 1.2;
}
#hdr > div {
width: 50rem;
margin: 3rem auto 0 auto;
}
#hdr.hdr_toi {
padding-left: 0;
padding-right: 0;
}
#hdr.hdr_toi {
background: none;
}
#hdr.hdr_toi h1 {
width: 20rem;
margin-bottom: 3rem;
margin-left: 5rem;
}
.read {
text-align: center;
}
.read h3 {
color: #fff;
background: #a72c29;
text-align: center;
padding: 1rem 5rem;
font-size: 2rem;
font-weight: bold;
margin: 0 auto 5rem auto;
width: 36rem;
}
.read h2 {
font-size: 3rem;
font-weight: bold;
border-bottom: 0.1rem solid #000;
padding-bottom: 0.6rem;
margin-bottom: 5rem;
display: inline-block;
}
.read_toi{
color: #fff;
background: #a72c29;
text-align: center;
padding: 2rem 5rem;
font-size: 3rem;
font-weight: bold;
margin: 0 auto 5rem auto;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
.sp_none, #back-top {
display: none !important;
}
body{
font-size: 1.6rem;
line-height: 1.7;
width: 100%;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: #fff url("../img/back_menu.webp");
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
	margin: 10rem auto;
	width: 50%;
	text-align: center;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	margin: 1rem 0;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0.8rem;;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 1.4rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
font-size: 1.8rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 2rem;
	right: 0;
	cursor: pointer;
    width: 80px;
    height: 80px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 4px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:0;	
}

.openbtn span:nth-of-type(2) {
	top:15px;
}

.openbtn span:nth-of-type(3) {
	top:30px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

footer nav {
display: none;
}
footer article {
background: #9d9d9d;
text-align: center;
padding: 3rem 0 1rem 0;
}
footer article div img {
width: 30rem;
}
footer article p {
margin: 1rem 0 2rem 0;
}
#hdr {
padding: 2rem 2rem 2rem 2rem;
background: #eaeaea;
margin-bottom: 8rem;
}
#hdr h1 {
width: 15rem;
margin-bottom: 3rem;
}
#hdr article {
position: relative;
z-index: 1;
}
#hdr article img {
width: 100%;
}
#hdr article h2, #hdr article h3 {
position: absolute;
left: 0;
z-index: 2;
color: #fff;
}
#hdr article h2 {
width: 100%;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 2rem;
text-align: center;
top: 4.6rem;
text-shadow: 0 0 1rem rgba(0,0,0,1);
}
#hdr article h3 {
display: none;
}
#hdr > div {
margin: 1rem auto 0 auto;
}
#hdr.hdr_toi {
padding-left: 0;
padding-right: 0;
}
#hdr.hdr_toi {
background: none;
}
#hdr.hdr_toi h1 {
width: 15rem;
margin-bottom: 3rem;
margin-left: 2rem;
}
.read {
text-align: center;
}
.read h3 {
color: #fff;
background: #a72c29;
text-align: center;
padding: 1rem 5rem;
font-size: 2rem;
font-weight: bold;
margin: 0 auto 5rem auto;
width: 36rem;
}
.read h2 {
font-size: 2rem;
font-weight: bold;
border-bottom: 0.1rem solid #000;
padding: 0 2rem 0.6rem 2rem;
margin-bottom: 3rem;
display: inline-block;
}
.read_toi{
color: #fff;
background: #a72c29;
text-align: center;
padding: 2rem;
font-size: 2rem;
font-weight: bold;
margin: 0 auto 5rem auto;
}

}