@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");

/* CSS Document */
@media (min-width: 736px) {
    .pc-none {
        display: none;
    }
}

@media (max-width: 736px) {
    .sp-none {
        display: none;
    }
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

p {
    font-size: 16px;
}

.title {
    margin-bottom: 40px;
    height: auto;
    background-color: transparent;
    text-align: center;
}

@media (max-width: 736px) {
    .title {
        margin-bottom: 20px;
    }
}

.title img {
    width: 36px;
    height: auto;
}

.title h2 {
    margin-bottom: 20px;
    padding: 0;
    color: #6eb659;
    font-weight: bold;
    font-size: 36px;
}

h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

section {
    margin: 120px auto;
    width: 820px;
}

@media (max-width: 736px) {
    section {
        margin: 60px auto;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
}

.description p {
    margin: 16px 0;
    font-size: 16px;
    color: #000000;
}

.description p.note {
    font-size: 12px;
}

.area-action .button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 340px;
    height: 60px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    font-size: 24px;
    font-weight: 900;
}

.area-action .button:hover {
    background-color: #ff4040;
    border: 1px solid #ff4040;
}

.area-action .button::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.area-action .button:hover::after {
    right: 6px;
}

header {
    padding: 16px 0;
    position: relative;
}

@media (max-width: 736px) {
    header {
        width: calc(100% - 32px);
        padding: 8px;
    }
}

.wrapper-contents-02 {
    padding: 2px 0;
    background-color: #e7f7e2;
}

/* FV */
.wrapper-main {
    background-color: #6eb659;
}

.wrapper-main .area-main {
    margin: 0 auto;
    padding: 40px 0;
    width: 920px;
}

@media (max-width: 736px) {
    .wrapper-main .area-main {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }
}

.wrapper-main .area-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 736px) {
    .wrapper-main .area-main {
        flex-direction: column;
    }
}

.wrapper-main .area-main .description-box .title h1 {
    margin: 10px 0;
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
}

@media (max-width: 736px) {
    .wrapper-main .area-main .description-box .title h1 {
        font-size: 28px;
    }
}

.wrapper-main .area-main .description-box .title p {
    font-size: 18px;
    color: #ffffff;
}

@media (max-width: 736px) {
    .wrapper-main .area-main .description-box .title p {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .wrapper-main .area-main .description-box .title p {
        font-size: 12px;
        font-weight: 500;
    }
}

.wrapper-main .area-main .top-box {
    width: 100%;
}

.wrapper-main .area-main .top-box .os {
    margin: 10px 0;
    padding: 20px 10px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 736px) {
    .wrapper-main .area-main .top-box .os {
        padding: 10px;
    }
}

.wrapper-main .area-main .area-image {
    position: relative;
}

.wrapper-main .area-main .area-image .image {
    width: 400px;
}

@media (max-width: 736px) {
    .wrapper-main .area-main .area-image .image {
        margin: 0 auto;
        width: 74%;
    }
}

@media (max-width: 375px) {
    .wrapper-main .area-main .area-image .image {
        margin: 0 auto;
        width: 58%;
    }
}

.wrapper-main .area-main .area-image .image img {
    width: 100%;
    height: 100%;
}

.wrapper-main .area-main .area-image .badge {
    position: absolute;
    top: 0;
    right: 0;
    rotate: 15px;
}

.wrapper-main .area-main .area-image .badge .inner-badge {
    position: relative;
}

.wrapper-main .area-main .area-image .badge .inner-badge .text {
    position: absolute;
    top: 40px;
    right: 18px;
    text-align: center;
    z-index: 1;
}

.wrapper-main .area-main .area-image .badge .inner-badge .text p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.wrapper-main .area-main .area-image .badge .inner-badge .text p.price {
    font-size: 24px;
}

.wrapper-main .area-main .area-image .badge .inner-badge .text p.price .number {
    font-size: 36px;
}

.wrapper-main .area-main .area-image .badge .inner-badge img {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
}

.wrapper-main .area-main .top-box .area-action .button {
    width: 100%;
}

/* ポケットバックアップとは */
.area-about .image {
    margin: 20px auto;
    width: 460px;
}

@media (max-width: 736px) {
    .area-about .image {
        width: 100%;
    }
}

.area-about .image img {
    width: 100%;
    height: auto;
}

/* recommend */
.area-recommend .item {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 736px) {
    .area-recommend .item {
        flex-direction: column;
    }
}

.area-recommend .item .description-box {
    margin-right: 20px;
}

.area-recommend .item h3.check {
    position: relative;
    padding: 0 0 0 40px;
}

.area-recommend .item h3.check::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../img/lp/icon_check.svg);
}

.area-recommend .item .image {
    margin-bottom: 40px;
    width: 420px;
    flex-shrink: 0;
}

@media (max-width: 736px) {
    .area-recommend .item .image {
        width: 100%;
    }
}

/* flow */
.area-flow .item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.area-flow .item .button {
    margin: 10px 0;
    font-size: 20px;
}

@media (max-width: 736px) {
    .area-flow .item .button {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .area-flow .item .button {
        font-size: 19px;
    }

    .area-flow .item .button::after {
        right: 6px;
    }

    .area-flow .item .button:hover::after {
        right: 2px;
    }
}

.area-flow .item h3 {
    display: flex;
    align-items: center;
}

.area-flow .item h3 .number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: #6eb659;
    font-family: "Lobster", cursive;
    font-size: 16px;
    border-radius: 50%;
    flex-shrink: 0;
}

.area-flow .item .image {
    margin-left: 20px;
    width: 200px;
    flex-shrink: 0;
}

@media (max-width: 736px) {
    .area-flow .item .image {
        width: 120px;
    }
}

/* accept */
.area-accept .tablesarea {
    max-width: 920px;
    width: 100%;
    margin: 1% auto 4%;
}

@media (max-width: 736px) {
    .area-accept .tablesarea {
        width: 88.46vw;
    }
}

.area-accept .tablesarea p {
    margin-bottom: 10px;
    color: #ff0000;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.area-accept ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1%;
}

@media (max-width: 736px) {
    .area-accept ul {
        padding-left: 0;
    }
}

.area-accept ul li {
    width: 11%;
    border: solid #6eb659 1px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    font-size: 14px;
    text-align: center;
}

.area-accept ul li.ios {
    border: solid #a8a8a8 1px;
}

.area-accept ul li.th {
    background: #ddf4d6;
}

.area-accept ul li.th2 {
    background: #6eb659;
    color: #fff;
    font-weight: bold;
}

.area-accept ul li.th2.ios {
    background: #a8a8a8;
    color: #fff;
    font-weight: 200;
}

.area-accept ul li.td {
    font-size: 22px;
    color: #707070;
}

@media (max-width: 736px) {
    .area-accept ul li {
        width: 32%;
        min-height: 12.3vw;
        font-size: 4.1vw;
    }
    .area-accept ul li.td {
        font-size: 5.6vw;
    }
}

.area-accept ul:last-child {
    margin-bottom: 10px;
}

.area-accept .tablesarea.spnone {
    position: relative;
}

.area-accept .tablesarea.spnone .pc-recommend {
    position: absolute;
    top: 80px;
    left: -70px;
    font-size: 12px;
    text-align: left;
}

/* scene */
.area-scene .item {
    margin-bottom: 40px;
}

.area-scene .item .subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 736px) {
    .area-scene .item .subtitle {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.area-scene .item .subtitle h3 {
    margin: 0 0 0 20px;
}

@media (max-width: 736px) {
    .area-scene .item .subtitle h3 {
        margin: 0;
    }
}

.area-scene .subtitle .point {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #6eb659;
    border-radius: 50%;
    text-align: center;
    font-family: "Lobster", cursive;
    font-size: 18px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 736px) {
    .area-scene .subtitle .point {
        width: 60px;
        height: 60px;
        font-size: 16px;
    }
}

/* faq */
.area-faq .item .question {
    padding: 10px;
    background-color: #e7f7e2;
    font-weight: 900;
}

.area-faq .item .question p {
    display: flex;
    align-items: center;
}

.area-faq .item .question .q {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: #6eb659;
    font-size: 16px;
    border-radius: 50%;
}

.area-faq .item .answer {
    padding: 10px 10px 20px 10px;
}

/* footer */
@media (max-width: 736px) {
    #footerlogo {
        width: 71.7vw;
        margin: 5% auto 10%;
    }
}
#footerlogo img {
    width: 100%;
    height: auto;
}
.menuList {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 6%;
}
@media (max-width: 736px) {
    .menuList {
        display: block;
    }
}
.menuList li {
    padding: 0 1%;
}
.menuList li a {
    font-size: 16px;
}
@media (max-width: 736px) {
    ul.menuList {
        padding: 0;
    }
    .menuList li {
        width: 100%;
        padding: 0%;
        margin-bottom: 3%;
    }
    .menuList li a {
        width: 100%;
        text-align: center;
        font-size: 4.1vw;
    }
}
.totop {
    width: 80px;
    position: fixed;
    right: 42px;
    bottom: 42px;
    z-index: 9999;
}
.totop a {
    display: block;
    width: 80px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    color: #6eb659;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}
.totop a span {
    display: block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #6eb659;
    margin: 0 auto 11%;
    width: 1%;
}
