@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Raleway:wght@400;500;700&family=Roboto:wght@400;500;700;900&display=swap');

body{
  background-color: #090909 !important;
}

.container , .container-sm , .container-md , .container-lg , .container-xl , .container-xxl{
    background-color: #090909;
}

h1 , h2 , h3 , h4 , h5 , h6{
 color:#f1f1f1 !important;
}

a {
    text-decoration: none !important; /* 全てのリンクの下線を消す */
  }


/*main*/


.main_background{
  background: url('img/main_bg.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
   z-index: 0;
}
.main_background:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5x);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5pxx);  /**/
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  
}


/*button*/
.button_sm{
    font-size: 0.75rem !important;
}
.button_sm a {
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 120px;
    max-width: 150px !important;
    padding:6px 10px;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    font-weight: 500;
}

.button_sm a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button_sm > a:hover {
  color: #FFF;
}

.button_sm > a:hover:after {
  right: 1.4rem;
}

.button{
    font-size: 1.0rem !important;
}
.button a {
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 230px;
    max-width: 250px !important;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    font-weight: 500;
}

.button a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button > a:hover {
  color: #FFF;
}

.button > a:hover:after {
  right: 1.4rem;
}

.btn_red > a {/*background-color: rgba(255, 255, 255, 0.9);*/ border:solid 1px #fff;}
.btn_red > a:hover {background-color: #ff4314;}

.btn_gr > a {background-color: rgba(220, 220, 220, 1.0);}
.btn_gr > a:hover {background-color: rgba(20, 20, 20, 1.0);}



.navi a{
    display: block;
    overflow: hidden;
    transition: 0.15s ease-in-out;
    border-radius: 8px !important;
}

.navi a:hover{
    opacity: 1.0;
    border-radius: 20px !important;
    border:solid 4px #ff4314;
}


/*color*/
.fc_fff{color: #fff !important;}
.fc_111{color: #111 !important;}
.fc_222{color: #222 !important;}
.fc_333{color: #333 !important;}
.fc_444{color: #444 !important;}
.fc_555{color: #555 !important;}
.fc_777{color: #777 !important;}
.fc_888{color: #888 !important;}
.fc_999{color: #888 !important;}




.bg_f9f9f9{background-color: #f9f9f9 !important;}
.bg_fff{background-color: #fff !important;}
.bg_222{background-color: #222 !important;}
.bg_333{background-color: #333 !important;}
.bg_444{background-color: #444 !important;}

.bg_999{background-color: #999 !important;}
.bg_000{background-color: #000 !important;}


/*waku*/
.waku_1{
border:solid 1px #222;
}

.--{
 padding-bottom: 0.5rem;
}


/*waku_beta*/
.waku_beta_gr_1 {background: rgba(10, 10, 10, 0.1);}
.waku_beta_gr_2 {background: rgba(10, 10, 10, 0.2);}
.waku_beta_gr_3 {background: rgba(10, 10, 10, 0.3);}
.waku_beta_gr_4 {background: rgba(10, 10, 10, 0.4);}
.waku_beta_gr_5 {background: rgba(10, 10, 10, 0.5);}
.waku_beta_gr_6 {background: rgba(10, 10, 10, 0.6);}
.waku_beta_gr_7 {background: rgba(10, 10, 10, 0.7);}
.waku_beta_gr_8 {background: rgba(10, 10, 10, 0.8);}
.waku_beta_gr_9 {background: rgba(10, 10, 10, 0.9);}
.waku_beta_gr_10 {background: rgba(10, 10, 10, 1.0);}


/*kadomaru*/
.kadomaru_2 { border-radius:2px;}
.kadomaru_4 { border-radius:4px;}
.kadomaru_6 { border-radius:6px;}
.kadomaru_8 { border-radius:8px;}



/**/
.flex{
    display: flex; /* flexboxにする */
    align-items:stretch; /* 縦の位置指定 */
}

.flex-center {
    display: flex;
    align-items: center;
    height: 100px;
}

.parent{
  display: flex;
  justify-content: center;
  align-items: center;
}

/**/
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}



/*basic.css*/
h1 , h2 , h3 , h4 , h5 , h6{
    /*reset*/
    margin-bottom: 0 !important;
}

a{
text-decoration: none;
transition: 0.3s ease-in-out;
}

.mp_0{
    margin: 0 !important;
    padding: 0 !important;
}



/*spec area*/
.list{
    color: #999;
    font-size: 0.90em;
    line-height: 1.75em;
}

.list span{
    color: #f1f1f1;
}

/**/
header {
 width: 100%;
 z-index: 10000;

 position: sticky;
 top: 0;
}

* {
  box-sizing: border-box;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, rgb(255, 67, 20) 0.8%, #eea849 0.8%);
  background: linear-gradient(to left,rgba(255, 67, 20, 1.0),rgba(255,67,20,0.0),rgba(255,67,20,0.0),rgba(255,67,20,1.0));
   background: linear-gradient(to left,rgba(20, 20, 20, 1.0),rgba(20,20,20,1.0));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 20%;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

/*footer*/

h3 span{
  font-size: 1.2rem;
}

ul{
  color: #fff;
}

ul li{
  font-size: 1.2rem;
  list-style: none;
  line-height: 2.0;
}

ul li span{
  font-size: 0.8rem;
}

hr{
  border-color: #f1f1f1 !important;
}