.modal-open-y{
	
}
.modal-container-y{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
z-index: 100;
}
.modal-container-y.active{
  opacity: 1;
  visibility: visible;
}
.modal-container-y:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-body-y{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    left: 50%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.modal-close-y{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
	background-color: #b4b4b4;
}
.modal-content-y{
  background: #fff;
  text-align: left;
}
.confirm-y {
	background-image: url("../images/ranking/yokohama_popup_bg.png?=518");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 400px;
	height: 500px;
	padding: 135px 0 0;
	box-sizing: border-box;
}
.confirm-y .btn_area {
	width: 330px;
	margin: 0 auto;
}
.confirm-y .banner_link {
	padding: 0 44px;
	margin: 0 0 10px;
}

.confirm-y .banner_link img{
	width: 100%;
}
.btn_yes,
.switch-y {
	width: 100%;
}
.btn_yes img,
.switch-y img {
	width: 100%;
	height: auto;
}
.no-yokohama {
	background-image: url("../images/ranking/yokohama_no_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 400px;
	height: 500px;
	padding: 235px 0 0;
	box-sizing: border-box;
}
.no-yokohama .btn_area {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
}
.no-yokohama .btn_area div {
	width: 170px;
}
.no-yokohama .btn_area div a {
	display: block;
	width: 100%;
}
.no-yokohama .btn_area div a img {
	display: block;
	width: 98%;
	height: auto;
	margin: 0 auto;
}