@charset "utf-8";

.noCopy {
	position: relative;
}
.noCopy::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
}
@media print {
	.noCopy {
		display: none;
	}
	.noPrint {
		display: none;
	}
}

@media screen and (max-width: 767px){
	.onlyPC {
		display: none;
	}
}
@media screen and (min-width: 768px){
	.onlySP {
		display: none;
	}
}

.dib {
	display: inline-block;
}

.mainvisual {
	margin-top: -1.5em;
}
.mainvisual img {
	vertical-align: top;
	width: 100%;
}

.anchorList {
	display: flex;
}
.anchorList li {
	width: 50%;
}
.anchorList a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	background-color: #00442d;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	transition: opacity 0.2s;
}
.anchorList a:hover {
	opacity: 0.9;
}
.anchorList li:nth-child(even) a {
	background-color: #002b1d;
}
.anchorList a span {
	position: relative;
	padding-right: 35px;
}
.anchorList a span::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 3px;
	width: 9px;
	height: 9px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px){
	.anchorList a {
		height: 60px;
		font-size: 13px;
	}
	.anchorList a span {
		padding: 0 25px 0 10px;
	}
	.anchorList a span::after {
		top: 13px;
	}
}

.rgb {
	position: relative;
}
.rgb img {
	width: 100%;
	vertical-align: top;
}
.rgb.init > img {
	position: relative;
	z-index: 50;
	animation: rgbInit 1s;
}
@keyframes rgbInit {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.rgb .img01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
}
.rgb .img01 li {
	height: 0;
	overflow: hidden;
	transition: height 2s;
}
.rgb.anime .img01 li {
	height: 100vw;
}
.rgb.init .img01 li {
	transition: none;
}
.rgb .img01 li:nth-child(1) {
	width: 34.6104%;
}
.rgb .img01 li:nth-child(2) {
	width: 30.4545%;
	transition-delay: 2s;
}
.rgb .img01 li:nth-child(3) {
	width: 34.9351%;
	transition-delay: 4s;
}
.rgb .img02 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/.resources/webresources/special/cm/2025sp/images/rgb_05.jpg) no-repeat 50% 50% #000;
	background-size: 100% auto;
	height: 0;
	margin: auto 0;
	opacity: 1;
	transition: height 2s, background-size 2s, opacity 2s;
	transition-delay: 11s;
}
.rgb.anime .img02 {
	height: 100%;
	background-size: 107.79% auto;
}
.rgb.init .img02 {
	transition: none;
}
.rgb .text {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 3.8vw;
	line-height: 1.7;
	letter-spacing: 0.1em;
	opacity: 0;
	transition: top 3s, opacity 2s;
	transition-delay: 6s;
}
.rgb.anime .text {
	top: 17%;
	opacity: 1;
}
.rgb.init .text {
	transition: none;
}

.mainArea {
	background: url(../../2024/images/bg_01.png) repeat 50% 0 #000;
	padding: 100px 20px 120px;
	font-family: "Shippori Mincho", serif;
	color: #fff;
	letter-spacing: 0.05em;
	overflow: hidden;
}
.mainArea > .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.mainArea h2, .mainArea h3, .mainArea h4 {
	font-weight: normal;
}
@media screen and (max-width: 1000px){
	.mainArea {
		background-size: 100% auto;
		padding: 80px 20px 90px;
	}
}
@media screen and (max-width: 767px){
	.mainArea {
		padding: 12vw 5vw;
	}
}

.showAnime {
	position: relative;
	transition: all 0.5s;
	opacity: 0;
}
.showAnime.show {
	top: 0;
	left: 0;
	opacity: 1;
}
.anime01 {
	top: 80px;
}
.anime02 {
	top: 80px;
	left: -120px;
}
.anime03 {
	top: 80px;
	left: 120px;
}
.subAnime {
	transition: all 0.5s;
	opacity: 0;
}
.showAnime.show .subAnime {
	opacity: 1;
}
.delay1 {
	transition-delay: 0.5s;
}
.delay2 {
	transition-delay: 1.0s;
}
.delay3 {
	transition-delay: 1.5s;
}
.delay4 {
	transition-delay: 2.0s;
}
@media screen and (max-width: 767px){
	.anime02 {
		left: 0;
	}
	.anime03 {
		left: 0;
	}
}

.itemArea {
	margin-bottom: 110px;
}
.itemArea h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 50px;
}
.itemArea h2 strong {
	display: inline-block;
	padding-top: 20px;
	font-weight: normal;
}
.itemArea ul {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.itemArea li {
	width: 48.33%;
}
.itemArea .logo {
	display: flex;
	justify-content: center;
	max-width: 80%;
	margin: 0 auto;
}
.itemArea .logo img {
	max-width: 50%;
}
@media screen and (max-width: 1000px){
	.itemArea {
		margin-bottom: 10vw;
	}
	.itemArea h2 {
		margin-bottom: 4vw;
		font-size: 5vw;
	}
	.itemArea ul {
		margin-bottom: 4vw;
	}
	.itemArea li {
	width: 48.33%;
	}
}
@media screen and (max-width: 767px){
	.itemArea {
		margin-bottom: 15vw;
	}
	.itemArea h2 {
		margin-bottom: 6vw;
	}
	.itemArea ul {
		margin-bottom: 6vw;
		flex-direction: column;
		gap: 8vw;
	}
	.itemArea li {
		width: 100%;
	}
	.itemArea .logo {
		flex-wrap: wrap;
		gap: 5vw;
		max-width: 70%;
	}
	.itemArea .logo img {
		max-width: 100%;
	}
}

.text {
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 1000px){
	.text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.text {
		font-size: 3.4vw;
	}
}

.backlightArea {
	position: relative;
	margin-bottom: 120px;
	padding: 60px 0 70px;
}
.backlightArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	right: 18%;
	bottom: 0;
	background-color: #141414;
}
.backlightArea h2 {
	margin-bottom: 50px;
	font-size: 42px;
}
.backlightArea h3 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.6;
}
.backlightArea .img01 {
	margin: 40px 0 60px;
}
.backlightArea .colArea {
	display: flex;
	justify-content: space-between;
}
.backlightArea .col {
	width: 30%;
}
.backlightArea .col + .col {
	width: 64.2%;
}
.backlightArea .col > img {
	margin-bottom: 35px;
}
@media screen and (max-width: 1000px){
	.backlightArea {
		padding: 40px 0 50px;
	}
	.backlightArea h2 {
		margin-bottom: 40px;
		font-size: 36px;
	}
	.backlightArea h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.backlightArea {
		margin-bottom: 15vw;
		padding: 8vw 0 12vw;
	}
	.backlightArea h2 {
		margin-bottom: 6vw;
		font-size: 8vw;
	}
	.backlightArea h3 {
		margin-bottom: 6vw;
		font-size: 5vw;
	}
	.backlightArea .img01 {
		margin: 8vw 0 10vw;
	}
	.backlightArea .colArea {
		flex-direction: column;
	}
	.backlightArea .col,
	.backlightArea .col + .col {
		width: 100%;
	}
	.backlightArea .col + .col {
		margin-top: 10vw;
	}
	.backlightArea .col > img {
		margin-bottom: 5vw;
	}
	.backlightArea .img02 {
		max-width: 70%;
		margin: 0 auto;
	}
}

.noteList {
	margin-top: 20px;
	font-size: 14px;
	opacity: 0.6;
	letter-spacing: 0.08em;
}
.noteList li {
	padding-left: 2em;
	text-indent: -2em;
}
.noteList li + li {
	margin-top: 8px;
}
@media screen and (max-width: 767px){
	.noteList {
		font-size: 3vw;
	}
}

.panelArea {
	position: relative;
	margin-bottom: 120px;
	padding: 60px 0 70px;
	min-height: 590px;
}
.panelArea::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	left: 18%;
	bottom: 0;
	background-color: #141414;
}
.panelArea .inner {
	position: relative;
	padding-left: 51.7%;
}
.panelArea h2 {
	margin-bottom: 30px;
	line-height: 1.9;
}
.panelArea .img {
	position: absolute;
	top: 0;
	right: 51.7%;
	width: 50vw;
	text-align: right;
}
@media screen and (max-width: 1000px){
	.panelArea {
		min-height: 0;
	}
}
@media screen and (max-width: 767px){
	.panelArea {
		margin-bottom: 15vw;
		padding: 8vw 0 12vw;
	}
	.panelArea .inner {
		padding-left: 0;
	}
	.panelArea h2 {
		margin-bottom: 6vw;
		font-size: 8vw;
		line-height: 1.5;
	}
	.panelArea .img {
		position: static;
		margin-top: 10vw;
		width: 100%;
	}
}

.boostArea {
	position: relative;
	margin-bottom: 120px;
	padding: 60px 0 70px;
}
.boostArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	right: 18%;
	bottom: 0;
	background-color: #141414;
}
.boostArea .inner {
	position: relative;
	padding-right: 51.7%;
}
.boostArea h2 {
	margin-bottom: 30px;
}
.boostArea .img01 {
	position: absolute;
	top: 0;
	left: 51.7%;
	width: 48vw;
}
.boostArea h3 {
	margin: 30px 0 20px;
	font-size: 24px;
}
@media screen and (max-width: 767px){
	.boostArea {
		margin-bottom: 15vw;
		padding: 8vw 0 12vw;
	}
	.boostArea .inner {
		padding-right: 0;
	}
	.boostArea h2 {
		margin-bottom: 6vw;
		font-size: 8vw;
		line-height: 1.5;
	}
	.boostArea .img01 {
		position: static;
		margin-top: 5vw;
		width: 100%;
	}
	.boostArea h3 {
		margin: 10vw 0 6vw;
		font-size: 6vw;
	}
}

.wideColorArea {
	position: relative;
	margin-bottom: 120px;
	padding: 60px 0 70px;
}
.wideColorArea::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	left: 18%;
	bottom: 0;
	background-color: #141414;
}
.wideColorArea h2 {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
.wideColorArea .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wideColorArea .img {
	margin-left: -14.2%;
	width: 80%;
}
.wideColorArea .textArea {
	width: 30.8%;
}
@media screen and (max-width: 767px){
	.wideColorArea {
		margin-bottom: 15vw;
		padding: 8vw 0 12vw;
	}
	.wideColorArea h2 {
		margin-bottom: 6vw;
		font-size: 8vw;
		text-align: left;
	}
	.wideColorArea .inner {
		flex-direction: column;
		gap: 6vw;
	}
	.wideColorArea .img {
		margin-left: 0;
		width: 100%;
	}
	.wideColorArea .textArea {
		width: 100%;
	}
}

.IndependentArea {
	position: relative;
	margin-bottom: 120px;
	padding: 60px 0 70px;
}
.IndependentArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	right: 18%;
	bottom: 0;
	background-color: #141414;
}
.IndependentArea h2 {
	margin-bottom: 30px;
	line-height: 1.9;
}
.IndependentArea .img {
	margin-top: 40px;
}
@media screen and (max-width: 767px){
	.IndependentArea {
		margin-bottom: 15vw;
		padding: 8vw 0 12vw;
	}
	.IndependentArea h2 {
		margin-bottom: 6vw;
		font-size: 8vw;
		line-height: 1.5;
	}
	.IndependentArea .img {
	margin-top: 40px;
	}
}

.futureArea {
	margin-bottom: 110px;
}
.futureArea h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 50px;
}
.futureArea .banner {
	margin-bottom: 70px;
	text-align: center;
}
@media screen and (max-width: 1000px){
	.futureArea {
		margin-bottom: 10vw;
	}
	.futureArea h2 {
		margin-bottom: 4vw;
		font-size: 5vw;
	}
}
@media screen and (max-width: 767px){
	.futureArea {
		margin-bottom: 15vw;
	}
	.futureArea h2 {
		margin-bottom: 6vw;
	}
	.futureArea .banner {
		margin-bottom: 12vw;
	}
}

.shop {
	margin-bottom: 70px;
	font-size: 24px;
}
.shop .logo {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.84%;
}
.shop .logo a {
	width: 14.3%;
	padding: 10px 5px;
	background-color: #fff;
}
.shop .logo img {
	vertical-align: top;
}
@media screen and (max-width: 1023px){
	.shop .logo {
		gap: 20px 2.66%;
	}
	.shop .logo a {
		width: 23%;
	}
}
@media screen and (max-width: 767px){
	.shop {
		margin-bottom: 50px;
		font-size: 4.3vw;
	}
	.shop .logo {
		margin-top: 5vw;
		gap: 4vw 5%;
	}
	.shop .logo a {
		width: 30%;
		padding: 2vw 1vw;
	}
}

.intelligence {
	margin: 100px 0;
}
.intelligence h2 {
	text-align: center;
	font-size: 48px;
	line-height: 1.6;
}
@media screen and (max-width: 1000px){
	.intelligence {
		margin: 10vw 0;
	}
	.intelligence h2 {
		font-size: 3.8vw;
	}
}
@media screen and (max-width: 767px){
	.intelligence {
		margin: 15vw 0 10vw;
	}
	.intelligence h2 {
		font-size: 6vw;
	}
}

.bgArea {
	position: relative;
	margin-bottom: 120px;
	padding: 60px 0 70px;
}
.bgArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	right: 18%;
	bottom: 0;
	background-color: #141414;
}
.bgArea > * {
	position: relative;
}
@media screen and (max-width: 767px){
	.bgArea {
		margin-bottom: 15vw;
		padding: 8vw 0 12vw;
	}
}

.profileArea {
	position: relative;
}
.profileArea::before {
	content: '';
	position: absolute;
	top: 550px;
	right: calc(50% - 50vw);
	left: 70px;
	background-color: #1f1f1f;
	height: 810px;
}
.profileArea > * {
	position: relative;
}
.profileArea h3 {
	margin-bottom: 50px;
	font-size: 42px;
}
.profileArea .img01 {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.profileArea .img01 li {
	width: 48.7%;
}
.profileArea .subArea {
	position: relative;
	margin: 100px 0 100px 14.2%;
	padding-right: 40%;
}
.profileArea .subArea h4 {
	margin-bottom: 25px;
	font-size: 30px;
}
.profileArea .subArea .img02 {
	position: absolute;
	top: 0;
	right: -16.5%;
}
@media screen and (max-width: 1500px){
	.profileArea .subArea .img02 {
		right: calc(58% - 50vw);
		max-width: 37vw;
	}
}
@media screen and (max-width: 767px){
	.profileArea::before {
		top: 160vw;
		left: 10vw;
		height: 150vw;
	}
	.profileArea h3 {
		margin-bottom: 6vw;
		font-size: 6vw;
	}
	.profileArea .img01 {
		margin-top: 10vw;
		flex-direction: column;
		gap: 5vw;
	}
	.profileArea .img01 li {
		width: 100%;
	}
	.profileArea .subArea {
		margin: 10vw 0;
		padding-right: 0;
	}
	.profileArea .subArea h4 {
		margin-bottom: 5vw;
		font-size: 5vw;
	}
	.profileArea .subArea .img02 {
		position: static;
		margin-top: 8vw;
		max-width: 100%;
	}
}

.functionArea {
	position: relative;
}
.functionArea h2 {
	margin-bottom: 160px;
	text-align: center;
	font-size: 50px;
}
.functionArea .inner {
	position: relative;
}
.functionArea .lead {
	margin-bottom: 25px;
	font-size: 30px;
}
.functionArea h3 {
	margin-bottom: 45px;
	font-size: 42px;
}
.functionArea p {
	margin-top: 12px;
	letter-spacing: 0;
}
.functionArea .note {
	margin-top: 5px;
	font-size: 14px;
	opacity: 0.6;
}
.functionArea .imgArea {
	margin: 35px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.functionArea .imgArea .col1 {
	width: 40%;
}
.functionArea .imgArea .col2 {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 9%;
}
.functionArea .imgArea .col {
	position: relative;
	width: 45.5%;
}
.functionArea .imgArea .col::before {
	content: '';
	position: absolute;
	top: 83px;
	left: -13%;
	border-left: 20px solid #fff;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}
.functionArea .update {
	margin-top: 40px;
	width: 100%;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	padding: 15px 0;
	text-align: center;
}
.functionArea .update p {
	margin-top: 0;
}
@media screen and (max-width: 1000px){
	.functionArea::before {
		top: 100px;
	}
	.functionArea h2 {
		margin-bottom: 100px;
		font-size: 42px;
	}
	.functionArea .lead {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.functionArea h3 {
		margin-bottom: 30px;
		font-size: 36px;
	}
	.functionArea p {
		font-size: 16px;
		line-height: 1.6;
	}
	.functionArea .note {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.functionArea::before {
		top: 22vw;
	}
	.functionArea h2 {
		margin-bottom: 10vw;
		font-size: 6.8vw;
		line-height: 1.4;
	}
	.functionArea .lead {
		margin-bottom: 3vw;
		font-size: 3vw;
	}
	.functionArea h3 {
		margin-bottom: 5vw;
		font-size: 5.6vw;
	}
	.functionArea p {
		margin-top: 2vw;
		font-size: 3.4vw;
		line-height: 1.5;
	}
	.functionArea .note {
		margin-top: 1vw;
		font-size: 2.4vw;
	}
	.functionArea .imgArea {
		margin: 6vw 0;
		flex-direction: column;
		gap: 12vw;
	}
	.functionArea .imgArea .col1 {
		width: 100%;
	}
	.functionArea .imgArea .col2 {
		width: 100%;
		flex-direction: column;
		gap: 12vw 0;
	}
	.functionArea .imgArea .col {
		width: 85%;
		margin: 0 auto;
	}
	.functionArea .imgArea .col::before {
		top: -9vw;
		left: 0;
		right: 0;
		width: 0;
		margin: 0 auto;
		border-left: 5vw solid #fff;
		border-top: 4vw solid transparent;
		border-bottom: 4vw solid transparent;
		transform: rotate(90deg);
	}
	.functionArea .update {
		padding: 3vw 0;
	}
}

.aiArea {
	position: relative;
	margin-bottom: 120px;
	padding: 70px 0;
}
.aiArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20%;
	right: calc(50% - 50vw);
	bottom: 0;
	background-color: #141414;
}
.aiArea .main {
	display: flex;
	flex-direction: row-reverse;
	gap: 0 2.9%;
	margin-left: max(-170px, calc(50% - 50vw));
}
.aiArea .main > div {
	position: relative;
}
.aiArea .note {
	margin-top: 20px;
	font-size: 14px;
	opacity: 0.6;
	letter-spacing: 0;
}
.aiArea .img {
	position: relative;
	width: 54.74%;
	flex-shrink: 0;
}
.aiArea .img p {
	margin-top: 25px;
	max-width: 580px;
	margin-left: auto;
}
.aiArea .lead {
	margin-bottom: 25px;
	font-size: 30px;
}
.aiArea h2 {
	margin-bottom: 50px;
	font-size: 42px;
}
.aiArea p {
	font-size: 18px;
	line-height: 2;
}
.aiArea .colArea {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 55px 0;
}
.aiArea .colArea .col {
	width: 47.1%;
}
.aiArea .colArea .col p {
	margin-top: 10px;
}
@media screen and (max-width: 1000px){
	.aiArea {
		margin-bottom: 80px;
		padding: 50px 0;
	}
	.aiArea .main {
		flex-direction: column;
		gap: 40px;
		margin-left: 0;
	}
	.aiArea .img {
		width: 80%;
	}
}
@media screen and (max-width: 767px){
	.aiArea {
		margin-bottom: 50px; 
		padding: 40px 0;
	}
	.aiArea .main {
		gap: 8vw;
	}
	.aiArea .img {
		width: 100%;
	}
	.aiArea .lead {
		margin-bottom: 3vw;
		font-size: 4vw;
	}
	.aiArea h2 {
		margin-bottom: 8vw;
		font-size: 6.5vw;
	}
	.aiArea p {
		font-size: 3.4vw;
		line-height: 1.5;
	}
	.aiArea .colArea {
		margin-top: 40px;
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	.aiArea .colArea .col {
		width: 80%;
	}
}

.listeningArea {
	position: relative;
	margin-bottom: 100px;
	padding: 60px 0 70px;
}
.listeningArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	right: 20%;
	bottom: 0;
	background-color: #141414;
}
.listeningArea .inner {
	position: relative;
}
.listeningArea .lead {
	margin-bottom: 25px;
	font-size: 30px;
}
.listeningArea h2 {
	margin-bottom: 50px;
	font-size: 42px;
}
.listeningArea .text01 {
	margin: 30px 0 20px;
	font-size: 24px;
}
.listeningArea .img {
	position: relative;
}
.listeningArea .img img + img {
	position: absolute;
	top: 0;
	left: 0;
}
.listeningArea .textArea {
	margin-top: -16%;
	width: 45%;
}
.listeningArea .text02 {
	font-size: 24px;
}
.listeningArea .note {
	margin-top: 20px;
	font-size: 14px;
	opacity: 0.6;
	letter-spacing: 0;
}
@media screen and (max-width: 1000px){
	.listeningArea {
		margin-bottom: 50px;
		padding: 50px 0;
	}
	.listeningArea .text01 {
		font-size: 20px;
	}
	.listeningArea .text02 {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.listeningArea {
		margin-bottom: 30px;
		padding: 40px 0;
	}
	.listeningArea .lead {
		margin-bottom: 3vw;
		font-size: 4vw;
	}
	.listeningArea h2 {
		margin-bottom: 8vw;
		font-size: 6.5vw;
	}
	.listeningArea p {
		line-height: 1.5;
	}
	.listeningArea .img {
		margin: 6vw 0 3vw;
	}
	.listeningArea .text01 {
		font-size: 4vw;
	}
	.listeningArea .textArea {
		margin-top: 0;
		width: 100%;
	}
	.listeningArea .text02 {
		font-size: 4vw;
	}
	.listeningArea .note {
		margin-top: 2vw;
		font-size: 3vw;
	}
}

.cmArea {
	text-align: center;
}
.cmArea h2 {
	margin-bottom: 60px;
	font-size: 50px;
}
.cmArea h3 {
	margin-bottom: 35px;
	font-size: 24px;
}
.cmArea h3 span {
	margin-left: 15px;
	display: inline-block;
	vertical-align: 2px;
	border: 1px solid #858585;
	padding: 5px 7px 3px 10px;
	font-size: 14px;
}
.cmArea .movieCol {
	margin: 60px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 65px 3.4%;
}
.cmArea .movieCol .col {
	width: 48.3%;
}
.cmArea .movieCol .col.col1 {
	width: 60%;
}
.cmArea .movieCol .col.col1 h3 {
	font-size: 30px;
}
.movie {
	position: relative;
	max-width: 580px;
	margin: 0 auto;
}
.movie a {
	display: block;
}
.movie .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}
.video {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.video::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.video video,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.cmArea .note {
	text-align: left;
	margin-top: 5px;
}
@media screen and (max-width: 1000px){
	.cmArea h2 {
		margin-bottom: 5vw;
		font-size: 42px;
	}
	.cmArea .movieCol {
		gap: 40px 3.4%;
	}
	.cmArea h3 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.cmArea h2 {
		font-size: 6.5vw;
	}
	.cmArea h3 {
		margin-bottom: 5vw;
		font-size: 5vw;
	}
	.cmArea h3 span {
		margin-left: 3vw;
		vertical-align: 0.1em;
		padding: 1vw 2vw 1vw 3vw;
		font-size: 3.6vw;
	}
	.cmArea .movieCol {
		flex-direction: column;
		gap: 8vw;
	}
	.cmArea .movieCol .col {
		width: 100%;
	}
	.cmArea .movieCol .col.col1 {
		width: 100%;
	}
	.cmArea .movieCol .col.col1 h3 {
		font-size: 5vw;
	}
	.cmArea .note {
		font-size: 2.6vw;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background-color: rgba(0,0,0,0.7);
	display: none;
	overflow-y: auto;
}
.modal .closeBtn {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 38px;
	right: 38px;
	mix-blend-mode: difference;
	z-index: 2;
	cursor: pointer;
}
.modal .closeBtn::before,
.modal .closeBtn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	height: 30px;
	background-color: #fff;
	transform: translateY(-15px) rotate(45deg);
	transition: transform .3s ease-out
}
.modal .closeBtn::after {
	transform: translateY(-15px) rotate(-45deg);
	transition: transform .4s ease-out
}
.modal .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.modal .window {
	width: calc(100% - 240px);
	max-height: 95vh;
}
.modal .movie {
	position: relative;
	max-width: none;
	padding-top: 56.25%;
}
.modal .movie iframe,
.modal .movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media(hover: hover),(-ms-high-contrast: none) {
	.modal .closeBtn:hover:before {
		transform:translateY(-15px) rotate(135deg);
	}
	.modal .closeBtn:hover:after {
		transform: translateY(-15px) rotate(45deg);
	}
}
@media screen and (max-width: 1000px){
	.modal .window {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 767px){
	.modal .window {
		width: 100%;
	}
}

#mast-header.slideDown.notSlideDown {
  transform: translateY(-100%);
}

.carouselArea {
	overflow: hidden;
	margin: 110px -20px;
}
.carouselArea h2 {
	margin-bottom: 50px;
	text-align: center;
}
.carouselArea .main {
	position: relative;
}
.carouselArea .carousel {
	position: relative;
	margin: -600px auto 500px;
	width: 400px;
	height: 700px;
  perspective: 1500px;
  padding-top: 700px;
}
.carouselArea .list {
  width: 100%;
  position: absolute;
	transform-style: preserve-3d;
	transition: transform 0.6s cubic-bezier(0,0.5,0.5,1);
}
.carouselArea .list li {
  position: absolute;
	transition: transform 0.3s;
  transform-style: preserve-3d;
	cursor: pointer;
}
.carouselArea .list li .inner {
  transform-style: preserve-3d;
}
.carouselArea .list li .inner img {
	transition: all 0.6s cubic-bezier(0,0.5,0.5,1);
}
.carouselArea .list li:nth-child(1) { transform: rotateY(0deg) translateZ(420px); }
.carouselArea .list li:nth-child(2) { transform: rotateY(60deg) translateZ(420px); }
.carouselArea .list li:nth-child(3) { transform: rotateY(120deg) translateZ(420px); }
.carouselArea .list li:nth-child(4) { transform: rotateY(180deg) translateZ(420px); }
.carouselArea .list li:nth-child(5) { transform: rotateY(240deg) translateZ(420px); }
.carouselArea .list li:nth-child(6) { transform: rotateY(300deg) translateZ(420px); }

.carouselArea .list li:nth-child(1) .inner { transform: rotateY(-0deg); }
.carouselArea .list li:nth-child(2) .inner { transform: rotateY(-60deg); }
.carouselArea .list li:nth-child(3) .inner { transform: rotateY(-120deg); }
.carouselArea .list li:nth-child(4) .inner { transform: rotateY(-180deg); }
.carouselArea .list li:nth-child(5) .inner { transform: rotateY(-240deg); }
.carouselArea .list li:nth-child(6) .inner { transform: rotateY(-300deg); }

.carouselArea .list li img {
  transform-origin: center bottom;
}
.carouselArea .list li:first-child img {
  transform: scale(1.1);
}
.carouselArea .list li.dark1 img {
	filter: brightness(80%);
}
.carouselArea .list li.dark2 img {
	filter: brightness(60%);
}
.carouselArea .list li.dark3 img {
	filter: brightness(40%);
}
.carouselArea .list li.dark4 img {
	filter: brightness(20%);
}

.carouselArea .leftBtn {
	position: absolute;
	top: 860px;
	left: 0;
	width: 80px;
	height: 80px;
	background-color: #00442d;
	cursor: pointer;
	transition: opacity 0.2s;
}
.carouselArea .leftBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 43%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform-origin: left top;
	transform: rotate(-45deg);
}
.carouselArea .rightBtn {
	position: absolute;
	top: 860px;
	right: 0;
	width: 80px;
	height: 80px;
	background-color: #00442d;
	cursor: pointer;
	transition: opacity 0.2s;
}
.carouselArea .rightBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 43%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
.carouselArea .leftBtn:hover,
.carouselArea .rightBtn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1500px){
	.carouselArea .carousel {
		margin: -40vw auto 34vw;
		width: 27vw;
		height: 47vw;
		perspective: 100vw;
		padding-top: 47vw;
	}
	.carouselArea .list li:nth-child(1) { transform: rotateY(0deg) translateZ(28vw); }
	.carouselArea .list li:nth-child(2) { transform: rotateY(60deg) translateZ(28vw); }
	.carouselArea .list li:nth-child(3) { transform: rotateY(120deg) translateZ(28vw); }
	.carouselArea .list li:nth-child(4) { transform: rotateY(180deg) translateZ(28vw); }
	.carouselArea .list li:nth-child(5) { transform: rotateY(240deg) translateZ(28vw); }
	.carouselArea .list li:nth-child(6) { transform: rotateY(300deg) translateZ(28vw); }
	.carouselArea .leftBtn {
		top: 57vw;
		width: 5.3vw;
		height: 5.3vw;
	}
	.carouselArea .rightBtn {
		top: 57vw;
		width: 5.3vw;
		height: 5.3vw;
	}
}
@media screen and (max-width: 767px){
	.carouselArea {
		margin: 15vw -5vw;
	}
	.carouselArea h2 {
		margin: 0 5vw 8vw;
	}
	.carouselArea .carousel {
		margin: -40vw auto 58vw;
		width: 35vw;
	}
  .carouselArea .list li:nth-child(1) { transform: rotateY(0deg) translateZ(42vw); }
  .carouselArea .list li:nth-child(2) { transform: rotateY(60deg) translateZ(42vw); }
  .carouselArea .list li:nth-child(3) { transform: rotateY(120deg) translateZ(42vw); }
  .carouselArea .list li:nth-child(4) { transform: rotateY(180deg) translateZ(42vw); }
  .carouselArea .list li:nth-child(5) { transform: rotateY(240deg) translateZ(42vw); }
  .carouselArea .list li:nth-child(6) { transform: rotateY(300deg) translateZ(42vw); }
	.carouselArea .leftBtn {
		top: 89vw;
		width: 10vw;
		height: 10vw;
	}
	.carouselArea .leftBtn::after {
		left: 40%;
		width: 3vw;
		height: 3vw;
	}
	.carouselArea .rightBtn {
		top: 89vw;
		width: 10vw;
		height: 10vw;
	}
	.carouselArea .rightBtn::after {
		right: 40%;
		width: 3vw;
		height: 3vw;
	}
}

.productInfo li {
	display: none;
	text-align: center;
}
.productInfo li.cur {
	display: block;
}
.productInfo p {
	margin-bottom: 10px;
	font-size: 18px;
}
.productInfo .name {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 30px;
	font-size: 20px;
}
.productInfo .name strong {
	font-size: 250%;
	font-weight: normal;
	line-height: 1;
}
.productInfo .name small {
	font-size: 50%;
}
.productInfo a {
	margin: 25px auto 0;
	display: block;
	border-radius: 5px;
	background-color: #daac3a;
	width: 280px;
	padding: 6px;
	text-align: center;
	color: #000;
	font-family: sans-serif;
	font-size: 18px;
	transition: opacity 0.2s;
}
.productInfo a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px){
	.productInfo p {
		margin-bottom: 3vw;
		font-size: 3.2vw;
	}
	.productInfo .name {
		padding: 0 5vw;
		flex-direction: column;
		align-items: center;
		gap: 2vw;
		font-size: 4.8vw;
	}
	.productInfo .name strong {
		font-size: 180%;
	}
}

.smartaccess {
	margin: 120px 0 55px;
}
.smartaccess .titleArea {
	margin-bottom: 70px;
	text-align: center;
}
.smartaccess .lead {
	margin-bottom: 20px;
	font-size: 24px;
}
.smartaccess .visual {
	margin-bottom: 40px;
	position: relative;
}
.smartaccess .visual div{
  position: absolute;
  top: 316px;
  z-index: 1;
}
.smartaccess .visual div.popup01{
  left: 315px;
}
.smartaccess .visual div.popup02{
  right: 390px;
}
.smartaccess .visual div span{
  width: 23px;
  height: 23px;
  display: block;
  border-radius: 50%;
  background-image: linear-gradient(180deg, rgba(246, 226, 123, 1), rgba(179, 145, 41, 1) 70%);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.smartaccess .visual div::before,
.smartaccess .visual div::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(246, 226, 123, 1), rgba(179, 145, 41, 1) 70%);
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: pulsate 2s linear infinite;
  z-index: -1;
}
.smartaccess .visual div::after {
  animation-delay: 1s;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.smartaccess .textArea {
	margin: 30px 0 40px;
}
.smartaccess .detail {
	margin: 0 0 10px;
	display: flex;
	align-items: center;
}
.smartaccess .detail p {
	line-height: 2;
}
.smartaccess .note {
	font-size: 14px;
	opacity: 0.6;
	letter-spacing: 0.08em;
}
.smartaccess .popup{
  width: 500px;
  color: #000;
  padding: 40px 0;
  background: rgba(255,255,255,.9);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-45%);
  z-index: 102;
  display: none;
}
.smartaccess .popup section{
  display: none;
}
.smartaccess .popup > div{
  width: 100%;
  max-height: 70vh;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: auto;
}
.smartaccess .popup h2{
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
  padding-left: 5px;
  border-left: 4px solid #000;
}
.smartaccess .popup .popup01 h2:first-of-type{
  color: #548234;
  border-left-color: #548234;
}
.smartaccess .popup .popup01 h2:nth-of-type(2){
  color: #8e2e33;
  border-left-color: #8e2e33;
}
.smartaccess .popup .popup01 h2:last-of-type(){
  color: #0e4e6e;
  border-left-color: #0e4e6e;
}
.smartaccess .popup p{
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 5px;
}
.smartaccess .popup p + h2{
  margin-top: 35px;
}
.smartaccess .popup .p_close{
  width: 40px;
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px){
	.smartaccess {
		margin: 60px 0 10vw;
	}
	.smartaccess .visual {
		margin: 0 -19vw 20px;
	}
	.smartaccess .visual div{
		top: 46%;
	}
	.smartaccess .visual div.popup01{
		left: 22%;
	}
	.smartaccess .visual div.popup02{
		right: 24%;
	}
	.smartaccess .visual div span{
		width: 5vw;
		height: 5vw;
	}
	.smartaccess .titleArea {
		margin-bottom: 8vw;
	}
	.smartaccess .lead {
		margin-bottom: 3vw;
		font-size: 3vw;
	}
	.smartaccess .textArea {
		margin: 15px 0 40px;
	}
	.smartaccess .detail {
		margin: 5vw 0;
		flex-direction: column;
		gap: 5vw;
	}
	.smartaccess .detail p {
		font-size: 3.4vw;
	}
	.smartaccess .note {
		margin-bottom: 5vw;
		font-size: 2.8vw;
	}
	.smartaccess .popup{
		width: 90vw;
		padding: 5vw 0;
		transform: translate(-50%,-40%);
	}
	.smartaccess .popup section{
		display: none;
	}
	.smartaccess .popup > div{
		width: 100%;
		max-height: 70vh;
		padding: 0 5vw;
		box-sizing: border-box;
		overflow: auto;
	}
	.smartaccess .popup h2{
		font-size: 4vw;
		line-height: 1;
		margin-bottom: 2vw;
		padding-left: 2vw;
		border-left: 1.5vw solid #000;
	}
	.smartaccess .popup p{
		font-size: 2.8vw;
		line-height: 1.6;
		font-weight: 400;
		margin-top: 1vw;
	}
	.smartaccess .popup p + h2{
		margin-top: 8vw;
	}
	.smartaccess .popup .p_close{
		width: 8vw;
		top: -8vw;
	}
}

.productCode {
	margin-top: 30px;
	display: inline-block;
	border: 1px solid #858585;
	padding: 2px 10px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.18em;
}
@media screen and (max-width: 767px){
	.productCode {
		margin-top: 3vw;
		padding: 1vw 4vw;
		font-size: 2.8vw;
	}
}

.btnArea {
	margin-top: 30px;
}
.productCode + .btnArea {
	margin-top: 40px;
}
@media screen and (max-width: 767px){
	.btnArea {
		margin-top: 6vw;
	}
	.productCode + .btnArea {
		margin-top: 6vw;
	}
}

.linkBtn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 200px;
	height: 50px;
	background-color: #00442d;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	transition: all 0.2s;
}
.linkBtn:hover {
	opacity: 0.7;
}
.linkBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px){
	.linkBtn {
		width: 55vw;
		height: 12vw;
		font-size: 3.4vw;
	}
	.linkBtn::after {
		right: 5vw;
		width: 2.5vw;
		height: 2.5vw;
	}
}

.features {
	margin-bottom: 100px;
}
.features h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 36px;
	line-height: 1.6;
}
.features ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 3.4%;
}
.features li {
	width: 48.3%;
}
.features a {
	position: relative;
	display: block;
	padding: 20px 35px 20px 39%;
	background-color: #141414;
	min-height: 158px;
	transition: all 0.2s;
}
.features a:hover {
	opacity: 0.7;
}
.features a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
.features a img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 34.48%;
}
.features h3 {
	margin-bottom: 12px;
	font-size: 24px;
}
.features p {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.08em;
}
.features .note {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	color: #ccc;
	line-height: 1.3;
}
.features .note + .note {
	margin-top: 0;
}
@media screen and (max-width: 1280px){
	.features h2 {
		margin-bottom: 2vw;
		font-size: 3vw;
	}
	.features ul {
		gap: 3.5vw 3.4%;
	}
	.features a {
		padding: 1.5vw 2.8vw 1.5vw 39%;
		min-height: 13vw;
	}
	.features a::after {
		right: 1.5vw;
		width: 1vw;
		height: 1vw;
	}
	.features h3 {
		margin-bottom: 1vw;
		font-size: 2vw;
	}
	.features p {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 767px){
	.features {
		margin-bottom: 15vw;
	}
	.features h2 {
		margin-bottom: 4vw;
		font-size: 4.2vw;
	}
	.features ul {
		gap: 4vw 0;
	}
	.features li {
		width: 100%;
	}
	.features a {
		padding: 3vw 5.6vw 3vw 39%;
		min-height: 26vw;
	}
	.features a::after {
		right: 3vw;
		width: 2vw;
		height: 2vw;
	}
	.features h3 {
		margin-bottom: 2vw;
		font-size: 4vw;
	}
	.features p {
		font-size: 2.8vw;
	}
	.features .note {
		margin-top: 2vw;
		font-size: 2.6vw;
	}
}

.product {
	margin: 120px 0 0;
}
.product .bannerList {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 35px 0;
	padding-bottom: 65px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.product .bannerList li {
	width: 48.3%;
	font-size: 24px;
}
.product .bannerList li.wide {
	width: 100%;
}
.product .bannerList .img {
	position: relative;
	margin-bottom: 20px;
}
.product .bannerList .img::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-color: #00442d;
}
.product .bannerList .img::after {
	content: '';
	position: absolute;
	right: 21px;
	bottom: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.product .bannerList .img.noMark::before,
.product .bannerList .img.noMark::after {
	display: none;
}
.product .bannerList .img img {
	vertical-align: top;
}
@media screen and (max-width: 1000px){
	.product .bannerList li {
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 767px){
	.product {
		margin: 15vw 0 0;
	}
	.product h2 {
		margin-bottom: 6vw;
		font-size: 8vw;
	}
	.product .bannerList {
		margin-bottom: 8vw;
		flex-direction: column;
		gap: 6vw;
		padding-bottom: 8vw;
	}
	.product .bannerList li {
		width: 100%;
		font-size: 3.6vw;
	}
	.product .bannerList .img {
		margin-bottom: 3vw;
	}
	.product .bannerList .img::before {
		width: 10vw;
		height: 10vw;
	}
	.product .bannerList .img::after {
		right: 4.2vw;
		bottom: 4vw;
		width: 2vw;
		height: 2vw;
	}
}

.noteArea {
	background-color: #000;
	padding: 70px 20px;
}
.noteArea .inner {
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}
.noteArea li {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px){
	.noteArea {
		padding: 8vw 5vw 2vw;
		font-size: 3vw;
	}
}

footer {
	padding-top: 0;
}
