@charset "UTF-8";

/* *******************************************************************************************
*
*	/snow/operation/
*
******************************************************************************************* */
/* ----------------------------- 共通 ----------------------------- */

#cont .pc {
	display: inline-block;
}

#cont .sp,
#cont .mb {
	display: none;
}

#cont sup {
	font-size: 90%;
	vertical-align: top;
	position: relative;
	top: 0;
	color: #c00;
}

@media screen and (max-width: 736px) {
	#cont .pc {
		display: none;
	}

	#cont .sp {
		display: inline-block;
	}

}

@media screen and (max-width: 420px) {

	#cont .mb,
	#cont .sp {
		display: inline-block;
	}
}


#cont img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}

@media (any-hover:hover) {
	#cont a {
		transition: all .3s;
	}

	#cont a:hover {
		opacity:
			.7;
	}
}

#cont .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 736px) {
	#cont .inner {
		width: 90%;
	}
}

/* Title */
.contents_header_secondary {
	margin: -40px auto 0;
	width: 980px;
}

.contents_header_secondary_description {
	margin: 20px auto 0;
	width: 980px;
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.contents_header_secondary {
		margin: -40px auto 0;
		width: 100%;

	}

	.contents_header_secondary_description {
		margin: 16px auto 0;
		width: 90%;
		font-size: 14px;
		text-align: justify;
	}
}

.contents_header_secondary {
	margin: -50px auto 0;
	width: 980px;
}

@media screen and (max-width: 736px) {
	.contents_header_secondary {
		margin: -55px auto 0;
		width: 100%;

	}
}

#Main {
	margin-bottom: 80px;
}

#Main .product_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#Main .product {
	width: 32%;
}

@media screen and (max-width: 736px) {
	#Main {
		margin-bottom: 50px;
	}

	#Main .product_wrap {
		display: block;
		margin-top: 35px;
	}

	#Main .product {
		width: 100%;
	}

	.product+.product {
		margin-top: 30px;
	}
}

#Main .product_tt {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
	background: #2b383f;
	position: relative;
	text-align: center;
	height: 80px;
	width: 100%;

}

#Main .product_tt a {
	color: #fff;
	display: block;
	padding: .7em 2em .7em .6em;
}

#Main .product_tt::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 20px;
	height: 20px;
	background: #fff;
	transform: translate(0, -50%);
}

#Main .product_tt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 20px;
	height: 20px;
	background:
		url(/snow/operation/img/icon_anchor2.png) no-repeat center center;
	background-size: 14px auto;
	transform: translate(0, -50%);
}

@media (any-hover:hover) {

	#Main .product_tt,
	#Main .product_tt::after {
		transition: all .3s;
	}

	#Main .product_tt:hover {
		opacity: .7;
	}

	#Main .product_tt:hover::after {
		right: 11px;
	}

}

#Main .product_info {
	background: #eee;
	padding: 30px 25px 0;
	border-bottom: 2px solid #c00;
	width: 100%;
}

#Main .product_info .product_photo {
	width: 220px;
	height: 263px;
	margin: auto;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

#Main #Pro_02 .product_info .product_photo {
	width: 230px;

}

#Main #Pro_03 .product_info .product_photo {
	width: 235px;

}

#Main .product_info .product_photo .caption {
	font-size: 12px;
	margin-top: .5rem;
}

#Main .product_info .lineup {
	margin-top: .8rem;
}

@media screen and (max-width: 736px) {
	#Main .product_info {
		height: auto;
		padding: 20px 25px 20px;
		position: inherit;
	}

	#Main .product_info .product_photo {
		height: auto;
		display: block;
	}
}

#Main .product_info .lineup .lineup_tt {
	color: #fff;
	background: #888;
	font-size: 14px;
	padding: 0.3rem 1rem;
	text-align: center;
}

#Main .product_info .lineup .lineup_name {
	line-height: 2;
	font-size: 14px;
	margin-top: .5rem;
	height: 90px;
}


#Main .product_info .lineup .lineup_name a {
	color: #2b383f;
}

.title_wrap {
	width: 980px;
	letter-spacing: .1rem;
	margin: -30px auto 24px;
	display: flex;
	align-items: flex-end;
	/* background:
		url(/snow/operation/img/sub_bk.jpg) center right no-repeat;
	background-size: contain; */
}

.title_wrap .title_img {
	width: 160px;
	margin: 0 35px 0 10px;
	height: 161px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

@media screen and (max-width: 736px) {
	.title_wrap {
		width: 90%;
		margin: -30px auto 20px;
		background: none;
		align-items: center;
	}

	#Main .product_info .lineup .lineup_name {
		height: auto;
	}

	.title_wrap .title_img {
		width: 35%;
		max-width: 160px;
		margin: 0;
		height: auto;
	}

	.title_wrap .title_copy {
		width: 65%;
		padding-left: 25px;
	}
}

.title_wrap .title_copy .stt {
	font-size: 27px;
	font-weight: 700;
	color: #c00;
	position: relative;
	padding-left: 50px;
}

.title_wrap .title_copy .tt i,
.title_wrap .title_copy .stt span {
	font-size: .86em;
	font-style: normal;
}

.title_wrap .title_copy .stt::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	background:
		url(/snow/operation/img/title_icon.png) no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}

@media screen and (max-width: 736px) {
	.title_wrap .title_copy .stt {
		font-size: 18px;
		padding-left: 30px;
	}

	.title_wrap .title_copy .stt::before {
		content: '';
		position: absolute;
		width: 24px;
		height: 24px;
	}
}

.title_wrap .title_copy .tt {
	font-size: 38px;
	font-weight: 700;
	display: inline-block;
}

.title_wrap .title_copy .tt span {
	background: linear-gradient(transparent 70%, #f7d1d1 70%);
}

.win .title_wrap .title_copy .tt span {
	background: linear-gradient(transparent 60%, #f7d1d1 90%, transparent 100%);
}

@media screen and (max-width: 736px) {
	.title_wrap .title_copy .tt {
		font-size: 22px;
	}
}

.title_wrap .title_copy .title_name {
	font-size: 15px;
	margin-top: 10px;
}


@media screen and (max-width: 736px) {
	.title_wrap .title_copy .title_name {
		font-size: 12px;
		margin-top: 4px;
	}
}


.operation_nav_wrap {
	width: 100%;
	background: #2b383f;
	margin: 45px 0 0;
	padding: 10px 0;
	text-align: center;
}

.operation_nav {
	margin: 0 auto;
	width: 980px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.operation_nav_wrap {
		background: #edeff2;
		margin: 35px 0 0;
		padding: 15px 0 0;
		text-align: center;

	}

	.operation_nav_wrap p.sp {
		position: relative;
		display: inline-block;
		padding: 0 3em;
		font-size: 14px;
	}

	.operation_nav_wrap p.sp:before,
	.operation_nav_wrap p.sp:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 35px;
		height: 1px;
		background-color: #4a4d50;
	}

	.operation_nav_wrap p.sp:before {
		left: 0;
	}

	.operation_nav_wrap p.sp:after {
		right: 0;
	}

	.operation_nav {
		margin: 15px auto 0;
		width: 100%;
		display: flex;
		padding-top: 0;
		background: #22272a;
	}
}

.operation_nav_item {
	display: inline-block;
}

.operation_nav_item a {
	display: block;
	padding: 13px 20px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

.operation_nav_item a.current {
	background: #c00;
	pointer-events: none;
}

@media (any-hover:hover) {
	.operation_nav_item a:hover {
		background: #fff;
		color: #c00;
		opacity: 1 !important;
	}
}

@media screen and (max-width: 736px) {
	.operation_nav_item {
		width: 36%;
		border-right: 1px solid #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.operation_nav_item:first-child {
		width: 28%;
	}

	.operation_nav_item:last-child {
		border-right: 0;
	}

	.operation_nav_item a {
		padding: 20px 5px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		border-radius: 0;
	}

}

.operation_nav_wrap.option_btm {
	padding: 30px 0;
	background: #7c8a91;
	margin-top: 100px;
}

@media screen and (max-width: 736px) {
	.operation_nav_wrap.option_btm {
		padding: 1rem 0 0;
		background: #edeff2;
		margin-top: 70px;
	}
}

.link_gray_line {
	border: 1px solid #ddd !important;
	box-sizing: border-box;
}

.contents_header_bread {
	margin-bottom: 1rem;
}

.movie_anchor_wrap {
	width: 100%;
	background: #f5f5f5;
}

.movie_anchor {
	width: 980px;
	margin: 0 auto 70px;
	display: flex;
	flex-wrap: wrap;

}

.movie_anchor_item {
	width: 33.33%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.movie_anchor_item:nth-child(1) {
	border-left: 1px solid #ddd;
}

.movie_anchor_item a {
	position: relative;
	display: block;
	padding: 25px 0;
	padding-right: 30px;
	color: #2b383f;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.06em;
	text-align: center;
}

.movie_anchor_item a:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	width: 12px;
	height: 7px;
	background: url(/snow/operation/img/icon_anchor.png) right center no-repeat;
	background-size: 12px auto;
	transform: translate(0, -50%);

}

@media (any-hover:hover) {
	.movie_anchor_item a:after {
		transition: all .3s;
	}

	.movie_anchor_item a:hover::after {
		top: 60%;
	}
}

@media screen and (max-width: 736px) {
	.movie_anchor {
		width: 100%;
		margin: 0 auto 50px;
		border-top: #c00 solid 4px;
	}

	.movie_anchor_item {
		width: 100%;
		background: #fff;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: #bfc3c5 solid 1px;
	}

	.movie_anchor_item a {
		display: flex;
		align-items: center;
		padding: 1.2rem 5%;
		height: 100%;
		font-size: 14px;
		text-align: left;
		box-sizing: border-box;
	}

	.movie_anchor_item a:after {
		right: 5%;
	}
}

/* Movie */
#Movie {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 980px;
}

#Movie .movie_list {
	position: relative;
}

#Movie01+.movie_list,
#Movie02+.movie_list {
	margin-bottom: 70px;
}

@media screen and (max-width: 736px) {
	#Movie {
		padding: 0;
		width: 90%;
	}

	#Movie01+.movie_list,
	#Movie02+.movie_list {
		margin-bottom: 50px;
	}
}

.movie_list_ttl {
	font-size: 27px;
	font-weight: 600;
	border-bottom: solid 3px #c5d3d5;
	position: relative;
	padding-bottom: 7px;
}

.movie_list_ttl::after {
	position: absolute;
	content: '';
	display: block;
	border-bottom: solid 3px #c00;
	bottom: -3px;
	width: 21%;
}

.movie_list_sub {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

@media screen and (max-width: 736px) {
	.movie_list_ttl {
		font-size: 18px;
		line-height: 24px;
		border-bottom: solid 2px #c5d3d5;
	}

	.movie_list_ttl::after {
		border-bottom: solid 2px #c00;
		bottom: -2px;
	}

	.movie_list_sub {
		font-size: 16px;
	}
}

.movie_list_clm {
	display: flex;
	flex-wrap: wrap;
}

.movie_list_clm_item {
	margin-bottom: 30px;
	margin-right: 25px;
	width: 310px;
}

.movie_list_clm_item:nth-child(3n) {
	margin-right: 0;
}

.movie_list_clm_item:nth-last-child(-n + 3) {
	margin-bottom: 0;

}

@media screen and (max-width: 736px) {
	.movie_list_clm {
		justify-content: space-between;
	}

	.movie_list_clm_item {
		margin-bottom: 1rem;
		margin-right: 0;
		width: 48%;
	}

	.movie_list_clm_item:nth-last-child(-n + 3) {
		margin-bottom: 1rem;
	}

	.movie_list_clm_item:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
}

.movie_list_clm_item a {
	display: block;
	cursor: pointer;
}

.movie_list_clm_item_img {
	position: relative;
}

.movie_list_clm_item_img::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 70px;
	background:
		url(/snow/operation/img/movie_icon.png) no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

@media (any-hover:hover) {
	.movie_list_clm_item a:hover .movie_list_clm_item_img::after {
		opacity: .2;
	}
}

@media screen and (max-width: 736px) {
	.movie_list_clm_item_img::after {
		width: 60px;
		height: 42px;
	}
}



.movie_list_clm_item_info {
	padding-top: 12px;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
	color: #2b383f;
}

.movie_list_clm_item_info span {
	display: block;
	font-size: .92em;

}


@media screen and (max-width: 736px) {

	.movie_list_clm_item_info {
		padding-top: 10px;
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
	}

	.movie_list_clm_item_info span {
		margin-top: 2px;
	}

}

#cont h2+.caution {
	margin: 1rem 0 2rem;
}

#cont .caution.lu_ca {
	margin-bottom: 1rem;
}

#cont .caution li,
#cont .caution.lu_ca li {
	font-size: 15px;
}

#cont .caution.lu_ca li {
	font-size: 12px;
	margin-left: 1em;
	text-indent: -1em;
	color: #c00;
}

#cont .caution li.asterisk {
	color: #c00;
}

@media screen and (max-width: 736px) {
	#cont h2+.caution {
		margin: 1rem 0;
	}

	#cont .caution.lu_ca {
		margin-top: .3rem;
		margin-bottom: 0;
	}

	#cont .caution li {
		font-size: 13px;
	}

	#cont .caution.lu_ca li {
		font-size: 10px;
	}
}

.anchor {
	margin-top: -150px;
	padding-top: 150px;
}

@media screen and (max-width: 736px) {
	.anchor {
		margin-top: -100px;
		padding-top: 100px;
	}
}

.back_index {
	margin: 120px auto 0;
	text-align: center;
}

.back_index a {
	color: #2b383f;
	font-size: 16px;
	background: #f5f5f5;
	padding: 1rem 3rem 1rem 2rem;
	position: relative;
	border-radius: 5px;
}

.back_index a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 12px;
	height: 12px;
	background:
		url(/snow/operation/img/icon_anchor2.png) no-repeat center center;
	background-size: 12px auto;
	transform: translate(0, -50%);
}

@media (any-hover:hover) {

	.back_index a,
	.back_index a::after {
		transition: all .3s;
	}

	.back_index a:hover::after {
		right: 11px;
	}

}

@media screen and (max-width: 736px) {
	.back_index {
		margin: 70px auto 0;
	}

	.back_index a {
		padding: 1rem 2.2rem 1rem 1.2rem;
		font-size: 13.5px;
	}

	.back_index a::after {
		right: 10px;
	}
}