/* ---- 未ログイン時トップ --------------------------------*/
.top {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.top img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
  width: 100%;
}
.top .relative {
  position: relative;
  height: 100%;
}
.top .absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.top div {
  text-align: center;
}
.top_login {
  padding: 0 0;
}
.top_login.bottom {
  background-color: transparent;
}
.top_login li {
  float: left;
  width: 50%;
  margin: 0 0;
  text-align: center;
}
.top_login li a {
  width: 100%;
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: 0.5rem;
}
.top_login li a.regist {}
.top_login li a.regist.muryo {}
.top .top_fv .absolute {
  top: auto;
  bottom: 5%;
}
.top .top_btn img {
  width: 80%;
  margin: 0 auto 8% auto;
}
@media screen and (min-width:768px) {
  .top .top_fv .absolute {
    top: auto;
    bottom: 40px;
  }
}
.top .top_list {
  text-align: left;
  margin: 50px auto;
}
.top .top_list h3 {
  font-size: 2rem;
  margin: 3% auto;
  width: 90%;
}
.top .top_list.pink h3 {
  color: #ff7fa6;
  text-shadow: 0 0 8px #ff7fa6;
}
.top .top_list.green h3 {
  color: #00deaf;
  text-shadow: 0 0 8px #00deaf;
}
.top .top_list ul {
  width: 90%;
  margin: 3% auto;
}
.top .top_list ul li {
  width: 100%;
  padding: 15px 8px;
  border-radius: 5px;
  margin: 15px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 70px;
}
.top .top_list ul li a {
  display: block;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  line-height: 150%;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .top .top_list ul li {
    padding: 28px 15px;
    margin: 25px auto;
  }
  .top .top_list ul li a {
    font-size: 20px;
  }
}
.top .top_list.pink ul li {
  background: -moz-linear-gradient(top right, rgba(227, 196, 238, 0.45), rgba(153, 84, 130, 0.7));
  background: -webkit-linear-gradient(top right, rgba(227, 196, 238, 0.45), rgba(153, 84, 130, 0.7));
  background: linear-gradient(to bottom left, rgba(227, 196, 238, 0.45), rgba(153, 84, 130, 0.7));
}
.top .top_list.green ul li {
  background: -moz-linear-gradient(top right, rgba(182, 229, 207, 0.45), rgba(57, 116, 77, 0.7));
  background: -webkit-linear-gradient(top right, rgba(182, 229, 207, 0.45), rgba(57, 116, 77, 0.7));
  background: linear-gradient(to bottom left, rgba(182, 229, 207, 0.45), rgba(57, 116, 77, 0.7));
}
.top ul.top_cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 94%;
  margin: 20px auto;
}
.top ul.top_cat li {
  width: 50%;
  padding: 2%;
}
.top ul.top_cat li img {
  border-radius: 5px;
}
a.top_otameshi {
  text-decoration: none !important;
}
a.top_otameshi div {
  background-color: #e965c0;
  background: -webkit-linear-gradient(top, rgba(233, 102, 192, 0.7) 0%, rgba(226, 45, 255, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(233, 102, 192, 0.7) 0%, rgba(226, 45, 255, 0.7) 100%);
  padding: 20px 4%;
  text-align: center;
}
a.top_otameshi div h5 {
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 0 0 3px #fff;
  margin-bottom: 15px;
}
a.top_otameshi div h6 {
  font-size: 14px;
  color: #fff;
}
a.top_otameshi div h6 span {
  font-weight: bold;
  color: #FBFF9C;
}
#top_foot_scroll {
  display: none;
  z-index: 99;
  position: fixed;
}
.top_foot_scroll {
  width: 100%;
  max-width: 768px;
  position: fixed;
  bottom: 0px;
  background-color: rgba(23, 71, 97, 0.8);
  color: #fff;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
  left: 50% !important;
  transform: translate(-50%) !important;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  z-index: 99;
}
.top_foot_scroll a {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  width: 45%;
  z-index: 99;
  position: relative;
}
@media screen and (max-height:600px) {
  #top_foot_scroll {
    display: block;
  }
}
@media screen and (min-width:768px) {
  .top_foot_scroll {
    padding: 15px 0;
  }
  .top_foot_scroll a {
    font-size: 25px;
    padding: 15px 0px;
  }
}
.top_login_img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
}
/* ---- fadein ---------------------------------*/
.fade {
  opacity: 0;
  transform: translate(0px, 50px);
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -ms-transition: all 500ms;
}
.fade.moeru {
  transform: translate(-100px, 0px);
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -ms-transition: all 200ms;
}
.fade.fadein {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
/* ---- about --------------------------------*/
.about_wrap {}
.about_cont {
  width: 90%;
  margin: 0 auto;
}
.about_cont .waku {
  background-color: #fceee9;
  border-radius: 3rem;
  padding: 5rem 3rem 3rem 3rem;
  margin: -8rem auto 3rem auto;
  width: 80%;
}
.about_cont h4 {
  color: #aa8942;
  border-bottom: 1px solid #aa8942;
  padding-bottom: 0.2rem;
  font-size: 14px;
  margin-bottom: 14px;
}
.about_cont p.txt {
  font-size: 1.15rem;
  text-align: left;
  line-height: 2.7rem;
  margin: 0 auto;
}
.about_cont p.txt a {
  color: #aa8942;
  font-size: 14px;
  text-decoration: none;
}
.about_cont p.txt a i {
  padding-left: 0.3rem;
}
.about_intro {
  text-align: center;
  margin: 0 auto;
}
.about_intro img {
  max-width: 70%;
  height: auto;
  margin: 1rem auto;
}
.about_intro h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.7rem;
}
.about_intro p {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .about_cont .waku {
    margin: -9.5rem auto 3rem auto;
  }
  .about_wrap h2.ttl {
    font-size: 30px;
    padding: 18px 0 10px 0;
  }
  .about_cont h4 {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  .about_cont p.txt {
    font-size: 14px;
    line-height: 3rem;
  }
  .about_cont p.txt a {
    font-size: 14px;
  }
  .about_cont p.txt a i {
    padding-left: 0.5rem;
  }
  .about_intro {
    margin: 0 auto 4rem auto;
  }
  .about_intro img {
    margin: 0 auto 14px auto;
  }
  .about_intro h3 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .about_intro p {
    font-size: 1.35rem;
  }
}