@charset "utf-8";
/**
 * subsnm
 */
.subsnm {
	padding-top: 80px;
	padding-bottom: 160px;
}
@media screen and (max-width:767px){
	.subsnm {
		padding-top: 24px;
		padding-bottom: 48px;
	}
}
.subsnm.is-ovhidden {
	overflow: hidden;
}

/**
 * title
 */
.subsnm__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.subsnm__title {
		margin-bottom: 40px;
	}
}

/* img */
.subsnm__title--img {
	background: url(../img/top/title_saturdaynightmillion.svg) no-repeat 0 0 / 100%;
	display: block;
	width: 958px;
	height: 82px;
}
@media screen and (max-width: 767px) {
	.subsnm__title--img {
	    width: 328px;
	    height: 28px;
	}
}

/* txt */
.subsnm__title--txt {
	color: #fff;
	display: block;
	font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.subsnm__title--txt {
		font-size: 16px;
		margin-top: 12px;
	}
}

/**
 * topTextWrap
 */
.topTextWrap {
	width: 878px;
	margin: 0 auto;
}
@media screen and (max-width:767px){
	.topTextWrap {
		width: 100%;
		padding: 0 24px;
	}
}

/* text */
.topText {
	color: #fff;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.topText {
		font-size: 14px;
	}
}

/**
 * bottomTextWrap
 */
.bottomTextWrap {
	width: 878px;
	margin: 80px auto 0;
}
@media screen and (max-width:767px){
	.bottomTextWrap {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 24px;
	}
}

/* text */
.bottomText {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width:767px){
	.bottomText {
		font-size: 12px;
	}
}

/**
 * snmOneWrap
 */
.snmOneWrap {
	width: 878px;
	margin: 80px auto 0;
}
@media screen and (max-width:767px){
	.snmOneWrap {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 24px;
	}
}

/* snmOne */
.snmOne:not(:first-child) {
	margin-top: 80px;
}
@media screen and (max-width:767px){
	.snmOne:not(:first-child) {
		margin-top: 40px;
	}
}

/* title */
.snmOne__title {
	border-bottom: 1px solid rgba(var(--color-main),1);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
    padding-bottom: 30px;
}
@media screen and (max-width:767px){
	.snmOne__title {
		font-size: 16px;
		margin-bottom: 24px;
    	padding-bottom: 12px;
	}
}

/* text */
.snmOne__text {
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width:767px){
	.snmOne__text {
		font-size: 12px;
	}
}

/**
 * snmLists
 */
.snmLists {
	display: flex;
	flex-wrap: wrap;
}

/* item */
.snmLists__item {
	width: calc((100% - 64px) / 3);
	margin-bottom: 50px;
}
.snmLists__item:not(:nth-child(3n + 1)) {
    margin-left: 32px;
}
@media screen and (max-width:767px){
	.snmLists__item {
		width: calc((100% - 24px) / 2);
		margin-bottom: 24px;
	}
	.snmLists__item:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	.snmLists__item:not(:nth-child(2n + 1)) {
		margin-left: 24px;
	}
}

/* a */
.snmLists__item > a {
	display: block;
	width: 100%;
	text-decoration: none;
}

/* thumbArea */
.snmLists__thumbArea {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.snmLists__thumbWrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.snmLists__thumb {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1);
}
/*.snmLists__item > a:hover .snmLists__thumb {
	transform: scale(1.4);
}*/

/* time */
.snmLists__timeWrap {
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width:767px){
	.snmLists__timeWrap {
		height: 16px;
	}
}

.snmLists__timeWrap:before {
	content: "";
	background-color: rgba(var(--color-main),1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.snmLists__timeWrap time {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 0 4px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.snmLists__timeWrap time {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* title */
.snmLists__title {
	color: #fff;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
	margin-top: 12px;
}
@media screen and (max-width:767px){
	.snmLists__title {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* alink */
.snmLists__aLink {
	background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    padding: 12px 80px;
    text-align: center;
}
.snm__more {
	width: 100%;
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
}
@media screen and (max-width:767px){
	.snmLists__aLink {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px 10px;
	}
	.snm__more {
		width: 100%;
	    margin: 48px auto 0;
	}
}

/**
 * guideline
 */
/* wrap */
.snmOne__guidelineWrap {
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(var(--color-main),1);
	padding: 40px;
    margin-top: 40px;
}
.hi_txt{
	font-size: 20px;
    color: #ff0056;
    font-weight: bold;
}
@media screen and (max-width:767px){
	.snmOne__guidelineWrap {
		padding: 20px;
	}
	.hi_txt{
		font-size: 16px;
	}
}

/* guideline */
.snmOne__guideline:not(:first-of-type) {
	margin-top: 40px;
}
@media screen and (max-width:767px){
	.snmOne__guideline:not(:first-of-type) {
		margin-top: 30px;
	}
}


/**
 * guideline title
 */
.snmOne__guideline__title {
	display: flex;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}
@media screen and (max-width:767px){
	.snmOne__guideline__title {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
}

/* icon */
.snmOne__guideline__title:before {
    content: "";
    background-color: #ff0056;
    display: block;
    flex: none;
    width: 16px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-image: url(../img/common/icon_thunder.svg);
    mask-image: url(../img/common/icon_thunder.svg);
    margin-top: 5px;
    margin-right: 8px;
    position: relative;
}
@media screen and (max-width:767px){
	.snmOne__guideline__title:before {
		width: 12px;
    	height: 20px;
    	margin-top: 2px;
	}
}

/**
 * guideline text
 */
.snmOne__guideline__text {
	color: #fff;
	font-size: 16px;
}
.snmOne__guideline__text:not(:first-of-type) {
	margin-top: 16px;
}
@media screen and (max-width:767px){
	.snmOne__guideline__text {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* indent */
.indent-1 {
	display: block;
	padding-left:1em;
	text-indent:-1em;
}