@charset "utf-8";

body{
	font-family: "ヒラギノ角ゴ Pro";
}

/*
#####################################################################

	mv

#####################################################################
*/
.contents.contents01{
	background-color: #FBD6DD;
	position: relative;
	overflow: hidden;
}
.contents.contents01::before{
	content: "";
	position: absolute;
	background-image: url(/excludes/images/ohbo/2million/mv_background.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1900px;
	height: 1050px;
	top: -65px;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, 0);
}
.contents.contents01::after{
	content: "";
	position: absolute;
	background-image: url(/excludes/images/ohbo/2million/confetti.png);
	background-size: 100%;
	background-repeat: no-repeat;
	max-width: 1330px;
	width: 100%;
	height: 2500px;
	top: 44px;
	left: 50%;
	transform: translate(-50%, 0);
}
.contents.contents02{
	background-color: #fff;
}
.contents.contents03{
	background-color: #FFF0F0;
}
.contents.contents01 .contentsInner{
	width: auto;
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
}
.mv{
	margin: 0 auto 150px;
}
.mv h1{
	margin: 50px auto 0;
	max-width: 1000px;
	width: 100%;
	text-align: center;
}
.mv h1 img{
	width: 100%;
}
.mv .mv_period{
	position: relative;
	max-width: 800px;
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	margin:  20px auto 0;
}
.mv .mv_period p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-family: "ヒラギノ角ゴ ProN";
}
.mv .mv_period p .pink{
	color: #EF4B7D;
}
.mv .mv_period::before{
	content: "";
	position: absolute;
	background-image: url(/excludes/images/ohbo/2million/character_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 174px;
	height: 118px;
	top: -98px;
	left: 0;
}
.mv .mv_period::after{
	content: "";
	position: absolute;
	background-image: url(/excludes/images/ohbo/2million/character_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 354px;
	top: -195px;
	right: -140px;
}
.mv .mv_txt{
	max-width: 800px;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 0;
	margin: 35px auto 0;
}
.mv .mv_txt p.mv_txt_ttl{
	font-size: 24px;
	font-weight: bold;
	color: #EF4B7D;
	text-align: center;
	margin-bottom: 10px;
}
.mv .mv_txt p.mv_txt_txt{
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 768px){
	.contents.contents01::before{
		background-image: url(/excludes/images/ohbo/2million/sp/mv_background.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		top: -20vw;
	}
	.contents.contents01::after{
		background-image: url(/excludes/images/ohbo/2million/sp/confetti.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 568vw;
		top: 5vw;
		left: 0;
		transform: none;
		z-index: 0;
	}
	.mv{
		margin: 0 auto 15vw;
	}
	.mv h1{
		margin: 0 auto;
		padding: 10% 0 0;
	}
	.mv h1 img{
		width: 100%;
	}
	.mv .mv_period::before{
		content: none;
	}
	.mv .mv_period::after{
		content: none;
	}
	.mv .mv_txt{
		width: 84%;
		border-radius: 15px;
		padding: 3% 0;
		margin: 5% auto 0;
	}
	.mv .mv_txt p.mv_txt_ttl{
		font-size: 6.4vw;
		margin-bottom: 10px;
	}
	.mv .mv_txt p.mv_txt_txt{
		font-size: 4.3vw;
		padding: 0 3%;
	}
}

/*
#####################################################################

	btn_content

#####################################################################
*/
.btn_content{
	margin: 50px auto 0;
	width: 100%;
}
.btn_content p a{
	display: block;
}
.btn_content p a img{
	width: 100%;
}
.btn_content .application_btn{
	max-width: 378px;
	width: 100%;
	margin: 0 auto;
}
.btn_content .login_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn_content .login_btn .btn{
	max-width: 378px;
	width: 100%;
}
.btn_content .login_btn .btn:first-child{
	margin-right: 5%;
}
@media screen and (max-width: 768px){
	.btn_content{
		margin: 10% auto 0;
		width: 80%;
	}
	.btn_content .application_btn{
		width: 100%;
	}
	.btn_content .login_btn .btn{
		width: 100%;
	}
	.btn_content .login_btn .btn:first-child{
		margin-right: 0;
	}
}



/*
#####################################################################

	campaign

#####################################################################
*/
.campaign h2{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.campaign h2 img{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.campaign p.campaign_ttl_txt{
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
}
.campaign .campaign_img{
	margin: 30px auto;
	max-width: 990px;
	width: 100%;
}
.campaign .campaign_img p img{
	width: 100%;
}
.campaign .campaign_img p.remarks{
	font-size: 15px;
	text-align: left;
	margin: 10px auto 0;
	max-width: 880px;
}
.campaign .application{
	max-width: 880px;
	width: 100%;
	margin: 0 auto 35px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0;
}
.campaign .application .application_ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #EF4B7D;
}
.campaign .application .application_ttl.note{
	font-size: 20px;
}
.campaign .application .application_list ul li{
	font-size: 18px;
	line-height: 1.8;
	list-style-type: disc;
	margin-left: 97px;
}
.campaign .application .application_list ul li>span{
	vertical-align: 0.25em;
}
.campaign .application .application_list ul li span mark{
	color: #EF4B7D;
	font-weight: bold;
	background-color: #FFF572;
	padding: 3px;
	font-style: normal;
}
.campaign .application .application_list ul li::marker{
	font-size: 200%;
  font-weight: bold;
  line-height: 1;
	color: #EF4B7D;
}
.campaign .application .application_list.underline{
	padding-bottom: 25px;
	position: relative;
}
.campaign .application .application_list.underline::after{
	content: "";
	position: absolute;
	border-bottom: 2px solid #FCD6DE;
	width: 86%;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}
.campaign .application .application_list .remarks{
	font-size: 15px;
	margin-left: 60px;
	margin-top: 10px;
}
.campaign .result{
	max-width: 880px;
	width: 100%;
	margin: 0 auto 35px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0;
}
.campaign .result p{
	font-size: 18px;
	text-align: left;
	width: 86%;
}
.campaign .result p mark{
	color: #EF4B7D;
	font-weight: bold;
	background-color: #FFF572;
	padding: 3px;
	font-style: normal;
}
.campaign .result p.result_ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 15px auto 0;
	color: #EF4B7D;
}
.campaign .result p.result_txt{
	margin: 30px auto;
}
.campaign .result p.result_txt02{
	margin: 0 auto;
}
.campaign .btn_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.campaign .btn_flex .btn{
	max-width: 378px;
	width: 100%;
}
.campaign .btn_flex .btn:first-child{
	margin-right: 5%;
}
@media screen and (max-width: 768px){
	.campaign{
		padding-bottom: 10%;
	}
	.campaign p.campaign_ttl_txt{
		font-size: 4.3vw;
	}
	.campaign .campaign_img{
		margin: 30px auto;
	}
	.campaign .campaign_img p img{
		width: 100%;
	}
	.campaign .campaign_img p.remarks{
		font-size: 3.7vw;
		margin: 5% auto 0;
		padding-left: 1em;
		text-indent: -1em;
		width: 85%;
	}
	.campaign .application{
		width: 84%;
		margin: 0 auto 35px;
		padding: 7% 0;
	}
	.campaign .application .application_ttl{
		font-size: 6.4vw;
		margin-top: 0;
		margin-bottom: 10%;
	}
	.campaign .application .application_ttl.note{
		font-size: 5.5vw;
		margin-top: 5%;
	}
	.campaign .application .application_list ul li{
		font-size: 4.3vw;
		line-height: 1.5;
		margin-left: 13%;
		margin-right: 5%;
		margin-bottom: 3%;
	}
	.campaign .application .application_list ul li::marker{
		font-size: 150%;
	}
	.campaign .application .application_list.underline{
		padding-bottom: 5%;
	}
	.campaign .application .application_list.underline::after{
		border-bottom: 2px solid #FCD6DE;
		width: 90%;
	}
	.campaign .application .application_list .remarks{
		font-size: 3.7vw;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 7%;
		padding-left: 1em;
		text-indent: -1em;
	}
	.campaign .result{
		width: 84%;
		margin: 0 auto 10%;
		padding: 7% 0;
	}
	.campaign .result p{
		font-size: 4.1vw;
		width: 90%;
	}
	.campaign .result p.result_ttl{
		font-size: 6.5vw;
		margin: 0 auto;
	}
	.campaign .result p.result_txt{
		margin: 10% auto;
	}
	.campaign .result p.result_txt02{
		margin: 0 auto;
		width: 96%;
	}
	.campaign .btn_flex .btn{
		width: 100%;
	}
	.campaign .btn_flex .btn:first-child{
		margin-right: 0;
	}
}


/*
#####################################################################

	duskin_site

#####################################################################
*/
.duskin_site{
	background-color: #fff;
	margin-top: 60px;
	margin-bottom: 60px;
}
.duskin_site h2{
	font-size: 30px;
	color: #EF4B7D;
	text-align: center;
}
.duskin_site p.logo{
	text-align: center;
}
.duskin_site p.logo img{
	max-width: 160px;
	width: 100%;
}
.duskin_site .duskin_img{
	max-width: 950px;
	width: 100%;
	margin: 30px auto 45px;
}
.duskin_site .duskin_img p img{
	width: 100%;
}
.duskin_site .save_up{
	max-width: 950px;
	width: 100%;
	margin: 0 auto 30px;
	border: 1px solid #EF4B7D;
	border-radius: 30px;
}
.duskin_site .save_up h3{
	background-color: #EF4B7D;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-radius: 27px 27px 0 0;
}
.duskin_site .save_up h3 span{
	font-size: 22px;
}
.duskin_site .save_up ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 35px 30px;
}
.duskin_site .save_up ul li{
	position: relative;
	width: 265px;
	padding: 0 0 173px;
}
.duskin_site .save_up ul li h4{
	background-color: #FCD6DE;
	color: #EF4B7D;
	border-radius: 25px;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.duskin_site .save_up ul li p{
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}
.duskin_site .save_up ul li p.indent{
	font-size: 14px;
	margin: 0.5em 0 0 1em;
	text-indent: -1em;
}
.duskin_site .save_up ul li .img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.duskin_site .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
.duskin_site .flex .coupon, .duskin_site .flex .present{
	max-width: 460px;
	width: 100%;
	padding: 0 0 312px;
	border-radius: 10px;
	position: relative;
	border: 1px solid #EF4B7D;
}
.duskin_site .flex .coupon h3, .duskin_site .flex .present h3{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #EF4B7D;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
}
.duskin_site .flex .coupon h3 span{
	font-size: 22px;
}
.duskin_site .flex .coupon p, .duskin_site .flex .present p{
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
	padding: 0 15px;
	line-height: 1.5;
}
.duskin_site .flex .coupon p.indent, .duskin_site .flex .present p.indent{
	font-size: 14px;
	margin: 0.5em 0 0 1em;
	text-indent: -1em;
}
.duskin_site .flex .coupon .img, .duskin_site .flex .present .img{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 768px){
	.duskin_site{
		margin-top: 15%;
		margin-bottom: 15%;
	}
	.duskin_site h2{
		font-size: 4.8vw;
	}
	.duskin_site .duskin_img{
		width: 84%;
		margin: 8% auto 10%;
	}
	.duskin_site .save_up{
		width: 84%;
		margin: 0 auto 7%;
		border: 2px solid #EF4B7D;
	}
	.duskin_site .save_up h3{
		font-size: 5.3vw;
		padding: 3% 0;
	}
	.duskin_site .save_up h3 span{
		font-size: 6.4vw;
	}
	.duskin_site .save_up ul{
		padding: 10% 5%;
	}
	.duskin_site .save_up ul li{
		width: 100%;
		padding: 0 0 10vw;
	}
	.duskin_site .save_up ul li:nth-of-type(3){
		padding: 0;
	}
	.duskin_site .save_up ul li h4{
		font-size: 6.4vw;
		line-height: 1.8;
	}
	.duskin_site .save_up ul li p{
		font-size: 4.3vw;
	}
	.duskin_site .save_up ul li p.indent{
		font-size: 3.8vw;
	}
	.duskin_site .save_up ul li .img{
		position:initial;
		text-align: center;
		margin-top: 5%;
	}
	.duskin_site .save_up ul li .img img{
		width: 100%;
	}
	.duskin_site .flex{
		justify-content: center;
	}
	.duskin_site .flex .coupon, .duskin_site .flex .present{
		width: 84%;
		padding: 0 0 10vw;
		border: 2px solid #EF4B7D;
		border-radius: 30px;
	}
	.duskin_site .flex .coupon{
		margin-bottom: 7%;
	}
	.duskin_site .flex .coupon h3, .duskin_site .flex .present h3{
		font-size: 5.3vw;
		border-radius: 27px 27px 0 0;
		padding: 3% 0;
	}
	.duskin_site .flex .coupon h3 span, .duskin_site .flex .present h3 span{
		font-size: 6.4vw;
	}
	.duskin_site .flex .coupon p, .duskin_site .flex .present p{
		font-size: 4.3vw;
		margin-top: 7%;
		padding: 0 5%;
	}
	.duskin_site .flex .coupon p.indent{
		font-size: 3.8vw;
	}
	.duskin_site .flex .coupon .img, .duskin_site .flex .present .img{
		position: initial;
		transform: none;
	}
	.duskin_site .flex .coupon .img img, .duskin_site .flex .present .img img{
		width: 100%;
	}
}


/*
#####################################################################

	fun_content

#####################################################################
*/
.fun_content{
	max-width: 950px;
	width: 100%;
	margin: 0 auto 40px;
}
.fun_content h2{
	font-size: 30px;
	text-align: center;
	color: #EF4B7D;
	line-height: 1.5;
	margin-top: 40px;
}
.fun_content h2 span{
	font-size: 48px;
}
.fun_content p{
	font-size: 24px;
	text-align: center;
}
.fun_content .content{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
}
.fun_content .content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fun_content .content ul li{
	width: 31%;
	height: auto;
	max-width: 280px;
	margin-bottom: 40px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	text-align: center;
	box-shadow: 1px 6px 3px rgba(0, 0, 0, 0.1);
}
.fun_content .content ul li:not(:nth-child(3n)){
	margin-right: 24px;
}
.fun_content .content ul li h3{
	font-size: 20px;
	font-weight: bold;
	color: #EF4B7D;
	position: relative;
	display: flex;
	flex-direction: column;
}
.fun_content .content ul li h3::before{
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 74px;
	height: 74px;
	margin: 30px auto 12px;
}
.fun_content .content ul li:nth-child(1) h3::before{
	background-image: url(/excludes/images/ohbo/2million/icon_01.png);
}
.fun_content .content ul li:nth-child(2) h3::before{
	background-image: url(/excludes/images/ohbo/2million/icon_02.png);
}
.fun_content .content ul li:nth-child(3) h3::before{
	background-image: url(/excludes/images/ohbo/2million/icon_03.png);
}
.fun_content .content ul li:nth-child(4) h3::before{
	background-image: url(/excludes/images/ohbo/2million/icon_04.png);
}
.fun_content .content ul li:nth-child(5) h3::before{
	background-image: url(/excludes/images/ohbo/2million/icon_05.png);
}
.fun_content .content ul li:nth-child(6) h3::before{
	background-image: url(/excludes/images/ohbo/2million/icon_06.png);
}
.fun_content .content ul li p{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	padding-bottom: 20px;
}
.fun_content .btn{
	max-width: 378px;
	width: 100%;
	margin: 15px auto 0;
}
.fun_content .btn p a{
	display: block;
}
.fun_content .btn p a img{
	width: 100%;
}
@media screen and (max-width: 768px){
	.fun_content{
		padding-bottom: 10%;
		margin: 10% auto 0;
	}
	.fun_content h2{
		font-size: 5vw;
		margin-top: 0;
		padding-top: 10%;
	}
	.fun_content h2 span{
		font-size: 8vw;
	}
	.fun_content p{
		font-size: 4.8vw;
	}
	.fun_content .content{
		width: 84%;
		margin: 10% auto;
	}
	.fun_content .content ul li{
		width: 47%;
		height: 50vw;
		margin-bottom: 7%;
		border-radius: 2.7vw;
		position: initial;
		box-shadow: 1px 6px 3px rgba(0, 0, 0, 0.1);
	}
	.fun_content .content ul li:not(:nth-child(3n)){
		margin-right: 0;
	}
	.fun_content .content ul li:not(:nth-child(2n)){
		margin-right: 3.47vw;
	}
	.fun_content .content ul li h3{
		font-size: 4vw;
		position: relative;
	}
	.fun_content .content ul li h3::before{
		width: 16vw;
		height: 16vw;
		margin: 4.2vw auto 2.67vw;
	}
	.fun_content .content ul li p{
		font-size: 2.9vw;
		margin-top: 2%;
	}
	.fun_content .btn{
		margin: 5% auto 0;
		width: 80%;
	}
	.fun_content .btn p{
		text-align: center;
	}
}

@media screen and (max-width: 768px){
	.location_sp li a{
		padding-right: 20px;
		background: url(/excludes/images/p/common02/arrow_location.gif) no-repeat right center;
	}
}