﻿header.sp_header {
	display: none;
}
#contents {
	background-color: #ffffff;
	overflow: hidden;
}
.top_main {
	display: flex;
	background-image: url(/images/SelectableGift/top/repetition_bg.png);
	background-repeat: repeat;
	width: 2600px;
	height: 720px;
	position: relative;
	margin-bottom: 50px;
	margin-left: -1300px;
	left: 50%;
}
.top_main .center_part {
	max-width: 1600px;
	width: 1600px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	margin-left: -800px;
    left: 50%;
	background-image: url(/images/SelectableGift/top/rotate_item_23.svg?date=250304),url(/images/SelectableGift/top/rotate_item_25.svg?date=250304),url(/images/SelectableGift/top/rotate_item_26.svg?date=250304),url(/images/SelectableGift/top/rotate_item_27.svg?date=250304);
	background-repeat: no-repeat;
	background-position: bottom 52px left 246px, top 107px left 290px, top 142px right 236px, bottom 70px right 194px;
}
.top_main header {
	display: flex;
	width: 1200px;
	margin: 30px auto 0 auto;
	height: 90px;
	align-items: center;
	z-index: 5;
	position: relative;
}
nav.nav {
	background: #ffffff;
	color: #3a3a3a;
	text-align: center;
	margin-left: 220px;
	border-radius: 50px;
	max-width: 680px;
	width: 56.666%;
	height: 70px;
}
nav.nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 2.5% 2%;
    box-sizing: border-box;
}
nav.nav li.gnav_li {
	color: #3A3A3A;
	flex: 1;
	margin-top: 2px;
}
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 {
	flex-basis: 28%;
}
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;
	position: relative;
	bottom: 7px;
	left: 7px;
}
nav.nav li.gnav_li:first-child::after {
	content: '';
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    left: 96px;
    bottom: 48px;
}
nav.nav li.gnav_li:nth-child(2) {
	flex-basis: 26%;
}
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;
	position: relative;
	bottom: 9px;
	left: 3px;
}
nav.nav li.gnav_li:nth-child(3){
	flex-basis: 16%;
}
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;
	position: relative;
	bottom: 8px;
	left: 8px;
}
nav.nav li.gnav_li:last-child {
	flex-basis: 32%;
}
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;
	position: relative;
	bottom: 8px;
	left: 6px;
}
nav.nav li.gnav_li:last-child::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #565656 #565656;
	transform: rotate(-45deg);
	display: inline-block;
	position: relative;
	left: -2px;
	bottom: 21px;
}
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;
}
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_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_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1112px;
	margin: auto;
	width: 100%;
	position: absolute;
    top: 152px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top_main .fv_inner .fv_anims .left {
	position: relative;
	margin-right: -40px;
}
.top_main .fv_inner .fv_anims .fv_main .text_back_rotate {
	position: absolute;
	top: 36px;
	left: 0;
	width: 110px;
	height: 110px;
}
.top_main .fv_inner .fv_anims .fv_main .rotate_inner {
	position: relative;
	max-width: 110px;
}
.top_main .fv_inner .fv_anims .fv_main .rotate_inner .rotate_bg {
	animation: rotation 30s linear infinite;
}
@keyframes rotation {
	0% {
		transform: rotateZ(0);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
.top_main .fv_inner .fv_anims .fv_main .pregnant_women_only {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 60%;
}
.top_main .fv_inner .fv_anims .right dl {
	margin-top: -20px;
}
.top_main .fv_inner .fv_anims .right dt {
	text-align: center;
	line-height: 0;
}
.top_main .fv_inner .fv_anims .right dd {
	margin-top: -50px;
}
.top_main .fv_inner .fv_anims .right dd ul {
	display: flex;
}
.top_main .fv_inner .fv_anims .right dd li {
	margin-right: 10px;
	background-repeat: no-repeat;
}
.top_main .fv_inner .fv_anims .right dd li:first-child {
	background-image: url(/images/SelectableGift/top/pouch_shadow_01.svg);
	background-position: bottom 40px left 24px;
}
.top_main .fv_inner .fv_anims .right dd li:nth-child(2) {
	background-image: url(/images/SelectableGift/top/pouch_shadow_02.svg);
	background-position: bottom 40px center;
	margin-top: -12px;
}
.top_main .fv_inner .fv_anims .right dd li:nth-child(3) {
	background-image: url(/images/SelectableGift/top/pouch_shadow_03.svg);
	background-position: bottom 40px center;
	margin-top: -4px;
}
.top_main .fv_inner .fv_anims .right dd li:last-child {
	background-image: url(/images/SelectableGift/top/pouch_shadow_04.svg);
	background-position: bottom 40px center;
	margin-top: -10px;
	margin-right: 0;
}
.top_main .fv_inner .fv_anims .right dd li img {
	filter: drop-shadow(6px 6px 6px rgba(204,165,0,.3));
}
.top_fv_mom {
	position: absolute;
	bottom: -10px;
	right: 0;
}
.scroll_position {
	position: absolute;
	bottom: -26px;
	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;
}
.scrolldown1::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 50px;
	background: #231815;
	height: 50px;
}
.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 {
	position: absolute;
	bottom: 12px;
	right: 200px;
	width: 452px;
	height: 388px;
}
.shake a {
	opacity: 1;
}
.shake .shake_anim_position {
    position: relative;
}
.shake .shake_anim_position .pouch {
    position: absolute;
    top: 0;
    left: 0;
}
.shake.rarMV {
    animation: shakePouch 5s infinite;
}
@keyframes shakePouch {
    0% {
        transform: rotate(0);
    }
    3% {
        transform: rotate(6deg);
    }
    6% {
        transform: rotate(-6deg);
    }
	9% {
		transform: rotate(6deg);
	}
	12% {
		transform: rotate(-6deg);
	}
    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: 922px;
	margin: auto;
}
.top_company .brand.back_row {
	width: 1009px;
	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: 140px;
	right: 4px;
	width: 28%;
}
.present_list_hierarchy:nth-child(2) .appeal {
	top: 76px;
	left: 14px;
	width: 28%;
}
.present_list_hierarchy:nth-child(3) .appeal {
	top: 76px;
	left: 14px;
	width: 28%;
}
.present_list_hierarchy:nth-child(4) .appeal {
	top: 106px;
	left: 14px;
	width: 28%;
}
.present_list_hierarchy:nth-child(5) .appeal {
	top: 76px;
	right: 20px;
	width: 28%;
}
.present_list_hierarchy:nth-child(6) .appeal {
	top: 152px;
	right: 14px;
	width: 28%;
}
.present_list_hierarchy:nth-child(12) .appeal {
	top: 80px;
	right: 15px;
	width: 28%;
}
.present_list_hierarchy:nth-child(14) .appeal {
	top: 80px;
	right: 22px;
	width: 28%;
}
.present_list_hierarchy:nth-child(17) .appeal {
	top: 160px;
	right: 11px;
	width: 28%;
}
.present_list_hierarchy:nth-child(20) .appeal {
	top: 74px;
	right: 19px;
	width: 28%;
}
.present_list_hierarchy:nth-child(25) .appeal {
	top: 104px;
	left: 14px;
	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(15deg);
    }
    36% {
        transform: rotate(-15deg);
    }
    42% {
        transform: rotate(15deg);
    }
    48% {
        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;
}