@charset "UTF-8";


.ui_fade,.ui_fade_i{
	transition: all 0.8s ease;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 70px);
}
.ui_fadein{
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}
.ui_modal_wp,.ui_modal_over{
	position: fixed;
	z-index: 1010;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui_modal_wp{
	display: none;
	opacity: 0;
}
.ui_modal_over{
	background: rgba(0,0,0,0.6);
}
.ui_modal_container{
	position: relative;
	z-index: 1011;
	background: #fff;
	max-height: calc(95vh - 105px);
    max-width: 885px;
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
}
.ui_modal_s{
	max-width: 500px;
	max-height: 250px;
}
.ui_modal_close{
	position: absolute;
	z-index: 102;
	right: 0;
	top: -0.4em;
	width: 2em;
	height: 2em;
	font-size: 1em;
	cursor: pointer;
}
.ui_modal_close:before,.ui_modal_close:after{
	content: '';
	position: absolute;
	top: 0.9em;
	left: 0.25em;
	width: 75%;
	height: 0.1em;
	background: #333;
}
.ui_modal_close:before{
	transform: rotate(45deg);
}
.ui_modal_close:after{
	transform: rotate(-45deg);
}
.ui_modal_content{
	display: none;
}
.ui_modal_body{
	overflow-y: auto;
    position: relative;
}
.ui_modal{
	cursor: pointer;
}
.ui_modal_container_you{
	background: none;
}
.ui_modal_container_you .ui_modal_body{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.4%;
}
.ui_modal_container_you .ui_modal_close{
	top: -44px;
}
.ui_modal_container_you .ui_modal_head h4{
	display: none;
}
.ui_modal_container_you .ui_modal_close:before,.ui_modal_container_you .ui_modal_close:after{
	background: #fff;
}
.ui_you_iframe{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: black;
}

.ui_slick .slick-dots{
	z-index: 3;
	margin: 0;
	padding: 0;
	bottom: -35px;
}
.ui_slick .slick-dots{
	margin: 0;
	padding: 0;
	border: none;
}
.ui_slick .slick-dots li button{
	background: #fff;
	appearance: none;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.ui_slick .slick-dots li.slick-active button {
    background: #ffd600;
}
.ui_slick .slick-prev, .ui_slick .slick-next{
	z-index: 4;
	top: auto;
	bottom: -80px;
	width: 40px;
	height: 40px;
	opacity: 1;
	background: #ffd600;
	border: 2px solid #002775;
}
.ui_slick .slick-prev{
	left: auto;
	right: 50px;
}
.ui_slick .slick-next{
	right: 0;
}
.ui_slick .slick-prev::after,.ui_slick .slick-next::after{
	border-color: #002775;
	width: 10px;
	height: 10px;
}
.ui_slick .slick-next:after{
	left: calc(50% - 9px);
}

.lp_sec{
	max-width: 480px;
	margin: 0 auto;
}
.lp_sec *{
	box-sizing: border-box;
	word-wrap: break-word;
}
.lp_sec img{
	max-width: 100%;
	line-height: 0;
	vertical-align: middle;
}
.lp_wide{
	max-width: 430px;
	margin: 0 auto;
}
.lp_kv_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 150%;
  background: url(../img/bg_blue.jpg) repeat-y center top;
  background-size: 100% auto;
}
.lp_kv_box .lp_kv_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  /* animation: fadeSlide 12s infinite; */
}
.lp_kv_box .lp_kv_item img {
  width: 100%;
  display: block;
}
.lp_kv_box .lp_kv_item:nth-child(1) {
  animation-delay: 0s;
}
.lp_kv_box .lp_kv_item:nth-child(2) {
  animation-delay: 6s;
}
@keyframes fadeSlide {
	0%   { opacity: 0; }
	12% { opacity: 1; }
	50% { opacity: 1; }
	62% { opacity: 0; }
	100% { opacity: 0; }
}

.lp_blue_wp{
	padding: 84px 0 55px;
	background: url(../img/bg_blue.jpg) repeat-y center top;
	background-size: 100% auto;
}
.lp_white_wp{
	padding: 216px 0 114px;
	background: #fff url(../img/bg_white_top.png) no-repeat center -1px;
	background-size: 100% auto;
}
.lp_blue_top{
	overflow: hidden;
	position: relative;
	padding-top: 180px;
}
.lp_blue_top::after{
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: 116px;
	background: url(../img/bg_blue_top.png) no-repeat center top;
	background-size: 100% auto;
}
.lp_lead01{
	margin-top: -25px;
	margin-bottom: 60px;
}
.lp_lead02{
	margin-bottom: 78px;
}
.lp_camp01{
	margin-bottom: 38px;
}
.lp_camp02{
	margin-bottom: 26px;
}
.lp_song01{
	margin-bottom: 68px;
}
.lp_song02{
	margin-bottom: 38px;
}
.lp_song03{
	margin-bottom: 36px;
}
.lp_special01{
	margin-bottom: 62px;
}
.lp_special02{
	margin-bottom: 35px;
}
.lp_team_box{
	margin-top: 74px;
	margin-bottom: 100px;
	padding: 58px 32px 0;
	height: 575px;
	background: url(../img/img_team01.png) no-repeat;
	background-size: 100% 100%;
}
.lp_team_item{
	position: relative;
	margin-top: 38px;
}
.lp_team_ins{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
}
.lp_coming{
	margin-bottom: 10px;
}
.lp_movie{
	position: relative;
}
.lp_movie::before{
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_movie_ov.png) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}
.lp_movie::after{
	content: '';
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 96px;
	height: 96px;
	background: url(../img/img_movie_btn.png) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}
#suntoryCommonHeader, #suntoryCommonFooter{
	position: relative;
	z-index: 9;
}
.lp_container{
	position: relative;
	z-index: 2;
	max-width: 480px;
	margin: 0 auto;
}
.lp_pc_fix{
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/pc_bg.jpg) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp_pc_fix img{
	max-width: 100%;
}
.lp_pc_left{
	width: calc(50% - 238px);
	height: 100vh;
	background: url(../img/pc_left.jpg) no-repeat center top;
	background-size: cover;
}
.lp_pc_right{
	width: calc(50% - 238px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp_pc_menu{
	max-width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.lp_pc_menu_tit{
	width: 60%;
	max-width: 173px;
}
.lp_pc_menu_a{
	margin-top: 3vh;
}

@media screen and (max-width:960px) {
	.lp_pc_left,.lp_pc_right{
		display: none;
	}
}
@media screen and (max-width:767px) {
	.lp_pc_fix{
		display: none;
	}
	.lp_container,.lp_sec{
		max-width: none;
	}
	.ui_slick .slick-dots{
		bottom: -7.2vw;
	}
	.ui_slick .slick-prev, .ui_slick .slick-next{
		bottom: -18vw;
	}
	.lp_blue_wp{
		padding: 17.5vw 0 11.5vw;
	}
	.lp_wide{
		max-width: 90vw;
	}
	.lp_white_wp{
		padding: 45vw 0 23.75vw;
	}
	.lp_blue_top{
		padding-top: 37.5vw;
	}
	.lp_blue_top::after{
		height: 24.2vw;
	}
	.lp_lead01{
		margin-top: -5.2vw;
		margin-bottom: 12vw;
	}
	.lp_lead02{
		margin-bottom: 16.25vw;
	}
	.lp_camp01{
		margin-bottom: 7.92vw;
	}
	.lp_camp02{
		margin-bottom: 5.4vw;
	}
	.lp_song01{
		margin-bottom: 14.2vw;
	}
	.lp_song02{
		margin-bottom: 7.92vw;
	}
	.lp_song03{
		margin-bottom: 7.5vw;
	}
	.lp_special01{
		margin-bottom: 13vw;
	}
	.lp_special02{
		margin-bottom: 7.3vw;
	}
	.lp_team_box{
		margin-top: 15.4vw;
		margin-bottom: 20.83vw;
		padding: 12.08vw 6.66vw 0;
		height: 119.8vw;
	}
	.lp_team_item{
		margin-top: 7.92vw;
	}
	.lp_team_ins{
		width: 10.42vw;
	}
	.lp_coming{
		margin-bottom: 2vw;
	}
	.lp_movie::after{
		width: 20vw;
		height: 20vw;
	}
	
	
	
	
}
