html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}
@media (max-width: 750px) {
    html {
        font-size: 2.6666666667vw;
    }
}
body {
    overflow-x: hidden;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial,
        "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
a,
label,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(100, 100, 100, 0.3);
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
@media not all and (max-width: 750px) {
    img {
        max-width: 100%;
    }
}
button[disabled],
html input[disabled] {
    cursor: default;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
strong {
    font-weight: 700;
}
sub,
sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.8em;
    margin: 0 -0.1em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
    height: auto;
}
address,
em {
    font-style: normal;
}
[hidden],
template {
    display: none;
}
hr {
    box-sizing: content-box;
    height: 0;
}
iframe,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer_ttl {
    color: #fff;
    background: #000;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 7rem;
    margin-bottom: 5.2rem;
}
.footer_inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0;
}
.footer_info {
    margin-bottom: 5.7rem;
}
.footer_info_ttl {
    margin-bottom: 5.6rem;
    text-align: center;
}
@media not all and (max-width: 750px) {
    .footer_info_ttl img {
        max-width: 34%;
    }
}
.footer_info ul {
    font-size: 1.8rem;
    line-height: 2;
}
.footer_info ul li:nth-of-type(2) span {
    padding-left: 90px;
}
.footer_info ul li:nth-of-type(5) span {
    padding-left: 107px;
}
.footer_info ul .mt {
    margin-top: 50px;
}
.footer_info ul .small {
    display: inline-block;
    font-size: small;
}
.footer_info ul a {
    color: #09f;
}
.footer_note {
    margin-bottom: 7.6rem;
    text-align: center;
}
.footer_note_ttl {
    margin-bottom: 4.2rem;
}
@media not all and (max-width: 750px) {
    .footer_note_ttl img {
        max-width: 48.5%;
    }
}
.footer_note .risk p {
    font-size: 1.8rem;
    line-height: 1.53;
    font-feature-settings: "palt";
    text-align: justify;
}
.footer_note .risk p:not(:last-child) {
    margin-bottom: 1.6em;
}
.footer_copy {
    background: #e3e3e3;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 5;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0.1em;
}
@media screen and (max-width: 750px) {
    .footer_ttl {
        font-size: 8vw;
        height: 2.2em;
        line-height: 2.2;
        margin-bottom: 9vw;
    }
    .footer_inner {
        padding: 0 3vw;
    }
    .footer_info {
        margin-bottom: 8vw;
    }
    .footer_info_ttl {
        margin-bottom: 9.8666666667vw;
    }
    .footer_info_ttl img {
        width: 52.933vw;
    }
    .footer_info ul {
        font-size: 4.8vw;
    }
    .footer_info ul .mt {
        margin-top: 12vw;
    }
    .footer_info ul .small {
        font-size: 3vw;
    }
    .footer_info ul li:nth-of-type(2) span {
        padding-left: 24vw;
        display: inline-block;
    }
    .footer_info ul li:nth-of-type(5) span {
        padding-left: 29vw;
        display: inline-block;
    }
    .footer_note {
        margin-bottom: 5vw;
    }
    .footer_note_ttl {
        margin-bottom: 11.4666666667vw;
    }
    .footer_note_ttl img {
        width: 75.733vw;
    }
    .footer_note .risk p {
        font-size: 4vw;
    }
    .footer_note .footer_copy {
        font-size: 3.467vw;
    }
    .footer_copy {
        font-size: 3.333vw;
    }
}

.wrapper {
    overflow: hidden;
    min-width: 750px;
}

@media (max-width: 750px) {
    .wrapper {
        min-width: 0;
    }
}

.btn-orange-border {
    display: inline-block;
    padding: 0.4rem;
    background-image: linear-gradient(30deg, #ffa200 0%, #ff6700 100%);
}
.btn-orange-content {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(
        120deg,
        #ffa200 0%,
        #ffa200 25%,
        #ff6700 75%,
        #ff6700 100%
    );
}
.btn-orange-content:hover {
    background-image: linear-gradient(
        -60deg,
        #ffa200 0%,
        #ffa200 25%,
        #ff6700 75%,
        #ff6700 100%
    );
}
.btn-header {
    border-radius: 1.6rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(3, 14, 53, 0.25);
}
.btn-header-inner {
    border-radius: 1.2rem;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    padding: 0.35em 2em 0.45em;
}

.header {
    position: sticky;
    z-index: 10;
    width: 100%;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.header_inner {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    height: 7rem;
    margin: 0 auto;
}
.header_left {
    display: flex;
    align-items: center;
    margin-left: 3rem;
}
.header_right {
    display: flex;
    align-items: center;
    margin-right: 3rem;
}

.header_right_txt {
    width: 18.7rem;
    height: 6.5rem;
    margin-right: 0.6rem;
    color: red;
    background: url("../img/header_arws.png") no-repeat center right/37%;
    font-size: 3rem;
    font-weight: bold;
    line-height: 6rem;
    vertical-align: middle;
}

@media not all and (max-width: 750px) {
    .header_logo img {
        max-width: 80%;
    }
}

@media (max-width: 750px) {
    .btn-header {
        border-radius: 2.533vw;
        padding: 0.533vw;
    }
    .btn-header-inner {
        font-size: 5.333vw;
        padding: 0.35em 0.75em 0.45em;
        border-radius: 2vw;
    }

    .header_inner {
        height: 13.333vw;
    }
    .header_left {
        margin-left: 2.667vw;
    }
    .header_logo {
        width: 23.6vw;
    }
    .header_right {
        margin-right: 2.667vw;
    }
    .header_right_txt {
        width: 27.5vw;
        height: 8vw;
        margin-right: 1.2vw;
        font-size: 4.8vw;
        line-height: 8vw;
    }
}

#wrapper > #page-title {
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 1rem 1.8rem 3rem;
    text-align: center;
}

.lp-comic {
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem 1rem 1rem 1rem;
    text-align: center;
}

.cv-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.cv {
    display: block;
    background: url("../img/cv_off.png") no-repeat center bottom/100%;
    width: 100%;
    max-width: 696px;
    height: 15.6rem;
}

.cv:hover {
    background: url("../img/cv_on.png") no-repeat center bottom/100%;
}

.lp-comic > .section {
    width: 100%;
}

.buffering_area_1{
    padding-bottom: 4.2rem;
}

.buffering_area_2{
    padding-bottom: 3rem;
}

.buffering_area_3{
    padding-bottom: 3rem;
}

.buffering_area_4{
    padding-bottom: 6.3rem;
}

.buffering_area_5{
    padding-bottom: 6.3rem;
}

.buffering_area_6{
    padding-bottom: 2.6rem;
}

.buffering_area_7{
    padding-bottom: 5rem;
}

.lp-comic > .button{
    padding: 1rem;
    margin: 0 auto;
}

.column > .button {
    padding: 1rem;
    margin: 0 auto;
}

.column > .column-cv {
    padding-top: 12rem;
}


.lp-comic > .section > .comic-subtitle-wrapper {
    margin: 0 auto;
    padding: 1rem 1rem 3.3rem 1rem;
    max-width: 960px;
}

.lp-comic > .section > .comic-subtitle-wrapper > .subtitle {
    height: 12vh;
    max-height: 98px;
    max-width: 833px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#h2-img {
    background: url("../img/h2-fx_mechanism_is.png") no-repeat center
        bottom/100%;
    background-size: 100% 100%;
}

#h3-img {
    background: url("../img/h3-interest_rate_difference_and_swap_point.png")
        no-repeat center bottom/100%;
    background-size: 100% 100%;
}

#h4-img {
    background: url("../img/h4-leverage.png") no-repeat center bottom/100%;
    background-size: 100% 100%;
}

#h5-img {
    background: url("../img/h5-loss_cut.png") no-repeat center bottom/100%;
    background-size: 100% 100%;
}

#h6-img {
    background: url("../img/h6-popular_secret.png") no-repeat center bottom/100%;
    background-size: 100% 100%;
}

.lp-comic > .section > div > div > p {
    font-family: "Noto Sans JP";
    font-size: 3.6rem;
    font-weight: bold;
    padding-bottom: 0.6rem;
}

.lp-comic > .section > .comic-img > img {
    padding: 0.5rem 0;
    margin: 0px auto;
    text-align: center;
}

.lp-comic > .section > .comic-img > .comic-gap-of-img-to-img {
    height: 3.1rem;
    width: 100%;
}

.column {
    max-width: 100%;
    margin: 0 auto;
    padding: 3.7rem 0 1rem 0;
    text-align: center;
}

.column > .flow > h2 {
    font-size: 4.3rem;
    font-weight: bold;
    position: relative;
    padding: 35px 0;
    text-align: center;
    color: #fff;
    background: #4fa8f9;
    z-index: 10;
}

.column > .flow > h2::after {
    position: absolute;
    bottom: -20px;
    left: 47.5%;
    width: 0;
    height: 0;
    content: "";
    border-top: 25px solid #4fa8f9;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.column > .flow > .flow-wrapper {
    margin: 0 auto;
    max-height: 420px;
    max-width: 960px;
}

.column > .flow > .flow-wrapper > p {
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    margin: 1rem;
}

.column > .demo {
    padding-top: 0.4rem;
    padding-bottom: 5.2rem;
}

@media screen and (max-width: 750px) {
    .lp-comic {
        padding: 0;
    }

    .cv {
        height: 8rem;
    }

    .cv-wrapper{
        margin:0;
    }

    .lp-comic > .section {
        padding-bottom: 1.6rem;
    }

    .lp-comic > .section:nth-of-type(4) {
        padding-bottom: 2.9rem;
    }

    .lp-comic > .section:nth-of-type(5) {
        padding-bottom: 3rem;
    }

    .lp-comic > .section:nth-of-type(6) {
        padding-bottom: 1rem;
    }

    #wrapper > #page-title {
        padding: 1.3rem 0 1.2rem 0;
        min-height: 10vh;
    }
    
    .lp-comic > .section > .comic-img > img {
        padding: 0.5rem 0 0.1rem 0;
    }

    .buffering_area_1{
        padding-bottom: 0.2rem;
    }

    .buffering_area_2{
        padding-bottom: 0;
    }

    .buffering_area_3{
        padding-bottom: 0;
    }

    .buffering_area_4{
        padding-bottom: 0;
    }

    .buffering_area_5{
        padding-bottom: 0;
    }

    .buffering_area_6{
        padding-bottom: 0;
    }

    .buffering_area_7{
        padding-bottom: 3rem;
    }

    .lp-comic > .section > .comic-subtitle-wrapper {
        margin: 0 auto;
        padding: 0.9rem 1rem 1.5rem 1rem;
    }
    .lp-comic > .section > .comic-subtitle-wrapper > .subtitle {
        height: 12.5vw;
        max-height: 98px;
        max-height: 10%;
    }
    #h2-img {
        background: url("../img/sp-h2-fx_mechanism_is.png") no-repeat center
            bottom/100%;
        background-size: 100%;
    }
    #h3-img {
        background: url("../img/sp-h3-interest_rate_difference_and_swap_point.png")
            no-repeat center bottom/100%;
        background-size: 100%;
    }
    #h4-img {
        background: url("../img/sp-h4-leverage.png") no-repeat center
            bottom/100%;
        background-size: 100%;
    }
    #h5-img {
        background: url("../img/sp-h5-loss_cut.png") no-repeat center
            bottom/100%;
        background-size: 100%;
    }
    #h6-img {
        background: url("../img/sp-h6-popular_secret.png") no-repeat center
            bottom/100%;
        background-size: 100%;
    }

    .lp-comic > .section > div > div.subtitle > p {
        font-size: 1.8rem;
        font-weight: bold;
        padding-bottom: 0.4rem;
    }

    .lp-comic > .section > .comic-img > .comic-gap-of-img-to-img {
        height: 2rem;
    }

    .column {
        padding-top: 1.5rem;
    }

    .column > .demo {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .column > .flow > h2 {
        font-size: 1.2rem;
        padding: 13px 0;
    }

    .column > .flow > h2::after {
        left: 45%;
        bottom: -10px;
    }

    .column > .flow > .flow-wrapper {
        max-width: 100vw;
        max-height: 1500px;
    }

    .column > .flow > .flow-wrapper > p {
        padding: 1rem 0;
        margin: 0.3rem;
    }
    .column > .column-cv {
        padding-top: 3rem;
    }
}
