@charset "UTF-8";
/* CSS Document */


/* under */
.under {
	padding: 64px 0;
}

/* under-sharebox */
.under-sharebox {
	text-align: center;
	width: 100%;
}

.under-sharebox a {
	display: inline-block;
	margin: 10px 2px;
}

.under-sharebox a img {
	max-width: 67px;
	aspect-ratio: 1/1;
}

/* under-mailbox */
.under-mailbox {
	margin: 10px 12px 0;
	padding: 30px 0;
	border: solid 1px #d1c0a5;
	text-align: center;
	width: calc(100% - 24px);
}

.under-mailbox .m-btn-inactive {
	width: 50%;
}

/* layoutbox */
.m-link-archive-img img {
	aspect-ratio: 16/15 !important;
	height: auto;
}

/* insta */

.tfslive_box {
	display: block;
	margin: 40px 12px 0;
	width: calc(100% - 24px);
	max-width: 700px;
	overflow: hidden;
	text-align: center;
}

.tfslive_box p {
	font-size: 20px;
	margin-bottom: 10px;
}

.tfslive_box img {
	width: 100%;
	height: auto;
	aspect-ratio: 5/2;
}




@media screen and (max-width:640px) {
	/*--------*/
	/*   SP   */
	/*--------*/


	/* SP under-mailbox */
	.m-sign-form-btn-area .m-btn-active {
		width: 50%;
		margin: auto;
	}


}

/* end media */




@media screen and (min-width:641px) {
	/*--------*/
	/*   PC   */
	/*--------*/


	/* PC under-mailbox */
	.under-mailbox {
		width: 500px;
		margin: 10px auto 0;
	}

	.tfslive_box {
		margin: 40px auto 0;
	}

	.tfslive_box a:hover {
		opacity: 0.7;
	}


}

/* end media */