@charset "utf-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family:'Noto Sans JP';
  font-weight:300;}
ol, ul {
  list-style: none;
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

/*!animation custom*/
@-webkit-keyframes pulse2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse2 {
  -webkit-animation-name: pulse2;
  animation-name: pulse2;
}


.displaySp { display: block;}
.displayPc { display: none;}
.invisible {
visibility: hidden;
}
.boxtxt {
  font-size: 80%;
  border: 1px solid #000;
  padding: 0 3px;
}
.circletxt {
  font-size: 85%;
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 10px;
  background: #000;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1200;

}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.toplink {
  width: 70%;
  margin: 10% auto 0;
}
.toplink img {
  display: block;
}
.toplink .toplink_btn {
}
.toplink .top_img {
  width: 68%;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
.displaySp { display: none;}
.displayPc { display: block;}
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: -60px;
  bottom: 50px;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.toplink {
  width: 350px;
  margin: 50px auto 0;
}
}

@media screen and (min-width:769px) and (max-width: 1023px) {
.toplink {
  width: 34.1%;
  margin: 4.88% auto 0;
}}

@media screen and (min-width:1023px) and (max-width: 1119px) {
}

