html {
  overflow: hidden;
  background: radial-gradient(#fff, #d3deeb);
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Noto Sans", "���S�V�b�N", "YuGothic", "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���C���I", "Meiryo", sans-serif;
  font-size: 1em;
}

canvas {
  display: block;
}

.detailBox {
  width: 450px;
  right: 40px;
  bottom: 40px;
  position: absolute;
  overflow: hidden;
  color: #434343;
}

@media screen and (max-width: 780px) {
  .detailBox {
    display: none;
  }
}

.detailBox__title {
  font-size: 34px;
  font-family: "������", "YuMincho", "�q���M�m���� ProN", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", serif;
  letter-spacing: 5px;
  padding-bottom: 7px;
  border-bottom: solid 1px #bebebe;
}

.detailBox__text {
  padding-top: 0px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: bold;
  color: #434343;
}



.linkBox {
  width: 100%;
  position: absolute;
  z-index: 99;
  display: none;
  bottom: 0px;
  left: 0px;
  background: white;
  padding: 10px;
  box-sizing: border-box;
}

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

}

.linkBox__list {
  width: 100%;
  box-sizing: border-box;
  margin: 25px 0 0px;
  padding: 0;
  overflow: hidden;
}
.linkBox__list li {
  width: 47%;
  margin: 4px;
  font-size: 14px;
  list-style: none;
  text-align: center;
  float: left;
  letter-spacing: 0.9px;
  font-weight: bold;
  border-radius: 50px;
}
.linkBox__list li a {
  display: block;
  background: #000;
  padding: 15px 10px;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
}

.linkBox__list li:nth-child(1) a{
  background: #484c4e;
}


.linkBox__list li:nth-child(1) a:hover{
  background: #fff;
  color: #484c4e;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px rgba(62, 70, 78, 0.4);
  border-radius: 50px;
}

.linkBox__list li:nth-child(2) a{
  background: #f481a5;
}
.linkBox__list li:nth-child(2) a:hover{
  background: #fff;
  color: #f481a5;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px #f481a5;
  border-radius: 50px;
}



.linkBox__list li:nth-child(3) a{
  background: #76bddd;
}
.linkBox__list li:nth-child(3) a:hover{
  background: #fff;
  color:  #76bddd;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px #76bddd;
  border-radius: 50px;
}


.linkBox__list li:nth-child(4) a{
  background: #d1d1d1;
}
.linkBox__list li:nth-child(4) a:hover{
  background: #fff;
  color:  #d1d1d1;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px #d1d1d1;
  border-radius: 50px;
}
@media screen and (max-width: 760px) {
  .linkBox__list {
    margin: 0 auto;
  }

}
