@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
html *,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: "YuGothic","游ゴシック","Noto Sans JP", sans-serif;
  color: #393939;
  font-size: 13px;
  font-weight: 500;
  animation: bodyfadeIn 2s ease 0s 1 normal;
  -webkit-animation: bodyfadeIn 2s ease 0s 1 normal;
  /* font-feature-settings: "palt"; */
}
body.action {
  overflow-y: hidden;
}
.century {
  font-family: "Century Gothic", sans-serif;
}
.notojp {
  font-family: "Noto Sans JP", sans-serif;
}
.open_sans {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-size: 15px;
  line-height: 1.7;
}

a {
  color: #393939;
  text-decoration:none;
}

.trans {
  transition: all 0.3s;
}

.trans:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a img:hover{
  opacity:0.5;
  transition:0.5s;
}
.section_space_top{
  margin-top:100px;
}
.section_space_bottom{
  margin-bottom:150px;
}
.wrap {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}


.spv {
  display: none;
}
.tsv {
  display: none;
}
.sp_only {
  display: none;
}
@keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1px) and (max-width: 960px) {
  .trans:hover {
    opacity: 1;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .wrap {
    width: 90%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .pcv {
    display: none;
  }
  .spv {
    display: block;
  }
  p {
    font-size: 15px;
  }
  a {
    font-size: 15px;
  }
  .section_space_top{
    margin-top: 50px
  }
  .section_space_bottom{
    margin-bottom: 80px;
  }
}
/*コマクリログイン*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
