@charset "UTF-8";

/* CSS Document */

/*header {
  font-family: "リュウミン R-KL";
}

*/
/*header トップページ
---------------------------------------------------------------------------- */

.header_right {
  position: fixed;
  top: 2%;
  right: 2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  z-index: 10;
}

.header_v_bottom {
  position: absolute;
  bottom: 2%;
  left: 2%;
}

.header_v_btn {
  top: calc(111px + 4%);
  right: 2.4%;
  /* margin-top: 30px; */
  /* font-family: "リュウミン R-KL"; */
}

.header_v_btn a, .header_v_bottom a {
  display: block;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  line-height: 1.5;
  /* font-family: "リュウミン R-KL" !important; */
  font-size: larger;
  background: #000;
}

.header_v_btn a:hover, .header_v_bottom a:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}

.header_right p:first-child {
  margin-bottom: 20px;
}
.header_right.active .header_v_btn {
    display: none;
}
@media screen and (max-width: 835px) {
  .header_v_bottom a {
    font-size: 1rem;
    padding: 5px 10px;
  }
  .header_v_bottom {
    bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .header_v_btn {
    /*top: 70px;*/
    top: calc(48px + 4% );
}
  .header_v_btn a{
    font-size: 1rem;
    padding: 5px 10px;
  }

}  

/*header 下層
---------------------------------------------------------------------------- */

.header_sub {
  padding: 60px 0;
  background: url(../images/common/bg_black.gif);
}

.header_sub h1 {
  width: 115px;
  margin: 0 auto;
}

@media screen and (max-width: 835px) {
  .header_sub h1 {
    width: 80px;
  }
}


/*全画面メニュー
---------------------------------------------------------------------------- */

.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu {
  /* position: fixed; */
  top: 2%;
  right: 2%;
  width: 111px;
  height: 111px;
  z-index: 10;
  background: url(../images/common/menu_open.svg) no-repeat;
  display: block;
  /* margin-bottom: 30px; */
  background-size: contain;
}

.menu.active {
  background: none;
}

.menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #000;
  z-index: 10;
  opacity: 0;
}

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

.menu span:nth-of-type(2) {
  top: 10px;
}

.menu span:nth-of-type(3) {
  bottom: 0px;
}

.menu.active span {
  opacity: 10;
}

.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(54px) rotate(45deg);
  -ms-transform: translateY(54px) rotate(45deg);
      transform: translateY(54px) rotate(45deg);
}

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

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-54px) rotate(-45deg);
  -ms-transform: translateY(-54px) rotate(-45deg);
      transform: translateY(-54px) rotate(-45deg);
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  padding: 80px 0;
}

#nav.active {
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  visibility: visible;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* max-width: 600px; */
  margin: 0 auto;
}

#nav ul {
  /* margin: 20px 0; */
  padding: 20px 0;
  padding: 60px 0 80px 0;
}

#nav ul li {
  list-style-type: none;
  border-bottom: dashed 1px #4e4e4e;
  padding: 20px 200px;
}

#nav ul li a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #333;
  display: block;
  background: url(../images/common/arrow01.svg) 2px center no-repeat;
  padding-left: 15px;
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

#nav ul li a:hover {
  opacity: 0.6;
}

.nav-content_sec02 {
  text-align: center;
}

.nav-content_sec02 p {
  /*margin-bottom: 60px;*/
  line-height: 1.75;	
}

@media screen and (max-width: 767px) {
  #nav ul {
    width: 80%;
  }
  #nav ul li {
    padding: 20px 0;
  }
  .nav-content_sec02 {
    /*display: none;*/
  }
  .menu {
    width: 48px;
    height: 48px;
    right: 4%;
  }
  .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(24px) rotate(45deg);
    -ms-transform: translateY(24px) rotate(45deg);
        transform: translateY(24px) rotate(45deg);
  }
  .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-22px) rotate(-45deg);
    -ms-transform: translateY(-22px) rotate(-45deg);
        transform: translateY(-22px) rotate(-45deg);
  }
}


/* #page_top
----------------------------------------------------------- */

#page_top {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 2%;
  bottom: 0;
  background: #000000;
  opacity: 0.8;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before {
  content: '▲';
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* Footer
----------------------------------------------------------- */

footer {
  background: url(../images/common/bg_black.gif);
  color: #ffffff;
  width: 100%;
  /*margin-top: auto;*/

}

footer a {
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

footer a:hover {
  opacity: 0.6;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}

.footer_inner ul li {
  margin-bottom: 25px;
}

.footer_inner ul li:last-child {
  margin-bottom: 0;
}

.footer_right p {
  margin-bottom: 30px;
  line-height: 2.4rem;
}

@media screen and (max-width: 1365px) {
  .footer_inner {
    width: 92%;
  }
}

@media screen and (max-width: 835px) {
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
    padding: 45px 0;
  }
  .footer_logo {
    width: 22.4%;
    margin-bottom: 50px;
  }
}