/* ---- 非会員トップ --------------------------------*/
#wrap.wrap_top{
  padding-top:0!important;
}
#wrap.wrap_top .header{
  background:none;
}
#wrap.wrap_top .header h1{
  visibility:hidden;
}

/* ---- common ---- */
.top img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
}
.top img.max {
  width: 100%;
  height: auto;
}
.top .relative {
  position: relative;
  height: 100%;
}
.top .absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.top div {
  text-align: center;
}

/* ---- otameshi ---- */
.top_otameshi {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  background-color:#ffb890;
  border-radius: 0.8rem;
  width: 90%;
  margin: -1.5rem auto 1rem auto;
  text-align: center;
  -webkit-animation: 0.5s jump infinite alternate linear;
  -moz-animation: 0.5s jump infinite alternate linear;
  animation: 0.5s jump infinite alternate linear;
  text-decoration: none;
}
@-webkit-keyframes jump {
  0% {
    transform: transtateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@-moz-keyframes jump {
  0% {
    transform: transtateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
@keyframes jump {
  0% {
    transform: transtateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}
.top_otameshi:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffb890;
}
.top_otameshi h5 {
  font-size: 2rem;
  margin-bottom: .5rem;
  color: #ffffff;
}
.top_otameshi h6 {
  font-size: 1.3rem;
  letter-spacing: 0.03rem;
  color: #ffffff;
}
.top_otameshi h6 span {
  color: #F2FF6C;
}

/* ---- button ---- */
.top .top_login {
  z-index: 2;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
  bottom: 12%;
  padding:0 2.5%;
}
.top .top_login li {
  float: left;
  width: 46%;
  margin: 0 2%;
  text-align: center;
  position:relative;
}
.top .top_login li.top_login_bg{
  width:100%;
  display:block;
  position:absolute;
  bottom: -90%;
  float:none;
  margin:0 -2.5%;
  z-index:0;
}
.top .top_login li a.btn {
  width: 100%;
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  background-color: rgba(255,255,255,0.7);
  color: #89D8EE !important;
  border:2px solid #89D8EE;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
  font-weight: 600;
  border-radius: 1rem;
}
.top .top_login li a.btn.regist{
  color: #FFA7C8 !important;
  border:2px solid #FFA7C8;
}
.top .top_login li a.btn.muryo {
  text-shadow: 0 0 5px rgba(255, 246, 164, 0.7);
  background-color: rgba(255,246,164,0.15);
  letter-spacing: 0.25rem;
  text-indent: 0.25rem;
}
.top .last .top_login {
  position:relative;
  bottom: auto;
  padding:0 2.5%;
  margin-top:15%;
}
@media screen and (max-width:320px) {
  .top .top_login li a.btn {
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}
@media screen and (min-width:600px) and (max-height:800px) {
  .top .top_login li a.btn {
    font-size: 20px;
  }
}
@media screen and (min-width:768px) {
  .top .top_login li a.btn {
    padding: 15px 0 !important;
    font-size: 2rem !important;
  }
}

/* ---- fv ---- */
.top .fv {
  width: 100%;
  height: 65vh;
  min-height: 450px;
  overflow: hidden;
}
.top .fv_btn img{
  max-width:300px;
  width:60%;
  height:auto;
  margin-left:2%;
}
.top .fv_circle {
  background: url(/image/site/a_top_fv_bg.png),-moz-linear-gradient(0deg, rgba(164,238,226,0.8) 10%, rgba(255,192,216,0.8) 80%) no-repeat;
  background: url(/image/site/a_top_fv_bg.png),-webkit-linear-gradient(0deg, rgba(164,238,226,0.8) 10%, rgba(255,192,216,0.8) 80%) no-repeat;
  background: url(/image/site/a_top_fv_bg.png),linear-gradient(90deg, rgba(164,238,226,0.8) 10%, rgba(255,192,216,0.8) 80%) no-repeat;
  background-size:contain;
  background-repeat: no-repeat;
  background-position:bottom center;
  animation: uneune 12s linear infinite;
  -webkit-animation: uneune 12s linear infinite;
  width: 80%;
  height: 58vh;
  min-height:380px;
  overflow: hidden;
  display: block;
  position:absolute;
  top:-50px;
  right:-50px;
  border-radius: 69% 31% 65% 35% / 27% 65% 35% 73%;
}
.top .fv_circle.bg {
  background: -moz-linear-gradient(0deg, rgba(164,238,226,0.1) 10%, rgba(255,192,216,0.1) 80%) no-repeat;
  background: -webkit-linear-gradient(0deg, rgba(164,238,226,0.1) 10%, rgba(255,192,216,0.1) 80%) no-repeat;
  background: linear-gradient(90deg, rgba(164,238,226,0.1) 10%, rgba(255,192,216,0.1) 80%) no-repeat;
  -moz-animation: uneune 20s linear infinite;
  -webkit-animation: uneune 20s linear infinite;
  animation: uneune 20s linear infinite;
  width: 90%;
  height: 50vh;
  min-height:250px;
  border-radius: 60% 50% 20% 80% / 50% 60% 40% 70%; 
}
@-moz-keyframes uneune {
  0%   { border-radius: 69% 31% 65% 35% / 27% 65% 35% 73%; }
  25%  { border-radius: 69% 31% 33% 67% / 45% 55% 45% 55%; }
  50%  { border-radius: 47% 53% 15% 85% / 29% 33% 67% 71%; }
  75%  { border-radius: 78% 22% 56% 44% / 60% 60% 40% 40%; }
  100% { border-radius: 69% 31% 65% 35% / 27% 65% 35% 73%; }
}
@-webkit-keyframes uneune {
  0%   { border-radius: 69% 31% 65% 35% / 27% 65% 35% 73%; }
  25%  { border-radius: 69% 31% 33% 67% / 45% 55% 45% 55%; }
  50%  { border-radius: 47% 53% 15% 85% / 29% 33% 67% 71%; }
  75%  { border-radius: 78% 22% 56% 44% / 60% 60% 40% 40%; }
  100% { border-radius: 69% 31% 65% 35% / 27% 65% 35% 73%; }
}
@keyframes uneune {
  0%   { border-radius: 69% 31% 65% 35% / 27% 65% 35% 73%; }
  25%  { border-radius: 69% 31% 33% 67% / 45% 55% 45% 55%; }
  50%  { border-radius: 47% 53% 15% 85% / 29% 33% 67% 71%; }
  75%  { border-radius: 78% 22% 56% 44% / 60% 60% 40% 40%; }
  100% { border-radius: 69% 31% 65% 35% / 27% 65% 35% 73%; }
}
.top .fv_center {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-height:550px) {
  .top .fv {
    height: 90vh;
    min-height: 450px;
  }
}
@media screen and (min-width:375px) and (min-height:668px) {
  .top .fv {
    height: 70vh;
    min-height: 450px;
  }
}
@media screen and (min-width:600px) {
  .top .fv {
    height: 100vh;
    min-height: 700px;
  }
  .top .top_login li.top_login_bg{
    bottom:-110%
  }
  .top .fv_circle{
    height: 80vh;
    width: 70%;
    top: -100px;
  }
  .top .fv_circle.bg{
    width:80%;
    height:60vh;
  }
}

/* ---- top_content ---- */
.top h2{
  margin-bottom: 2rem;
}

.top .top_list{
  margin: 10px 0 5% 5%;
  position:absolute;
  bottom:5%;
  width:100%;
  height:65%;
}
.top .top_list li{
  width:63%;
  margin-right:-2%;
}
.top .top_list li img{
  width:100%;
  height:auto;
}
.top .top_list li:last-child{
  margin-right:10%;
}
.top .top_list .swiper-pagination-bullets{
  width:90%;
  bottom: -5%;
}
.top .top_list .swiper-pagination-bullet {
  background: #e6e6e6;
  opacity: 0.6;
}
.top .top_list .swiper-pagination-bullet-active{
  background: #e0c2ff;
  opacity: 1;
}
@media screen and (min-width:768px) {
  .top .top_list .swiper-pagination-bullet{
    width:12px;
    height:12px;
  }
}

.top .last {
  margin-top: -35%;
  background: -webkit-linear-gradient(left, rgba(255, 240, 216, 0.3) 30%, rgba(164, 238, 226, 0.2));
  background: -o-linear-gradient(left, rgba(255, 240, 216, 0.3) 30%, rgba(164, 238, 226, 0.2));
  background: linear-gradient(to right, rgba(255, 240, 216, 0.3) 30%, rgba(164, 238, 226, 0.2));
  padding: 25% 0 13% 0;
  text-align: center;
}
.top .last .top_btn {
  margin: 20px auto;
  width: 85%;
}
.top .last + .top_otameshi{
  margin:-6% auto 4rem auto;
}
@media screen and (min-width: 480px) {
  .top .last .top_btn {
    font-size: 2.5rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .top .last {
    margin-top: -15%;
    padding: 16% 0;
  }
}
/* ---- fadein ----*/
.fade {
  opacity: 0;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
}
.fade.fadein {
  opacity: 1;
}
.top .fv_logo {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
