@charset "utf-8";

/* == reset == */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



html { font-size:100%;}
body { font-size:16px; background:#fff; font-family: "Noto Sans JP", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; line-height:1.6; letter-spacing: 0; color:#000;}
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, form, fieldset, blockquote, table, thead, tbody, tfoot, tr, td, th { margin:0; padding:0;}
th, td, table, input, button, select, textarea {
	font-size:1rem;
	font-weight:normal;
	font-style:normal;
	padding:0;
	margin:0;
}
table {
	width:100%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
}
img, input, button, select, textarea {
	vertical-align:middle;
}
ul, ol {
	list-style:none;
}
/*
a {
	color:#333;	
	text-decoration:underline;
	opacity:1;
	transition:0.3s;
}
*/

a:hover {
	outline:none;
	text-decoration:none;
	opacity:0.6;
	transition:0.3s;
}
body * {
    box-sizing: border-box;
    word-wrap: break-word;
}
img,video {
	border:0;
	max-width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	img{
		width: 100%;
	}
}
/* == / reset == */

/* == layout == */
.ui_screen{
	display: block;
}
.pcNone {
	display:none;
}
.ui_db{
	display: block;
}
.ui_dib{
	display: inline-block;
}
.ui_df{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.ui_jc{
	justify-content: center !important;
}
.ui_aic{
	align-items: center;
}
.ui_aife{
	align-items: flex-end;
}
.ui_aifs{
	align-items: flex-end;
}
.ui_wide{
	max-width:980px;
	width: 100%;
	margin:0 auto;
}
.ui_wide_s{
	max-width:900px;
	width: 100%;
	margin:0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.ui_wide,.ui_wide_s{
		width:auto;
		margin: 0 15px;
	}
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.spNone {
		display:none!important;
	}
	.pcNone {
		display:block!important;
	}
	.ui_screen{
		display: inline;
	}
	.ui_df{
		display: block;
	}
	.ui_df_sp{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.ui_wide,.ui_wide_s{
		width:92vw;
		/* margin:0 4vw; */
		margin: 0 auto;
	}
}
/* == / layout == */

/* == / margin == */
.ui_mt0{
	margin-top: 0 !important;
}
[class *= "ui_mb_"]{
	padding-bottom: 0.1px;
}
.ui_mb0{
	margin-bottom: 0 !important;
}
.ui_mb5{
	margin-bottom: 5px !important;
}
.ui_mb10{
	margin-bottom: 10px !important;
}
.ui_mb15{
	margin-bottom: 15px !important;
}
.ui_mb20{
	margin-bottom: 20px !important;
}
.ui_mb25{
	margin-bottom: 25px !important;
}
.ui_mb30{
	margin-bottom: 30px !important;
}
.ui_mb40{
	margin-bottom: 40px !important;
}
.ui_mb50{
	margin-bottom: 50px !important;
}
.ui_mb70{
	margin-bottom: 70px !important;
}
.ui_mb80{
	margin-bottom: 80px !important;
}
.ui_mb90{
	margin-bottom: 90px !important;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.ui_mt0sp{
		margin-top: 0 !important;
	}
	.ui_mb0sp{
		margin-bottom: 0 !important;
	}
	.ui_mb5sp{
		margin-bottom: 5px !important;
	}
	.ui_mb10sp{
		margin-bottom: 10px !important;
	}
	.ui_mb15sp{
		margin-bottom: 15px !important;
	}
	.ui_mb20sp{
		margin-bottom: 20px !important;
	}
	.ui_mb25sp{
		margin-bottom: 25px !important;
	}
	.ui_mb30sp{
		margin-bottom: 30px !important;
	}
	.ui_mb40sp{
		margin-bottom: 40px !important;
	}
	.ui_mb50sp{
		margin-bottom: 50px !important;
	}
}
/* == / margin == */

/* == / font == */
.ui_font_n{
	font-weight: normal;
}
.ui_font_b{
	font-weight: bold;
}
.ui_font_al{
	text-align: left!important;
}
.ui_font_ar{
	text-align: right!important;
}
.ui_font_ac{
	text-align: center!important;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	
}
/* == / font == */


.ui_fade,.ui_fade_i{
	transition: all 1000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}
.ui_fadein{
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}

@media screen and (min-width:768px) {
	.ui_bnr_wp{
		padding-top: 32px;
		overflow: hidden;
		text-align: center;
	}
	.ui_bnr{
		position: relative;
		left: 50%;
		top: 0;
		width: 1920px;
		transform: translateX(-50%);
	}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.ui_bnr{
		width: 160vw;
	}
}

.ui_logo{
	position: relative;
	z-index: 1000;
	width: 55px;
}
.ui_menu_wp .ui_wide{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ui_menu_wp{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-weight: 500;
	font-size: 15px;
}
.ui_menu{
	transition: 0.6s cubic-bezier(0.25,0.1,0.25,1);
}
.ui_menu_list{
	display: flex;
}
.ui_menu_list>li{
	margin-left: 65px;
	position: relative;
}
.ui_menu_list>li>a,.ui_menu_list>li>span{
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
}
.ui_menu_btn{
	display: none;
	position: fixed;
	right: 4vw;
	top: 16px;
	z-index: 99;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 3px;
}
.ui_menu_btn span{
	width: 22px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: calc(50% - 11px);
    transition: all 0.3s ease;
    opacity: 1;
}
.ui_menu_btn span:nth-child(1){
	top: 6px;
}
.ui_menu_btn span:nth-child(2){
	top: 14px;
}
.ui_menu_btn span:nth-child(3){
	top: 22px;
}
.is_open.ui_menu_wp .ui_menu{
	z-index: 98;
	opacity: 1;
	top: 0;
	right: 0;
	transition: 0.6s cubic-bezier(0.25,0.1,0.25,1);
	pointer-events: auto;
}
.is_open .ui_menu_btn span:nth-child(1) {
	top: 14px;
	transform: rotate(45deg);
}
.is_open .ui_menu_btn span:nth-child(2) {
	opacity: 0;
}
.is_open .ui_menu_btn span:nth-child(3) {
	top: 14px;
	transform: rotate(-45deg);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.ui_menu_wp{
		height: 62px;
	}
	.ui_menu_wp .ui_wide{
		width: 100%;
	}
	.ui_menu_head{
		position: relative;
		z-index: 999;
		padding-left: 4vw;
		width: 100%;
		height: 62px;
		display: flex;
		align-items: center;
		background: #fff;
	}
	.ui_menu_logo{
		position: fixed;
		z-index: 99;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
		background: #000;
		display: flex;
		align-items: center;
	}
	.ui_menu_btn{
		display: block;
		z-index: 1000;
	}
	.ui_menu{
		margin: 0!important;
		width: 100vw!important;
		height: calc(100vh + 80px);
		overflow: auto;
		padding: 100px 5vw 30px;
		position: fixed;
		left: 0;
		top: 0;		
		background: #eaebf0;
		opacity: 0;
		z-index: -1;
		text-align: center;
		pointer-events: none;
	}
	.ui_menu_list{
		display: block;
	}
	.ui_menu_list li{
		margin: 0;
		border-bottom: 1px solid currentColor;
	}
	.ui_menu_list li:first-child{
		border-top: 1px solid currentColor;
	}
	.ui_menu_list li a{
		padding: 4.5vw 0;
		font-size: 4.66vw;
		text-align: center;
		color: #000;
	}
	
}

.ui_follow{
	position: fixed;
	z-index: 99;
	right: 5vw;
	bottom: 40px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
.ui_follow.is_on{
	opacity: 1;
	pointer-events: auto;
}
.campaign_follow_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 340px;
	height: 80px;
	border: 3px solid #fff156;
	border-radius: 40px;
	background: #d71918;
	box-shadow: 0 5px 5px rgba(85,64,0,0.1);
	color: #fff156;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
	font-size: 20px;
	letter-spacing: 0;
	padding: 0 30px 0 40px;
}
.campaign_follow_btn::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	margin-top: 2px;
	width: 9px;
	height: 9px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.campaign_follow_btn span{
	display: inline-block;
	position: relative;
}
.campaign_follow_btn span::before{
	content: "";
	position: absolute;
	top: -7px;
	left: -37px;
	width: 22px;
	height: 30px;
	background: url(../images/btn_star01.png) no-repeat;
	background-size: 100% 100%;
}
.campaign_follow_btn span::after{
	content: "";
	position: absolute;
	top: 10px;
	right: -53px;
	width: 22px;
	height: 30px;
	background: url(../images/btn_star02.png) no-repeat;
	background-size: 100% 100%;
}


.ui_menu .ok_btn_org{
	display: none;
}
#footer{
	background: #0c2c84;
	padding: 60px 0 20px;
	color: #fff;
}
#footer ul li a{
	color: #fff;
	text-decoration: none;
}
#footer ul {
	margin-bottom: 75px;
}
#footer p{
	text-align: center;
	font-size: 0.875rem;
}
.camp_time{
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eaebf0;
	color: #0c2c84;
}
.camp_time_tit{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding: 5px 20px;
	margin-right: 20px;
	border-radius: 10px;
	background: #fff;
	font-size: 20px;
}
.camp_time_text h3{
	margin-top: -2px;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 800;
}
.camp_time_text>p{
	font-size: 12px;
}
.camp_top_line{
	margin-left: 10px;
	position: relative;
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.3;
	color: #003a8f;
	display: flex;
	justify-content: center;
}
.camp_top_line p{
	position: relative;
	z-index: 2;
}
.camp_top_line::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 12px;
	background: #fff500;
}
.camp_top_link{
	text-align: center;
	line-height: 1.9;
	margin-bottom: 20px;
}
.camp_top_link a{
	margin-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid currentColor;
	text-decoration: none;
}
.camp_btn{
	max-width: 680px;
	height: 135px;
	margin: 0 auto 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d71918;
	color: #fff156;
	border-radius: 68px;
	box-shadow: 0 6px 2px #c89e9e;
	font-size: 2.1875rem;
	text-decoration: none;
	border: 5px solid #fff156;
}
.camp_btn span {
	display: inline-block;
	position: relative;
}
.camp_btn span::before{
	content: "";
	position: absolute;
	top: -12px;
	left: -110px;
	width: 43px;
	height: 58px;
	background: url(../images/btn_star01.png) no-repeat;
	background-size: 100% 100%;
}
.camp_btn span::after{
	content: "";
	position: absolute;
	top: 15px;
	right: -150px;
	width: 43px;
	height: 60px;
	background: url(../images/btn_star02.png) no-repeat;
	background-size: 100% 100%;
}
.camp_btn::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
	margin-top: 4px;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.camp_btn_out::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 4px;
	width: 25px;
	height: 22px;
	background: url(../images/icon_outlink2.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.camp_blue02{
	padding: 100px 20px;
	background: #f2f9fd;
}
.camp_secc_tit01{
	font-size: 3.13rem;
	text-align: center;
	color: #0c2c84;
	font-weight: bold;
	margin-bottom: 20px;
}
.camp_secc_linebx{
	border: 2px #0c2c84 solid;
	padding: 50px 40px 70px;
	border-radius: 15px;
	margin-bottom: 30px;
	background: #fff;
}
.camp_secc_box01{
	background: #e9ebf0;
	border-radius: 10px;
	padding: 40px;
	text-align: center;
	margin-bottom: 50px;
}
.camp_secc_tit02{
	font-size: 2.8rem;
	font-weight: bold;
	color: #0c2c84;
	line-height: 1.4;
	margin-bottom: 10px;
}
.camp_secc_tit02 span{
	font-size: 1.88rem;
}
.camp_secc_box01 p{
	font-size: 1.57rem;
}
.camp_secc_tit03{
	background: #0c2c84;
	color: #fff;
	font-size: 1.88rem;
	text-align: center;
	padding: 9px 0 13px;
	border-radius: 10px;
	margin-bottom: 40px;
}
.camp_secc_date{
	color: #0c2c84;
	font-size: 1.88rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	
}
.camp_noteS{
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
}
.camp_secc_tit04{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.camp_secc_tit04 span{
	background: #fff;
	padding: 0 25px;
	z-index: 99;
	position: relative;
	font-size: 2.2rem;
	color: #0c2c84;
	font-weight: bold;
}
.camp_secc_tit04::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	border-bottom: 3px #0c2c84 solid;
	z-index: 1;
}
.secc_use{
	width: 66%;
	margin: 0 auto 30px;
	justify-content: center;
}
.secc_mod{
	text-align: center;
	width: 47%;
}
.secc_img{
	padding: 0 15px 20px;
	max-width: 253px;
}
.secc_mod sup{
	font-size: 0.875rem;
	vertical-align: -0.3em;
}
.camp_txt01{
	font-size: 1.38rem;
	text-align: center;
	margin-bottom: 20px;
	color: #0282df;
	font-weight: bold;
}
.camp_txt02{
	font-size: 1.88rem;
	text-align: center;
	font-weight: bold;
}
.secc_btn01{
	font-size: 1.875rem;
	text-align: center;
	border: 2px #000 solid;
	border-radius: 80px;
	padding: 18px 0 20px;
	display: block;
	width: 76%;
	margin: 0 auto 20px;
	position: relative;
	text-decoration: none;
}
.secc_btn01::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 90px;
	width: 25px;
	height: 22px;
	transform: translateY(-50%);
	background-image: url(../images/img_ico01.png);
}
.secd_h3{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 30px;
}
.secd_notebox{
	max-width: 900px;
	margin: 0 auto 80px;
}
.secd_btn02{
	font-size: 1.25rem;
	position: relative;
	padding-right: 25px;
	display: inline-block;
	margin: 0 auto;
	text-decoration: none;
	border-bottom: 1px #000 solid;
}
.secd_btn02::after{
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 16px;
	height: 14px;
	background-image: url(../images/img_ico02.png);
}
.secd_btn02:hover{
	border-bottom-color: #fff;
}
.ui_fade #menu4{
	transform: translate(0px, -50px);
}
.ui_fadein #menu4{
	transform: translate(0px, 0);
}
.eve_lead{
	padding: 90px 0 50px;
}
.eve_tit01{
	font-size: 1.5rem;
	text-align: center;
	color: #0c2c84;
	font-weight: bold;
	margin-bottom: 30px;
}
.eve_tit02{
	position: relative;
	width: 66.5%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.4;
}
.eve_tit02::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: -118px;
	width: 87px;
	height: 108px;
	background-image: url(../images/img_left_pc.png);
	background-size: 100% 100%;
}
.eve_tit02::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -97px;
	width: 87px;
	height: 108px;
	background-image: url(../images/img_right_pc.png);
	background-size: 100% 100%;
}
.eve_tit02 span{
	font-size: 2.8rem;
	color: #0c2c84;
	font-weight: bold;
}
.eve_tit02 p{
	font-size: 4.5rem;
	color: #d71918;
	font-weight: bold;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.eve_tit02 p::before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 1.5%;
	bottom: 8px;
	width: 94%;
	height: 17px;
	background: #fff156;
}
.logo_list{
	display: flex;
}
.logo_list li{
	margin-right: 100px;
}
.eve_seca{
	margin-bottom: 30px;
}
.eve_blue01{
	background: #ebf5fc;
	padding: 50px 40px;
	border-radius: 15px;
}
.eve_h301 {
	line-height: 1.4;
	margin-bottom: 30px;
}
.eve_h301 span{
	color: #003b90;
	font-size: 1.8rem;
	display: block;
}
.eve_h301 p{
	color: #d71918;
	font-size: 2.5rem;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.eve_h301 p::before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 15px;
	background: #fff156;
}
.eve_txt01{
	font-size: 1.25rem;
	color: #003b90;
	font-weight: bold;
	margin-bottom: 40px;
}
.eve_list01{
	background: #fff;
	border-radius: 15px;
	position: relative;
	padding: 30px 50px 25px;
	align-items: center;
}
.eve_list01::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 49px;
	height: 49px;
	background-image: url(../images/ico_01.png);
	background-size: 100% 100%;
}
.eve_info{
	width: 56.5%;
}
.eve_img01{
	width: 40%;
}
.eve_info h4{
	font-size: 1.88rem;
	margin-bottom: 15px;
}
.eve_info h4 span{
	color: #0282df;
}
.eve_info p{
	font-size: 1.25rem;
}
.eve_info p span{
	color: #0282df;
}
.eve_plus{
	margin-bottom: 30px;
}
.eve_blue02{
	background: #0282df;
	padding: 30px 0 0;
	border-radius: 15px;
	margin-bottom: 60px;
}
.eve_txt02{
	font-size: 1.57rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
.eve_day{
	background: #fff;
	border: 3px #0c2c84 solid;
	border-radius: 25px;
	width: 62%;
	margin: 0 auto 35px;
	padding: 8px 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #0c2c84;
}
.eve_wide{
	max-width: 900px;
	margin: 0 auto 100px;
}
.eve_item{
	width: 48.5%;
	background: #f2f9fd;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}
.eve_item h4{
	font-size: 1.38rem;
	color: #0c2c84;
	margin-bottom: 15px;
}
.eve_note01{
	font-size: 0.875rem;
	margin-left: 1em;
	text-indent: -1em;
}
.eve_img02{
	margin-left: auto;
	width: 49%;
	margin-top: -15px;
}
.eve_item:first-child::after{
	content: '';
	position: absolute;
	right: -34px;
	top: 50%;
	width: 40px;
	height: 40px;
	background-image: url(../images/ico_02.png);
	background-size: 100% 100%;
	transform: translateY(-50%);
	z-index: 9;
}
.eve_link01{
	color: #0282df;
	text-decoration: none;
	border-bottom: 1px #0282df solid;
	padding-bottom: 5px;
}
.eve_txt03{
	font-size: 1.88rem;
	font-weight: bold;
}
.eve_list02{
	width: 92%;
	margin: 0 auto 15px;
}
.eve_list02 li{
	width: 48.5%;
	background: #ebebeb;
	border-radius: 10px;
	padding: 30px;
}
.eve_h501{
	background: #0c2c84;
	border-radius: 5px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
.eve_txt04{
	font-size: 1.25rem;
	margin-bottom: 10px;
}
.sup01{
	font-size: 0.75rem;
}
.eve_card{
	align-items: center;
}
.eve_mark{
	align-items: center;
}
.eve_mark div{
	margin-right: 5px;
}
.eve_box01{
	width: 48%;
	margin: 0 auto;
}
.camp_white{
	padding: 90px 0 100px;
}
.logo_scr_wp{
	margin: 50px 0 150px;
	width: 100%;
	overflow: hidden;
}
.logo_scr_inner {
    display: flex;
	width: max-content;
    animation: scroll-left 40s linear infinite;
}
.logo_scr_inner div{
	display: flex;
}
.logo_scr_inner>div img{
	width: 3560px;
	height: 100px;
	max-width: none;
}
@keyframes scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}


@media only screen and (min-width: 768px) and (max-width: 1199px) { /*PAD*/
	.ui_menu_wp{
		font-size: 14px;
	}
	#footer{
		padding: 20px 0;
	}
	#footer ul{
		margin: 0 10vw 30px;
	}
	.camp_time_tit{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
		white-space: nowrap;
	}
	.camp_time_text h3{
		font-size: 24px;
	}
	.eve_tit02{
		width: 50%;
	}
	.eve_tit02 span{
		font-size: 1.7rem;
	}
	.eve_tit02 p{
		font-size: 3.1rem;
	}
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.camp_menu_btn{
		margin-top: 25px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		height: 60px;
		border-radius: 30px;
		background: #0c2c84;
		box-shadow: 0 5px 5px rgba(85, 64, 0, 0.1);
		color: #fff;
		font-weight: 600;
		text-decoration: none;
		transition: 0.3s;
		font-size: 4.6vw;
		letter-spacing: 0;
	}
	.camp_menu_btn::after {
	    content: '';
	    display: inline-block;
	    vertical-align: middle;
	    margin-left: 12px;
	    width: 16px;
	    height: 14px;
	    background: url(../images/icon_outlink.png) no-repeat;
	    background-size: 100% 100%;
	}
	.ui_bnr_wp{
		padding-top: 17px;
	}
	.ui_follow{
		right: 11vw;
		bottom: 3vw;
	}
	.campaign_follow_btn{
		width: 78vw;
		height: 14vw;
		border-radius: 7vw;
		font-size: 4.6vw;
		border-width: 2px;
		padding: 0 35px 0 35px;
	}
	.campaign_follow_btn::after{
		width: 8px;
		height: 8px;
	}
	.campaign_follow_btn span::before{
		width: 5vw;
		height: 6.7vw;
		top: -0.5vw;
		left: -7vw;
	}
	.campaign_follow_btn span::after{
		width: 5vw;
		height: 6.7vw;
		top: 1.5vw;
		right: -12vw;
	}
	
	#footer{
		padding: 45px 0 10px;
	}
	#footer ul{
		margin-bottom: 40px;
	}
	#footer ul li{
		text-align: center;
		margin-bottom: 20px;
	}
	#footer ul li a{
		font-size: 4vw;
	}
	#footer p{
		font-size: 3.2vw;
	}
	
	.camp_time{
		padding: 3vw 3vw;
	}
	.camp_time_tit{
		min-height: auto;
		padding: 2px 5px;
		margin-bottom: 2px;
		font-size: 3.46vw;
		border-radius: 5px;
		margin-right: 15px;
	}
	.camp_time_text{
		font-size: 3.33vw;
		margin-right: -3vw;
	}
	.camp_time_text h3{
		font-size: 4vw;
		letter-spacing: -0.05em;
		font-feature-settings: "palt";
	}
	.camp_top_line{
		margin: 0;
		text-indent: 0.3em;
		font-size: 4.26vw;
	}
	.camp_top_line::before{
		width: calc(100% - 0.3em);
		height: 8px;
		bottom: -1px;
	}
	.camp_top_start{
		margin-top: 20px;
		font-size: 4.66vw;
		letter-spacing: 0.02em;
	}
	.camp_top_link{
		margin-bottom: 15px;
		font-size: 3.33vw;
	}
	.camp_btn{
		height: 70px;
		border-radius: 45px;
		font-size: 5vw;
		box-shadow: 0 3px 2px #8595c1;
		margin-bottom: 10px;
	}
	.camp_btn::after{
		margin-left: 7px;
		margin-top: 1px;
		width: 8px;
		height: 8px;
	}
	.camp_btn_out::after{
		width: 3.86vw;
		height: 3.33vw;
		margin-left: 2vw;
	}
	.camp_btn span::before{
		content: "";
		position: absolute;
		top: -0.5vw;
		left: -12vw;
		width: 5vw;
		height: 6.7vw;
	}
	.camp_btn span::after{
		content: "";
		position: absolute;
		top: 3vw;
		right: -18vw;
		width: 5vw;
		height: 6.7vw;
	}
	.camp_blue02{
		padding: 60px 0 70px;
	}
	.camp_secc_tit01{
		font-size: 1.88rem;
	}
	.camp_secc_linebx{
		padding: 25px 4vw;
		border-radius: 15px;
		margin-bottom: 15px;
		border: 2px #0c2c84 solid;
	}
	.camp_secc_box01{
		padding: 15px 10px 20px;
		margin-bottom: 30px;
		border-radius: 10px;
	}
	.camp_secc_tit02{
		font-size: 7.1vw;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.camp_secc_tit02 span{
		font-size: 4vw;
		margin-bottom: 8px;
		display: inline-block;
	}
	.camp_secc_box01 p{
		font-size: 4vw;
	}
	.camp_secc_tit03{
		font-size: 5vw;
		padding: 5px 0 6px;
		border-radius: 10px;
		margin-bottom: 15px;
	}
	.camp_secc_date{
		font-size: 3.8vw;
		margin-bottom: 0;
	}
	.camp_tal_sp{
		text-align: left;
	}
	.camp_noteS{
		font-size: 3.3vw;
		line-height: 1.6;
	}
	.camp_secc_tit04{
		margin-bottom: 15px!important;
	}
	.camp_secc_tit04 span{
		font-size: 7vw;
		padding: 0 15px;
	}
	.camp_secc_tit04::after{
		top: 48%;
		border-bottom: 3px #0c2c84 solid;
	}
	.secc_use {
		width: 100%;
		margin-bottom: 60px;
	}
	.secc_img {
		padding: 0 2px 10px;
  }
	.secc_mod p{
		font-size: 3.3vw;
	}
	.camp_txt01{
		font-size: 4vw;
		margin-bottom: 20px;
	}
	.camp_txt02{
		font-size: 4vw;
	}
	.secc_btn01{
		width: 100%;
		font-size: 4vw;
		border-width: 1px;
		padding: 10px 0;
	}
	.secc_btn01::after {
		right: 35px;
		width: 12px;
		height: 11px;
		background-size: 100% 100%;
	}
	.secd_h3{
		font-size: 6vw;
		margin-bottom: 10px;
	}
	.secd_btn02{
		margin-bottom: 30px;
		font-size: 4vw;
	}
	.secd_btn02::after {
		content: "";
		position: absolute;
		width: 12px;
		height: 11px;
		background-size: 100% 100%;
	}
	.camp_table_box{
		overflow-x: auto;
		margin-right: -4vw;
	}
	.camp_table_box table{
		margin-right: 4vw;
		width: 500px;
		margin-bottom: 10px;
	}
	.camp_fsp_30{
		font-size: 4vw;
	}
	.eve_tit01{
		font-size: 5vw;
		margin-bottom: 15px;
	}
	.eve_lead{
		padding: 80px 0 30px;
	}
	.eve_tit02{
		width: 81%;
	}
	.eve_tit02 span{
		font-size: 5.3vw;
	}
	.eve_tit02 p{
		font-size: 8vw;
	}
	.eve_tit02 p::before{
		height: 12px;
		left: 0;
		bottom: 0;
		width: 97%;
	}
	.eve_tit02::before{
		content: "";
		position: absolute;
		bottom: 0;
		left: -40px;
		width: 34px;
		height: 71px;
		background-image: url(../images/sp/img_left_sp.png);
		background-size: 100% 100%;
	}
	.eve_tit02::after{
		content: "";
		position: absolute;
		bottom: 0;
		right: -33px;
		width: 34px;
		height: 71px;
		background-image: url(../images/sp/img_right_sp.png);
		background-size: 100% 100%;
	}
	.logo_list{
		display: flex;
		margin-bottom: 40px;
	}
	.logo_list li{
		margin-right: 60px;
		margin-bottom: 40px;
	}
	.eve_blue01{
		padding: 25px 15px;
	}
	.eve_h301 span{
		font-size: 5vw;
	}
	.eve_h301 p{
		font-size: 6.5vw;
	}
	.eve_h301 p::before{
		height: 12px;
		bottom: 0;
	}
	.eve_txt01{
		font-size: 4vw;
	}
	.eve_list01{
		padding: 30px 35px;
	}
	.eve_info{
		width: 100%;
	}
	.eve_info h4{
		font-size: 5vw;
		text-align: center;
	}
	.eve_info p{
		font-size: 4vw;
		text-align: center;
		margin-bottom: 20px;
	}
	.eve_img01{
		width: 72%;
		margin: 0 auto;
	}
	.eve_seca{
		margin-bottom: 15px;
	}
	.eve_plus{
		width: 60px;
		margin: 0 auto 15px;
	}
	.eve_blue02{
		padding: 30px 0 0;
		border-radius: 18px;
	}
	#campaign_contents{
		width: 100%;
		overflow: hidden;
	}
	.eve_txt02{
		font-size: 4.5vw;
	}
	.eve_day{
		width: 92%;
		border-radius: 40px;
		font-size: 3.5vw;
		padding-left: 7px;
		margin-bottom: 30px;
	}
	.eve_wide{
		margin-bottom: 50px;
	}
	.eve_item{
		width: 100%;
	}
	.eve_item h4{
		font-size: 5vw;
	}
	.eve_item p{
		font-size: 3.8vw;
	}
	.eve_note01{
		font-size: 2.9vw!important;
	}
	.eve_item:first-child{
		margin-bottom: 20px;
	}
	.eve_item:first-child::after{
		content: '';
		position: absolute;
		left: 50%;
		top: 98%;
		width: 30px;
		height: 30px;
		transform: translateX(-50%);
	}
	.eve_img02{
		width: 56%;
		margin: 10px auto;
	}
	.eve_img05{
		width: 88%;
		margin: 0 auto;
	}
	.eve_txt03{
		font-size: 5vw;
	}
	.eve_txt05{
		text-align: left!important;
	}
	.eve_list02{
		width: 100%;
	}
	.eve_list02 li{
		width: 100%;
		padding: 30px 15px;
	}
	.eve_txt04{
		font-size: 4vw;
	}
	.eve_img03{
		width: 46%;
		margin: 0 auto 20px;
	}
	.eve_list02 li p{
		font-size: 4vw;
		text-align: center;
	}
	.eve_img04{
		width: 50px;
		margin-right: 10px;
	}
	.eve_mark{
		justify-content: center;
	}
	.eve_box01{
		width: 100%;
	}
	.camp_white{
		padding: 60px 0 90px;
	}
	.secd_notebox{
		margin-bottom: 70px;
	}
	.logo_scr_inner{
		animation-duration: 20s;
	}
	.logo_scr_inner>div img{
		width: auto;
		height: 120px;
		max-width: none;
	}
	.eve_text_mlr{
		margin-left: -10px;
		margin-right: -10px;
	}
	.eve_text_ls{
		margin-right: -5px;
		letter-spacing: -0.01em;
	}
	.logo_scr_wp{
		margin: 20px 0 80px;
	}
	
}
















