@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}



/*
Base CSS
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
button,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    box-sizing: border-box
}

html,
body {
    min-height: 100vh
}

html {
    font-size: 62.5%;
    overflow-y: scroll
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #5d5d5d;
    word-break: break-all;
    background-color: #f9f9f9;
    font-size: 2.4rem
}

@media screen and (max-width: 740px) {
    body {
        font-size: 3.2432432432vw
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

li {
    list-style: none
}

b,
em,
strong {
    font-weight: bold
}

strong {
    color: #ef3870
}

hr {
    border: none
}

a,
button {
    cursor: pointer;
    border: none;
    transition: .3s all ease
}

a {
    color: #5d5d5d;
    text-decoration: none
}

button {
    color: #5d5d5d;
    background: none
}

input,
select,
button,
textarea {
    font-family: "Zen Kaku Gothic New", sans-serif
}

input,
textarea {
    display: block;
    border: none
}

input::placeholder,
textarea::placeholder {
    color: #a2a2a2
}

select {
    -webkit-appearance: none
}

table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: .3s all ease;
    display: block
}

@keyframes btnAnime {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.06, 0.94, 1)
    }

    40% {
        transform: scale3d(0.94, 1.06, 1)
    }

    50% {
        transform: scale3d(1.04, 0.96, 1)
    }

    65% {
        transform: scale3d(0.96, 1.04, 1)
    }

    75% {
        transform: scale3d(1.02, 0.98, 1)
    }

    to {
        transform: scaleX(1)
    }
}


/*
Custom CSS
*/

.l-wrapper {
    max-width: 740px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -10px 20px rgba(139, 142, 144, .2);
    background: #fff
}

@media screen and (max-width: 740px) {
    .l-wrapper {
        max-width: 100vw;
        box-shadow: 0 -1.3513513514vw 2.7027027027vw rgba(139, 142, 144, .2)
    }
}

.l-header {
    width: 100%;
    height: 100px;
    padding: 0 10px 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: #edf6f7
}

@media screen and (max-width: 740px) {
    .l-header {
        height: 13.5135135135vw;
        padding: 0 1.3513513514vw 0 2.7027027027vw
    }
}

.m-headerLogo a {
    width: 279px;
    height: 60px;
    display: block
}

.m-headerLogo img {
    width: 279px;
    height: 60px
}

.m-headerCv {
    width: 410px;
    height: 75px;
    padding: 0 25px 0 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0 5px 0 #10a35c;
    border-radius: 5px;
    background: #09c66b
}

.m-headerCv::before {
    width: 53px;
    height: 50px;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    left: 20px;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -724px -40px;
    content: ""
}

.m-headerCv>em,
.m-headerCv>span {
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 6px rgba(9, 82, 47, .3);
    text-align: center;
    display: block
}

.m-headerCv>em {
    margin: 4px 0 0;
    font-size: 3.2rem
}

.m-headerCv>span {
    position: relative
}

.m-headerCv>span::before,
.m-headerCv>span::after {
    position: absolute
}

.m-headerCv>span::before {
    left: 0;
    content: "＼"
}

.m-headerCv>span::after {
    right: 0;
    content: "／"
}

.m-headerCv>span em {
    color: #faf675
}

@media screen and (max-width: 740px) {
    .m-headerLogo a {
        width: 36.3513513514vw;
        height: 8.1081081081vw
    }

    .m-headerLogo img {
        width: 36.3513513514vw;
        height: 8.1081081081vw
    }

    .m-headerCv {
        width: 55.4054054054vw;
        height: 10.1351351351vw;
        padding: 0 3.3783783784vw 0 10.8108108108vw;
        box-shadow: 0 .6756756757vw 0 #10a35c;
        border-radius: .6756756757vw
    }

    .m-headerCv::before {
        width: 7.1621621622vw;
        height: 6.7567567568vw;
        margin: -3.3783783784vw 0 0;
        left: 2.7027027027vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -97.8378378378vw -5.4054054054vw;
        content: ""
    }

    .m-headerCv>em,
    .m-headerCv>span {
        font-size: 2.972972973vw;
        text-shadow: 0 0 .8108108108vw rgba(9, 82, 47, .3)
    }

    .m-headerCv>em {
        margin: .5405405405vw 0 0;
        font-size: 4.3243243243vw
    }
}

.l-footer {
    padding: 0 40px
}

@media screen and (max-width: 740px) {
    .l-footer {
        padding: 0 5.4054054054vw
    }
}

.m-footerNav {
    margin: 25px -40px
}

.m-footerNav__list a {
    padding: 25px 40px;
    font-weight: normal;
    line-height: 1;
    display: block
}

.m-footerCopy {
    margin: 0 -40px;
    padding: 40px;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: block;
    background: #f0726e
}

@media screen and (max-width: 740px) {
    .m-footerNav {
        margin: 3.3783783784vw -5.4054054054vw
    }

    .m-footerNav__list a {
        padding: 3.3783783784vw 5.4054054054vw
    }

    .m-footerCopy {
        margin: 0 -5.4054054054vw;
        padding: 5.4054054054vw;
        font-size: 2.7027027027vw
    }
}

.l-content>*:first-child {
    margin-top: 0 !important
}

.m-mainImg img {
    width: 100%
}

.m-intro {
    padding: 75px 50px
}

.m-introHdg {
    margin: 0 auto;
    font-weight: bold;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: .1em;
    display: table;
    position: relative
}

.m-introHdg::before,
.m-introHdg::after {
    width: 36px;
    height: 52px;
    margin: -22px 0 0;
    position: absolute;
    top: 50%;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-introHdg::before {
    left: -50px;
    background-position: -798px -286px
}

.m-introHdg::after {
    right: -50px;
    background-position: -845px -286px
}

.m-introHdg span {
    font-size: 5rem;
    color: #f0726e
}

.m-introBox {
    margin: 20px 0 0
}

.m-introBox__hdg,
.m-introBox__body {
    border: 3px solid #f5a9a5
}

.m-introBox__hdg {
    height: 70px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    color: #fff;
    line-height: 1;
    letter-spacing: .15em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 40px 10px 0 0;
    border-bottom: none;
    background: #f5a9a5
}

.m-introBox__body {
    padding: 20px 20px 0;
    border-top: none;
    border-radius: 0 0 40px 10px
}

.m-introBox__list {
    margin: 0 0 0 -20px;
    display: flex;
    flex-wrap: nowrap
}

.m-introBox__listItem {
    width: 50%;
    padding: 10px 0 10px 20px;
    border-right: 1px solid #b5b4b4
}

.m-introBox__listItem:last-child {
    border-right: none
}

.m-introBox__listItem__hdg {
    margin: 0 auto;
    padding: 0 30px 0 25px;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    display: table
}

.m-introBox__listItem__hdg::before,
.m-introBox__listItem__hdg::after {
    margin: -34px 0 0;
    position: absolute;
    top: 50%;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-introBox__listItem__hdg::before {
    width: 16px;
    height: 68px;
    left: 0;
    background-position: -798px -346px
}

.m-introBox__listItem__hdg::after {
    width: 18px;
    height: 68px;
    right: 0;
    background-position: -824px -346px
}

.m-introBox__listItem__hdg em {
    margin: 0 auto;
    padding: 0 5px;
    font-weight: bold;
    color: #f0726e;
    letter-spacing: .05em;
    display: table;
    background: #fff88a
}

.m-introBox__listItem__hdg em span {
    font-size: 3.4rem
}

.m-introBox__listItem__price {
    margin: 0 auto;
    display: table
}

.m-introBox__listItem__price>em,
.m-introBox__listItem__price>span {
    line-height: 1;
    display: block
}

.m-introBox__listItem__price>em {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 8rem;
    color: #f0726e;
    letter-spacing: 0
}

.m-introBox__listItem__price>em b {
    padding: 0 0 0 5px;
    font-size: 4.2rem;
    position: relative
}

.m-introBox__listItem__price>em b span {
    font-size: 1.6rem;
    white-space: nowrap;
    position: absolute;
    top: -7px;
    right: -4px
}

.m-introBox__listItem__price>span {
    margin: 10px 0 0;
    font-size: 1.6rem;
    line-height: 1;
    text-align: right
}

.m-introBox__em {
    height: 110px;
    margin: 6px 0 -25px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 55px;
    background: linear-gradient(to right, #65afe2 1%, #8ae0b1 100%)
}

.m-introBox__em::before,
.m-introBox__em::after {
    position: absolute;
    content: ""
}

.m-introBox__em::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    border-radius: 45px;
    border: 2px solid #fff
}

.m-introBox__em::after {
    width: 120px;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border-radius: 45px 0 0 45px;
    background: #fff
}

.m-introBox__em>em,
.m-introBox__em>span {
    position: relative;
    z-index: 1
}

.m-introBox__em>span {
    min-width: 120px;
    margin: 0 0 0 10px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.2;
    color: #66b0e2;
    text-align: center
}

.m-introBox__em>em {
    width: 100%;
    margin: 0 10px 0 0;
    font-weight: bold;
    font-size: 3.8rem;
    color: #fff;
    text-align: center
}

.m-introBox__em>em b {
    color: #fff88a
}

.m-introBox__em>em b span {
    font-weight: 500;
    font-size: 3.1rem;
    color: #fff
}

@media screen and (max-width: 740px) {
    .m-intro {
        padding: 10.1351351351vw 6.7567567568vw
    }

    .m-introHdg {
        font-size: 5.4054054054vw
    }

    .m-introHdg::before,
    .m-introHdg::after {
        width: 4.8648648649vw;
        height: 7.027027027vw;
        margin: -2.972972973vw 0 0;
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-introHdg::before {
        left: -6.7567567568vw;
        background-position: -107.8378378378vw -38.6486486486vw
    }

    .m-introHdg::after {
        right: -6.7567567568vw;
        background-position: -114.1891891892vw -38.6486486486vw
    }

    .m-introHdg span {
        font-size: 6.7567567568vw
    }

    .m-introBox {
        margin: 2.7027027027vw 0 0
    }

    .m-introBox__hdg,
    .m-introBox__body {
        border-width: .4054054054vw
    }

    .m-introBox__hdg {
        height: 9.4594594595vw;
        font-size: 4.8648648649vw;
        border-radius: 5.4054054054vw 1.3513513514vw 0 0
    }

    .m-introBox__body {
        padding: 2.7027027027vw 2.7027027027vw 0;
        border-radius: 0 0 5.4054054054vw 1.3513513514vw
    }

    .m-introBox__list {
        margin: 0 0 0 -2.7027027027vw
    }

    .m-introBox__listItem {
        padding: 1.3513513514vw 0 1.3513513514vw 2.7027027027vw;
        border-right-width: .1351351351vw
    }

    .m-introBox__listItem__hdg {
        padding: 0 4.0540540541vw 0 3.3783783784vw;
        font-size: 3.7837837838vw
    }

    .m-introBox__listItem__hdg::before,
    .m-introBox__listItem__hdg::after {
        margin: -4.5945945946vw 0 0;
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-introBox__listItem__hdg::before {
        width: 2.1621621622vw;
        height: 9.1891891892vw;
        background-position: -107.8378378378vw -46.7567567568vw
    }

    .m-introBox__listItem__hdg::after {
        width: 2.4324324324vw;
        height: 9.1891891892vw;
        background-position: -111.3513513514vw -46.7567567568vw
    }

    .m-introBox__listItem__hdg em {
        padding: 0 .6756756757vw
    }

    .m-introBox__listItem__hdg em span {
        font-size: 4.5945945946vw
    }

    .m-introBox__listItem__price>em {
        font-size: 10.8108108108vw
    }

    .m-introBox__listItem__price>em b {
        padding: 0 0 0 .6756756757vw;
        font-size: 5.6756756757vw
    }

    .m-introBox__listItem__price>em b span {
        font-size: 2.1621621622vw;
        top: -.9459459459vw;
        right: -.5405405405vw
    }

    .m-introBox__listItem__price>span {
        margin: 1.3513513514vw 0 0;
        font-size: 2.1621621622vw
    }

    .m-introBox__em {
        height: 14.8648648649vw;
        margin: .8108108108vw 0 -3.3783783784vw;
        border-radius: 7.4324324324vw
    }

    .m-introBox__em::before {
        width: calc(100% - 2.7027027027vw);
        height: calc(100% - 2.7027027027vw);
        top: 1.3513513514vw;
        left: 1.3513513514vw;
        border-radius: 6.0810810811vw;
        border-width: .2702702703vw
    }

    .m-introBox__em::after {
        width: 16.2162162162vw;
        height: calc(100% - 2.7027027027vw);
        top: 1.3513513514vw;
        left: 1.3513513514vw;
        border-radius: 6.0810810811vw 0 0 6.0810810811vw
    }

    .m-introBox__em>span {
        min-width: 16.2162162162vw;
        margin: 0 0 0 1.3513513514vw
    }

    .m-introBox__em>em {
        margin: 0 1.3513513514vw 0 0;
        font-size: 5.1351351351vw
    }

    .m-introBox__em>em b span {
        font-size: 4.1891891892vw
    }
}

.m-case {
    min-height: 660px;
    margin: 0 0 95px;
    padding: 65px 0 0;
    background: url(../../img/v1/bg_case.png) no-repeat;
    background-size: 740px 660px
}

.m-caseHdg__en,
.m-caseHdg__ja {
    line-height: 1;
    text-align: center;
    display: block
}

.m-caseHdg__en {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: gray;
    letter-spacing: .2em
}

.m-caseHdg__ja {
    margin: 25px 0 0;
    font-weight: bold;
    font-size: 5.4rem;
    color: #6faae5
}

.m-caseHdg__ja span {
    margin: 20px auto 0;
    padding: 5px 10px 7px;
    display: table;
    background: #fff
}

.m-caseTxt {
    margin: 35px 0 0;
    font-size: 2.8rem;
    letter-spacing: .1em;
    line-height: 1.6;
    text-align: center
}

.m-caseTxt em {
    margin: 0 auto 5px;
    padding: 0 0 1px;
    display: table;
    border-bottom: 2px solid #5d5d5d
}

.m-caseList {
    margin: 70px 0 0 -45px;
    padding: 0 75px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.m-caseList__item {
    width: 50%;
    padding: 0 0 0 45px
}

.m-caseList__item[data-order="1"] .m-caseList__inner::before {
    background-position: -40px -414px
}

.m-caseList__item[data-order="1"] .m-caseList__hdg {
    color: #f0726e
}

.m-caseList__item[data-order="1"] .m-caseList__hdg::before {
    width: 174px;
    height: 60px;
    margin: 0 0 0 -87px;
    background-position: -843px -40px
}

.m-caseList__item[data-order="2"] .m-caseList__inner::before {
    background-position: -329px -404px
}

.m-caseList__item[data-order="2"] .m-caseList__hdg {
    color: #6faae5
}

.m-caseList__item[data-order="2"] .m-caseList__hdg::before {
    width: 194px;
    height: 60px;
    margin: 0 0 0 -97px;
    background-position: -841px -108px
}

.m-caseList__inner {
    min-height: 280px;
    position: relative
}

.m-caseList__inner::before {
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-caseList__inner>* {
    position: relative;
    z-index: 1
}

.m-caseList__hdg {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 77px;
    text-align: center;
    position: relative
}

.m-caseList__hdg::before {
    position: absolute;
    top: 17px;
    left: 50%;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-caseList__hdg span {
    position: relative;
    z-index: 1
}

.m-caseList__ttl {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    display: block
}

.m-caseList__val {
    margin: 7px 0 0;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 9rem;
    color: #faf675;
    line-height: 1;
    text-align: center;
    display: block
}

.m-caseList__val b {
    color: #fff;
    font-size: 4.8rem
}

.m-caseList__val b span {
    color: #faf675
}

@media screen and (max-width: 740px) {
    .m-case {
        min-height: 89.1891891892vw;
        margin: 0 0 12.8378378378vw;
        padding: 8.7837837838vw 0 0;
        background-size: 100vw 89.1891891892vw
    }

    .m-caseHdg__en {
        font-size: 2.4324324324vw
    }

    .m-caseHdg__ja {
        margin: 3.3783783784vw 0 0;
        font-size: 7.2972972973vw
    }

    .m-caseHdg__ja span {
        margin: 2.7027027027vw auto 0;
        padding: .6756756757vw 1.3513513514vw .9459459459vw
    }

    .m-caseTxt {
        margin: 4.7297297297vw 0 0;
        font-size: 3.7837837838vw
    }

    .m-caseTxt em {
        margin: 0 auto .6756756757vw;
        padding: 0 0 .1351351351vw;
        border-bottom-width: .2702702703vw
    }

    .m-caseList {
        margin: 9.4594594595vw 0 0 -6.0810810811vw;
        padding: 0 10.1351351351vw
    }

    .m-caseList__item {
        padding: 0 0 0 6.0810810811vw
    }

    .m-caseList__item[data-order="1"] .m-caseList__inner::before {
        background-position: -5.4054054054vw -55.9459459459vw
    }

    .m-caseList__item[data-order="1"] .m-caseList__hdg::before {
        width: 23.5135135135vw;
        height: 8.1081081081vw;
        margin: 0 0 0 -11.7567567568vw;
        background-position: -113.9189189189vw -5.4054054054vw
    }

    .m-caseList__item[data-order="2"] .m-caseList__inner::before {
        background-position: -44.4594594595vw -54.5945945946vw
    }

    .m-caseList__item[data-order="2"] .m-caseList__hdg::before {
        width: 26.2162162162vw;
        height: 8.1081081081vw;
        margin: 0 0 0 -13.1081081081vw;
        background-position: -113.6486486486vw -14.5945945946vw
    }

    .m-caseList__inner {
        min-height: 37.8378378378vw
    }

    .m-caseList__inner::before {
        width: 37.8378378378vw;
        height: 37.8378378378vw;
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-caseList__hdg {
        font-size: 3.5135135135vw;
        line-height: 10.4054054054vw
    }

    .m-caseList__hdg::before {
        top: 2.2972972973vw;
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-caseList__ttl {
        margin: 2.7027027027vw 0 0;
        font-size: 3.5135135135vw
    }

    .m-caseList__val {
        margin: .9459459459vw 0 0;
        font-size: 12.1621621622vw
    }

    .m-caseList__val b {
        font-size: 6.4864864865vw
    }
}

.m-cv {
    padding: 65px 20px 80px;
    position: relative;
    background: #fdeae7
}

.m-cv::before,
.m-cv::after {
    position: absolute;
    left: 0;
    content: ""
}

.m-cv::before {
    width: 188px;
    height: 199px;
    top: 0;
    background: url(../../img/v1/fig_cv.png);
    background-size: 188px 199px
}

.m-cv::after {
    width: 179px;
    height: 181px;
    bottom: 0;
    background: url(../../img/v1/fig_cv_03.png);
    background-size: 179px 181px
}

.m-cvHdg {
    position: relative;
    z-index: 2
}

.m-cvHdg__sub,
.m-cvHdg__main {
    margin: 0 auto;
    line-height: 1;
    display: table
}

.m-cvHdg__main[data-type="1"] {
    padding: 0 50px 0 70px;
    font-weight: 900;
    font-size: 3.2rem;
    letter-spacing: .15em;
    position: relative
}

.m-cvHdg__main[data-type="1"]::before,
.m-cvHdg__main[data-type="1"]::after {
    width: 31px;
    height: 46px;
    margin: -23px 0 0;
    position: absolute;
    top: 50%;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-cvHdg__main[data-type="1"]::before {
    left: 0;
    background-position: -642px -40px
}

.m-cvHdg__main[data-type="1"]::after {
    right: 0;
    background-position: -683px -40px
}

.m-cvHdg__main[data-type="1"] em {
    font-weight: bold;
    font-size: 3.8rem;
    color: #f0726e;
    letter-spacing: .05em;
    position: relative
}

.m-cvHdg__main[data-type="1"] em::before {
    width: 75px;
    height: 98px;
    margin: -56px 0 0;
    position: absolute;
    top: 50%;
    left: -20px;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -40px -306px;
    content: ""
}

.m-cvHdg__main[data-type="1"] em span {
    font-size: 5.2rem
}

.m-cvHdg__main[data-type="2"] {
    margin-top: 30px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 10.8rem;
    color: #f0726e;
    letter-spacing: .1em
}

.m-cvHdg__main[data-type="2"] span {
    font-size: 11.8rem
}

.m-cvHdg__sub {
    margin-top: 15px;
    padding: 7px 55px 8px;
    font-weight: 500;
    font-size: 2.8rem;
    border-radius: 21px;
    background: #fff88a
}

.m-cvBox {
    margin: 40px 0 0;
    padding: 50px 30px 50px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    background: #fff
}

.m-cvBox::before {
    width: 186px;
    height: 210px;
    position: absolute;
    top: -105px;
    right: -20px;
    z-index: -1;
    background: url(../../img/v1/fig_cv_02.png);
    background-size: 186px 210px;
    content: ""
}

.m-cvBox__hdg {
    font-weight: 900;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    left: 5px
}

.m-cvBox__hdg em {
    margin: 5px auto 0;
    padding: 0 0 0 20px;
    font-size: 4.6rem;
    color: #f0726e;
    letter-spacing: .15em;
    display: table;
    background: linear-gradient(transparent 70%, #fff88a 70%)
}

.m-cvBox__hdg em span {
    padding: 0 10px 0 0;
    font-size: 7rem
}

.m-cvBox__note {
    margin: 15px auto 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    display: table
}

.m-cvBox__note span {
    padding: 0 0 0 1.2em;
    position: relative;
    display: block
}

.m-cvBox__note span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※"
}

.m-cvBox__feature {
    margin: 0 0 0 -40px;
    display: flex;
    flex-wrap: wrap
}

.m-cvBox__feature li {
    width: 50%;
    margin: 30px 0 0;
    padding: 0 0 0 40px
}

.m-cvBox__feature li:nth-child(1) div::after {
    width: 70px;
    height: 69px;
    margin: -33px 0 0;
    left: 20px;
    background-position: -122px -306px
}

.m-cvBox__feature li:nth-child(1) span {
    padding: 0 0 0 95px
}

.m-cvBox__feature li:nth-child(2) div::after {
    width: 80px;
    height: 80px;
    margin: -40px 0 0;
    left: 16px;
    background-position: -202px -306px
}

.m-cvBox__feature li:nth-child(2) span {
    padding: 0 0 0 105px
}

.m-cvBox__feature li:nth-child(3) div::after {
    width: 67px;
    height: 53px;
    margin: -27px 0 0;
    left: 24px;
    background-position: -292px -306px
}

.m-cvBox__feature li:nth-child(3) span {
    padding: 0 0 0 100px
}

.m-cvBox__feature li:nth-child(4) div::after {
    width: 75px;
    height: 61px;
    margin: -30px 0 0;
    left: 17px;
    background-position: -372px -306px
}

.m-cvBox__feature li:nth-child(4) span {
    padding: 0 0 0 105px
}

.m-cvBox__feature li div {
    position: relative;
    border-radius: 10px;
    background: #f0726e
}

.m-cvBox__feature li div::before,
.m-cvBox__feature li div::after {
    position: absolute;
    content: ""
}

.m-cvBox__feature li div::before {
    width: 100%;
    height: 100%;
    top: 6px;
    left: 10px;
    z-index: -1;
    border-radius: 10px;
    background: #f7b8b6
}

.m-cvBox__feature li div::after {
    top: 50%;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px
}

.m-cvBox__feature li span {
    height: 120px;
    font-weight: bold;
    font-size: 3.2rem;
    color: #f0726e;
    letter-spacing: .05em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 40px 10px 40px 10px;
    border: 1px solid #f0726e;
    background: #fff
}

.m-cvBox__btn {
    width: 100%;
    height: 140px;
    margin: 35px 0 0;
    padding: 0 115px 0 20px;
    color: #fff;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 15px;
    background: #09c66b
}

.m-cvBox__btn:before {
    width: 80px;
    height: 76px;
    margin: -38px 0 0;
    position: absolute;
    top: 50%;
    right: 35px;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -552px -40px;
    content: ""
}

.m-cvBox__btn>span,
.m-cvBox__btn>em {
    font-weight: bold;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1;
    letter-spacing: .05em;
    text-shadow: 0 0 6px rgba(9, 82, 47, .3);
    text-align: center;
    display: block
}

.m-cvBox__btn>em {
    margin: 10px 0 0;
    font-size: 3.6rem
}

.m-cvBox__btn>em b,
.m-cvBox__btn>em span {
    font-size: 4.6rem
}

.m-cvBox__btn>em b {
    color: #faf275
}

.m-cvBox__btn>span b {
    color: #faf275
}

@media screen and (max-width: 740px) {
    .m-cv {
        padding: 8.7837837838vw 2.7027027027vw 10.8108108108vw
    }

    .m-cv::before {
        width: 25.4054054054vw;
        height: 26.8918918919vw;
        background-size: 25.4054054054vw 26.8918918919vw
    }

    .m-cv::after {
        width: 24.1891891892vw;
        height: 24.4594594595vw;
        background-size: 24.1891891892vw 24.4594594595vw
    }

    .m-cvHdg__main[data-type="1"] {
        padding: 0 6.7567567568vw 0 9.4594594595vw;
        font-size: 4.3243243243vw
    }

    .m-cvHdg__main[data-type="1"]::before,
    .m-cvHdg__main[data-type="1"]::after {
        width: 4.1891891892vw;
        height: 6.2162162162vw;
        margin: -3.1081081081vw 0 0;
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-cvHdg__main[data-type="1"]::before {
        background-position: -86.7567567568vw -5.4054054054vw
    }

    .m-cvHdg__main[data-type="1"]::after {
        background-position: -92.2972972973vw -5.4054054054vw
    }

    .m-cvHdg__main[data-type="1"] em {
        font-size: 5.1351351351vw
    }

    .m-cvHdg__main[data-type="1"] em::before {
        width: 10.1351351351vw;
        height: 13.2432432432vw;
        margin: -7.5675675676vw 0 0;
        left: -2.7027027027vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -5.4054054054vw -41.3513513514vw
    }

    .m-cvHdg__main[data-type="1"] em span {
        font-size: 7.027027027vw
    }

    .m-cvHdg__main[data-type="2"] {
        margin-top: 4.0540540541vw;
        font-size: 14.5945945946vw
    }

    .m-cvHdg__main[data-type="2"] span {
        font-size: 15.9459459459vw
    }

    .m-cvHdg__sub {
        margin-top: 2.027027027vw;
        padding: .9459459459vw 7.4324324324vw 1.0810810811vw;
        font-size: 3.7837837838vw;
        border-radius: 2.8378378378vw
    }

    .m-cvBox {
        margin: 5.4054054054vw 0 0;
        padding: 6.7567567568vw 4.0540540541vw 6.7567567568vw;
        border-radius: 5.4054054054vw
    }

    .m-cvBox::before {
        width: 25.1351351351vw;
        height: 28.3783783784vw;
        top: -14.1891891892vw;
        right: -2.7027027027vw;
        background-size: 25.1351351351vw 28.3783783784vw
    }

    .m-cvBox__hdg {
        font-size: 4.0540540541vw;
        left: .6756756757vw
    }

    .m-cvBox__hdg em {
        margin: .6756756757vw auto 0;
        padding: 0 0 0 2.7027027027vw;
        font-size: 6.2162162162vw
    }

    .m-cvBox__hdg em span {
        padding: 0 1.3513513514vw 0 0;
        font-size: 9.4594594595vw
    }

    .m-cvBox__note {
        margin: 2.027027027vw auto 0;
        font-size: 2.1621621622vw
    }

    .m-cvBox__feature {
        margin: 0 0 0 -5.4054054054vw
    }

    .m-cvBox__feature li {
        margin: 4.0540540541vw 0 0;
        padding: 0 0 0 5.4054054054vw
    }

    .m-cvBox__feature li:nth-child(1) div::after {
        width: 9.4594594595vw;
        height: 9.3243243243vw;
        margin: -4.4594594595vw 0 0;
        left: 2.7027027027vw;
        background-position: -16.4864864865vw -41.3513513514vw
    }

    .m-cvBox__feature li:nth-child(1) span {
        padding: 0 0 0 12.8378378378vw
    }

    .m-cvBox__feature li:nth-child(2) div::after {
        width: 10.8108108108vw;
        height: 10.8108108108vw;
        margin: -5.4054054054vw 0 0;
        left: 2.1621621622vw;
        background-position: -27.2972972973vw -41.3513513514vw
    }

    .m-cvBox__feature li:nth-child(2) span {
        padding: 0 0 0 14.1891891892vw
    }

    .m-cvBox__feature li:nth-child(3) div::after {
        width: 9.0540540541vw;
        height: 7.1621621622vw;
        margin: -3.6486486486vw 0 0;
        left: 3.2432432432vw;
        background-position: -39.4594594595vw -41.3513513514vw
    }

    .m-cvBox__feature li:nth-child(3) span {
        padding: 0 0 0 13.5135135135vw
    }

    .m-cvBox__feature li:nth-child(4) div::after {
        width: 10.1351351351vw;
        height: 8.2432432432vw;
        margin: -4.0540540541vw 0 0;
        left: 2.2972972973vw;
        background-position: -50.2702702703vw -41.3513513514vw
    }

    .m-cvBox__feature li:nth-child(4) span {
        padding: 0 0 0 14.1891891892vw
    }

    .m-cvBox__feature li div {
        border-radius: 1.3513513514vw
    }

    .m-cvBox__feature li div::before {
        top: .8108108108vw;
        left: 1.3513513514vw;
        border-radius: 1.3513513514vw
    }

    .m-cvBox__feature li div::after {
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-cvBox__feature li span {
        height: 16.2162162162vw;
        font-size: 4.3243243243vw;
        border-radius: 5.4054054054vw 1.3513513514vw 5.4054054054vw 1.3513513514vw;
        border-width: .1351351351vw
    }

    .m-cvBox__btn {
        height: 18.9189189189vw;
        margin: 4.7297297297vw 0 0;
        padding: 0 15.5405405405vw 0 2.7027027027vw;
        border-radius: 2.027027027vw
    }

    .m-cvBox__btn:before {
        width: 10.8108108108vw;
        height: 10.2702702703vw;
        margin: -5.1351351351vw 0 0;
        right: 4.7297297297vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -74.5945945946vw -5.4054054054vw
    }

    .m-cvBox__btn>span,
    .m-cvBox__btn>em {
        font-size: 3.5135135135vw;
        text-shadow: 0 0 .8108108108vw rgba(9, 82, 47, .3)
    }

    .m-cvBox__btn>em {
        margin: 1.3513513514vw 0 0;
        font-size: 4.8648648649vw
    }

    .m-cvBox__btn>em b,
    .m-cvBox__btn>em span {
        font-size: 6.2162162162vw
    }
}

.m-result {
    padding: 90px 0 0;
    background: url(../../img/v1/bg_result.png) 0 0 no-repeat
}

.m-resultHdg__en,
.m-resultHdg__ja {
    margin: 0 auto;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: table
}

.m-resultHdg__en {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: gray;
    letter-spacing: .1em
}

.m-resultHdg__ja {
    margin-top: 15px;
    font-size: 3.6rem
}

.m-resultHdg__ja em {
    margin: 15px auto 0;
    padding: 0 0 0 10px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 10rem;
    color: #b79854;
    letter-spacing: .2em;
    display: table
}

.m-resultValue {
    width: 693px;
    height: 224px;
    margin: 35px auto 0;
    position: relative
}

.m-resultValue::before {
    width: 693px;
    height: 224px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -1045px -40px;
    content: ""
}

.m-resultValue__hdg {
    font-weight: bold;
    font-size: 3.6rem;
    color: #b79854;
    line-height: 1;
    letter-spacing: .15em;
    text-align: center
}

.m-resultValue__txt {
    margin: 10px 0 0
}

.m-resultValue__txt>em,
.m-resultValue__txt>span {
    line-height: 1;
    display: block
}

.m-resultValue__txt>em {
    font-size: 7rem;
    color: #b79854;
    text-align: center
}

.m-resultValue__txt>em span {
    font-family: "Oswald", sans-serif;
    font-size: 14rem
}

.m-resultValue__txt>span {
    margin: 20px auto 0;
    font-size: 1.6rem;
    text-align: center
}

.m-resultBox {
    width: 600px;
    margin: 55px auto 0;
    padding: 80px 35px 30px;
    position: relative;
    border-radius: 40px 10px 40px 10px;
    background: #fff
}

.m-resultBox::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    box-sizing: border-box;
    border-radius: 40px 10px 40px 10px;
    border: 2px solid #b79854;
    content: ""
}

.m-resultBox::after {
    width: 156px;
    height: 231px;
    position: absolute;
    top: 60px;
    right: 40px;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -632px -286px;
    content: ""
}

.m-resultBox__hdg {
    width: 430px;
    height: 56px;
    margin: -80px auto 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 3rem;
    color: #fff;
    letter-spacing: .1em;
    position: absolute;
    top: -15px;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50px;
    background: #f0726e
}

.m-resultBox__hdg::before {
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;
    position: absolute;
    left: 50%;
    bottom: -16px;
    border-style: solid;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-top: 18px solid #f0726e;
    border-bottom: 0;
    content: ""
}

.m-resultBox__txt {
    margin: 0;
    padding: 10px 180px 0 0;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.6
}

@media screen and (max-width: 740px) {
    .m-result {
        padding: 12.1621621622vw 0 0
    }

    .m-resultHdg__en {
        font-size: 2.4324324324vw
    }

    .m-resultHdg__ja {
        margin-top: 2.027027027vw;
        font-size: 4.8648648649vw
    }

    .m-resultHdg__ja em {
        margin: 2.027027027vw auto 0;
        padding: 0 0 0 1.3513513514vw;
        font-size: 13.5135135135vw
    }

    .m-resultValue {
        width: 93.6486486486vw;
        height: 30.2702702703vw;
        margin: 4.7297297297vw auto 0
    }

    .m-resultValue::before {
        width: 93.6486486486vw;
        height: 30.2702702703vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -141.2162162162vw -5.4054054054vw
    }

    .m-resultValue__hdg {
        font-size: 4.8648648649vw
    }

    .m-resultValue__txt {
        margin: 1.3513513514vw 0 0
    }

    .m-resultValue__txt>em {
        font-size: 9.4594594595vw
    }

    .m-resultValue__txt>em span {
        font-size: 18.9189189189vw
    }

    .m-resultValue__txt>span {
        margin: 2.7027027027vw auto 0;
        font-size: 2.1621621622vw
    }

    .m-resultBox {
        width: 81.0810810811vw;
        margin: 7.4324324324vw auto 0;
        padding: 10.8108108108vw 4.7297297297vw 4.0540540541vw;
        border-radius: 5.4054054054vw 1.3513513514vw 5.4054054054vw 1.3513513514vw
    }

    .m-resultBox::before {
        width: calc(100% - 1.3513513514vw);
        height: calc(100% - 1.3513513514vw);
        top: .6756756757vw;
        left: .6756756757vw;
        border-radius: 5.4054054054vw 1.3513513514vw 5.4054054054vw 1.3513513514vw;
        border-width: .2702702703vw
    }

    .m-resultBox::after {
        width: 21.0810810811vw;
        height: 31.2162162162vw;
        top: 8.1081081081vw;
        right: 5.4054054054vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -85.4054054054vw -38.6486486486vw
    }

    .m-resultBox__hdg {
        width: 58.1081081081vw;
        height: 7.5675675676vw;
        margin: -10.8108108108vw auto 0;
        font-size: 4.0540540541vw;
        top: -2.027027027vw;
        border-radius: 6.7567567568vw
    }

    .m-resultBox__hdg::before {
        margin: 0 0 0 -1.0810810811vw;
        bottom: -2.1621621622vw;
        border-right-width: 1.0810810811vw;
        border-left-width: 1.0810810811vw;
        border-top-width: 2.4324324324vw
    }

    .m-resultBox__txt {
        padding: 1.3513513514vw 24.3243243243vw 0 0;
        font-size: 3.7837837838vw
    }
}

.m-reason {
    margin: 150px 0 0;
    background: linear-gradient(to right, #f7d0d4 0%, #c9dffb 100%)
}

.m-reasonHdg {
    width: 570px;
    height: 254px;
    margin: 0 auto -45px;
    padding: 55px 0 0;
    position: relative;
    top: -45px;
    display: table;
    background: url(../../img/v1/bg_reason_hdg.png);
    background-size: 570px 254px
}

.m-reasonHdg::before,
.m-reasonHdg::after {
    position: absolute;
    content: ""
}

.m-reasonHdg::before {
    width: 100%;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 11rem;
    color: #fcdddf;
    line-height: 1;
    letter-spacing: .2em;
    text-align: center;
    top: -5px;
    left: 10px;
    content: "REASON"
}

.m-reasonHdg::after {
    width: 7px;
    height: 38px;
    margin: 0 0 0 -3px;
    left: 50%;
    bottom: -50px;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -535px -40px
}

.m-reasonHdg__sub,
.m-reasonHdg__main {
    font-weight: bold;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1
}

.m-reasonHdg__sub {
    font-size: 3.6rem
}

.m-reasonHdg__main {
    font-size: 9rem;
    color: rgba(0, 0, 0, 0);
    text-fill-color: rgba(0, 0, 0, 0);
    background: linear-gradient(90deg, #f5aaa6 0%, #d2cef9 50%, #9bcef5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.m-reasonHdg__main em {
    font-size: 12rem
}

.m-reasonHdg__main span {
    font-size: 5.8rem
}

.m-reasonList {
    margin: 125px 0 0;
    padding: 0 55px 110px
}

.m-reasonList__item {
    margin: 65px 0 0;
    padding: 65px 0 0;
    position: relative;
    border-radius: 40px 10px 40px 10px;
    background: #fff
}

.m-reasonList__item:first-child {
    margin-top: 0 !important
}

.m-reasonList__item:first-child::after {
    top: -60px
}

.m-reasonList__item::before,
.m-reasonList__item::after {
    position: absolute;
    content: ""
}

.m-reasonList__item::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    border-radius: 30px 5px 30px 5px;
    border: 1px solid #f0726e
}

.m-reasonList__item::after {
    width: 6px;
    height: 72px;
    margin: 0 0 0 -3px;
    background: #fff;
    top: -68px;
    left: 50%;
    z-index: 0
}

.m-reasonList__item[data-order="1"] .m-reasonList__inner::before {
    width: 100px;
    margin-left: -50px
}

.m-reasonList__item[data-order="1"] .m-reasonList__hdg span::before {
    width: 75px;
    height: 77px;
    margin: 0 0 0 -42px;
    background-position: -40px -40px
}

.m-reasonList__item[data-order="1"] .m-reasonList__body::before {
    width: 150px;
    height: 147px;
    top: 12px;
    right: 45px;
    background-position: -40px -127px
}

.m-reasonList__item[data-order="2"] .m-reasonList__hdg span::before {
    width: 93px;
    height: 77px;
    margin: 0 0 0 -46px;
    background-position: -125px -40px
}

.m-reasonList__item[data-order="2"] .m-reasonList__body::before {
    width: 155px;
    height: 169px;
    top: 10px;
    right: 35px;
    background-position: -197px -127px
}

.m-reasonList__item[data-order="3"] .m-reasonList__hdg span::before {
    width: 93px;
    height: 77px;
    margin: 0 0 0 -47px;
    background-position: -227px -40px
}

.m-reasonList__item[data-order="3"] .m-reasonList__body::before {
    width: 152px;
    height: 121px;
    top: 20px;
    right: 55px;
    background-position: -362px -127px;
    background-image: url(../../img/v1/icn_pay.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.m-reasonList__item[data-order="4"] .m-reasonList__hdg span::before {
    width: 95px;
    height: 77px;
    margin: 0 0 0 -49px;
    background-position: -329px -40px
}

.m-reasonList__item[data-order="4"] .m-reasonList__body::before {
    width: 153px;
    height: 122px;
    top: 30px;
    right: 40px;
    background-position: -524px -127px
}

.m-reasonList__item[data-order="5"] .m-reasonList__hdg span::before {
    width: 92px;
    height: 77px;
    margin: 0 0 0 -46px;
    background-position: -434px -40px
}

.m-reasonList__item[data-order="5"] .m-reasonList__body::before {
    width: 148px;
    height: 149px;
    top: 25px;
    right: 40px;
    background-position: -687px -117px
}

.m-reasonList__inner::before {
    width: 110px;
    height: 20px;
    margin: 0 0 0 -55px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    content: ""
}

.m-reasonList__hdg {
    margin: 0 auto;
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 3.6rem;
    color: #f0726e;
    line-height: 1.2;
    display: table;
    border-bottom: 3px solid #f0726e
}

.m-reasonList__hdg span {
    width: 100%;
    text-indent: -999em;
    position: absolute;
    top: -28px;
    left: 0;
    z-index: 1
}

.m-reasonList__hdg span::before {
    position: absolute;
    left: 50%;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-reasonList__body {
    margin: 20px 0 0;
    padding: 0 220px 35px 40px;
    position: relative
}

.m-reasonList__body::before {
    position: absolute;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-reasonList__txt {
    font-size: 2.8rem;
    letter-spacing: .1em
}

.m-reasonList__notes {
    margin: 10px 0 0
}

.m-reasonList__notes li {
    margin: 7px 0 0;
    padding: 0 0 0 1.2em;
    font-size: 1.8rem;
    line-height: 1.2;
    white-space: nowrap;
    position: relative
}

.m-reasonList__notes li:first-child {
    margin-top: 0
}

.m-reasonList__notes li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※"
}

@media screen and (max-width: 740px) {
    .m-reason {
        margin: 20.2702702703vw 0 0
    }

    .m-reasonHdg {
        width: 77.027027027vw;
        height: 34.3243243243vw;
        margin: 0 auto -6.0810810811vw;
        padding: 7.4324324324vw 0 0;
        top: -6.0810810811vw;
        background-size: 77.027027027vw 34.3243243243vw
    }

    .m-reasonHdg::before {
        font-size: 14.8648648649vw;
        top: -.6756756757vw;
        left: 1.3513513514vw
    }

    .m-reasonHdg::after {
        width: .9459459459vw;
        height: 5.1351351351vw;
        margin: 0 0 0 -.4054054054vw;
        bottom: -6.7567567568vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -72.2972972973vw -5.4054054054vw
    }

    .m-reasonHdg__sub {
        font-size: 4.8648648649vw
    }

    .m-reasonHdg__main {
        font-size: 12.1621621622vw
    }

    .m-reasonHdg__main em {
        font-size: 16.2162162162vw
    }

    .m-reasonHdg__main span {
        font-size: 7.8378378378vw
    }

    .m-reasonList {
        margin: 16.8918918919vw 0 0;
        padding: 0 7.4324324324vw 14.8648648649vw
    }

    .m-reasonList__item {
        margin: 8.7837837838vw 0 0;
        padding: 8.7837837838vw 0 0;
        border-radius: 5.4054054054vw 1.3513513514vw 5.4054054054vw 1.3513513514vw
    }

    .m-reasonList__item:first-child::after {
        top: -8.1081081081vw
    }

    .m-reasonList__item::before {
        width: calc(100% - 2.7027027027vw);
        height: calc(100% - 2.7027027027vw);
        top: 1.3513513514vw;
        left: 1.3513513514vw;
        border-radius: 4.0540540541vw .6756756757vw 4.0540540541vw .6756756757vw;
        border-width: .1351351351vw
    }

    .m-reasonList__item::after {
        width: .8108108108vw;
        height: 9.7297297297vw;
        margin: 0 0 0 -.4054054054vw;
        top: -9.1891891892vw
    }

    .m-reasonList__item[data-order="1"] .m-reasonList__inner::before {
        width: 13.5135135135vw;
        margin-left: -6.7567567568vw
    }

    .m-reasonList__item[data-order="1"] .m-reasonList__hdg span::before {
        width: 10.1351351351vw;
        height: 10.4054054054vw;
        margin: 0 0 0 -5.6756756757vw;
        background-position: -5.4054054054vw -5.4054054054vw
    }

    .m-reasonList__item[data-order="1"] .m-reasonList__body::before {
        width: 20.2702702703vw;
        height: 19.8648648649vw;
        top: 1.6216216216vw;
        right: 6.0810810811vw;
        background-position: -5.4054054054vw -17.1621621622vw
    }

    .m-reasonList__item[data-order="2"] .m-reasonList__hdg span::before {
        width: 12.5675675676vw;
        height: 10.4054054054vw;
        margin: 0 0 0 -6.2162162162vw;
        background-position: -16.8918918919vw -5.4054054054vw
    }

    .m-reasonList__item[data-order="2"] .m-reasonList__body::before {
        width: 20.9459459459vw;
        height: 22.8378378378vw;
        top: 1.3513513514vw;
        right: 4.7297297297vw;
        background-position: -26.6216216216vw -17.1621621622vw
    }

    .m-reasonList__item[data-order="3"] .m-reasonList__hdg span::before {
        width: 12.5675675676vw;
        height: 10.4054054054vw;
        margin: 0 0 0 -6.3513513514vw;
        background-position: -30.6756756757vw -5.4054054054vw
    }

    .m-reasonList__item[data-order="3"] .m-reasonList__body::before {
        width: 20.5405405405vw;
        height: 16.3513513514vw;
        top: 2.7027027027vw;
        right: 7.4324324324vw;
        background-position: center;
        /* background-size: contain; と併用する場合は center が適切 */
        background-image: url(../../img/v1/icn_pay.png);
        /* background-image を追加 */
        background-size: contain;
        background-repeat: no-repeat;
    }

    .m-reasonList__item[data-order="4"] .m-reasonList__hdg span::before {
        width: 12.8378378378vw;
        height: 10.4054054054vw;
        margin: 0 0 0 -6.6216216216vw;
        background-position: -44.4594594595vw -5.4054054054vw
    }

    .m-reasonList__item[data-order="4"] .m-reasonList__body::before {
        width: 20.6756756757vw;
        height: 16.4864864865vw;
        top: 4.0540540541vw;
        right: 5.4054054054vw;
        background-position: -70.8108108108vw -17.1621621622vw
    }

    .m-reasonList__item[data-order="5"] .m-reasonList__hdg span::before {
        width: 12.4324324324vw;
        height: 10.4054054054vw;
        margin: 0 0 0 -6.2162162162vw;
        background-position: -58.6486486486vw -5.4054054054vw
    }

    .m-reasonList__item[data-order="5"] .m-reasonList__body::before {
        width: 20vw;
        height: 20.1351351351vw;
        top: 3.3783783784vw;
        right: 5.4054054054vw;
        background-position: -92.8378378378vw -15.8108108108vw
    }

    .m-reasonList__inner::before {
        width: 14.8648648649vw;
        height: 2.7027027027vw;
        margin: 0 0 0 -7.4324324324vw
    }

    .m-reasonList__hdg {
        padding: 0 0 .6756756757vw;
        font-size: 4.8648648649vw;
        border-bottom-width: .4054054054vw
    }

    .m-reasonList__hdg span {
        top: -3.7837837838vw
    }

    .m-reasonList__hdg span::before {
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-reasonList__body {
        margin: 2.7027027027vw 0 0;
        padding: 0 29.7297297297vw 4.7297297297vw 5.4054054054vw
    }

    .m-reasonList__body::before {
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-reasonList__txt {
        font-size: 3.7837837838vw
    }

    .m-reasonList__notes {
        margin: 1.3513513514vw 0 0
    }

    .m-reasonList__notes li {
        margin: .9459459459vw 0 0;
        font-size: 2.4324324324vw
    }
}

.m-about {
    margin: 100px 0 0
}

.m-aboutBox {
    margin: 0 40px;
    padding: 85px 35px 70px;
    border-radius: 50px;
    background: url(../../img/v1/bg_about.png) repeat
}

.m-aboutBox__hdg[data-level="2"] span[data-lang=en],
.m-aboutBox__hdg[data-level="2"] span[data-lang=ja] {
    line-height: 1;
    text-align: center;
    display: block
}

.m-aboutBox__hdg[data-level="2"] span[data-lang=en] {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: gray;
    letter-spacing: .2em
}

.m-aboutBox__hdg[data-level="2"] span[data-lang=ja] {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 4.8rem;
    color: #6faae5
}

.m-aboutBox__hdg[data-level="2"] span[data-lang=ja] span {
    margin: 20px auto 0;
    padding: 5px 10px 7px;
    display: table;
    background: #fff
}

.m-aboutBox__hdg[data-level="3"] {
    height: 240px;
    margin: 120px -75px 0;
    padding: 45px 75px 0;
    font-weight: bold;
    font-size: 4.4rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    position: relative
}

.m-aboutBox__hdg[data-level="3"]::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(to right, #67b4e7 0%, #8be4b7 100%);
    content: ""
}

.m-aboutBox__hdg[data-level="3"]>em,
.m-aboutBox__hdg[data-level="3"]>span {
    margin: 12px 0 0;
    position: relative;
    position: static;
    z-index: 1
}

.m-aboutBox__hdg[data-level="3"]>em:first-child,
.m-aboutBox__hdg[data-level="3"]>span:first-child {
    margin-top: 0
}

.m-aboutBox__hdg[data-level="3"]>span::before,
.m-aboutBox__hdg[data-level="3"]>span::after {
    position: absolute;
    left: 50%;
    content: ""
}

.m-aboutBox__hdg[data-level="3"]>span::before {
    width: 5px;
    height: 35px;
    margin: 0 0 0 -3px;
    top: -34px;
    background: #78cad1
}

.m-aboutBox__hdg[data-level="3"]>span::after {
    width: 7px;
    height: 38px;
    margin: 0 0 0 -4px;
    top: -85px;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -59px -1047px
}

.m-aboutBox__hdg[data-level="3"]>em {
    font-size: 5.5rem;
    color: #fff88a;
    line-height: 1
}

.m-aboutBox__hdg[data-level="3"]>em span {
    border-bottom: 3px solid #fff88a
}

.m-aboutBox__txt[data-type="1"] {
    margin: 50px 0 0;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center
}

.m-aboutBox__txt[data-type="1"]>b {
    margin: 0 auto 30px;
    padding: 15px 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.8rem;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1;
    display: table;
    position: relative;
    border-radius: 10px;
    background: #6faae5
}

.m-aboutBox__txt[data-type="1"]>b::before {
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    position: absolute;
    left: 50%;
    bottom: -17px;
    border-style: solid;
    border-width: 18px 6px 0 6px;
    border-color: #6faae5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: ""
}

.m-aboutBox__txt[data-type="1"]>em {
    margin: 7px auto 0;
    padding: 0 0 7px;
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 1;
    display: table;
    border-bottom: 3px solid #5d5d5d
}

.m-aboutBox__txt[data-type="2"] {
    height: 165px;
    margin: 150px 25px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    background: #f28b88
}

.m-aboutBox__txt[data-type="2"]::before {
    width: 469px;
    height: 106px;
    margin: 0 0 0 -235px;
    position: absolute;
    top: -105px;
    left: 50%;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -240px -1033px;
    content: ""
}

.m-aboutBox__txt[data-type="2"]>span {
    font-weight: bold;
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.4;
    letter-spacing: .1em;
    text-align: center;
    display: block;
    position: relative;
    top: -10px
}

.m-aboutBox__txt[data-type="2"]>span>em {
    color: #fff88a
}

.m-aboutBox__txt[data-type="2"]>span>em span {
    font-size: 5rem
}

.m-aboutBox__txt[data-type="3"],
.m-aboutBox__txt[data-type="4"] {
    font-size: 2.6rem;
    text-align: center
}

.m-aboutBox__txt[data-type="3"] {
    margin: 30px 0 0
}

.m-aboutBox__txt[data-type="4"] {
    margin: -40px 0 0;
    position: relative
}

.m-aboutBox__txt[data-type="4"]::before {
    width: 600px;
    height: 320px;
    margin: 0 auto 30px;
    display: table;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -40px -1417px;
    content: ""
}

.m-aboutCompare {
    margin: 65px 50px 0
}

.m-aboutCompare__hdg {
    height: 60px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    color: #fff;
    letter-spacing: .1em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    background: #f0726e
}

.m-aboutCompare__hdg::before {
    width: 0;
    height: 0;
    margin: 0 0 0 -7px;
    position: absolute;
    left: 50%;
    bottom: -18px;
    border-style: solid;
    border-width: 20px 7px 0 7px;
    border-color: #f0726e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: ""
}

.m-aboutCompare__tbl {
    margin: 50px 0 0;
    display: block;
    border: none
}

.m-aboutCompare__tbl thead,
.m-aboutCompare__tbl tbody,
.m-aboutCompare__tbl tr,
.m-aboutCompare__tbl th,
.m-aboutCompare__tbl td {
    width: 100%;
    display: block
}

.m-aboutCompare__tbl thead th,
.m-aboutCompare__tbl thead td,
.m-aboutCompare__tbl tbody th,
.m-aboutCompare__tbl tbody td {
    font-weight: normal;
    text-align: left
}

.m-aboutCompare__tbl thead {
    width: 130px;
    margin: 0 0 0 -65px;
    position: absolute;
    left: 50%;
    z-index: 1
}

.m-aboutCompare__tbl thead th {
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative
}

.m-aboutCompare__tbl thead th:nth-child(1) {
    margin: -15px 0 0;
    padding: 0 0 85px;
    font-size: 3rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.m-aboutCompare__tbl thead th:nth-child(1)::before {
    width: 7px;
    height: 38px;
    margin: 0 0 0 -4px;
    position: absolute;
    bottom: 37px;
    left: 50%;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -42px -1047px;
    content: ""
}

.m-aboutCompare__tbl thead th:nth-child(2),
.m-aboutCompare__tbl thead th:nth-child(3),
.m-aboutCompare__tbl thead th:nth-child(4) {
    width: 130px;
    height: 130px;
    margin: 0 0 35px;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
    background: #f0726e
}

.m-aboutCompare__tbl thead th:nth-child(2)::before,
.m-aboutCompare__tbl thead th:nth-child(3)::before,
.m-aboutCompare__tbl thead th:nth-child(4)::before {
    width: 6px;
    height: 38px;
    margin: 0 0 0 -3px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    background: #f0726e;
    content: ""
}

.m-aboutCompare__tbl thead th:nth-child(2)::after {
    width: 6px;
    height: 38px;
    margin: 0 0 0 -3px;
    position: absolute;
    left: 50%;
    top: -20px;
    background: #f0726e;
    content: ""
}

.m-aboutCompare__tbl thead th:nth-child(4) {
    margin-bottom: 0
}

.m-aboutCompare__tbl thead th:nth-child(4)::before {
    display: none
}

.m-aboutCompare__tbl tbody {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    z-index: 0
}

.m-aboutCompare__tbl tbody tr {
    width: 50%;
    position: relative;
    border-radius: 30px
}

.m-aboutCompare__tbl tbody tr::before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    position: absolute;
    top: 7px;
    left: 7px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #fff;
    content: ""
}

.m-aboutCompare__tbl tbody tr[data-type="1"] {
    margin: 0 40px 0 0;
    z-index: 1;
    background: #fdeae7
}

.m-aboutCompare__tbl tbody tr[data-type="1"] th {
    background: #f0726e
}

.m-aboutCompare__tbl tbody tr[data-type="1"] td {
    font-size: 3.6rem;
    position: relative
}

.m-aboutCompare__tbl tbody tr[data-type="1"] td:last-child::before {
    display: none
}

.m-aboutCompare__tbl tbody tr[data-type="1"] td::before {
    width: 590px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px;
    border-bottom: 2px dashed #4c4c4c;
    content: ""
}

.m-aboutCompare__tbl tbody tr[data-type="1"] td em {
    font-family: "Oswald", sans-serif;
    font-size: 7rem;
    letter-spacing: 0
}

.m-aboutCompare__tbl tbody tr[data-type="1"] td em span {
    font-size: 4.8rem
}

.m-aboutCompare__tbl tbody tr[data-type="2"] {
    margin: 0 0 0 40px;
    z-index: 0;
    background: #edf6f7
}

.m-aboutCompare__tbl tbody tr[data-type="2"] th {
    background: #6faae5
}

.m-aboutCompare__tbl tbody tr[data-type="2"] td em {
    font-family: "Oswald", sans-serif;
    font-size: 9rem
}

.m-aboutCompare__tbl tbody tr[data-type="2"] td em span {
    font-size: 4.8rem
}

.m-aboutCompare__tbl tbody tr th,
.m-aboutCompare__tbl tbody tr td {
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.m-aboutCompare__tbl tbody tr th {
    height: 160px;
    font-size: 3.4rem;
    color: #fff;
    line-height: 1.3;
    border-radius: 26px 26px 0 0
}

.m-aboutCompare__tbl tbody tr td {
    height: 180px;
    line-height: 1
}

.m-aboutComment {
    width: 740px;
    height: 442px;
    margin: 270px 0 0;
    position: relative;
    background: url(../../img/v1/bg_about_02.png);
    background-size: 740px 442px
}

.m-aboutComment::before {
    width: 181px;
    height: 301px;
    position: absolute;
    top: 75px;
    left: 60px;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -45px -1106px;
    content: ""
}

.m-aboutComment__txt {
    margin: -250px 0 0;
    padding: 140px 0 0 210px;
    font-weight: bold;
    font-size: 4.6rem;
    color: #fff
}

.m-aboutComment__txt>span,
.m-aboutComment__txt>em {
    margin: 0 auto;
    line-height: 1;
    display: table
}

.m-aboutComment__txt>em {
    margin-top: 15px;
    font-size: 5.7rem;
    color: #fff88a
}

.m-aboutComment__txt>em>span {
    margin: 12px auto 0;
    padding: 0 0 5px;
    display: table;
    border-bottom: 3px solid #fff88a
}

.m-aboutComment__txt>em>span:first-child {
    margin-top: 0
}

.m-aboutComment__list {
    margin: 0 0 0 -16px;
    padding: 0 55px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -175px
}

.m-aboutComment__list li {
    width: 33.3333333333%;
    padding: 0 0 0 16px
}

.m-aboutComment__list li div {
    width: 199px;
    height: 235px;
    position: relative
}

.m-aboutComment__list li div::before {
    width: 199px;
    height: 235px;
    margin: 0 0 0 -100px;
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -232px -1149px;
    content: ""
}

.m-aboutComment__list li div>* {
    width: 200px;
    height: 200px;
    padding: 40px 0 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 740px) {
    .m-about {
        margin: 13.5135135135vw 0 0
    }

    .m-aboutBox {
        margin: 0 5.4054054054vw;
        padding: 11.4864864865vw 4.7297297297vw 9.4594594595vw;
        border-radius: 6.7567567568vw
    }

    .m-aboutBox__hdg[data-level="2"] span[data-lang=en] {
        font-size: 2.4324324324vw
    }

    .m-aboutBox__hdg[data-level="2"] span[data-lang=ja] {
        margin: 2.7027027027vw 0 0;
        font-size: 6.4864864865vw
    }

    .m-aboutBox__hdg[data-level="2"] span[data-lang=ja] span {
        margin: 2.7027027027vw auto 0;
        padding: .6756756757vw 1.3513513514vw .9459459459vw
    }

    .m-aboutBox__hdg[data-level="3"] {
        height: 32.4324324324vw;
        margin: 16.2162162162vw -10.1351351351vw 0;
        padding: 6.0810810811vw 10.1351351351vw 0;
        font-size: 5.9459459459vw
    }

    .m-aboutBox__hdg[data-level="3"]>em,
    .m-aboutBox__hdg[data-level="3"]>span {
        margin: 1.6216216216vw 0 0
    }

    .m-aboutBox__hdg[data-level="3"]>span::before {
        width: .6756756757vw;
        height: 4.7297297297vw;
        margin: 0 0 0 -.4054054054vw;
        top: -4.5945945946vw
    }

    .m-aboutBox__hdg[data-level="3"]>span::after {
        width: .9459459459vw;
        height: 5.1351351351vw;
        margin: 0 0 0 -.5405405405vw;
        top: -11.4864864865vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -7.972972973vw -141.4864864865vw
    }

    .m-aboutBox__hdg[data-level="3"]>em {
        font-size: 7.4324324324vw
    }

    .m-aboutBox__hdg[data-level="3"]>em span {
        border-bottom-width: .4054054054vw
    }

    .m-aboutBox__txt[data-type="1"] {
        margin: 6.7567567568vw 0 0;
        font-size: 4.3243243243vw
    }

    .m-aboutBox__txt[data-type="1"]>b {
        margin: 0 auto 4.0540540541vw;
        padding: 2.027027027vw 2.7027027027vw;
        font-size: 3.7837837838vw;
        border-radius: 1.3513513514vw
    }

    .m-aboutBox__txt[data-type="1"]>b::before {
        margin: 0 0 0 -.8108108108vw;
        bottom: -2.2972972973vw;
        border-width: 2.4324324324vw .8108108108vw 0 .8108108108vw
    }

    .m-aboutBox__txt[data-type="1"]>em {
        margin: .9459459459vw auto 0;
        padding: 0 0 .9459459459vw;
        font-size: 5.6756756757vw;
        border-bottom-width: .4054054054vw
    }

    .m-aboutBox__txt[data-type="2"] {
        height: 22.2972972973vw;
        margin: 20.2702702703vw 3.3783783784vw 0;
        border-radius: 2.7027027027vw
    }

    .m-aboutBox__txt[data-type="2"]::before {
        width: 63.3783783784vw;
        height: 14.3243243243vw;
        margin: 0 0 0 -31.7567567568vw;
        top: -14.1891891892vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -32.4324324324vw -139.5945945946vw
    }

    .m-aboutBox__txt[data-type="2"]>span {
        font-size: 4.3243243243vw;
        top: -1.3513513514vw
    }

    .m-aboutBox__txt[data-type="2"]>span>em span {
        font-size: 6.7567567568vw
    }

    .m-aboutBox__txt[data-type="3"],
    .m-aboutBox__txt[data-type="4"] {
        font-size: 3.5135135135vw
    }

    .m-aboutBox__txt[data-type="3"] {
        margin: 4.0540540541vw 0 0
    }

    .m-aboutBox__txt[data-type="4"] {
        margin: -5.4054054054vw 0 0
    }

    .m-aboutBox__txt[data-type="4"]::before {
        width: 81.0810810811vw;
        height: 43.2432432432vw;
        margin: 0 auto 4.0540540541vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -5.4054054054vw -191.4864864865vw
    }

    .m-aboutCompare {
        margin: 8.7837837838vw 6.7567567568vw 0
    }

    .m-aboutCompare__hdg {
        height: 8.1081081081vw;
        font-size: 4.8648648649vw;
        border-radius: 4.0540540541vw
    }

    .m-aboutCompare__hdg::before {
        margin: 0 0 0 -.9459459459vw;
        bottom: -2.4324324324vw;
        border-width: 2.7027027027vw .9459459459vw 0 .9459459459vw
    }

    .m-aboutCompare__tbl {
        margin: 6.7567567568vw 0 0
    }

    .m-aboutCompare__tbl thead {
        width: 17.5675675676vw;
        margin: 0 0 0 -8.7837837838vw
    }

    .m-aboutCompare__tbl thead th:nth-child(1) {
        margin: -2.027027027vw 0 0;
        padding: 0 0 11.4864864865vw;
        font-size: 4.0540540541vw
    }

    .m-aboutCompare__tbl thead th:nth-child(1)::before {
        width: .9459459459vw;
        height: 5.1351351351vw;
        margin: 0 0 0 -.5405405405vw;
        bottom: 5vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -5.6756756757vw -141.4864864865vw
    }

    .m-aboutCompare__tbl thead th:nth-child(2),
    .m-aboutCompare__tbl thead th:nth-child(3),
    .m-aboutCompare__tbl thead th:nth-child(4) {
        width: 17.5675675676vw;
        height: 17.5675675676vw;
        margin: 0 0 4.7297297297vw;
        font-size: 3.2432432432vw
    }

    .m-aboutCompare__tbl thead th:nth-child(2)::before,
    .m-aboutCompare__tbl thead th:nth-child(3)::before,
    .m-aboutCompare__tbl thead th:nth-child(4)::before {
        width: .8108108108vw;
        height: 5.1351351351vw;
        margin: 0 0 0 -.4054054054vw;
        bottom: -4.7297297297vw
    }

    .m-aboutCompare__tbl thead th:nth-child(2)::after {
        width: .8108108108vw;
        height: 5.1351351351vw;
        margin: 0 0 0 -.4054054054vw;
        top: -2.7027027027vw
    }

    .m-aboutCompare__tbl tbody tr {
        border-radius: 4.0540540541vw
    }

    .m-aboutCompare__tbl tbody tr::before {
        width: calc(100% - 1.8918918919vw);
        height: calc(100% - 1.8918918919vw);
        top: .9459459459vw;
        left: .9459459459vw;
        border-radius: 3.3783783784vw;
        border-width: .1351351351vw
    }

    .m-aboutCompare__tbl tbody tr[data-type="1"] {
        margin: 0 5.4054054054vw 0 0
    }

    .m-aboutCompare__tbl tbody tr[data-type="1"] td {
        font-size: 4.8648648649vw
    }

    .m-aboutCompare__tbl tbody tr[data-type="1"] td::before {
        width: 79.7297297297vw;
        left: 3.3783783784vw;
        border-bottom-width: .2702702703vw
    }

    .m-aboutCompare__tbl tbody tr[data-type="1"] td em {
        font-size: 9.4594594595vw
    }

    .m-aboutCompare__tbl tbody tr[data-type="1"] td em span {
        font-size: 6.4864864865vw
    }

    .m-aboutCompare__tbl tbody tr[data-type="2"] {
        margin: 0 0 0 5.4054054054vw
    }

    .m-aboutCompare__tbl tbody tr[data-type="2"] td em {
        font-size: 12.1621621622vw
    }

    .m-aboutCompare__tbl tbody tr[data-type="2"] td em span {
        font-size: 6.4864864865vw
    }

    .m-aboutCompare__tbl tbody tr th {
        height: 21.6216216216vw;
        font-size: 4.5945945946vw;
        border-radius: 3.5135135135vw 3.5135135135vw 0 0
    }

    .m-aboutCompare__tbl tbody tr td {
        height: 24.3243243243vw
    }

    .m-aboutComment {
        width: 100vw;
        height: 59.7297297297vw;
        margin: 36.4864864865vw 0 0;
        background-size: 100vw 59.7297297297vw
    }

    .m-aboutComment::before {
        width: 24.4594594595vw;
        height: 40.6756756757vw;
        top: 10.1351351351vw;
        left: 8.1081081081vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -6.0810810811vw -149.4594594595vw
    }

    .m-aboutComment__txt {
        margin: -33.7837837838vw 0 0;
        padding: 18.9189189189vw 0 0 28.3783783784vw;
        font-size: 6.2162162162vw;
        color: #fff
    }

    .m-aboutComment__txt>em {
        margin-top: 2.027027027vw;
        font-size: 7.7027027027vw
    }

    .m-aboutComment__txt>em>span {
        margin: 1.6216216216vw auto 0;
        padding: 0 0 .6756756757vw;
        border-bottom-width: .4054054054vw
    }

    .m-aboutComment__list {
        margin: 0 0 0 -2.1621621622vw;
        padding: 0 7.4324324324vw;
        top: -23.6486486486vw
    }

    .m-aboutComment__list li {
        padding: 0 0 0 2.1621621622vw
    }

    .m-aboutComment__list li div {
        width: 26.8918918919vw;
        height: 31.7567567568vw
    }

    .m-aboutComment__list li div::before {
        width: 26.8918918919vw;
        height: 31.7567567568vw;
        margin: 0 0 0 -13.5135135135vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -31.3513513514vw -155.2702702703vw
    }

    .m-aboutComment__list li div>* {
        width: 27.027027027vw;
        height: 27.027027027vw;
        padding: 5.4054054054vw 0 0;
        font-size: 3.2432432432vw
    }
}

.m-flow {
    width: 740px;
    height: 932px;
    padding: 65px 0 0;
    background-image: url(../../img/v1/bg_flow.png);
    background-size: 740px 932px
}

.m-flowHdg__en,
.m-flowHdg__ja {
    line-height: 1;
    text-align: center;
    display: block
}

.m-flowHdg__en {
    margin: 0 0 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: gray;
    letter-spacing: .2em
}

.m-flowHdg__ja {
    margin: 0 80px;
    line-height: 1
}

.m-flowHdg__ja[data-type="1"] {
    margin: 0 auto;
    font-weight: bold;
    font-size: 4rem;
    display: table
}

.m-flowHdg__ja[data-type="1"]>b {
    font-weight: 500;
    font-size: 2.4rem;
    position: relative;
    top: -20px;
    left: -5px
}

.m-flowHdg__ja[data-type="1"]>b::before {
    width: 77px;
    height: 98px;
    margin: -49px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -369px -712px;
    content: ""
}

.m-flowHdg__ja[data-type="1"]>b span {
    padding: 0 0 0 25px;
    font-weight: bold;
    position: relative;
    top: 10px;
    z-index: 1
}

.m-flowHdg__ja[data-type="1"]>em {
    font-weight: bold;
    font-size: 3.6rem;
    color: #f0726e
}

.m-flowHdg__ja[data-type="1"]>em span {
    font-size: 8rem
}

.m-flowHdg__ja[data-type="2"] {
    margin: 30px 0 0;
    font-weight: bold;
    font-size: 5.4rem;
    color: #f0726e
}

.m-flowHdg__ja[data-type="3"] {
    height: 42px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 2.8rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fff88a
}

.m-flowSlider {
    margin: 40px 0 0;
    opacity: 0;
    transition: opacity .3s linear
}

.m-flowSlider.slick-initialized {
    opacity: 1
}

.m-flowSlider__listItem {
    height: 380px;
    margin: 0 40px;
    padding: 60px 25px 0 315px;
    position: relative;
    border-radius: 50px;
    border: 6px solid #e3e3e3;
    background: #fff
}

.m-flowSlider__listItem::before {
    position: absolute;
    top: 50%;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-flowSlider__listItem[data-order="1"]::before {
    width: 260px;
    height: 269px;
    margin: -135px 0 0;
    left: 40px;
    background-position: -457px -712px
}

.m-flowSlider__listItem[data-order="2"]::before {
    width: 290px;
    height: 193px;
    margin: -96px 0 0;
    left: 20px;
    background-position: -727px -712px
}

.m-flowSlider__listItem[data-order="3"]::before {
    width: 240px;
    height: 272px;
    margin: -136px 0 0;
    left: 40px;
    background-position: -1027px -712px
}

.m-flowSlider__listItem[data-order="4"]::before {
    width: 250px;
    height: 292px;
    margin: -146px 0 0;
    left: 35px;
    background-position: -1277px -712px
}

.m-flowSlider__listItem__ttl {
    width: 280px;
    height: 50px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    background: #f0726e
}

.m-flowSlider__listItem__txt {
    margin: 20px 0 0;
    font-size: 2.8rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 740px) {
    .m-flow {
        width: 100vw;
        height: 125.9459459459vw;
        padding: 8.7837837838vw 0 0;
        background-size: 100vw 125.9459459459vw
    }

    .m-flowHdg__en {
        margin: 0 0 2.7027027027vw;
        font-size: 2.4324324324vw
    }

    .m-flowHdg__ja {
        margin: 0 10.8108108108vw
    }

    .m-flowHdg__ja[data-type="1"] {
        font-size: 5.4054054054vw
    }

    .m-flowHdg__ja[data-type="1"]>b {
        font-size: 3.2432432432vw;
        top: -2.7027027027vw;
        left: -.6756756757vw
    }

    .m-flowHdg__ja[data-type="1"]>b::before {
        width: 10.4054054054vw;
        height: 13.2432432432vw;
        margin: -6.6216216216vw 0 0;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -49.8648648649vw -96.2162162162vw
    }

    .m-flowHdg__ja[data-type="1"]>b span {
        padding: 0 0 0 3.3783783784vw;
        top: 1.3513513514vw
    }

    .m-flowHdg__ja[data-type="1"]>em {
        font-size: 4.8648648649vw
    }

    .m-flowHdg__ja[data-type="1"]>em span {
        font-size: 10.8108108108vw
    }

    .m-flowHdg__ja[data-type="2"] {
        margin: 4.0540540541vw 0 0;
        font-size: 7.2972972973vw
    }

    .m-flowHdg__ja[data-type="3"] {
        height: 5.6756756757vw;
        margin-top: 2.7027027027vw;
        font-size: 3.7837837838vw;
        border-radius: 2.7027027027vw
    }

    .m-flowSlider {
        margin: 5.4054054054vw 0 0
    }

    .m-flowSlider__listItem {
        height: 51.3513513514vw;
        margin: 0 5.4054054054vw;
        padding: 8.1081081081vw 3.3783783784vw 0 42.5675675676vw;
        border-radius: 6.7567567568vw;
        border-width: .8108108108vw
    }

    .m-flowSlider__listItem::before {
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-flowSlider__listItem[data-order="1"]::before {
        width: 35.1351351351vw;
        height: 36.3513513514vw;
        margin: -18.2432432432vw 0 0;
        left: 5.4054054054vw;
        background-position: -61.7567567568vw -96.2162162162vw
    }

    .m-flowSlider__listItem[data-order="2"]::before {
        width: 39.1891891892vw;
        height: 26.0810810811vw;
        margin: -12.972972973vw 0 0;
        left: 2.7027027027vw;
        background-position: -98.2432432432vw -96.2162162162vw
    }

    .m-flowSlider__listItem[data-order="3"]::before {
        width: 32.4324324324vw;
        height: 36.7567567568vw;
        margin: -18.3783783784vw 0 0;
        left: 5.4054054054vw;
        background-position: -138.7837837838vw -96.2162162162vw
    }

    .m-flowSlider__listItem[data-order="4"]::before {
        width: 33.7837837838vw;
        height: 39.4594594595vw;
        margin: -19.7297297297vw 0 0;
        left: 4.7297297297vw;
        background-position: -172.5675675676vw -96.2162162162vw
    }

    .m-flowSlider__listItem__ttl {
        width: 37.8378378378vw;
        height: 6.7567567568vw;
        font-size: 4.0540540541vw;
        border-radius: 3.5135135135vw
    }

    .m-flowSlider__listItem__txt {
        margin: 2.7027027027vw 0 0;
        font-size: 3.7837837838vw
    }
}

.m-kinds {
    padding: 145px 0 80px;
    position: relative;
    background: #f4f4f4
}

.m-kinds::before {
    width: 740px;
    height: 257px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(../../img/v1/fig_kinds.png);
    background-size: 740px 257px;
    content: ""
}

.m-kinds>* {
    position: relative;
    z-index: 1
}

.m-kindsHdg__en,
.m-kindsHdg__ja {
    line-height: 1;
    text-align: center;
    display: block
}

.m-kindsHdg__en {
    margin: 0 0 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: gray;
    letter-spacing: .2em
}

.m-kindsHdg__ja {
    margin: 30px 0 0
}

.m-kindsHdg__ja span {
    margin: 20px auto 0;
    padding: 5px 10px 9px;
    font-weight: bold;
    font-size: 4.8rem;
    color: #f0726e;
    display: table;
    background: #fff
}

.m-kindsHdg__ja span:first-child {
    margin-top: 0
}

.m-kindsTxt {
    margin: 30px 0 0;
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center
}

.m-kindsProduct {
    margin: 65px 0 0;
    padding: 0 50px
}

.m-kindsProduct__item {
    margin: 150px 0 0;
    position: relative
}

.m-kindsProduct__item::before {
    width: 49px;
    height: 49px;
    margin: 0 0 0 -25px;
    position: absolute;
    top: -100px;
    left: 50%;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -851px -649px;
    content: ""
}

.m-kindsProduct__item:first-child {
    margin-top: 0
}

.m-kindsProduct__item:first-child::before {
    display: none
}

.m-kindsProduct__hdg {
    height: 60px;
    font-weight: bold;
    font-size: 3.8rem;
    color: #fff;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 30px
}

.m-kindsProduct__hdg span {
    position: relative;
    top: -1px
}

.m-kindsProduct__hdg span::before {
    position: absolute;
    top: -20px;
    left: 0;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-kindsProduct__hdg[data-type="1"] {
    background: #f0726e
}

.m-kindsProduct__hdg[data-type="1"] span {
    padding: 0 0 0 65px
}

.m-kindsProduct__hdg[data-type="1"] span::before {
    width: 56px;
    height: 57px;
    background-position: -886px -588px
}

.m-kindsProduct__hdg[data-type="2"] {
    background: #6faae5
}

.m-kindsProduct__hdg[data-type="2"] span {
    padding: 0 0 0 125px
}

.m-kindsProduct__hdg[data-type="2"] span::before {
    width: 110px;
    height: 58px;
    background-position: -952px -586px
}

.m-kindsProduct__hdg[data-type="3"] {
    background: #b9a6f0
}

.m-kindsProduct__hdg[data-type="3"] span {
    padding: 0 0 0 75px
}

.m-kindsProduct__hdg[data-type="3"] span::before {
    width: 60px;
    height: 60px;
    background-position: -1072px -588px
}

.m-kindsProduct__list {
    margin: 50px 0 0
}

.m-kindsProduct__listItem {
    margin: 120px 0 0;
    position: relative
}

.m-kindsProduct__listItem::before,
.m-kindsProduct__listItem::after {
    width: 70px;
    height: 70px;
    margin: 0 0 0 -35px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -100px;
    left: 50%;
    content: ""
}

.m-kindsProduct__listItem::before {
    border-radius: 50%;
    background: #fff
}

.m-kindsProduct__listItem::after {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    top: -105px;
    letter-spacing: .1em;
    content: "or"
}

.m-kindsProduct__listItem:first-child {
    margin-top: 0
}

.m-kindsProduct__listItem:first-child::before,
.m-kindsProduct__listItem:first-child::after {
    display: none
}

.m-kindsProduct__listItem__inner {
    border-radius: 40px 10px 40px 10px;
    border: 3px solid #000
}

.m-kindsProduct__listItem__lead {
    margin: 0 auto 25px;
    padding: 0 55px;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    display: table
}

.m-kindsProduct__listItem__lead::before,
.m-kindsProduct__listItem__lead::after {
    width: 31px;
    height: 46px;
    position: absolute;
    top: -5px;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-kindsProduct__listItem__lead::before {
    left: 0;
    background-position: -764px -655px
}

.m-kindsProduct__listItem__lead::after {
    right: 0;
    background-position: -805px -655px
}

.m-kindsProduct__listItem__lead em {
    font-size: 3.6rem;
    color: #f0726e
}

.m-kindsProduct__listItem__head {
    height: 65px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 36px 6px 0 0
}

.m-kindsProduct__listItem__body {
    min-height: 120px;
    padding: 20px 35px;
    border-radius: 0 0 36px 6px;
    background: #fff
}

.m-kindsProduct__listItem__hdg[data-level="4"] {
    width: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 3.2rem;
    color: #fff;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    position: relative
}

.m-kindsProduct__listItem__hdg[data-level="4"] em {
    width: 100px;
    height: 100px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: normal;
    font-size: 2.4rem;
    color: #f0726e;
    line-height: 1.2;
    letter-spacing: .05em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    right: 0;
    border-radius: 50%;
    background: #fff88a
}

.m-kindsProduct__listItem__hdg[data-level="4"] em::before {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 5px;
    left: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #f5a9a5;
    content: ""
}

.m-kindsProduct__listItem__hdg[data-level="5"] {
    margin: 35px 0 0;
    position: relative
}

.m-kindsProduct__listItem__hdg[data-level="5"]::before {
    width: 100%;
    height: 3px;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ccbdf6;
    content: ""
}

.m-kindsProduct__listItem__hdg[data-level="5"] span {
    margin: 0 auto;
    padding: 0 15px;
    font-weight: bold;
    font-size: 3rem;
    color: #aa92ef;
    line-height: 1;
    display: table;
    position: relative;
    z-index: 1;
    background: #fff
}

.m-kindsProduct__listItem__price {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center
}

.m-kindsProduct__listItem__price>em,
.m-kindsProduct__listItem__price>span {
    line-height: 1;
    display: block
}

.m-kindsProduct__listItem__price>span {
    font-size: 1.6rem;
    position: relative;
    top: -5px
}

.m-kindsProduct__listItem__price>em {
    font-family: "Oswald", sans-serif;
    font-size: 8.8rem;
    color: #f0726e
}

.m-kindsProduct__listItem__price>em b {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 5.3rem;
    position: relative
}

.m-kindsProduct__listItem__price>em b span {
    font-size: 1.6rem;
    white-space: nowrap;
    position: absolute;
    top: -5px;
    right: -5px
}

.m-kindsProduct__listItem__label {
    width: 190px;
    height: 190px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: .1em;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 30px;
    border-radius: 50%;
    background: #fff88a
}

.m-kindsProduct__listItem__label::before {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 5px;
    left: 5px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
    content: ""
}

.m-kindsProduct__listItem__label[data-type="1"],
.m-kindsProduct__listItem__label[data-type="2"] {
    color: #9dc5ed
}

.m-kindsProduct__listItem__label[data-type="1"]::before,
.m-kindsProduct__listItem__label[data-type="2"]::before {
    border-color: #9dc5ed
}

.m-kindsProduct__listItem__label[data-type="1"] {
    top: 30px
}

.m-kindsProduct__listItem__label[data-type="2"] {
    top: 60px
}

.m-kindsProduct__listItem__label[data-type="3"] {
    color: #ccbdf6;
    top: 30px
}

.m-kindsProduct__listItem__label[data-type="3"]::before {
    border-color: #ccbdf6
}

.m-kindsProduct__listItem__txt {
    width: 370px;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center
}

.m-kindsProduct__listItem__txt em,
.m-kindsProduct__listItem__txt span {
    margin: 7px auto 0;
    display: table
}

.m-kindsProduct__listItem__txt em:first-child,
.m-kindsProduct__listItem__txt span:first-child {
    margin-top: 0 !important
}

.m-kindsProduct__listItem__txt em {
    padding: 6px 8px 8px;
    font-size: 3.4rem;
    color: #f0726e;
    line-height: 1;
    border: 3px solid #f0726e
}

.m-kindsProduct__listItem__list {
    display: flex;
    flex-wrap: wrap
}

.m-kindsProduct__listItem__list[data-type="1"] {
    margin: 20px 0 0 -14px
}

.m-kindsProduct__listItem__list[data-type="1"] li {
    width: 25%;
    margin: 10px 0 0;
    padding: 0 0 0 14px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}

.m-kindsProduct__listItem__list[data-type="1"] li:nth-child(-n+4) {
    margin-top: 0
}

.m-kindsProduct__listItem__list[data-type="1"] li span {
    width: 100%;
    height: 45px;
    font-size: 2.6rem;
    color: #6faae5;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #ebf4f6
}

.m-kindsProduct__listItem__list[data-type="2"] {
    margin: 30px 0 0 -30px
}

.m-kindsProduct__listItem__list[data-type="2"] li {
    width: 50%;
    margin: 15px 0 0;
    padding: 0 0 0 30px
}

.m-kindsProduct__listItem__list[data-type="2"] li:nth-child(-n+2) {
    margin-top: 0
}

.m-kindsProduct__listItem__list[data-type="2"] li span {
    height: 75px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 2.8rem;
    color: #aa92ef;
    line-height: 1;
    letter-spacing: .1em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f4ecfd
}

.m-kindsProduct__listItem__em[data-type="1"] {
    font-weight: bold;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: .1em;
    color: #f0726e
}

.m-kindsProduct__listItem__em[data-type="1"] em {
    font-family: "Oswald", sans-serif;
    font-size: 11.5rem
}

.m-kindsProduct__listItem__em[data-type="1"] em span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 5.2rem
}

.m-kindsProduct__listItem__em[data-type="1"] b {
    background: linear-gradient(transparent 60%, #fff88a 60%)
}

.m-kindsProduct__listItem__em[data-type="2"] {
    margin: 20px 0 0;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    display: block
}

.m-kindsProduct__listItem__em[data-type="2"] em {
    margin: 10px auto 0;
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 4.2rem;
    color: #f0726e;
    display: table;
    border-bottom: 3px solid #f0726e
}

.m-kindsProduct__listItem__note {
    margin: 15px auto 0;
    padding: 0 0 0 1em;
    font-size: 1.6rem;
    position: relative;
    display: table
}

.m-kindsProduct__listItem__note::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※"
}

.m-kindsProduct__list[data-type="1"] .m-kindsProduct__listItem__inner {
    border-color: #f5a9a5
}

.m-kindsProduct__list[data-type="1"] .m-kindsProduct__listItem__head {
    background-color: #f5a9a5
}

.m-kindsProduct__list[data-type="2"] .m-kindsProduct__listItem__inner {
    border-color: #9dc5ed
}

.m-kindsProduct__list[data-type="2"] .m-kindsProduct__listItem__head {
    background-color: #9dc5ed
}

.m-kindsProduct__list[data-type="3"] .m-kindsProduct__listItem__inner {
    border-color: #ccbdf6
}

.m-kindsProduct__list[data-type="3"] .m-kindsProduct__listItem__head {
    background-color: #ccbdf6
}

@media screen and (max-width: 740px) {
    .m-kinds {
        padding: 19.5945945946vw 0 10.8108108108vw
    }

    .m-kinds::before {
        width: 100vw;
        height: 34.7297297297vw;
        background-size: 100vw 34.7297297297vw
    }

    .m-kindsHdg__en {
        margin: 0 0 2.7027027027vw;
        font-size: 2.4324324324vw
    }

    .m-kindsHdg__ja {
        margin: 4.0540540541vw 0 0
    }

    .m-kindsHdg__ja span {
        margin: 2.7027027027vw auto 0;
        padding: .6756756757vw 1.3513513514vw 1.2162162162vw;
        font-size: 6.4864864865vw
    }

    .m-kindsTxt {
        margin: 4.0540540541vw 0 0;
        font-size: 3.7837837838vw
    }

    .m-kindsProduct {
        margin: 8.7837837838vw 0 0;
        padding: 0 6.7567567568vw
    }

    .m-kindsProduct__item {
        margin: 20.2702702703vw 0 0
    }

    .m-kindsProduct__item::before {
        width: 6.6216216216vw;
        height: 6.6216216216vw;
        margin: 0 0 0 -3.3783783784vw;
        top: -13.5135135135vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -115vw -87.7027027027vw
    }

    .m-kindsProduct__hdg {
        height: 8.1081081081vw;
        font-size: 5.1351351351vw;
        border-radius: 4.0540540541vw
    }

    .m-kindsProduct__hdg span {
        top: -.1351351351vw
    }

    .m-kindsProduct__hdg span::before {
        top: -2.7027027027vw;
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-kindsProduct__hdg[data-type="1"] span {
        padding: 0 0 0 8.7837837838vw
    }

    .m-kindsProduct__hdg[data-type="1"] span::before {
        width: 7.5675675676vw;
        height: 7.7027027027vw;
        background-position: -119.7297297297vw -79.4594594595vw
    }

    .m-kindsProduct__hdg[data-type="2"] span {
        padding: 0 0 0 16.8918918919vw
    }

    .m-kindsProduct__hdg[data-type="2"] span::before {
        width: 14.8648648649vw;
        height: 7.8378378378vw;
        background-position: -128.6486486486vw -79.1891891892vw
    }

    .m-kindsProduct__hdg[data-type="3"] span {
        padding: 0 0 0 10.1351351351vw
    }

    .m-kindsProduct__hdg[data-type="3"] span::before {
        width: 8.1081081081vw;
        height: 8.1081081081vw;
        background-position: -144.8648648649vw -79.4594594595vw
    }

    .m-kindsProduct__list {
        margin: 6.7567567568vw 0 0
    }

    .m-kindsProduct__listItem {
        margin: 16.2162162162vw 0 0
    }

    .m-kindsProduct__listItem::before,
    .m-kindsProduct__listItem::after {
        width: 9.4594594595vw;
        height: 9.4594594595vw;
        margin: 0 0 0 -4.7297297297vw;
        top: -13.5135135135vw
    }

    .m-kindsProduct__listItem::after {
        font-size: 4.0540540541vw;
        top: -14.1891891892vw
    }

    .m-kindsProduct__listItem__inner {
        border-radius: 5.4054054054vw 1.3513513514vw 5.4054054054vw 1.3513513514vw;
        border-width: .4054054054vw
    }

    .m-kindsProduct__listItem__lead {
        margin: 0 auto 3.3783783784vw;
        padding: 0 7.4324324324vw;
        font-size: 4.0540540541vw
    }

    .m-kindsProduct__listItem__lead::before,
    .m-kindsProduct__listItem__lead::after {
        width: 4.1891891892vw;
        height: 6.2162162162vw;
        top: -.6756756757vw;
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-kindsProduct__listItem__lead::before {
        background-position: -103.2432432432vw -88.5135135135vw
    }

    .m-kindsProduct__listItem__lead::after {
        background-position: -108.7837837838vw -88.5135135135vw
    }

    .m-kindsProduct__listItem__lead em {
        font-size: 4.8648648649vw
    }

    .m-kindsProduct__listItem__head {
        height: 8.7837837838vw;
        border-radius: 4.8648648649vw .8108108108vw 0 0
    }

    .m-kindsProduct__listItem__body {
        min-height: 16.2162162162vw;
        padding: 2.7027027027vw 4.7297297297vw;
        border-radius: 0 0 4.8648648649vw .8108108108vw
    }

    .m-kindsProduct__listItem__hdg[data-level="4"] {
        font-size: 4.3243243243vw
    }

    .m-kindsProduct__listItem__hdg[data-level="4"] em {
        width: 13.5135135135vw;
        height: 13.5135135135vw;
        font-size: 3.2432432432vw;
        top: -4.7297297297vw
    }

    .m-kindsProduct__listItem__hdg[data-level="4"] em::before {
        width: 12.1621621622vw;
        height: 12.1621621622vw;
        top: .6756756757vw;
        left: .6756756757vw;
        border-width: .1351351351vw
    }

    .m-kindsProduct__listItem__hdg[data-level="5"] {
        margin: 4.7297297297vw 0 0
    }

    .m-kindsProduct__listItem__hdg[data-level="5"]::before {
        height: .4054054054vw;
        margin: -.1351351351vw 0 0
    }

    .m-kindsProduct__listItem__hdg[data-level="5"] span {
        padding: 0 2.027027027vw;
        font-size: 4.0540540541vw
    }

    .m-kindsProduct__listItem__price>span {
        font-size: 2.1621621622vw;
        top: -.6756756757vw
    }

    .m-kindsProduct__listItem__price>em {
        font-size: 11.8918918919vw
    }

    .m-kindsProduct__listItem__price>em b {
        font-size: 7.1621621622vw
    }

    .m-kindsProduct__listItem__price>em b span {
        font-size: 2.1621621622vw;
        top: -.6756756757vw;
        right: -.6756756757vw
    }

    .m-kindsProduct__listItem__label {
        width: 25.6756756757vw;
        height: 25.6756756757vw;
        font-size: 4.8648648649vw;
        right: 4.0540540541vw
    }

    .m-kindsProduct__listItem__label::before {
        width: 24.3243243243vw;
        height: 24.3243243243vw;
        top: .6756756757vw;
        left: .6756756757vw;
        border-width: .1351351351vw
    }

    .m-kindsProduct__listItem__label[data-type="1"] {
        top: 4.0540540541vw
    }

    .m-kindsProduct__listItem__label[data-type="2"] {
        top: 8.1081081081vw
    }

    .m-kindsProduct__listItem__label[data-type="3"] {
        top: 4.0540540541vw
    }

    .m-kindsProduct__listItem__txt {
        width: 50vw;
        font-size: 3.2432432432vw
    }

    .m-kindsProduct__listItem__txt em,
    .m-kindsProduct__listItem__txt span {
        margin: .9459459459vw auto 0
    }

    .m-kindsProduct__listItem__txt em {
        padding: .8108108108vw 1.0810810811vw 1.0810810811vw;
        font-size: 4.5945945946vw;
        border-width: .4054054054vw
    }

    .m-kindsProduct__listItem__list[data-type="1"] {
        margin: 2.7027027027vw 0 0 -1.8918918919vw
    }

    .m-kindsProduct__listItem__list[data-type="1"] li {
        margin: 1.3513513514vw 0 0;
        padding: 0 0 0 1.8918918919vw;
        font-size: 3.2432432432vw
    }

    .m-kindsProduct__listItem__list[data-type="1"] li span {
        height: 6.0810810811vw;
        font-size: 3.5135135135vw;
        border-radius: .6756756757vw
    }

    .m-kindsProduct__listItem__list[data-type="2"] {
        margin: 4.0540540541vw 0 0 -4.0540540541vw
    }

    .m-kindsProduct__listItem__list[data-type="2"] li {
        margin: 2.027027027vw 0 0;
        padding: 0 0 0 4.0540540541vw
    }

    .m-kindsProduct__listItem__list[data-type="2"] li span {
        height: 10.1351351351vw;
        font-size: 3.7837837838vw;
        border-radius: .6756756757vw
    }

    .m-kindsProduct__listItem__em[data-type="1"] {
        font-size: 6.7567567568vw
    }

    .m-kindsProduct__listItem__em[data-type="1"] em {
        font-size: 15.5405405405vw
    }

    .m-kindsProduct__listItem__em[data-type="1"] em span {
        font-size: 7.027027027vw
    }

    .m-kindsProduct__listItem__em[data-type="2"] {
        margin: 2.7027027027vw 0 0;
        font-size: 4.0540540541vw
    }

    .m-kindsProduct__listItem__em[data-type="2"] em {
        margin: 1.3513513514vw auto 0;
        padding: 0 0 .6756756757vw;
        font-size: 5.6756756757vw;
        border-bottom-width: .4054054054vw
    }

    .m-kindsProduct__listItem__note {
        margin: 2.027027027vw auto 0;
        font-size: 2.1621621622vw
    }
}

.m-privacy {
    padding: 0 0 90px;
    background: #fff
}

.m-privacy__inner {
    padding: 45px 0 0;
    position: relative;
    background: #fdeae7
}

.m-privacy__inner::before,
.m-privacy__inner::after {
    position: absolute;
    z-index: 0;
    content: ""
}

.m-privacy__inner::before {
    width: 220px;
    height: 247px;
    top: 25px;
    right: 0;
    background: url(../../img/v1/fig_privacy.png);
    background-size: 220px 247px
}

.m-privacy__inner::after {
    width: 195px;
    height: 247px;
    bottom: 105px;
    left: 0;
    background: url(../../img/v1/fig_privacy_02.png);
    background-size: 195px 247px
}

.m-privacy__inner>* {
    position: relative;
    z-index: 1
}

.m-privacyHdg__en,
.m-privacyHdg__ja {
    line-height: 1;
    text-align: center;
    display: block
}

.m-privacyHdg__en {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: gray;
    letter-spacing: .2em
}

.m-privacyHdg__ja {
    margin: 30px 0 0
}

.m-privacyHdg__ja span {
    margin: 18px auto 0;
    padding: 3px 10px 7px;
    font-weight: bold;
    font-size: 4.8rem;
    color: #f0726e;
    line-height: 1;
    text-align: center;
    display: table;
    background: #fff
}

.m-privacyHdg__ja span:first-child {
    margin-top: 0 !important
}

.m-privacyBox {
    min-height: 314px;
    margin: 55px 35px 0;
    padding: 50px 40px 50px 390px;
    position: relative;
    box-sizing: content-box;
    border-radius: 40px;
    background: #fff
}

.m-privacyBox::before {
    width: 319px;
    height: 314px;
    position: absolute;
    top: 55px;
    left: 40px;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -39px -712px;
    content: ""
}

.m-privacyBox__txt {
    padding: 10px 0 0;
    font-size: 2.8rem
}

.m-privacyBox__define {
    margin: 40px 0 0;
    position: relative;
    border-radius: 20px;
    border: 3px solid #f5a9a5
}

.m-privacyBox__define::before,
.m-privacyBox__define::after {
    position: absolute;
    top: 50%;
    background: #f5a9a5;
    content: ""
}

.m-privacyBox__define::before {
    width: 130px;
    height: 4px;
    margin: -2px 0 0;
    left: -130px
}

.m-privacyBox__define::after {
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
    left: -130px;
    border-radius: 50%
}

.m-privacyBox__define dt,
.m-privacyBox__define dd {
    height: 55px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.m-privacyBox__define dt span,
.m-privacyBox__define dd span {
    position: relative;
    top: -2px
}

.m-privacyBox__define dt {
    font-size: 2.8rem;
    color: #fff;
    border-radius: 15px 15px 0 0;
    background: #f5a9a5
}

.m-privacyBox__define dd {
    font-size: 2.6rem;
    border-radius: 0 0 20px 20px;
    background: #fff
}

.m-privacyFeature {
    margin: 110px 0 0 -20px;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.m-privacyFeature__item {
    width: 33.3333333333%;
    margin: 0 0 -45px;
    padding: 0 0 0 20px
}

.m-privacyFeature__outer {
    box-shadow: 6px 6px 0 rgba(240, 114, 110, .5);
    border-radius: 10px;
    border: 1px solid #f0726e;
    background: #f0726e
}

.m-privacyFeature__inner {
    width: 100%;
    height: 170px;
    padding: 55px 0 0;
    position: relative;
    border-radius: 40px 10px 40px 10px;
    background: #fff
}

.m-privacyFeature__inner::before {
    position: absolute;
    left: 50%;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-privacyFeature__inner span {
    margin: 12px auto 0;
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 3rem;
    color: #f0726e;
    line-height: 1;
    display: table;
    border-bottom: 3px solid #f0726e
}

.m-privacyFeature__inner span:first-child {
    margin-top: 0
}

.m-privacyFeature__inner[data-order="1"]::before {
    width: 85px;
    height: 88px;
    margin: 0 0 0 -43px;
    top: -43px;
    background-position: -614px -563px
}

.m-privacyFeature__inner[data-order="2"]::before {
    width: 85px;
    height: 86px;
    margin: 0 0 0 -43px;
    top: -35px;
    background-position: -704px -563px
}

.m-privacyFeature__inner[data-order="3"]::before {
    width: 77px;
    height: 63px;
    margin: 0 0 0 -39px;
    top: -25px;
    background-position: -799px -563px
}

@media screen and (max-width: 740px) {
    .m-privacy {
        padding: 0 0 12.1621621622vw
    }

    .m-privacy__inner {
        padding: 6.0810810811vw 0 0
    }

    .m-privacy__inner::before {
        width: 29.7297297297vw;
        height: 33.3783783784vw;
        top: 3.3783783784vw;
        background-size: 29.7297297297vw 33.3783783784vw
    }

    .m-privacy__inner::after {
        width: 26.3513513514vw;
        height: 33.3783783784vw;
        bottom: 14.1891891892vw;
        background-size: 26.3513513514vw 33.3783783784vw
    }

    .m-privacyHdg__en {
        font-size: 2.4324324324vw
    }

    .m-privacyHdg__ja {
        margin: 4.0540540541vw 0 0
    }

    .m-privacyHdg__ja span {
        margin: 2.4324324324vw auto 0;
        padding: .4054054054vw 1.3513513514vw .9459459459vw;
        font-size: 6.4864864865vw
    }

    .m-privacyBox {
        min-height: 42.4324324324vw;
        margin: 7.4324324324vw 4.7297297297vw 0;
        padding: 6.7567567568vw 5.4054054054vw 6.7567567568vw 52.7027027027vw;
        border-radius: 5.4054054054vw
    }

    .m-privacyBox::before {
        width: 43.1081081081vw;
        height: 42.4324324324vw;
        top: 7.4324324324vw;
        left: 5.4054054054vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -5.2702702703vw -96.2162162162vw
    }

    .m-privacyBox__txt {
        padding: 1.3513513514vw 0 0;
        font-size: 3.7837837838vw
    }

    .m-privacyBox__define {
        margin: 5.4054054054vw 0 0;
        border-radius: 2.7027027027vw;
        border-width: .4054054054vw
    }

    .m-privacyBox__define::before {
        width: 17.5675675676vw;
        height: .5405405405vw;
        margin: -.2702702703vw 0 0;
        left: -17.5675675676vw
    }

    .m-privacyBox__define::after {
        width: 1.8918918919vw;
        height: 1.8918918919vw;
        margin: -.9459459459vw 0 0;
        left: -17.5675675676vw
    }

    .m-privacyBox__define dt,
    .m-privacyBox__define dd {
        height: 7.4324324324vw
    }

    .m-privacyBox__define dt span,
    .m-privacyBox__define dd span {
        top: -.2702702703vw
    }

    .m-privacyBox__define dt {
        font-size: 3.7837837838vw;
        border-radius: 2.027027027vw 2.027027027vw 0 0
    }

    .m-privacyBox__define dd {
        font-size: 3.5135135135vw;
        border-radius: 0 0 2.7027027027vw 2.7027027027vw
    }

    .m-privacyFeature {
        margin: 14.8648648649vw 0 0 -2.7027027027vw;
        padding: 0 2.7027027027vw
    }

    .m-privacyFeature__item {
        margin: 0 0 -6.0810810811vw;
        padding: 0 0 0 2.7027027027vw
    }

    .m-privacyFeature__outer {
        box-shadow: .8108108108vw .8108108108vw 0 rgba(240, 114, 110, .5);
        border-radius: 1.3513513514vw;
        border-width: .1351351351vw
    }

    .m-privacyFeature__inner {
        height: 22.972972973vw;
        padding: 7.4324324324vw 0 0;
        border-radius: 5.4054054054vw 1.3513513514vw 5.4054054054vw 1.3513513514vw
    }

    .m-privacyFeature__inner::before {
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-privacyFeature__inner span {
        margin: 1.6216216216vw auto 0;
        padding: 0 0 .6756756757vw;
        font-size: 4.0540540541vw;
        border-bottom-width: .4054054054vw
    }

    .m-privacyFeature__inner[data-order="1"]::before {
        width: 11.4864864865vw;
        height: 11.8918918919vw;
        margin: 0 0 0 -5.8108108108vw;
        top: -5.8108108108vw;
        background-position: -82.972972973vw -76.0810810811vw
    }

    .m-privacyFeature__inner[data-order="2"]::before {
        width: 11.4864864865vw;
        height: 11.6216216216vw;
        margin: 0 0 0 -5.8108108108vw;
        top: -4.7297297297vw;
        background-position: -95.1351351351vw -76.0810810811vw
    }

    .m-privacyFeature__inner[data-order="3"]::before {
        width: 10.4054054054vw;
        height: 8.5135135135vw;
        margin: 0 0 0 -5.2702702703vw;
        top: -3.3783783784vw;
        background-position: -107.972972973vw -76.0810810811vw
    }
}

.m-voice {
    padding: 40px 0 0
}

.m-voiceHdg {
    padding: 70px 0 0;
    position: relative
}

.m-voiceHdg::before,
.m-voiceHdg::after {
    position: absolute;
    left: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    content: ""
}

.m-voiceHdg::before {
    width: 510px;
    height: 510px;
    margin: 0 0 0 -255px;
    top: 0;
    background: #feefed
}

.m-voiceHdg::after {
    width: 480px;
    height: 480px;
    margin: 0 0 0 -240px;
    top: 14px;
    border: 2px solid #fff
}

.m-voiceHdg__en,
.m-voiceHdg__ja {
    line-height: 1;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2
}

.m-voiceHdg__en {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: gray;
    letter-spacing: .2em
}

.m-voiceHdg__ja {
    margin: 35px 0 0;
    font-weight: bold;
    font-size: 5.4rem;
    color: #f0726e
}

.m-voiceSlider {
    margin: 40px 0 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s linear
}

.m-voiceSlider.slick-initialized {
    opacity: 1
}

.m-voiceSlider__list {
    position: relative
}

.m-voiceSlider__listItem {
    height: 650px;
    margin: 0 40px;
    padding: 0 35px;
    position: relative;
    border-radius: 50px;
    border: 6px solid #e3e3e3;
    background: #fff
}

.m-voiceSlider__listItem::before {
    position: absolute;
    z-index: 2;
    background: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    content: ""
}

.m-voiceSlider__listItem__hdg[data-level="3"] [data-lang=en],
.m-voiceSlider__listItem__hdg[data-level="3"] [data-lang=ja] {
    display: block
}

.m-voiceSlider__listItem__hdg[data-level="3"] [data-lang=en] {
    width: 100%;
    font-family: "Oswald", sans-serif;
    font-size: 15rem;
    color: #feefed;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 0
}

.m-voiceSlider__listItem__hdg[data-level="3"] [data-lang=ja] {
    padding: 65px 0 0;
    font-weight: bold;
    font-size: 3.6rem;
    color: #f0726e;
    line-height: 1.4;
    position: relative;
    z-index: 1
}

.m-voiceSlider__listItem__hdg[data-level="4"] {
    height: 52px;
    margin: 20px 0 0;
    padding: 0 3px 0 15px;
    overflow: hidden;
    display: table;
    border-radius: 30px;
    border: 3px solid #9dc5ed;
    background: #9dc5ed
}

.m-voiceSlider__listItem__hdg[data-level="4"]>b,
.m-voiceSlider__listItem__hdg[data-level="4"]>em {
    padding: 0 12px;
    font-weight: 500;
    display: table-cell
}

.m-voiceSlider__listItem__hdg[data-level="4"]>em {
    font-weight: bold;
    font-size: 3rem;
    color: #fff
}

.m-voiceSlider__listItem__hdg[data-level="4"]>em span {
    font-weight: 500;
    font-size: 2.4rem
}

.m-voiceSlider__listItem__hdg[data-level="4"]>b {
    height: 46px;
    padding: 0 30px 0 20px;
    position: relative;
    left: 2px;
    border-radius: 0 26px 26px 0;
    background: #fff
}

.m-voiceSlider__listItem__hdg[data-level="4"]>b span {
    position: relative;
    top: -2px
}

.m-voiceSlider__listItem__txt {
    margin: 15px 0 0;
    font-weight: 500;
    font-size: 2.8rem
}

.m-voiceSlider__listItem__note {
    margin: 18px 0 0;
    font-size: 1.8rem;
    line-height: 1;
    text-align: right
}

.m-voiceSlider__listItem[data-item="1"]::before {
    width: 241px;
    height: 211px;
    top: 64px;
    right: 40px;
    background-position: -857px -346px
}

.m-voiceSlider__listItem[data-item="2"]::before {
    width: 202px;
    height: 222px;
    top: 60px;
    right: 55px;
    background-position: -1108px -346px
}

.m-voiceSlider__listItem[data-item="3"]::before {
    width: 234px;
    height: 220px;
    top: 60px;
    right: 35px;
    background-position: -1320px -346px
}

.m-voiceSlider__listItem[data-item="4"]::before {
    width: 223px;
    height: 246px;
    top: 43px;
    right: 28px;
    background-position: -1574px -346px
}

.m-voiceBnr {
    width: 740px;
    height: 590px;
    margin: 85px 0 0;
    padding: 135px 0 0 24px;
    background-image: url(../../img/v1/bg_voice_bnr.jpg);
    background-size: 740px 590px
}

.m-voiceBnr__hdg {
    width: 370px;
    height: 58px;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: .1em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    background: #fff88a
}

.m-voiceBnr__hdg::before {
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    border-style: solid;
    border-width: 18px 8px 0 8px;
    border-color: #fff88a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: ""
}

.m-voiceBnr__hdg em {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    color: #f0726e
}

.m-voiceBnr__txt {
    width: 400px;
    margin: 30px 0 0;
    font-weight: 500;
    font-size: 3rem;
    color: #fff;
    line-height: 1.4;
    text-align: center
}

.m-voiceBnr__txt em {
    margin: 7px 0 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 10.4rem;
    color: #fff88a;
    line-height: 1;
    letter-spacing: .05em;
    display: block
}

.m-voiceBnr__txt em span {
    font-size: 7.2rem;
    color: #fff
}

@media screen and (max-width: 740px) {
    .m-voice {
        padding: 5.4054054054vw 0 0
    }

    .m-voiceHdg {
        padding: 9.4594594595vw 0 0
    }

    .m-voiceHdg::before {
        width: 68.9189189189vw;
        height: 68.9189189189vw;
        margin: 0 0 0 -34.4594594595vw
    }

    .m-voiceHdg::after {
        width: 64.8648648649vw;
        height: 64.8648648649vw;
        margin: 0 0 0 -32.4324324324vw;
        top: 1.8918918919vw;
        border-width: .2702702703vw
    }

    .m-voiceHdg__en {
        font-size: 2.4324324324vw
    }

    .m-voiceHdg__ja {
        margin: 4.7297297297vw 0 0;
        font-size: 7.2972972973vw
    }

    .m-voiceSlider {
        margin: 5.4054054054vw 0 0
    }

    .m-voiceSlider__listItem {
        height: 87.8378378378vw;
        margin: 0 5.4054054054vw;
        padding: 0 4.7297297297vw;
        border-radius: 6.7567567568vw;
        border-width: .8108108108vw
    }

    .m-voiceSlider__listItem::before {
        background-size: 270.2702702703vw 270.2702702703vw
    }

    .m-voiceSlider__listItem__hdg[data-level="3"] [data-lang=en] {
        font-size: 20.2702702703vw;
        top: -2.7027027027vw
    }

    .m-voiceSlider__listItem__hdg[data-level="3"] [data-lang=ja] {
        padding: 8.7837837838vw 0 0;
        font-size: 4.8648648649vw
    }

    .m-voiceSlider__listItem__hdg[data-level="4"] {
        height: 7.027027027vw;
        margin: 2.7027027027vw 0 0;
        padding: 0 .4054054054vw 0 2.027027027vw;
        border-radius: 4.0540540541vw;
        border-width: .4054054054vw
    }

    .m-voiceSlider__listItem__hdg[data-level="4"]>b,
    .m-voiceSlider__listItem__hdg[data-level="4"]>em {
        padding: 0 1.6216216216vw
    }

    .m-voiceSlider__listItem__hdg[data-level="4"]>em {
        font-size: 4.0540540541vw
    }

    .m-voiceSlider__listItem__hdg[data-level="4"]>em span {
        font-size: 3.2432432432vw
    }

    .m-voiceSlider__listItem__hdg[data-level="4"]>b {
        height: 6.2162162162vw;
        padding: 0 4.0540540541vw 0 2.7027027027vw;
        left: .2702702703vw;
        border-radius: 0 3.5135135135vw 3.5135135135vw 0
    }

    .m-voiceSlider__listItem__hdg[data-level="4"]>b span {
        top: -.2702702703vw
    }

    .m-voiceSlider__listItem__txt {
        margin: 2.027027027vw 0 0;
        font-size: 3.7837837838vw
    }

    .m-voiceSlider__listItem__note {
        margin: 2.4324324324vw 0 0;
        font-size: 2.4324324324vw
    }

    .m-voiceSlider__listItem[data-item="1"]::before {
        width: 32.5675675676vw;
        height: 28.5135135135vw;
        top: 8.6486486486vw;
        right: 5.4054054054vw;
        background-position: -115.8108108108vw -46.7567567568vw
    }

    .m-voiceSlider__listItem[data-item="2"]::before {
        width: 27.2972972973vw;
        height: 30vw;
        top: 8.1081081081vw;
        right: 7.4324324324vw;
        background-position: -149.7297297297vw -46.7567567568vw
    }

    .m-voiceSlider__listItem[data-item="3"]::before {
        width: 31.6216216216vw;
        height: 29.7297297297vw;
        top: 8.1081081081vw;
        right: 4.7297297297vw;
        background-position: -178.3783783784vw -46.7567567568vw
    }

    .m-voiceSlider__listItem[data-item="4"]::before {
        width: 30.1351351351vw;
        height: 33.2432432432vw;
        top: 5.8108108108vw;
        right: 3.7837837838vw;
        background-position: -212.7027027027vw -46.7567567568vw
    }

    .m-voiceBnr {
        width: 100vw;
        height: 79.7297297297vw;
        margin: 11.4864864865vw 0 0;
        padding: 18.2432432432vw 0 0 3.2432432432vw;
        background-size: 100vw 79.7297297297vw
    }

    .m-voiceBnr__hdg {
        width: 50vw;
        height: 7.8378378378vw;
        font-size: 4.0540540541vw;
        border-radius: 4.0540540541vw
    }

    .m-voiceBnr__hdg::before {
        margin: 0 0 0 -1.0810810811vw;
        bottom: -2.2972972973vw;
        border-width: 2.4324324324vw 1.0810810811vw 0 1.0810810811vw
    }

    .m-voiceBnr__hdg em {
        font-size: 4.8648648649vw
    }

    .m-voiceBnr__txt {
        width: 54.0540540541vw;
        margin: 4.0540540541vw 0 0;
        font-size: 4.0540540541vw
    }

    .m-voiceBnr__txt em {
        margin: .9459459459vw 0 0;
        font-size: 14.0540540541vw
    }

    .m-voiceBnr__txt em span {
        font-size: 9.7297297297vw
    }
}

.m-explain {
    padding: 90px 40px 60px
}

.m-explainList__item {
    margin: 50px 0 0;
    overflow: hidden;
    border-radius: 20px;
    border: 3px solid #f5a9a5
}

.m-explainList__item:first-child {
    margin-top: 0 !important
}

.m-explainList__hdg {
    padding: 11px 15px 16px;
    font-weight: bold;
    font-size: 2.8rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    background: #f5a9a5
}

.m-explainList__body {
    padding: 25px 25px 30px;
    background: #fff
}

.m-explainList__body>*:first-child {
    margin-top: 0 !important
}

@media screen and (max-width: 740px) {
    .m-explain {
        padding: 12.1621621622vw 5.4054054054vw 8.1081081081vw
    }

    .m-explainList__item {
        margin: 6.7567567568vw 0 0;
        border-radius: 2.7027027027vw;
        border-width: .4054054054vw
    }

    .m-explainList__hdg {
        padding: 1.4864864865vw 2.027027027vw 2.1621621622vw;
        font-size: 3.7837837838vw
    }

    .m-explainList__body {
        padding: 3.3783783784vw 3.3783783784vw 4.0540540541vw
    }
}

.m-faq {
    margin: 60px 0 0;
    padding: 0 40px 90px;
    position: relative;
    background: #f4f4f4
}

.m-faq::before {
    width: 740px;
    height: 560px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(../../img/v1/bg_faq.png);
    background-size: 740px 560px;
    content: ""
}

.m-faqHdg,
.m-faqList {
    position: relative;
    z-index: 1
}

.m-faqHdg {
    padding: 45px 0 0
}

.m-faqHdg__en,
.m-faqHdg__ja {
    margin: 0 auto;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: table
}

.m-faqHdg__en {
    font-family: "Oswald", sans-serif;
    color: gray;
    font-size: 1.8rem
}

.m-faqHdg__ja {
    margin-top: 30px;
    padding: 5px 10px 7px;
    font-size: 5rem;
    color: #6faae5;
    background: #fff
}

.m-faqList {
    margin: 50px 0 0;
    padding: 55px 0 0;
    overflow: hidden;
    border-radius: 30px;
    background: #fff
}

.m-faqList__item {
    padding: 0 0 55px
}

.m-faqList__head {
    width: 100%;
    padding: 17px 70px 18px 110px;
    font-weight: 500;
    font-size: 3rem;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    display: block;
    position: relative;
    background: linear-gradient(to right, #7dbeeb 0%, #9ce8c1 100%)
}

.m-faqList__head::after {
    width: 0;
    height: 0;
    margin: -6px 0 0;
    transition: .3s all ease;
    position: absolute;
    top: 50%;
    right: 30px;
    border-style: solid;
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    border-bottom: 0;
    content: ""
}

.m-faqList__head span {
    width: 64px;
    height: 80px;
    padding: 0 0 12px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 6rem;
    color: #6faae5;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 30px
}

.m-faqList__head span::before,
.m-faqList__head span::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.m-faqList__head span::before {
    padding: 0 0 12px;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #6faae5;
    background: #fff;
    box-sizing: border-box;
    content: "Q"
}

.m-faqList__head span::after {
    top: 4px;
    left: 4px;
    z-index: 0;
    background: rgba(0, 0, 0, .1)
}

.m-faqList__head.is-active::after {
    transform: rotate(180deg)
}

.m-faqList__body {
    padding: 20px 35px 0;
    display: none
}

@media screen and (max-width: 740px) {
    .m-faq {
        margin: 8.1081081081vw 0 0;
        padding: 0 5.4054054054vw 12.1621621622vw
    }

    .m-faq::before {
        width: 100vw;
        height: 75.6756756757vw;
        background-size: 100vw 75.6756756757vw
    }

    .m-faqHdg {
        padding: 6.0810810811vw 0 0
    }

    .m-faqHdg__en {
        font-size: 2.4324324324vw
    }

    .m-faqHdg__ja {
        margin-top: 4.0540540541vw;
        padding: .6756756757vw 1.3513513514vw .9459459459vw;
        font-size: 6.7567567568vw
    }

    .m-faqList {
        margin: 6.7567567568vw 0 0;
        padding: 7.4324324324vw 0 0;
        border-radius: 4.0540540541vw
    }

    .m-faqList__item {
        padding: 0 0 7.4324324324vw
    }

    .m-faqList__head {
        padding: 2.2972972973vw 9.4594594595vw 2.4324324324vw 14.8648648649vw;
        font-size: 4.0540540541vw
    }

    .m-faqList__head::after {
        margin: -.8108108108vw 0 0;
        right: 4.0540540541vw;
        border-right-width: 1.6216216216vw;
        border-left-width: 1.6216216216vw;
        border-top-width: 1.6216216216vw
    }

    .m-faqList__head span {
        width: 8.6486486486vw;
        height: 10.8108108108vw;
        padding: 0 0 1.6216216216vw;
        font-size: 8.1081081081vw;
        top: -3.3783783784vw;
        left: 4.0540540541vw
    }

    .m-faqList__head span::before {
        padding: 0 0 1.6216216216vw
    }

    .m-faqList__head span::after {
        top: .5405405405vw;
        left: .5405405405vw
    }

    .m-faqList__body {
        padding: 2.7027027027vw 4.7297297297vw 0
    }
}

.m-float {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.m-floatCount {
    padding: 15px 0;
    display: none;
    background: #fff
}

.m-floatCount__ttl,
.m-floatCount__timer {
    font-weight: bold;
    line-height: 1;
    letter-spacing: .15em;
    text-align: center
}

.m-floatCount__ttl {
    font-size: 2.4rem
}

.m-floatCount__timer {
    margin: 5px 0 0;
    font-size: 3.6rem;
    letter-spacing: .05em
}

.m-floatCount__timer em {
    padding: 0 3px;
    font-family: "Oswald", sans-serif;
    font-size: 5rem;
    letter-spacing: .1em
}

.m-floatCv {
    width: 100%;
    display: block;
    background: #09c66b
}

.m-floatCv__inner {
    height: 140px;
    max-width: 740px;
    padding: 0 0 0 170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    box-sizing: border-box
}

.m-floatCv__inner::before {
    width: 80px;
    height: 76px;
    margin: -38px 0 0;
    position: absolute;
    top: 50%;
    right: 32px;
    background-image: url(../../img/v1/icn_sprite.png);
    background-size: 2000px 2000px;
    background-position: -552px -40px;
    content: ""
}

.m-floatCv__main>em,
.m-floatCv__main>span {
    color: #fff;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    text-shadow: 0 0 6px rgba(9, 82, 47, .3);
    display: block
}

.m-floatCv__main>em {
    font-weight: normal;
    font-size: 2.9rem;
    letter-spacing: 0.005em
        /* メインテキストの字間を調整 */
}

.m-floatCv__main>em>span,
.m-floatCv__main>em>b {
    font-weight: bold;
    font-size: 3.6rem
}

.m-floatCv__main>em>b {
    color: #faf275
}

.m-floatCv__main>span {
    margin: 15px 0 0;
    font-weight: bold;
    font-size: 2.8rem
}

.m-floatCv__main>span>b {
    color: #faf275
}

.m-floatCv__sub {
    width: 120px;
    height: 160px;
    padding: 30px 0 0;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 30px;
    border-radius: 60px 60px 0 0;
    background: #faf275
}

.m-floatCv__sub em {
    font-weight: bold;
    color: #f0726e
}

.m-floatCv__sub em span {
    font-size: 3.8rem
}

@media screen and (max-width: 740px) {
    .m-floatCount {
        padding: 2.027027027vw 0
    }

    .m-floatCount__ttl {
        font-size: 3.2432432432vw
    }

    .m-floatCount__timer {
        margin: .6756756757vw 0 0;
        font-size: 4.8648648649vw
    }

    .m-floatCount__timer em {
        padding: 0 .4054054054vw;
        font-size: 6.7567567568vw
    }

    .m-floatCv__inner {
        height: 18.9189189189vw;
        max-width: 100vw;
        padding: 0 0 0 22.972972973vw
    }

    .m-floatCv__inner::before {
        width: 10.8108108108vw;
        height: 10.2702702703vw;
        margin: -5.1351351351vw 0 0;
        right: 4.3243243243vw;
        background-size: 270.2702702703vw 270.2702702703vw;
        background-position: -74.5945945946vw -5.4054054054vw;
        content: ""
    }

    .m-floatCv__main>em,
    .m-floatCv__main>span {
        text-shadow: 0 0 .8108108108vw rgba(9, 82, 47, .3)
    }

    .m-floatCv__main>em {
        font-size: 4.135135135vw
    }

    .m-floatCv__main>em>span,
    .m-floatCv__main>em>b {
        font-size: 4.86486486vw
    }

    .m-floatCv__main>span {
        margin: 2.027027027vw 0 0;
        font-size: 3.7837837838vw
    }

    .m-floatCv__sub {
        width: 16.2162162162vw;
        height: 21.6216216216vw;
        padding: 4.0540540541vw 0 0;
        font-size: 3.7837837838vw;
        left: 4.0540540541vw;
        border-radius: 8.1081081081vw 8.1081081081vw 0 0
    }

    .m-floatCv__sub em span {
        font-size: 5.1351351351vw
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    height: 100%;
    min-height: 1px;
    float: left;
    display: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

[dir=rtl] .slick-slide {
    float: rightß
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    height: auto;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 9px;
    overflow: hidden;
    position: relative;
    border-radius: 50%
}

.slick-dots li.slick-active button {
    background: #f0726e
}

.slick-dots button {
    width: 20px;
    height: 20px;
    text-indent: -999em;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: #cecece
}

@media screen and (max-width: 740px) {
    .slick-dots {
        margin: 4.0540540541vw 0 0
    }

    .slick-dots li {
        width: 2.7027027027vw;
        height: 2.7027027027vw;
        margin: 0 1.2162162162vw
    }

    .slick-dots button {
        width: 2.7027027027vw;
        height: 2.7027027027vw
    }
}




.m-stickyTimer {
    padding: 10px 20px;
    background: #09c66b
}

.m-stickyTimer__inner {
    padding: 10px 0;
    color: #673606;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #fff
}

.m-stickyTimer__inner em {
    /* font-weight: bold; */
    font-size: 3.2rem;
    color: #FF737E
}

.m-stickyTimer__inner span {
    font-size: 3.2rem;
    /* font-weight: normal */
}

.m-stickyTimer__ttl,
.m-stickyTimer__date {
    /* color: #fff; */
    letter-spacing: .05em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.m-stickyTimer__date {
    padding: 0 0 0 0px;
    color: #673606;
    position: relative
}

.double_allow {
    width: 3.4rem;
    /* height:4.3rem; */
}

.timer_dot {
    position: relative;
}

.timer_dot::before {
    position: absolute;
    content: "・";
    top: -0.8em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #673606;
    font-size: 1em;
}

@media screen and (max-width: 740px) {
    .m-sticky {
        width: 100vw;
        margin: 0 0 0 -50vw
    }

    .m-stickyTimer {
        padding: 1.3513513514vw 2.7027027027vw
    }

    .m-stickyTimer__inner {
        padding: 1.3513513514vw 0;
        border-radius: 6.7567567568vw
    }

    .m-stickyTimer__inner em {
        font-size: 5.3243243243vw
    }

    .m-stickyTimer__inner span {
        font-size: 3.3243243243vw
    }

    /* LP-guarだけ */
    .lp-guar .m-stickyTimer__inner em {
        font-size: 4.32432432vw;
    }

    .lp-guar .m-stickyTimer__inner span {
        font-size: 4.32432432vw;
    }

    .m-stickyTimer__date {
        /* padding: 0 0 0 6.0810810811vw */
        padding: 0;
    }

    .m-stickyTimer__date::before,
    .m-stickyTimer__date::after {
        width: 1.8918918919vw;
        height: 1.8918918919vw;
        margin: -.9459459459vw 0 0;
        border-top-width: .2702702703vw;
        border-right-width: .2702702703vw
    }

    .m-stickyTimer__date::before {
        left: .8108108108vw
    }

    .m-stickyTimer__date::after {
        left: 1.7567567568vw
    }

    .m-stickyList__item {
        padding: 1.3513513514vw
    }

    .m-stickyLine[data-type=sticky] {
        padding: 1.3513513514vw 0
    }

    .double_allow {
        width: 6.3243243243vw;
    }
}

.m-cvBox__btn {
    animation-name: btnAnime;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.m-cv-another {
    padding: 0 20px;
}

@media screen and (max-width: 740px) {
    .m-cv-another {
        padding: 0 2.7027027027vw 0
    }
}