@charset "utf-8";
/* CSS Document */


* {
	cursor: none!important;
}

figure#mouse-pointer {
    background-image: url('../img/cu.png');
    width: 30px;
    height: 29px;
    position: absolute;
    margin-left: -8px;
    display: block;
    z-index: 1002;
}
body {
    font-family: "貂ｸ繧ｴ繧ｷ繝?け", "Yu Gothic", "繝｡繧､繝ｪ繧ｪ", Meiryo, "Meiryo UI", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* 
------------------------------------------------- */
img {
width:100%;
height:auto;
}
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#loader-bg img {	
    width:30px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.wrapper {
position:relative; /*topBtnの親要素に指定*/
}


header,
footer {
  padding: 50px 0;
  background-color: gray;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
main {
  position: relative;
    overflow: hidden;

}
main p {
  text-align: center;
}
.header {

  text-align:center;
  background-color:#eed;
}

.footer {
  height:200px;
  text-align:center;
  background-color:#eed;
}





/*トップへ戻るボタン*/
.topBtn {
    position: fixed; /*固定*/
    bottom: 20px; /*場所を右下に移動*/
    right: 20px; /*場所を右下に移動*/
    display: block; /*aタグをblock要素に変更*/
    background-color: rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 30px;
    box-sizing: border-box;
    z-index: 100;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}
@media screen and (min-width:600px){
    .os {
        display: none;
    }
#wrapper #health .op.img2pc {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

}
@media screen and (max-width:600px){
    .op {
        display: none;
    }
figure#mouse-pointer {
    
    display: none;
}
}
