html {
	font-size: 62.5%;
	overscroll-behavior: auto !important;
}
body * {
	box-sizing: border-box;
}
.holdings_header {
	position: absolute;
	width: 100%;
	padding: 12px 30px;
	text-align: left;
	background-color: #f2f2f2;
	z-index: 10;
}
.holdings_header img {
	width: 108px;
	height: 16px;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.loading-bro {
    margin: 0 auto;
    width: 100px;
}
#load {
    width: 100px;
    animation: loading 3s linear infinite;
}
#load #loading-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 14;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle 2s linear infinite;
    stroke: #666;
    fill: transparent;
}
@keyframes loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loading-circle {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -600;
    }
}
#create_with_lp {
	text-align: center;
	color: #FFF;
}
#create_with_lp * {
	margin: 0;
	padding: 0;
}
#create_with_lp .for_deviceS {
	display: none;
}
#create_with_lp .for_deviceL {
	display:  initial;
}
#create_with_lp .icon-newwin::after {
	margin-left: 5px;
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	background: url("/ppnd/etc/designs/panasonic/holdings/images/holdings-icn-newtab.svg") no-repeat center center;
	background-size: contain;
}

#create_with_lp .float {
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 30px 50px 0;
	display: none;
	text-align: left;
	z-index: 100;
}
#create_with_lp .float img {
	width: auto;
	height: 30px;
	cursor: pointer;
}
#create_with_lp .scrolldown {
	position: absolute;
	top: 90vh;
	left: 50%;
	z-index: 20;
}
#create_with_lp .scrolldown span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #f2f2f2;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
#create_with_lp .scrolldown::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f2f2f2;
	animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
      0%{ bottom:45px; }
     100%{ bottom:-5px; }
 }
@keyframes cirlemovehide {
    0%{ opacity:0; }
    50%{ opacity:1; }
    80%{ opacity:0.9; }
	100%{ opacity:0; }
 }
#create_with_lp .scrolldown::after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	width: 2px;
	height: 50px;
	background: #f2f2f2;
}
#create_with_lp .bg_movie_wrap01 {
	width: 100vw;
	height: 100vh;
}
#create_with_lp .brand_logo {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events:none;
	z-index: 2;
}
#create_with_lp .brand_logo img {
	aspect-ratio: 258 / 69;
	width: 23.45%;
}
#create_with_lp .curtain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events:none;
	z-index: 1;
}
#create_with_lp .curtainLeft {
	position: absolute;
	width: 200vw;
	height: 100%;
	top: 0px;
	right: 41.85%;
	background-color: #000;
	transform: skewX(-35deg);
	backface-visibility: hidden;
	z-index: 1;
}
#create_with_lp .curtainRight {
	position: absolute;
	width: 200vw;
	height: 100%;
	top: 0px;
	left: 58.14%;
	background-color: #000;
	transform: skewX(-35deg);
	backface-visibility: hidden;
	z-index: 1;
}
#create_with_lp .scene01 {
	position: relative;
	width: 100vw;
	left: 0;
	top: 0;
	z-index: 0;
	padding: 200vh 0 30vh;
}
#create_with_lp .scene01 .intro {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}
#create_with_lp .scene01 .intro .title_anim {
	position: relative;
}
#create_with_lp .scene01 .intro .intro_read {
	width: 76.643vw;
	margin: 0 auto 100px;
	opacity: 0;
}
#create_with_lp .base {
	display:block;
	opacity: 0;
	transform-origin:center;
}
#create_with_lp .noise {
	display:block;
	opacity: 0;
	transform-origin:center;
}
#create_with_lp .base_wrap,
#create_with_lp .gritch_warp,
#create_with_lp .noise_wrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display:block;
}
#create_with_lp .gritch {
	visibility: hidden;
}
#create_with_lp .scene01 .intro .intro_txt {
	font-size: 2.2rem;
	line-height: 2.45;
	margin-bottom: 2em;
}
#create_with_lp .bg_movie_wrap01 {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#create_with_lp .bg_movie_wrap01 video,
#create_with_lp .bg_movie_wrap02 video,
#create_with_lp .bg_movie_wrap03 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
#create_with_lp .scene02 {
	position: relative;
	padding-top: 120px;
}
#create_with_lp .bg_movie_wrap02 {
	position: absolute;
	width: 100%;
	height:100vh;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#create_with_lp .bg_movie_wrap02::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: 0.3;
	z-index: 0;
}
#create_with_lp .movie_list {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}
#create_with_lp .key_wrap {
	position: relative;
	padding: 150px 0 0;
}
#create_with_lp .key_wrap .key01 {
	position: absolute;
	left: 100vw;
	top: 100px;
	z-index: 5;
}
#create_with_lp .key_wrap .key02 {
	position: absolute;
	left: 100vw;
	top: 100px;
	z-index: 5;
}
#create_with_lp .key_wrap .key01 img,
#create_with_lp .key_wrap .key02 img {
	width: auto;
	height: 130px;
}
#create_with_lp .key_wrap .key_movie_wrap {
	position: relative;
}
#create_with_lp .key_wrap #movieCanvas01 {
	position: relative;
	width: 85vw;
	aspect-ratio: 1 / 0.75;
	margin: 0 3vw 0 12vw;
	z-index: 1;
}
#create_with_lp .key_wrap #movieCanvas02 {
	position: relative;
	width: 85vw;
	aspect-ratio: 1 / 0.75;
	margin: 0 12vw 0 3vw;
	z-index: 1;
}
#create_with_lp .key_wrap .movie_play {
	position: absolute;
	display: block;
	right: 8vw;
	bottom: 8vh;
	width: 7vw;
	height: 7vw;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background:  url("../img/btn_playarrow.svg") no-repeat center center;
	z-index: 20;
}
#create_with_lp .key_wrap a.movie_play:hover {
	opacity: 0.7;
}
#create_with_lp .key_wrap .movie_play img {
	animation: playbtnAnim 2s infinite;
}
@keyframes playbtnAnim {
	0% {
		transform: rotate(5deg);
		animation-timing-function: cubic-bezier(0.25, 0.8, 1);
	}
	20% {
		transform: rotate(300deg);
		animation-timing-function: linear;
	}
	100% {
		transform: rotate(365deg);
	}
}
#create_with_lp #key_wrap02 .movie_play {
	right: auto;
	left: 8vw;
}
#create_with_lp .key_wrap h2.key_read {
	position: absolute;
	left: 7vw;
	top: 50%;
	width: 51vw;
	aspect-ratio: 538 / 108;
	margin: 0 -2.55vw;
	z-index: 10;
	text-indent: -9999px;
}
#create_with_lp .key_wrap h2.key_read div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	aspect-ratio: 538 / 108;
}
#create_with_lp .key_wrap h2.key_read div svg {
	display:block;
	opacity: 0;
	transform-origin:center;
}
#create_with_lp .key_wrap div.key_txt p {
	position: absolute;
	left: 7vw;
	top: calc(50% + ((51vw / 538) * 108 + 30px));
	font-size: 1.5vw;
	line-height: 2.18;
	text-align: left;
	z-index: 10;
}
#create_with_lp #key_wrap02 h2.key_read,
#create_with_lp #key_wrap02 div.key_txt p {
	left: auto;
	right: 7vw;
}
#create_with_lp .key_wrap div.key_txt p span {
	display: block;
}
#create_with_lp .scene03 {
	position: relative;
	padding-top: 240px;
	width: 100vw;
	height: 200vh;
	overflow: hidden;
}
#create_with_lp .scene03 .bg_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 0;
	background: url("../img/bg.jpg") no-repeat center center;
	background-size: cover;
	transform-origin: center center;
}
#create_with_lp .scene03 .slogan {
	position: relative;
	text-align: center;
	opacity: 0;
	z-index: 1;
}
#create_with_lp .scene03 .slogan img {
	width: 35%;
	height: auto;
}
#create_with_lp .scene04 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 390px;
}
#create_with_lp .scene04 .bg_movie_wrap03 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#create_with_lp .scene04 ul {
	position: relative;
	display: flex;
	gap: 0 62px;
	z-index: 1;
}
#create_with_lp .scene04 ul li {
	display: flex;
	width: 260px;
}
#create_with_lp .scene04 ul li a {
	display: flex;
	width: 100%;
	padding: 20px;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.8);
	border: solid 1px #6e6e6e;
	color: #6e6e6e;
	font-size: 1.5rem;
	line-height: 2.2rem;
	text-decoration: none;
}
#create_with_lp .scene04 ul li a:hover {
	background-color: rgba(255,255,255,1.0);
}
#create_with_lp .active {
	position: fixed !important;
}

/* モーダル */
#create_with_lp .modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}
#create_with_lp .modal.open {
	display:block;
}
#create_with_lp .modal_bg {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.8);
}
#create_with_lp .yt-inner {
	position:absolute;
	top:50%;
	left:50%;
	width:min(90vw,1200px);
	aspect-ratio:16/9;
	transform:translate(-50%,-50%);
}
#create_with_lp .yt-inner iframe {
	width:100%;
	height:100%;
	border:none;
}
#create_with_lp .modal_close{
	position:absolute;
	right:-40px;
	top:-40px;
	color:#fff;
	font-size:32px;
	background:none;
	border:none;
	cursor:pointer;
}
@media (min-width:641px) and (max-width: 1400px) {
	.touch #create_with_lp .scene01 .intro,
	.touch #create_with_lp .bg_movie_wrap01,
	.touch #create_with_lp .bg_movie_wrap02,
	.touch #create_with_lp .bg_movie_wrap03,
	.touch #create_with_lp .bg_movie_wrap02::after {
		width: 100vw;
		height: 100vh;
	}
	.touch #create_with_lp .key_wrap #movieCanvas01 {
		margin: 0 1vw 0 14vw;
	}
	.touch #create_with_lp .key_wrap #movieCanvas02 {

		margin: 0 14vw 0 1vw;
	}
	.touch #create_with_lp .key_wrap .movie_play {
		right: 5vw;
		bottom: 5vh;
		width: 10vw;
		height: 10vw;
	}
	.touch #create_with_lp .key_wrap h2.key_read {
		left: 5vw;
		top: 45%;
		width: 53.2vw;
		margin: 0 -2.25vw;
	}
	.touch #create_with_lp .key_wrap div.key_txt p {
		top: calc(45% + ((53.2vw / 538) * 108 + 30px));
		font-size: 1.5vw;
	}
	.touch #create_with_lp #key_wrap01.key_wrap div.key_txt p {
		left: 5vw;
	}
	.touch #create_with_lp #key_wrap02 h2.key_read,
	.touch #create_with_lp #key_wrap02 div.key_txt p {
		left: auto;
		right: 5vw;
	}
}
@media (max-width: 640px) {
	#create_with_lp .for_deviceS {
		display: initial;
	}
	#create_with_lp .for_deviceL {
		display: none;
	}
	#create_with_lp .float {
		padding: 30px 30px 0;
	}
	#create_with_lp .scrolldown {
		position: absolute;
		top: 80vh;
		left:50%;
		z-index: 20;
	}
	#create_with_lp .brand_logo img {
		width: 34.27%;
	}
	#create_with_lp .curtainLeft {
		right: 37.85%;
	}
	#create_with_lp .curtainRight {
		left: 62%;
	}
	#create_with_lp .scene01 {
		width: 100vw;
		padding: 100vh 0 0;
	}
	#create_with_lp .scene01 .intro .intro_read {
		width: 100vw;
		margin: 0 auto 60px;
	}
	#create_with_lp .scene01 .intro .intro_txt {
		font-size: 3.7vw;
	}
	#create_with_lp .scene02 {
		padding: 0;
	}
	#create_with_lp .movie_list {
		position: relative;
		width: 100%;
		left: 0px;
		top: 0px;
		padding-bottom: 100px;
		z-index: 1;
	}
	#create_with_lp .key_wrap {
		position: relative;
		padding: 250px 0 0;
	}
	#create_with_lp .key_wrap .key01 {
		left: 100vw;
		top: 100px;
		width: 1025px;
		height: 63px;
	}
	#create_with_lp .key_wrap .key02 {
		left: 100vw;
		top: 100px;
		width: 1124px;
		height: 63px;
	}
	#create_with_lp .key_wrap .key01 img,
	#create_with_lp .key_wrap .key02 img {
		width: 100%;
		height: 100%;
	}
	#create_with_lp .key_wrap .key_movie_wrap {
		padding-bottom: 20px;
	}
	#create_with_lp .key_wrap #movieCanvas01 {
		width: 100%;
		aspect-ratio: 1 / 0.8;
		margin: 0;
	}
	#create_with_lp .key_wrap #movieCanvas02 {
		width:100%;
		aspect-ratio: 1 / 0.8;
		margin: 0;
	}
	#create_with_lp .key_wrap .movie_play {
		width: 20vw;
		height: 20vw;
		right: 5vw;
		bottom: 10px;
	}
	#create_with_lp #key_wrap02 .movie_play {
		right: auto;
		left: 5vw;
	}
	#create_with_lp .key_wrap h2.key_read {
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto;
		width: 102vw;
		margin: 0 -1vw;
	}
	#create_with_lp .key_wrap div.key_txt p {
		position: relative;
		left: auto !important;;
		right: auto !important;
		top: auto;
		width: auto;
		font-size: 3.7vw;
		line-height: 1.86;
		padding: 0 5vw;
	}
	#create_with_lp #key_wrap02 h2.key_read,
	#create_with_lp #key_wrap02 div.key_txt p {
		left: auto;
		right: 7vw;
	}
	#create_with_lp .key_wrap div.key_txt p span {
		display: inline;
	}

	#create_with_lp .scene03 {
		position: relative;
		padding-top: 240px;
		width: 100vw;
		height: 200vh;
		overflow: hidden;
	}
	#create_with_lp .scene03 .bg_wrap {
		position: absolute;
		top: 0px;
		left: calc((175vh - 100vw)/-2);
		width: 175vh;
		height: 100vh;
		z-index: 0;
	}
	#create_with_lp .scene03 .bg_wrap img {
		min-width: 175vh;
		min-height: 100vh;
	}
	#create_with_lp .scene03 .slogan {
		position: relative;
		text-align: center;
		opacity: 0;
		z-index: 1;
	}
	#create_with_lp .scene03 .slogan img {
		width: 35%;
		height: auto;
	}
	#create_with_lp .scene04 {
		padding: 100px 5vw;
		height: auto;
	}
	#create_with_lp .scene04 .bg_movie_wrap03 {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: 0;
	}
	#create_with_lp .scene04 ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 62px;
		z-index: 1;
	}
	#create_with_lp .scene04 ul li {
		width: 55vw;
	}
	#create_with_lp .scene04 ul li a {
		color: #6e6e6e;
		font-size: 3.7vw;
		line-height: 1.375;
	}

	/* モーダル */
	#create_with_lp .modal_close{
		right:0px;
		top:-40px;
	}
}
