/* デフォルト
---------------------------------------------------- */

/* 画面100%表示用↓ここから */
.mainContentMT {
	width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

/* 画面100%表示用↓ここまで */

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

/* coolcation
---------------------------------------------------- */
#howtouseit2025 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#howtouseit2025 img {
	max-width: 100%;
	vertical-align: bottom;
	font-size: 0;
}

#howtouseit2025 .pc {
	display: block !important;
}

#howtouseit2025 .sp {
	display: none !important;
}


#howtouseit2025 ol,
#howtouseit2025 ul {
	list-style-type: none;
}

#howtouseit2025 a {
	outline: none;
	font-size: inherit;
}


/* font
---------------------------------------------------- */

/* タイトル */
#howtouseit2025 .title p {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 1em;
}

/* サブタイトル */
#howtouseit2025 .subtitle p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.5em;
}

/* テキスト */
#howtouseit2025 .text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

/* 備考 */
#howtouseit2025 .remark p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
}

#howtouseit2025 .txt_center {
	text-align: center;
}

#howtouseit2025 .txt_left {
	text-align: left;
}

#howtouseit2025 .txt_right {
	text-align: right;
}

/* .mainvisual-slideshow
---------------------------------------------------- */


#howtouseit2025 .mainvisual-slideshow {
	position: relative;
	z-index: 1;
}

#howtouseit2025 .mainvisual-slideshow {
	/* position: absolute; */
	position: relative;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#howtouseit2025 .mainvisual-slideshow .title p {
	color: #fff;
}


/* #font
---------------------------------------------------- */
#font {
	max-width: 940px;
	margin: 0 auto;
}



/* vegas
---------------------------------------------------- */

#howtouseit2025_mainvisual #vegas {
	position: relative;
	width: 100%;
	/* height: calc((100vw - 375px)*(550 - 250)/(940 - 375) + 250px); */
	height: calc((100vw - 375px)*525/565 + 320px);
	/* max-width: 1300px; */
	margin: 0 auto;
	max-height: 700px;
	z-index: 1;

	/* 適宜、数値は変更必要 */
	/* min-height: 940px; */
	/* 適宜、数値は変更必要 */
	/* max-height: 1080px; */
	/* 適宜、数値は変更必要 */
}

#howtouseit2025_mainvisual #contents {
	position: relative;
	z-index: 3;
	text-align: inherit;
}

/* particles-js
---------------------------------------------------- */

#particles-js {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

/* フッターに被らないようにするための対策 */
.footPagetopMT,
footer,
.underInfoMT {
	position: relative;
	z-index: 4;
}


/* slick
---------------------------------------------------- */

/* Arrows */
#howtouseit2025 .slick-prev,
#howtouseit2025 .slick-next {
	line-height: 0;
	position: absolute;
	bottom: 0;
	display: block;
	width: 30px;
	height: 30px;
	border: solid 1px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	outline: none;
	z-index: 3;
}

#howtouseit2025 .slick-prev {
	left: 10%;
}

#howtouseit2025 .slick-next {
	right: 10%;
}

#howtouseit2025 .slick-prev::before,
#howtouseit2025 .slick-next::before {
	content: "";
	width: 30%;
	height: 30%;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#howtouseit2025 .slick-next::before {
	border-top: solid 1px;
	border-right: solid 1px;
	left: 25%;
}

#howtouseit2025 .slick-prev::before {
	border-bottom: solid 1px;
	border-left: solid 1px;
	right: 25%;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
}


.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .25;
}



/* Dots */

#howtouseit2025 .slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 1em auto 0;
	list-style: none;
	text-align: center;
	z-index: 3;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	content: '';
	text-align: center;
	opacity: .25;
	background-color: black;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: black;
}


/* slick center
---------------------------------------------------- */

/* 中央以外のスライド */
#howtouseit2025 .center.slick-slider img {
	height: auto;
	opacity: .3;
	transform: scale(.8);
	transition: opacity .5s, transform .5s;
	width: 100%;
}

/* 中央のスライド */
#howtouseit2025 .center.slick-slider .slick-center img {
	opacity: 1;
	transform: scale(1);
}


/* animation　テンプレ表示用のcssのため不要
---------------------------------------------------- */

#howtouseit2025 .animation_contents .flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#howtouseit2025 .animation_contents .flex .box {
	font-size: 20px;
	width: 440px;
	padding: 1em;
	margin: 2em;
	background: #000;
	color: #fff;
	box-sizing: border-box;
}

#howtouseit2025 .animation_contents .flex .bgextend,
#howtouseit2025 .animation_contents .lineTrigger {
	font-size: 20px;
	width: 440px;
	padding: 1em;
	margin: 2em;
	box-sizing: border-box;
}

/* animation　可変分
---------------------------------------------------- */


/*bgLRextend 背景色*/
#howtouseit2025 .bgLRextend::before {
	background-color: #9eeece;
}

/*bgRLextend 背景色*/
#howtouseit2025 .bgRLextend::before {
	background-color: #af86f2;
}

/*bgDUextend 背景色*/
#howtouseit2025 .bgDUextend::before {
	background-color: #ff7bac;
}

/*bgUDextend 背景色*/
#howtouseit2025 .bgUDextend::before {
	background-color: #fcee21;
}


/* lineTrigge 線色 */
.lineTrigger::before,
.lineTrigger::after,
.line2::before,
.line2::after {
	background: #e91e63;
}


/*========= hamburger menu ===============*/

#g-nav {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 99;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -120%;
	width: 100%;
	height: 100vh;
	/*ナビの高さ*/
	background: rgb(255, 255, 255, .8);
	/*動き*/
	transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
	right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100vh;
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	position: absolute;
	z-index: 99;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	width: 100%;
}

/*リストのレイアウト設定*/

#g-nav li {
	list-style: none;
	text-align: center;
}

#g-nav li a {
	font-size: 2em;
	color: #000;
	text-decoration: none;
	padding: 1.5em 0 0;
	display: block;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1;
	font-style: normal;
}


.openbtn {
	display: none;
	position: fixed;
	z-index: 100;
	/*ボタンを最前面に*/
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #000;
}

/*×に変化*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 2px;
	width: 45%;
	background-color: #fff;
}

.openbtn span:nth-of-type(1) {
	top: 15px;
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top: 31px;
}

.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

/*========= Modaal ===============*/


/* モーダルを開くボタン */
#modaal a.inline {
	text-align: center;
	display: block;
	padding: 1em;
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	border: solid 1px;
	text-decoration: none;
	font-size: 1.2em;
}

/* 閉じるボタン　hover */
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #000;
}


@media screen and (max-width: 767px) {


	/*　左右余白削除　*/
	#fftop_recomDetail section {
		padding: 0;
	}

	#howtouseit2025 .sp {
		display: block !important;
	}

	#howtouseit2025 .pc {
		display: none !important;
	}

	#g-nav li a {
		font-size: 1.5em;
	}

}