@charset "UTF-8";
/* ==========================
common
============================= */
:root {
    --titleBlack: #222222;
    --red: #A40B0B;
    --blueGradation: linear-gradient(91deg, #258399 1.12%, #346D96 102.02%);
    --rightBlueGradation: linear-gradient(169deg, #4986B1 0.77%, #3B6D9A 99.23%);
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    --gold: #FBE39A;
    --gray: #777777;
    --lightGray: #F0F0F0;
    --mediumGray: #7D7F7E;
    --white: #fff;
    --text: #333333;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Inter", sans-serif;
    font-style: normal;
    color: var(--text, #494949);
    background-color: var(--primary-white, #fff);
    line-height: 1.5;
    font-size: 1.4rem;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
    z-index: 0;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 500;
}

.line {
    position: relative;
    display: block;
    z-index: 0;
}

.line::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    margin: auto;
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    z-index: -1;
    background: #A40B0B;
}

.txt {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    font-size: 1.2rem;
}

.point-txt {
    text-align: left;
}

.gray {
    color: #A1A1A1;
}

.feature,
.award,
.worries,
.point__wrap,
.voice,
.spec,
.faq,
.point-sub,
.function {
    padding-right: 2.8%;
    padding-left: 2.8%;
}

.feature__title {
    font-family: "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    color: #222;
}

.title__black {
    background: linear-gradient(180deg, #131111 32.5%, #222 70.5%, #555 100%);
    color: #FDFDFD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: YuMincho;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding: 3px 0 2px;
    height: 35px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.page-top {
    display: flex;
    width: 56px;
    height: 56px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 28px -9px rgba(0, 0, 0, 0.25);
    font-size: 1rem;
    line-height: 120%;
    transition: all .3s ease;
}

.page-top span {
    display: block;
    position: relative;
}

.page-top span::before {
    content: "";
    display: block;
    width: 5.663px;
    height: 5.663px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-top: 1px solid var(--darkBlue, #132C46);
	border-right: 1px solid var(--darkBlue, #132C46);
    position: absolute;
    right: 0;
    left: 0;
    top: -6px;
    margin: 0 auto;
}

.typo {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
}

.typo-01 {
    font-family: "Inter", sans-serif;
}


/* ==========================
header and CTA
============================= */
.MV__title {
    font-size: 5rem;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    margin-top: 13px;
    margin-bottom: 14px;
    background: linear-gradient(180deg, #222 62.04%, #FFF 87.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-black {
    background-color: #232323;
    color: #fff;
    font-size: 1.6rem;
    font-family: "YuMincho", "Hiragino Mincho ProN", serif;
    padding-top: 23px;
    padding-bottom: 25px;
}

.MV-logo {
    width: 140px;
}

.cta{
    background-color: #333333;
    padding-top: 17px;
    padding-bottom: 15px;
}

.cta__title {
    color: #F4F1F1;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: 600;
    margin-right: -6px;
}

.topic__box {
    margin-bottom: 11px;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    font-family: YuMincho;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.2px;
}

.subTopic {
    margin-bottom: 10px;
    color: #F4F1F1;
    letter-spacing: 2.08px;
}

.couponCode {
    width: 296px;
    height: 29px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
}

.couponCode__title {
    color: #333;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    width: 296px;
    height: 27px;
    z-index: 20;
    padding-top: 2px;
}

.couponCode__title::before {
    content: "";
    background-image: url(../img/cta-bg.svg);
    width: 296px;
    height: 27px;
    display: block;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

.couponCode__box {
    background: linear-gradient(86deg, #E8C352 15.65%, #F3DFA0 45.54%, #F5CA4A 79.29%);
    width: 200px;
    height: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.couponCode__txt {
    color: #333;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 8px;
}

.cta__link {
    width: 300px;
    height: 40px;
    background: linear-gradient(91deg, #FBE39A 11.63%, #FBE39A 52.49%, #D3B86D 99.83%);
    stroke-width: 1.5px;
    stroke: #EDD58A;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
    margin: 0 auto;
}

.couponBtn {
    display: inline-block;
    margin: 0 auto;
}

.couponBtn__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background: linear-gradient(269deg, #8A0808 0.7%, #D31414 47.27%, #8D0909 97.72%);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.36);
    height: 80px;
    width: 296px;
    color: #fff;
}

.couponBtn__item {
    display: flex;
    gap: 4px;
    align-items: end;
}

.couponBtn__item--price {
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

.couponBtn__card {
    display: flex;
    gap: 3px;
    align-items: baseline;
}

.couponBtn__txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
}

.couponBtn__item--txt {
    text-align: left;
    font-size: 1rem;
    line-height: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.price--big {
    font-size: 1.8rem;
    line-height: 22px;
}

.price-small {
    font-size: 4rem;
}

/* ==========================
features
============================= */
.feature {
    padding-top: 38px;
    padding-bottom: 20px;
}

.bottom-01 {
    padding-bottom: 36px;
}

.img-01 {
    padding-bottom: 47px;
}

.bottom-02 {
    padding-bottom: 45px;
}

.box-02 {
    padding-bottom: 42px;
}

.bottom-03 {
    padding-bottom: 46px;
}

.txt-02 {
    margin-bottom: 38px;
}

.bottom-04 {
    margin-bottom: 30px;
}

.img-02 {
    margin-bottom: 20px;
}

.img-03 {
    padding-bottom: 50px;
}

.bottom-06 {
    padding-bottom: 40px;
}

.bottom-07 {
    padding-bottom: 32px;
}

.bottom-08 {
    margin-bottom: 24px;
}

.bottom-10 {
    margin-bottom: 12px;
}

.bottom-09 {
    margin-bottom: 56px;
}

/* ==========================
award
============================= */
.award {
    padding-top: 25px;
    padding-bottom: 30px;
}

.txt-01 {
    padding-bottom: 40px;
}

.award__title,
.savings__title,
.repair__title,
.repair__title-02 {
    background: linear-gradient(0deg, #333 0%, #000 100%);
    color: #FDFDFD;
    padding: 4px 0;
    font-size: 1.5rem;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.award__title {
    margin-bottom: 20px;
}

.award__subTitle {
    font-size: 1.4rem;
}

.gold {
    color: #FBE39A;
    position: relative;
}

.line-r-01 {
    position: relative;
    z-index: 0;
    font-size: 1.4rem;
    letter-spacing: 0.56px;
}

.line-r-01::after {
    position: absolute;
    right: 0;
    left: -1px;
    bottom: -1px;
    margin: auto;
    content: "";
    display: block;
    height: 4px;
    width:  134px;
    z-index: -1;
    background: #A40B0B;
}

.big {
    font-size: 2rem;
    letter-spacing: 0.8px;
    padding-left: 2px;
}

.big-01 {
    font-size: 1.8rem;
    letter-spacing: 0.72px;
}

.big {
    font-size: 1.8rem;
}

.award__content--img {
    position: relative;
    margin-bottom: 20px;
}

.award__content--bg {
    position: absolute;
    top: 14px;
    right: 0px;
}

.award__icon--bg {
    position: relative;
}

.award__box--bg {
    text-align: right;
}

.award__desc {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    top: 4px;
    right: 32px;
}

.award-bg {
    width: 194px;
    height: 36px;
}

.award-icon {
    width: 21px;
    height: 24px;
}

.award__desc--title {
    font-size: 8px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.32px;
    background: linear-gradient(180deg, #869D4A 0%, #546D1A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.award__desc--txt {
    font-family: "Noto Serif JP";
    font-size: 6px;
    font-weight: 600;
    line-height: 7px; /* 116.667% */
    letter-spacing: 1.2px;
}

.padding {
    padding: 12px 0;
    margin-bottom: 26px;
}

.logo__m {
    width: 79.137px;
    margin: 0 auto;
}

.success__img {
    margin: 0 18px 20px 17px;
}

.review__img {
    margin-bottom: 22px;
}

/* ==========================
worries
============================= */
.worries {
    padding: 30px 2.8%;
}

/* ==========================
savings
============================= */
.savings__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.savings__title {
    padding: 12px;
}

.savings-large {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 24px;
}

.savings-small {
    font-size: 14px;
}

.large {
    font-size: 22px;
}

.savings__content {
    background: #F0F0F0;
    padding-top: 10px;
    padding-bottom: 16px;
}

.savings__txt {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.96px;
}

.arrow-3 {
    width: 72px;
    margin-bottom: 34px;
}

.savings__box {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.savings__card {
    background-color: #fff;
    color: #333;
    line-height: 16px;
}

.right-line {
    position: relative;
}

.right-line::after {
    content: "";
    width: 1px;
    height: 282px;
    background-color: #D9D9D9;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.border {
    border-radius: 10px 0 0 10px;
}

.border-01 {
    border-radius: 0 10px 10px 0;
}

.savings__topic {
    height: 50px;
    padding: 17px 16px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: dotted 1px #D9D9D9;
}

.savings__padding {
    padding: 0 3px;
}

.savings__topic-01 {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.savings__small {
    font-size: 1rem;
}

.savings-big {
    font-weight: 500;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
}

.savings__own {
    background-color: #333;
    width: 110px;
    color: #FBE39A;
    box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.15);
    font-family: "Noto Sans JP";
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 4px;
    position: relative;
    border-radius: 10px 10px 0 0;
    z-index: 20;
    border-top: #FBE39A solid 1px;
    border-right: #FBE39A solid 1px;
    border-left: #FBE39A solid 1px;
    margin-top: -25px;
}

.savings__own::after {
    content: "";
    display: block;
    background: #333;
    border-radius: 0 0 10px 10px;
    width: 108px;
    height: 9px;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-bottom: #FBE39A solid 1px;
}

.own {
    border-bottom: 1px dotted #FBE39A;
}

.own-01{
    height: 70px;
}

.point__title-02,
.own-02,
.m-02 {
    height: 50px;
}

.own-04{
    height: 130px;
}

.underLine-r3 {
    position: relative;
    display: block;
    z-index: 0;
}

.underLine-r3::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3px;
    margin: auto;
    content: "";
    display: block;
    height: 4px;
    width: 70px;
    z-index: -1;
    background: #A40B0B;
}

.point__title,
.own,
.other,
.own-04 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.savings__desc {
    position: absolute;
    color: #494949;
    font-family: Inter;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.32px;
    right: 40px;
    bottom: -10px;
}

.radius {
    border-radius: 0 0 0 10px;
}

.radius-02 {
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.shadow {
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.shadow-02 {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

.savings__line {
    border-bottom: rgba(0, 0, 0, 0.25) 1px solid;
}
/* ==========================
point
============================= */
.point {
    margin-top: 44px;
}

.point__content {
    background-color: #D7D6D6;
}

.num {
    font-size: 7rem;
    line-height: 1;
}

.point__topic {
    font-size: 3.6rem;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    margin-top: -14px;
    background: linear-gradient(0deg, #231815 0%, #231815 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.point__list {
    position: relative;
    top: -34px;
    margin-bottom: 16px;
}

.point__text {
    position: relative;
    top: -8px;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 11px;
    margin-bottom: 30px;
}

.point__text::after {
    content: "";
    background-image: url(../img/box-bg.svg);
    background-repeat: no-repeat;
    width: 310px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    box-shadow: 2px 1px 4px rgba(41, 39, 19, 0.25);
}

.point__item {
    font-family: YuMincho;
}

.point__num {
    color: #A40B0B;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px; 
    letter-spacing: 1.2px;
    margin-bottom: 4px;
}

.point__txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: 1.76px;
}

.line-red {
    position: relative;
    display: block;
    z-index: 0;
}

.line-red::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    margin: auto;
    content: "";
    display: block;
    height: 1px;
    width: 240px;
    z-index: -1;
    background: #A40B0B;
}

.point__wrap {
    margin-top: -10px;
}

.point-title {
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 13px 0 7px;
}

.point__subTitle {
    color: #B24645;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.08px;
}

.point__mainTxt {
    color: #222;
    font-family: YuMincho;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.53px;
}

.point-heading {
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
}

.point-sub {
    padding-top: 30px;
    padding-bottom: 29px;
}

/* ==========================
course
============================= */
.course__item {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 24px;
}

.course__box {
    flex: 1;
}

.course__title,
.course__title-02 {
    background: #575454;
    border-radius: 12px;
    width: 130px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FDFDFD;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 6.5px;
    margin: 0 auto;
}

.course__title-02 {
    width: 160px;
}

.course__txt {
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 16px 20px;
}

.course__txt-02 {
    padding-bottom: 33px;
}

.line-black,
.line-black-02 {
    position: relative;
    display: block;
}

.line-black::after,
.line-black-02::after {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    width: 130px;
    background: #777;
}

.line-black-02::after {
    width: 280px;
}

.course__subTxt {
    font-size: 0.8rem;
}

.reason__box {
    margin-top: 40px;
    margin-bottom: 24px;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    font-family: YuMincho;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.2px;
}

/* ==========================
spec
============================= */
.spec {
    margin-top: 30px;
    margin-bottom: 40px;
}

.repair {
    background-image: url(../img/suport.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: YuMincho;
}

.repair__title {
    background: linear-gradient(180deg, #131111 32.5%, #222 70.5%, #555 100%);
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 37px;
    top: 7px;
}

.repair__title,
.repair__title-02 {
    width: 300px;
    margin: 0 auto 30px;
    position: relative;
}

.repair__title-02 {
    bottom: 6px;
    font-size: 1rem;
    height: 42px;
}

.repair__logo {
    width: 124px;
    margin-bottom: 7px;
}

.repair__subtitle {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
}

.repair__txt,
.repair__txt-02 {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: YuGothic;
    margin-bottom: 12px;
}

.repair__txt-02 {
    letter-spacing: 1.21px;
    margin-bottom: 22px;
}

.repair__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9px;
    margin-bottom: 9px;
    gap: 3px;
}

.repair__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 52px; 
    opacity: 0.8;
    background: #7D7F7E;
    color: #FDFDFD;
}

.contact {
    font-family: YuGothic;
    font-size: 10px;
    letter-spacing: 9.4px;
    padding-left: 9px;
}

.repair-tel {
    font-size: 0.9rem;
    font-weight: 700;
}

.repair--large {
    font-size: 2rem;
    letter-spacing: 2.2px;
    color: #FDFDFD;
    font-weight: 500;
}

.manufacturing_title {
    background: linear-gradient(180deg, #131111 32.5%, #222 70.5%, #555 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: YuMincho;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto 20px;
    height: 57px;
}

.padding-01 {
    padding: 7px 0 8px;
    margin-bottom: 50px;
}

/* ==========================
faq
============================= */
.faq {
    padding-bottom: 50px;
}

.black__title {
    background: linear-gradient(180deg, #131111 32.5%, #222 70.5%, #555 100%);
    color: #FFF;
    font-family: "Hiragino Mincho Pro";
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin-bottom: 20px;
    font-weight: 300;
}

.ls {
    letter-spacing: 6.16px;
}