@charset "UTF-8";
/* reset */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
  min-height: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
hr,
header,
footer,
nav,
aside,
section {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img,
abbr {
  border: 0;
}
img {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
th,
td {
  margin: 0;
  padding: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
caption,
th {
  text-align: left;
  margin: auto;
}
object,
embed {
  vertical-align: top;
}
legend {
  display: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover img {
  text-decoration: none;
  border: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3b4043;
  font-size: 2rem;
  line-height: 1.4;
}
a {
  -webkit-tap-highlight-color: transparent;
}
main {
  display: block;
  width: 100%;
  overflow: hidden;
}
.pc_view {
	display: block;
}
.sp_view {
	display: none;
}
	@media screen and (max-width: 768px) {
		.pc_view {
		  display: none;
		}
		.sp_view {
		  display: block;
		}
	}
.inner_wrap {
	width: 1050px;
	margin: 0 auto;
}
	@media screen and (max-width: 768px) {
		.inner_wrap {
			width: 96%;
		}
	}
.mt50 {
	margin-top: 50px;
}
.bound {	
	animation: bound 3s infinite;
}
	@keyframes bound {
		0% { transform:translateY(0) }
		5% { transform:translateY(0) }
		10% { transform:translateY(0) }
		20% { transform:translateY(-25px) }
		25% { transform:translateY(0) }
		30% { transform:translateY(-15px) }
		50% { transform:translateY(0) }
		100% { transform:translateY(0) }
	}
.fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 1.5s;
}
.fadein.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 72px;
  z-index: 100;
}
.header_innr {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
	@media screen and (max-width: 1024px) {
		.header_innr {
			max-width: 1000px;
		}
	}
.header_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0 10px;
}
	@media screen and (max-width: 768px) {
		.header_innr {
			max-width: 100%;
			padding: 0 20px;
		}
	}
	@media screen and (max-width: 750px) {
		.header_innr {
			max-width: 100%;
			padding: 0 5px;
		}
	}
.company_logo {
  max-width: 120px;
  width: 100%;
  height: auto;
}
	@media screen and (max-width: 750px) {
		.company_logo {
			max-width: 35%;
		}
	}
.header_btn a {
	display: block;
	background-color: #ef7c14;
	color: #fff;
	font-size: 1.8rem;
	white-space: nowrap;
	border-radius: 30px;
	margin-right: 20px;
	margin-top: 5px;
	padding: .5rem 2rem;
}
	@media screen and (max-width: 750px) {
		.header_btn a {
			margin-right: 0;
		}
	}
.header_btn a:hover {
	opacity: .7;
	transition: .5s all;
}
.header_cta a {
	display: block;
	background: url(../img/header_entry.png) no-repeat 0 0;
	color: #fff;
	text-align: center;
	width: 176px;
	height: 98px;
	padding-top: 20px;	
}
	@media screen and (max-width: 768px) {
		.header_cta a {
			background-size: cover;
			width: 150px;
			height: 86px;
		}
	}
	@media screen and (max-width: 750px) {
		.header_cta {
			position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
			height: auto;
		}
		.header_cta a {
			width: 100%;
			height: auto;
			min-height: 95px;
			background: url(../img/header_entry_sp.svg) no-repeat 0 0;
			background-size: 100% auto;
			font-size: 3rem;
			font-weight: bold;
			padding-top: 20px;
		}
	}
	@media screen and (max-width: 375px) {
		.header_cta a {
			min-height: 86px;
		}
	}
.header_cta a:hover {
	opacity: .7;
	transition: .5s all;
}


.main-visual {
	background: #76020d;
	background-image:
		url(../img/mv_left.png),
		url(../img/mv_right.png),
		url(../img/mv_bg.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, 50% center;
	background-size: 22% auto, 22% auto, cover;
	width: 100%;
	min-height: 880px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 80px;
}
	@media screen and (max-width: 1024px) {
		.main-visual {
			min-height: 780px;
		}
	}
	@media screen and (max-width: 768px) {
		.main-visual {
			background-image:
				url(../img/mv_left.png),
				url(../img/mv_right.png),
				url(../img/mv_bg_sp.jpg);
			background-size: 40% auto, 40% auto, cover;
		}
	}
	@media screen and (max-width: 750px) {
		.main-visual {
			background-size: 47% auto, 47% auto, auto 100%;
			min-height: 730px;
		}
	}
.main-visual_box {
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
}
	@media screen and (max-width: 768px) {
		.main-visual_box {
			width: 90%;
			margin: 100px 0 0;
		}
	}
	@media screen and (max-width: 750px) {
		.main-visual_box {
			margin: 50px 0 0;
		}
	}
.main-visual_box img {
	width: 100%;
}
.period_area {
	max-width: 700px;
	width: 100%;
	margin: 50px auto 80px;
}
	@media screen and (max-width: 768px) {
		.period-area {
			margin-top: 20px;
		}
	}
.period_area p {
	color: #fff;
	text-align: center;
	margin: 20px auto;
}
.period_img {
	display: flex;
	margin-bottom: 20px;
}
	@media screen and (max-width: 768px) {
		.period_img {
			display: block;
			text-align: center;
		}
	}
	@media screen and (max-width: 750px) {
		.period_img {
			width: 90%;
			margin: 0 auto 20px;
		}
		.period_img img {
			width: 100%;
		}
	}
.period_img p {
	background: url(../img/period_ttl_bg.png) no-repeat 0 0;
	background-size: contain;
	width: 100px;
	height: 42px;
	text-indent: -2rem;
	white-space: nowrap;
	margin: 0;
	margin-right: 10px;
	padding-top: .5rem;
}
	@media screen and (max-width: 768px) {
		.period_img p {		
			margin: 0 auto 10px;
		}
	}


.outline {
	background: url(../img/outline_bg.jpg) repeat-y 0 0;
	background-size: 100% auto;
	padding: 40px 0;
}
	@media screen and (max-width: 767px) {
		.outline {		
			background: url(../img/outline_bg_sp.jpg) repeat-y 0 0;
			background-size: auto 100%;
		}
	}
.cont_wrap {
	display: flex;
	align-items: center;
	background-image:
		url(../img/line.png),
		url(../img/line2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
	background-size: 100% auto;
	padding: 100px 0;
}
	@media screen and (max-width: 768px) {
		.cont_wrap {
			display: block;
			width: 90%;
			margin: 0 auto;
			padding: 70px 0 30px;
		}
	}
.cont_wrap:first-child {
	margin-bottom: 50px;
}
.cont_wrap h2 {
	width: 225px;
	margin-right: 20px;
}
	@media screen and (max-width: 1024px) {
		.cont_wrap h2 {
			width: 180px;
		}
	}
	@media screen and (max-width: 768px) {
		.cont_wrap h2 {
			margin: 0 auto;
		}
	}
	@media screen and (max-width: 750px) {
		.cont_wrap h2 {
			width: 42%;
		}
	}
.cont_wrap h2 img {
	width: 100%;
}
.cont_wrap .right dl {
	display: flex;
	margin: 25px auto;
}
	@media screen and (max-width: 768px) {
		.cont_wrap .right dl {
			margin: 15px auto;
		}
	}
	@media screen and (max-width: 750px) {
		.cont_wrap .right dl {
			align-items: center;
		}
	}
.cont_wrap .right dl dt {
	width: 110px;
	margin-right: 20px;
}
	@media screen and (max-width: 768px) {
		.cont_wrap .right dl dt {
			width: 14%;
		}
	}
	@media screen and (max-width: 750px) {
		.cont_wrap .right dl dt {
			width: 30%;
		}
	}
.cont_wrap .right dl dd {
	color: #fff;
	font-size: 2.6rem;
	line-height: 2;
	padding: 25px 0;
}
	@media screen and (max-width: 1024px) {
		.cont_wrap .right dl dd {
			font-size: 2.4rem;
			padding: 15px 0;
		}
	}
	@media screen and (max-width: 768px) {
		.cont_wrap .right dl dd {
			font-size: 2.2rem;
		}
		.cont_wrap .right dl dd p {
			line-height: 2.4;
		}
	}
	@media screen and (max-width: 750px) {
		.cont_wrap .right dl dd {
			font-size: 1.8rem;
		}
		.cont_wrap .right dl dd p {
			line-height: 1.6;
		}
	}
.cont_wrap .right dl dd img {
	vertical-align: top;
	padding: 0 5px;
}
	@media screen and (max-width: 768px) {
		.cont_wrap .right dl dd img {
			height: 36px;
		}
	}
	@media screen and (max-width: 750px) {
		.cont_wrap .right dl dd img {
			height: 28px;
		}
	}


.hold .hold_cont_img {
	width: 602px;
	margin: 80px auto;
}
	@media screen and (max-width: 768px) {
		.hold .hold_cont_img {
			width: 64%;
		}
		.hold .hold_cont_img img {
			width: 100%;
		}
	}
	@media screen and (max-width: 750px) {
		.hold .hold_cont_img {
			width: 70%;
		}
	}
.hold_cont_img ul {
	color: #7f020e;
	font-weight: bold;
	display: flex;
	justify-content: space-around;
	margin-top: -160px;
	margin-bottom: 160px;
}
	@media screen and (max-width: 768px) {
		.hold_cont_img ul {
			margin-top: -130px;
			margin-bottom: 130px;
		}
	}
	@media screen and (max-width: 750px) {
		.hold_cont_img ul {
			margin-top: -70px;
			margin-bottom: 70px;
		}
	}
.hold_cont_img ul li {
	font-size: 3.4rem;
}
	@media screen and (max-width: 768px) {
		.hold_cont_img ul li {
			font-size: 2.8rem;
		}
	}
	@media screen and (max-width: 750px) {
		.hold_cont_img ul li {
			font-size: 1.8rem;
		}
	}
.hold_cont_btn {
	display: flex;
	justify-content: space-around;
}
	@media screen and (max-width: 1024px) {
		.hold_cont_btn {
			margin-bottom: 50px;
		}
	}
.hold_cont_btn_wrap a {
	display: block;
	background: url(../img/hold_cont_btn_bg.svg) no-repeat 0 0;
	width: 342px;
	height: 130px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 45px;
}
	@media screen and (max-width: 768px) {
		.hold_cont_btn_wrap {
			width: 36%;
		}
		.hold_cont_btn_wrap a {
			background-size: 100% auto;
			width: 100%;
			height: auto;
			font-weight: bold;
			padding: 30px 0 10px;
		}
	}
	@media screen and (max-width: 750px) {
		.hold_cont_btn_wrap {
			width: 42%;
		}
		.hold_cont_btn_wrap a {
			font-size: 1.4rem;
			margin-bottom: 0;
			padding: 20px 0;
		}
	}
.hold_cont_btn_wrap a:hover {
	opacity: .7;
	transition: .5s all;
}
.hold_cont_btn_wrap span {
	color: #fff;
}
.hold_cont_btn_wrap span img {
	height: 30px;
	padding: 0 5px;
}
	@media screen and (max-width: 768px) {
		.hold_cont_btn span img {
			height: 24px;
		}
	}
	@media screen and (max-width: 750px) {
		.hold_cont_btn span img {
			height: 20px;
		}
	}
.hold_cont_btn_wrap i {
	display: inline-block;
	width: 22px;
	margin-top: 10px;
}
	@media screen and (max-width: 750px) {
		.hold_cont_btn i {
			width: 12px;
			margin-top: 5px;
		}
	}
.hold_cont_btn_wrap i img {
	width: 100%;
}


.period {
	background: #76020d;
	padding-bottom: 100px;
}
.period1 .period_lead {
	width: 74%;
	max-width: 647px;
	margin: 0 auto;
	padding: 80px 0 20px;
}
	@media screen and (max-width: 750px) {
		.period1 .period_lead {
			width: 90%;
		}
	}
.period1 .period_lead img {
	width: 100%;
}
.period .inner_wrap {
	position: relative;
	width: 90%;
	max-width: 1060px;
	background: #fff;
	border-radius: 30px;
	margin: 100px auto 0;
	padding: 120px 30px 50px;
}
	@media screen and (max-width: 768px) {
		.period .inner_wrap {
			width: 100%;
			border-radius: 0;
			padding: 120px 0 50px;
		}
	}
	@media screen and (max-width: 750px) {
		.period .inner_wrap {
			padding: 100px 0 50px;
		}
	}
.period h2 {
	position: absolute;
	top: -100px;
	left: calc(50% - 111px);
}
	@media screen and (max-width: 767px) {
		.period h2 {
			top: -80px;
			left: 30%;
			width: 40%;
		}
		.period h2 img {
			width: 100%;
		}
	}
.period .tarm {
	text-align: center;
	margin-bottom: 30px;
}
	@media screen and (max-width: 768px) {
		.period .tarm {
			width: 90%;
			margin: 0 auto;
		}
		.period .tarm img {
			width: 100%;
			margin-bottom: 30px;
		}
	}
.period h3 {
	background: url(../img/period_h3_bg.png) no-repeat 0 0;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}
.period h3 b {
	display: inline-block;
	font-size: 4rem;
}
.period_lead_txt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.period_lead_txt p.aqua {
	color: #1eb9ee;
	font-size: 3.6rem;
}
	@media screen and (max-width: 768px) {
		.period_lead_txt p.aqua {
			font-size: 3.2rem;
			margin-bottom: 20px;
		}
	}
	@media screen and (max-width: 750px) {
		.period_lead_txt p.aqua {
			font-size: 2.6rem;
		}
	}
.period_lead_txt p.aqua b {
	font-size: 4.2rem;
}
.period_lead_txt p {
	font-size: 3rem;
}
	@media screen and (max-width: 768px) {
		.period_lead_txt p .sp_view {
			display: none;
		}
	}
	@media screen and (max-width: 750px) {
		.period_lead_txt p .sp_view {
			display: inline;
		}
	}
.period_lead_txt p strong {
	color: #ca0101;
}
.period_lead_txt p strong em {
	font-size: 4.6rem;
	font-style: normal;
}


.period_step_wrap {
	margin-bottom: 110px;
}
	@media screen and (max-width: 750px) {
		.period_step_wrap {
			margin-bottom: 70px;
		}
	}
.period_step {
	position: relative;
	background: #f9e6e6;
	margin-top: 60px;
	padding: 20px 0 30px;
}
.period_step::before {
	content: "";
	display: block;
	position: absolute;
	top: -45px;
	left: calc(50% - 12px);
	background: url(../img/arrow3.png) no-repeat 0 0;
	width: 24px;
	height: 29px;
}
.period_step:nth-child(1)::before {
	content: none;
}
.period_step h4 {
	position: absolute;
	top: -10px;
	left: 30px;
}
	@media screen and (max-width: 1024px) {
		.period_step h4 {
			width: 100px;
		}
		.period_step h4 img {
			width: 100%;
		}
	}
	@media screen and (max-width: 750px) {
		.period_step h4 {
			left: 15px;
			width: 80px;
		}
	}
.period_step_inner {
	display: flex;
	margin-top: 40px;
	margin-left: 170px;
}
	@media screen and (max-width: 1024px) {
		.period_step_inner {
			justify-content: space-around;
			margin-left: 150px;
		}
	}
	@media screen and (max-width: 750px) {
		.period_step_inner {
			display: block;
			margin-top: 20px;
			margin-left: 110px;
			margin-right: 20px;
		}
	}
.period_step h5 {
	color: #a1111b;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
}
	@media screen and (max-width: 1024px) {
		.period_step h5 {
			font-size: 2.6rem;
		}
	}
	@media screen and (max-width: 750px) {
		.period_step h5 {
			font-size: 2.1rem;
			margin-bottom: 10px;
		}
	}
.period_step_txt > p {
	font-size: 1.8rem;
}
	@media screen and (max-width: 1024px) {
		.period_step_txt > p {
			font-size: 1.6rem;
		}
		.period_step_txt > p .sp_view {
			display: inline;
		}
	}
.period_step_txt > p b {
	font-size: 2rem;
	font-weight: bold;
}
.period_step_txt a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ef7c14;
	color: #fff;
	width: 90%;
	border-radius: 60px;
	margin-top: 50px;
	padding: 14px 40px;
}
	@media screen and (max-width: 750px) {
		.period_step_txt a {
			width: 100%;
			margin: 30px auto;
			padding: 14px 17px;
		}
	}
.period_step_txt a:hover {
	opacity: .7;
	transition: .5s all;
}
.period_step_txt a p {
	font-size: 1.8rem;
}
.period_step_txt a i {
	width: 28px;
	height: 26px;
}
	@media screen and (max-width: 750px) {
		.period_step_txt a i {
			width: 20px;
			height: 18px;
		}
	}
.period_step_img {
	width: 50%;
	background: #fff;
	text-align: center;
	margin-left: 20px;
	padding: 20px;
}
	@media screen and (max-width: 1024px) {
		.period_step_img {
			margin-left: 0;
			margin-right: 10px;
		}
		.period_step_img .sp_view {
			display: inline;
		}
		.period_step_img .step_box_btm {
			text-align: left;
		}
	}
	@media screen and (max-width: 750px) {
		.period_step_img {
			width: 100%;
		}
		.period_step_img img {
			width: 100%;
		}
	}
.step_box_lead {
	color: #0130a7;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
	@media screen and (max-width: 1024px) {
		.step_box_lead .sp_view {
			display: inline;
		}
	}
.period_step_img figure {
	display: inline-block;
	margin: 0 auto 20px;
}
.period_step_img figure figcaption {
	font-size: 1.4rem;
	padding-top: 5px;
}
.period_step_img p {
	font-size: 1.4rem;
}
	@media screen and (max-width: 768px) {
		.period_step_img p.step_box_btm .sp_view {
			display: none;
		}
	}
.btn_box {
	flex-wrap: wrap;
}
.btn_box .period_step_box {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.period_step_box {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.period_step_box {
		width: 100%;
		padding-right: 30px;
	}
	.period_step_box ul li {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 750px) {
	.period_step_box {
		padding-right: 0;
	}
	.period_step_box > p {
		font-size: 1.8rem;
	}
	.period1 .period_step_box ul li {
		font-size: 1.45rem !important;
	}
}


.prize {
	position: relative;
	border: 2px solid #a3030e;
}
	@media screen and (max-width: 768px) {
		.prize {
			border: 3px solid #a3030e;
			margin: 0 20px;
		}
	}
	@media screen and (max-width: 750px) {
		.prize {
			padding: 0 15px;
		}
	}
.prize h3.ttl_prize {
	position: absolute;
	top: -46px;
	left: calc( 50% - 282px );
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/ttl_prize_bg.svg) no-repeat 0 0;
	color: #a3030e;
	width: 564px;
	height: 92px;
	font-size: 3.2rem;
	font-weight: bold;
}
	@media screen and (max-width: 750px) {
		.prize h3.ttl_prize {
			top: -28px;
			left: 5%;
			width: 90%;
			background-size: 100% auto;
			height: auto;
			font-size: 2.4rem;
			padding: 7px 0 10px;
		}
	}
.prize > p {
	font-size: 1.8rem;
	text-align: center;
	margin: 70px auto 30px;
}
	@media screen and (max-width: 768px) {
		.prize > p .sp_view {
			display: none;
		}
	}
	@media screen and (max-width: 750px) {
		.prize > p {
			font-size: 1.7rem;
			margin: 40px auto 30px;
		}
		.prize > p .sp_view {
			display: inline;
		}
	}
.prize_box {
	display: flex;
	justify-content: space-around;
	padding: 0 60px 30px;
}
	@media screen and (max-width: 1024px) {
		.prize_box {
			padding: 0 40px 30px;
		}
	}
	@media screen and (max-width: 750px) {
		.prize_box {
			flex-wrap: wrap;
			padding: 0 10px 30px;
		}
	}
.prize_box .prize_rank {
	width: 104px;
}
	@media screen and (max-width: 1024px) {
		.prize_box .prize_rank {
			width: 90px;
		}
	}
	@media screen and (max-width: 768px) {
		.prize_box .prize_rank {
			width: 14%;
			margin-right: 1.5%;
		}
	}
	@media screen and (max-width: 750px) {
		.prize_box .prize_rank {
			width: 24%;
			margin-right: 2%;
		}
	}
.prize_box .prize_txt {
	width: 300px;
}
	@media screen and (max-width: 768px) {
		.prize_box .prize_txt {
			width: 54%;
		}
	}
	@media screen and (max-width: 750px) {
		.prize_box .prize_txt {
			width: 74%;
			margin-bottom: 20px;
		}
	}
.prize_box .prize_txt > p {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 10px;
}
	@media screen and (max-width: 750px) {
		.prize_box .prize_txt > p {
			font-size: 1.6rem;
		}
	}
.prize_box .prize_txt h4 {
	font-size: 2.8rem;
	font-weight: bold;
}
	@media screen and (max-width: 768px) {
		.prize_box .prize_txt h4 {
			font-size: 2.4rem;
		}
	}
	@media screen and (max-width: 750px) {
		.prize_box .prize_txt h4 {
			font-size: 2.2rem;
		}
	}
.prize_box .prize_txt h4 span {
	display: inline-block;
	background-color: #a3030e;
	color: #fff;
	font-size: 2rem;
	margin-left: 10px;
	padding: 1px 10px;
}
	@media screen and (max-width: 750px) {
		.prize_box .prize_txt h4 span {
			font-size: 1.8rem;
		}
	}
.prize_box .prize_txt ul {
	padding-left: 1.5rem;
}
.prize_box .prize_txt ul li {
	font-size: 1.8rem;
	text-indent: -1.5rem;
}
	@media screen and (max-width: 750px) {
		.prize_box .prize_txt ul {			
			margin-top: 10px;
		}
		.prize_box .prize_txt ul li {
			font-size: 1.6rem;
			line-height: 1.2;
			margin-bottom: 5px;
		}
	}
.prize_box .prize_img {
	width: 366px;
}
	@media screen and (max-width: 1024px) {
		.prize_box .prize_img {
			width: 300px;
		}
	}
	@media screen and (max-width: 768px) {
		.prize_box .prize_img {
			width: 31%;
			margin-left: 1.5%;
		}
	}
	@media screen and (max-width: 750px) {
		.prize_box .prize_img {
			width: 100%;
			margin-left: 0;
		}
	}
.prize_box .prize_img img {
	width: 100%;
}
.prize_box.otherRank {
	display: flex;
	justify-content: space-between;
}
	@media screen and (max-width: 768px) {
		.prize_box.otherRank {
			display: block;
			width: 90%;
			margin: 0 auto;
		}
	}
	@media screen and (max-width: 750px) {
		.prize_box.otherRank {
			width: 100%;
		}
	}
.prize_rankC {
	display: flex;
	width: 35%;
}
	@media screen and (max-width: 1024px) {
		.prize_rankC {
			width: 38%;
		}
	}
	@media screen and (max-width: 768px) {
		.prize_rankC {
			width: 100%;
		}
	}
.prize_rankC .prize_rank {
	width: 56px;
	margin-right: 10px;
}
	@media screen and (max-width: 1024px) {
		.prize_rankC .prize_rank {
			width: 46px;
		}
		.prize_rankC .prize_txt h4 {
			font-size: 2rem;
		}
		.prize_rankC .prize_txt h4 span {
			font-size: 1.6rem;
		}
		.prize_rankC .prize_txt {
			width: 100%;
			margin-bottom: 20px;
		}
		.prize_rankC .prize_txt ul {
			margin-top: 10px;
		}
	}
.prize_box.otherRank .prize_rankDtoF {
	width: 62%;
}
	@media screen and (max-width: 1024px) {
		.prize_box.otherRank .prize_rankDtoF {
			width: 59%;
		}
	}
	@media screen and (max-width: 768px) {
		.prize_box.otherRank .prize_rankDtoF {
			width: 100%;
		}
	}
.prize_box.otherRank .prize_rankDtoF dl {
	display: flex;	
	align-items: center;
	margin-bottom: 10px;
}
	@media screen and (max-width: 750px) {
		.prize_box.otherRank .prize_rankDtoF dl {
			align-items: flex-start;
			flex-wrap: wrap;
		}
	}
.prize_box.otherRank .prize_rankDtoF dl dt {
	display: flex;
}
.prize_box.otherRank .prize_rankDtoF dl dt img {
	width: 46px;
}
	@media screen and (max-width: 1024px) {
		.prize_box.otherRank .prize_rankDtoF dl dt img {
			width: 46px;
		}
	}
.prize_box.otherRank .prize_rankDtoF dl dt h4 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-left: 10px;
}
	@media screen and (max-width: 1024px) {
		.prize_box.otherRank .prize_rankDtoF dl dt h4 {
			font-size: 2rem;
		}
	}
.prize_box.otherRank .prize_rankDtoF dl dt h4 span {
	display: inline-block;
	background-color: #a3030e;
	color: #fff;
	font-size: 2rem;
	margin: 0 10px;
	padding: 1px 10px;
}
	@media screen and (max-width: 1024px) {
		.prize_box.otherRank .prize_rankDtoF dl dt h4 span {
			font-size: 1.6rem;
		}
	}
.prize_box.otherRank .prize_rankDtoF dl dd {
	font-size: 1.6rem;
	padding-top: 5px;
}
	@media screen and (max-width: 750px) {
		.prize_box.otherRank .prize_rankDtoF dl dd {
			padding-left: 56px;
			padding-top: 0;
		}
	}
.prize_box.otherRank .prize_rankDtoF dl dd b {
	font-size: 2.4rem;
	font-weight: bold;
}
	@media screen and (max-width: 750px) {
		.prize_box.otherRank .prize_rankDtoF dl dd b {
			font-size: 2rem;
		}
	}


.more {
	text-align: center;
	margin: 10px auto 50px;
}
	@media screen and (max-width: 768px) {
		.more {
			margin-top: 30px;
		}
		.more img {
			width: 80%;
		}
	}
	@media screen and (max-width: 750px) {
		.more {
			padding: 0 30px;
		}
	}
.more p {
	font-size: 3rem;
	line-height: 2;
	margin: 10px auto;
}
	@media screen and (max-width: 768px) {
		.more p {
			font-size: 2.4rem;
		}
		.more p .sp_view {
			display: none;
		}
	}
	@media screen and (max-width: 750px) {
		.more p {
			line-height: 1.4;
		}
		.more p .sp_view {
			display: inline;
		}
	}
.more p b {
	font-size: 4.8rem;
}
	@media screen and (max-width: 768px) {
		.more p b {
			font-weight: bold;
		}
	}
	@media screen and (max-width: 750px) {
		.more p b {
			font-size: 3.8rem;
			line-height: 2;
		}
	}
.more p span {
	background: linear-gradient(transparent 40%, #feef01 60%);
	font-size: 4rem;
	font-weight: bold;
	padding: 0 5px;
}
	@media screen and (max-width: 750px) {
		.more p span {
			font-size: 3.2rem;
		}
	}
.more p.text_btm {
	color: #c00;
	font-size: 3.6rem;
	font-weight: bold;
}
	@media screen and (max-width: 750px) {
		.more p.text_btm {
			font-size: 3rem;
		}
	}


.plus {
	margin-bottom: 60px;
}
	@media screen and (max-width: 768px) {
		.plus {
			margin: 0 25px 50px;
		}
	}
.plus .plus_box {
	 position: relative;
	 background: #f9e6e6;
	 margin-top: 60px;
	 padding: 30px;
}
	@media screen and (max-width: 768px) {
		.plus .plus_box {
			padding: 30px 20px;
		}
	}
.plus_box .plus_badge {
	 position: absolute;
	 top: -50px;
	 right: 5px;
}
	@media screen and (max-width: 1024px) {
		.plus_box .plus_badge {
			width: 110px;
		}
		.plus_box .plus_badge img {
			width: 100%;
		}
	}
	@media screen and (max-width: 768px) {
		.plus_box .plus_badge {
			top: -60px;
	 		right: -10px;
		}
	}
	@media screen and (max-width: 750px) {
		.plus_box .plus_badge {
			top: -70px;
			right: -15px;
			width: 90px;
		}
	}
.plus_box h3 {
	 background: none;
	 color: #371d12;
	 font-size: 3rem;
	 font-weight: bold;
	 text-align: left;
	 margin-bottom: 0;
}
	@media screen and (max-width: 750px) {
		.plus_box h3 {
			font-size: 2.2rem;
			line-height: 1.4;
		}
	}
.plus_box h3 strong {
	 display: inline-block;
	 background: #df141c;
	 color: #fff;
	 font-size: 2rem;
	 margin-right: 1rem;
	 padding: .3rem 1rem;
}
	@media screen and (max-width: 768px) {
		 .plus_box h3 strong {
			 display: block;
			 width: 16%;
			 text-align: center;
			 margin-bottom: 5px;
		}
	}
	@media screen and (max-width: 750px) {
		 .plus_box h3 strong {
			 width: 30%;
			 font-size: 1.5rem;
		}
	}
.plus_lead {
	display: flex;
	align-items: center;
}
	@media screen and (max-width: 768px) {
		 .plus_lead {
			 display: block;
		}
	}
.plus_lead h3 {
	margin-right: 5rem;
}
	@media screen and (max-width: 768px) {
		.plus_lead h3 {
			 margin-bottom: 10px;
		}
		.plus_lead h3 .sp_view {
			 display: none;
		}
	}
	@media screen and (max-width: 750px) {
		 .plus_lead h3 .sp_view {
			 display: inline;
		}
	}
.plus_lead a {
	font-size: 2rem;
	text-decoration: underline;
}
	@media screen and (max-width: 768px) {
		 .plus_lead a {
			 margin-top: 10px;
		}
	}
	@media screen and (max-width: 750px) {
		 .plus_lead a {
			 font-size: 1.6rem;
		}
	}
.plus_lead a:hover {
	color: #333;
	opacity: .7;
	transition: .5s all;
}
.plus_lead a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #b30108;
	border-right: 0;
	margin-right: 5px;
}
.plus_box img {
	display: inline-block;
	width: 96%;
	margin: 30px 2% 20px;
}
	@media screen and (max-width: 750px) {
		.plus_box img {
			 margin-bottom: 0;
		}
	}
.plus_box .plus_txt ul {
	margin-top: 30px;
	margin-left: 1.5rem;
}
.plus_box .plus_txt ul li {
	font-size: 1.8rem;
	text-indent: -1.75rem;
	margin-bottom: 5px;
}
	@media screen and (max-width: 1024px) {
		.plus_box .plus_txt ul li {
			font-size: 1.6rem;
		}
	}
.plus_box .plus_txt ul li span {
	color: #c00;
}
.plus_box p {
	margin-top: 30px;
}


.prize2_txt {
	text-align: center;
}
.prize2_txt p {
	color: #3f050b;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
	@media screen and (max-width: 768px) {
		.prize2_txt p {
			font-size: 2.4rem;
		}
		.prize2_txt p .sp_view {
			display: none;
		}
	}
	@media screen and (max-width: 750px) {
		.prize2_txt p {
			font-size: 2rem;
		}
		.prize2_txt p .sp_view {
			display: inline;
		}
	}
.prize2_txt b {
	color: #df141c;
	font-size: 3.6rem;
}
	@media screen and (max-width: 750px) {
		.prize2_txt b {
			font-size: 3rem;
		}
	}
.prize2_txt a {
	display: block;
	background: #df141c;
	width: 90%;
	max-width: 540px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 2.4;
	border-radius: 40px;
	margin: 40px auto 10px;
}
.prize2_txt a:hover {
	opacity: .7;
	transition: .5s all;
}
.prize2_txt .prize2_btm {
	color: #000;
	font-size: 1.8rem;
}
	@media screen and (max-width: 750px) {
		.prize2_txt .prize2_btm {
			font-size: 1.5rem;
		}
	}


@media screen and (max-width: 750px) {
	.period2 {
		padding-bottom: 20px;
	}
	.period2 .inner_wrap {
		padding-bottom: 20px;
	}
}
.period2 .period_lead {
	width: 74%;
	max-width: 576px;
	margin: 0 auto;
	padding: 150px 0 20px;
}
	@media screen and (max-width: 1024px) {
		.period2 .period_lead {
			padding-top: 50px;
		}
		.period2 .period_lead_txt p {
			font-size: 2.6rem;
		}
	}
	@media screen and (max-width: 768px) {
		.period2 .period_lead {
			padding-top: 0;
		}
		.period2 .period_lead_txt p b {
			display: inline-block;
			font-size: 3.2rem;
			padding-top: 10px;
		}
		.period2 .period_lead_txt p .sp_view {
			display: none;
		}
	}
	@media screen and (max-width: 750px) {
		.period2 .period_lead_txt p {
			font-size: 2rem;
		}
		.period2 .period_lead_txt p b {
			font-size: 2.4rem;
		}
		.period2 .period_lead_txt p .sp_view {
			display: inline;
		}
	}
.period2 .period_lead img {
	width: 100%;
}
.period2 .prize2_rule {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 86%;
	max-width: 800px;
	margin: 0 auto 30px;
}
.period2 .prize2_rule p {
	width: 40%;
	color: #c00;
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	border: 5px dashed #c00;
	border-radius: 30px;
	padding: 30px 10px;
}
	@media screen and (max-width: 1024px) {
		.period2 .prize2_rule p {
			font-size: 3rem;
		}
	}
	@media screen and (max-width: 750px) {
		.period2 .prize2_rule p {
			width: 43%;
			font-size: 1.6rem;
			border: 3px dashed #c00;
			padding: 30px 5px;
		}
	}
.period2 .prize2_rule p small {
	font-size: 3rem;
}
	@media screen and (max-width: 768px) {
		.period2 .prize2_rule p small {
			font-size: 2.2rem;
		}
	}
	@media screen and (max-width: 750px) {
		.period2 .prize2_rule p small {
			font-size: 1.2rem;
		}
	}
.period2 .prize2_rule p b {
	font-size: 7rem;
}
	@media screen and (max-width: 1024px) {
		.period2 .prize2_rule p b {
			font-size: 5.2rem;
		}
	}
	@media screen and (max-width: 750px) {
		.period2 .prize2_rule p b {
			font-size: 3rem;
		}
	}
.period2 .prize2_rule div {
	width: 14%;
	padding: 0 30px;
}
	@media screen and (max-width: 750px) {
		.period2 .prize2_rule div {
			width: 10%;
			padding: 0 5px;
		}
		.period2 .prize2_rule div img {
			width: 100%;
		}
	}
.period2 ul.period2_notice {
	width: 86%;
	max-width: 800px;
	margin: 0 auto;
}
	@media screen and (max-width: 1024px) {
		.period2 ul.period2_notice {
			width: 94%;
		}
	}
	@media screen and (max-width: 768px) {
		.period2 ul.period2_notice {
			width: 84%;
			margin-top: 50px;
		}
	}
.period2 ul.period2_notice li {
	text-indent: -2rem;
	margin-bottom: 5px;
}
	@media screen and (max-width: 768px) {
		.period2 ul.period2_notice li {
			font-size: 1.6rem;
			text-indent: -1.5rem;
		}
	}
.period2 ul.period2_notice li a {
	color: #c00;
	text-decoration: underline;
}
.period2 ul.period2_notice li a:hover {
	opacity: .7;
	transition: .5s all;
}
.period2 .period_step_box a:hover {
	opacity: .7;
	transition: .5s all;
}
.period2 .period_step_box a img {
	width: 96%;
	margin-bottom: 10px;
}
.period2 .period_step_box p {
	margin-right: 30px;
}
	@media screen and (max-width: 750px) {
		.period2 .period_step_box p {
			margin-right: 0;
		}
	}
.period2 .period_step_box p b {
	font-size: 2.2rem;
	font-weight: bold;
}
.period_step_btn {
	text-align: center;
}
	@media screen and (max-width: 768px) {
		.period_step_btn {
			text-align: center;
		}
	}
.period_step_btn a {
	display: block;
	background: #df141c;
	width: 90%;
	max-width: 540px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 2.4;
	border-radius: 40px;
	margin: 40px auto 10px;
}
	@media screen and (max-width: 1024px) {
		.period_step_btn a {
			max-width: auto;
			text-align: center;
			margin: 40px auto 10px;
		}
	}
	@media screen and (max-width: 750px) {
		.period_step_btn a {
			font-size: 1.8rem;
			line-height: 3.4;
			white-space: nowrap;
			margin-top: 20px;
		}
	}
.period_step_btn a:hover {
	opacity: .7;
	transition: .5s all;
}
.period_step_btn p {
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
}
	@media screen and (max-width: 750px) {
		.period_step_btn p {
			font-size: 1.4rem;
			font-weight: normal;
			text-indent: 0;
		}
	}
.period2 .period_step_box ul {
	margin: 0 30px 0 2rem;
}
	@media screen and (max-width: 750px) {
		.period2 .period_step_box ul {
			margin: 0 0 0 2rem;
		}
	}
.period2 .period_step_box ul li {
	text-indent: -2rem;
}
	@media screen and (max-width: 750px) {
		.period .period_step_box ul li {
			font-size: 1.6rem;
			text-indent: -1.5rem;
		}
	}
.period2 .period_step_wrap {
	margin-bottom: 10px;
}
	@media screen and (max-width: 768px) {
		.period2 .period_step_wrap {
			margin-bottom: 50px;
		}
	}


.service .inner_wrap {
	width: 90%;
	max-width: 900px;
	margin: 100px auto;
}
	@media screen and (max-width: 750px) {
		.service .inner_wrap {
			margin: 60px auto;
		}
	}
.service .inner_wrap h2 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
	@media screen and (max-width: 750px) {
		.service .inner_wrap h2 {
			font-size: 2.4rem;
		}
	}
.service .service_box {
	border: 1px solid #999;
	border-radius: 30px;
	margin-top: 50px;
}
	@media screen and (max-width: 750px) {
		.service .service_box {
			margin-top: 30px;
		}
	}
.service .service_box h3 {
	background: url(../img/period_h3_bg.png) no-repeat 0 0;
	background-size: cover;
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	line-height: 2.4;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
	@media screen and (max-width: 750px) {
		.service .service_box h3 {
			font-size: 2rem;
			line-height: 3;
		}
	}
.service .service_box ul {
	margin: 30px 50px;
}
	@media screen and (max-width: 750px) {
		.service .service_box ul {
			margin: 30px 20px;
			padding-left: 1.5rem;
		}
	}
.service .service_box ul li {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
	@media screen and (max-width: 750px) {
		.service .service_box ul li {
			font-size: 1.6rem;
			text-indent: -1.5rem;
		}
	}
.service .service_box .service_innerbox {
	background: #eaeaea;
	margin: 0 40px 30px;
	padding: 20px 30px 10px;
}
	@media screen and (max-width: 750px) {
		.service .service_box .service_innerbox {
			margin: 0 20px 30px;
			padding: 20px 20px 10px;
		}
	}
.service .service_box .service_innerbox p {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
	@media screen and (max-width: 750px) {
		.service .service_box .service_innerbox p {
			font-size: 1.5rem;
		}
	}
.service .service_box .service_innerbox ul {
	background: #eaeaea;
	margin: 0 0 10px;
	padding: 0;
	padding-left: 2rem;
}
.service .service_box .service_innerbox ul li {
	margin-bottom: 5px;
}
	@media screen and (max-width: 768px) {
		.service .service_box .service_innerbox ul li {
			text-indent: -2rem;
		}
	}


.rule {
	background: #76020d;
	padding: 70px 0;
}
	@media screen and (max-width: 1024px) {
		.rule {
			padding-bottom: 20px;
		}
	}
.rule .inner_wrap {	
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
	@media screen and (max-width: 750px) {
		.rule .inner_wrap {
			max-width: 90%;
		}
	}
.rule .inner_wrap h2 {	
	color: #fff;
	text-align: center;
}
.rule_list {
	background: #fff;
	width: 90%;
	max-width: 900px;
	font-size: 1.8rem;
	border-radius: 30px;
	margin: 30px 30px 70px;
	margin-left: calc(30px + 4rem);
	padding: 50px;
}
	@media screen and (max-width: 768px) {
		.rule_list {
			max-width: 100%;
			margin: 30px auto 70px;
			padding: 30px;
		}
	}
.rule_list ul li {
	text-indent: -1.8rem;
	margin-bottom: 10px;
}
	@media screen and (max-width: 750px) {
		.rule_list ul li  {
			font-size: 1.5rem;
			text-indent: -1.5rem;
		}
	}
.rule_list ul li span {
	color: #c00;
}
@media screen and (max-width: 750px) {
	.rule_list p  {
		font-size: 1.5rem;
	}
}
.rule_list p a {
	color: #c00;
	text-decoration: underline;
}
.rule_list p a:hover {
	opacity: .7;
	transition: .5s all;
}
.rule .date {
	color: #fff;
	text-align: right;
	font-size: 1.4rem;
	padding-right: 3rem;
}


footer {
	background: url("../img/footer_bg.jpg") repeat-y 0 0;
	width: 100%;
}
footer .inner_wrap {
	width: 90%;
	max-width: 700px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 auto;
	padding: 70px 0;
}
	@media screen and (max-width: 750px) {
		footer .inner_wrap {
			padding: 70px 0 100px;
		}
	}
footer h2 {
	font-size: 2.2rem;
	margin: 0 auto 20px;
}
	@media screen and (max-width: 750px) {
		footer h2 {
			font-size: 2rem;
		}
	}
footer a {
	color: #fff;
}
footer p {
	margin-bottom: 5px;
}
footer .footer_s-text {
	font-size: 1.6rem;	
	font-weight: normal;
	margin: 20px auto 30px;
}
	@media screen and (max-width: 750px) {
		footer .footer_s-text {
			font-size: 1.4rem;
		}
	}
footer .address {
	font-size: 1.6rem;
	margin-bottom: 50px;
}
footer .footer_copyright {
	font-size: 1.4rem;
}
	@media screen and (max-width: 750px) {
		footer .footer_copyright {
			font-size: 1.2rem;
		}
	}