body{
font-size: 16px;
color: #5b5b60;
line-height: 180%;
font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Yu Gothic", "メイリオ", "Meiryo", "Verdana", "Helvetica", "Arial", serif, sans-serif;
letter-spacing: 0.1em;
background-color: #f9fbf9;
}
.front{
color: #5d5d5d;
background-color: #ffff;
}
.clear{
clear: both;
margin: 0px;
padding: 0px;
}
a:link {
text-decoration: none;
color: #5b5b60;
}
a:visited {
text-decoration: none;
color: #5b5b60;
}
a:hover {
color: #5b5b60;
text-decoration: none;
}
a:active {
color: #5b5b60;
text-decoration: none;
}
ul, ol {
list-style: none;
list-style-position: inside;
}

ul li:last-child, ol li:last-child {
margin-bottom: 0;
}

h1{
font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Yu Gothic", "メイリオ", "Meiryo", "Verdana", "Helvetica", "Arial", serif, sans-serif;
letter-spacing: 0.1em;
}
h2{
font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Yu Gothic", "メイリオ", "Meiryo", "Verdana", "Helvetica", "Arial", serif, sans-serif;
letter-spacing: 0.1em;
}

/* メニュー　*/
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.main{
position: relative;
height: 100%; height: 100vh;
}
#menu_frame{
z-index: 900;
font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Yu Gothic", "メイリオ", "Meiryo", "Verdana", "Helvetica", "Arial", serif, sans-serif;
}
.main_title{
position: absolute;
z-index: 870;
color: #fff;
}
/*
.menu_title{
text-shadow:  2px  2px 10px #3d3d3d ,
-2px  2px 10px #3d3d3d ,
2px -2px 10px #3d3d3d ,
-2px -2px 10px #3d3d3d;
font-weight: bold;
}
*/


.linkcolor_white a:link {
text-decoration: none;
color:#000;
}
.linkcolor_white a:visited {
text-decoration: none;
color:#000;
}
.linkcolor_white a:hover {
color:#929292;
text-decoration: none;
}
.linkcolor_white a:active {
color:#000;
text-decoration: none;
}
.btn_logo{
background: url("../img/logo_header_act.png") no-repeat;
}
.menu_logo a{
display: inline-block;
}
.menu_logo a:hover{
background-color: transparent; /* IE6対応 */
}
.menu_logo a:hover img{
visibility: hidden;
}


/*crossFader*/
.crossfader{
position:relative;
width: 100%;
}
.crossfader img{
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0;
/* cursor:pointer; */
width: 100%;
height: 100%; height: 100vh;
object-fit: cover;
/*
min-width: 100%;
min-height: 100%;
max-width: inherit;
*/
}
.crossfader .active{
z-index:10;
opacity:1.0;
}
.crossfader .last-active{
z-index:9;
}
.crossfader .startBtn{
position:absolute;
bottom:10px;
left: 10px;
z-index:100;
}
.crossfader .startBtn a{
display:block;
padding:3px 8px;
background-color:#FFF;
}

/* fadein */
.fadein {
opacity : 0;
transition : all 1s;
}    
.fadein.active{
opacity : 1;
}

/* about */
.green{
color: #7fc06d;
}
.about_desc_box{
margin: 50px 0;
border-radius: 10px;
background-color: rgba(255,255,255,0.5);
}

/* member */
/* 共通 */
.change_member ul {
padding: 0;
list-style: none;
border: none;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 0;
margin-top: 20px;
}
.change_member ul::before {
content:"";
display: block;
width:23%;
order:1;
}
.change_member ul::after {
content:"";
display: block;
width:23%;
}
.changeItemTxt {
width: 62%;
}
.changeItemTxt p.itemTitle {
font-size: 1.1rem;
line-height: 1.56;
margin: 0;
font-weight: bold;
margin-bottom: 10px;
}
.changeItemTxt {
padding: 0;
margin: 0;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.changeItemTxt li {
padding: 2px 10px;
position: relative;
}


/* news detail */
.previous{
float: left;
display: inline;
height: auto;
}
.previous img{
vertical-align: middle;
}
.next{
float: left;
display: inline;
height: auto;
text-align: right;
}
.next img{
vertical-align: middle;
}

/* effect_scroll */
.effect-fade{
opacity : 0;
transform : translate(0, 45px);
transition : all 1000ms;
}
.effect-fade.effect-scroll {
opacity : 1;
transform : translate(0, 0);
}

/* page top*/
#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 80%;
z-index: 780;
}
#page-top a {
display: block;
background: #666;
color: #fff;
padding:3px 10px;
text-align: center;
text-decoration: none;
}
#page-top a:hover {
background: #999;
text-decoration: none;
}

