@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");*/

/******************************

ベース

******************************/
body {
	position: inherit;
	top: inherit;
	color: #222;
	font-size: 11px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #fff;
	background: #000;
}
/* グローバルナビ PC */
@media print, screen and (min-width: 801px) {
div{
	max-height:inherit;
}
}

/******************************

画像　拡大

******************************/
.resizeimage img {
	width: 100%;
	height:auto;
}


/******************************

乗算

******************************/
.jozan01{
	mix-blend-mode: multiply; /* 乗算 */
}


/******************************

バック地

******************************/
.bg_000{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	
	background: #000;
}
.bg_393939{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	
	background: #393939;
}
.bg_595857{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	
	background: #595857;
}
.bg_fff{
clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	
	background: #fff;
}





/******************************

スマホ基本ボックス

******************************/
.sp_bg{
	clear:both;
	width:92%;
	max-width: 482px;
	height:auto;
	margin:0 auto;
	padding: 0;
	position:relative;
	z-index: 10;
	overflow: hidden;
	border: none;
	border-left: 1px solid #888;
	border-right: 1px solid #888;

	box-sizing: border-box;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

/*	background: #98a4ff;*/
	background: #fff;
}
.sp_bg.gray1{
	background: #393939;
}
@media print, screen and (min-width: 801px) {
.sp_bg{
	width:482px;
	max-width:none;
	margin:0;
	padding: 0;
	
/*	background: rgba(16,224,195,1.00);*/
	
	/*ヘッダーセンター*/
	margin:0 auto;
	
	/*ヘッダー右揃え*//*
	left: calc( 100% - 482px );
	*/
	
}
}
@media print, screen and (max-width: 800px) {
.sp_bg{
	width:100%;
	max-width: 800px;
	margin:0;
	border: none;
	border-left: none;
	border-right: none;
	box-shadow: none;

	/* background: #df87cb; */
}
}



/******************************

PCバック地　基本ボックス

******************************/
.pc_bg{
	clear:both;
	width:100%;
	height:100%;
	height: 100vh;
	margin:0;
	padding: 0;
	overflow: hidden;
	border: none;
	
	position:absolute;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1;
	z-index: 2;
	
/*	background:rgba(135,220,124,1.00);*/
	background:rgba(13,13,13,1.0);
	background: rgba(241,242,233,1.00);
/*	background: #f5f0e8;*/
	background-image: url("https://cpug.jp/cpu2026/wp-content/themes/cpu0512/common/img/common/pc_bg1.png");
	background-size: cover;
	background-position: top center;
}

/*PCバック地　ムービー枠*/
.bg-video-wrap_pc1,
.bg-video-wrap_pc2{
	width: 100%;
	width: calc( 50% - 241px );
	height:100vh;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	overflow: hidden;
}
.bg-video-wrap_pc1 {
	left: 0;
}
.bg-video-wrap_pc2 {
	right: 0;
}

/*
#js-pc-video1,
#js-pc-video2,
*/
.bg-video_pc1,
.bg-video_pc2{
	width: 200%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	object-fit: cover;
	/*filter: grayscale(100%); /* グレースケール */
	opacity: 0.1
}
/*#js-pc-video1,*/
.bg-video_pc1 {
	left: 0;
	left: -4%;
}
/*#js-pc-video2,*/
.bg-video_pc2 {
	right: 0;
	right: 4%;
}

.cpu_pc_bg1{
	clear:both;
	width:100%;
	height:100%;
	height: 100vh;
	margin:0;
	padding: 0;
	overflow: hidden;
	border: none;
	
	position:absolute;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 5;
/*	background-image: url("https://cpug.jp/cpu2026/wp-content/themes/cpu0514/common/img/common/cpu_pc_bg2-2.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	
	mix-blend-mode:multiply;/*乗算*/
	opacity: 0.5;
}



/******************************

ヘッダー固定

******************************/
.header{
	clear: both;
	width:100%;
/*	height:75px;*/
	height:68px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	
/*	background: rgba(255,0,225,1.00);*/
}
@media screen and (min-width: 801px) {
.header{
	max-width: 480px;
	
	/*ヘッダーセンター*/
	left: 50%;
	transform: translateX(-50%);
	
	/*ヘッダー右揃え*//*
	left: calc( 100% - 482px );
	*/
}
}
.header_bg{
	clear: both;
	width:100%;
/*	max-width: 482px;*/
/*	height:75px;*/
	height:68px;
	margin: 0;
	padding: 0;
	position: relative;

	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	background:#8baad3;
	background: rgba(255,255,255,0.64);
	background:rgba(0,0,0,0.37);
	background:rgba(0,0,0,0.21);
}
.header_bg.gray1{
	background: #393939;
}
@media screen and (min-width: 801px) {
.header_bg{
	width:480px;
	
}
}
@media screen and (max-width: 800px) {
.header_bg{
	max-width: 800px;
}
}
@media screen and (max-width: 600px) {
.header_bg{
	max-width: 600px;
}
}
@media screen and (max-width: 480px) {
.header_bg{
	max-width: 480px;
}
}
.header_bg2{
	clear: both;
	width:100%;
	height: 68px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;

	background: rgba(255,255,255,0.64);
	background: rgba(255,255,255,0.85);
	z-index: 99;
}
.header_bg2.gray1{
	background: #393939;
}
@media screen and (min-width: 801px) {
.header_bg2{
	width: 480px;
	
	/*ヘッダーセンター*/
	left: 50%;
	transform: translateX(-50%);
	
	/*ヘッダー右揃え*//*
	left: calc( 100% - 482px );
	*/
}
}


.hd_logo1,
.hd_logo1_menu{
	clear: both;
	width: 86px;
	height: 34px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 99999;
	top: 2px;
}
.hd_logo1 img {
	/*display: block; /* 下の隙間を消す */
	width: 86px;
	height: 34px;
    /*object-fit: contain; /* 枠内に比率を保って収める */
}

.hd_logo1_menu{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	z-index: 99999;
}
.hd_logo1_menu.active{
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.4s;
}
.hd_logo1_menu2.active{
	opacity: 0;
	transform: translateX(0);
	transition-delay: 0.8s;
}





.hd_page_title1{
	clear: both;
	width:40%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;

	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	line-height:1;
	clip-path:inset(-10% 0 -10% 0);
	

	/* background:#54c059; */
}

.hd_page_title1 a{
	clear: both;
	width:100%;
	height: auto;
	margin: 0;
	margin-left: 1.6em;
	padding: 0;
	position: relative;

	font-family: "din-2014", sans-serif;
	color:#fff;
	font-weight: 500;
	letter-spacing: 0;

	font-size: 21px;
	line-height:100.5%;

	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.06em;
	text-align: left;
	display: inline-block;
	
}
.hd_page_title1.gray1 a{
	color:#bfbfbf;
}
@media screen and (max-width: 800px) {
.hd_page_title1 a{
	font-size: 2em;
}
}
@media screen and (max-width: 600px) {
.hd_page_title1 a{
	font-size: 4.2vw;
}
}

/* 通常時の状態 */
.hd_page_title1 a{
	--delay:0s;
	--y:22%;
}
.hd_page_title1 a:before{
	display:block;
	position:absolute;
	height:-moz-fit-content;
	height:fit-content;
	margin:auto;
	inset:0;translate:0 var(--y);
	content:attr(data-txt);
	color:var(--color-02);
	color: #d0a378;
	clip-path:inset(-10% 0 130% 0);
	opacity:.3;
}
.hd_page_title1 a span,
.hd_page_title1 a:before{
	transition:translate .9s cubic-bezier(.16,1,.3,1),clip-path .6s cubic-bezier(0,.55,.45,1),opacity .3s ease-in;
}


@media (any-hover:hover){
.hd_page_title1 a:hover span{
	translate:0 calc(var(--y)*-1);
	translate:0 calc(var(--y)*0);
	clip-path:inset(130% 0 -10% 0);
	opacity:.3;
	transition-delay:0s;
}
.hd_page_title1 a:hover:before{
	translate:0 0;
	clip-path:inset(-10% 0 -10% 0);
	opacity:1;
	transition-delay:var(--delay);
}
}




/******************************

フッター

******************************/
.footer{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	
	background:#000;
}

/* フッターロゴ */
.ft_logo1{
	clear: both;
	width: 130px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 999;
}
@media screen and (max-width: 600px) {
.ft_logo1{
	width: 25%;
	width: 130px;
}
}
.ft_logo1_on{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	/* z-index: 999999; */
}
.ft_logo1_on:hover{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0;
	
}
.ft_logo1_on2:hover{
	opacity: 0;
	transform: translateY(0);
	transition-delay: 0;
}




/* フッターテキスト1 */
.ft_txt1 {
	clear: both;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;

	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	font-weight: 400;

	font-size: 11px;
	/* font-size: 5.25vw;
	font-size: 4.2vw; */
	line-height:160%;
	
	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.06em;
	text-align: center;
}
.ft_txt1.din {
	font-family: "din-2014", sans-serif;
	color:#fff;
	font-weight: 400;

	font-size: 12px;
	line-height:101%;
}
@media screen and (max-width: 800px) {
.ft_txt1 {
	font-size: 1.1em;
	line-height:200%;
}
.ft_txt1.din {
	font-size: 1.3em;
}
}

.ft_txt1 a{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	font-weight: 400;

	font-size: 11px;
	line-height:195%;
	text-decoration: none;

	display: inline-block;
    transition: color 0.3s ease; /* 色の変化だけはtransitionで滑らかに */
}
@media screen and (max-width: 600px) {
.ft_txt1 a {
	font-size: 1.1em;
	line-height:200%;
}
}
/* ホバー時の状態 */
.ft_txt1 a:hover{
	color: #bd790c;
	color: #b78a5f;
	color: #d0a378;
    /* 0.4秒かけて、hop-animationという名前の動きを1回だけ実行する */
    animation: hop-animation 0.4s ease-out;
}



















/* フッターテキスト2+a */
.ft_txt2 {
	clear: both;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;

	text-align: center;
}
.ft_txt2 a{
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;

	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	font-weight: 400;

	font-size: 14px;
	/* font-size: 5.25vw;
	font-size: 4.2vw; */
	line-height:105%;
	
	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.06em;
	text-align: center;

	text-decoration: none;

	display: inline-block;
    transition: color 0.3s ease; /* 色の変化だけはtransitionで滑らかに */
}
@media screen and (max-width: 600px) {
.ft_txt2 a {
	font-size: 1.3em;
}
}
/* ホバー時の状態 */
.ft_txt2 a:hover{
	color: #bd790c;
	color: #b78a5f;
	color: #d0a378;
    /* 0.4秒かけて、hop-animationという名前の動きを1回だけ実行する */
    animation: hop-animation 0.4s ease-out;
}

/* フッターアイコン */
.ft_icon_box1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;

	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.ft_icon1,
.ft_icon1_on{
	clear: both;
	width: 34px;
	height: auto;
	margin: 0;
	padding: 0 15px;
	position: relative;
}
.ft_icon1 img,
.ft_icon1_on img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 600px) {
.ft_icon1,
.ft_icon1_on,
.ft_icon1_on2{
	width: 8%;
	width: 34px;
	/* padding: 0 3.5%; */
}
}
.ft_icon1_on{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.ft_icon1_on:hover{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0;
}
.ft_icon1_on2:hover{
	opacity: 0;
	transform: translateY(0);
	transition-delay: 0;
}


/* フッターテキストナビ */
.ft_nav_box1 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ft_nav1 {
	clear: both;
	width: 48%;
	height: 60px;
	margin: 0;
	padding: 0;
	position: relative;

	border: none;
	border-top: 1px solid #000;
}
.ft_nav1.m01 {
	border-bottom: 1px solid #000;
}
.ft_nav1 a {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;

	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-weight: 700;

	font-size: 19px;
	line-height:101%;
	
	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.03em;
	text-align: center;

	text-decoration: none;

	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
/* ホバー時の状態 */
/*
.ft_nav1 a:hover{
	color: #bd790c;
	color: #b78a5f;
	color: #d0a378;
     0.4秒かけて、hop-animationという名前の動きを1回だけ実行する 
    animation: hop-animation 0.4s ease-out;
}
*/
@media screen and (max-width: 600px) {
.ft_nav1 a {
	font-size: 1.9em;
	font-size: 3.8vw;
	font-weight: 800;
	line-height:101%;
}
}



/* 通常時の状態 */
.ft_nav1 a{
	--delay:0s;
	--y:22%;
}
.ft_nav1 a:before{
	display:block;
	position:absolute;
	height:-moz-fit-content;
	height:fit-content;
	margin:auto;
	inset:0;translate:0 var(--y);
	content:attr(data-txt);
	color:var(--color-02);
	color: #d0a378;
	clip-path:inset(-10% 0 130% 0);
	opacity:.3;
}
.ft_nav1 a span,
.ft_nav1 a:before{
	transition:translate .9s cubic-bezier(.16,1,.3,1),clip-path .6s cubic-bezier(0,.55,.45,1),opacity .3s ease-in;
}


@media (any-hover:hover){
.ft_nav1 a:hover span{
	translate:0 calc(var(--y)*-1);
	translate:0 calc(var(--y)*0);
	clip-path:inset(130% 0 -10% 0);
	opacity:.3;
	transition-delay:0s;
}
.ft_nav1 a:hover:before{
	translate:0 0;
	clip-path:inset(-10% 0 -10% 0);
	opacity:1;
	transition-delay:var(--delay);
}
}









/******************************

ベースCSS

******************************/
.contents100{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.contents400{
	clear: both;
	width: 83.334%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.contents440{
	clear: both;
	width: 92%;
	max-width: 440px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}



/* タイトルフォーマット */
.title_format1 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;

	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ページタイトル1 */
.page_title1 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;

	font-family: "din-2014", sans-serif;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-weight: bold;

	font-size: 34px;
	line-height:101%;
	
	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.04em;
	text-align: left;
}
.page_title1.m01 {
	color:#fff;
}
.page_title1.noto1 {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height:101%;
}
@media screen and (max-width: 600px) {
.page_title1 {
	font-size: 6.8vw;
	line-height:101%;
}
.page_title1.noto1 {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 7.2vw;
	line-height:101%;
}
}

/* ページタイトル2 */
.page_title2 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;

	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-weight: 500;

	font-size: 17px;
	line-height:101%;
	
	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.04em;
	text-align: left;
}
.page_title2.m01 {
	color:#fff;
}
@media screen and (max-width: 600px) {
.page_title2 {
	font-size: 1.7em;
	line-height:101%;
}
}


/* ページテキスト */
.page_txt1 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;

	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-weight: 500;

	font-size: 17px;
	line-height:200%;
	
	font-feature-settings: "palt";/*（自動カーニング）*/
	letter-spacing: 0.04em;
	text-align: left;
}
.page_txt1.fs27 {
	font-size: 27px;
	line-height:150%;
}
.page_txt1.fs22 {
	font-size: 22px;
	line-height:150%;
}
.page_txt1.m01 {
	color:#fff;
}
@media screen and (max-width: 800px) {
.page_txt1 {
	font-size: 3.4vw;
	line-height:200%;
}
.page_txt1.fs27 {
	font-size: 5.4vw;
}
.page_txt1.fs22 {
	font-size: 4.4vw;
}
}








/***

pagetopBtn.css

***/

.pagetopBtn{
	clear: both;
	width:100%;
	height:26px;
	margin: 0 0 17px;
	padding: 0;
	position: relative;
	z-index:10;
	
/*
	display: flex;
	justify-content: flex-end;
*/
	
/*	background: #FFDDDE;*/
}
/* 下固定表示用（スクロール1500px超え時） */
.pagetopBtn--fixed {
	position: fixed;
	bottom: 0;
	left: 50%;
	left: calc( 50% - 240px );
	width: 480px;
	max-width: 100%;
	z-index: 100;
	display: block !important;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.pagetopBtn--fixed.is-visible {
	opacity: 1;
	transform: translateY(-20px);
}
.pagetopBtn--fixed.brand_page.is-visible {
	opacity: 1;
	transform: translateY(-70px);
}
@media screen and (max-width: 600px) {
.pagetopBtn--fixed {
	left: 0;
	width: 100%;
	transform: translateY(100%);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
}
/* 元位置に戻ったとき（固定解除）のプレースホルダー */
.pagetopBtn--placeholder {
	display: block;
	width: 100%;
/*	background: #5BD09E;*/
}

.img-hover-wrap_box1 {
	clear: both;
	width:20px;
	height:26px;
	float: right;
	margin: 0;
	margin-right: 60px;
	margin-right: 85px;
	padding: 5px;
	position: relative;
	z-index:10;
	
	background: rgba(255,255,255,0.6);
}
.img-hover-wrap {
	position: relative;
	width: fit-content;
	height: fit-content;
	--y: 22%;

	clear: both;
	width:20px;
	height:26px;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
}

.img-hover-wrap .img-default {
    display: block;
    clip-path: inset(-10% 0 -10% 0);
    translate: 0 0;
    transition: translate .9s cubic-bezier(.16,1,.3,1), clip-path .6s cubic-bezier(0,.55,.45,1), opacity .3s ease-in;
}

.img-hover-wrap .img-hover {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    clip-path: inset(-10% 0 130% 0);
    translate: 0 var(--y);
    opacity: .3;
    transition: translate .9s cubic-bezier(.16,1,.3,1), clip-path .6s cubic-bezier(0,.55,.45,1), opacity .3s ease-in;
}
@media (any-hover: hover) {
    a:hover .img-default {
        translate: 0 calc(var(--y) * -1);
        clip-path: inset(130% 0 -10% 0);
        opacity: .3;
    }
    a:hover .img-hover {
        translate: 0 0;
        clip-path: inset(-10% 0 -10% 0);
        opacity: 1;
    }
}




/***

メニュー内ムービー

***/
/*ムービー*/
.bg-video-wrap_cpu{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	/*overflow: visible; /* hiddenからvisibleに変更 */
	
	background: #000;
}
.bg-video-wrap_cpu_po-r{
	position: relative;
	z-index: 999;
}
.bg-video-wrap_cpu.eye1{
	overflow: hidden;
}
.bg-video_cpu {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	
	background: #000;
	object-fit: cover;
	top: 0;
	left: 0;
}
/*
.bg-video_cpu.gray1 {
	filter: grayscale(65%);  /*グレースケール *//*
}
*/
.bg-video_cpu.gray1 {
	filter: grayscale(100%); /* グレースケール */
}

/*ムービー枠*/
.bg-video-wrap.top1 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	
	background: #000;
}
.bg-video-wrap.top1 {
    overflow: visible; /* hiddenからvisibleに変更 */
}


/*ムービー文字*/
.menu_txt_bg1.top1{
	clear: both;
	width: 104.167%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 59.3%;
	top: 63.5%;
	left: 0;
	opacity: 1;
	
/*	background: rgba(180,41,226,1.00);*/
}
@media screen and (min-width: 801px) {
.menu_txt_bg1.top1{
	top: 59.2%;
	top: 63.5%;
}
}