@charset "utf-8";
/* ============================================================================
 * Custom CSS
 * ========================================================================= */
 
/* ----------------------------------------------------------------------------
 * Heart Gadget
 * ------------------------------------------------------------------------- */
 
/* home */
.uc-mod-set-birthday-04 {
	background-size: auto;
	background-position-y: 50%;
}
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text.uc-js-dialog-text-old-day-just-wrapper, 
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text.uc-js-dialog-text-old-month-just-wrapper, 
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text.uc-js-dialog-text-old-year-one-just-wrapper,
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text.uc-js-dialog-text-old-year-just-wrapper{
	color:#fff;
	margin-top:-120px;
}
.uc-mod-set-birthday-04 .uc-modal-root > .uc-modal-wrapper > .uc-modal > .uc-modal-text > .uc-text-number {
	line-height: 1.1;
}
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text {
	color:#59bded;
	margin-top:-220px;
}
.uc-mod-set-birthday-04 .uc-modal-root > .uc-modal-wrapper > .uc-modal > .uc-modal-text > .uc-text {
	line-height: 1.2;
}
.uc-mod-set-birthday-02 .uc-gadget-wrapper .uc-gadget .uc-gadget-text,
.uc-mod-set-birthday-03 .uc-gadget-wrapper .uc-gadget .uc-gadget-text{
	padding: 30px 10px;
}
.uc-mod-set-birthday-02 .uc-gadget-wrapper .uc-gadget .uc-gadget-text .uc-text,
.uc-mod-set-birthday-03 .uc-gadget-wrapper .uc-gadget .uc-gadget-text .uc-text{
	line-height: 1.2;
	letter-spacing: 0;
}

@media screen and (max-width: 768px) {
.uc-mod-set-birthday-04 {
	background-size: 90%;
	background-position-y: 40%;
}
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text.uc-js-dialog-text-old-day-just-wrapper,
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text.uc-js-dialog-text-old-year-one-just-wrapper,
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text.uc-js-dialog-text-old-year-just-wrapper{
	margin-top:-65px;
}
.uc-mod-set-birthday-04 .uc-modal-root > .uc-modal-wrapper > .uc-modal > .uc-modal-text > .uc-text-number {
	line-height: 1;
	font-size: 3rem;
}
.uc-mod-set-birthday-04 .uc-modal-root>.uc-modal-wrapper>.uc-modal>.uc-modal-text {
	margin-top:-140px;
}
.uc-mod-set-birthday-04 .uc-modal-root > .uc-modal-wrapper > .uc-modal > .uc-modal-text > .uc-text {
	line-height: 1.2;
	font-size: 1.6rem;
}
}

@keyframes blink {
	from { opacity: 1.0; } 
	10%{opacity:1.0}
	15%{opacity:0.0}
	20%{opacity:1.0}
	25%{opacity:0.0}
	30%{opacity:1.0}
	to{opacity:1.0}
}

.uc-pc.gd-txt {
	position: absolute;
	top: -23px;
	left: -1px;
	animation-name: blink;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	height: auto !important;
}

.uc-sp.gd-txt {
	position: absolute;
	top: -14px;
	left: 0px;
	animation-name: blink;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	height: auto !important;
}

.uc-mod-set-birthday-02 .uc-gadget-wrapper{
	top: -90px;
	left: 15px;
}

@media screen and (min-width:769px) {
.uc-mod-set-birthday-02 .uc-gadget-wrapper{
	top: 0;
	left: 0;
}
}

/* mamatips */
.uc-mod-set-birthday-03 .uc-pc.gd-txt,
.uc-mod-set-birthday-03 .uc-sp.gd-txt{
	display: none !important;
}

/* idmp-add-bnr */
@-webkit-keyframes arrowbefore-1 {
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes arrowbefore-1 {
  100% {
    right: 0;
    opacity: 1;
  }
}

.idmp-add-bnr {
    padding: 17px 80px 18px 80px;
    position: fixed;
    background-color: #59bded;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.idmp-add-bnr a:after,
.idmp-add-bnr a:before {
    content: '';
    position: absolute;
    top: 49%;
    width: 9px;
    height: 9px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
}

.idmp-add-bnr a:before {
    right: 8px;
    opacity: 0;
}

.idmp-add-bnr a {
    color: #ffffff;
    padding-right: 20px;
    display: inline-block;
    position: relative;
}

.idmp-add-bnr a:after {
    right: 0;
}

.idmp-add-bnr a:hover:before {
    animation: arrowbefore-1 0.4s;
}

.uc-page-footer{
    padding-bottom: 60px;
}

.uc-page-footer .uc-footer-page-top .uc-link{
    bottom: 62px;
}