/* ===========================================
                    common
============================================*/

*{
  margin :0;
  padding: 0;
}

a{
  text-decoration: none;
}

body{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.is-pc{
  display: block;
}

.is-sp{
  display: none;
}

.sp_nav{
  display: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

header a{
  color: #969696;
}

footer a{
  color: #fff;
}

#pageTop {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #727d92;
    bottom: 30px;
    right: 50px;
    z-index: 5;
}

#pageTop::after {
    position: absolute;
    content: "";
    transform: rotate(-135deg);
    top: 20px;
    left: 15px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #727d92;
    border-bottom: 2px solid #727d92;
}


@media screen and (min-width:768px) and (max-width:1200px){
  header .menu-content{
    width: 100%!important;
  }

  header p{
    width: 100%!important;
  }

  header p.logo{
    width: 30%!important;
  }

  nav ul{
    width: 65%!important;
  }

  .footer_menu{
    width: 95%!important;
  }

  .footer_menu ul{
    width: 100%!important;
  }

  .footer_menu ul li{
    width: 160px!important;
  }

  .footer_menu ul li:nth-child(2){
    width: 230px!important;
  }

  .copyright{
    width: 95%!important;
  }


}

@media screen and (max-width:767px){
.sp_nav{
  display: block;
}

.is-pc{
  display: none;
}

.is-sp{
  display: block;
}


/*  spnav */
.sp_nav nav{
  color: #000;
}
.sp_nav .btn-open{
  width: 30px;
  height: 40px;
  padding: 20px 25px;
  background-size: cover;
  z-index: 1000;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.sp_nav .btn-open span{
  position: absolute;
  left: 3px;
  width: 27px;
  height: 4px;
  transition: all .4s;
  background-color: #000;
}
.menu-trigger {
  position: fixed;
  width: 30px;
  height: 40px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}
.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.sp_nav nav{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 80%;
  transition: all 0.5s;
  transform: translate(100vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sp_nav nav ul{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 80%;
}
.sp_nav nav ul li{
  width: 100%;
  padding: 5% 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.sp_nav nav ul li img{
  width: 80%;
}

.sp_nav nav ul li a{
  color: inherit;
  font-weight: bold;
  display: block;
  padding: 2% 0;
}

.sp_nav.active nav{
  transform: translate(0);
  z-index: 110;
  background-color: #fff;
  position: fixed;
  overflow: hidden;
}

article.fix{
  position: fixed;
}

main{
    overflow: hidden;
}
#pageTop {
    width: 30px;
    height: 30px;
    right: 20px;
}

#pageTop::after {
    top: 12px;
    left: 9px;
    width: 10px;
    height: 10px;
}

}