@charset "euc-jp";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
div,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.yahoo-shopping {
    color: #3e3e3e;
    font-size: 16px;
    letter-spacing: 0.1rem;
    text-align: left !important;
    line-height: 1.4;
    font-family: 'Outfit', 'Noto Sans JP', sans-serif, 'Meiryo', '¥á¥¤¥ê¥ª' !important;
}

img {
    max-width: 100%;
    object-fit: contain;
}

li {
    list-style: none;
}

.yahoo-shopping h1 {
    line-height: 1.4 !important;
}


.yahoo-shopping dt {
    font-weight: normal;
}

/*===========================================
 cta-btn-area
===========================================*/
.cta-btn-area {
    margin: 0 auto;
    text-align: center;
}

.cta-btn a {
    display: inline-block;
    color: #fff;
    border: solid 2px #cebd00;
    background: #cebd00;
    font-weight: bold;
    text-decoration: none;
    border-radius: 32px;
}

.pc-cta {
    display: block !important;
}

.sp-cta {
    display: none !important;
}

@media (min-width: 768px) {
    .cta-btn a {
        padding: 16px 80px;
        font-size: 18px;
    }

    .cta-btn a:hover {
        color: #cebd00;
        background: #fff;
        text-decoration: none !important;
    }
}

@media (max-width: 768px) {
    .cta-btn a {
        margin: 40px 3% 0;
        padding: 16px 0;
        width: 94%;
        font-size: 16px;
        text-align: center;
        float: left;
    }

    .pc-cta {
        display: none !important;
    }

    .sp-cta {
        display: block !important;
    }
}

/*===========================================
 header
===========================================*/
.header-area {
    width: 100%;
    background-image: url("../images/main-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    height: 680px;
    margin-bottom: 0;
}

.nav-area {
    margin: 0 auto;
    width: 1300px;
}

.h-logo {
    text-align: center;
}

.h-nav {
    width: 100%;
}

@media (min-width: 768px) {
    .nav-area {
        width: 1200px;
    }

    .h-logo img {
        width: 340px;
    }
}

@media (max-width: 768px) {
    .header-area {
        background-position: 15% bottom;
        background-size: cover;
        height: auto;
        margin-bottom: 50px;
    }

    .nav-area {
        padding: 0 3%;
        width: 94%;
    }

    .h-logo img {
        width: 260px;
    }
}

/*===========================================
 main-visual
===========================================*/
.vegas-slide-inner {
    background-size: contain !important;
    background-position: right !important;
}

h1.mv-copy {
    color: #fff;
    font-weight: bold;
    letter-spacing: initial;
}

h1.mv-copy span {
    font-size: 24px;
    display: block;
    margin-top: 12px;
}

.h-cta-btn {
    color: #fff;
    text-align: center;
}

.h-cta-btn .txt {
    font-weight: bold;
    font-size: 16px;
}

.h-cta-btn .att {
    color: #fff;
}

.h-cta-btn a {
    display: inline-block;
    background: #cebd00 !important;
    color: #ffffff;
    border: solid 5px #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
    margin: 10px 0;
}

.h-cta-btn a.shop-link {
    background-color: #3e3e3e !important;
    font-size: 14px;
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.shop-link.right-side-arrow:after {
    display: none;
}

.shop-link.right-side-arrow:hover:after {
    display: none;
}

.right-side-arrow {
    position: relative;
    width: auto;
}

.right-side-arrow::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 7%;
    top: calc(50% - 3px);
    border-top: solid 3px;
    border-right: solid 3px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
}

.right-side-arrow:hover:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 7%;
    top: calc(50% - 3px);
    border-top: solid 3px;
    border-right: solid 3px;
    transform: rotate(45deg) translateY(-50%);
    color: #cebd00;
}

@media (min-width: 768px) {
    .main-visual {
        background-image: url("../images/top-visual.png");
        background-repeat: no-repeat;
        background-position: right top;
    }

    .main-visual {
        margin: 60px auto 0;
        width: 85%;
        max-width: 1620px;
    }

    .h-cta-btn {
        padding: 50px 0 62px;
        width: 50%;
    }

    .h-cta-btn .txt {
        font-size: 22px;
    }

    .h-cta-btn a {
        padding: 20px 40px;
        border-radius: 42px;
    }

    .h-cta-btn a:hover {
        color: #cebd00;
        background: #fff !important;
        border: solid 5px #cebd00;
        text-decoration: none !important;
    }

    .h-cta-btn a.shop-link:hover {
        color: #3e3e3e;
        background: #fff !important;
        border: solid 5px #3e3e3e;
        text-decoration: none !important;
    }
}

@media (min-width: 1600px) {
    h1.mv-copy {
        font-size: 50px;
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 1599px) {
    h1.mv-copy {
        font-size: 40px;
        width: 50%;
        text-align: center;
    }

    .main-visual {
        background-size: 50%;
    }

    .h-cta-btn {
        padding: 60px 0;
    }
}

@media (max-width: 1300px) {
    h1.mv-copy {
        font-size: 45px;
        text-align: center;
        width: 50%;
    }

    .h-cta-btn {
        padding: 60px 0;
    }

    .h-cta-btn a {
        font-size: 16px;
    }

    .right-side-arrow::after {
        width: 8px;
        height: 8px;
        right: 7%;
        top: calc(50% - 3px);
        border-top: solid 2px;
        border-right: solid 2px;
    }

    .right-side-arrow:hover:after {
        width: 8px;
        height: 8px;
        border-top: solid 2px;
        border-right: solid 2px;
        color: #cebd00;
    }
}

@media (max-width: 1150px) {
    h1.mv-copy {
        font-size: 30px;
    }

    .main-visual {
        background-size: 46%;
    }

    .h-cta-btn {
        padding: 20px 0;
    }

    .h-cta-btn a {
        padding: 10px 15px;
    }

    .right-side-arrow::after {
        width: 8px;
        height: 8px;
        right: 4%;
        top: calc(50% - 2px);
        border-top: solid 2px;
        border-right: solid 2px;
    }

    .right-side-arrow:hover:after {
        right: 4%;
        top: calc(50% - 2px);
    }
}

@media (max-width: 768px) {
    .main-visual {
        margin: 30px auto 0;
        width: 94%;
    }

    .vegas-slide-inner {
        background-size: 100% !important;
    }

    h1.mv-copy {
        text-align: center;
        font-size: 28px;
        line-height: 1.3;
        width: 100%;
    }

    h1.mv-copy span {
        font-size: 18px;
    }

    h1.mv-copy .txt {
        padding: 5px 10px;
    }

    .h-cta-btn {
        text-align: center;
    }

    .h-cta-btn a {
        margin: 20px 0;
        padding: 16px 0;
        width: 90%;
        font-size: 16px;
        border-radius: 30px;
        text-align: center;
    }

    .right-side-arrow::after {
        width: 8px;
        height: 8px;
        right: 24%;
        top: calc(50% - 2px);
        border-top: solid 2px;
        border-right: solid 2px;
    }

    .right-side-arrow:hover:after {
        width: 8px;
        height: 8px;
        right: 24%;
        top: calc(50% - 2px);
        border-top: solid 2px;
        border-right: solid 2px;
        color: #fff;
    }

    .lp-cta03.right-side-arrow::after {
        top: calc(50% - 3px);
    }

    .lp-cta03.right-side-arrow:hover:after {
        top: calc(50% - 3px);
        color: #cebd00;
    }

    .lp-cta-fixed.right-side-arrow::after {
        right: 15%;
    }

    .lp-cta-fixed.right-side-arrow:hover:after {
        color: #cebd00;
    }
}

@media (max-width: 600px) {
    .right-side-arrow::after {
        right: 5%;
    }

    .right-side-arrow:hover:after {
        right: 5%;
    }
}

@media (max-width: 350px) {
    .right-side-arrow::after {
        display: none;
    }
}

/*===========================================
 footer_fixarea
===========================================*/
#footer_fixarea {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    background: rgba(220, 220, 220, 0.8);
    color: #fff;
    z-index: 10;
    bottom: -177px;
    transition-duration: 0.5s;
    box-sizing: border-box;
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
}

#footer_fixarea.show {
    bottom: 0px;
    transition-duration: 0.5s;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}

.fixarea-wrap {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    color: #333;
}

.fixarea-wrap dt {
    color: #333;
    font-size: 20px;
}

.fixarea-wrap dd {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px;
    margin-top: 0;
}

.fixarea-text {
    font-size: 18px;
}

.fixarea-cta-btn a {
    margin: 10px 0 0 0;
    padding: 16px 120px;
    border: none;
    background: #cebd00;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    border-radius: 32px;
    box-shadow: 0px 0px 5px #ccc;
    float: left;
}

.fixarea-cta-btn a:hover {
    color: #cebd00;
    background: #fff;
    text-decoration: none !important;
}

@media (max-width: 640px) {
    #footer_fixarea {
        padding: 10px 0;
    }

    .fixarea-wrap {
        justify-content: center;
        gap: 6px;
    }

    .fixarea-wrap dt {
        color: #333;
        font-size: 14px;
    }

    .fixarea-text {
        font-size: 14px;
    }

    .fixarea-cta-btn a {
        padding: 8px 40px 6px;
        font-size: 14px;
        margin: 0;
    }

    .lp-cta-fixed.right-side-arrow::after {
        display: none;
    }
}

/*===========================================
 step
===========================================*/
.pc-br {
    display: block;
}

.sp-br {
    display: none;
}

.flow_design04 {
    margin: 50px auto 0;
}

.flow04 {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.flow04>li {
    list-style-type: none;
    width: 100%;
    max-width: 250px;
    display: flex;
}

.flow04>li .icon04 {
    line-height: 2;
    width: 6em;
    height: 2em;
    text-align: center;
    color: #fff;
    background: #e95c59;
    margin: -20px auto 20px;
    display: block;
    border-radius: 100vh;
    position: relative;
    font-size: 18px;
}

.flow04>li .icon04::before {
    content: "";
    border: solid transparent;
    border-width: 7px;
    border-top-color: #e95c59;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow04>li dl {
    padding: 0 25px 10px;
    margin: 0;
    border: 2px solid #e95c59;
    position: relative;
    background: #ffffff;
}

.flow04>li:not(:first-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 2px solid #e95c59;
    border-right: 2px solid #e95c59;
    position: absolute;
    top: calc(50% - 14px);
    left: -32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flow04>li dl dt {
    font-size: 24px;
    font-weight: 600;
    color: #e95c59;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 10px;
    text-align: center;
}

.flow04>li dl dd {
    margin-left: 0;
    width: 220px;
}

.triangle .contents {
    text-align: center;
    margin: 50px auto 0;
}

.flow04>li:not(:first-child) div::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 2px solid #e95c59;
    border-right: 2px solid #e95c59;
    position: absolute;
    top: calc(50% - 14px);
    left: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flow04>li div {
    padding: 0 25px 10px;
    margin: 0;
    border: 2px solid #e95c59;
    position: relative;
    background: #ffffff;
}

.flow04>li div span {
    font-weight: 600;
}

.flow04>li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #e95c59;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 10px;
    text-align: center;
}

.flow04>li img {
    margin-left: 0;
    width: 220px;
}

.flow_design04+p {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 50px auto 0;
    display: inline-block;
}

@media(max-width: 767px) {
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .flow04 {
        gap: 20px;
    }

    .flow04>li {
        display: block;
        width: 90%;
        margin: 20px auto;
    }

    .flow04>li:not(:first-child) dl::before {
        display: none;
    }

    .flow04>li dl dd {
        text-align: center;
        width: 100%;
    }

    .flow04>li dl dt {
        font-size: 16px;
        font-weight: 600;
        color: #e95c59;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        margin-bottom: 10px;
        text-align: center;
    }

    .flow04>li .icon04 {
        line-height: 2;
        width: 6em;
        height: 2em;
        text-align: center;
        color: #fff;
        background: #e95c59;
        margin: -15px auto 20px;
        display: block;
        border-radius: 100vh;
        position: relative;
        font-size: 13px;
    }

    .flow04>li:not(:first-child) div::before {
        display: none;
    }

    .flow04>li img {
        text-align: center;
        width: 100%;
    }

    .flow04>li h3 {
        font-size: 16px;
        font-weight: 600;
        color: #e95c59;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        margin-bottom: 10px;
        text-align: center;
    }

    .flow_design04+p {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin: 20px auto 0;
        display: inline-block;
    }
}

/*===========================================
 worries
===========================================*/
.worries {
    position: relative;
}

.worries:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: 48.5%;
    background-image: url("../images/arrow.png");
    width: 39px;
    height: 40px;
}

.worries-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.worries-list li {
    position: relative;
    border-radius: 10px;
    border: solid 2px #e95c59;
}

.worries-list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -24px;
    right: -16px;
    background-image: url("../images/hazy.png");
    width: 29px;
    height: 35px;
}

.worries-list li .worries-list-title {
    text-align: center;
    font-weight: bold;
}

.worries-list li {
    padding: 26px 20px;
}

@media (min-width: 768px) {
    .worries-list li {
        width: calc(25% - 24px);
        margin-right: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .worries-list li:last-child {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .worries-list li {
        width: 90%;
        padding: 16px 20px;
        margin: 0 auto 15px;
    }

    .worries-list li:last-child {
        margin-bottom: 0;
    }

    .worries-list li:before {
        top: -14px;
    }
}

/*===========================================
 only
===========================================*/
.contents.only {
    margin: 50px auto 100px;
}

.only-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.only-list li {
    text-align: center;
}

.only-list li .only-list-title {
    color: #e95c59;
    font-weight: bold;
    margin-bottom: 10px;
}

.only-list-title-icon img {
    width: 54%;
}

@media (min-width: 768px) {
    .only-list li {
        width: calc(24% - 20px);
        margin-right: 30px;
    }

    .only-list li:last-child {
        margin-right: 0;
    }

    .only-list li .only-list-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .only-list-title-icon img {
        width: 76%;
    }
}

@media (max-width: 768px) {
    .only-list li {
        width: 100%;
        margin-bottom: 30px;
    }

    .only-list li:last-child {
        margin-bottom: 0;
    }
}

/*===========================================
 free
===========================================*/
.free-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.free-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("../images/free-bg.png");
    background-repeat: no-repeat;
    width: 216px;
    height: 216px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 0 15px;
}

.free-list-title {
    line-height: 1.2;
}

.free-list-title .zero {
    font-size: 84px;
}

.free-list-title .big {
    font-size: 34px;
}

@media (max-width: 768px) {
    .free-list li {
        width: 160px;
        height: 160px;
        background-size: cover;
        font-size: 18px;
        margin: 0 5px 10px;
    }

    .free-list-title .zero {
        font-size: 64px;
    }

    .free-list-title .big {
        font-size: 30px;
    }
}

/*===========================================
 easy
===========================================*/
.contents.easy {
    margin: 50px auto 100px;
}

.easy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 100px 0 0;
}

.easy-list.worries::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 48.5%;
    background-image: url(../images/arrow.png);
    width: 39px;
    height: 40px;
}

.sub-title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin: 100px 0 0;
}

.sub-title+p {
    text-align: center;
}

.easy-list li {
    text-align: center;
}

.easy-list li .easy-list-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.easy-list li .easy-list-title .red+span {
    font-size: 12px;
}

.easy-list li .easy-list-title .red+span {
    font-size: 16px;
}

@media (min-width: 768px) {
    .easy-list li {
        width: calc(33.3333% - 20px);
        margin-right: 30px;
    }

    .easy-list li:last-child {
        margin-right: 0;
    }

    .easy-list li .easy-list-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .easy-list.worries::before {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -60px;
        left: 48.5%;
        background-image: url(../images/arrow.png);
        width: 39px;
        height: 40px;
    }

    .easy-list li .easy-list-title .red+span {
        font-size: 16px;
        font-weight: normal;
    }
}

@media (max-width: 768px) {
    .easy-list li {
        width: 100%;
        margin-bottom: 30px;
    }

    .easy-list li:last-child {
        margin-bottom: 0;
    }

    .easy-list li img {
        width: 80%;
    }

    .sub-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
        margin: 100px 0 0;
    }

    .easy-list.worries::before {
        content: "";
        display: inline-block;
        position: absolute;
        background-image: url(../images/arrow.png);
        width: 39px;
        height: 40px;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .easy .title.worries::before {
        content: "";
        display: inline-block;
        position: absolute;
        background-image: url(../images/arrow.png);
        width: 39px;
        height: 40px;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .easy-list li .easy-list-title .red+span {
        font-size: 14px;
        font-weight: normal;
    }
}

/*===========================================
 image-content
===========================================*/
.image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px #dbdcdc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.image-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.image-txt {
    width: 100%;
}

.image-txt .image-title {
    display: inline-block;
    background-color: #e95c59;
    border-radius: 10px;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.image-txt .image-subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.image-img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .image-txt {
        width: 70%;
    }

    .image-txt .image-title {
        font-size: 24px;
    }

    .image-img {
        width: 30%;
        margin-top: 0;
    }
}

/*===========================================
 compare
===========================================*/
.compare-table-wrap {
    width: 100%;
}

.compare-table-wrap thead th {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-bottom: 5px solid #fff;
    line-height: 1.2;
}

.compare-table-wrap thead .msTtl {
    background-color: #d35351;
    border-right: 5px solid #fff;
}

.compare-table-wrap thead .directTtl {
    background-color: #3e3e3e;
}

.compare-table-wrap tbody th {
    background-color: #9e9e9f;
    color: #fff;
    width: 210px;
    font-size: 13px;
    padding: 10px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
}

.compare-table-wrap tbody td {
    background-color: #eeeeef;
    width: 272px;
    padding: 16px 0;
    text-align: center;
    font-weight: bold;
    border-bottom: 5px solid #fff;
}

.compare-table-wrap tbody .makeshop {
    color: #d35351;
    border-right: 5px solid #fff;
    font-size: 13px;
}

.compare-table-wrap tbody .direct {
    font-size: 13px;
}

@media (min-width: 768px) {
    .compare-table-wrap thead th {
        font-size: 22px;
    }

    .compare-table-wrap tbody th {
        font-size: 18px;
        padding: 24px;
    }

    .compare-table-wrap tbody .makeshop {
        font-size: 16px;
    }

    .compare-table-wrap tbody .direct {
        font-size: 20px;
    }
}

/*===========================================
 flow
===========================================*/
.flow {
    flex-flow: column;
}

.flow li {
    padding: 1rem;
}

.flow {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.flow li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;
    height: 170px;
    padding: 36px 60px;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 32px;
    background: #FAFAF9;
}

.flow-btn a {
    width: 240px;
    height: 53px;
    font-size: 14px;
    border-radius: 8px;
    background: #cebd00;
    display: flex;
    margin: 0 auto;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.flow-btn a:hover {
    opacity: .7;
}

.att {
    margin-top: 1.875rem;
    text-align: center;
    font-size: 8.75px;
    font-weight: 400;
    line-height: 180%;
}

.flow-attention {
    background-color: #EEEEEF;
    border-radius: 10px;
    padding: 20px;
}

.flow-attention .title {
    font-size: 18px;
}

.flow-attention .flow-attention-list {
    margin-top: 40px;
}

.flow-attention .flow-attention-list dd {
    margin-bottom: 20px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .flow .trialBtn {
        bottom: 40px;
        left: 21.6%;
        width: auto;
    }

    .flow-attention {
        padding: 40px;
    }

    .flow {
        flex-flow: nowrap;
    }
}

/*===========================================
 price
===========================================*/
.price-list {
    padding: 0;
    width: 100%;
}

.price-list li {
    margin: 0 1.5% 10px;
    width: 97%;
    padding: 10px 14px 4px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.1), -9px -9px 8px rgba(255, 255, 255, 0.5);
    position: relative;
}

.price-list-title {
    padding: 12px 0 0;
    font-size: 18px;
    text-align: center;
    color: #e95c59;
    font-weight: bold;
    text-align: left;
}

.price-list-num {
    margin: -42px 0 0 0;
    font-weight: bold;
    font-size: 30px;
    text-align: right;
}

.price-list-discount {
    font-weight: bold;
    font-size: 16px;
    color: #ec1f54;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 46%;
    transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
}

.price-list-discount span {
    font-size: 14px;
}


.tabs {
    margin: 0 auto 0;
    width: 100%;
    text-align: center;
}


.tab_item {
    margin: 0 6px 0 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #565656;
    display: block;
    text-align: center;
    font-weight: bold;
    float: left;
}


input[name="tab_item"] {
    display: none;
}


.tab_content {
    display: none;
    padding: 20px 0 0;
    clear: both;
    overflow: hidden;
}


#one:checked~#one_content,
#three:checked~#three_content,
#six:checked~#six_content,
#twelve:checked~#twelve_content,
#twentyfour:checked~#twentyfour_content,
#thirtysix:checked~#thirtysix_content,
#sixty:checked~#sixty_content {
    display: block;
}

.tab_item {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: 74px;
    white-space: nowrap;
}

.tab_item::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    left: 2px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.tab_item::after {
    background: #ff4354;
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    left: 6px;
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 14px;
}

input[type=radio]:checked+.tab_item::after {
    opacity: 1;
}

input[type=radio]:checked+.tab_item::after {
    opacity: 1;
}

@media (min-width: 768px) {
    .matome {
        margin: 30px auto 0;
        padding: 6px 0;
        width: 500px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background: #fff;
        color: #e95c59;
        border: 2px solid #e95c59;
        border-radius: 10px;
    }

    .price-list {
        padding: 0 0 30px;
        display: flex;
        margin: 0 calc(50% - 50%);
        width: 101%;
    }

    .price-list li {
        margin: 0 1.5%;
        width: 30%;
        padding: 20px 30px 20px;
        text-align: center;
        background: #fff;
        border-radius: 8px;
        box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.1), -9px -9px 16px rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .price-list-title {
        margin-bottom: 50px;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
        color: #e95c59;
    }

    .price-list-num {
        font-weight: bold;
        font-size: 54px;
        text-align: center;
    }

    .price-list-discount {
        font-weight: bold;
        font-size: 18px;
        color: #ec1f54;
        text-align: center;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateY(-40%) translateX(-50%);
        -webkit-transform: translateY(-40%) translateX(-50%);
    }

    .price-list-discount span {
        font-size: 14px;
    }


    .tabs {
        margin: 30px auto 0;
        width: 1200px;
        text-align: center;
    }


    .tab_item {
        width: calc(100%/7);
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        color: #565656;
        display: block;
        text-align: center;
        font-weight: bold;
    }


    input[name="tab_item"] {
        display: none;
    }


    .tab_content {
        display: none;
        padding: 40px 0 0;
        clear: both;
        overflow: hidden;
    }


    #one:checked~#one_content,
    #three:checked~#three_content,
    #six:checked~#six_content,
    #twelve:checked~#twelve_content,
    #twentyfour:checked~#twentyfour_content,
    #thirtysix:checked~#thirtysix_content,
    #sixty:checked~#sixty_content {
        display: block;
    }

    .tab_item {
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        padding: 5px 30px;
        position: relative;
        width: auto;
        float: inherit;
    }

    .tab_item::before {
        background: #fff;
        border: 1px solid #231815;
        border-radius: 50%;
        content: '';
        display: block;
        height: 20px;
        left: 2px;
        margin-top: -6px;
        position: absolute;
        top: 50%;
        width: 20px;
    }

    .tab_item::after {
        background: #ff4354;
        border-radius: 50%;
        content: '';
        display: block;
        height: 14px;
        left: 6px;
        margin-top: -2px;
        opacity: 0;
        position: absolute;
        top: 50%;
        width: 14px;
    }
}

/*===========================================
 faq-list
===========================================*/
.faq-list {
    margin-top: 40px;
}

.faq-list li {
    margin-bottom: 48px;
}

.faq-list li .faq-list-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-list li .faq-list-title:before {
    content: "Q";
    margin-right: 10px;
}

.faq-list li .faq-list-a-content {
    background: #eee;
    padding: 14px;
}

.faq-list li .faq-list-a-content .faq-list-a {
    position: relative;
    padding-left: 25px;
}

.faq-list li .faq-list-a-content .faq-list-a:before {
    content: "A";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 18px;
    font-weight: bold;
}

.faq-list li .faq-list-a-content .faq-list-a .sub {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .faq-list li .faq-list-title {
        font-size: 20px;
    }

    .faq-list li .faq-list-a-content {
        padding: 24px;
    }

    .faq-list li .faq-list-a-content .faq-list-a .sub {
        font-size: 14px;
    }
}

/*===========================================
 f-cont
===========================================*/
#f-cont {
    border-bottom: solid 1px #fff;
}

.f-contents .cta-btn-area .cta-btn a {
    background-color: #cebd00;
    border: solid 1px #fff;
}

.f-contents .cta-btn-area .cta-btn a:hover {
    background-color: #fff;
    color: #cebd00;
}

@media (min-width: 768px) {
    #f-cont {
        padding: 60px 0;
        width: 100%;
    }

    #f-cont h2 {
        color: #fff;
    }

    #f-cont p {
        color: #fff;
    }

    .f-contents {
        margin: 60px auto 0;
        width: 1200px;
    }
}

@media (max-width: 768px) {
    #f-cont {
        padding: 60px 3%;
        width: 100%;
        float: left;
        overflow: hidden;
    }

    #f-cont h2 {
        color: #fff;
    }

    #f-cont p {
        color: #fff;
        font-size: 14px;
    }

    .footer-info {
        padding: 30px 0;
        background: #fff;
        text-align: center;
        margin: 40px calc(50% - 50vw) 0;
        width: 100vw;
    }

    .footer-info p {
        margin: 30px 0 0 0;
        font-size: 12px;
        color: #666;
        text-align: center;
    }

    .f-contents {
        margin: 0 auto;
        padding: 0 3%;
        width: 94%;
    }
}

/*===========================================
 common
===========================================*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

.pd40 {
    padding: 40px 0 0 0;
}

.mb20 {
    margin-bottom: 20px;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.red {
    color: #e95c59;
}

.bold {
    font-weight: bold;
}

.txt-blue {
    color: #005bac;
}

.bg-color0 {
    background: #7d96e8;
}

.bg-color0 h2,
.bg-color0 p {
    color: #fff;
}

.bg-color1 {
    background: #e6f4ff;
}

.bg-color2 {
    background: #f8f8f8;
}

.bg-color3 {
    background: #005bac;
}

.triangle {
    position: relative;
    overflow: visible;
    padding: 10px 0;
    margin: 0 0 50px;
    background: #eeeeef;
}

.triangle:after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #eeeeef;
}

.tac {
    text-align: center;
}

section {
    width: 100%;
    overflow: hidden;
    margin: 0 auto !important;
}

.title {
    text-align: center;
}

.yahoo-shopping h2 {
    font-weight: bold !important;
    line-height: 1.6 !important;
}

span.unit {
    display: inline;
}

.unit span {
    display: block;
}

@media (min-width: 768px) {
    .contents {
        margin: 100px auto !important;
        width: 1200px;
    }

    h2 {
        font-size: 34px;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .sp-pc {
        display: block;
    }


    .att {
        margin: 20px 0 0 0;
        font-size: 12px;
        line-height: 20px;
        color: #666;
    }

    span.unit {
        font-size: 20px;
    }

    .unit span {
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    .contents {
        margin: 60px auto;
        padding: 0 3%;
        width: 100%;
    }

    .yahoo-shopping h2 {
        font-size: 20px;
    }

    a:hover {
        text-decoration: none !important;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .sp-pc {
        display: block;
    }

    .sp-left {
        text-align: left;
    }

    p {
        font-size: 14px;
    }

    .att {
        margin: 20px 0 0 0;
        font-size: 12px;
        line-height: 20px;
        color: #666;
    }

    span.unit {
        font-size: 16px;
    }

    .unit span {
        margin-top: -10px;
    }

    .triangle:after {
        content: "";
        position: absolute;
        top: 100%;
        box-sizing: border-box;
        border-right: 50vw solid transparent;
        border-left: 50vw solid transparent;
        border-top: 60px solid #eeeeef;
    }
}

img {
    max-width: 100%;
    object-fit: contain;
}

.external-link::after {
    content: "\e3e0";
    font-size: 11px;
    font-size: 6.875px;
    margin-left: 3px;
    margin-right: 8px;
}