﻿header.sp_header {
	display: none;
}
#contents {
	background-color: #ffffff;
	overflow: hidden;
}
.top_main {
	display: flex;
	background-image: url(/images/SelectableGift/top/bgimage_pc.png);
	background-repeat: repeat-x;
	background-position: top center;
	width: 2600px;
	height: 720px;
	position: relative;
	margin-bottom: 50px;
	margin-left: -1300px;
	left: 50%;
}
.top_main .center_part {
	background-image: url(/images/SelectableGift/top/bg_left_pc.png), url(/images/SelectableGift/top/bg_right_pc.png);
	background-repeat: no-repeat;
	background-position: top 130px left 92px, top 142px right 76px;
	max-width: 1600px;
	width: 1600px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	margin-left: -800px;
    left: 50%;
}
.top_main .center_part .decoration01 {
	position: absolute;
	top: 340px;
	left: 40px;
	width: 122px;
}
.top_main .center_part .decoration02 {
	position: absolute;
	top: 88px;
	right: 60px;
	width: 112px;
	animation-delay: 2.5s;
}
.top_main header {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 20px auto 0 auto;
	align-items: center;
	z-index: 5;
	position: relative;
}
nav.nav {
	background: #ffffff;
	color: #3a3a3a;
	text-align: center;
	border-radius: 50px;
	width: 680px;
}
nav.nav ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px 0 30px;
    box-sizing: border-box;
	height: 70px;
}
nav.nav li.gnav_li {
	color: #3A3A3A;
	margin: 2px 30px 0 0;
}
nav.nav li.gnav_li:first-child {
	margin: 2px 8px 0 0;
}
nav.nav li.gnav_li:last-child {
	margin: 2px 0 0 0;
}
nav.nav li.gnav_li dt {
	font-size: 13px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
nav.nav li.gnav_li:first-child:before {
	content: '';
	background: url(/images/SelectableGift/top/pc_navi_icon_01.png);
	background-repeat: no-repeat;
	background-size: inherit;
	width: 30px;
    height: 30px;
    display: inline-block;
	margin-right: 8px;
}
nav.nav li.gnav_li:first-child::after, nav.nav li.gnav_li:last-child::after {
	content: '';
	background-image: url(/images/SelectableGift/top/header_menu_arrow.svg);
	background-repeat: no-repeat;
    width: 12px;
    height: 7px;
	margin: 6px auto 0 8px;
}
nav.nav li.gnav_li:nth-child(2):before {
	content: '';
	background: url(/images/SelectableGift/top/pc_navi_icon_02.png);
	background-repeat: no-repeat;
	background-size: inherit;
	width: 30px;
    height: 30px;
    display: inline-block;
	margin-right: 8px;
}
nav.nav li.gnav_li:nth-child(3):before {
	content: '';
	background: url(/images/SelectableGift/top/pc_navi_icon_03.png);
	background-repeat: no-repeat;
	background-size: inherit;
	width: 30px;
    height: 30px;
    display: inline-block;
	margin-right: 8px;
}
nav.nav li.gnav_li:last-child:before {
	content: '';
	background: url(/images/SelectableGift/top/pc_navi_icon_04.png);
	background-repeat: no-repeat;
	background-size: inherit;
	width: 30px;
    height: 30px;
    display: inline-block;
	margin-right: 8px;
}
nav.nav li.gnav_li a {
	display: inline-block;
}
nav.nav li.gnav_li dd {
	color: #ffd25f;
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
}
.child_hierarchy a {
	width: 100%;
	text-align: left;
}
nav.nav ul ul {
	display: block;
}
nav.nav ul li{
	position: relative;
	display: flex;
	align-items: flex-start;
}
nav.nav ul li a {
	display: block;
	text-decoration: none;
	color: #3a3a3a;
	transition: all .3s;
	font-size: 13px;
	line-height: 22px;
	font-weight: 600;
}
nav.nav ul li .nav_parent_hierarchy {
	display: inline-block;
	transition: all .3s;
	font-size: 13px;
	line-height: 22px;
	font-weight: 600;
}
nav.nav ul li li a {
	padding: 12px 0;
}

nav.nav li:first-child.has-child ul {
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 4;
	background: url(/images/SelectableGift/top/navi_speech_bubble_01.svg);
	background-repeat: no-repeat;
	background-size: inherit;
	width: 260px;
	height: 261px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	padding: 40px 0;
	display: inline-block;
}
nav.nav li:last-child.has-child ul {
	position: absolute;
	left: 26px;
	top: 30px;
	z-index: 4;
	background: url(/images/SelectableGift/top/navi_speech_bubble_02.svg);
	background-repeat: no-repeat;
	background-size: inherit;
	width: 187px;
	height: 164px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	padding: 42px 0;
	display: inline-block;
}
nav.nav li:first-child.has-child ul li {
	width: 200px;
	margin: 0 auto;
	height: 52px;
}
nav.nav li:last-child.has-child ul li {
	width: 127px;
	margin: 0 auto;
	height: 52px;
}
nav.nav li.has-child ul li.child_hierarchy a:before {
	content: '';
	background: url(/images/SelectableGift/top/pc_navi_child_hierarchy_arrow.svg);
	background-repeat: no-repeat;
	background-size: inherit;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	left: 2px;
}
nav.nav li.has-child ul li.child_hierarchy a {
	display: inline-block;
}
nav.nav li.has-child:hover > ul,
nav.nav li.has-child ul li:hover > ul,
nav.nav li.has-child:active > ul,
nav.nav li.has-child ul li:active > ul {
	visibility: visible;
	opacity: 1;
}
nav.nav li.has-child ul li a{
	color: #3a3a3a;
	border-bottom:solid 1px #cbcbcb;
}
nav.nav li.has-child ul li:last-child a{
	border-bottom:none;
}
.top_main .fv_position {
	position: relative;
}
.top_main .fv_position .balloon_baby {
	position: absolute;
	top: -128px;
	left: 130px;
}
.top_main .fv_inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.top_main .fv_inner .fv_anims {
	position: relative;
	width: 100%;
	height: 100%;
}
.top_main .fv_inner .fv_anims .fv_inner {
	position: relative;
}
.top_main .fv_inner .fv_anims .fv_main {
	max-width: 1020px;
	margin: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding-top: 116px;
}
.top_main .fv_inner .fv_anims .fv_main .center_parts {
	max-width: 633px;
	margin: auto;
}
.top_main .fv_inner .fv_anims .fv_main .center_parts h2 {
	position: relative;
	z-index: 3;
}
.top_main .fv_inner .fv_anims .fv_main .center_parts .main_baby {
	position: relative;
	text-align: center;
	margin: -50px auto 0 auto;
}
.top_main .fv_inner .fv_anims .fv_main .center_parts .main_baby .for_pregnant_women_only {
	position: absolute;
	top: 54px;
	right: 50px;
	background-color: #e0d8c7;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	z-index: 3;
}
.top_main .fv_inner .fv_anims .fv_main .center_parts .main_baby .for_pregnant_women_only .shake {
	position: absolute;
	top: -5px;
	right: 5px;
	width: 110px;
	height: 110px;
}
.top_main .fv_inner .fv_anims .fv_main .pouchs {
	padding-top: 216px;
	position: absolute;
	top: 0;
	width: 100%;
}
.top_main .fv_inner .fv_anims .fv_main .pouchs dt {
	text-align: right;
	margin-right: -42px;
}
.top_main .fv_inner .fv_anims .fv_main .pouchs dd {
	position: relative;
	width: 100%;
	height: 293px;
	margin-top: -12px;
}
.top_main .fv_inner .fv_anims .fv_main .pouchs dd .pouch {
	position: absolute;
}
.top_main .fv_inner .fv_anims .fv_main .pouchs dd .pouch:first-child {
	top: 4px;
	left: 85px;
	animation: topPouch 4s steps(1) infinite;
}
.top_main .fv_inner .fv_anims .fv_main .pouchs dd .pouch:nth-child(2) {
	bottom: 0;
	left: 0;
	animation: bottomPouch 4s steps(1) infinite;
}
.top_main .fv_inner .fv_anims .fv_main .pouchs dd .pouch:nth-child(3) {
	top: 0;
	right: 76px;
	animation: topPouch 4s steps(1) infinite;
}
.top_main .fv_inner .fv_anims .fv_main .pouchs dd .pouch:nth-child(4) {
	bottom: 20px;
	right: 0;
	animation: bottomPouch 4s steps(1) infinite;
}
@keyframes topPouch {
	0%   { transform: rotate(-6deg); }
	20%  { transform: rotate(-6deg); } /* 止まる */
	25%  { transform: rotate(6deg); }  /* カク */
	45%  { transform: rotate(6deg); }  /* 止まる */
	50%  { transform: rotate(-6deg); } /* カク */
	70%  { transform: rotate(-6deg); } /* 止まる */
	75%  { transform: rotate(6deg); }  /* カク */
	100% { transform: rotate(6deg); }  /* 止まる */
}
@keyframes bottomPouch {
	0%   { transform: rotate(6deg); }
	20%  { transform: rotate(6deg); } /* 止まる */
	25%  { transform: rotate(-6deg); }  /* カク */
	45%  { transform: rotate(-6deg); }  /* 止まる */
	50%  { transform: rotate(6deg); } /* カク */
	70%  { transform: rotate(6deg); } /* 止まる */
	75%  { transform: rotate(-6deg); }  /* カク */
	100% { transform: rotate(-6deg); }  /* 止まる */
}
.scroll_position {
	position: absolute;
	bottom: -42px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 58px;
	height: 70px;
}
.scroll_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.scroll_anim_top_txt {
	position: absolute;
	width: 57px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 0;
}
.scrolldown1::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 50px;
	background: #231815;
}
.scrolldown1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #231815;
	animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@keyframes circlemove {
	0% {
		bottom: 40px;
	}
	100% {
		bottom: -30px;
	}
}
@keyframes cirlemovehide {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	50% {
		opacity: 0.9;
	}
	72% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.shake.rarMV {
    animation: shakePouch 5s infinite;
}
@keyframes shakePouch {
    0% {
        transform: rotate(0);
    }
    3% {
        transform: rotate(12deg);
    }
    6% {
        transform: rotate(-12deg);
    }
	9% {
		transform: rotate(12deg);
	}
	12% {
		transform: rotate(-12deg);
	}
    15% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
.confetti.rarMV {
    animation: confetti 1.5s infinite;
}
@keyframes confetti {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    60% {
        transform: rotate(-15deg);
    }
    70% {
        transform: rotate(15deg);
    }
    80% {
        transform: rotate(-15deg);
    }
    90% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
.top_lottery_gifts {
	position: relative;
	width: 688px;
	margin: auto;
	line-height: 0;
}
.top_lottery_gifts a {
    opacity: 1;
}
.top_lottery_gifts .gift_envelope {
  position: absolute;
  top: 36px;
  left: -20px;
}
.top_lottery_gifts .gift_example {
  position: absolute;
  top: -2px;
  right: -20px;
}
.top_company {
	margin: 0 auto;
}
.top_company h2 {
	text-align: center;
    margin: 30px auto 35px auto;
}
.top_company .brand {
	display: flex;
	align-items: center;
    justify-content: space-between;
	width: 932px;
	margin: auto;
}
.top_company .brand.back_row {
	width: 977px;
	margin: 12px auto 0 auto;
}
.realtime_wrap {
	background-image: url(/images/SelectableGift/top/top_wave_pc_01.svg?date=230322);
	background-repeat: repeat-x;
	background-size: 2250px;
	background-position: top 0 center;
	background-color: #FCF2D9;
	margin-top: 60px;
	height: 680px;
	position: relative;
}
.realtime_bg {
	width: 651px;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	height: 260px;
}
/*.realtime_wrap .confetti_01 {
	position: absolute;
	top: 80px;
	left: 15px;
}
.realtime_wrap .confetti_02 {
	position: absolute;
	top: 56px;
	right: 10px;
}*/
.realtime .application_btn_bg {
	width: 600px;
	margin: -64px auto 0 auto;
	position: relative;
}
.confetti_wrap {
	max-width: 1200px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.confetti_inner {
	/*position: relative;*/
	background-image: url(/images/SelectableGift/common/confetti_03.svg),url(/images/SelectableGift/common/confetti_04.svg);
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: left 15px top 112px, left 940px top 68px;
	height: 100%;
}
.support_money {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #F25444 50%, #F25444 98%,#FCF2D9 98%, #FCF2D9 100%);
	line-height: 0;
}
.support_money .ttl {
	width: 294px;
	margin: 70px auto 20px auto;
}
.support_money .read {
	width: 700px;
	margin: 0 auto 30px auto;
}
.support_money .moreover {
	text-align: center;
	margin-bottom: 10px;
}
.support_money .wave {
	background-image: url(/images/SelectableGift/top/top_wave_pc_02.svg);
	background-repeat: repeat-x;
	background-size: 2000px;
	background-position: center bottom;
	padding-top: 0;
	height:35px;

}
.special_present{
	position: relative;
}
.product_ttl_confetti_pc{
	position: absolute;
	top: 500px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.special_present .number_of_winners_txt {
    font-size: 28px;
    line-height: 49px;
    font-weight: 600;
    text-align: center;
	padding-top: 40px;
}
.special_present .number_of_winners_txt .number_of_winners {
    color: #F25444;
    font-weight: 600;
    display: inline-block;
}
.special_present .number_of_winners_txt .number_of_winners span {
    font-size: 80px;
    font-weight: bold;
}
.present_list_wrap {
	background-color: #FCF2D9;
	padding-bottom: 200px;
}
.present_list_wrap h4 {
	width: 540px;
	margin: 0 auto 20px auto;
}
.present_list {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.present_list .present_list_hierarchy {
    float: left;
	padding-top: 20px;
	filter: drop-shadow(2px 4px 2px rgba(187,187,187,0.3));
}
.present_list li:nth-of-type(5n) {
	margin-right: 0;
}
.present_list_hierarchy {
    position: relative;
    width: 216px;
    z-index: 2;
    margin-bottom: 30px;
}
.present_list_hierarchy {
    margin-right: 30px;
}
.present_list_hierarchy figure img {
	width: 216px;
	height: auto;
}
.present_list_hierarchy:last-child {
	margin-right: 0;
}
.present_list_hierarchy p {
    position: absolute;
    top: 6px;
    right: 14px;
	z-index: 3;
}
.present_list_hierarchy .appeal {
    animation: shakeAppeal 3s infinite;
	width: 35%;
}
@keyframes shakeAppeal {
	0% {
		transform: rotate(0);
	}
	6% {
		transform: rotate(8deg);
	}
	12% {
		transform: rotate(-8deg);
	}
	18% {
		transform: rotate(8deg);
	}
	24% {
		transform: rotate(-8deg);
	}
	30% {
		transform: rotate(8deg);
	}
	36% {
		transform: rotate(-8deg);
	}
	42% {
		transform: rotate(8deg);
	}
	48% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}
.present_list_hierarchy:first-child .appeal {
	top: 88px;
	right: 12px;
	width: 28%;
}
.present_list_hierarchy:nth-child(13) .appeal {
	top: 82px;
	right: 22px;
	width: 28%;
}
.present_list_hierarchy:nth-child(14) .appeal {
	top: 82px;
	right: 22px;
	width: 28%;
}
.present_list_hierarchy:nth-child(15) .appeal {
	top: 80px;
	right: 12px;
	width: 28%;
}
.present_list_hierarchy:nth-child(21) .appeal {
	top: 96px;
	left: 18px;
	width: 28%;
}
.present_list_hierarchy figure img {
	border-radius: 30px;
}
.footer_allwrap {
	position: relative;
}

.top_footer {
	background-image: url(/images/SelectableGift/top/top_wave_pc_03.svg?date=230322);
	background-repeat: repeat-x;
	background-size: 2250px;
	background-position: top 0 center;
	padding: 147px 0 0 0;
	line-height: 0;
	margin-top: -147px;
}
.top_footer_wrap {
	background-color: #FFD25F;
	padding-bottom: 370px;
}
.top_footer_contentswrap{
	position: absolute;
	top: 270px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top_footer_logo_wrap {
	display: flex;
	align-items: flex-end;
	width: 600px;
	margin: 0 0 30px 250px;
}
.top_footer_mp_logo{
	margin: 0 0 5px 20px;
}
.top_footer .top_footer_bg .top_footer_inner .footer_link_box li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.top_footer .top_footer_bg .top_footer_inner .footer_link_box li a:before {
	content: '';
	background: url(/images/SelectableGift/common/arrow_p_pc.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	padding-top: 15px;
}
.top_footer .top_footer_bg .top_footer_inner .footer_link_box li a .footer_link_arrow {
	display: inline-block;
	text-decoration: none;
	padding-right: 45px;
}
.top_footer .top_footer_bg .top_footer_inner .footer_link_box li:last-child a .footer_link_arrow {
	padding-right: 0;
}
.top_footer .top_footer_bg .top_footer_inner .footer_link_box li .footer_link_txt {
	color: #3A3A3A;
	font-size: 17px;
	line-height: 30px;
	font-weight: 600;
}
.top_footer .top_footer_bg .top_footer_inner .footer_link_box li .footer_link_alphabet_txt {
	color: #3A3A3A;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
.top_footer .top_footer_bg .top_footer_inner .txt {
	color: #3A3A3A;
	font-size: 12px;
	line-height: 21px;
	font-weight: 300;
	margin: 20px auto;
	text-align: center;
	width: 900px;
}
.top_footer .top_footer_bg .top_footer_inner .copy {
	color: #3A3A3A;
	font-size: 12px;
	line-height: 21px;
	font-weight: 300;
	text-align: center;
}
.footer_link_box {
	width: 884px;
	margin: 0 auto;
}
.footer_link_box li {
	display: inline-block;
	/*padding-right: 45px;
	margin: auto;*/
}
.footer_link_box li:last-child {
	padding-right: 0;
}

.realtime_inner {
	position: absolute;
	top: 56%;
	left: 0;
	transform: translate(0,0);
	width: 100%;
	text-align: center;
}
.top_visumo {
	padding-top: 245px;
	max-width: 1200px;
	margin: auto;
}
footer .fixed_bnr {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto 20px;
	width: 600px;
}
.alphabet {
	text-align: right;
}
.alphabet img {
	width: 80%;
}

.rar {
	animation: shake 3s infinite;
}
.rar_long {
	animation: shake 5s infinite;
}
.rar_short {
	animation: shake 2s infinite;
}
@keyframes shake {
	0% {
        transform: rotate(0);
    }
    6% {
        transform: rotate(15deg);
    }
    12% {
        transform: rotate(-15deg);
    }
    18% {
        transform: rotate(15deg);
    }
    24% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
/*紙吹雪ゆらゆらアニメーションここまで*/
.rotate_item_01 {
	position: absolute;
	top: 260px;
	left: 60px;
}
.rotate_item_02 {
	position: absolute;
	top: 160px;
	left: 360px;
	animation-delay: .4s;
}
.rotate_item_04 {
	position: absolute;
	top: 40px;
	right: 70px;
}
.rotate_item_05 {
	position: absolute;
	bottom: 230px;
	right: 60px;
	animation-delay: .4s;
}
.rotate_item_06 {
	position: absolute;
	top: 96px;
	left: 190px;
	animation-delay: .8s;
}
.rotate_item_07 {
	position: absolute;
	bottom: 20px;
	left: 230px;
}
.rotate_item_08 {
	position: absolute;
	top: 80px;
	right: 230px;
	animation-delay: .8s;
}
.mom_on_decoration {
	position: absolute;
	top: 170px;
	left: -56px;
}