@charset "utf-8";
/*-- reset --*/
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
    font-size: inherit;
}
ul, ol {
    margin: 0;
    padding-left: 0;
}
ul li, ol li {
    margin-left: 0;
    list-style-type: none;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    line-height: 1;
}
hr {
    border: none;
    margin: 0;
    padding: 0;
}
button {
    line-height: inherit;
    margin: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    border: none;
    -webkit-border-image: none;
    border-image: none;
    resize: none;
}
table {
    border-collapse: collapse;
    border: 0px;
}
html {
    overflow-x: hidden;
    width: 100%;
    line-height: 2;
}
body {
    position: relative;
    color: #333;
    background: #fff;
    font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    letter-spacing: .05em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    vertical-align: top;
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
body, td, th {
    font-size: 18px;
    line-height: 1.4;
}
.main a {
    color: #e4002b;
    text-decoration: underline;
}
.mv {
    max-width: 1040px;
    margin: 0 auto;
}
.mv-contain {
    padding: 32px 0 16px;
    background: #FFFBF2;
    text-align: center;
}
.mv-copy {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    position: relative;
}
.mv-copy::before, .mv-copy::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    bottom: 0.5em;
}
.mv-copy::before {
    left: -1.5em;
    transform: rotate(60deg);
}
.mv-copy::after {
    right: -1.5em;
    transform: rotate(-60deg);
}
.mv-h1 {
    margin-top: 10px;
    color: #e4002b;
    font-size: 46px;
    font-weight: bold;
}
.mv-h1 span {
    display: block;
    font-size: 35px;
}
.mv-lottery {
    width: 384px;
    height: 80px;
    margin: 20px auto 0;
    color: #e4002b;
    background: #fff;
    border: 2px solid #e4002b;
    border-radius: 40px;
    font-size: 35px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv-img {
    width: 694px;
    margin: 16px auto 0;
}
.mv-note {
    margin-top: 8px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.mv-date-txt {
    height: 68px;
    color: #fff;
    background: #e4002b;
    font-size: 39px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv-date-txt span {
    padding-right: 1em;
}
.mv-lead-txt {
    margin-top: 16px;
    font-size: 19px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}
.mv-lead-txt a {
    color: #333;
}
.howto {
    margin-top: 48px;
    text-align: center;
}
.howto-note-box {
    display: inline-block;
    padding: 32px 72px;
    border: 2px solid #e4002b;
    border-radius: 22px;
}
.howto-note-txt {
    font-size: 30px;
    font-weight: bold;
}
.howto-note-txt span {
    display: inline-block;
    height: 60px;
    margin: .2em .3em;
    padding: 0 .5em;
    line-height: 60px;
}
.howto-note-txt .howto-note-txt1 {
    background: #C0E3F2;
    border-radius: 6px;
}
.howto-note-txt .howto-note-txt2 {
    color: #e4002b;
    border: 3px solid #e4002b;
    border-radius: 6px;
}
.howto-note-txt .howto-note-txt3 {
    background: #FFD9D8;
    border-radius: 6px;
}
.howto-note-txt .howto-note-txt4 {
    padding: 0 1em;
    color: #e4002b;
    border-radius: 6px;
    background: url("/cp/3rd-friend/assets/img/line.svg") repeat-x bottom;
}
.howto-ttl {
    display: inline-block;
    margin-top: 56px;
    color: #e4002b;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    position: relative;
}
.howto-ttl::before, .howto-ttl::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    bottom: 0.5em;
}
.howto-ttl::before {
    left: -1.5em;
    transform: rotate(60deg);
}
.howto-ttl::after {
    right: -1.5em;
    transform: rotate(-60deg);
}
.howto-step {
    margin-top: 64px;
}
.howto-step-box {
    background: url("/cp/3rd-friend/assets/img/icon-arrow.svg") no-repeat;
}
.howto-step-box:last-child {
    background: none;
}
.howto-step-box.sec1 {
    padding-bottom: 120px;
    background-position: center bottom 60px;
}
.howto-step-box.sec2 {
    padding-bottom: 80px;
    background-position: center bottom 20px;
}
.howto-step-box.sec3 {
    padding-bottom: 80px;
    background-position: center bottom 10px;
}
.howto-step-h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
}
.howto-step-h2 span {
    display: inline-block;
    height: 60px;
    padding: 0 1em;
    font-size: 30px;
    line-height: 60px;
    border-radius: 6px;
    position: relative;
}
.howto-step-h2 span::after {
    position: absolute;
    display: block;
    content: "";
}
.howto-step-box.sec1 .howto-step-h2 span {
    background: #FFD9D8;
}
.howto-step-box.sec1 .howto-step-h2 span::after {
    width: 102px;
    height: 144px;
    background: url("/cp/3rd-friend/assets/img/icon-friend01.svg") no-repeat center/contain;
    left: -90px;
    bottom: -10px;
}
.howto-step-box.sec2 .howto-step-h2 span {
    background: #C0E3F2;
}
.howto-step-box.sec2 .howto-step-h2 span::after {
    width: 108px;
    height: 144px;
    background: url("/cp/3rd-friend/assets/img/icon-friend02.svg") no-repeat center/contain;
    right: -90px;
    bottom: -10px;
}
.howto-step-txt {
    display: inline-block;
    margin-top: 32px;
    font-weight: bold;
}
.howto-step-box.sec1 .howto-step-txt, .howto-step-box.sec2 .howto-step-txt {
    text-align: left;
}
.howto-step-box.sec4 .howto-step-txt {
    color: #e4002b;
    font-size: 30px;
}
.howto-step-box.sec4 .howto-step-txt span {
    display: inline-block;
    margin-bottom: .5em;
    padding: 0 .3em;
}
.howto-step-box.sec4 .howto-step-txt .howto-step-txt1 {
    border-bottom: 5px solid #FFD9D8;
}
.howto-step-box.sec4 .howto-step-txt .howto-step-txt2 {
    border-bottom: 5px solid #C0E3F2;
}
.howto-step-img {
    margin: 32px auto 0;
}
.howto-step-box.sec1 .howto-step-img {
    width: 380px;
}
.howto-step-box.sec2 .howto-step-img {
    width: 300px;
}
.howto-step-box.sec4 .howto-step-img {
    width: 380px;
}
.requirements {
    width: 1040px;
    margin: 64px auto 60px;
}
.requirements-ttl {
    height: 72px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #e4002b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.requirements-list {
    display: flex;
    flex-wrap: wrap;
}
.requirements-list-dt {
    width: 350px;
    padding: 30px 36px 30px 30px;
    color: #e4002b;
    font-weight: bold;
}
.requirements-list-dd {
    width: 690px;
    padding: 30px 24px 30px 0;
}
.requirements-list-dt:nth-of-type(even), .requirements-list-dd:nth-of-type(even) {
    background: rgb(170 170 170 / .1);
}
.requirements-list-dd ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.requirements-list-dd li {
    position: relative;
    padding-left: 1em;
}
.requirements-list-dd li::before {
    position: absolute;
    color: #747474;
    left: 0;
}
.requirements-list-dd .requirements-list-notes-itm::before {
    content: "●";
    font-size: .6em;
    top: .4em;
}
.requirements-list-dd ul ul {
    padding-left: 1em;
}
.requirements-list-dd ul ul li::before {
    content: "・";
}
.requirements-list-dd .note {
    display: block;
    margin-top: .5em;
}
.prize-list {
    padding: .5em 0;
}
.prize-list li {
    position: relative;
    padding-left: 1em;
}
.prize-list li::before {
    position: absolute;
    content: "・";
    left: 0;
}
.prize-list a {
    color: #333;
}
a[data-gtm="tocomlink"]::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background: url("/cp/3rd-friend/assets/img/icon-window.svg") no-repeat center / contain;
    margin-left: .1em;
    margin-right: .2em;
}
@media screen and (min-width: 769px), print {
    .main a {
        -webkit-transition: 0.65s ease;
        transition: 0.65s ease;
    }
    .u-none--pc {
        display: none !important;
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    body, td, th {
        font-size: 4.26667vw;
        line-height: 1.4;
    }
    .mv-contain {
        padding: 8vw 0 4vw;
    }
    .mv-copy {
        font-size: 5.6vw;
    }
    .mv-copy::before, .mv-copy::after {
        width: 6.4vw;
        height: 0.8vw;
        bottom: 0.5em;
    }
    .mv-h1 {
        margin-top: 4vw;
        font-size: 7.73333vw;
        letter-spacing: 0;
    }
    .mv-h1 span {
        font-size: 6.13333vw;
    }
    .mv-lottery {
        width: 76.8vw;
        height: 15.2vw;
        margin: 4vw auto 0;
        border-radius: 8vw;
        font-size: 6.93333vw;
    }
    .mv-img {
        width: calc((295 / 375) * 100vw);
        margin: 4vw auto 0;
    }
    .mv-note {
        margin-top: calc((-16 / 375) * 100vw);
        font-size: calc((16 / 375) * 100vw);
    }
    .mv-date-txt {
        height: 22.4vw;
        font-size: 7.46667vw;
        flex-direction: column;
    }
    .mv-date-txt span {
        padding-right: 0;
        font-size: 5.6vw;
    }
    .mv-lead-txt {
        width: 90vw;
        margin: calc((16 / 375) * 100vw) auto 0;
        font-size: calc((17 / 375) * 100vw);
        text-align: left;
    }
    .howto {
        margin-top: 8vw;
    }
    .howto-note-box {
        display: block;
        width: 92vw;
        margin: 0 auto;
        padding: 4vw 0;
    }
    .howto-note-txt {
        font-size: 4.8vw;
        letter-spacing: 0;
    }
    .howto-note-txt span {
        height: 50px;
        margin: .5em .3em;
        padding: 0 .8em;
        line-height: 50px;
    }
    .howto-note-txt .howto-note-txt4 {
        margin-top: 0;
    }
    .howto-ttl {
        margin-top: 12vw;
        font-size: 5.6vw;
    }
    .howto-ttl::before, .howto-ttl::after {
        width: 6.4vw;
        height: 0.8vw;
        bottom: 0.5em;
    }
    .howto-step {
        margin-top: 12vw;
    }
    .howto-step-box:last-child {
        background: none;
    }
    .howto-step-box.sec1 {
        padding-bottom: 21.33333vw;
        background-position: center bottom 8vw;
    }
    .howto-step-box.sec2 {
        padding-bottom: 16vw;
        background-position: center bottom 2.4vw;
    }
    .howto-step-box.sec3 {
        padding-bottom: 16vw;
        background-position: center bottom 2.4vw;
    }
    .howto-step-h2 {
        font-size: 8vw;
    }
    .howto-step-h2 span {
        height: 50px;
        padding: 0 1em;
        font-size: 5.6vw;
        line-height: 50px;
    }
    .howto-step-box.sec1 .howto-step-h2 span::after {
        width: calc(27.2vw *.8);
        height: calc(38.4vw *.8);
        left: -19.2vw;
        bottom: -2.4vw;
    }
    .howto-step-box.sec2 .howto-step-h2 span::after {
        width: calc(28.8vw *.8);
        height: calc(38.4vw *.8);
        right: -19.2vw;
        bottom: -2.4vw;
    }
    .howto-step-txt {
        margin-top: 5.6vw;
    }
    .howto-step-box.sec1 .howto-step-txt, .howto-step-box.sec2 .howto-step-txt {
        display: block;
        width: 90vw;
        margin: 5.6vw auto 0;
    }
    .howto-step-box.sec1 .howto-step-txt li {
        padding-left: 1em;
        text-indent: -1em;
    }
    .howto-step-box.sec4 .howto-step-txt {
        font-size: 5.6vw;
    }
    .howto-step-box.sec4 .howto-step-txt span {
        margin-bottom: .5em;
        padding: 0 .2em;
    }
    .howto-step-img {
        margin: 5.6vw auto 0;
    }
    .howto-step-box.sec1 .howto-step-img {
        width: 90vw;
    }
    .howto-step-box.sec2 .howto-step-img {
        width: 76vw;
    }
    .howto-step-box.sec4 .howto-step-img {
        width: calc((300 / 375) * 100vw);
    }
    .requirements {
        width: 100%;
        margin: 16vw auto;
    }
    .requirements-ttl {
        height: 16vw;
        font-size: 6.4vw;
    }
    .requirements-list {
        flex-direction: column;
    }
    .requirements-list-dt {
        width: 100%;
        padding: 6vw 4vw 2vw;
    }
    .requirements-list-dd {
        width: 100%;
        padding: 2vw 4vw 6vw;
    }
    .requirements-list-dd ul {
        gap: 2vw;
    }
    a[data-gtm="tocomlink"]::after {
        width: 3.2vw;
        height: 3.2vw;
    }
    .u-none--sp {
        display: none !important;
    }
}
.requirements-list-dd-btn{
    margin-bottom: .5em;
}
.requirements-list-dd-btn-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 36px;
    border: 1px solid #E4002B;
    border-radius: 100px;
    background-color: #e4002b;
    color: #fff !important;
    line-height: 1;
    text-decoration: none !important;
}
.requirements-list-dd-btn-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (min-width: 769px), print {
    .requirements-list-dd-btn-link:hover {
        background-color: #fff;
        color: #e4002b !important;
    }
}
@media screen and (max-width: 768px) {
    .requirements-list-dd-btn-link {
        width: 64vw;
        height: 9.6vw;
    }
    .requirements-list-dd-btn-link::after {
        right: 4vw;
        width: 2.13333vw;
        height: 2.13333vw;
    }
}
.u-txt--emphasis {
    color: #e4002b !important;
}
.event {
    max-width: 1040px;
    margin: 80px auto 0;
}
.event-head {
    height: 189px;
    background: url("/cp/3rd-friend/assets/img/bg-event_pc.png") no-repeat center / cover;
    text-align: center;
    line-height: 1;
}
.event-head-ttl {
    padding-top: 50px;
}
.event-head-ttl .event-head-ttl1 {
    font-size: 36px;
    font-weight: bold;
    color: #e4002b;
    letter-spacing: .08em;
}
.event-head-ttl .event-head-ttl1 span {
    font-size: 60px;
}
.event-head-ttl .event-head-ttl2 {
    display: inline-block;
    margin-top: 16px;
    font-size: 22px;
    color: #e4002b;
    font-weight: bold;
    position: relative;
}
.event-head-ttl .event-head-ttl2::before, .event-head-ttl .event-head-ttl2::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 26px;
    background: currentColor;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.event-head-ttl .event-head-ttl2::before {
    left: -1em;
    transform: rotate(-30deg);
}
.event-head-ttl .event-head-ttl2::after {
    right: -1em;
    transform: rotate(30deg);
}
.event-date {
    width: 220px;
    height: 44px;
    margin: 24px auto 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #e4002b;
    border: 2px solid currentColor;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event-list {
    margin-top: 24px;
}
@media screen and (min-width: 769px), print {
    .event-list {
        height: 434px;
        position: relative;
    }
    .event-list-itm {
        position: absolute;
    }
    .event-list-itm.item01 {
        width: 238px;
        top: 0;
        left: 20px;
    }
    .event-list-itm.item02 {
        width: 229px;
        left: 14px;
        bottom: 24px;
    }
    .event-list-itm.item03 {
        width: 222px;
        top: 111px;
        left: 275px;
    }
    .event-list-itm.item04 {
        width: 226px;
        top: 18px;
        left: 520px;
    }
    .event-list-itm.item05 {
        width: 220px;
        left: 460px;
        bottom: 0;
    }
    .event-list-itm.item06 {
        width: 233px;
        top: 76px;
        right: 28px;
    }
    .event-list-itm.item07 {
        width: 222px;
        right: 72px;
        bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .event {
        margin-top: calc((40 / 375) * 100vw);
    }
    .event-head {
        height: 206px;
        background: url("/cp/3rd-friend/assets/img/bg-event_sp.png") no-repeat center / cover;
    }
    .event-head-ttl {
        padding-top: calc((52 / 375) * 100vw);
    }
    .event-head-ttl .event-head-ttl1 {
        font-size: calc((27 / 375) * 100vw);
        line-height: 1.2;
    }
    .event-head-ttl .event-head-ttl1 span {
        font-size: calc((46 / 375) * 100vw);
    }
    .event-head-ttl .event-head-ttl2 {
        margin-top: calc((16 / 375) * 100vw);
        font-size: calc((15 / 375) * 100vw);
    }
    .event-head-ttl .event-head-ttl2::before, .event-head-ttl .event-head-ttl2::after {
        height: calc((20 / 375) * 100vw);
    }
    .event-date {
        width: calc((220 / 375) * 100vw);
        height: calc((44 / 375) * 100vw);
        margin-top: calc((24 / 375) * 100vw);
        font-size: calc((22 / 375) * 100vw);
        border-radius: calc((22 / 375) * 100vw);
    }
    .event-list {
        margin-top: calc((32 / 375) * 100vw);
    }
    .event-list-itm.item01 {
        width: calc((238 / 375) * 100vw);
        margin-left: calc((27 / 375) * 100vw);
    }
    .event-list-itm.item02 {
        width: calc((229 / 375) * 100vw);
        margin-left: auto;
        margin-right: calc((22 / 375) * 100vw);
    }
    .event-list-itm.item03 {
        width: calc((222 / 375) * 100vw);
        margin-top: calc((-16 / 375) * 100vw);
        margin-left: calc((18 / 375) * 100vw);
    }
    .event-list-itm.item04 {
        width: calc((226 / 375) * 100vw);
        margin-top: calc((-16 / 375) * 100vw);
        margin-left: auto;
        margin-right: calc((24 / 375) * 100vw);
    }
    .event-list-itm.item05 {
        width: calc((220 / 375) * 100vw);
        margin-left: calc((24 / 375) * 100vw);
    }
    .event-list-itm.item06 {
        width: calc((233 / 375) * 100vw);
        margin-top: calc((10 / 375) * 100vw);
        margin-left: auto;
        margin-right: calc((20 / 375) * 100vw);
    }
    .event-list-itm.item07 {
        width: calc((222 / 375) * 100vw);
        margin-top: calc((10 / 375) * 100vw);
        margin-left: calc((44 / 375) * 100vw);
    }
}
/*右寄せリンク*/
@media screen and (min-width: 769px), print{
.c-txt-link{display:inline-block;position:relative;line-height:1.7;color:#e4002b;}
}
@media screen and (min-width: 769px), print{
.c-txt-link{font-size:14px;}
.c-txt-link{padding-left:13px;}
.c-txt-link:hover,.c-txt-link:focus{text-decoration:underline;}
}
@media screen and (max-width: 768px){
.c-txt-link{font-size: 3.2vw}
.c-txt-link{padding-left:11.5px;padding-left:3.06667vw;}
}
.c-txt-link__href-r{position:relative;display:inline-block;}
.c-txt-link.r-link::before{content:none;}
.c-txt-link__href-r::after{content:'';display:inline-block;position:absolute;right:-10px;z-index:1;border-right:1px solid #e4002b;border-bottom:1px solid #e4002b;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
@media screen and (min-width: 769px), print{
.c-txt-link__href-r::after{top:50%;width:6px;height:6px;margin-top:-3px;}
.c-txt-link__href-r:hover{text-decoration:underline;}
}
@media screen and (max-width: 768px){
.c-txt-link__href-r::after{right:-2.666666666666667vw;top:50%;width:4.5px;width:1.2vw;height:4.5px;height:1.2vw;margin-top:-2px;margin-top:-0.53333vw;}
}
/*右寄せリンク調整*/
.c-sec__lyt {
    max-width: 960px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
    .c-sec__lyt {
        width: 86%;
    }
    .step .c-sec__lyt {
        margin-top: calc((8 / 375) * 100vw);
    }
}
.c-txt-link a {
    color: #e4002b;
}
/*STEP内リンク調整*/
@media screen and (min-width: 769px), print {
    .howto .c-txt-link {
        font-size: 18px;
        font-weight: bold;
    }
    .howto .c-txt-link__href-r::after {
        width: 8px;
        height: 8px;
        margin-top: -6px;
        right: -12px;
    }
}
.howto .c-txt-link a {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .howto .c-txt-link {
        font-size: calc((16 / 375) * 100vw);
    }
    .howto .c-txt-link__href-r::after {
        width: calc((6 / 375) * 100vw);
        height: calc((6 / 375) * 100vw);
        margin-top: calc((-4 / 375) * 100vw);
        right: calc((-12 / 375) * 100vw);
    }
}
.u-txt__small {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .u-txt__small {
        font-size: calc((14 / 375) * 100vw);
    }
}
.u-align-r {
    text-align: right !important;
}
/*ページトップ ボタン*/
.pagetop-wrap {
    max-width: 1040px;
    margin: 4em auto 0;
    text-align: right;
}
.pagetop-link {
    display: inline-block;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 1.5em;
    font-size: 14px;
    color: #e4002b;
    text-decoration: none;
    position: relative;
}
.pagetop-link::before, .pagetop-link::after {
    position: absolute;
    display: block;
    content: "";
}
.pagetop-link::before {
    width: 15px;
    height: 15px;
    border: 1px solid currentColor;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.pagetop-link::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(-45deg);
    top: 2px;
    bottom: 0;
    right: 6px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .pagetop-wrap {
        margin-top: 2em;
        margin-right: 1em;
    }
    .pagetop-link {
        font-size: calc((14 / 375) * 100vw);
    }
    .pagetop-link::before {
        width: calc((15 / 375) * 100vw);
        height: calc((15 / 375) * 100vw);
    }
    .pagetop-link::after {
        width: calc((4 / 375) * 100vw);
        height: calc((4 / 375) * 100vw);
        top: calc((2/ 375) * 100vw);
        right: calc((6 / 375) * 100vw);
    }
}
/* キャンペーン終了 */
.endAnnounce {
    display: block;
    width: 1040px;
    border: 4px #ccc solid;
    color: #eb0028;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}
.type_fin {
    color: #eb0028;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .endAnnounce {
        font-size: calc(20 / 375 * 100vw);
        width: 96%;
    }
}