@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
}
main {
    display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}
pre {
    font-family: monospace, monospace;
    font-size: inherit;
}
address {
    font-style: inherit;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
}
button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
    cursor: default;
}
:-moz-focusring {
    outline: auto;
}
select:disabled {
    opacity: inherit;
}
option {
    padding: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}
legend {
    padding: 0;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
[type='number'] {
    -moz-appearance: textfield;
}
label[for] {
    cursor: pointer;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[contenteditable]:focus {
    outline: auto;
}
table {
    border-color: inherit;
    border-collapse: collapse;
}
caption {
    text-align: left;
}
td,
th {
    vertical-align: top;
    padding: 0;
}
th {
    text-align: left;
    font-weight: bold;
}
:root {
    --black: #333e48;
    --white: #fff;
}
.page-feature {
    font-family: 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: min(4vw, 18px);
    line-height: 1.8;
    color: #333e48;
    color: var(--black);
}
.page-feature.is_famipay .box_btn_inner a {
    color: #fff;
    color: var(--white);
    background: #00a33e;
    box-shadow: 0px 3px 0px #005b23;
}
.page-feature.is_famipay .box_btn_inner a::after {
    border-top: 3px solid #fff;
    border-top: 3px solid var(--white);
    border-right: 3px solid #fff;
    border-right: 3px solid var(--white);
}
.page-feature.is_famipay .box_btn_inner a:hover {
    color: #00a33e;
    background: #fff;
    background: var(--white);
}
.page-feature.is_famipay .box_btn_inner a:hover::after {
    border-top: 3px solid #00a33e;
    border-right: 3px solid #00a33e;
}
.page-feature.is_famipay .area_content_title::after {
    background: #00a33e;
}
.page-feature.is_paypal .box_btn_inner a {
    color: #333e48;
    color: var(--black);
    background: #ffbb00;
    box-shadow: 0px 3px 0px #b98800;
}
.page-feature.is_paypal .box_btn_inner a::after {
    border-top: 3px solid #333e48;
    border-top: 3px solid var(--black);
    border-right: 3px solid #333e48;
    border-right: 3px solid var(--black);
}
.page-feature.is_paypal .box_btn_inner a:hover {
    color: #d3a423;
    background: #fff;
    background: var(--white);
}
.page-feature.is_paypal .box_btn_inner a:hover::after {
    border-top: 3px solid #d3a423;
    border-right: 3px solid #d3a423;
}
.page-feature.is_paypal .area_content_title::after {
    background: #ffbb00;
}
.page-feature.is_amazonpay .box_btn_inner a {
    color: #333e48;
    color: var(--black);
    background: #ff9900;
    box-shadow: 0px 3px 0px #955900;
}
.page-feature.is_amazonpay .box_btn_inner a::after {
    border-top: 3px solid #333e48;
    border-top: 3px solid var(--black);
    border-right: 3px solid #333e48;
    border-right: 3px solid var(--black);
}
.page-feature.is_amazonpay .box_btn_inner a:hover {
    color: #ff9900;
    background: #fff;
    background: var(--white);
}
.page-feature.is_amazonpay .box_btn_inner a:hover::after {
    border-top: 3px solid #ff9900;
    border-right: 3px solid #ff9900;
}
.page-feature.is_amazonpay .area_content_title::after {
    background: #ff9900;
}
.page-feature.is_paidy .box_btn_inner a {
    color: #fff;
    color: var(--white);
    background: #e5258c;
    box-shadow: 0px 3px 0px #b80063;
}
.page-feature.is_paidy .box_btn_inner a::after {
    border-top: 3px solid #fff;
    border-top: 3px solid var(--white);
    border-right: 3px solid #fff;
    border-right: 3px solid var(--white);
}
.page-feature.is_paidy .box_btn_inner a:hover {
    color: #e5258c;
    background: #fff;
    background: var(--white);
}
.page-feature.is_paidy .box_btn_inner a:hover::after {
    border-top: 3px solid #e5258c;
    border-right: 3px solid #e5258c;
}
.page-feature.is_paidy .area_content_title::after {
    background: #e5258c;
}
.page-feature.is_atone .box_btn_inner a {
    color: #333e48;
    color: var(--black);
    background: #ffe700;
    box-shadow: 0px 3px 0px #c6b300;
}
.page-feature.is_atone .box_btn_inner a::after {
    border-top: 3px solid #333e48;
    border-top: 3px solid var(--black);
    border-right: 3px solid #333e48;
    border-right: 3px solid var(--black);
}
.page-feature.is_atone .box_btn_inner a:hover {
    color: #e5c516;
    background: #fff;
    background: var(--white);
}
.page-feature.is_atone .box_btn_inner a:hover::after {
    border-top: 3px solid #e5c516;
    border-right: 3px solid #e5c516;
}
.page-feature.is_atone .area_content_title::after {
    background: #ffe700;
}
.page-feature.is_merpay .box_btn_inner a {
    color: #fff;
    color: var(--white);
    background: #b10202;
    box-shadow: 0px 3px 0px #b10202;
}
.page-feature.is_merpay .box_btn_inner a::after {
    border-top: 3px solid #fff;
    border-top: 3px solid var(--white);
    border-right: 3px solid #fff;
    border-right: 3px solid var(--white);
}
.page-feature.is_merpay .box_btn_inner a:hover {
    color: #b10202;
    background: #fff;
    background: var(--white);
}
.page-feature.is_merpay .box_btn_inner a:hover::after {
    border-top: 3px solid #b10202;
    border-right: 3px solid #b10202;
}
.page-feature.is_merpay .area_content_title::after {
    background: #b10202;
}
.page-feature a {
    color: #005fc0;
    text-decoration: underline;
}
.page-feature a:hover {
    text-decoration: none;
}
.area_fv {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.area_fv::before {
    content: '';
    position: absolute;
    background: url('../images/fv.jpg') repeat-x center top;
    background-size: cover;
    filter: blur(40px);
    width: 100%;
    height: 100%;
    z-index: 0;
    top: -40px;
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
    .area_fv::before {
        background: url('../images/fv_sp.jpg') center top;
    }
}
.area_fv picture {
    position: relative;
    z-index: 1;
}
.area_fv_title {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
}
.area_fv_title img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}
.box_btn {
    background: #333e48;
    background: var(--black);
    position: relative;
    z-index: 1;
}
.box_btn_inner {
    padding: min(4.26667vw, 24px) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.box_btn_inner a {
    display: none;
    width: 90%;
    max-width: 460px;
    text-align: center;
    margin: 0 auto;
    padding: min(4.26667vw, 20px) 40px;
    text-align: center;
    font-weight: 700;
    font-size: min(5.33333vw, 24px);
    line-height: min(7.46667vw, 29px);
    border-radius: 100px;
    text-decoration: none;
    position: relative;
    transition: background 0.3s, color 0.3s;
}
.box_btn_inner a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 2px;
    transform: translateY(-50%) rotate(45deg);
}
.box_btn_inner a:hover {
    text-decoration: none;
}
.box_btn_inner .box_btn_note {
    width: 90%;
    margin: 0 auto;
    line-height: 1.2;
    font-size: min(4.26667vw, 16px);
    font-weight: bold;
    color: #fff;
    color: var(--white);
    text-align: center;
}
.box_btn_inner .is_end {
    color: #fff;
    color: var(--white);
    text-align: center;
    font-weight: 700;
    font-size: min(6.93333vw, 40px);
    line-height: min(7.2vw, 48px);
}
.box_btn.js_campaign_footer {
    transition: height 300ms;
    overflow: hidden;
}
.box_btn.js_campaign_footer.is_sticky {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.box_btn.js_campaign_footer.is_animating {
    transition: height 300ms;
    overflow: hidden;
}
.area_content {
    padding: min(10.66667vw, 80px) 0 min(5.33333vw, 40px);
}
.area_content_title {
    font-weight: 700;
    font-size: min(6.4vw, 40px);
    line-height: min(7.73333vw, 48px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: min(6.4vw, 40px);
}
.area_content_title::after {
    content: '';
    display: block;
    width: min(10.66667vw, 80px);
    height: min(0.53333vw, 4px);
}
.area_content_list {
    max-width: 1044px;
    margin: 0 auto;
    border-bottom: 2px dotted #333e48;
    border-bottom: 2px dotted var(--black);
}
.area_content_list_item {
    border-top: 2px dotted #333e48;
    border-top: 2px dotted var(--black);
    padding: 18px;
}
.area_content_list_item:first-child {
    padding-top: 0;
}
.area_content_list_item {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .area_content_list_item {
        flex-direction: column;
    }
}
.area_content_list_item:first-child {
    border-top: none;
}
.area_content_list_item_title {
    flex: 0 0 25%;
    font-weight: 700;
}
.area_content_list_item_description {
    flex: 0 0 74%;
}
.area_content_list_item_description_title {
    font-weight: 700;
    display: block;
}
.area_content_list_item_description_inner em {
    font-weight: 700;
    font-style: normal;
}
.area_content_list_item_description_inner small {
    font-size: min(3.2vw, 14px);
    color: #717171;
    display: flex;
    display: inline-block;
    line-height: 1.2;
}
.area_content_list_item_description_inner .is_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .area_content_list_item_description_inner .is_sp {
        display: block;
    }
}
.area_content_list_item_description_inner ul {
    margin-bottom: min(5.33333vw, 30px);
}
.area_content_list_item_description_inner ul:last-child {
    margin-bottom: 0;
}
.area_content_list_item_description_inner ul > li {
    position: relative;
    padding-left: min(4vw, 20px);
}
.area_content_list_item_description_inner ul > li::before {
    content: '・';
    min-width: auto;
    position: absolute;
    left: 0;
}
.area_content_list_item_description_inner ul > li ul {
    margin-bottom: 0;
}
.area_content_list_item_description_inner ul > li ul > li {
    padding: 0;
}
.area_content_list_item_description_inner ul > li ul > li::before {
    content: '';
}
.area_content_other {
    margin: 28px auto 0;
    max-width: 1044px;
    width: 90%;
}
.area_content_other_text {
    font-size: min(3.2vw, 14px);
    text-align: center;
}
.box_service {
    margin-bottom: min(10.66667vw, 80px);
}
.box_service_inner a {
    display: block;
    width: 90%;
    max-width: 460px;
    text-align: center;
    margin: 0 auto;
    padding: min(4.26667vw, 20px) 40px;
    text-align: center;
    color: #333e48;
    color: var(--black);
    font-weight: 700;
    font-size: min(5.33333vw, 24px);
    line-height: min(7.46667vw, 29px);
    background: #fff;
    background: var(--white);
    border: 2px solid #333e48;
    border: 2px solid var(--black);
    box-shadow: 0px 3px 0px #333e48;
    box-shadow: 0px 3px 0px var(--black);
    border-radius: 100px;
    text-decoration: none;
    position: relative;
    transition: background 0.3s, color 0.3s;
}
.box_service_inner a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-top: 3px solid #333e48;
    border-top: 3px solid var(--black);
    border-right: 3px solid #333e48;
    border-right: 3px solid var(--black);
    border-radius: 2px;
    transform: translateY(-50%) rotate(45deg);
}
.box_service_inner a:hover {
    background: #333e48;
    background: var(--black);
    color: #fff;
    color: var(--white);
    text-decoration: none;
}
.box_service_inner a:hover::after {
    border-top: 3px solid #fff;
    border-top: 3px solid var(--white);
    border-right: 3px solid #fff;
    border-right: 3px solid var(--white);
}
