@charset "utf-8";

.sc-container {
	width: 100%;
	margin: 60px auto 0;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
}

.sc-container div, .sc-container p, .sc-container span,
.sc-container a, .sc-container ul, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3,
.sc-container img, .sc-container hr {
	box-sizing: border-box;
}

.sc-container .attention {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    letter-spacing: normal;
}

.sc-container .main-lead.attention {
    color: #c30d23;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: normal;
    font-size: 26px;
    display: block;
    margin: 25px 0;
    text-align: center;
}

.sc-container .main-lead.attention sup {
	vertical-align: super;
    font-size: 60%;
}

.sc-container a:active {
	text-decoration: none;
}

.sc-container hr {
	margin: 1em auto;
}


/* ---------------------------------------
	main
--------------------------------------- */
.sc-container .main-image {
	width: 100%;
    /* background: #c30d23; */
}

.sc-container .main-image img {
	display: block;
	width: 1000px;
	margin: 0 auto 55px;
}

.sc-container .main-title {
    margin: 0 auto 28px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.42;
    letter-spacing: 0.06em;
    text-align: center;
    width: 800px;
}

.sc-container .main-title > span {
    display: block;
}

.sc-container .main-title .catch {
    font-size: 24px;
    margin: 0 auto 7px;
}

.sc-container .main-title .off {
    font-size: 34px;
    color: #c30d23;
    display: block;
    position: relative;
}
.sc-container .main-title .off::before,
.sc-container .main-title .off::after {
    display: block;
    position: absolute;
    top: 25px;
    width: 40px;
    height: 1px;
    background: #c30d23;
    content: "";
}

.sc-container .main-title .off::before {
    left: 20px;
    -webkit-transform: rotate(-107deg);
    transform: rotate(-107deg);
}

.sc-container .main-title .off::after {
    right: 20px;
    -webkit-transform: rotate(107deg);
    transform: rotate(107deg);
}

.sc-container .main-lead {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
}


/* ---------------------------------------
	nav
--------------------------------------- */
.sc-container .nav-list {
	width: 720px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

.sc-container .nav-list-item {
	width: 340px;
	margin: 0;
}

.sc-container .nav-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border: 2px solid #d7d7d7;
	border-radius: 30px;
	color: #393939;
	font-size: 16px;
	text-align: center;
	transition: .4s;
}

.sc-container .nav-btn:hover {
	background: #d7d7d7;
	opacity: 1;
}

.sc-container .nav-btn > span {
	position: relative;
	top: 0.1em;
}


/* ---------------------------------------
	note
--------------------------------------- */
.sc-container .note-area {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #f5f5f5;
}

.sc-container .note-list {
	width: 720px;
	margin: 0 auto;
}

.sc-container .note-list-item {
	font-size: 14px;
    line-height: 2;
    text-align: left;
    text-indent: -1.25em;
    padding-left: 1.25em;
}

.sc-container .note-attention {
    color: #c30d23;
	font-weight: bold;
}


/* ---------------------------------------
	login
--------------------------------------- */
.sc-container .login-area {
	text-align: center;
}

.sc-container .login-desc .notice {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin-bottom: 27px;
}

.festa-authbtn {
    display: block;
    position: relative;
    margin: 60px auto 60px;
    width: 460px;
    height: 60px;
    border-radius: 60px;
    background: #222222;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.festa-authbtn::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 5px);
    right: 30px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.festa-authbtn span {
    display: inline-block;
    line-height: 56px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
}

.festa-authbtn:hover {
	opacity: 0.8;
}


	
/* ƒŠƒ“ƒN */
.link:link, .link:visited {
	color: #393939;
	padding-bottom: 1px;
	border-bottom: 1px solid #393939;
	-webkit-transition: .2s;
	transition: .2s;
}

.link:hover {
	border-bottom: 1px solid #ffffff;
	opacity: 1;
}

.link-box {
    margin: -40px auto 60px;
    text-align: center;
}

.link-list {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding: 0 40px 0 1em;
    text-indent: -1em;
    text-shadow: 1px 1px 1px #ffffff;
}
.link-list:last-child {
	padding: 0 0 0 1em;
}


/* ---------------------------------------
	section
--------------------------------------- */
.sc-container .section {
	width: 723px;
	margin: 0 auto 62px;
}

.sc-container .section-title {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 31px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: normal;
    padding-top: 60px;
}

.sc-container .section-list-item {
    letter-spacing: 0.1em;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 2;
}

.sc-container .note-symbol .section-list-item {
	text-indent: -1.25em;
    padding-left: 1.25em;
}

.sc-container .section-list-item .attention {
	font-size: 16px;
}


/* ---------------------------------------
	cp-area
--------------------------------------- */
.sc-container .cp-area {
    width: 750px;
    margin: 0 auto 140px;
}


/* ====================
step
==================== */
.sc-container .step {
    margin: 0;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}
.sc-container .step .section-title {
    padding-top: 60px;
}
.sc-container .step-list {
	width: 900px;
	margin: 40px auto 0;
}
.sc-container .step-list-item {
	width: 900px;
	height: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
    margin: 0;
}
.sc-container .step-list-item:not(:first-child) {
	margin-top: 30px;
}
.sc-container .step-list-item:not(:last-child)::after {
	position: absolute;
	content: "";
	width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #c30d23;
    border-bottom: 0;
	bottom: -21px;
	left: calc(50% - 7px);
}
.sc-container .step-list-number {
	width: 187px;
	background-color: #c30d23;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.sc-container .step-list-number::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 12px solid #c30d23;
	border-right: 0;
	right: -12px;
}
.sc-container .step-list-text {
	width: calc(900px - 187px);
	background-color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	padding-left: 70px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.sc-container .step-note-list {
	width: 900px;
	margin: 23px auto 0;
}
.sc-container .step-note-list-item {
	color: #e5007f;
	font-size: 16px;
	font-weight: 700;
    padding-left: 1.25em;
    text-indent: -1.25em;
}