@charset "UTF-8";
.mainContent {
    min-width: 800px;
    text-align: center;
    color: #222;
    background-color: #EDF6FF;
    line-height: 1;
    font-size: 16px;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.textLink {
    color: #008CFF;
    transition: all ease .3s;
}

.textLink:hover {
    color: #0144FF;
    text-decoration: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.btnGroup > a {
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 17.25px 35px 17.25px 24px;
    border-radius: 9999px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
}

.btnGroup > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
}

.btnGroup > a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.btnGroup > a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) translateX(-25%) rotate(45deg);
    transition: border-color 0.5s ease, color 0.5s ease;
    z-index: 1;
}

.btnGroup__txt {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
}

.btnGroup__primary {
    background: linear-gradient(85.13deg, #0144FF -5.17%, #0099FF 75.97%);
    color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border: none;
    outline: none;
}

.btnGroup__primary::before {
    background: linear-gradient(85.13deg, #0144FF, #0144FF);
}

.btnGroup__primary:hover {
    color: #fff;
    box-shadow: none;
}

.btnGroup__common {
    background: #fff;
    color: #222;
    border: 1px solid #222;
}

.btnGroup__common::before {
    background: #222;
}

.btnGroup__common:hover {
    color: #fff;
}

.headerArea {
    background: radial-gradient(50% 160% at 50% 50%, #FFF 0%, #EAF5FF 100%);
}

.headerArea__inner {
    position: relative;
    width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 50px 0;
}

.headerArea__inner::before {
    content: '';
    position: absolute;
    left: -50px;
    background-image: url(https://panda.dmm.com/dmmcard/page/campaign/apple-rewards-store/pic_card.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

.headerArea__box {
    width: 300px;
}

.headerArea__title {
    margin: 18px auto;
}

.headerArea__txt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    font-feature-settings: "palt";
}

.section__title {
    position: relative;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    background: linear-gradient(to right, #222222, #0144FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-feature-settings: "palt";
}

.section__annotation {
    list-style: none;
    text-align: left;
    line-height: 1.4em;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.section__annotation li {
    position: relative;
    padding-left: 1.5em;
    text-indent: 0;
    margin-bottom: 0.5em;
}

.section__annotation li::before {
    content: "※";
    position: absolute;
    left: 0;
    width: 1.2em;
    display: inline-block;
    text-align: right;
    color: inherit;
}

.section__annotation li.-palt {
    font-feature-settings: "palt";
}

.benefitWrapper {
    background-color: #fff;
    border-radius: 120px;
    padding: 80px 0;
    gap: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefitWrapper .newmemberArea {
    width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.benefitWrapper .newmemberArea__inner {
    border: 1px solid #222;
    width: 100%;
    box-sizing: border-box;
    border-radius: 40px;
    overflow: hidden;
    padding-bottom: 20px;
}

.benefitWrapper .newmemberArea__title {
    background-color: #222;
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.benefitWrapper .newmemberArea__img {
    width: 560px;
}

.benefitWrapper .campaignArea {
    width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.benefitWrapper .campaignArea__img {
    width: 60%;
}

.benefitWrapper .campaignArea__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.benefitWrapper .campaignArea__txt {
    font-size: 18px;
}

.benefitWrapper .campaignArea__merit {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.appleArea {
    padding: 80px 0;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(126.44% 63.27% at 50% 50%, #FFF 0%, #EAF5FF 100%);
}

.appleArea__inner {
    width: 760px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.appleArea__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.appleArea__img img {
    width: 240px;
    box-shadow: 0px 0px 10px 3px rgba(197, 226, 255, 0.5);
    border-radius: 40px;
}

.contactArea {
    background-color: #fff;
    border-radius: 120px 120px 0 0;
    padding: 80px 0;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactArea .btnGroup {
    width: 760px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.trackingArea {
    min-width: 760px;
    padding: 20px 0;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    width: 100%;
    background-color: rgba(11, 24, 30, 0.8);
    z-index: 100;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.trackingArea .btnArea {
    display: flex;
    justify-content: center;
}

.trackingArea .btnArea__top {
    position: absolute;
    right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #222;
    background-color: #fff;
    line-height: 1;
    width: 3em;
    height: 3em;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}

.trackingArea .btnArea__top::before {
    content: '';
    position: absolute;
    display: inline-block;
    color: #222;
    top: 60%;
    left: 50%;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.trackingArea .btnArea__top:hover {
    opacity: 0.7;
}

.trackingArea .btnGroup {
    width: 500px;
}

.trackingArea .btnGroup > a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) translateX(-25%) rotate(45deg);
    transition: border-color 0.5s ease, color 0.5s ease;
    z-index: 1;
}

.trackingArea .btnGroup__txt {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 20px;
}

.trackingArea .btnGroup__primary {
    background: linear-gradient(85.13deg, #0144FF -5.17%, #0099FF 75.97%);
    color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border: none;
    outline: none;
}

.trackingArea .btnGroup__primary::before {
    background: linear-gradient(85.13deg, #0144FF, #0144FF);
}

.trackingArea .btnGroup__primary:hover {
    color: #fff;
    box-shadow: none;
}

.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
