@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

:root {
    --base-font-size: 0.27rem;
    --base-font-color: #8a577f;
    --base-max-width: 768px;
    --base-min-width: 360px;
    --base-border-radius: 0.16rem;
}

html {
    font-size: clamp(50px, calc(100vw / 7.5), 100px);
}

body {
    font-family: Helvetica, -apple-system, system-ui, sans-serif;
    font-size: var(--base-font-size);
    line-height: 1.4;
    color: var(--base-font-color);
}

a {
    color: var(--base-font-color);
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

p {
    margin: 0.8em 0;
}

ul,
ol {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0.2rem 0;
    border: 1px solid #ccc;
    background-color: #fff;
}

table th,
table td {
    padding: 0.5em 0.4em;
    border: 1px solid #ccc;
    color: #000;
}

table th {
    font-weight: normal;
    background-color: #e1e1e1;
}

table td {
    font-size: 12px;
    color: #555;
}

.wrapper {
    max-width: var(--base-max-width);
    min-width: var(--base-min-width);
    margin: 0 auto;
}

.header {
    position: relative;
    height: 11rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/header-bg0.jpg") no-repeat center top;
    background-size: 100% auto;
}

.header h1 {
    display: none;
    font-size: 0;
    line-height: 0;
}

.cos1 .header,
.cos2 .header {
    height: 9.8rem;
}

.header1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 9.8rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/header-bg1.jpg") no-repeat center top;
    background-size: 100% auto;
}

.header2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 9.8rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/header-bg2.jpg") no-repeat center top;
    background-size: 100% auto;
}

.medialink {
    position: absolute;
    top: 1.3rem;
    right: 0.2rem;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.medialink li {
    flex: none;
    height: 0.52rem;
    width: auto;
    margin-left: 0.16rem;
    font-size: 0;
    line-height: 0;
}

.medialink li img {
    height: 100%;
    width: auto;
}

.medialink li:first-child {
    margin-left: 0;
}

.cos1 .medialink,
.cos2 .medialink {
    top: 0.2rem;
}

.tabs {
    display: flex;
    justify-content: space-between;
    height: 1.12rem;
}

.tabs li {
    flex: auto;
    font-size: 0;
    line-height: 0;
}

.tabs li a {
    display: block;
    height: 100%;
}

.tab1 {
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/cos0-tab1.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.tab2 {
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/cos0-tab2.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.cos1 .tab1 {
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/cos1-tab1.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.cos1 .tab2 {
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/cos1-tab2.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.cos2 .tab1 {
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/cos2-tab1.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.cos2 .tab2 {
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/cos2-tab2.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.main {
    padding-top: 0.1rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/bg-cos0.jpg") repeat-y center top;
    background-size: 100% auto;
}

.cos1 .main {
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/bg-cos1.jpg") repeat-y center top;
    background-size: 100% auto;
}

.cos2 .main {
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/bg-cos2.jpg") repeat-y center top;
    background-size: 100% auto;
}

.divine {
    position: relative;
    margin-top: 0.3rem;
}

.divine a {
    display: block;
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 0;
    font-size: 0;
    transform: translateX(-50%);
}

.sec1 {
    margin-top: 0.4rem;
}

.sec1 h2 {
    width: 6.4rem;
    margin: 0 auto;
}

.sec1-reward {
    width: 7.5rem;
    margin: 0.2rem auto 0;
}

.sec2 h2 {
    width: 6rem;
    margin: 0 auto;
}

.sec2 article {
    margin: 0.2rem 0.2rem 0;
}

.sec3 h2 {
    width: 3.6rem;
    margin: 0 auto;
}

.sec3 article {
    margin: 0.2rem 0.2rem 0;
}

.sec4 h2 {
    width: 6.8rem;
    margin: 0 auto 0.3rem;
}

.sec4-roles {
    margin: 0.3rem 0.5rem 0;
}

.sec4>article {
    margin: 0.3rem 0.2rem;
}

.sec4>article h3 {
    height: 0.48rem;
    margin: 0.2rem 0;
}

.sec4>article h3 img {
    height: 100%;
    width: auto;
}

.sec4-header1 {
    position: relative;
    height: 5.2rem;
    margin: 0 0.2rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section4-role-1.png") no-repeat right bottom;
    background-size: 4.17rem 5.2rem;
}

.sec4-header2 {
    position: relative;
    height: 5.2rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section4-role-2.png") no-repeat right bottom;
    background-size: 6.61rem 5.2rem;
}

.sec4-header-main {
    position: absolute;
    top: 1.3rem;
    left: 0.6rem;
    text-align: center;
}

.sec4-header-main>h3 {
    display: inline-block;
    padding: 0.2em 1.5em 0.6em;
    margin: 0 auto;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/button-yellow.png") no-repeat center center;
    background-size: 100% 100%;
}

.sec4-header-support {
    margin: 0 auto 0.1rem;
}

.sec4-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
}

.sec4-list-header li {
    margin: 0 0.2rem;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #684b62;
}

.sec4-rewards1>li {
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
    padding: 0.1rem 0.22rem 0.24rem 0.36rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section4-rewardbox1.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.sec4-rewards1>li .left {
    flex: auto;
}

.sec4-rewards1>li .right {
    flex: none;
}

.sec4-rewards1-icons {
    display: flex;
    flex: none;
    margin: 0 0.08rem;
}

.sec4-rewards1-icons>li {
    flex: none;
    width: 0.6rem;
    margin: 0 0.04rem;
}

.sec4-rewards2 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0.2rem 0;
    padding: 0.3rem 0.24rem 0.3rem 0.2rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section4-rewardbox2.png") no-repeat center center;
    background-size: 100% 100%;
}

.sec4-rewards2>li {
    flex: none;
    width: 20%;
    text-align: center;
}

.sec4-rewards2>li header {
    font-size: 0.9em;
    line-height: 1;
}

.sec4-rewards2>li article {
    margin: 0.16rem 0;
}

.sec4-rewards2>li article a {
    display: block;
    width: 0.88rem;
    margin: 0 auto;
}

.sec4-rewards2>li article b {
    display: block;
    width: 0.88rem;
    margin: 0 auto;
    opacity: 0.6;
    filter: grayscale(100%);
}

.sec4-rewards2>li article span {
    display: block;
    position: relative;
    width: 0.88rem;
    margin: 0 auto;
}

.sec4-rewards2>li article span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.32rem;
    height: 0.32rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/icon-claimed.png") no-repeat center center;
    background-size: 100% 100%;
}

.sec4-rewards2>li footer {
    font-size: 0.8em;
    line-height: 1;
}

.sec4-progress {
    position: relative;
    margin: 0.3rem 0.4rem;
    border-radius: 0.16rem;
    text-align: center;
    color: #ffb2d0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(247, 96, 123, 0.6);
    overflow: hidden;
}

.sec4-progress aside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #f84e4e;
}

.sec4-progress p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 0.9em;
    line-height: 1.2;
}

.sec5 h2 {
    width: 6rem;
    margin: 0 auto;
}

.sec5-reward {
    margin: 0 auto;
    padding: 0.6rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section5-reward.png") no-repeat center top;
    background-size: 100% 100%;
}

.sec5-reward>h3 {
    margin: 0 0 0.2rem;
    font-size: 1.2em;
    text-align: center;
}

.sec5-reward .sec4-progress {
    margin: 0.1rem 0;
}

.sec5-wheel {
    position: relative;
    width: 6.8rem;
    height: 6.8rem;
    margin: 0 auto;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section5-wheel.png") no-repeat center center;
    background-size: 100% 100%;
}

.sec5-wheel-inner {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    transform: translateY(2.3rem);
}

.sec5-wheel-pointer {
    height: 100%;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section5-pointer.png") no-repeat center center;
    background-size: 100% 100%;
}

.start {
    transition: all 3s ease-in-out;
}

.sec5-wheel-draw {
    position: absolute;
    top: 0.48rem;
    left: 0.72rem;
    width: 0.56rem;
    height: 1.1rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section5-pointer-text.png") no-repeat center center;
    background-size: 100% 100%;
}

.sec5 article {
    margin: 0.1rem 0.3rem 0;
    text-align: center;
}

.sec6 h2 {
    width: 4rem;
    margin: 0 auto;
}

.sec6 article,
.sec7 article,
.sec8 article {
    margin: 0.2rem 0.3rem 0;
    text-align: center;
}

.sec6-reward,
.sec7-reward {
    margin: 0 0.1rem;
}

.sec7,
.sec8 {
    margin-top: 0.6rem;
}

.sec7 h2 {
    width: 5.6rem;
    margin: 0 auto;
}

.sec8 h2 {
    width: 3.6rem;
    margin: 0 auto;
}

.sec8-rewards {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0.2rem;
}

.sec8-rewards li {
    flex: none;
    width: 23%;
    text-align: center;
}

.sec8-rewards li h3 {
    font-size: 0.75em;
    font-weight: normal;
}

.sec8-rewards li img {
    margin: 0.1rem auto;
    filter: drop-shadow(0 0 8px rgba(247, 103, 129, 0.7));
}

.sec8-rewards li a,
.sec8-rewards li span {
    display: inline-block;
    font-size: 1em;
    padding: 0.4em 1.1em;
}

.sec9 h2 {
    width: 1.2rem;
    margin: 0 auto;
}

.sec9 article {
    margin: 0.2rem 0.3rem 0;
    max-height: 6rem;
    overflow-y: auto;
}

.sec9 article b {
    color: #ff5380;
}

.page2-sec1,
.page2-sec2,
.page2-sec3 {
    margin-top: 0.3rem;
}

.page2-sec1>h2 {
    width: 4.4rem;
    margin: 0 auto;
}

.page2-sec1-countdown {
    margin: 0.2rem 0 0.3rem;
    padding: 0.4rem 0 0.6rem;
    text-align: center;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/page2-sec1-heart.png") no-repeat center center;
    background-size: 2.23rem 2rem;
}

.page2-sec1-countdown h3 {
    font-size: 2em;
    color: #fff;
}

.page2-sec2 {
    position: relative;
    height: 15.64rem;
    padding: 0.44rem 0 0;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/page2-machine-bg.png") no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page2-sec2>h2 {
    width: 6.4rem;
    margin: 0 auto;
}

.page2-sec3>h2 {
    width: 4.3rem;
    margin: 0 auto;
}

.page2-sec2-screen {
    width: 4.35rem;
    height: 2.53rem;
    margin: 3.6rem auto 0;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/page2-machine-screen.gif") no-repeat center center;
    background-size: 100% 100%;
}

.page2-sec2-operate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem 1.2rem 0;
}

.page2-sec2-buttons {
    flex: none;
    width: 3.1rem;
}

.page2-sec2-buttons li {
    margin: 0.2rem 0;
}

.page2-sec2-buttons li a,
.page2-sec2-buttons li span {
    display: block;
}

.page2-sec2-coinbox {
    flex: none;
    position: relative;
    width: 1.5rem;
    height: 1.7rem;
    margin-right: 0.16rem;
}

.page2-sec2-coinbox article {
    position: absolute;
    bottom: -2.8rem;
    right: -1.7rem;
    width: 2.22rem;
    height: 3.39rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/page2-hand.png") no-repeat;
    background-size: 100% 100%;
}

.coinbox-coin {
    width: 0.14rem;
    margin: 0 0 0 0.3rem;
}

.hand-animation {
    animation: hand_animate 2s ease;
}
.coin-animation {
    animation: coin_animate 1.2s ease 0.7s;
}

.page2-sec2>footer {
    margin: 0.18rem 1.3rem 0;
    color: #999;
}

.page2-sec2>aside {
    position: absolute;
    top: 0.6rem;
    right: 0.1rem;
    color: #999;
}

.page2-sec2>aside>a {
    display: block;
    width: 0.64rem;
    margin: 0.2rem 0;
}

.page2-sec3-task {
    margin: 0.3rem 0.6rem;
}

.page2-sec3-task li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem 0;
    padding-left: 0.4rem;
    background-color: #fb90a0;
    border-radius: 2rem;
    overflow: hidden;
}

.page2-sec3-task li h3 {
    flex: auto;
    font-size: 1.3em;
    color: #fff;
}

.page2-sec3-task li footer {
    flex: none;
}

.page2-sec3-task li footer a,
.page2-sec3-task li footer span {
    display: block;
    padding: 0.5em 1.3em;
    border-radius: 2rem;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.task-btn-red {
    color: #fff;
    background-color: #f84e4e;
}

.task-btn-gray {
    color: #888;
    background-color: #bababa;
}

.task-btn-yellow {
    color: #6b4f65;
    background-color: #fff25f;
}

.footer {
    margin-top: 0.2rem;
    padding-top: 2.1rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/footer-icon.png") no-repeat 94% 0;
    background-size: 2.7rem 2.4rem;
}

.footer article,
.footer2 article {
    padding: 0.2rem;
    background-color: #fff;
}

.footer2 {
    margin-top: 0.2rem;
}

.message {
    position: fixed;
    top: 2vh;
    left: 3vw;
    right: 3vw;
    z-index: 90;
    border: 1px solid #666;
    border-radius: var(--base-border-radius);
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.7);
    --animate-duration: 0.3s;
}

.message article {
    max-width: var(--base-max-width);
    margin: 0 auto;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.8);
}

.mask-wrapper {
    position: relative;
    width: 7.1rem;
    margin: 0 auto;
    padding-top: 12vh;
    box-sizing: border-box;
}

.mask-box {
    position: relative;
    padding: 0.1rem 0.3rem;
    min-height: 1.6rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-bg.jpg") repeat;
}

.mask-box::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.45rem;
    left: 0;
    right: 0;
    height: 0.45rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-t.png") no-repeat center top;
    background-size: 100% 100%;
}

.mask-box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.45rem;
    left: 0;
    right: 0;
    height: 0.45rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-b.png") no-repeat center top;
    background-size: 100% 100%;
}

.mask-box>h3 {
    margin: 0.2rem 0;
    font-size: 1.2em;
    text-align: center;
}

.mask-box-divine {
    position: relative;
    padding: 0.1rem 0.3rem;
    min-height: 2rem;
    font-size: 0.9em;
    line-height: 1.3;
    color: #fff;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-divine-bg.jpg") repeat-y center top;
    background-size: 100% auto;
}

.mask-box-divine::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.6rem;
    left: 0;
    right: 0;
    height: 0.62rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-divine-t.png") no-repeat center top;
    background-size: 100% 100%;
}

.mask-box-divine::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.58rem;
    left: 0;
    right: 0;
    height: 0.58rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-divine-b.png") no-repeat center top;
    background-size: 100% 100%;
}

.mask-box-divine h3 {
    margin: 0 0.4rem;
    font-size: 1.3em;
    text-align: center;
}

.mask-box-divine p:last-child {
    margin-bottom: 0;
}

.mask-box-divine-footer {
    margin-top: 0.8rem;
    text-align: center;
}

.mask-box-divine-footer p {
    margin: 0.16rem 0;
}

.mask-box-divine2 {
    min-height: 8rem;
    padding: 0.7rem 0.6rem 1rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-divine2-bg.png") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

.mask-box-divine2 header {
    width: 1.8rem;
    height: 2rem;
    margin: 0 auto;
    padding: 0.34rem 0.24rem 0 0.26rem;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-avatar-bg.png") no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.mask-box-divine2 h3 {
    height: 0.4rem;
    margin: 0.16rem 0;
    text-align: center;
}

.mask-box-divine2 h3 img {
    height: 100%;
    width: auto;
}

.mask-box-divine2 p {
    margin: 0;
}

.mask-box-divine2 aside {
    height: 0.12rem;
    margin: 0.32rem 0;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dialog-line.png") no-repeat center center;
    background-size: auto 100%;
    font-size: 0;
    line-height: 0;
}

.mask-box-divine2-footer {
    margin-top: 0.2rem;
    text-align: center;
}

.mask-box-video video {
    width: 100%;
    height: auto;
}

.mask-scrollbox {
    max-height: 60vh;
    overflow-y: auto;
}


.list-divine-roles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-height: 5rem;
    padding: 0.1rem 0.1rem;
    overflow-y: auto;
    box-sizing: border-box;
}

.list-divine-roles li {
    flex: none;
    position: relative;
    width: 22%;
    margin: 0.1rem 0.08rem;
    text-align: center;
}

.list-divine-roles li.selected::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 115%;
    height: 114%;
    z-index: 2;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/divine-role-selected.png") no-repeat center center;
    background-size: 100% 100%;
}

.form-box {
    margin: 0 0.1rem;
}

.form-item {
    display: flex;
    margin: 0.3rem 0;
}

.form-item label {
    display: block;
    flex: none;
    align-self: center;
    width: 2.1rem;
    text-align: right;
}

.form-content {
    flex: auto;
    margin: 0 0.2rem;
}

.form-content input,
.form-content select {
    display: block;
    width: 100%;
    padding: 0.7em 0.5em;
    border: 1px solid #c5aabf;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fdf1f3;
    color: #000;
    outline: none;
}

.divider {
    width: 7rem;
    height: 0.37rem;
    margin: 0.5rem auto;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/dividerline.png") no-repeat center center;
    background-size: 100% 100%;
}

.buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.32rem 0.2rem 0;
}

.buttons>li {
    flex: none;
    text-align: center;
}

.mask-wrapper>.buttons {
    margin-top: 0.7rem;
}

.gray {
    opacity: 0.7;
    filter: grayscale(1);
}

.btn-pink {
    display: inline-block;
    border-radius: 10rem;
    padding: 0.3em 1.5em;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    background-color: #ff5380;
}

.btn-pink2 {
    display: inline-block;
    padding: 0.3em 1.4em;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/button-pink.png") no-repeat center center;
    background-size: 100% 100%;
}

.btn-red {
    display: inline-block;
    border-radius: 10rem;
    padding: 0.3em 1.5em;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    background-color: #f84e4e;
}

.btn-blue {
    display: inline-block;
    border-radius: 10rem;
    padding: 0.3em 1.5em;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    background-color: #74c7ee;
}

.btn-blue2 {
    display: inline-block;
    padding: 0.3em 1.4em;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/button-blue.png") no-repeat center center;
    background-size: 100% 100%;
}

.btn-deepblue {
    display: inline-block;
    border-radius: 10rem;
    padding: 0.3em 1.5em;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    background-color: #5987cc;
}

.btn-yellow {
    display: inline-block;
    border-radius: 10rem;
    padding: 0.5em 1.3em;
    text-align: center;
    background-color: #ffe400;
}

.btn-pink3 {
    display: inline-block;
    border-radius: 10rem;
    padding: 0.5em 1.3em;
    text-align: center;
    color: #fff;
    background-color: #ff5380;
}

.btn-gray {
    display: inline-block;
    border-radius: 10rem;
    padding: 0.5em 1.3em;
    text-align: center;
    color: #655f64;
    background-color: #beb5bc;
}

.btn-close {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/icon-close.png") no-repeat center center;
    background-size: 100% 100%;
}

.btn-support {
    display: block;
    width: 2.4rem;
    height: 2.32rem;
    font-size: 0;
    line-height: 0;
    background: url("https://contentjp.fingerfun.co.jp/image/jpkof98/valentine2601/section4-support.png") no-repeat center center;
    background-size: 100% 100%;
}

.text-center {
    text-align: center;
}

@keyframes hand_animate {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(-0.28rem, -0.28rem)
    }
    100% {
        transform: translate(0, 0)
    }
}
@keyframes coin_animate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0);
    }
    60% {
        opacity: 0;
    }
    90% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
