@charset "utf-8";

/* CSS Document */
body {
  font-size: 0;
  color: #000000;
  height: auto;
  background-color: #fff;
  z-index: 0;
    position: absolute;
  font-family: "YakuHanJP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  color: #000000;
}

.hover {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}


footer>#page-top a span:before, footer>#page-top a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

@media only screen and (min-width:1150px) {
  .hover:hover {
    opacity: 0.6;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* animation */

/* button */
/* more */
.more1 {
  position: relative;
    margin: 48px auto 0;
    width: 262px;
    height: 52px;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 50px;
border: 2px solid #000;
    color: #000;
}

.more1 a:after,
.more1 span {
  -webkit-transition: ease .2s !important;
  transition: ease .2s !important;
}

.more1 a {
  display: block;
}

.more1 a:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 1;
}

@media only screen and (min-width:1150px) {
  .more1 a:hover {
    opacity: 1;
  }

  .more1 a:hover:after {
    width: 100%;
  }
}

.more1 span {
  display: block;
  position: relative;
  z-index: 2;

}

@media only screen and (min-width:1150px) {
  .more1 a:hover span {
	  color: #fff;
  }
  .more1 a span {

  }
	
	
}

.anm-btn1 {}

.anm-btn1 a,
.anm-btn1 span {
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

.anm-btn1 span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* animation */

@media only screen and (min-width:1150px) {

  /* header */
  .pusher {
    display: none;
  }

  #l-header {
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  #l-header nav ul {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }

  /* #l-header nav ul li:nth-of-type(1) {
    width: 5.561%;
}
#l-header nav ul li:nth-of-type(2) {
    width: 7.785%;
}
#l-header nav ul li:nth-of-type(3) {
    width: 6.766%;
}
#l-header nav ul li:nth-of-type(4) {
    width: 31.232%;
}
#l-header nav ul li:nth-of-type(5) {
    width: 10.843%;
}
#l-header nav ul li:nth-of-type(6) {
    width: 6.673%;
}
#l-header nav ul li:nth-of-type(7) {
    width: 7.414%;
} */
  #l-header nav ul li a {
    display: block;
    position: relative;
  }

  /* #l-header nav ul li:nth-of-type(4) a {
  padding-bottom: 10px;
} */


  #l-header nav ul li a::before,
  #l-header nav ul li a::after {
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    transition: all .075s ease;
    -webkit-transition: all .075s ease;
    width: 0;
  }

  /* #l-header nav ul li:not(:nth-child(4)) a::before,
#l-header nav ul li:not(:nth-child(4)) a::after {
  border-bottom: solid 1px #000000;
} */

  /* #l-header.header2 nav ul li:not(:nth-child(4)) a::before,
#l-header.header2 nav ul li:not(:nth-child(4)) a::after {
  border-bottom: solid 1px #fff;
} */

  /* #l-header nav ul li a::before {
  left: 50%;
}

#l-header nav ul li a::after {
  right: 50%;
} */

  #l-header nav ul li:not(:nth-child(4)) a:hover::before,
  #l-header nav ul li:not(:nth-child(4)) a:hover::after {
    width: 50%;
  }

  #l-header-js {
    height: 80px;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
  }

  #l-header-js nav ul {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 25px;
  }

  /* #l-header-js nav ul li:nth-of-type(1) {

    width: 5.561%;
}
#l-header-js nav ul li:nth-of-type(2) {
    width: 7.785%;
}
#l-header-js nav ul li:nth-of-type(3) {
    width: 6.766%;
}
#l-header-js nav ul li:nth-of-type(4) {
    width: 31.232%;
}
#l-header-js nav ul li:nth-of-type(5) {
    width: 10.843%;
}
#l-header-js nav ul li:nth-of-type(6) {
    width: 6.673%;
}
#l-header-js nav ul li:nth-of-type(7) {
    width: 7.414%;
} */
  #l-header-js nav ul li a {
    display: block;
    position: relative;
  }

  /* #l-header-js nav ul li:nth-of-type(4) a {
  padding-bottom: 10px;
} */

  #l-header-js nav ul li a::before,
  #l-header-js nav ul li a::after {
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    transition: all .075s ease;
    -webkit-transition: all .075s ease;
    width: 0;
  }

  #l-header-js nav ul li:not(:nth-child(3)) a::before,
  #l-header-js nav ul li:not(:nth-child(3)) a::after {
    border-bottom: solid 1px #000000;
  }

  #l-header-js nav ul li a::before {
    left: 50%;
  }

  #l-header-js nav ul li a::after {
    right: 50%;
  }

  #l-header-js nav ul li:not(:nth-child(3)) a:hover::before,
  #l-header-js nav ul li:not(:nth-child(3)) a:hover::after {
    width: 50%;
  }

}

/* footer */

footer {
    width: 100%;
    height: 180px;
    background: #000;
    padding: 20px 0;
}

footer>nav {
  width: calc(100% - 100px);
  margin: auto;
}

footer>nav>ul {
  width: 100%;
  height: 72px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #4c4c4c;
  align-items: center;
}

footer>nav>ul>li>ul#sns {
  width: 70px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer>nav>ul>li>ul#sns li {
  width: 20px;
  height: 20px;
}

footer>nav>ul>li>ul#right_text {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
    font-weight: bold;
}

footer>nav>ul>li>ul#right_text>li {
  padding-left: 22px;
}

footer>nav>ul>li>ul#right_text>li>a {
  height: 12px;
  line-height: 0;
  vertical-align: baseline;
  display: block;
}

footer>nav>ul#footer_logo {
  border-bottom: none;
  align-items: center;
  height: 77px;
}

footer>nav>ul#footer_logo li>a>img {
  width: 70px;
}

footer>nav>ul#footer_logo li:nth-of-type(2) {
  padding-bottom: 5px;
}

footer>#page-top {
  position: fixed;
  bottom: 93px;
  right: 49px;
  display: none;
}

footer>#page-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #2e2e2e;
  text-decoration: none;
  text-align: center;
}

footer>#page-top a span {
  position: relative;
  display: block;
  color: #000;
  width: 40px;
  height: 40px;

}

footer>#page-top a span:before,
footer>#page-top a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

footer>#page-top a span:before {
  left: 10px;
  width: 19px;
  height: 1px;
  background: #ababab;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

footer>#page-top a span:after {
  left: 14px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ababab;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




/* contents */
#contents {
  position: relative;
  top: 40px;
}

section {
  width: 100%;
}
footer nav ul#footer_logo li small{
    color: #fff;
    font-size: 12px;
    
}



/* アニメーション */


@media only screen and (max-width:1150px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #contents {
    top: 30px;
  }

  .more1 {
    position: relative;
    margin: 30px auto 0;
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 35px;
  }

  .more1 a:after,
  .more1 span {
    -webkit-transition: ease .2s !important;
    transition: ease .2s !important;
  }

  .more1 a {
    display: block;

  }

  .more1 a:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: 1;
  }

  @media only screen and (min-width:1150px) {
    .more1 a:hover {
      opacity: 1;
    }

    .more1 a:hover:after {
      width: 100%;
    }
  }

  .more1 span {
    display: block;
    position: relative;
    z-index: 2;
  }

  @media only screen and (min-width:1150px) {
    .more1 a:hover span {
      background-size: 80px 10px;
    }
  }

  .anm-btn1 {}

  .anm-btn1 a,
  .anm-btn1 span {
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
  }

  .anm-btn1 span {

  }

  /* header */
  #l-header,
  #l-header-js {
    display: none;
  }

  .logo {
    position: fixed;
    top: 16.5px;
    z-index: 99;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pusher {
    display: block;
  }

  .bgwhite {
    width: 100%;
    height: 50px;
    position: fixed;
    background: #fff;
    z-index: 20;
  }

  /* footer */

  footer {
    height: 360px;
    padding: 0 30px;
  }

  footer>nav {
    width: 100%;
    margin: auto;
  }

  footer>nav>ul {
    width: 100%;
    height: 142px;
    padding: 40px 0;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #4c4c4c;
  }

  footer>nav>ul>li~li {
    margin-top: 28px;
  }

  footer>nav>ul>li>ul#sns {
    width: 70px;
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  footer>nav>ul>li>ul#sns li {
    width: 20px;
    height: 20px;
  }

  footer>nav>ul>li>ul#right_text {
    width: 195px;
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-right: 0;
  }

  footer>nav>ul>li>ul#right_text>li {
    padding-left: 0;
  }

  footer>nav>ul>li>ul#right_text>li>a {
    height: 12px;
    line-height: 0;
    vertical-align: baseline;
    display: block;
  }

  footer>nav>ul#footer_logo {
    border-bottom: none;
    align-items: center;
    height: 116.5px;
    padding: 40px 0;
  }

  footer>nav>ul#footer_logo li>a>img {
    width: 70px;
  }

  footer>nav>ul#footer_logo li:nth-of-type(2) {
    padding-bottom: 5px;
  }

  footer>nav>ul#footer_logo li~li {
    margin-top: 18px;
  }

  footer>#page-top {
    position: absolute;
    bottom: 196px;
    right: 25px;
    display: none;
  }

  footer>#page-top a {
    width: 30px;
    height: 30px;
  }

  footer>#page-top a span {
    width: 30px;
    height: 30px;

  }

  footer>#page-top a span:before,
  footer>#page-top a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  footer>#page-top a span:before {
    left: 7px;
    width: 14.5px;
    height: 1px;
  }

  footer>#page-top a span:after {
    left: 9px;
    top: -4px;
    width: 8px;
    height: 10px;
  }
}


/* header修正 */
.header_menu_item {
  display: flex;
  align-items: center;
}

.header_menu_logo {
  width: 8%;
}

.header_menu_item li {
    padding-right: 30px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}







#page-animate::before {
 content: '';
 position: fixed;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 z-index: 9999;
 pointer-events: none;
 right: 100%;
 -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate::after {
 content: '';
 position: fixed;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 z-index: 9999;
 pointer-events: none;
 left: 100%;
 -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide-in::before {
 right: 0;
}

#page-animate.is-slide::after {
 left: 0;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
.example::selection {
    background: #000;
    color: #fff;
}





