@charset "utf-8";
body {
  font-family: '秀英角ゴシック金 L', 'Shuei KakuGo Kin L', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #808088;
  /*background: #ffd0d9;*/
  background: #fff;
  width: 100%;
  min-width: 1200px;
  border-top: 3px solid #ff5577;
}

@keyframes anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}
#wrap {
  overflow-x: hidden;
  margin: 0 auto;
}
#wrapper{
  overflow-x: hidden;
  min-width: 1200px;
}


/*HEADER*/

header#header {
  background: #fff;
  height: 90px;
  width: 100%;
}
header#header .head_inner{
  margin: 0 auto;
  width: 1200px;
}
header#header h1 {
  float: left;
  margin-top: 17px;
  font-size: 18px;
  color: #ff5577;
  line-height: 31px;
}
header#header h1 img {
  display: inline-block;
  margin-right: 10px;
}
header#header nav {
  float: right;
  margin-top: 40px;
}
header#header nav ul {
  display: flex;
  justify-content: flex-end;
}
header#header nav ul li {
  margin-left: 20px;
}
header#header nav ul li a {
  color: #808088;
  display: block;
  font-size: 15px;
  padding: 1px 3px;
}
header#header nav ul li.on a {
  color: #ff5577;
}
header#header nav ul li a:hover {
  /*background-image: linear-gradient(-45deg, transparent, transparent 25%, #ffe96e 26%, #ffe96e 50%, transparent 51%, transparent 75%, #ffe96e 76%, #ffe96e 100%);
  background-size: 10px 10px;
  animation: anim 7s linear infinite;*/
  padding-top: 2px;
  color: #ff5577;
}
header#header .sns {
  float: right;
  margin-left: 20px;
  margin-top: 37px;
}
header#header .sns ul {
  display: flex;
  justify-content: flex-end;
}
header#header .sns ul li {
  margin-left: 10px;
}
header#header .sns ul li i {
  font-size: 25px;
  color: #ff5577;
  line-height: 30px;
}
header#header .sns ul li img{
  display: inline-block;
  margin-bottom: -4px;
}
header#header .sns ul li a{
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header#header .sns ul li a:hover{
  opacity: 0.6;
}
/*FOOTER*/
footer{
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0 -100%;
  padding: 0 100%;
}
.foot_area {
  width: 100%;
  overflow: hidden;
  margin: 0 -100%;
  padding: 0 100%;
  background: url(../images/bg2.png);
  height: 650px;
}
.foot_area .layout-box{
  width: 176px;
  margin: 0 auto;
  padding-right: 1px;
}
.foot_area p{
  text-align: center;
  color: #fff;
  font-size: 35px;
  line-height: 2.3;
  margin-top: 30px;
}
footer .copy {
  text-align: center;
  padding: 40px 0 40px;
}
footer .copy p {
  font-size: 20px;
  margin: 0 0 30px;
}
.copyright{
  font-size:  14px;
  font-family:Verdana,'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
}

#canvas {
  position:absolute;
  width:100%;
  height:100%;
  overflow: hidden;
}

/* ----------------
 Pagetop
---------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border:none;
    z-index: 4;
}
.pagetop a {
  background-image:none;
  padding:0px;
}