/***  media ***/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
.weibo_link a {
  color: #fff;
  padding-left: 50px;
}
@media (max-width: 990px) {
  .weibo_link a {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .weibo_link a {
    padding-left: 30px;
  }
}
.weibo_link a:before {
  position: absolute;
  content: "";
  width: 41px;
  height: 33px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_weibo.png) no-repeat center / contain;
}
@media (max-width: 990px) {
  .weibo_link a:before {
    width: 24px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .weibo_link a:before {
    width: 24px;
    height: 20px;
  }
}
.bg01 {
  background: url(../img/common/bg01.jpg) repeat center / contain;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .bg01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bg02 {
  background: url(../img/common/bg02.jpg) repeat center / contain;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .bg02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bg03 {
  background: url(../img/top/art_bg.jpg) no-repeat center / contain;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover ;
}
@media screen and (max-width: 768px) {
  .bg03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bg04 {
  background: url(../img/common/bg04.jpg) repeat-x center / contain;
  background-size: cover ;
}
.bg05 {
  background: url(../img/common/bg02.jpg) repeat center / contain;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .bg05 {
    padding-bottom: 50px;
  }
}
.txt_samll {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.bg_footer {
  background: url(../img/common/footer_bg.jpg) no-repeat center / contain;
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg_footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bg_footer .footer_logo img {
    max-width: 260px;
  }
}
.bg_footer .footer_item {
  display: flex;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .bg_footer .footer_item {
    display: block;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-bottom: 50px;
  }
}
.bg_footer .footer_item a {
  color: #fff;
}
.bg_footer .footer_item .footer_list {
  text-align: left;
  width: 25%;
  padding: 0 2.5%;
}
@media screen and (max-width: 768px) {
  .bg_footer .footer_item .footer_list {
    width: 100%;
    padding: 0;
  }
}
.bg_footer .footer_item .icon01,
.bg_footer .footer_item .icon02,
.bg_footer .footer_item .icon03,
.bg_footer .footer_item .icon04,
.bg_footer .footer_item .icon05 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .bg_footer .footer_item .icon01,
  .bg_footer .footer_item .icon02,
  .bg_footer .footer_item .icon03,
  .bg_footer .footer_item .icon04,
  .bg_footer .footer_item .icon05 {
    margin-bottom: 30px;
  }
}
.bg_footer .footer_item .icon01:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 26px;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_icon01.png) no-repeat center / contain;
}
.bg_footer .footer_item .icon02:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 26px;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_icon02.png) no-repeat center / contain;
}
.bg_footer .footer_item .icon03:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 26px;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_icon03.png) no-repeat center / contain;
}
.bg_footer .footer_item .icon04:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 26px;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_icon04.png) no-repeat center / contain;
}
.bg_footer .footer_item .icon05:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 26px;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_icon05.png) no-repeat center / contain;
}
.bg_footer .footer_item .icon_wechat {
  text-align: center;
}
.bg_footer .footer_item .icon_wechat p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .bg_footer .footer_item .icon_wechat {
    margin-bottom: 40px;
    text-align: left;
  }
  .bg_footer .footer_item .icon_wechat p {
    margin-left: 40px;
  }
}
.bg_footer .footer_item .icon_wechat img {
  max-width: 120px;
}
.bg_footer .footer_item a .footer_contact {
  width: 100%;
  background: #e4ba58;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #202020;
}
.bg_footer .footer_item a:hover .footer_contact {
  width: 100%;
  background: #a27300;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
.bg_footer .footer_menu {
  margin-bottom: 40px;
}
.bg_footer .footer_menu a {
  color: #fff;
}
.bg_footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bg_footer .footer_menu ul {
    display: block;
  }
}
.bg_footer .footer_menu ul li {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .bg_footer .footer_menu ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.bg_footer .footer_menu ul li:last-child {
  margin-right: 0;
}
.bg_footer .footer_copy {
  color: #fff;
  padding-top: 30px;
  border-top: solid 1px #bababa;
}
@media screen and (max-width: 768px) {
  .bg_footer .footer_copy {
    padding-top: 20px;
  }
}
