@charset "UTF-8";
body.-ana{
	min-width: auto;
}
.main{
	overflow: hidden;
}
.u-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 10px;
    box-sizing: border-box;
}
.vis-sp{
	display: none;
}
.hide-sp{
	display: block;
}

.spGHeader{
	display: none;
}
.foot {
	padding: 50px 0 40px;
	background: #F7F7F7;
	font-size: 12px;
	text-align: center;
}

.foot_copy {
	line-height: 2;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 30px;
}

.foot_link {
	box-sizing: border-box;
}

.foot_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1em;
}

.foot_link_list:first-child {
	margin-top: 0;
}

.foot_link_list > a {
	display: inline-block;
	padding: 0 0.5em;
	border-left: 1px solid #333;
	line-height: 1;
	color: #333;
	text-decoration: none;
}

.foot_link_list > a:hover {
	text-decoration: underline;
}

.foot_link_list br.hide-sp + a,
.foot_link_list > a:first-child {
	border-left: none;
}

.fixspnav {
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
	width: 100%;
	/* display: flex; */
	height: 60px;
	padding: 0 15px;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	background-image: url(../img2022/img-spnav-bg@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fixspnav_item {
	overflow: hidden;
	border-radius: 4px;
	overflow: hidden;
	appearance: none;
	cursor: pointer;
	outline-style: none;
	text-align: center;
}

.fixspnav_item.-menu {
}

.fixspnav_item img {
}

.spGlobalNaviFix.isShow .spGlobalNavi_inner {
	bottom: 60px !important;
}
a:hover{
	opacity: 0.7;
	transition: all 0.3s;
}

.hero *{
	box-sizing: border-box;
}
.hero{
	background-color: #FEFAE9;
	padding: 50px 0 350px;
}
.hero_ttl{
	margin-bottom: 30px;
}
.hero_ttl img{
	height: auto;
}
.page_link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.page_link li{
	flex: none;
}
.page_link li a.link_bnr{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	background-color: #FABE02;
	border-radius: 5px;
	width: 320px;
	height: 60px;
	color: #333;
	text-decoration: none;
	position: relative;
	padding: 10px 20px;
}
.page_link li a.link_bnr::after{
	content: "";
	background-image: url(/ana/img2024/arr.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 2em;
}
.page_link li a.link_bnr span{
	font-size: 16px;
	font-weight: bold;
}
.cmn_sec *{
	box-sizing: border-box;
}
.cmn_sec a:link{
	text-decoration: none;
	color: #FF6502;
}
.sec_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.shop_bnr_warp{
	text-align: center;
}
.shop_bnr {	
	display: inline-block;
}
.shop_bnr img{
	max-width: 600px;	
	width: 100%;
	height: auto;
}

.download {
	background-color: #FABE02;
	position: relative;
	padding-bottom: 300px;
}
.download .sec_ttl{
	margin-bottom: 100px;
}
.download::before{
	content: "";
	display: block;
	height: 300px;
	width: 105%;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40% ;
	background-color: #FABE02;
	position: absolute;
	transform: translateX(-50%);
	top: -150px;
	left: 50%;
}
.kira01{
	position: absolute;
	top: -150px;
	left: 10%;
}
.kira02{
	position: absolute;
	top: -150px;
	right: 10%;
}
.dl_cnt {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 50px 60px;
	border-radius: 20px;
	margin-bottom: 70px;
}
.dl_cnt_ttl {
	position: absolute;
	transform: translateX(-50%);
	top: -30px;
	left: 50%;
}
.dl_box_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
	flex-wrap: wrap;
}
.dl_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.dl_kabe_img {
	border: 1px solid #ececec;
}
.dl_cnt.-screen .dl_box_wrap {
	justify-content: center;
	align-items: center;
	gap: 35px;
}
.dl_box_ttl{
	font-size: 20px;
	font-weight: bold;
}
.dl_scr_box {}

.dl_list{}
.dl_list a{
	font-size: 16px;
}
.samba {
	position: relative;
	background-color: #FEFAE9;
	padding-bottom: 300px;
}
.samba::before {
	content: "";
	display: block;
	height: 300px;
	width: 105%;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40% ;
	background-color: #FEFAE9;
	position: absolute;
	transform: translateX(-50%);
	top: -150px;
	left: 50%;
}
.samba .kira01{
	position: absolute;
	top: -165px;
	left: 10%;
}
.samba .kira02{
	position: absolute;
	top: -165px;
	right: 10%;
}
.samba_txt {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 30px 0;
}
.samba_txt span{
	display: inline-block;
	color: #FABE02;
}
.smb_cnt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;

}
.smb_box {
	flex: none;
	padding: 30px;
	border-radius: 20px;
	background-color: #fff;
	max-width: 485px;
	width: 100%;
	height: 310px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	
}
.smb_box.-itns .smb_img{
	padding-bottom: 30px;
}
.smb_box.-itns .smb_img img{
	max-width: 110px;
}
.smb_img {}
.smb_img img{
	width: 100%;
}
.smb_dl_btn {
	flex: none;
	background-color: #E5186D;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 55px;
}
.smb_box.-itns .smb_dl_btn{
	background-color: #06A0C6;
}
.smb_dl_btn span{
	color: #fff;
	font-size: 16px;
	position: relative;
}
.smb_dl_btn span::after{
	content: "";
	display: inline-block;
	background-image: url(/ana/img2024/icn-link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -1.5em;
}
.smb_cap {
	color: #FF6502;
}
.meisaku {
	position: relative;
	background-color: #FABE02;
	padding-bottom: 100px;
}
.meisaku::before {
	content: "";
	display: block;
	height: 300px;
	width: 105%;
	border-radius: 50% 50% 50% 50% / 60% 60% 40% 40% ;
	background-color: #FABE02;
	position: absolute;
	transform: translateX(-50%);
	top: -150px;
	left: 50%;
}
.meisaku_cap {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.meisaku_cap span{
	display: inline-block;
	background-color: #FF6501;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 10px 25px;
	border-radius: 50px;
}
.meisaku_li_wrap {
	display: flex;
	justify-content: center;
}
.meisaku_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: flex-start;
	justify-content: space-between;
}
.meisaku_box {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	max-width: 230px;
	width: 100%;
	flex: none;
	flex-grow: 1;
}
.meisaku_thumb {
	text-align: center;
}
.meisaku_thumb img {
	width: 100%;
	height: auto;
}
.meisaku_thumb figcaption{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	padding: 10px;
}
.meisaku_mv_link {
	display: inline-block;
	background-color: #EF0100;
	border-radius: 7px;
	padding: 5px 10px;
	color: #fff !important;
	position: relative;
	width: 100%;
}
.meisaku_mv_link::after {
	content: "";
	display: inline-block;
	background-image: url(/ana/img2024/arr_douga.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 1em;
}
.burari {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 0 30px;
}
.burari_link {
	padding-top: 30px;
}



@media screen and (max-width:767px) {
	.vis-sp{
		display: block;
	}
	.hide-sp{
		display: none;
	}
	.spGHeader{
		display: block;
	}
	.globalHeaderWrap2018,.globalNavigation2018{
		display: none;
	}
	.fixspnav{
		display: flex;
	}
	.hero_ttl img{
		width: 100%;
	}
	.page_link{
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.page_link li{
		width: 100%;
	}
	.page_link li a.link_bnr{
		width: 100%;
	}
	.hero{
		padding-bottom: 250px;
	}
	.download::before,
	.samba::before,
	.meisaku::before{
		border-radius: 60% 60% 70% 50% / 30% 30% 20% 20%;
		height: 200px;
		top: -100px;
	}
	.kira01{
		width: 75px;
		top: -137px;
	}
	.kira01 img{
		width: 100%;
		height: auto;
	}
	.kira02{
		width: 75px;
		top: -137px;
	}
	.kira02 img{
		width: 100%;
		height: auto;
	}
	.samba .kira01,.samba .kira02{
		top: -130px;
	}
	.download{
		padding-bottom: 170px;
	}
	.download .sec_ttl{
		margin-top: -50px;
		margin-bottom: 40px;
	}
	.sec_ttl img{
		width: 100%;
		height: auto;
	}
	.dl_cnt{
		padding: 50px 30px 30px;
	}
	.dl_cnt_ttl {
		width: 100%;
	}
	.dl_cnt_ttl img{
		width: 100%;
		height: auto;
	}
	.dl_box_wrap{
		flex-direction: column;
	}
	.dl_box{
		width: 100%;
	}
	.dl_kabe_img{
		width: 100%;
	}
	.dl_kabe_img img{
		width: 100%;
		height: auto;
	}
	.dl_cnt.-screen{
		display: none;
	}
	.samba{
		padding-bottom: 200px;
	}
	.samba_txt{
		font-size: 16px;
	}
	.meisaku{}
	.meisaku{}
	.meisaku_list{
		gap: 10px;
	}
	.meisaku_box{
		width: 48%;
		padding: 12px;
	}
	.meisaku_thumb img{
		width: 100%;
		height: auto;
	}
	.meisaku_thumb figcaption{
		padding: 10px 0;
		font-size: 14px;
	}
	.foot{
		padding-bottom: 100px;
	}
}