@charset "utf-8";
    
*{
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    /* width:56%; */
    height:auto;
}

/*-----------------------------------------
reset
-----------------------------------------*/

body{
    line-height: 1;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #222;
    font-size: 16px;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    /* background-color: #eeeeee; */
}

/*-----------------------------------------
body
-----------------------------------------*/


/*-----------------------------------------
    burger - setting   
-----------------------------------------*/
@media screen and (max-width:768px){
#burger{
    position: fixed;
    width: 50px;
    height: 45px;
    background-color: none;
    right: 5%;
    top: 12px;
    transition: .4s;
    z-index: 999;
}

#burger span{
    border-top: 1px solid #fff;
    position: absolute;
    width: 70%;
    margin-left: 15%;
    top: 50%;
    transition: .4s;
}




#burger span:nth-child(1){
    top: 25%;
}

#burger span:nth-child(3){
    top: 75%;
}

#burger.active{
    background-color: none;
    
}

#burger.active span:nth-child(1){
    top: 55%;
    border-top: 1px solid #fff !important;    
}

#burger.active span:nth-child(2){
    opacity: 0;
}

#burger.active span:nth-child(3){
    top: 45%;
    border-top: 1px solid #fff !important;    
}

.burgerColorScroll > span {
    border-top: 1px solid #000 !important;
    background-color: #000;  
    opacity:1.0;
    transition: color 0.5s ease-out;
  }

}
/*-----------------------------------------
    g_nav - setting   
-----------------------------------------*/
#g_nav{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #222;
    z-index: 998;
    display: none;
    }


.nav_inner{
    padding-top: 50px;
}

.nav_inner ul a{
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    font-family: 'Josefin Slab', serif;
}






/*-----------------------------------------
nav
-----------------------------------------*/

.nav_menu .logo{
    display: flex;
    justify-content: flex-start;
    /* place-content: left; */
    /* gap:10px; */
    margin: 0 0 0 10px;

}
.nav_menu .logo a{
    transition:all 0.2s 0s ease;
    opacity: 1.0;
}
.nav_menu .logo a:hover{
    opacity: 0.7;
}

.logo img{
width: 40px;
height: 40px;
margin-right: 5px;
}

.nav_back{
    background-color: #333;
}

.nav_menu{
    display:grid;
    grid-template-columns: 200px 1fr 2em;
    column-gap:0px;
    background-color: #333;
    align-items: center;
    line-height: 40px;
    }

.nav_menu nav{
    grid-column:2/3;
}

.nav_menu nav ul{
    display:grid;
    grid-template-columns: 10em 7em 2em 4em 6em;
    column-gap:30px;
    font-size: 0.875em;
    /* background-color: #777; */
    color:#fff;
    padding: 10px 0 10px 0;
    place-content: center;
}

.header .nav ul li{
    color: inherit;
}

.header ul li a {
    position: relative;
    display: inline-block;
}

.header ul li a:hover {
    opacity: 0.8; 
  }

.header ul li a::after{
    position: absolute;
    content: '';
    /* bottom: -7px; */
        bottom: -1px;

    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    
    transition: transform .3s;
    /* transition: all .3s; */
    transform: scale(0,1);
    transform-origin: center top;
}

.header ul li a:hover::after {
    transform: scale(1,1);
}

/* .nav_menu .nav ul li a:hover::after {
    transform: scale(1,1);
} */

@media screen and (max-width:768px){
    .nav_back nav ul li{
        display: none;
    }
    .fontawesome{
        display: none;
    }

    .nav_menu .logo{
        margin: 10px 0 10px 10px;
    
    }
}

/*-----------------------------------------
title
-----------------------------------------*/

.belt{
    height: 20px;
    background-color: #000000;
}

.row_title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
display: inline-block;
text-align: center;
width:860px;
color: #fff;
text-shadow: #000 5px 5px 7px,#000 5px 5px 7px;
line-height: 1.5;
letter-spacing: 1.05px;
height: 400px;
position: absolute;
top:100px;
left: center;
z-index: 997;
}

/* .main_visual{
    display: inline_block;
    z-index: 99;
} */

.main_visual_container{
  width: 960px;
  margin: 0 auto;
  /* margin-top: -500px; */
  /* z-index: 99; */
}

/* -webkit- animation: zoomUp 12s linear 0s;
    animation-fill-mode:none;
-webkit-animation-fill-mode:both;
z-index: -1; */


/*-----------------   main slider 設定---------------------*/



/* .main_visual{
background-image:url(../img/main_01.jpg);
background-position : center center;
background-size:cover;
background-repeat:no-repeat;
} */

.bxslider > li[aria-hidden="false"] {
    animation: anime_zoom 8s linear;
}
.bxslider > li[aria-hidden="true"] {
    transform: scale(1.2);
}

@keyframes anime_zoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}

.bx-wrapper {
	border: 0;
	box-shadow: none;
}

.bxslider ul{
    height: 200px;
    overflow: hidden;
}
.bxslider li {
    /* height: 100vh; */
    height: calc(100vh - 120px) ;
    max-width: 100%;
    background: center/cover no-repeat;
    
}


/*-----------------   / main slider 設定---------------------*/


.sub_title{

    text-align: left;
    text-indent:-1em;
    padding: 30px 10px 0 0;
    z-index: 999;
}



h1{
    font-size: 40px;
}

h1 span {
    margin:0 0 -10px 0;
    animation: blur 7s ease-out;
    /* animation: shadow 8s ease-out; */
    animation-fill-mode: forwards;
    /* color: transparent; */
  }
  h1 span:nth-child(1) {
    transition-delay: 0.05s;
  }
  h1 span:nth-child(2) {
    transition-delay: 0.1s;
  }
  h1 span:nth-child(3) {
    transition-delay: 0.15s;
  }
  h1 span:nth-child(4) {
    transition-delay: 0.2s;
  }
  h1 span:nth-child(5) {
    transition-delay: 0.25s;
    margin-top: -20px;
  }
  h1 span:nth-child(6) {
    transition-delay: 0.3s;
  }
  h1 span:nth-child(7) {
    transition-delay: 0.35s;
  }

  @keyframes blur {
    0% {text-shadow:  0 0 100px #fff; opacity:0;}
    5% {text-shadow:  0 0 90px #fff;}
    15% {opacity: 1;}
    20% {text-shadow:  0 0 40px #fff;}
    40% {text-shadow:  0 0 20px #aaa;}
    60% {text-shadow:  0 0 1px #000;}
    80% {text-shadow:  3 3 4px #000;}
    85% {opacity: 1;}
    95% {text-shadow: 3 3 4px #000;}
    100% {opacity:1; color: #fff;text-shadow: #000 3px 3px 4px,#000 3px 3px 4px;}
  }
/* 
  @keyframes shadow{
      0%{text-shadow:none;}
      100%{text-shadow: #000 5px 5px 7px,#000 5px 5px 7px;
      }
  } */

  .sub_title{
    margin:0 0 0 0;
    animation: blur_sub 10s ease-out;
    animation-fill-mode: forwards;
  }

  @keyframes blur_sub {
    0% {text-shadow:  0 0 100px #fff; opacity:0;}
    5% {text-shadow:  0 0 90px #fff;}
    15% {opacity: 1;}
    20% {text-shadow:  0 0 0px #fff;}
    40% {text-shadow:  0 0 0px #fff;}
    60% {text-shadow:  0 0 0px #000;}
    80% {text-shadow:  3 3 3px #000;}
    85% {opacity: 1;}
    95% {text-shadow: 3 3 3px #000;}
    100% {opacity:1; color: #fff;text-shadow: #000 3px 3px 4px,#000 3px 3px 4px;}
  }




.gray_belt{
    height: 25px;
    background-color: #333;
    position: relative;
}

.main_under_belt_01{
    height: 20px;
    background-color: #fff;
    margin-top: -50px;

}

.main_under_belt{
    height: 20px;
    background-color: #000;
    position: relative;
    margin-top: -50px;
}

@media screen and (max-width:768px){
    .row_title{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    display: inline-block;
    text-align: center;
    max-width:calc(100% - 30px);
    color: #fff;
    text-shadow: #000 5px 5px 7px,#000 5px 5px 7px;
    line-height: 1.5;
    letter-spacing: 1.05px;
    height: 400px;
    position: absolute;
    top:100px;
    left: 0;
    z-index: 997;
    
    }

    .bxslider > li{
        /* width:150%; */
        height: 80vh;
        margin: 0;
        overflow: hidden;
    }
    
}

/*-----------------------------------------
news
-----------------------------------------*/
/* .news_container{
    position: absolute;
    background-color: #ffffff;
    box-shadow: 3px 3px 10px #000;
    margin-top: -202px;
    background-position-x: -10%;
    height: 70px;
    z-index: 10;
} */

/* 
.news{
    animation-name:news_fadein;
    animation: fadeIn 4s ease-out;
    animation-fill-mode:both;
} */

.news_container{
    opacity:0;
    animation: fadeIn 1.5s ease-out 1s 1 normal both;
}

@keyframes fadeIn{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}


.mask{
    position:absolute;
    height:70px;
    margin-top: -70px;
    background-color: #ffffff;
    z-index:99;
}

.news{
    position: absolute;
    background-color: #ffffff;
    /* box-shadow: 3px 3px 10px #000; */
    box-shadow: 0px -5px 5px -5px #444, 5px 0px 5px -3px #444,0px -5px 5px -5px #444;
    width: 500px;
    padding: 10px 20px 10px 15px;
    display:grid;
    grid-template-columns:6em 6em 1fr;
    grid-template-rows:auto;
    font-size: 13px;
    line-height: 1.2;
    align-items:center;
    /* z-index:1; */
    margin-top: -150px;
    z-index: 999;
}
/* .news dl{
    display: grid;
    grid-template-columns: 7em 1fr;
    align-items:center;
} */
.news_list{
    margin-right:10px;
}


.news_container{
    width: 960px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.news_belt{
    position: absolute;
    background-color: #ffffff;
    /* box-shadow: 3px 3px 10px #000; */
    left: -100px;
  
    width: 50%;
    padding: 10px 20px 10px 15px;
    display:grid;
    grid-template-columns:6em 1fr;
    font-size: 13px;
    line-height: 1.2;
    align-items:center;
    /* z-index:1; */
    margin-top: -150px;
    z-index: 99;
}

.fontawesome i{
    font-size: 16px;
}

@media screen and (max-width:768px){
    /* .news{
       width: 80px; 
    }
    .header .news_container{
        width: 80px;
    }
    .header .news_title{
       width:1em;
    } */
   .news{

    width: 75%;
    height: 80px; 
    padding:0px 10px 0px 10px;
    display:grid;
    grid-template-columns:6em 6em 1fr;
    grid-template-rows:2.0em 1.2em;
    row-gap: 10px;
    font-size: 13px;
    line-height: 1.2;
    align-items:center;
    /* z-index:1; */
    margin-top: -150px;
    z-index: 999;
}   
.news_title{
    grid-column:1/2;
    grid-row:1/2;
}
.news_list{
    grid-column:2/3;
    grid-row:1/2;
}

.news_detail{
    grid-column:1/4;
    grid-row:2/3;
}

.news_belt{
    position: absolute;
    background-color: #ffffff;
    /* box-shadow: 3px 3px 10px #000; */
    left: -100px;
  
    width: 50%;
    padding: 10px 20px 10px 15px;
    display:grid;
    grid-template-columns:6em 1fr;
    font-size: 13px;
    line-height: 1.2;
    align-items:center;
    /* z-index:1; */
    margin-top: -150px;
    z-index: 99;
}
}
/*-----------------------------------------
あらすじ
-----------------------------------------*/

.myth{
    padding: 80px 0 40px 0;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    /* background-color: #ccffaa; */
    line-height: 2;
    text-indent: -1.5em;
}

h2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /* width:30px;     */
    position: relative;
    /* background-color: #4499ff; */
    margin-bottom: 35px;
    letter-spacing: 1.23px;
}

h2::after{
    position: absolute;
    content: "";
    border-radius: 100%;
bottom: -50px;
left: 42px;
width:11px;
height:11px;
background-color: #000000;
z-index: 3;
}

.myth_introduction{
    width: 480px;
    margin: 0 auto;
    line-height: 1.9;
    margin-bottom: 50px;
    font-size: 14px;
}

@media screen and (max-width:768px){
    .myth_introduction{
        max-width: calc(100% - 10px);
        margin: 0 auto;;
        line-height: 1.9;
        margin-bottom: 50px;
        font-size: 14px;
    }
}

/*-----------------------------------------
inner_content
-----------------------------------------*/

.inner_content{
    display: grid;
    row-gap:30px;
    margin-bottom: 60px;
    line-height: 1.7;
    font-size: 15px;
}

.inner_title{
    margin-bottom: 30px;
}

/* .inner_photo img{
    max-width: 600px;
    max-height: 400px;
} */

.animation {
    opacity : 0;
	visibility: hidden;
    transition : all 1.0s;
    transform : translateY(80px);
  }
  
.loading {
    opacity : 1;
    visibility: visible;
    transform : translateY(0);
}

@media screen and (max-width:768px){
    .inner_content{
        display: grid;
        row-gap:30px;
        margin-bottom: 60px;
        line-height: 1.7;
        font-size: 15px;
    }
    
    .inner_title{
        margin-bottom: 30px;
    }
}

.history{
    display:grid;
    grid-template-columns:1fr 80px 80px 1fr;
    /* grid-auto-rows: auto auto auto;  */
    grid-template-rows: 1fr 80px;
    /* background-color: #caf; */
    column-gap:30px;
    position: relative;
}

.history .inner_photo{
    grid-column:1/4;
    grid-row:1/3;
    object-fit: cover;
}

.history .inner_photo img{
    max-width:100%;
}

.history .inner_text{
    grid-column:4/5;
}

/* .detail_wrap_01{
    grid-column:4/5;
    grid-row:2/3; 
} */
.detail_wrap_01{
    display: flex;
    justify-content: flex-end;
}

/* .detail_01{
    position: absolute;
    bottom: 0;
    right: 0;
} */

.detail_01 a{
    display: inline-block;
    padding: 10px;
    margin: 0 30px 20px 0;
    border: 1px solid #000;
}

.arrow {
    position: relative;
    width: 100px;
    margin: 30px;
  }
  .line01 {
    height: 1px;
    background-color: #000;
  }
  .line02 {
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right bottom;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
  }

/* .arrowtodetail_01{
    position: absolute;
    right: 130px;
    bottom: -9px;
} */


@media screen and (max-width:768px){

    .history{
        display:grid;
        grid-template-columns:auto;
        grid-template-rows: 1fr 180px 4em;
        /* background-color: #caf; */
        column-gap:none;
        position: static;
    }
    
    .history .inner_photo{
        grid-column:auto;
        grid-row:1/2;
        object-fit: cover;
        margin-bottom: 20px;

    }
    
    .history .inner_photo img{
        max-width:100%;
    }
    
    .history .inner_text{
        grid-column:auto;
        grid-row:2/3;
        margin: 0 auto 0;
        width: calc(100% - 60px);

    }

    .detail_wrap_01{
        display: flex;
        justify-content: flex-end;
        grid-row:3/4;
    }

    .detail_01 a{
        display: inline-block;
        padding: 10px;
        margin: 0 30px 20px 0;
        border: 1px solid #000;
    }
    
    .arrow {
        position: relative;
        width: 100px;
        margin: 30px;
      }
      .line01 {
        height: 1px;
        background-color: #000;
      }
      .line02 {
        position: absolute;
        top: 0;
        right: 0;
        transform-origin: right bottom;
        width: 20px;
        height: 1px;
        background-color: #000;
        transform: rotate(45deg);
      }
    
}


.about_myth{
    display:grid;
    grid-template-columns:1fr 80px 80px 1fr;
    grid-template-rows: 1fr 80px; 
    /* background-color: #caf; */
    column-gap:30px;
    position: relative;
}

.about_myth .inner_photo{
    grid-column:2/5;
    grid-row:1/3;
    object-fit: cover;
    position: relative;
}

.about_myth .inner_text{
    grid-column:1/2;
}

/* .detail_02{ */
    /* position: absolute; */
    /* bottom:0; */
    /* left: -280px; */
    /* left: 105px; */
/* } */
.detail_02 a{
    display: inline-block;
    padding: 10px;
    margin: 0 0 0px 0px;
    border: 1px solid #000;
}

.detail_wrap_02{
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width:768px){
    .about_myth{
        display:grid;
        grid-template-columns:auto;
        grid-template-rows:1fr 180px 4em; 
        /* background-color: #caf; */
        column-gap:none;
        position: static;
    }
    
    .about_myth .inner_photo{
        grid-column:auto;
        grid-row:1/2;
        object-fit: cover;
        position: static;
        margin-bottom: 20px;

    }
    
    .about_myth .inner_text{
        grid-column:auto;
        grid-row:2/3;
    }
    
    /* .detail_02{ */
        /* position: absolute; */
        /* bottom:0; */
        /* left: -280px; */
        /* left: 105px; */
    /* } */
    .detail_02 a{
        display: inline-block;
        padding: 10px;
        margin: 0 0 0px 0px;
        border: 1px solid #000;
    }
    
    .detail_wrap_02{
        display: flex;
        justify-content: flex-end;
        grid-row:3/4;
        margin-right: 30px;
    }



}

/* 
.arrowtodetail_02{
    position: absolute;
    left: -300px;
    bottom: -9px;
left:80px;
} */

.event{
    display:grid;
    grid-template-columns:1fr 80px 80px 1fr;
    grid-template-rows: 1fr 80px; 
    /* background-color: #caf; */
    column-gap:30px;
    position: relative;
}

.event .inner_photo{
    grid-column:1/4;
    grid-row:1/3;
    object-fit: cover;
}

.event .inner_text{
    grid-column:4/5;
    grid-row:1/2
}

@media screen and (max-width:768px){
    .event{
        display:grid;
        grid-template-columns:auto;
        grid-template-rows:1fr 220px 4em; 
        /* background-color: #caf; */
        column-gap:30px;
        position:static;
    }

    .event .inner_photo{
        grid-column:auto;
        grid-row:1/2;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .event .inner_photo img{
    max-width:100%;
    }

    .event .inner_text{
        grid-column:auto;
        grid-row:2/3;
        margin: 0 auto;
        width: calc(100% - 60px);
    }

    .detail_wrap_01{
        display: flex;
        justify-content: flex-end;
        grid-row:3/4;
    }

    .detail_01 a{
        display: inline-block;
        padding: 10px;
        margin: 0 30px 20px 0;
        border: 1px solid #000;
    }
    
    .arrow {
        position: relative;
        width: 100px;
        margin: 30px;
      }
      .line01 {
        height: 1px;
        background-color: #000;
      }
      .line02 {
        position: absolute;
        top: 0;
        right: 0;
        transform-origin: right bottom;
        width: 20px;
        height: 1px;
        background-color: #000;
        transform: rotate(45deg);
      }
}

/*-----------------------------------------
access
-----------------------------------------*/

.access{
    margin: 0 auto;
}

.access_title{
    position: relative;
    width: 100px;
    margin: 0 auto 0px;
    text-align: center;
    background-color: #ffffff;
    z-index: 49;
}

.bar{
    width: 600px;
    border-bottom: 2px solid #000;
    margin: -10px auto 40px;
}

.access iframe{
    margin-bottom: 30px;
}

.access dl{
    font-size: 14px;
    display: grid;
    grid-template-columns: 7em 1fr;
    align-items:center;
    margin: 0 auto 60px;
    width: 600px;
    line-height: 1.6;
    border-top: 1px solid #000;
}

.access dt{
    padding: 20px 0 20px 5px;
    border-bottom: 1px solid #000;
    /* background-color: #ffaacc; */
}
.access .second{
    /* background-color: #aaccee; */
    line-height: 67px;
}

.access dd{
    padding: 20px 0 20px 5px;
    border-bottom: 1px solid rgb(46, 42, 42);
    /* background-color: #ffeecc; */
}

@media screen and (max-width:768px){
    .access{
        margin: 0 auto;
    }
    
    .access_title{
        position: relative;
        width: 100px;
        margin: 0 auto 0px;
        text-align: center;
        background-color: #ffffff;
        z-index: 99;
    }
    
    .bar{
        width:100%;
        border-bottom: 2px solid #000;
        margin: -10px auto 40px;
    }
    
    .access iframe{
        margin-bottom: 30px;
        max-width:100%;
    }
    
    .access dt:nth-child(1){
        border-bottom: 1px solid #000;
    }
    .access dd:nth-child(2){
        border-bottom: 1px solid #000;
    }

    .access dl{
        font-size: 14px;
        display: grid;
        grid-template-columns: 5em 1fr;
        align-items:center;
        margin: 0 auto 60px;
        width:100%;
        line-height: 1.6;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    
    .access dt{
        padding: 20px 0 20px 5px;
        border-bottom: none
        /* background-color: #ffaacc; */
    }
    .access .second{
        /* background-color: #aaccee; */
        line-height: 67px;
    }
    
    .access dd{
        padding: 20px 0 20px 10px;
        border-bottom: none;
        /* background-color: #ffeecc; */
    }
}

/*-----------------------------------------
footer
-----------------------------------------*/
    .footer{
    color: #ffffff;
    background-color: #555555;
    line-height: 2.2;
    padding: 100px 0 100px 0;
    display: grid;
    grid-template-columns: 200px 40% 40% 10%; 
    font-size: 14px;
    height: 400px;
}

.footer_back{
    background-color: #555555;
    height: 400px;
    max-width: 100%;
}

.logo_footer{
    /* display: flex;
    gap:10px;
    grid-column: 1/2; */
    margin: 0 0 0 30px;
}
.logo_footer img{
width: 130px;
height: 130px;
}

.footer ul li a:hover {
    opacity: 0.8; 
}
.fa-instagram:hover{
        opacity: 0.8; 
}

address{
    font-style:normal;
    }

.address_list{
    grid-column:2/3;
}

.footer_nav{
    grid-column:3/4;
}

@media screen and (max-width:768px){
    .footer{
        color: #ffffff;
        background-color: #555555;
        line-height: 2.2;
        padding: 50px 0 50px 0;
        display: grid;

        grid-template-columns:none;
        grid-template-rows: 1fr 130px 1fr; 
        font-size: 14px;
        height: 530px;
        width: 100% - 4vh;
        margin: 0 auto;
    }
    
    .footer_back{
        background-color: #555555;
        height: 400px;
        max-width: 100%;
    }

    .logo_footer{
        /* display: flex;
        gap:10px;
        grid-column: 1/2; */
        margin: 0 auto;
        grid-row:2/3;
    }
    .logo_footer img{
    width: 130px;
    height: 130px;
    }
    
    .footer ul li a:hover {
        opacity: 0.8; 
    }
    .fa-instagram:hover{
            opacity: 0.8; 
    }
    
    address{
        font-style:normal;
        }
    
    .address_list{
        grid-column:auto;
        grid-row:3/4;
        margin: 0 auto;
        width:100% - 4vh;
        text-align: center;
    }
    
    .footer_nav{
        grid-column:auto;
        grid-row:1/2;
        width: 100% - 4vh;
        margin: 0 auto 10px;

    }

    .footer_nav ul li{
        border-bottom: 1px solid #fff;
    }
}

/*-----------------------------------------
    #top - setting   
-----------------------------------------*/
    

#top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #333;
    opacity: 0.8;
    border-radius: 50%;
    }
  #top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


