@charset "utf-8";

/*============================
コンテンツ
============================*/
#check {
  background: url(../img/check/mv_bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 640px) {
  #check {
    height: 100vh;
    background-image: url(../img/check/mv_bg_sp.jpg);
  }
}
#check .in {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#check .logo {
  text-align: center;
  margin-bottom: 0.5rem;
}

#check .title {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.34rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  #check .title {
    font-size: 0.24rem;
  }
}

#check .lead {
  text-align: center;
  font-size: 0.16rem;
  line-height: 2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  #check .lead {
    font-size: 0.14rem;
  }
}

#check strong {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 640px) {
  #check strong {
    font-size: 0.24rem;
  }
}

#check .list {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 640px) {
  #check .list {
    gap: 0.2rem;
    flex-wrap: wrap;
  }
}

#check .list .item {
  width: 2.35rem;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}

#check .list .item a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 0.21rem;
  font-weight: bold;
  background: #e5007f;
  color: #fff;
  padding: 0.2rem 0;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid #e5007f;
}
@media screen and (max-width: 640px) {
  #check .list .item a {
    font-size: 0.18rem;
  }
}

#check .list .item:last-child a {
  background: #fff;
  color: #e5007f;
}

#check .list .item a:hover {
  background: #fff;
  color: #e5007f;
}

#check .list .item:last-child a:hover {
  background: #e5007f;
  color: #fff;
}

#check .list .item a:after {
  content: "";
  display: block;
  width: 0.077rem;
  height: 0.12rem;
  background: url(../img/common/aroow_wh.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}

#check .list .item:last-child a:after {
  background: url(../img/common/btn_arrow_pink.svg) no-repeat center;
}

#check .list .item a:hover:after {
  background: url(../img/common/btn_arrow_pink.svg) no-repeat center;
}

#check .list .item:last-child a:hover:after {
  background: url(../img/common/btn_arrow_wh.svg) no-repeat center;
}

/* age-check.phpのボタンスタイル */
#check form {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 640px) {
  #check form {
    gap: 0.2rem;
    flex-wrap: wrap;
  }
}

#check form button {
  width: 2.35rem;
  display: block;
  text-decoration: none;
  font-size: 0.21rem;
  font-weight: bold;
  background: #e5007f;
  color: #fff;
  padding: 0.15rem 0;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid #e5007f;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  #check form button {
    font-size: 0.18rem;
  }
}

#check form button[value="no"] {
  background: #fff;
  color: #e5007f;
}

#check form button:hover {
  background: #fff;
  color: #e5007f;
}

#check form button[value="no"]:hover {
  background: #e5007f;
  color: #fff;
}

#check form button:after {
  content: "";
  display: block;
  width: 0.077rem;
  height: 0.12rem;
  background: url(../img/common/aroow_wh.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}

#check form button[value="no"]:after {
  background: url(../img/common/btn_arrow_pink.svg) no-repeat center;
}

#check form button:hover:after {
  background: url(../img/common/btn_arrow_pink.svg) no-repeat center;
}

#check form button[value="no"]:hover:after {
  background: url(../img/common/aroow_wh.svg) no-repeat center;
}
