@charset "UTF-8";

#for_ss {}
#for_ss section {
	padding: 100px 0 120px;
	margin: 0 auto;
	max-width: 1240px;
	width: calc(100% - 40px);
	position: relative;
}
#for_ss .breadcrumb{
	padding:15px 0 0;
}
#for_ss .breadcrumb a {
	color: white;
	font-size: 0.8125rem;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
}
#for_ss .breadcrumb a::after {
	content: '＞';
	position: absolute;
	right: -18px;
	top: 0;
	z-index: 1;
}
#for_ss .logout{
	color: white;
	position: absolute;
	top: 115px;
	right: 0;
	font-size: 0.8125rem;
}
#for_ss h1 {
	text-align: center;
	margin: 100px 0 56px;
	font-size: 40px;
}
#for_ss h1::before {
	content: 'SS店様専用コンテンツ';
	display: block;
	font-size: 20px;
	border: solid 1px white;
	width: fit-content;
	margin: 0 auto 32px;
	padding: 9px 82px;
	border-radius: 4px;
}
#for_ss .box {
	background: #ffffff1f;
	border-radius: 5px;
	text-align: center;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 30px;
}
#for_ss .box p {
	font-size: 15px;
	margin: 20px 0 0;
}
#for_ss .box p.error {}
#for_ss .box p.error::before {
	content: 'エラー';
	display: block;
	width: fit-content;
	margin: 0 auto 15px;
	color: #DA202A;
	background: url(../img/for_ss/icon-error.png) no-repeat left center / auto 100%;
	padding-left: 2.6em;
	line-height: 1.6;
}
#for_ss .box dl {
	font-size: 0;
	letter-spacing: 0;
	margin: 25px 100px 16px;
}
#for_ss .box dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 115px;
	font-size: 15px;
	text-align: right;
	padding-right: 1em;
	margin: 0 0 8px;
}
#for_ss .box dl dd {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 115px);
	position: relative;
	height: 40px;
	margin: 0 0 8px;
}
#for_ss .box dl dd::before {
	content: '';
	position: absolute;
	right: 20px;
	top: 12px;
	bottom: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 3px solid #7B7B7B;
	border-bottom: 3px solid #7B7B7B;
	transform: rotate(45deg);
}
#for_ss .box dl dd input {
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 5px;
}
#for_ss .box dl dd select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 0 16px;
	opacity: 0;
}
#for_ss .box button {
	font-size: 14px;
	display: block;
	border: none;
	outline: 0;
	cursor: pointer;
	color: #fff;
	background: #da202a;
	background: linear-gradient(45deg, #961c23 0%, #da202a 100%);
	border-radius: 6px;
	font-weight: bold;
	height: 42px;
	width: 300px;
	margin: 0 auto;
	position: relative;
}
#for_ss .box button::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
}
#for_ss .box button.search {
	background: url(../img/for_ss/icon-search.png) no-repeat center right 5% / auto 44%, linear-gradient(45deg, #961c23 0%, #da202a 100%);
}
#for_ss .box button.search::after {
	display: none;
}
#for_ss .btn {
	text-align: center;
	padding: 20px 0 0;
	font-size: 0;
}
#for_ss .btn a {
	background: linear-gradient(to right, #152B86, #2027DA);
	display: inline-block;
	font-size: 15px;
	color: white;
	width: 340px;
	margin: 20px 10px 0;
	border-radius: 6px;
	padding: 20px 0;
	position: relative;
}
#for_ss .btn a::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
}

#for_ss .login {}
#for_ss .login .box .caution {
	font-size: 12px;
	margin: 12px 0 0;
	line-height: 1.7;
}
#for_ss .login .box dl dt {
	width: 125px;
}
#for_ss .login .box dl dd {
	width: calc(100% - 125px);
	height: 46px;
}
#for_ss .login .box dl dd::before {
	display: none;
}
#for_ss .login >p {
	font-size: 15px;
	text-align: center;
	line-height: 1.6;
	margin: 40px 0 0;
}

#for_ss .onetime {}
#for_ss .onetime .box dl dt {
	width: 180px;
}
#for_ss .onetime .box dl dd {
	width: calc(100% - 180px);
	height: 46px;
}
#for_ss .onetime .box dl dd::before {
	display: none;
}
#for_ss .onetime .box button +p {
	margin: 10px 0 0;
}
#for_ss .onetime .box button +p a {
	color: white;
	text-decoration: underline;
}

#for_ss .detail {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 1040px;
}
#for_ss .detail h2 {
	margin: 100px 0 0;
	font-size: 40px;
}
#for_ss .detail .movie {}
#for_ss .detail .movie h3 {
	border-left: solid 10px #DA202A;
	font-size: 22px;
	padding-left: 20px;
	line-height: 1.6;
	margin: 30px 0 -20px;
}
#for_ss .detail .movie div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: stretch;
	padding: 54px 0 0;
}
#for_ss .detail .movie article {
	display: flex;
	flex-direction: column;
	background: #4A4A4A;
	text-align: center;
}
#for_ss .detail .movie article p {
	font-size: 20px;
	padding: 15px 10px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 3.5em;
}
#for_ss .detail .movie article a {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.785;
	background: no-repeat center top / auto 72%;
	position: relative;
}
#for_ss .detail .movie article a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1 / 0.565;
	background: url(../img/for_ss/icon-movie.png) no-repeat center / 14%;
}
#for_ss .detail .movie article a::after {
	content: '動画を見る';
	position: absolute;
	top: 79%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	color: white;
	border: solid 1px white;
	font-size: 12px;
	width: 88%;
	line-height: 2.8;
}
#for_ss .detail .pdf {
	margin: 100px 0 0;
}
#for_ss .detail .pdf .anchor {
	margin: 55px 0 0;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 2px;
}
#for_ss .detail .pdf .anchor a {
	display: table-cell;
	background: #4A4A4A;
	text-align: center;
	color: white;
	font-size: 19px;
	padding: 12px 0 40px;
	position: relative;
}
#for_ss .detail .pdf .anchor a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 15px;
	display: inline-block;
	width: 11px;
	height: 11px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	transform: rotate(45deg) translate(-50%, 0);
}
#for_ss .detail .pdf .anchor a span {
	font-size: 13px;
}
#for_ss .detail .pdf article {
	margin: 78px 0 0;
}
#for_ss .detail .pdf article h3 {
	border-left: solid 10px #DA202A;
	font-size: 22px;
	padding-left: 20px;
	line-height: 1.6;
}
#for_ss .detail .pdf article table {
	margin: 30px 0 0;
	width: 100%;
	border: solid 1px white;
}
#for_ss .detail .pdf article table th {
	border: solid 1px white;
	background: #DA202A;
	font-size: 15px;
	padding: 8px;
}
#for_ss .detail .pdf article table td {
	border: solid 1px white;
	font-size: 15px;
	padding: 9px;
	text-align: left;
	vertical-align: middle;
}
#for_ss .detail .pdf article table tr:nth-of-type(odd) td {
	background: #ffffff26;
}
#for_ss .detail .pdf article table tr td:last-of-type {
	text-align: center;
}
#for_ss .detail .pdf article table tr td[rowspan] {
	background: none;
	padding: 9px 18px;
}
#for_ss .detail .pdf article table td a {
	color: white;
	text-decoration: underline;
}

@media print, screen and (max-width: 768px) {
#for_ss {}
#for_ss section {
	padding: 65px 0 95px;
	width: 88vw;
}
#for_ss .breadcrumb{
	padding: 6vw 0 0;
}
#for_ss .breadcrumb a {
	font-size: 2.5vw;
}
#for_ss .breadcrumb a::after {}
#for_ss .logout{
	top: 21.5vw;
	font-size: 2.5vw;
}
#for_ss h1 {
	margin: 11vw 0 11vw;
	font-size: 5.4vw;
}
#for_ss h1::before {
	font-size: 3.6vw;
	margin: 0 auto 6vw;
	padding: 1.2vw 7vw;
}
#for_ss .box {
	padding: 3vw 8vw 9vw;
}
#for_ss .box p {
	font-size: 3.3vw;
	margin: 5vw 0 0;
	text-align: left;
}
#for_ss .box p br {
	display: none;
}
#for_ss .box p.error {}
#for_ss .box p.error::before {
	font-size: 4vw;
	margin: 0 auto 6vw;
}
#for_ss .box dl {
	margin: 4.6vw 0 8vw;
}
#for_ss .box dl dt {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 3.8vw;
	margin: 0 0 1vw;
}
#for_ss .box dl dd {
	display: block;
	width: 100%;
	height: 11.8vw;
	margin: 0 0 8px;
}
#for_ss .box dl dd::before {
	right: 4vw;
	top: 4.8vw;
	width: 1.4vw;
	height: 1.4vw;
	border-right: 1px solid #7B7B7B;
	border-bottom: 1px solid #7B7B7B;
}
#for_ss .box dl dd input {
	font-size: 3.3vw;
	padding: 0 3vw;
}
#for_ss .box dl dd select {}
#for_ss .box button {
	font-size: 3.6vw;
	height: 11vw;
	width: 64vw;
}
#for_ss .box button::after {}
#for_ss .box button.search {}
#for_ss .box button.search::after {}
#for_ss .btn {
	padding: 3vw 0 0;
}
#for_ss .btn a {
	display: block;
	margin: 4vw auto 0;
	width: 88vw;
	font-size: 3.7vw;
	padding: 3.5vw 0;
}
#for_ss .btn a::after {
	right: 6.5vw;
	width: 2.5vw;
	height: 2.5vw;
}
#for_ss .login {}
#for_ss .login .box .caution {
	font-size: 3vw;
	margin: 3vw 0 0;
}
#for_ss .login .box dl dt {
	width: 100%;
}
#for_ss .login .box dl dd {
	width: 100%;
	height: 11.8vw;
	margin: 0 0 3vw;
}
#for_ss .login .box dl dd::before {}
#for_ss .login >p {
	font-size: 3.3vw;
	margin: 7vw 0 0;
	text-align: left;
}
#for_ss .login >p br {
	display: none;
}
#for_ss .onetime {}
#for_ss .onetime .box dl dt {
	width: 100%;
}
#for_ss .onetime .box dl dd {
	width: 100%;
}
#for_ss .onetime .box dl dd::before {}
#for_ss .onetime .box button +p {
	margin: 5vw 0 0;
	text-align: center;
}
#for_ss .onetime .box button +p a {}
#for_ss .detail {
	width: 88vw;
}
#for_ss .detail h2 {
	margin: 4.5vw 0 0;
	font-size: 4.8vw;
}
#for_ss .detail .movie {}
#for_ss .detail .movie h3 {
	border-left: solid 2vw #DA202A;
	font-size: 4vw;
	padding-left: 3.5vw;
	line-height: 1.8;
}
#for_ss .detail .movie div {
	grid-template-columns: repeat(2, 1fr);
	gap: 4vw;
	padding: 9vw 0 0;
}
#for_ss .detail .movie article {
}
#for_ss .detail .movie article p {
	font-size: 3.3vw;
	padding: 2.5vw 1vw;
}
#for_ss .detail .movie article a {
	aspect-ratio: 1 / 0.885;
	background-size: auto 64%;
}
#for_ss .detail .movie article a::before {}
#for_ss .detail .movie article a::after {
	top: 71%;
	font-size: 3vw;
	width: 85%;
	line-height: 2.3;
}
#for_ss .detail .pdf {
	margin: 0vw 0 0;
}
#for_ss .detail .pdf h2 {
	margin: 14vw 0 -8vw;
}
#for_ss .detail .pdf .anchor {
	margin: 15vw 0 0;
	display: grid;
	align-items: stretch;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
}
#for_ss .detail .pdf .anchor a {
	display: block;
	font-size: 3.6vw;
	padding: 3vw 0 5vw;
}
#for_ss .detail .pdf .anchor a::after {
	bottom: 1.4vw;
	width: 2vw;
	height: 2vw;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}
#for_ss .detail .pdf .anchor a span {
	display: block;
	font-size: 3.6vw;
	margin: 0;
}
#for_ss .detail .pdf article {
	margin: 16vw 0 0;
}
#for_ss .detail .pdf article h3 {
	border-left: solid 2vw #DA202A;
	font-size: 4vw;
	padding-left: 3.5vw;
	line-height: 1.8;
}
#for_ss .detail .pdf article table {
	margin: 5vw 0 0;
}
#for_ss .detail .pdf article table th {
	font-size: 2.4vw;
	padding: 1vw;
	height: 6vw;
	vertical-align: middle;
}
#for_ss .detail .pdf article table td {
	font-size: 2.4vw;
	padding: 1vw;
}
#for_ss .detail .pdf article table tr:nth-of-type(odd) td {}
#for_ss .detail .pdf article table tr td:last-of-type {}
#for_ss .detail .pdf article table tr td[rowspan] {
	padding: 1vw;
}
#for_ss .detail .pdf article table td a {}
}