@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@700&display=swap');

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */


/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
	min-width: 950px;
}
#main p,
#main h2,
#main h3,
#main h4,
dt, dd {
	padding: 0;
	color: #221815;
}
h1,h2,h3 {
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

/* ==

　02. モジュール

=============================================================================== */
#main {
	width: auto;
	min-width: 950px;
	padding-top: 0;
	padding-bottom: 50px;
	overflow: hidden;
}
#main * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* メインビジュアル
------------------------------------------------------------------------------- */
.cpMain {
	position: relative;
}
.cpMain_lead {
	width: 100%;
	background-color: #E60012;
	text-align: center;
	padding: 6px 0 7px;
}
#main .cpMain_lead p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.cpMain_in {
	display: flex;
	flex-direction: row-reverse;
}
.cpMain_logo {
	width: 55.0458716%;
}
.cpMain_txt {
	position: relative;
	width: 44.9541284%;
	background: url(../images/mv_bg.jpg) no-repeat 0 0;
	background-size: cover;
}
.cpMain_txt .cpMain_tit {
	width: 86.4%;
	margin: 6.5% auto 5%;
}
.cpMain_txt .cpMain_invite {
	width: 88.7755102%;
	margin: 0 auto 3%;
}
.cpMain_txt .cpMain_date {
	width: 67.6691729%;
	margin: 0 auto;
}
.cpMain img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1150px) {
	#main .cpMain_lead p {
		font-size: 15px;
	}
}

/* コピーライト
------------------------------------------------------------------------------- */
.cpCopy {
	padding: 17px 10px 38px;
	background-color: #162B75;
}
#main .cpCopy p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	opacity: 0.6;
	line-height: 1.5;
}
.cpContent {
	background: url(../images/bg_star.png) repeat 0 0;
	background-size: 50px 45px;
}

/* アンカーナビ
------------------------------------------------------------------------------- */
.cpNav {
	position: relative;
	text-align: center;
	padding: 0 20px;
}
.cpNav::before {
	content: "";
	width: 100%;
	height: 45px;
	background-color: #162B75;
	position: absolute;
	top: 0;
	left: 0;
}
.cpNav ul {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
}
.cpNav li {
	width: 32.1428571%;
}
.cpNav li a {
	position: relative;
	display: block;
	padding: 30px 0;
	color: #222222;
	text-decoration: none;
	line-height: 1;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 28px;	
	font-weight: 900;
	background-color: #fff;
	box-shadow: 0px 8px 20px rgba(25, 29, 33, 0.16);
}
.cpNav li a span {
	position: relative;
	padding-left: 45px;
}
.cpNav li a span::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(../images/ico_arrow01.png) no-repeat center center;
	background-size: 28px;
	margin-right: 10px;
}
.cpNav li a:hover span {
	text-decoration: underline;
}

/* 見出し
------------------------------------------------------------------------------- */
#main .cpTit01 {
	position: relative;
	display: inline-block;
	color: #222222;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	font-size: 48px;
	margin: 0 auto 30px;
	padding-top: 40px;
	line-height: 1.4;
	width: 300px;
	height: 155px;
}
#main .cpTit01 span {
	display: block;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: .24em;
}

/* ブロック
------------------------------------------------------------------------------- */
.cpDetail {
	padding: 90px 20px 0;
}
.cpDetail .cpDetail_in {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
}
.cpDetail_item {
	position: relative;
	padding: 0 0 60px;
	text-align: center;
	background: #fff;
	outline: 10px solid #FFED2B;
	outline-offset: -10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.24);
}
.cpDetail_tit {
	position: absolute;
	top: -70px;
	left: calc(50% - 150px);
	z-index: 1;
}
#main .cpDetail_tit p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

/* 招待内容
------------------------------------------------------------------------------- */
.cpInvitation_lead {
	position: relative;
	text-align: center;
	padding: 80px 0 60px;
}
.cpInvitation_lead .cpQuiz_question {
	position: relative;
	padding: 50px 50px 30px;
	background-color: #FFFFFF;
}
.cpInvitation_lead_col {
	position: relative;
	/* max-width: 800px; */
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpInvitation_lead_img {
	width: 240px;
}
.cpInvitation_lead_txt {
	position: relative;
	/* width: 550px; */
	text-align: center;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	
}
#main .cpInvitation_lead_txt p {

}
#main .cpInvitation_lead_txt h3 {
	font-size: 32px;
	color: #075EB0;
	letter-spacing: -0.05em;
	line-height: 1.3125;
	font-weight: 900;
}
#main .cpInvitation_lead_txt h3 .underline {
	font-size: 38px;
	font-weight: 700;
	color: #075EB0;
	line-height: 1.3125;
	letter-spacing: -0.05em;
	position: relative;
}
#main .cpInvitation_lead_txt h3 .underline::before {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FFED2B;
	z-index: 0;
}
#main .cpInvitation_lead_txt h3 .underline span.oxanium {
    display: inline-block;
	margin: 0 5px;
	font-size: 60px;
	font-family: "Oxanium", sans-serif;
	font-weight: 700;
	line-height: 1;
    transform: translateY(3px);
	letter-spacing: -0.02em;
}
#main .cpInvitation_lead_txt h3 .underline span {
	position: relative;
	z-index: 1;
}

#main .cpInvitation_lead_pop {
	position: absolute;
	top: -145px;
	left: -40px;
}
#main .cpInvitation_lead_pop img {
	filter: drop-shadow(4px 6px 0 rgba(239, 216, 52, 1));
}

/* 招待内容 詳細
------------------------------------------------------------------------------- */
.cpInvitation_detail {
	position: relative;
	background-color: #E60012;
	margin: 0 10px;
	padding: 40px 20px 50px;
}
.cpInvitation_detail::before,
.cpInvitation_detail::after {
	content: "";
	width: 100%;
	height: 10px;
	display: block;
	background: url(../images/line_snw.png) repeat-x 0 0;
	background-size: 20px 10px;
	position: absolute;
	top: -10px;
	left: 0;
}
.cpInvitation_detail::after {
	top: auto;
	bottom: -10px;
	transform: scale(1, -1);
}
.cpInvitation_detail_col {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cpInvitation_detail_col .cpInvitation_detail_img {
	max-width: 520px;
	width: 52%;
}
.cpInvitation_detail_col .cpInvitation_detail_img img {
	width: 100%;
	height: auto;
	box-shadow: 15px 15px 0 rgba(199, 0, 17, 1);
}
.cpInvitation_detail_col .cpInvitation_detail_txt {
	max-width: 420px;
	width: 42%;
	text-align: left;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dt {
	border-bottom: dotted 3px #fff;
	color: #fff;
	font-size: 16px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	padding-bottom: 5px;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd {
	color: #fff;
	font-size: 20px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	margin-bottom: 15px;
	line-height: 1;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd:last-child {
	margin-bottom: 0;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd.invitation {
	margin-top: -5px;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd.invitation > span {
	margin-left: 10px;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd .apply {
	margin-top: 15px;
	display: inline-block;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd .note {
	display: block;
	font-size: 14px;
	font-weight: 100;
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd .fsM {
	font-size: 30px;
}
#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd .fsL {
	font-size: 44px;
}
@media screen and (max-width: 1160px) {
	.cpInvitation_lead_img img {
		width: auto;
	}
	#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd .fsM {
		font-size: 26px;
	}
	#main .cpInvitation_detail_col .cpInvitation_detail_txt dl dd .fsL {
		font-size: 36px;
	}
}
/* クイズ
------------------------------------------------------------------------------- */
.cpQuiz {
	margin-bottom: 80px;
	padding-top: 100px;
}
.cpQuiz .cpQuiz_in {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
.cpQuiz .cpQuiz_in h3 {
	position: relative;
	font-size: 24px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	margin-bottom: 40px;
	line-height: 1;
}
.cpQuiz .cpQuiz_in h3::before,
.cpQuiz .cpQuiz_in h3::after {
	content: "";
	display: block;
	max-width: 430px;
	width: 100%;
	aspect-ratio: 580 / 39;
	background: url(../images/line_quiz.png) repeat-x 0 0;
	background-size: 290px 19px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpQuiz .cpQuiz_in h3::after {
	left: auto;
	right: 0;
}
#main .cpQuiz .cpQuiz_in h3 + p {
	font-size: 26px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	margin-bottom: 30px;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
.cpQuiz .cpQuiz_question {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 45px;
	max-width: 980px;
}
.cpQuiz .cpQuiz_question::after {
	content: "";
	display: block;
	width: 100%;
	height: 19px;
	background: url(../images/line_quiz.png) repeat-x 0 0;
	background-size: 290px 19px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#main .cpQuiz_answer {
	font-size: 36px;
	max-width: 720px;
	margin: 0 auto;
	color: #0368D9;
	font-weight: 900;
	letter-spacing: -0.05em;
}
#main .cpQuiz_answer li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-family: "M PLUS 1p", sans-serif;
	border-radius: 10px;
	background-color: #EBF5FF;
	min-height: 80px;
	overflow: hidden;
}
#main .cpQuiz_answer li::before {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background-color: #0368D9;
	margin-right: 30px;
	color: #fff;
	text-align: center;
	font-family: "Oxanium", sans-serif;
	font-weight: 700;
	font-size: 40px;
}
#main .cpQuiz_answer li:nth-child(1)::before {
	content: "1";
}
#main .cpQuiz_answer li:nth-child(2)::before {
	content: "2";
}
#main .cpQuiz_answer li:nth-child(3)::before {
	content: "3";
}

@media screen and (max-width: 1160px) {
	#main .cpQuiz .cpQuiz_in h3 + p {
		font-size: 24px;
	}
}
@media screen and (max-width: 1160px) {
	.cpQuiz .cpQuiz_in h3::before,
	.cpQuiz .cpQuiz_in h3::after {
		width: 400px;
		aspect-ratio: 400 / 20;
	}
	.cpQuiz .cpQuiz_in h3::before {
		left: 30px;
	}
	.cpQuiz .cpQuiz_in h3::after {
		right: 30px;
	}
	.cpQuiz .cpQuiz_question::after {
		width: 930px;
		left: 30px;
	}
}
@media screen and (max-width: 1060px) {
	#main .cpInvitation_lead_pop {
		left: 0;
	}
	.cpQuiz .cpQuiz_in h3::before,
	.cpQuiz .cpQuiz_in h3::after {
		width: 350px;
		aspect-ratio: 350 / 20;
	}
	.cpQuiz .cpQuiz_in h3::before {
		left: 70px;
	}
	.cpQuiz .cpQuiz_in h3::after {
		right: 70px;
	}
	.cpQuiz .cpQuiz_question::after {
		width: 840px;
		left: calc(50% - 420px);
	}
}
/* 応募規約
------------------------------------------------------------------------------- */
.cpOverview {
	padding: 0;
}
.cpOverview_in {
	background: #fff;
	text-align: left;
	margin-bottom: 0;
	padding: 80px 20px;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	background-color: #0368D9;
}
#main .cpOverview_tit {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
}
#main .cpOverview_tit + p {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
}
.cpOverview_rules {
	background-color: #0054C2;
	max-width: 1120px;
	margin: 40px auto 0;
	padding: 40px 60px;
}
#main .cpOverview_list > dt {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 14px;
}
#main .cpOverview_list > dt::before {
	content: "●";
	display: inline-block;
	color: #FFF;
	margin-right: 5px;
}
#main .cpOverview_list p,
#main .cpOverview_list dt,
#main .cpOverview_list dd ul {
	color: #FFF;
}
.cpOverview_list > dd {
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	line-height: 1.46;
}
.cpOverview_list > dd:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#main .cpOverview_list > dd p {
	font-size: 15px;
}
#main .cpOverview_list > dd p + p {
	margin-top: 10px;
}
#main .cpOverview_list > dd ul {
	margin: .8em 0 0;
	font-size: 15px;
}
#main .cpOverview_list > dd ul + p {
	margin-top: 20px;
}
.cpOverview_list > dd ul > li {
	list-style: disc;
	line-height: 1.4;
	margin-left: 1.5em;
	margin-bottom: .8em;
}
.cpOverview_list > dd ul > li:last-child {
	margin-bottom: 0;
}

/* ボタン
------------------------------------------------------------------------------- */
.cpBtn01 {
	position: relative;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	width: 380px;
	display: block;
	color: #0368D9;
	background-color: #FFF;
	border-radius: 40px;
	border: 4px solid #0368D9;
	margin: 20px auto 0;
	padding: 14px 10px;
	font-size: 24px;
	text-decoration: none;
	opacity: 1;
	transition: opacity .2s;
	text-align: center;
	line-height: 1;
}
.cpBtn01::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 3px solid;
	border-color: #0368D9 #0368D9 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: calc(50% - 7px);
	border-radius: 4px 0 4px;
}
.cpBtn01-v1 {
    width: 640px;
    margin-top: 50px;
    padding: 25px 8px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #E60012;
    border: 6px solid #E60012;
}
.cpBtn01-v1::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 4px solid;
	border-color: #E60012 #E60012 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 35px;
	top: calc(50% - 10px);
	border-radius: 6px 0 6px;
}
.cpBtn01:hover {
  text-decoration: underline;
}
.cpBtn01[target=_blank]::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 10px;
	background: url(../images/ico_blank1.png) left top no-repeat;
	background-size: 16px;
	vertical-align: middle;
}
.cpBtn01-v1[target=_blank]::after {
	background: url(../images/ico_blank2.png) left top no-repeat;
	background-size: 16px;
}

/* ソーシャル上部設置
------------------------------------------------------------------------------- */
#socialAreaC {
	position: absolute;
	top: -1px;
	right: 0;
	overflow: hidden;
}
#socialAreaC ul {
	float: right;
}
#socialAreaC li {
	float: left;
	line-height: 1;
	margin-right: 11px;
	vertical-align: top;
}
#socialAreaC li a {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#socialAreaC .twitter {
	width: 88px;
	height: 20px;
	overflow: hidden;
}

/* エフェクト
------------------------------------------------------------------------------- */
#starContainer {
	position: relative;
	overflow: hidden;
}

/* キャンペーン終了 */
#main .cpEndText {
	max-width: 1000px;
	width: 100%;
	margin: 30px auto 0;
	padding: 0 10px;
}
#main .cpEndText p {
	line-height: 1.5;
	padding: 20px 10px;
	border: 4px solid #fa0046;
	color: #fa0046;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	background-color: #fff;
}