@charset "UTF-8";
/*変数設定用*/
@font-face {
  font-family: "mplus";
  src: url("./../fonts/mplus-1m-bold.ttf");
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:hover p:hover {
  opacity: 0.7;
}

a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 62.5%;
  overflow-x: hidden;
  position: relative;
  transition: 0.6s;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.container_wrap {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .container_wrap {
    width: 95%;
  }
}

.container {
  max-width: 1000px;
  margin: auto;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .container {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 100;
}

#page-top .batsu {
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer;
}

#page-top.none {
  opacity: 0;
  display: none !important;
}
