.sp{
    display: none;
}
.pc{
    display: block;
}
@media screen and (max-width: 768px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}

#popup_shop .pu_top.pc{
    background-image: url(../img/popup_shop/main_pc.png);
    background-size: cover;
    background-position:top center;
    width: 100%;
    height: 120vh;
    background-repeat: no-repeat;
    position: relative;
}
#popup_shop .pu_top.sp{
    background-image: url(../img/popup_shop/main_sp.png);
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 789px !important;
    background-repeat: no-repeat;
    position: relative;
}
#popup_shop .pu_top .top_text{
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
#popup_shop .pu_top p{
    font-size: 20px;
    font-weight: bold;
    line-height:2em;
    margin-bottom: 43px;
    text-align: center;
}
#popup_shop .pu_top p span{
    font-weight: bolder;
}
#popup_shop .pu_top p a{
    color:#E75881;
}
#popup_shop .pu_top .hope{
    font-size: 14px;
    font-weight: 300;
}
.space{
    background-image:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(../img/popup_shop/bg_img.png);
    background-size: 25%;
    background-repeat:repeat;
    padding: 0 !important;
}
.space .space_container{
    max-width: 1040px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 auto 80px !important;

}
.space .space_container h2{
    padding-top: 78px;
    margin: auto;
    text-align: center;
}
.space .space_container h2 img{
   max-width: 302px;
   width: 100%;
}
.first_floor_bnr{
    max-width: 517px;
    width: 100%;
    margin:50px auto 30px;
    display: flex;
}
.first_floor{
    padding: 0 0 88px;
}
.first_floor h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.first_floor h3 span{
    display: inline-block;
    padding: 0 12px;
    position: relative;
}
.first_floor h3 span::before,
.first_floor h3 span::after{
    content: "";
    background-image: url(../img/popup_shop/Ellipse.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.first_floor h3 span::before{
    left: 0;
}
.first_floor h3 span::after{
    right: 0;
}
.central_square{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.central_square .central_square_inner{
    display: flex;
    justify-content: center;
    padding: 10px 80px;
}
.central_square .central_square_inner img{
    margin: 0 10px;
    width: 50%;
}
.central_square p{
    font-size:16px;
    font-weight: 400;
    text-align: left;
    max-width: 522px;
    width: 100%;
}
.terrace{
    margin: 54px 0 48px;
}
.terrace .terrace_inner{
    display: flex;
    justify-content: center;
    padding: 10px 80px;
    align-items: flex-end;
}
.terrace .terrace_inner .left_col{
    margin-right: 20px;
}
.terrace .terrace_inner .right_col{
    margin-left: 20px;
}
.terrace .terrace_inner img{
    width: 100%;
}
.terrace .terrace_inner .weekly{
    color: #fff;
    font-size: 16px;
    border-radius:12px;
    text-align: center;
    margin: -5px 0 17px;
    padding: 0 !important;
}
.terrace .terrace_inner .weekly span{
    background-color:#E75881;
    padding: 2px 10px !important;
    border-radius: 20px;
    font-weight: bold;
}
.terrace .terrace_inner .left_col p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding-top: 16px;
}
.terrace .terrace_inner .right_col p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding-top: 16px;
}
.terrace .terrace_inner .left_col h3{
    padding-bottom: 20px;
}
/* .terrace .terrace_inner .left_col h3 span::after{
    top: 30%;
    left: 21%;
}
.terrace .terrace_inner .left_col h3 span::before{
    left: 77%;
    top: 30%;
}
.terrace .terrace_inner .right_col h3 span::after{
    left: 24%;
}
.terrace .terrace_inner .right_col h3 span::before{
    left: 74%;
} */
.twelve_floor .twelve_floor_inner img{
    max-width: 517px;
    width: 100%;
    margin: 50px auto 30px;
    display: flex;
    margin-bottom: 36px;
}
.twelve_floor .twelve_floor_inner h3{
    margin: 0;
}
/* .twelve_floor .twelve_floor_inner h3 span::after{
    left: 42.5%;
}
.twelve_floor .twelve_floor_inner h3 span::before{
    left: 57%;
} */
.twelve_floor .twelve_floor_inner .mio_hall_img{
    max-width: 390px;
    width: 100%;
    margin: 29px auto 15px;
}
.twelve_floor .twelve_floor_inner .mio_hall_img p{
    font-size: 16px;
  }
.btn_hall{
    text-align: center;
}
.btn_hall a{
    background-color:#E75881;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 89px 24px 72px;
    display: inline-block;
    position: relative;
}
.btn_hall a::after{
    content: "";
    background-image: url(../img/popup_shop/angel_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 9px;
    height: 16px;
    transform: translateY(-50%);
}
/*=====================*/
#slider{
	width: 100%;
	max-width: 1000px;
	margin: 90px auto 0;
	position: relative;
    padding: 0 75px 88px;
}
.otherfloor_img{
    max-width: 517px;
    width: 100%;
    margin: 50px auto 30px;
    display: flex;
    margin-bottom: 36px;
}
.slider{
	display: none;
	margin: 0 20px;
}
	.slider.slick-initialized{
		display: block;
        padding: 0 40px;
	}
/* dotsカスタム */
.slick-dots{
	bottom: -35px!important;
}
.slick-dots li{
	padding: 0 !important;
	width: 10px;
}
	.slick-dots li button {
		border: 0;
		background: transparent;
		display: block;
		height: 10px;
		width: 10px;
		outline: none;
		line-height: 0px;
		font-size: 0px;
		color: transparent;
		padding: 10px;
		cursor: pointer;
		position: relative;
	}
	.slick-dots li button:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		font-size: 0!important;
		opacity: 1!important;
		border-radius: 50%;
		width: 10px!important;
		height: 10px!important;
		line-height: 10px!important;
		text-align: center;
		-webkit-font-smoothing: antialiased;
        background-color: #D1D1D1;
        border: none;
	}
	.slick-dots li.slick-active button:before{
		content: "";
		background: #E75881;
		border:none;
	}

/* arrowsカスタム */
.slider .slick-prev,
.slider .slick-next{
	top: 50%;
    width: 13px !important;
    height:26px !important;
}
	.slick-next:before{
		content: url(../img/popup_shop/next.png)!important;
	}
	.slick-prev:before{
		content: url(../img/popup_shop/prev.png)!important;
	}
	.slick-prev:before, .slick-next:before{
		opacity: 1;
	}
    .slide_text{
        font-weight: bold;
        font-size: 24px;
        text-align: center;
    }
@media screen and (max-width: 768px){
    #popup_shop .pu_top .top_text{
        text-align: center;
        position: inherit;
        top: 55%;
        /* padding: 0 40px; */
        padding: 0 20px;
        /* bottom:36px; */
    }
    #popup_shop .pu_top p{
        font-size: 18px;
        line-height: 1.6em;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    #popup_shop .pu_top .hope{
        font-size: 12px;
        padding-bottom: 30px;
    }
    .space .space_container{
        margin: 0 20px;
        padding: 0 20px;
    }
    .space .space_container h2{
        padding: 36px 0 32px;
    }
    .space .space_container h2 img {
        max-width: 211px;
      }
      .first_floor_bnr{
        margin: 0 auto 30px;
      }
      .first_floor_bnr {
        margin: 0 auto 20px;
      }
      .first_floor h3{
        font-size: 20px;
      }
      /* .first_floor h3 span::before{
        left: 0%;
      }
      .first_floor h3 span::after{
        right: 0%;
      } */
      .central_square .central_square_inner{
        flex-direction: column;
        padding:10px 0;
      }
      .central_square .central_square_inner img {
        margin: 4px 0;
        width: 100%;
      }
      .terrace{
        margin: 0;
      }
      .terrace .terrace_inner{
        padding: 20px 0;
        flex-direction: column;
      }
      .terrace .terrace_inner .left_col{
        margin: 0;
      }
      .terrace .terrace_inner .right_col{
        margin: 0;
        padding: 20px 0;
      }
      /* .terrace .terrace_inner .left_col h3 span::after {
        top: 30%;
        left: 15%;
      }
      .terrace .terrace_inner .left_col h3 span::before {
        top: 30%;
        left: 83%;
      }
      .terrace .terrace_inner .right_col h3 span::after {
        left: 20%;
      }
      .terrace .terrace_inner .right_col h3 span::before {
        left: 78%;
      } */
      .twelve_floor .twelve_floor_inner img{
        margin: 0;
      }
      /* .twelve_floor .twelve_floor_inner h3 span::before {
        left: 70%;
      }
      .twelve_floor .twelve_floor_inner h3 span::after {
        left: 28.5%;
      } */
      .twelve_floor .twelve_floor_inner .mio_hall{
        padding: 10px 0;
      }
      .twelve_floor .twelve_floor_inner .mio_hall_img{
        margin: 0 auto 10px;
      }
      .twelve_floor .twelve_floor_inner .mio_hall_img p{
        font-size: 16px;
      }
      .btn_hall a{
        font-size: 16px;
        padding: 16px 70px 16px 40px;
      }
      #slider{
        margin: 70px auto 0;
        padding: 0 0 20px;
      }
      .slider.slick-initialized{
		display: block;
        padding: 0 10px;
	}
    .slider{
        display: none;
        margin:0;
    }
    .slide_text{
        font-size: 20px;
    }
    .slick-next:before{
		content: url(../img/popup_shop/next.svg)!important;
	}
	.slick-prev:before{
		content: url(../img/popup_shop/prev.svg)!important;
	}

}
    /*=================================
                CASE
    ==================================*/
    .case{
        background-color: #F4F4F4;
        padding: 0 !important;
        position: relative;
    }
    .case_container{
        position: relative;
        padding: 0 0 80px;
    }
    .case .strip_image{
        position: absolute;
        top: 0;
        right: 0;
        z-index:0;
        max-width: 433px;
        width: 100%;
    }
    .case .square_image{
        position: absolute;
        bottom: 0;
        left: 0;
        z-index:0;
        max-width: 340px;
        width: 100%;
    }
    .case h2{
        padding: 80px 0 48px;
        margin: auto;
        text-align: center;
    }
    .case h2 img{
       max-width: 302px;
       width: 100%;
    }
    #slider_2{
        width: 100%;
        position: relative;
        z-index: 20;
    }
 @media screen and (max-width: 768px){
    .case{
        padding: 0 10px !important;
    }
    .case_container{
        padding-bottom: 56px;
    }
    .case .strip_image{
        max-width: 238px;
    }
    .case .square_image{
        max-width: 109px;
    }
    .case h2{
        padding: 36px 0;
    }
    .case h2 img{
        max-width: 211px;
        width: 100%;
    }
 }
 /*============================
        ENTRY FORM
==============================*/
.entry_form{
    background-image: linear-gradient(rgba(98,98,98,0.7),rgba(98,98,98,0.7)),url(../img/popup_shop/bg_bnr.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
}
.entry_form .entry_btn{
    max-width: 639px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
}
@media screen and (max-width: 768px){
    .entry_form{
        padding: 0 20px;
    }
    .entry_form .entry_btn{
        padding: 45px 0;
    }
}
