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


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

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'sns_icon';
	src: url('../font/sns_icon.eot?hf355k');
	src: url('../font/sns_icon.eot?hf355k#iefix') format('embedded-opentype'),
	url('../font/sns_icon.ttf?hf355k') format('truetype'),
	url('../font/sns_icon.woff?hf355k') format('woff'),
	url('../font/sns_icon.svg?hf355k#sns_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #000;
}
.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-tw:before { content: "\e908";}
.icon-yt:before { content: "\e909";}

body {
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}
body.page--home {
	line-height: 1.8;
}
body .wrapper{
	transition: .3s;
	opacity: 0;
}
body.wf-active .wrapper{
	opacity: 1;
	pointer-events: auto;
}


img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.anim {
	opacity: 0;
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
}

.wideWrap {
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}
.contentWrap {
	max-width: 1180px;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
}
.wideWrap .contentWrap {
	padding-left: 0;
	padding-right: 0;
}
.mfp-iframe-holder .mfp-close {
	background: url("/static/sas/assets/img/common/btn_close.png") no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	text-align: left;
	display: block;
	top: -60px;
	right: 0;
	transition: all 0.3s ease-out;
}

@media screen and (min-width: 821px) {

	.sp { display: none;}

	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}

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

	.pc { display: none;}

	.wideWrap {
		padding-left: min(5vw, 60px);
		padding-right: min(5vw, 60px);
	}
	.contentWrap {
		padding-left: min(6vw, 60px);
		padding-right: min(6vw, 60px);
	}
	.wideWrap .contentWrap {
		padding-left: 0;
		padding-right: 0;
	}
	.video--wrap{
		position: relative;
		padding-top: 56.25%;
	}
	.video--wrap iframe{
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top:0;
		left: 0;
	}
}


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

	Header

//////////////////////////////////////////////////////////////////////////////// */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.8;
	padding: 40px 40px;
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(255,255,255,1);
	transition: all .3s ease-out;
}
header.on {
	padding: 15px 40px;
}
header h1 {
	width: min(30vw, 390px);
	line-height: 0;
}


header .hdrNav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
header .snsNav {
	display: flex;
	margin-bottom: 5px;
	line-height: 1;
}
header .snsNav li {
	margin-left: 20px;
}
header .snsNav li a {
	color: #000;
	text-decoration: none;
	font-family: 'Overpass', sans-serif;	
	font-size: 12px;	
	font-weight: bold;
}
header .snsNav li a i {	
	font-size: 18px;
  vertical-align: text-bottom;	
	margin-right: 0.3em;	
}
header .snsNav li a img {
	display: inline-block;
	width: 18px;
	vertical-align: text-bottom;
	margin-right: 4px;
}

header .globalNav {
	font-family: 'Overpass', sans-serif;
	font-weight: 700;
	display: flex;
}
header .globalNav li {
	margin-left: 20px;
}
header .globalNav li a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 10px 0;
}
header .globalNav li.search a {
	display: block;
	width: 20px;
	line-height: 0;
}
header .menu_detail {
	position: absolute;
	top: 100%;
	left: 0;
    background-color: rgba(255,255,255,1);
	width: 100%;
	padding: 10px 0 40px 0;
	display: none;
}
header .menu_detail .menu__second-level {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header .menu_detail .menu__second-level li {
	margin: 0;
	width: 46%;
	border-bottom: #000 solid 1px;
}
header .menu_detail .menu__second-level li.menu_wide {
	width: 100%;
}
header .menu_detail .menu__second-level li a {
	display: block;
	padding: 15px 0 10px;
    font-size: 20px;
	background: url("/static/sas/assets/img/common/btn_arrow_black.svg") no-repeat right center;
	background-size: 20px;
}
#searchBox {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 30px 0;
}
#searchBox .searchBoxWrap {
	display: flex;
	justify-content: space-between;
}

#searchBox input[type="submit"],
#searchBox input[type="text"],
#searchBox select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: none;
    border-radius: 5px;
	font-size: 16px;
}
#searchBox input[type="text"] {
	background-color: #f0f0f0;
	padding: 15px 20px;
	width: 55%;
}
#searchBox select {
	background: #f0f0f0 url("/static/sas/assets/img/common/ico_arrow_down.svg") no-repeat 95% center;
	background-size: auto 50%;
	padding: 15px 60px 15px 20px ;
	width: 30%;
}
#searchBox input[type="submit"] {
	background-color: #000;
	color: #fff;
	padding: 15px 20px;
	width: 10%;
}
.wrapper >main{overflow: hidden;}

.btn .btn--main{
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: none;
  border-radius: 5px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 20px 20px;
	margin: 1.5em auto;
}
.btn .btn--sub{
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: none;
  border-radius: 5px;
	font-size: 16px;
	border:1px solid #000;
	color: #000;
	text-align: center;
	line-height: 1;
	padding: 20px 20px;
	margin: 1.5em auto;
}
.btn .btn--main:hover,
.btn .btn--sub:hover{
	text-decoration: none !important;
}
@media screen and (min-width: 821px) {
	.btn .btn--sub{
		max-width: 350px;
	}	
}
@media screen and (min-width: 821px) {

	header {
		padding: 0 40px;
		position: fixed;
	}
	header.on {
		padding: 0 40px;
	}
	
	header .hdrNav {
		padding-top: 40px;
		transition: all 0.3s ease-out;
	}
	header.on .hdrNav {
		padding-top: 20px;
	}
	
	header .globalNav li a {
    	position: relative;
		transition: all 0.3s ease-out;
    	padding-bottom: 40px;
	}
	header.on .globalNav li a {
    position: relative;
    line-height: 1;
    padding-top: 25px;
		padding-bottom: 20px;
	}
	header .globalNav > li > a::after {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		background-color: #ee3224;
		position: absolute;
    	top: 45px;
		left: 0;
		opacity: 0;
		transition: all 0.3s ease-out;
	}
	
	header .globalNav > li > a.on::after,
	header .globalNav > li > a:hover::after {
		opacity: 1;
	}
	header .globalNav li a.on,
	header .globalNav li a:hover {
		color: #ee3224;
		opacity: 1;
	}
	
	header .menu_detail .menu__second-level li a:hover {
		color: #ee3224;
		opacity: 1;
		background: url("/static/sas/assets/img/common/btn_arrow_red.svg") no-repeat right center;
		background-size: 20px;
	}
	#mainNavi {
		display: block !important;
		height: auto !important;
	}

	#menuButton {
		display: none;
	}
	#searchBox,
	.searchTtl {
		display: none;
	}

}
@media screen and (min-width: 1080px) {
	.wrapper{
		padding-top: 146px;
	}
}
@media screen and (min-width: 821px) and (max-width: 1079px) {
	.wrapper{ padding-top: 142px; }
	header .globalNav li { margin-left: 10px; }
	header .globalNav li a{font-size: 16px;}
}
@media screen and (min-width: 821px) and (max-width: 920px) {
	header h1 { width: min(30vw, 200px);}
}
@media screen and (min-width: 821px) and (max-width: 840px) {
	header h1 { width: min(30vw, 130px);}
}
@media screen and (max-width: 820px) {


	header {
		padding: 40px min(6vw, 40px);
		justify-content: center;
		backdrop-filter: blur(0);
		background-color: rgba(255,255,255,1);
	}
	header.on {
		padding: 20px min(6vw, 40px);
	}
	header.menuOpen {
		padding: 40px min(6vw, 40px);
	}
	header h1 {
		width: min(54vw, 390px);
		line-height: 0;
	}

	header .snsNav li a img{
		vertical-align: -0.3em;
	}
	#mainNavi {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: rgba(255,255,255,1);
    	overflow: auto;
    	border-top: #ccc solid 1px;
		padding-top: min(6vw, 60px);
	}

	header .hdrNav {
		border-bottom: #ccc solid 1px;
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-bottom: min(6vw, 60px);
	}

	header .snsNav {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: min(4.5vw, 20px) min(6.5vw, 30px);
    padding: 0 min(6vw, 60px);
	}
	header .snsNav li {	
		margin-left: 0;	
		margin-right: 0;	
	}	
	header .snsNav li a {	
		font-size: min(3.8vw, 14px);	
	}	
	header .snsNav li a i {	
		font-size: min(5.8vw, 20px);	
	}

	header .globalNav {
		display: block;
		margin-bottom: min(8vw, 60px);
		padding: 0 min(6vw, 60px);
		position: relative;
    	width: 100%;
	}
	header .globalNav li {
		margin-left: 0;
	}
	header .globalNav li + li {
		margin-top: min(2vw, 10px);
	}
	header .globalNav > li > a {
		font-size: min(4.6vw, 24px);
		width: 50%;
	}
	header .globalNav > li > a.parent.on {
    	color: #ee3224;
		background: url(/static/sas/assets/img/common/btn_arrow_red.svg) no-repeat right 45%;
		background-size: 14px;
	}
	header .globalNav li.search {
		display: none;
	}
	header .menu_detail {
		top: 0;
		left: inherit;
		right: 0;
    	width: 45%;
    	padding: 0 min(6vw, 60px) 0 0;
	}
	header .menu_detail .menu__second-level {
		display: block;
		width: 100%;
	}
	header .menu_detail .menu__second-level li {
		width: 100%;
    	border-bottom: none;
	}
	header .menu_detail .menu__second-level li a {
		padding: 10px 0;
		font-size: min(4.2vw, 20px);
		background-image: none;
	}

	#searchBox {
		display: block !important;
		position: static;
		padding: min(8vw, 30px) 0;
	}
	#searchBox .searchTtl {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: min(6vw, 30px);
	}
	#searchBox .searchTtl > div {
		width: min(5vw, 30px);
		line-height: 0;
		margin-right: min(4vw, 20px);
	}
	#searchBox .searchTtl > p {
		font-family: 'Overpass', sans-serif;
		font-weight: 700;
		font-size: min(4.2vw, 18px);
	}
	#searchBox .searchBoxWrap {
		display: block;
	}

	#searchBox input[type="text"] {
		padding: min(3vw, 15px) min(4vw, 20px);
		width: 100%;
		margin-bottom: min(4vw, 20px);
	}
	#searchBox select {
		background: #f0f0f0 url("/static/sas/assets/img/common/ico_arrow_down.svg") no-repeat 95% center;
		background-size: auto 50%;
		padding: min(3vw, 15px) 60px min(3vw, 15px) min(4vw, 20px);
		width: 100%;
		margin-bottom: min(4vw, 20px);
	}
	#searchBox input[type="submit"] {
		padding: min(3vw, 15px) min(4vw, 20px);
		width: 100%;
	}




	#menuButton {
		display: block;
		width: 50px;
		height: 40px;
		position: absolute;
		top: 48%;
		right: 0;
		z-index: 9999;
		transform: translateY(-50%);
	}
	#menuButton span {
		display: block;
		background: #000;
		width: 100%;
		height: 2px;
		position: absolute;
		right: 0;
		transition: all 0.4s;
	}

	#menuButton span:nth-child(1) { top: 14px;}
	#menuButton span:nth-child(2) { bottom: 14px;}
	#menuButton.active span:nth-child(1) {
		transform: translateY(5px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) {
		transform: translateY(-5px) rotate(-45deg);
	}
}


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

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer {
	background-color: #000;
	color: #fff;
	line-height: 1.8;
	position: relative;
}
footer .ftrSns {
	display: flex;
	border-bottom: #333 solid 1px;
}
footer .ftrSns li {
	width: 20%;
}
footer .ftrSns li + li {
	border-left: #333 solid 1px;
}
footer .ftrSns li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 30px;
}
footer .ftrSns li a i.snsIcon {
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}
footer .ftrSns li a span {
    width: 45px;
	line-height: 0;
	margin-right: 20px;
}


footer .ftrMain {
	padding: 60px;
	display: flex;
}
footer .ftrMain .copyWrap {
	width: 50%;
	padding-right: 5%;
}
footer .ftrMain .copyWrap .logo {
	width: 54%;
	line-height: 0;
	margin-bottom: 30px;
}
footer .ftrMain .copyWrap p {
	font-size: 12px;
}
footer .ftrMain .copyWrap .copyright {
	font-size: 10px;
	margin-top: 30px;
}


footer .ftrMain .ftrNav {
	width: 50%;
	display: flex;
}
footer .ftrMain .ftrNav ul {
	width: 50%;
	border-left: #333 solid 1px;
	padding: 0 6%;
}
footer .ftrMain .ftrNav li + li {
	margin-top: 8px;
}
footer .ftrMain .ftrNav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
footer .ftrMain .ftrSubNav {
	width: 25%;
	border-left: #333 solid 1px;
	padding: 0 3%;
}
footer .ftrMain .ftrSubNav li + li {
	margin-top: 8px;
}
footer .ftrMain .ftrSubNav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
footer .u-hover-footer-link-color{
	color: #fff;
}

footer .pagetop {
	position: fixed;
	bottom: 60px;
	right: 40px;
	line-height: 0;
	width: 40px;
	z-index: 10;
	opacity: 0;
	transition: .3s;
}
footer .pagetop.on {
	opacity: 1;
}
footer .pagetop a {
	display: block;
}
footer .pagetop a.on {
	transform: rotate(180deg);
}


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


	footer .ftrSns {
		display: flex;
		flex-wrap: wrap;
	}
	footer .ftrSns li {
		width: 50%;
	}
	footer .ftrSns li:last-child {
		width: 100%;
	}
	footer .ftrSns li + li {
		border-left: none;
	}
	footer .ftrSns li:nth-child(even) {
		border-left: #333 solid 1px;
	}
	footer .ftrSns li:nth-child(n+3) {
		border-top: #333 solid 1px;
	}

	footer .ftrSns li a {
    	font-size: min(2.6vw, 12px);
		padding: min(4vw, 25px) min(5vw, 30px);
	}
	footer .ftrSns li a i.snsIcon {
		font-size: min(6vw, 24px);
		margin-right: min(3vw, 20px);
	}
	footer .ftrSns li a span {
		width: min(14vw, 45px);
		margin-right: min(4vw, 20px);
	}
	footer .ftrSns li:last-child a {
		justify-content: center;
	}


	footer .ftrMain {
		padding: 0;
		flex-direction: column-reverse;
	}
	footer .ftrMain .copyWrap {
		width: 100%;
		padding: min(12vw, 60px) min(6vw, 60px);
		border-top: #333 solid 1px;
	}
	footer .ftrMain .copyWrap .logo {
		width: 70%;
		margin: 0 auto min(8vw, 30px);
	}
	footer .ftrMain .copyWrap p {
		font-size: min(3vw, 12px);
	}
	footer .ftrMain .copyWrap .copyright {
		font-size: min(2.6vw, 10px);
		margin-top: min(8vw, 30px);
	}


	footer .ftrMain .ftrNav ul {
		width: 100%;
		border-left: none;
		padding: min(6vw, 60px);
	}
	footer .ftrMain .ftrNav ul + ul {
		border-top: #333 solid 1px;
	}
	footer .ftrMain .ftrNav {
		width: 100%;
		flex-direction: column;
	}
	footer .ftrMain .ftrNav li + li {
		margin-top: min(2vw, 8px);
	}
	footer .ftrMain .ftrNav a {
		font-size: min(3.2vw, 14px);
	}


	footer .pagetop {
		bottom: min(8vw, 60px);
		right: min(5vw, 40px);
		width: min(8vw, 40px);
	}

}



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

	Top page

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

.page--home section {
	padding-top: 75px;
	padding-bottom: 75px;
	border-top: #000 solid 1px;
}

.page--home .secHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.page--home .secHead h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.6;
}
.page--home .secHead h2 span {
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #888;
    position: relative;
    background: #fff;
    padding: 6px 20px;
    border: 1px solid #888;
    border-radius:4px;
	margin-left: 20px;
    margin-bottom: 12px;
    display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.page--home .secHead h2 span:after,
.page--home .secHead h2 span:before{
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 48%;
}
.page--home .secHead h2 span:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 14px;
    margin-top: -4px;
    border-right-color: #fff;
}
.page--home .secHead h2 span:before{
    border-color: rgba(204, 204, 204, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 15px;
    margin-top: -5px;
    margin-right: 1px;
    border-right-color: #888;
}
.page--home .viewMore a {
	font-family: 'Overpass', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	position: relative;
    display: inline-block;
	padding-right: 40px;
}
.page--home .viewMore a::after {
	content: "";
	display: block;
	background: #ee3224 url("/static/sas/assets/img/common/btn_arrow_next.svg") no-repeat center center;
	background-size: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 42%;
	right: 0;
	transform: translateY(-50%);
}
.page--home #floatingBnr {
	position: fixed;
    bottom: 40px;
    right: 30px;
	line-height: 0;
	z-index: 10;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 3px 10px -7px rgba(0,0,0,0.3);
	width: 340px;
}
.page--home #floatingBnr.on {
	bottom: 180px;
	right: 0px;
	width: 70px;
	border-radius: 6px 0 0 6px;
}
.page--home #floatingBnr .bnrS {
	display: none;
}


.page--home #mainvisual {
	padding: 0 0 100px;
	overflow: hidden;
	position: relative;
}
.page--home #mainvisual .mvSlide {
	margin: 0 20% 0 10%;
}
.page--home #mainvisual .slick-slider .slick-track,
.page--home #mainvisual .slick-slider .slick-list {
	overflow: visible;
}

.page--home #mainvisual .mvSlide li {
	padding: 0 15px;
}
.page--home #mainvisual .mvSlide li div {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding-top: 63%;
}
.page--home #mainvisual .mvSlide li div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page--home #mainvisual .mvSlide li div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page--home #mainvisual .mvSlide li div iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page--home #mainvisual .slick-prev,
.page--home #mainvisual .slick-next {
	top: inherit;
	transform: translate(0);
	bottom: -60px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.page--home #mainvisual .slick-prev { left: 15px; background: #000 url("/static/sas/assets/img/common/btn_arrow_prev.svg") no-repeat center center; background-size: 35%;}
.page--home #mainvisual .slick-next { left: 65px; right: inherit; background: #000 url("/static/sas/assets/img/common/btn_arrow_next.svg") no-repeat center center; background-size: 35%;}

.page--home #mainvisual .slick-prev:before,
.page--home #mainvisual .slick-next:before {
	display: none;
}

.page--home #mainvisual .seekbarWrap {
	display: flex;
	align-items: center;
	position: absolute;
    bottom: 46px;
	left: calc(10% + 140px);
}
.page--home #mainvisual .seekbarWrap p {
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
    font-weight: 700;
}
.page--home #mainvisual .seekbarWrap .slideNum {
	width: 10px;
	text-align: center;
}
#mainvisual .seekbarWrap .seekbar {
	width: 110px;
	height: 2px;
	margin: 0 15px;
	background-color: #ddd;
}
.page--home #mainvisual .seekbarWrap .seekbar.on::before {
	content: "";
	display: block;
	width: 0;height: 100%;
	background-color: #000;
	animation: seekbar 4s linear 0s forwards;
}

@keyframes seekbar {
	0% { width: 0;}
	100% { width: 100%;}
}

.newsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsList li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 48%;
}
.newsList li:nth-child(n+3) {
	margin-top: 40px;
}
.newsList li .thumb {
	width: 30%;
    padding-top: calc(30% - 2px);
	position: relative;
	border-radius: 8px;
	border: #000 solid 1px;
	overflow: hidden;
	background-color: #000;
    box-sizing: border-box;
}
.newsList li .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.newsList li .txt {
	width: 65%;
}
.newsList li .txt .info {
	font-family: 'Overpass', sans-serif;
    font-weight: 700;
	display: flex;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}
.newsList li.new .txt .info::before {
	content: "NEW";
    display: flex;
    align-items: center;
	background-color: #0153d8;
	color: #fff;
	font-size: 10px;
	padding: 3px 10px 1px;
	border-radius: 30px;
	margin-right: 12px;
}
.newsList li .txt .info .date {
	padding-right: 12px;
	border-right: #000 solid 1px;
	margin-right: 12px;
	padding-top: 2px;
}
.newsList li .txt .info .cat {
	color: #ee3224;
	padding-top: 2px;
}
.newsList li .txt .ttl a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.page--home .topRelease {
	display: flex;
	justify-content: space-between;
}
.page--home .topRelease .jacket {
	width: 40%;
	padding-top: 40%;
	line-height: 0;
	position: relative;
}
.page--home .topRelease .jacket img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page--home .topRelease .jacket .trailerBtn {
	position: absolute;
	bottom: -30px;
	left: -20px;
}
.page--home .topRelease .jacket .trailerBtn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	background-color: #ee3224;
	border-radius: 50%;
	line-height: 1.6;
}
.page--home .topRelease .jacket .trailerBtn a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #ffffff;
	margin-top: 15px;
}


.page--home .topRelease .releaseInfo {
	width: 55%;
}
.page--home .topRelease .releaseInfo .name {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: #000 solid 1px;
	margin-bottom: 15px;
}
.page--home .topRelease .releaseInfo .type {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.page--home .topRelease .releaseInfo h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 20px;
	border-bottom: #000 dotted 1px;
	margin-bottom: 25px;
}
.page--home .topRelease .releaseInfo h3 .title-sub{
	display: block;
	font-size: 0.5em;
	text-indent: -0.5em;
}
.page--home .topRelease .releaseInfo .releaseDate{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 20px;
	border-bottom: #000 dotted 1px;
	margin-bottom: 25px;
}
.page--home .topRelease .releaseInfo .releaseAbout {
	font-size: 14px;
	margin-bottom: 30px;
}
.page--home .topRelease .releaseInfo .moreBtn {
	max-width: 100%;
	width: 380px;
	margin: 0 auto;
}
.page--home .topRelease .releaseInfo .moreBtn a {
	display: block;
	background: #000 url("/static/sas/assets/img/common/btn_arrow_next.svg") no-repeat 95% center;
	background-size: 20px;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 30px;
}

.page--home .topMovieList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.page--home .topMovieList li:first-child {
	grid-row-end: span 2;
	grid-column-end: span 2;
}
.page--home .topMovieList li a {
	display: block;
	width: 100%;
	position: relative;
	color: #fff;
	text-decoration: none;
}
.page--home .topMovieList li a .thumb {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.page--home .topMovieList li a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page--home .topMovieList li a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
    backdrop-filter: blur(5px);
	z-index: 1;
	padding: 25px;
	opacity: 0;
}
.page--home .topMovieList li a .overlay::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page--home .topMovieList li a .overlay::after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: #fff solid 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page--home .topMovieList li a .overlay p {
	font-size: 16px;
	font-weight: 500;
    line-height: 1.6;
}
.page--home .topMovieList li a .overlay p span {
	font-size: 14px;
	font-weight: 300;
}

.page--home #today {
	background-color: #0153d8;
	color: #fff;
	border-top: none;
}
.page--home #today .secHead h2 span {
	color: #7da5e6;
	background-color: #0153d8;
    border: 1px solid #7da5e6;
}
.page--home #today .secHead h2 span:after{
    border-right-color: #0153d8;
}
.page--home #today .secHead h2 span:before{
    border-right-color: #7da5e6;
}
/* #today .viewMore a {
	color: #fff;
} */

/* .todayList li {
	padding: 0 8%;
}
.todayList li:nth-child(3n) {
	margin-right: 0;
}
.todayList li .thumb {
	line-height: 0;
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
    background-color: #000;
}
.todayList li .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.todayList li .txt .info {
	font-family: 'Overpass', sans-serif;
    font-weight: 700;
	display: flex;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 8px;
}
.todayList li.new .txt .info::before {
	content: "NEW";
    display: flex;
    align-items: center;
	background-color: #0153d8;
	color: #fff;
	font-size: 10px;
	padding: 3px 10px 1px;
	border-radius: 30px;
	margin-right: 12px;
}
.todayList li .txt .info .date {
	padding-right: 12px;
	border-right: #7da5e6 solid 1px;
	margin-right: 12px;
	padding-top: 2px;
	color: #7da5e6;
}
.todayList li .txt .info .date span {
	color: #fff;
}
.todayList li .txt .info .cat {
	color: #ee3224;
	padding-top: 2px;
}
.todayList li .txt .ttl a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
} */


@media screen and (min-width: 821px) {

	.page--home #mainvisual .mvSlide li div a:hover {
		opacity: 1;
	}
	.page--home #mainvisual .mvSlide li div a img {
		transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
	}
	.page--home #mainvisual .mvSlide li div a:hover img {
		transform: scale(1.06);
	}
	.page--home #mainvisual .seekbarWrap.sp{
		display: none !important;
	}
	.page--home .topMovieList li:last-child {
		display: none;
	}
	.page--home .topMovieList li a:hover {
		opacity: 1;
	}
	.page--home .topMovieList li a .overlay {
		transition: all 0.5s ease-out;
	}
	.page--home .topMovieList li a:hover .overlay {
		opacity: 1;
	}
	.page--home .topRelease .releaseInfo .moreBtn a:hover {
		opacity: 1;
		background: #fff url("/static/sas/assets/img/common/btn_arrow_black.svg") no-repeat 95% center;
		background-size: 20px;
		color: #000;
	}
	.page--home .topRelease .jacket .trailerBtn a:hover {
		opacity: 1;
		background: #fff;
		color: #ee3224;
		transform: scale(1.1);
	}
	.page--home .topRelease .jacket .trailerBtn a::after {
		transition: all 0.3s ease-out;
	}
	.page--home .topRelease .jacket .trailerBtn a:hover::after {
		border-color: transparent transparent transparent #ee3224;
	}
}
@media screen and (max-width: 820px) {
	.page--home section {
		padding-top: min(12vw, 75px);
		padding-bottom: min(12vw, 75px);
	}
	.page--home #mainvisual .seekbarWrap.pc{
		display: none !important;
	}

	.page--home .secHead {
		margin-bottom: min(8vw, 40px);
	}
	.page--home .secHead h2 {
		font-size: min(8.4vw, 48px);
		position: relative;
	}
	.page--home .secHead h2 span {
		font-size: min(2.8vw, 12px);
		padding: min(0.6vw, 6px) min(2vw, 20px);
		margin-left: min(2.5vw, 20px);
		margin-bottom: 0;
    	border-radius: 3px;

		position: absolute;
    	top: 50%;
		left: calc(100% + 8px);
		transform: translateY(-50%);
	}

	.page--home .secHead h2 span:after,
	.page--home .secHead h2 span:before{
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		pointer-events: none;
		position: absolute;
		right: 100%;
		top: 48%;
	}
	.page--home .secHead h2 span:after{
		border-color: rgba(255, 255, 255, 0);
		border-top-width: 4px;
		border-bottom-width: 4px;
		border-left-width: 4px;
		border-right-width: 11px;
		margin-top: -4px;
		border-right-color: #fff;
	}
	.page--home .secHead h2 span:before{
		border-color: rgba(204, 204, 204, 0);
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-width: 5px;
		border-right-width: 12px;
		margin-top: -5px;
		margin-right: 1px;
		border-right-color: #888;
	}
	
	
	.page--home .viewMore {
		margin-top: min(8vw, 40px);
    	text-align: right;
	}
	.page--home .viewMore a {
		font-size: min(4.2vw, 20px);
		padding-right: min(8vw, 40px);
	}
	.page--home .viewMore a::after {
		content: "";
		display: block;
		background: #ee3224 url("/static/sas/assets/img/common/btn_arrow_next.svg") no-repeat center center;
		background-size: 50%;
		width: min(6vw, 30px);
		height: min(6vw, 30px);
		top: 42%;
	}
	.page--home #floatingBnr,
	.page--home #floatingBnr.on {
		bottom: min(6vw, 60px);
		right: 18%;
		border-radius: 6px;
		box-shadow: 0px 3px 10px -7px rgba(0,0,0,0.3);
		width: 78%;
	}
	.page--home #floatingBnr .bnrL,
	.page--home #floatingBnr .bnrS {
		display: none !important;
	}


	.page--home #mainvisual {
		padding: 0 0 min(18vw, 100px);
	}
	.page--home #mainvisual .mvSlide {
		margin: 0;
	}

	.page--home #mainvisual .mvSlide li {
		padding: 0;
	}
	.page--home #mainvisual .mvSlide li div {
    	padding-top: 100%;
		border-radius: 0;
	}

	.page--home #mainvisual .slick-prev,
	.page--home #mainvisual .slick-next {
		bottom: -40px;
		width: 30px;
		height: 30px;
	}
	.page--home #mainvisual .slick-prev { left: 15px; }
	.page--home #mainvisual .slick-next { left: 55px; }

	.page--home #mainvisual .seekbarWrap {
    	bottom: min(8vw, 46px);
		left: inherit;
		right: min(5vw, 30px);
	}
	.page--home #mainvisual .seekbarWrap .seekbar {
		width: min(24vw, 110px);
		margin: 0 min(2vw, 15px);
	}

	.newsList {
		display: block;
	}
	.newsList li {
		width: 100%;
	}
	.newsList li:nth-child(n+2) {
		margin-top: min(8vw, 40px);
	}
	
	.newsList li .thumb {
		width: 110px;
    	padding-top: 108px;
	}
	.newsList li .txt {
		width: calc(100% - 130px);
	}

	.newsList li .txt .info {
		font-size: min(3vw, 14px);
		line-height: 1;
		margin-bottom: min(3vw, 15px);
	}
	.newsList li.new .txt .info::before {
		font-size: min(2.6vw, 10px);
		padding: 3px 10px 1px;
		margin-right: min(3vw, 12px);
	}
	.newsList li .txt .info .date {
		padding-right: min(2vw, 12px);
		margin-right: min(2vw, 12px);
    	letter-spacing: 0.04em;
	}

	.newsList li .txt .ttl {
		font-size: min(3.2vw, 16px);
		line-height: 1.6;
		letter-spacing: 0.02em;
	}



	.page--home .topRelease {
		display: block;
	}
	.page--home .topRelease .jacket {
		width: 90%;
		padding-top: 100%;
		margin: 0 auto;
	}


	.page--home .topRelease .jacket .trailerBtn {
		bottom: min(10vw, 60px);
		left: inherit;
    	right: max(-6vw, -30px);
	}
	.page--home .topRelease .jacket .trailerBtn a {
		width: min(24vw, 140px);
		height: min(24vw, 140px);
		font-size: min(3vw, 14px);
	}
	.page--home .topRelease .jacket .trailerBtn a::after {
		border-width: min(1.6vw, 7px) 0 min(1.6vw, 7px) min(3vw, 12px);
		margin-top: min(2vw, 15px);
	}


	.page--home .topRelease .releaseInfo {
		width: 100%;
		margin-top: min(8vw, 40px);
	}
	.page--home .topRelease .releaseInfo .name {
		font-size: min(4vw, 18px);
		padding-bottom: min(2vw, 10px);
		margin-bottom: min(3vw, 15px);
	}
	.page--home .topRelease .releaseInfo .type {
		font-size: min(3.2vw, 14px);
		margin-bottom: min(2vw, 10px);
	}
	.page--home .topRelease .releaseInfo h3 {
		font-size: min(5.6vw, 32px);
		padding-bottom: min(4vw, 20px);
		margin-bottom: min(5vw, 25px);
	}
	.page--home .topRelease .releaseInfo .releaseDate {
    font-size: min(3.5vw, 16px);
    padding-bottom: min(3vw, 10px);
    margin-bottom: min(3vw, 15px);
    margin-top: min(-2.2vw,-10px);
	}
	.page--home .topRelease .releaseInfo .releaseAbout {
		font-size: min(3.2vw, 14px);
		margin-bottom: min(6vw, 30px);
	}

	.page--home .topRelease .releaseInfo .moreBtn {
		max-width: 80%;
	}
	.page--home .topRelease .releaseInfo .moreBtn a {
		background-size: min(4vw, 20px);
		font-size: min(3.3vw, 15px);
		padding: min(3vw, 14px) min(6vw, 30px);
	}


	.page--home .topMovieList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.page--home .topMovieList li:first-child {
		grid-row-end: span 2;
		grid-column-end: span 2;
	}
	.page--home .topMovieList li a {
		display: block;
		width: 100%;
		position: relative;
		color: #fff;
		text-decoration: none;
	}
	.page--home .topMovieList li a .thumb {
		width: 100%;
		padding-top: 56.25%;
		position: relative;
	}
	.page--home .topMovieList li a .thumb img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page--home .topMovieList li a .overlay {
		position: absolute;
		top: inherit;
		bottom: 0;
		left: 0;
		width: auto;
    	max-width: 90%;
		height: auto;
		background-color: rgba(0,0,0,0.6);
		z-index: 1;
		padding: 5px 10px;
		opacity: 1;
    	border-radius: 0 6px 0 0;
	}
	.page--home .topMovieList li a .overlay::before {
		content: "";
		display: none;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 12px;
		border-color: transparent transparent transparent #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.page--home .topMovieList li a .overlay::after {
		content: "";
		display: none;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		border: #fff solid 1px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.page--home .topMovieList li a .overlay p {
		width: 100%;
		font-size: min(2.8vw, 10px);
		font-weight: 500;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.page--home .topMovieList li a .overlay p span {
		display: none;
		font-size: min(2.6vw, 10px);
	}


	.page--home #today {
		overflow: hidden;
	}

	.page--home #today .secHead {
		padding-bottom: min(8vw, 30px);
	}
	.page--home #today .secHead h2 {
		position: relative;
	}
	.page--home #today .secHead h2 span {
		position: absolute;
		left: 0;
		bottom: max(-10vw, -50px);
		top: inherit;
		white-space: nowrap;
		margin: 0;
	}

	.page--home #today .secHead h2 span::after,
	.page--home #today .secHead h2 span::before{
		border: solid transparent;
		content:'';
		height:0;
		width:0;
		pointer-events:none;
		position: absolute;
		bottom: 100%;
		left: 8%;
		right: inherit;
		top: inherit;
	}
	.page--home #today .secHead h2 span::after{
		border-color: rgba(255, 255, 255, 0);
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 5px;
		border-right-width: 5px;
		margin-left: -5px;
		border-bottom-color: #0153d8;
	}
	.page--home #today .secHead h2 span::before{
		border-color: rgba(204, 204, 204, 0);
		border-top-width: 11px;
		border-bottom-width: 11px;
		border-left-width: 6px;
		border-right-width: 6px;
		margin-left: -6px;
		margin-bottom: 1px;
		border-bottom-color: #7da5e6;
	}

	/* #today .slick-dots {
    	bottom: -35px;
	}
	#today .slick-dots li {
		padding: 0;
		width: 10px;
		height: 10px;
	}
	#today .slick-dots li button {
		background-color: #7da5e6;
		padding: 0;
		border-radius: 50%;
		width: 100%;
		height: 100%;
	}
	#today .slick-dots li.slick-active button {
		background-color: #fff;
	}
	#today .slick-dots li button:before {
		display: none;
	} */



	/* .todayList {
		width: 85%;
		margin: 0 auto;
		overflow: visible;
	}
	.todayList.slick-slider,
	.todayList.slick-slider .slick-track,
	.todayList.slick-slider .slick-list {
		overflow: visible;
	}

	.todayList li {
		padding: 0 4%;
	}
	.todayList li:nth-child(3n) {
		margin-right: 0;
	}
	.todayList li .thumb {
		line-height: 0;
		position: relative;
		width: 100%;
		padding-top: 100%;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.todayList li .thumb img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.todayList li .txt .info {
		font-family: 'Overpass', sans-serif;
		font-weight: 700;
		display: flex;
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.todayList li.new .txt .info::before {
		content: "NEW";
		display: flex;
		align-items: center;
		background-color: #0153d8;
		color: #fff;
		font-size: 10px;
		padding: 3px 10px 1px;
		border-radius: 30px;
		margin-right: 12px;
	}
	.todayList li .txt .info .date {
		padding-right: 12px;
		border-right: #7da5e6 solid 1px;
		margin-right: 12px;
		padding-top: 2px;
	}
	.todayList li .txt .info .cat {
		color: #ee3224;
		padding-top: 2px;
	}
	.todayList li .txt .ttl a {
		color: #fff;
		text-decoration: none;
		font-weight: 700;
	} */
}


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

	Today

//////////////////////////////////////////////////////////////////////////////// */
.page--home #today .app__header-date {
	text-align: center;
    font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}
.page--home #today .app__header-date .date-year {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	line-height: 1em;
}
.page--home #today .app__header-date .date-month {
	display: inline-block;
	margin: 0 35px;
	vertical-align: middle;
	font-size: 88px;
	line-height: 1em;
}
.page--home #today .app__header-date .date-month-en {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: .035em;
}


.page--home #today .app__content {
  position: relative;
  padding-bottom: 66px;
}

.page--home #today .app__content .app__content-slider {
  position: relative;
  width: 100%;
  height: 140px;
  margin-top: 40px;
  background: #000;
}

/* #today .app__content .app__content-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
  width: 1240px;
  height: 100%;
  background-color: #454f59;
} */

.page--home #today .app__content .app__content-slider > ul {
  font-size: 0;
	display: flex;
  /* letter-spacing: -.4em; */
  /* text-align: center; */
}

.page--home #today .app__content .app__content-slider > ul > li {
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  position: relative;
  width: calc(100%/7);
  height: 140px;
  font-size: 13px;
  line-height: 1.6em;
	padding-bottom: 10px;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: .035em;
  letter-spacing: normal;
  cursor: pointer;
}

.page--home #today .app__content .app__content-slider > ul > li .slider-day {
  color: #fff;
  font-weight: normal;
  font-size: 38px;
  line-height: 1em;
  -webkit-transition: color .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: color .7s cubic-bezier(.215, .61, .355, 1) 0s;
}

.page--home #today .app__content .app__content-slider > ul > li.is-select .slider-day,
.page--home #today .app__content .app__content-slider > ul > li:hover .slider-day {
  color: #ee3224;
  -webkit-transition: color .7s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: color .7s cubic-bezier(.215, .61, .355, 1) 0s;
}

.page--home #today .app__content .app__content-slider > ul > li.is-today {
  background-color: #ee3224;
  cursor: default;
}

.page--home #today .app__content .app__content-slider > ul > li.is-today .slider-day {
  color: #fff !important;
}

.page--home #today .app__content .app__content-slider > ul > li.is-today:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  width: 100%;
  padding-top: 20%;
  background: url(/static/sas/assets/img/common/whatstoday_current_mark.svg) top center no-repeat;
  background-size: 100%;;
}
.page--home #today .app__content .app__content-slider > ul > li.is-notification::before {
	content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ffb1b1;
}

.page--home #today .app__content .app__content-slider > ul > li ul.slider-category {
  margin-top: 10px;
  text-align: left;
}

.page--home #today .app__content .app__content-slider > ul > li ul.slider-category li {
  margin-top: 6px;
  color: #a2a2a2;
  line-height: 1em;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}

.page--home #today .app__content .app__content-slider > ul > li ul.slider-category li.is-active {
  color: #fff;
}

/* #today .app__content .app__content-list ul {
  margin: 45px 0 114px;
}

#today .app__content .app__content-list ul li {
  position: relative;
  padding: 28px 0;

  border-bottom: 1px solid #e2e2e2;
}

#today .app__content .app__content-list ul li .list-title {
  padding-right: 40px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}

#today .app__content .app__content-list ul li .list-title .list-category {
  display: block;
  color: #ee3224;
  font-size: 15px;
  line-height: 2;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}

#today .app__content .app__content-list ul li.release .list-title .list-category:after { content: "RELEASE"; }
#today .app__content .app__content-list ul li.media .list-title .list-category:after { content: "MEDIA"; }
#today .app__content .app__content-list ul li.live_today .list-title .list-category:after { content: "LIVE"; }

#today .app__content .app__content-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#today .app__content .app__content-list ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  background: url(/contents/2/SASJP/assets/img/common/icon_arrow_right_bl.svg) center center no-repeat;
  background-size: contain;
} */

.page--home #today .app__content .app__content-list.thisYear {
  background-color: #fff;
}
.page--home #today .app__content .app__content-list.archive {
  background-color: #013a97;
}
/* #today .app__content > div:nth-of-type(2) {
	padding-top: calc(20%/7);
} */
.page--home #today .app__content .app__content-list.thisYear {
  background-color: #fff;
	color: #000;
}

.page--home #today .app__content .app__content-list .app__content-list-archive-title {
	padding: 40px 56px 0;
	font-weight: bold;
	font-size: 22px;
	font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
	letter-spacing: .035em;
}

.page--home #today .app__content .app__content-list ul {
  padding: 0 56px 60px;
}
.page--home #today .app__content .app__content-list.thisYear ul {
	padding: calc(10%/7 + 25px) 56px 40px;
}
.page--home #today .app__content .app__content-list ul li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	display: none;
}
.page--home #today .app__content .app__content-list.thisYear ul li {
  border-bottom: 1px solid #000;
}

.page--home #today .app__content .app__content-list ul li .archive-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  letter-spacing: .035em;
  -webkit-box-align: center;
  -webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page--home #today .app__content .app__content-list ul li .archive-data .archive-date {
  position: relative;
  padding-right: 24px;
  font-weight: bold;
  line-height: 1em;
  font-family: "Overpass", YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}

.page--home #today .app__content .app__content-list ul li .archive-data .archive-date:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 12px;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
.page--home #today .app__content .app__content-list.thisYear ul li .archive-data .archive-date:after {
  background-color: #000;
}

.page--home #today .app__content .app__content-list ul li .archive-data .archive-category {
  color: #ee3224;
  font-weight: bold;
  line-height: 1em;
}

.page--home #today .app__content .app__content-list ul li .archive-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}

.page--home #today .app__content .app__content-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 821px) {
	.page--home #today .app__content .app__content-list ul li {
/*		display: flex;*/
		align-items: center;
	}
	.page--home #today .app__content .app__content-list ul li .archive-data {
		margin-top: 0.3em;
    width: 160px;
	}
	.page--home #today .app__content .app__content-list ul li .archive-title {
		width: calc(100% - 160px);
	}
}
@media screen and (max-width: 820px) {
  /* #today .app__header-date {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 160px;
  } */
  .page--home #today .app__header-date .date-year {
    /* position: absolute;
    right: 48px;
    bottom: 26px; */
    font-size: 14px;
  }
  .page--home #today .app__header-date .date-month {
    /* display: block; */
    margin: 0;
    font-size: 60px;
    line-height: .8em;
    /* text-align: right; */
  }
  .page--home #today .app__header-date .date-month-en {
    /* position: absolute;
    right: 48px;
    bottom: 6px; */
    font-size: 14px;
  }
  .page--home #today .app__content {
    padding-bottom: 20px;
  }
  .page--home #today .app__content .app__content-slider {
    height: 70px;
    margin-top: 15px;
  }
  .page--home #today .app__content .app__content-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 1240px;
    height: 100%;
  }
  .page--home #today .app__content .app__content-slider > ul > li {
    height: 70px;
    /* padding: 22px 0 0; */
    font-size: 12px;
		padding-bottom: 5px;
  }
  .page--home #today .app__content .app__content-slider > ul > li .slider-day {
    font-size: min(4.8vw, 26px);
    line-height: 1em;
  }
	.page--home #today .app__content .app__content-slider > ul > li .slider-week {
    	font-size: min(2.6vw, 12px);
	}
  .page--home #today .app__content .app__content-slider > ul > li ul.slider-category {
    display: none;
  }
	.page--home #today .app__content .app__content-slider > ul > li.is-notification::before {
		bottom: min(2.2vw, 20px);
		width: 6px;
		height: 6px;
	}
  /* #today .app__content .app__content-list ul {
    margin: 20px 0 57px;
  }
  #today .app__content .app__content-list ul li {
    padding: 18px 0;
  }
  #today .app__content .app__content-list ul li .list-title {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  #today .app__content .app__content-list ul li .list-title .list-category {
    display: block;
    width: 105px;
    font-size: 12px;
    line-height: 2;
  }
  #today .app__content .app__content-list ul li:after {
    display: none;
  } */
  .page--home #today .app__content .app__content-list .app__content-list-archive-title {
	 width: 100%;
    padding: 25px 0 0 20px;
    font-size: 18px;
    text-align: left;
  }
  .page--home #today .app__content .app__content-list .app__content-list-archive-title:after {
    border-width: 30px 0 0 20px;
  }
  .page--home #today .app__content .app__content-list ul {
    padding: 0 20px 35px;
  }
  .page--home #today .app__content .app__content-list.thisYear ul {
		padding: calc(15%/7 + 10px) 20px 25px;
  }
  .page--home #today .app__content .app__content-list ul li {
    padding: 17px 0;
  }
  .page--home #today .app__content .app__content-list ul li .archive-data {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .035em;
  }
  .page--home #today .app__content .app__content-list ul li .archive-data .archive-date {
    padding-right: 20px;
  }
  .page--home #today .app__content .app__content-list ul li .archive-data .archive-date:after {
    top: 0;
    right: 10px;
    width: 1px;
    height: 9px;
  }
  .page--home #today .app__content .app__content-list ul li .archive-title {
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.8;
  }
  .page--home #today .app__content .app__content-list ul li:after {
    display: none;
  }
}