*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


/* 共通：初期状態 */
.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s ease-out;
}

/* 表示時の状態 */
.scroll-fade.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* 上から */
.fade-in-top {
  transform: translateY(-20px);
}

/* 下から */
.fade-in-bottom {
  transform: translateY(20px);
}

/* 左から */
.fade-in-left {
  transform: translateX(-20px);
}

/* 右から */
.fade-in-right {
  transform: translateX(20px);
}

/* ふわっと */
.fade-in {
  transform: scale(0.95);
}
.fade-in.show {
  transform: scale(1);
}

article{
margin: 0 auto;
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 0;
}



.header-bg {
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #238a31;
}

@media screen and (max-width: 720px) {
.header-bg {
    height: 45px;
      }
}

.h3-double {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    border-left: unset !important;
    border-bottom: 1px dashed #238a31;
    padding: 4px 0px !important;
    font-weight: bold !important;
    color: #238a31 !important;
    display: flex;
    align-items: center;
}

.h3-double::before {
    z-index: 10;
    content: "";
    display: inline-block;
    width: 56px; /* 横幅＝画像1＋間隔＋画像2 */
    height: 25px;
    background-image: url('../images/logo-icon.png'), url('../images/sim_logo.png');
    background-size: 25px 25px, 25px 25px;
    background-repeat: no-repeat;
    background-position: left, right;
    margin-right: 8px;
}



.h3-relay {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    border-left: unset !important;
    border-bottom: 1px dashed #238a31;
    padding: 4px 0px !important;
    font-weight: bold !important;
    color: #238a31 !important;
    display: flex;
    align-items: center;
}

.h3-relay::before {
z-index: 10;
    content: "";
    display: inline-block;
    width: 25px; /* 画像の横幅 */
    height: 25px; /* 画像の縦幅 */
    background-image: url('../images/logo-icon.png'); /* 画像のURLを指定 */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px; /* 画像と文字の間隔 */
}

.h3-rp {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    border-left: unset !important;
    border-bottom: 1px dashed #005bac;
    padding: 4px 0px !important;
    font-weight: bold !important;
    color: #005bac !important;
    display: flex;
    align-items: center;
}

.h3-rp::before {
z-index: 10;
    content: "";
    display: inline-block;
    width: 25px; /* 画像の横幅 */
    height: 25px; /* 画像の縦幅 */
    background-image: url('../images/sim_logo.png'); /* 画像のURLを指定 */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px; /* 画像と文字の間隔 */
}


.table-access-container {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 15px;
}

.table-access {
    border-collapse: collapse;
    width: auto;
    font-size: 80%;
    text-align: center;
}

.table-access thead {
    background-color: #238a31;
    color: white;
    white-space: nowrap;
}

.table-access tbody {
    background: #f1f0f3;
    border: 2px solid #fff;
}

.table-access th, .table-access td {
    padding: 5px 10px;
    white-space: nowrap;
    border: 2px solid #fff;
}



.box5 li {
   text-indent: -1em;
   padding-left: 1em;
}

.p-info {
 border-bottom: 1px solid #238a31;
    padding-bottom: 5px;
     margin-bottom: 5px !important;
}

  .table-schedule {
    border: 2px solid #ffffff !important;
    max-width: 100%;
   }


@media screen and (max-width: 720px) {
.table-schedule {
width: 100%;
    }
}

.table-schedule th{
   background: #238a31;
   text-align: center;
   color: white;
   padding: 5px 10px;
    border: 2px solid #fff !important;
   width: 25%;
  }
  
  .table-schedule td{
   background: #f1f0f3;
   text-align: center;
   padding: 5px 10px;
    border: 2px solid #fff !important;
  }


.guide-page{
  margin-top: 100px;
  transition: 1s;
}

.guide-page.hide {
     margin-top: 0px;
}

.guide-menu{
  width: 100%;
  height:auto;
  position: fixed;
  left:0;
  top: 0;
padding-top: 50px;
  transition: 1s;
  z-index: 100 !important;
  background: #ffffffe0;
}

.guide-menu.hide {
  transform:translateY(-500px);
}

.guide-scroll-box {
margin:0 !important;
}

@media screen and (max-width: 720px) {
.guide-scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
    padding: 0;

  }
}

 
.tnf-guide{
    margin: 12.5px 0  6px  -2px !important
}

@media screen and (max-width: 720px) {
.tnf-guide {
    margin: 12.5px 0  12.5px  -2px !important
  }
}

.br-space{
display: block;
content: "";
margin: 5px 0;
}


.br-space1{
display: block;
content: "";
margin: 5px 0;
}

.br-space2{
display: block;
content: "";
margin: 8px 0;
}

.br-space3{
display: block;
content: "";
margin: 12px 0;
}

.br-space4{
display: block;
content: "";
margin: 15px 0;
}


.scroll_zoomout-div{
width: 100%;
display: block;
line-height: 0;
overflow: hidden;
}

#ytPlayerWrap{
  width: 100%;
  height: 100vh;
  position: relative;
}


.box-guidetop {
    box-shadow: 2px 2px 4px -1px dimgray;
    border-radius: 50px;
    width: 95%;
    max-width: 600px;
    text-align: center;
    background-color: red;
    padding: 0.5em 1em;
    margin: auto;
    margin-top: 40px;
    border: double 10px white;
}

.box-guidetop p {
line-height: 1.3;
font-size: 17px !important;
    font-weight: bold;
    color: white;
    margin: 0 !important;
    padding: 0 !important;
}

.box-guidetop:hover{
    background-color: #b50909;
    border: double 10px white;

}


.br-space{
display: block;
content: "";
margin: 5px 0;
}


@media screen and (min-width: 960px)  {
.guide-top {
            display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
}
}

.guidelist_item_menu {
    text-align: center;
    margin-top: 20px;
}

.guidelist_item_menu_page {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 720px) {
.guidelist_item_menu_page {
    display: flex;
    flex-wrap: nowrap;
    padding: 7px;
      }
}
.guidelist_item {
    display: inline-block;
    width: 65px;
    max-width: 65px;
    margin: 0 10px 26px;
    text-align: center;
    vertical-align: top;
}

.guidelist_item_li {
    display: inline-block;
    width: 65px;
    max-width: 65px;
    margin: 0 10px 10px;
    text-align: center;
    vertical-align: top;
}

@media screen and (max-width: 720px) {
.guidelist_item_li {
    width: 65px;
    margin: 0 10px 6px;
      }
}



.guidelist_icon {
    padding: 10px;
    font-size: 40px;
}

.guidelist_item_div{
    margin-bottom: 10px !important;
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* padding-top: 100%; */
    border-radius: 50%;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.guidelist_item_text {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 145%;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: -0.03em;
    margin-left: -22.5%;
    vertical-align: middle;
    height: 30px;
}

.h3-guide {
    color: #238a31;
    text-align: left;
margin-bottom: 15px !important;
font-size: 20px !important;
border-left: unset !important;
    border-bottom: 1px dashed #238a31;
    padding: 4px 0px !important;
}

.h3-guide2 {
    margin-top: 35px;
font-size: 20px !important;
border-left: unset !important;
border-bottom: 1px dashed #238a31;
padding: 4px 0px !important;
}


/*===========
.scroll-box
===========*/
.scroll-box {
    margin: 20px 0;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 960px;
  vertical-align: top;
}
 


/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.txt-all {
    line-height: 1.3 !important;
  margin-bottom: 15px !important;
}

.indent0 {
    line-height: 1.3 !important;
  margin-bottom: 5px !important;
}

.indent {
    line-height: 1.3 !important;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px !important;
}

.indent2 {
    line-height: 1.3 !important;
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 5px !important;
}

.indent3 {
    line-height: 1.3 !important;
  text-indent: -2em;
  padding-left: 2em;
margin-bottom: 5px !important;
}

.indent4 {
    line-height: 1.3 !important;
  text-indent: -4em;
  padding-left: 4em;
  margin-bottom: 5px !important;
}

table{border-collapse: collapse; border-spacing: 0;}

/* Global Style
   ========================================================================== */
body{
  text-align: left;
  font-weight: normal;
  background:#F7F9FA;
  width:100%;
  color: #222;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  /* 
  font-family: "Helvetica", "Helvetica Neue", Helvetica, Montserrat , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans" , '中ゴシックBBB', sans-serif;
   */
  letter-spacing:0.1em;
}


/* Default Link Style
   ========================================================================== */
a,a:link{
 /* color: red;*/ /* Set Default Link Color */
  text-decoration: none;
  outline: 0;
  color:#222;

  -moz-transition: all 0.2s ease-in;
 -webkit-transition: all 0.2s ease-in;
 -o-transition: all 0.2s ease-in;
 -ms-transition: all 0.2s ease-in;
}
a:hover,a:active{
  text-decoration: none;
    -moz-transition: all 0.2s ease-in;
 -webkit-transition: all 0.2s ease-in;
 -o-transition: all 0.2s ease-in;
 -ms-transition: all 0.2s ease-in;
}

a img, a:link img {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
}
/* a:hover img,a:active img { opacity: .6; } */

a.underline{text-decoration:underline !important;}


*:before, *:after {z-index: -1;}
.nonpc, .sp { display: none;}
.pc { display: block;}
h1,h2,h3,h4,h5{margin:0 auto; padding:0;}
section{clear:both;}
p{text-align:left;}
li{list-style:none;}


.contentWidth{
	/* width:1080px; */
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}

.btn2-white {
border: 2px solid #fff !important;
    font-size: 20px !important;
    color: #fff !important;
    background: #ffffff24 !important;
    padding: 10px 30px !important;
    display: inline-block !important;
    border-radius: 30px;
    font-weight: bold;
    }

.btn2-white:hover {
	background:#fff !important;
	color:#333 !important;
}





.spMenu{
position: absolute;
    width: 70px;
    height: 60px;
    z-index: 1000;
    right: 0;
    background: #000;
    text-align: center;
}
.spMenu img{margin-top:20px;}

#spMenu{
	position:fixed;
	z-index:100000;
	top: 0;
    right: 0;
	width:40%;
	min-height: 100%;
    height: 100%;
    overflow: auto;
	color:#fff;
	background:rgba(0,0,0,0.7);
}

#spMenu .logo{
	float:left;
	padding:32px 0 0 60px;
	position:relative;
}
#spMenu .logo img{width:111px; height:auto;}


#spMenu .close{
	float:right;
	padding:0;
	position:relative;
	z-index:2000;
	font-size:40px;
}
#spMenu div{clear:both; padding:16px 0 0 0;}



.spShow{display:none;}

#spMenu ul:first-of-type{clear:both;}
#spMenu {width:450px; margin:0 auto; padding:32px;}
#spMenu a{color:#fff; text-decoration:none; font-size:19px;}
#spMenu a.top{margin-bottom:16px; display:block;}
#spMenu dl{margin-left:32px; margin-bottom:16px; display: block;}
#spMenu dl dt a{
	font-weight:bold;
	padding-left:22px;
	margin-top:-2px;
}
#spMenu dl dt{
	font-weight:bold;
	margin:0 0 16px -25px;
	display: block;
	background: url(../images/triangle.png) top 2px left no-repeat;
}



header{position:fixed; width:100%; min-height:80px; margin-bottom:80px; top: 0; z-index:100;}

header .logo{
	float:left;
	margin:16px 0 0 16px;
}

#index header .logo{display:none;}


header menu{float:right; padding-right:60px;}

header menu a{
background: #238a31;
    display: block;
    float: left;
    width: 160px;
    height: 60px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 0 0 0;
}
header menu a.contact{background:#727272;}
header menu a:hover{opacity:0.7;}


#index .mv{
background: #00000057;
position: relative;
    z-index: 3;
	clear:both;
	margin:0 auto;
	text-align:center;
	width:100%;
	height:90vh;
display: flex;
    justify-content: center;
    align-items: center;
	overflow:hidden;
}
#index .mv h1,
#index .mv h1 img{text-align:center; margin: auto;width: 600px;max-width: 100%; height:auto;}

#index .mv a{
}
#index .mv a span{font-size:27px;}

#index .mv a:hover{
	
	animation: .3s;

}


#index .indexBanner{
	clear:both;
	margin:0 auto;
	text-align:center;
	width:100%;

	height:auto;
	padding:25px 15px 0;
	overflow:hidden;
	/* margin-bottom:60px;  tokuhiro 22/05/24*/
  display: flex;
  justify-content: center;
}
#index .indexBanner img{
	width: 100%;
  height: auto;
}
#index .indexBanner a:not(:last-child){
  margin-right: 15px;
}

#index .topYoutube{
	clear:both;
	margin:0 auto;
	text-align:center;
	background:#fff;
	width:100%;
	height:auto;
	padding:0;
	overflow:hidden;
	margin-bottom:60px;
}
#index .topYoutube iframe{width:100%; height:450px;}





.buttonBlock a{
	width:400px;
	height:50px;
	background:#238a31;
	display:block;
	float:left;
	text-align:center;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding:9px 0 0 0;
	border-radius:32px;
}



.buttonBlock a.contact{
	float:right;
	background:#333;
}

.buttonBlock a:hover{background:#fff; color:#238a31; border:1px solid #238a31;}
.buttonBlock a.contact:hover{background:#fff; color:#333; border:1px solid #333;}



article section{
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
}

article h2, section h2{
    text-align: center;
    color: #238b31;
    margin: 15px auto 0;
}

article h3, section h3{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
}

.h3-center{
	text-align: center;
    color: #238a31;
    font-weight: bold;
    border-top: 3px solid #DCDBDA; 
    margin: 30px 0 20px;
    padding-top: 30px;
}


.infoBlock dl{
	width:100%;
	background:#EEEEEE;
	display:block;
	padding:16px 32px;
	overflow:hidden;

}

.infoBlock a{color:#333; text-decoration:none;}

.infoBlock dt, .infoBlock dd{
	float:left;
	border-bottom:1px solid #959595;
	padding:8px 0;
}

.infoBlock dt{
	clear:both;
	width:13%;
}
.infoBlock dd{
	width:87%;
}

.moreinfoBlock .left{
	float:left;
	width:55%;
	padding-top:32px;
}
.moreinfoBlock .right{
	float:right;
	width:45%;
	padding-top:32px;
}
.moreinfoBlock div ul{margin-bottom:32px; font-size:15px;}
.moreinfoBlock div h4{margin-bottom:16px;}
.moreinfoBlock div ul li{padding-right:20px;}


.bannerBlock{
	width:100%;
	padding:32px;
	text-align:center;
	background: black;
}


footer{
    overflow: hidden;
    clear: both;
    background: #238a31;
    width: 500px;
    max-width: 100%;
    margin: auto;
    padding: 32px 10px;
    color: #fff;
    position: relative;
    z-index: 1001;
}

footer .contentWidth{padding:32px 0 0 0;}




footer a{color:#fff !important;}

footer .footerBtn a{background:#fff; text-align:center;padding:10px 0; border-radius:32px; margin-top:20px; color:#238a31 !important;; font-weight:bold; font-size:16px; display:block;}
footer .footerLogo {float:left; padding-right:50px}
footer .footerLogo img {margin-bottom:32px;}
footer .footerLogo h5 {font-size:18px;}
footer .footerLink {float:left;}
footer .footerLink .footerLink1,
footer .footerLink .footerLink2,
footer .footerLink .footerLink3{
	float:left;
	padding-right:12px;
	font-size:13px;
}

footer .footerLink dl{margin-left:22px; margin-bottom:16px; display: block;}
footer .footerLink dl dt a{
	font-weight:bold;
	padding-left:22px;
	margin-top:-2px;
}
footer .footerLink dl dt{
	font-weight:bold;
	margin:0 0 16px -25px;
	display: block;
	background: url(../images/triangle.png) top 0px left no-repeat;
}



footer .footerSNS {
	float:left;
	margin-top:20px;
}
footer .footerSNS a {
}
footer .footerSNS a img {
	margin-right:8px;
}
footer .footerAddress {
	float:right;
	padding-bottom:32px;
}
footer .footerAddress p {
	float:left;
}
footer .footerAddress p:first-of-type{padding-right:16px;}
footer p.copyright {
	font-size:10px;
	text-align:left;
	float:left;
}
footer .link {float:right; font-size:10px; padding-top:17px;}
footer .link a{color:#fff; }

footer .footerFaq{
	background: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 32px;
    margin-bottom: 20px;
    color: #238a31 !important;
    font-weight: bold;
    font-size: 16px;
    display: block;
}



/* 投稿 ================================================================== */
section .post h2{
	font-size: 20px;
	font-weight:bold;
    color: #238a31;
	text-align:left;
    padding: 15px 0 15px 15px;
    background-color: #EEE;
    border-bottom: solid 3px #238a31;
    margin-bottom: 20px;
}

section .post h3{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
	color:#238a31;
	padding:4px 0px;
}

article h4, section h4{
	font-size: 20px;
	font-weight:bold;
    color: #9a2424;
	text-align:left;
	/*
    padding: 15px 0 15px 15px;
    background-color: #EEE;
    border-bottom: solid 1px #36264f;
    */
    margin-bottom: 20px;
}

section .post h3 h4{color:#238a31;}

section .post p{margin-bottom:0px; overflow:hidden;}

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

section .post table th,
section .post table td{
	padding:5px 10px;
	border:1px solid #aaa;
}
section .post table th{background:#eee;}



section .post .infomationTable table th,
section .post .infomationTable table td{
	padding:15px 10px;
	border:none;
	vertical-align:top;
}
section .post .infomationTable  table th{background:none; width:15%;}

section .post .infomationTable tr{border-bottom:1px solid #238a31;}
section .post .infomationTable tr:first-of-type{border-top:1px solid #238a31;}
section .post .infomationTable tr.noBorder{border:none;}
section .post .infomationTable tr.dottedBorder{border-bottom:1px dotted #808080;}
section .post .infomationTable dl{
	border-bottom:1px solid #808080;
	clear:both;
	overflow:hidden;
}
section .post .infomationTable dl:last-of-type{border:none;}
section .post .infomationTable dt{float:left; width:25%; display:block; padding:16px 8px;}
section .post .infomationTable dd{float:right; width:75%; text-align:left; display:block; padding:16px 8px;}

section.snsBlock {
  display: flex;
}

.snsBlock div{
	flex:1;
  width: 100%;
}

.snsBlock div:not(:last-child) {
  margin-right: 30px;
}

.topBanner {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}

.topBanner img {
  width: 100%;
}

.topBanner a {
  flex-basis: 50%;
}

.topBanner a:not(:last-of-type) {
  margin-right: 30px;
}

.flex-desc-list {
  display: flex;
  width: 100%;
  justify-content: center;
}
.flex-desc-list li {
  margin: 30px 20px;
}

.gray {
	color:gray;
}

.pl22 {
	padding-left: 22px;
}


article{overflow:hidden;}

.artcleLeft{
	float:left;
	width: 940px;
	overflow:hidden;
}

.artcleRight{
	float:right;
	width: 200px;
	overflow:hidden;
	text-align:center;
    line-height: 2.5;

}


/* kuratatsuika */
.artcleRight img.w180{
/* 	width:180px; */
	height:auto;
	margin:0 auto;
	margin-bottom:30px;
}
.artcleRight img{
/* 	width:160px; */
	height:auto;
	margin:0 auto;
	margin-bottom:30px;
}
.artcleRight img.w130{
	width:130px;
	height:auto;
	margin:0 auto;
	margin-bottom:30px;
}



/* サイドバナー */
.sponsersbox p {
    margin-bottom: 2rem;
}

.sponsersbox img {
    width: 100%;
}

/* * {
	border:1px lightpink dotted;
} */


.mb-l {
	margin-bottom:3rem;
}
.mb-m {
	margin-bottom:2rem;
}
.mb-s {
	margin-bottom:1rem;
}

.mov iframe {
	display: block;
	margin: 0 auto 3rem;
	width:100%;
	max-width:560px;
}

p.closebnrtop a {
    background: red;
    color: white;
    font-weight: bolder;
    padding: 1rem 3rem;
    text-align: center;
    margin: 0 auto;
    border-radius: 15px;
    border: 6px white double;
}

p.closebnrtop {
    text-align: center;
    margin-top: 3rem;
}


.archiveLink{text-align:right;}
.archiveLink a{text-decoration:underline;}
.searchResult{margin-bottom:60px; border-bottom:1px solid #444; padding-bottom:10px;}


/*********************youtubem用*******************/

/*header設定*/
#header{
	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 100vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("../images/access.jpg") no-repeat;
    background-size: cover;
}

/* ローディングアイコン設定 */

/* 
#loading {
    height: 0;
}

#loading.disappear{
     display: none;   
}
 */
 
 #loading {/* 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #000;
     */
    height: 0;
}

.loading-text {
margin-top: 30px;
    font-size: 1em;
    color: #a8a8a8;
}

.disappear {
 display: none; 
/* 
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
     */
}

