@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}

html.ScrollLocked {
	overflow: hidden;
	-webkit-overflow-scrolling: auto !important;
	touch-action: none;
	width: 100%;
	position: relative;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #000;
	background-color: rgb(255, 255, 255);
	margin: 0;
	-webkit-font-smoothing: antialiased;
	position: relative;
}

a {
	text-decoration: none;
	transition: all .2s ease-out;
	text-decoration: none;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	transform: scale(0.85);
}

header a:hover,
footer a:hover {
	text-decoration: underline;
	transform: scale(1);
}

.s a:hover {
	text-decoration: none;
	transform: scale(1);
}

a:focus-visible {
	outline: 1px dashed rgba(0, 0, 0, 1) !important;
}

div:focus-visible {
	outline: 1px dashed rgba(0, 0, 0, 1) !important;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
}

._pc {
	display: block;
}

.s ._pc {
	display: none;
}

._sp {
	display: none;
}

.s ._sp {
	display: block;
}

/* .NoScroll {
	overflow: hidden;
	height: 100vh;
	position: fixed;
	width: 100%;
} */

.PotatoChips50th {
	position: relative;
}



/* ================================
			FadeIn
================================ */

.FadeIn {
	opacity: 0;
}

.FadeIn.Center {
	opacity: 0;
	transform: scale(0.9);
}

.FadeIn.UpDown {
	opacity: 0;
	transform: translate(0, -50px);
}

.FadeIn.DownUp {
	opacity: 0;
	transform: translate(0, 50px);
}

.FadeIn.SlideRight {
	transform: translate(50px, 0);
}

.FadeIn.SlideLeft {
	transform: translate(-10px, 0);
}

/* 画面内に入った状態 */
.FadeIn.ScrollIn {
	opacity: 1;
	transform: translate(0, 0);
	transform: scale(1);
	transition: all 600ms;
}

.FadeInOrder {
	opacity: 0;
}

.FadeInOrder.Center {
	opacity: 0;
	transform: scale(0.9);
}

.FadeInOrder.UpDown {
	opacity: 0;
	transform: translate(0, -50px);
}

.FadeInOrder.DownUp {
	opacity: 0;
	transform: translate(0, 50px);
}

.FadeInOrder.SlideRight {
	transform: translate(50px, 0);
}

.FadeInOrder.SlideLeft {
	transform: translate(-10px, 0);
}

.FadeInOrder.ScrollIn {
	opacity: 1;
	transform: translate(0, 0);
	transform: scale(1);
	transition: all 600ms;
}

/* 遅延 */
/* .FadeIn.ScrollIn.First {
	transition-delay: 0.3s;
}

.FadeIn.ScrollIn.Second {
	transition-delay: 0.6s;
}

.FadeIn.ScrollIn.Third {
	transition-delay: 0.9s;
}

.FadeIn.ScrollIn.Fourth {
	transition-delay: 1.2s;
}

.FadeIn.ScrollIn.Fifth {
	transition-delay: 1.5s;
}

.FadeIn.ScrollIn.Sixth {
	transition-delay: 1.8s;
}

.FadeIn.ScrollIn.Seventh {
	transition-delay: 2.1s;
}

.FadeIn.ScrollIn.Eighth {
	transition-delay: 2.4s;
}

.FadeIn.ScrollIn.Nineth {
	transition-delay: 2.7s;
}

.FadeIn.ScrollIn.Tenth {
	transition-delay: 3s;
}

.FadeIn.ScrollIn.Eleventh {
	transition-delay: 3.3s;
} */

/* ================================
        Header
================================ */
#PotatoChips50th .attention_box {
	font-family: YuGothic, "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 200;
	font-size: 1.2rem;
	line-height: 1.5;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	color: rgba(0, 0, 0, 1);
	background-color: #fff;
	padding: 1vw;
}

#PotatoChips50th .attention_box a {
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
}

@media screen and (max-width:1000px) {
	#PotatoChips50th .attention_box {
		padding: 20px 2vw;
	}

	#PotatoChips50th .attention_box p {
		width: fit-content;
		margin: 0 auto;
	}
}

.sr-only {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

/* ================================
        Mv
================================ */
.MvArea {
	position: relative;
	height: calc(100vw * (1540 / 2880));
	/* max-height: 858px; */
}

.s .MvArea {
	height: calc(100vw * (1238 / 750));
	/* max-height: 1238px; */
}

.MvBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/mv-bg.png);
	background-size: cover;
	background-position: top center;
	z-index: 1;
	-webkit-mask-image: url(../img/mv-mask.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: bottom center;
	-webkit-mask-size: 100% auto;
	-webkit-mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-position: bottom center;
	mask-size: 100% auto;
	mask-mode: alpha;
}

.s .MvBg {
	background-image: url(../img/mv-bg-sp.png);
	-webkit-mask-image: url(../img/mv-mask-sp.png);
}

.MvInner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.s .MvInner {
	position: relative;
	height: 100%;
}

.MvContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1190px;
	width: 82.6vw;
}

.MvContent h1 {
	line-height: 1;
	margin-bottom: 0;
}

.MvContent ul {
	margin-left: -1.38vw;
}

@media screen and (min-width:769px) and (max-width:1300px) {
	.MvContent ul {
		margin-left: 0;
	}
}

.MvContent ul li {
	margin: 0 auto;
}

.s .MvContent ul li {
	position: absolute;
}

.MvContent ul li:nth-of-type(1) {
	max-width: 388px;
	margin: 0 auto;
	width: 26.9vw
}

.s .MvContent ul li:nth-of-type(1) {
	width: 21vw;
	top: 18vw;
	left: 3vw;
}

.MvContent ul li:nth-of-type(2) {
	max-width: 335px;
	width: 23.2vw;
	padding: 3.47vw 0 2.08vw;
}

.s .MvContent ul li:nth-of-type(2) {
	max-width: 198px;
	width: 52.8vw;
	bottom: 18vw;
	left: 0;
	right: 0;
	padding: 0;
}

.MvContent ul li:nth-of-type(3) {
	max-width: 277px;
	width: 19.2vw;
}

.s .MvContent ul li:nth-of-type(3) {
	width: 43.7vw;
	bottom: 10vw;
	left: 0;
	right: 0;
}

.MvPkg {
	max-width: 210px;
	width: 14.58vw;
	transform: translateY(45%);
	margin-right: -3.38vw;
}

@media screen and (min-width:769px) and (max-width:1300px) {
	.MvPkg {
		margin-right: 0;
	}
}

.s .MvPkg {
	width: 28.1vw;
	position: absolute;
	top: 34vw;
	right: 6.5vw;
}

/* ================================
        Lead
================================ */
.Lead {
	pointer-events: auto;
}

.LeadArea {
	position: relative;
	height: calc(100vw * (2390 / 2880));
	max-height: 1354px;
	overflow: hidden;
	margin-top: -5.56vw;
	z-index: 0;
}

@media screen and (min-width:769px) and (max-width:1120px) {
	.LeadArea {
		height: calc(100vw * (2980 / 2880))
	}
}

.s .LeadArea {
	height: calc(100vw * (1740 / 750));
	max-height: 830px;
}

@media screen and (min-width:500px) and (max-width:768px) {
	.s .LeadArea {
		max-height: 1170px;
	}
}

.LeadArea::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/lead-bottom.png)no-repeat;
	background-size: cover;
	aspect-ratio: 2880/678;
	width: 100%;
	bottom: -10vw;
	left: 0;
	z-index: 2;
}

.s .LeadArea::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/lead-bottom-sp.png)no-repeat;
	background-size: 100%;
	aspect-ratio: 402/750;
	width: 100%;
	bottom: -150vw;
	left: 0;
	z-index: 2;
}

.LeadBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/lead-bg.png);
	background-size: cover;
	background-position: top center;
	z-index: 1;
}

.s .LeadBg {
	background-image: url(../img/lead-bg-sp.png);
}

/* 動画背景用*/
/* .LeadBg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}  */

.LeadBgVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}

.LeadInner {
	position: absolute;
	top: clamp(125px, 14.3vw, 250px);
	left: 0;
	width: 100%;
	height: 100%;
}

.s .LeadInner {
	top: 18vw;
}

.LeadContent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3vw;
	padding-right: 5.3vw;
	max-width: 1250px;
	height: 100%;
}

.LeadOrnamentList li {
	position: absolute;
}

.LeadOrnamentList li:nth-of-type(1) {
	max-width: 243px;
	width: 16.875vw;
	top: -2.38vw;
	left: 5vw;
}

.s .LeadOrnamentList li:nth-of-type(1) {
	width: 32.4vw;
	top: 67.62vw;
	left: -15vw;
}

.LeadOrnamentList li:nth-of-type(2) {
	max-width: 276px;
	width: 19.1vw;
	top: 6.2vw;
	right: 5vw;
}

.s .LeadOrnamentList li:nth-of-type(2) {
	width: 36.9vw;
	top: 15.2vw;
	right: -17vw;
}

.LeadOrnamentList li:nth-of-type(3) {
	max-width: 300px;
	width: 20.8vw;
	top: 20vw;
	left: -2vw;
}

.LeadOrnamentList li:nth-of-type(4) {
	max-width: 249px;
	width: 17.3vw;
	bottom: 35.62vw;
	right: -1vw;
}

.LeadOrnamentList li:nth-of-type(5) {
	max-width: 210px;
	width: 14.6vw;
	bottom: 12vw;
	left: -5vw;
}

.s .LeadOrnamentList li:nth-of-type(3),
.s .LeadOrnamentList li:nth-of-type(4),
.s .LeadOrnamentList li:nth-of-type(5) {
	display: none;
}

.LeadMainArea {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width:500px) and (max-width:768px) {
	.s .LeadMainArea {
		max-width: 560px;
	}
}

.s .LeadMainArea {
	left: 0;
}

.LeadMainList {
	position: relative;
	z-index: 10;
}

.LeadMainList li:nth-of-type(1) {
	max-width: 743px;
	width: 51.6vw;
	padding-bottom: 3.3vw;
}

.s .LeadMainList li:nth-of-type(1) {
	max-width: unset;
	width: 80.3vw;
	padding-bottom: 7.4vw;
}

@media screen and (max-width:499px) {
	.s .LeadMainList li:nth-of-type(1) {
		width: 89.3vw;
	}
}

.LeadText {
	/* max-width: 500px; */
	font-size: clamp(1.4rem, 1.171rem + 0.298vw, 1.6rem);
	margin: 0 auto;
	font-family: 'BIZ UDGothic', sans-serif;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
	line-height: 2.3;
	position: relative;
	padding-bottom: 10%;
}

.s .LeadText {
	padding-bottom: 0;
}

@media screen and (min-width:500px) and (max-width:768px) {
	.s .LeadText {
		font-size: 1.6rem;
		/* max-width: 560px; */
		width: 91.3vw;
		line-height: 2;
		letter-spacing: -1px;
	}
}

@media screen and (min-width:361px) and (max-width:499px) {
	.s .LeadText {
		font-size: 1.25rem;
		width: 91.3vw;
		line-height: 2.5;
		letter-spacing: -1.1px;
	}
}

@media screen and (max-width:360px) {
	.s .LeadText {
		font-size: 1.2rem;
		letter-spacing: -1.5px;
	}
}

.LeadTextLine {
	overflow: hidden;
	position: relative;
}

.LeadTextLineFloat {
	/* opacity: .3; */
	display: block;
}

.LeadTextLineCover {
	/* clip-path: inset(0 100% 0 0);
	opacity: 0.3; */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	user-select: none;
	width: fit-content;
	height: fit-content;
	/* transition: opacity 0.3s ease, clip-path 0.3s ease; */
}

/* テキストフェードイン */
/* フェードイン */
#PotatoChips50th .fadein_text {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}

#PotatoChips50th .fadein_text.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* ================================
        Campaign
================================ */
@keyframes ZoomIn {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.PopIn {
	opacity: 0;
	transform: scale(0);
}

.ZoomIn {
	animation: ZoomIn 0.6s ease-out forwards;
}


/* 各要素に遅延を設定 */
.ZoomIn:nth-of-type(1) {
	animation-delay: 0ms;
}

.ZoomIn:nth-of-type(2) {
	animation-delay: 300ms;
}

.CampaignArea {
	position: relative;
	width: 100%;
	background: rgba(17, 97, 174, 1);
	padding-bottom: 6.94vw;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

.s .CampaignArea {
	padding-bottom: 54vw;
}

.CampaignBg {
	width: 100%;
	background-image: url(../img/campaign-bg1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	aspect-ratio: 2751 / 3406;
	width: 100%;
	height: 100%;
	background-position: top center;
	z-index: 2;
	position: absolute;
	top: 7vw;
	left: 0;
	z-index: 0;
}

.CampaignBg._second {
	background-image: url(../img/campaign-bg2.png);
}

.s .CampaignBg {
	background-image: url(../img/campaign-bg-sp1.png);
	aspect-ratio: 1416 / 750;
	width: 100%;
	height: 100%;
}

.s .CampaignBg._second {
	background-image: url(../img/campaign-bg-sp2.png);
}

.CampaignInner {
	position: relative;
	padding-top: clamp(30px, 6.25vw, 100px);
	margin: auto;
	width: 100%;
	max-width: 1340px;
}

.CampaignLogo {
	max-width: 266px;
	width: 18.4vw;
	margin: 0 auto;
	padding-bottom: 20px;
}

.s .CampaignLogo {
	width: 29.4vw;
	margin: 0 auto;
	padding-bottom: 10px;
}

.CampaignBox {
	max-width: 742.5px;
	width: 51.6vw;
	margin: 0 auto;
	padding-bottom: 20px;
}

.s .CampaignBox {
	width: 82.1vw;
}

.CampaignBtn {
	max-width: 530px;
	width: 36.8vw;
	margin: 0 auto;
	margin-top: -60px;
	position: relative;
	z-index: 3;
}

.s .CampaignBtn {
	width: 81vw;
	margin: 0 auto;
	margin-top: -10vw;
	padding-bottom: 3.2vw;
}

.CampaignFeatureList {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 50
}

.s .CampaignFeatureList {
	flex-wrap: wrap;
}

.CampaignFeatureList._line1 li {
	max-width: 309.5px;
	width: 21.5vw;
}

.s .CampaignFeatureList._line1 li {
	max-width: unset;
	width: 43.7vw;
}

.CampaignFeatureList._line1 li:nth-of-type(1),
.CampaignFeatureList._line1 li:nth-of-type(4) {
	margin-top: 8.3vw;
}

.s .CampaignFeatureList._line1 li:nth-of-type(1) {
	margin-top: 0;
}

.s .CampaignFeatureList._line1 li:nth-of-type(2) {
	margin-top: 16vw;
}

.s .CampaignFeatureList._line1 li:nth-of-type(3) {
	margin-top: -7vw;
}

.s .CampaignFeatureList._line1 li:nth-of-type(4) {
	margin-top: 7vw;
}

.CampaignFeatureList._line2 {
	padding-left: 160px;
	padding-right: 160px;
	justify-content: center;
	gap: 8vw;
	margin-top: 0;
	/* padding-top: 5vw; */
	padding-bottom: clamp(40px, 2.8vw, 130px);
}

.s .CampaignFeatureList._line2 {
	padding-left: 0;
	padding-right: 0;
	justify-content: space-between;
	padding-top: 0;
	padding-bottom: 16.4vw;
	gap: 0;
	margin-top: 0;
}

.CampaignFeatureList._line2 li:nth-of-type(1) {
	max-width: 335px;
	width: 23.3vw;
}

.s .CampaignFeatureList._line2 li:nth-of-type(1) {
	max-width: unset;
	width: 43.4vw;
	margin-top: -7vw;
}


.CampaignFeatureList._line2 li:nth-of-type(2) {
	max-width: 102px;
	width: 7.1vw;
	margin-top: 8.3vw;
}

.s .CampaignFeatureList._line2 li:nth-of-type(2) {
	max-width: unset;
	width: 16.3vw;
	display: flex;
	align-items: center;
	margin-top: 16vw;
}

.CampaignFeatureList._line2 li:nth-of-type(3) {
	max-width: 102px;
	width: 7.1vw;
	margin-top: 5vw;
	margin-right: 5.5vw;
}

.s .CampaignFeatureList._line2 li:nth-of-type(3) {
	display: none;
}

.CampaignFeatureList._line2 li:nth-of-type(4) {
	display: none;
}

.s .CampaignFeatureList._line2 li:nth-of-type(4) {
	max-width: unset;
	width: 16.3vw;
	display: flex;
	align-items: center;
	margin-top: 16vw;
}

.CampaignFeatureList._line3 {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 0;
	padding-bottom: 7.63vw;
}

.s .CampaignFeatureList._line3 {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	/* padding-bottom: 18.63vw; */
}

.CampaignFeatureList._line3 li {
	max-width: 102px;
	width: 7.1vw;

}

.s .CampaignFeatureList._line3 li {
	width: 16.3vw;
}

.s .CampaignFeatureList._line3 li:nth-of-type(1) {
	margin-top: -13vw;
}

.CampaignFeatureList._line3 li:nth-of-type(2) {
	margin-top: 5vw;
}

.s .CampaignFeatureList._line3 li:nth-of-type(2) {
	margin-top: -13vw;
}

.CampaignFeatureList._line3 li:nth-of-type(3) {
	margin-top: 5vw;
}

.s .CampaignFeatureList._line3 li:nth-of-type(3) {
	margin-top: 5vw;
}

.s .CampaignFeatureList._line3 li:nth-of-type(4) {
	margin-top: 5vw;
}



.CampaignFeatureList._lineplus {
	justify-content: center;
	align-items: flex-start;
	position: relative;
	transform: translate(4vw, -18vw)
}

@media screen and (max-width:2000px) {
	.CampaignFeatureList._lineplus {
		transform: translate(4vw, -20vw)
	}
}

@media screen and (max-width:2000px) {
	.CampaignFeatureList._lineplus {
		transform: translate(4vw, -22vw)
	}
}

@media screen and (max-width:1700px) {
	.CampaignFeatureList._lineplus {
		transform: translate(4vw, -25vw)
	}
}

@media screen and (max-width:1400px) {
	.CampaignFeatureList._lineplus {
		transform: translate(4vw, -29vw)
	}
}

@media screen and (max-width:1200px) {
	.CampaignFeatureList._lineplus {
		transform: translate(4vw, -28vw)
	}
}

@media screen and (max-width:1100px) {
	.CampaignFeatureList._lineplus {
		transform: translate(4vw, -27vw)
	}
}

@media screen and (max-width:1000px) {
	.CampaignFeatureList._lineplus {
		transform: translate(4vw, -25vw)
	}
}


.s .CampaignFeatureList._lineplus {
	margin-top: -7vw;
	justify-content: flex-start;
	transform: translate(0, 0)
}

.CampaignFeatureList._lineplus li:nth-of-type(1) {
	max-width: 102px;
	width: 7.1vw;

}

.s .CampaignFeatureList._lineplus li:nth-of-type(1) {
	max-width: unset;
	width: 16.3vw;

}



.HiddenText {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.CampaignPop {
	max-width: 842px;
	width: 58.4vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 6vw;
}

.s .CampaignPop {
	width: 91.2vw;
	bottom: 13vw;
}

.CampaignOrnamentList li {
	position: absolute;
	z-index: 0;
}

.CampaignOrnamentList li:nth-of-type(1) {
	max-width: 276px;
	width: 19.1vw;
	top: 1.62vw;
	left: 2vw;
}

.CampaignOrnamentList li:nth-of-type(2) {
	max-width: 180.5px;
	width: 12.5vw;
	top: 4.2vw;
	right: 10.5vw;
}

.CampaignOrnamentList li:nth-of-type(3) {
	max-width: 399px;
	width: 27.7vw;
	top: 14vw;
	right: -6vw;
}

.CampaignOrnamentList li:nth-of-type(4) {
	max-width: 270px;
	width: 18.75vw;
	top: 50vw;
	right: 2vw;
	z-index: 2;
}

.CampaignOrnamentList li:nth-of-type(5) {
	max-width: 270px;
	width: 18.75vw;
	bottom: 35vw;
	left: -3vw;
}

.CampaignOrnamentList li:nth-of-type(6) {
	max-width: 300px;
	width: 20.8vw;
	bottom: 28vw;
	right: 3vw;
	z-index: 1;
}

.s .CampaignOrnamentList li:nth-of-type(-n+6) {
	display: none;
}

.CampaignOrnamentList li:nth-of-type(7) {
	max-width: 270px;
	width: 18.75vw;
	bottom: 9vw;
	left: -2.6vw;
}

.s .CampaignOrnamentList li:nth-of-type(7) {
	width: 30.1vw;
	bottom: 25vw;
	left: 10.4vw;
}

.CampaignOrnamentList li:nth-of-type(8) {
	max-width: 335px;
	width: 23.2vw;
	bottom: 7vw;
	right: -2.6vw;
	z-index: 0
}

.s .CampaignOrnamentList li:nth-of-type(8) {
	width: 38.3vw;
	top: 114vw;
	right: -10.6vw;
}

/* ================================
        Others
================================ */
.OthersArea {
	position: relative;
	height: calc(100vw * (2430 / 2880));
	/* max-height: 1256px; */
	overflow: hidden;
	margin-top: -6vw;
	z-index: 10;
}

.s .OthersArea {
	position: relative;
	height: calc(100vw * (2099 / 750));
	/* max-height: 2099px; */
	overflow: hidden;
	margin-top: -16vw;
	z-index: 10;
}

.OthersBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/others-bg.png);
	background-size: 100%;
	background-position: top center;
	z-index: 1;
}

.s .OthersBg {
	background-image: url(../img/others-bg-sp.png);
}

.OthersInner {
	position: absolute;
	top: clamp(100px, 13.8vw, 200px);
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
}

.OthersTitle {
	max-width: 413px;
	width: 28.6vw;
	margin: 0 auto;
	padding-bottom: 3.47vw;
}

.s .OthersTitle {
	width: 67.2vw;
	padding-top: 7.2vw;
	padding-bottom: 4.7vw;
	line-height: 1;
}

.OthersFeatureList {
	display: flex;
	justify-content: space-between;
	padding-bottom: 3.47vw;
}

.s .OthersFeatureList {
	flex-direction: column;
}

.OthersFeatureList li {
	margin: 0 auto;
	max-width: 344px;
	width: 29.8vw;
}

.s .OthersFeatureList li {
	width: 66.4vw;
	line-height: 1;
}

.OthersFeatureList li:nth-of-type(2) {
	margin-top: 3.47vw;
}

.s .OthersFeatureList li:nth-of-type(2) {
	margin-top: 0;
	line-height: 1;
}

.OthersText {
	max-width: 389px;
	width: 27vw;
	margin: 0 auto;
	padding-bottom: clamp(90px, 12.5vw, 180px);
}

.s .OthersText {
	width: 58.8vw;
}


.OthersSNSArea {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8.3vw;
	margin: auto;
}

@media screen and (min-width:2100px) {
	.OthersSNSArea {
		bottom: 3.3vw;
	}
}

.s .OthersSNSArea {
	bottom: 16vw;
}


.OthersSNSArea p {
	max-width: 90px;
	width: 6.25vw;
	margin: 0 auto;
	padding-bottom: 40px;
}

.s .OthersSNSArea p {
	width: 19.2vw;
	margin: 0 auto;
	padding-bottom: 8.8vw;
}

.OthersSNSList {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 248px;
	margin: 0 auto;
	width: 17.2vw;

	gap: 20px;
}

.s .OthersSNSList {
	width: 49.3vw;
}

.OthersSNSList li {
	margin: 0 auto;
	max-width: 32px;
	width: 2.22vw;
}

.s .OthersSNSList li {
	width: 7.86vw;
}

.OthersSNSList li a:hover {
	transform: scale(1);
}

/* ================================
        Pagetop
================================ */
.Pagetop {
	position: fixed;
	right: 60px;
	bottom: 74px;
	display: none;
	z-index: 1000;
}

.s .Pagetop {
	right: 10px;
	bottom: 20px;
}

.Pagetop a {
	display: block;
	width: 103px;
	height: 88px;
	background: url(../img/icon-pagetop.png) no-repeat;
	background-size: 103px 88px;
}

.s .Pagetop a {
	width: 60px;
	height: 57px;
	background-size: 60px 57px;
}

.Pagetop a:hover {
	opacity: 1;
}



/* ================================
        MusicArea
================================ */
.MusicArea {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url("../img//sound/sound_bg.png") no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 120;
	display: flex;
	align-items: center;
	justify-content: center;
}

.MusicArea .MusicAreaInner {
	opacity: 0;
	transition: all 2000ms;
	-ms-filter: blur(6px);
	filter: blur(6px);
}

.MusicArea .MusicAreaInner._fadeIn {
	opacity: 1;
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.s .MusicArea {
	background: url("../img/sound/sound_bg_sp.png") no-repeat;
	background-size: cover;
	background-position: center center;
}

.MusicAreaTitle {
	max-width: 710px;
	width: 49.3vw;
	margin: 0 auto;
}

.s .MusicAreaTitle {
	width: 81.8vw;
}

.MusicAreaText {
	max-width: 307px;
	width: 21.3vw;
	margin: 0 auto;
	margin-top: 5.2vw;
}

.s .MusicAreaText {
	width: 51.2vw;
	margin-top: 9.3vw;
}

.MusicBtnArea {
	text-align: center;
	margin-top: 4.16vw;
}

.s .MusicBtnArea {
	margin-top: 5.3vw;
}

.MusicBtnArea img {
	cursor: pointer;
	max-width: 222px;
	width: 15.4vw;
	transition: .3s;
}

.s .MusicBtnArea img {
	width: 31.6vw;
	margin-left: auto;
	margin-right: auto;
}

.MusicBtnArea img:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

.TopFixArea {
	position: fixed;
	top: 162px;
	right: 20px;
	z-index: 100;
	display: flex;
	align-items: center;
	transition: top 0.4s ease;
}

.TopFixArea._scrolled {
	top: 20px;
}

.s .TopFixArea {
	top: 85px;
	right: 10px;
}

.s .TopFixArea._scrolled {
	top: 15px;
}

.TopFixArea .Sound {
	cursor: pointer;
	width: 50px;
}

.s .TopFixArea .Sound {
	width: 35px;
}
