.mv {
    width: 100%;
    position: relative;
    background-color: #000;
    z-index: 10;
}

.mv .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
}

small {
    font-size: 75%;
}


.intro {
    padding-bottom: 70px;
    margin-bottom: 0;
    width: 100%;
}

.intro .w1000 {
    position: relative;
}

.intro h3 {
    margin: 20px auto;
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #be9a46, #ebdd7b, #ebdd7b, #d3b245, #ebdd7b, #be9a46) 1;
    background-color: #b71c25;
    color: #fff12b;
    font-size: 25px;
    line-height: 2em;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}



.intro .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.intro .grid>div {
    background-image: linear-gradient(to right, #be9a46, #ebdd7b, #ebdd7b, #d3b245, #ebdd7b, #be9a46);
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    font-weight: 900;
}

.intro h2 {
    color: #faca5a;
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
    margin-top: 30px;
    text-shadow: 0 0 10px #000,
        0 0 10px #000;
}

.intro h2 span {
    font-size: 50px;
}

.intro h4 {
    text-shadow:
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 10px #fff,
        0px 0px 10px #fff,
        0px 0px 10px #fff,
        0px 0px 10px #fff,
        0px 0px 10px #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 70px;
    font-weight: 600;
}

.intro h4 span {
    font-family: 'Noto Sans JP', sans-serif;
}

.intro p {
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    text-align: left;
    line-height: 1.5;
}

.intro p span {
    font-size: 22px;
}

.intro p small {
    font-size: 16px;
}

.intro .w1000 img {
    position: absolute;
    width: 770px;
    bottom: -100px;
    right: -100px;
    z-index: 0;
}

.tel_info {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}

.free_dial {
    font-size: 40px;
    text-align: center;
    display: block;
}

.free_dial img {
    height: 70px;
}

.free_dial span {
    font-size: 85px;
    letter-spacing: 0.03em;
    font-weight: 900;
}

.reason .title {
    text-align: center;
}

.reason .item {
    width: 80px;
}

.reason h3 {
    font-size: 31px;
}

.reason h3 strong {
    font-size: 80px;
}

.reason h3 span {
    font-size: 46px;
}

.reason .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}


.reason .grid>div {
    background-color: #ebeaea;
    position: relative;
    padding: 20px;
}

.reason .grid>div img {
    position: absolute;
    right: 20px;
}

.reason .grid>div:first-child img {
    width: 83px;
    top: -50px;
}

.reason .grid>div:nth-child(2) img {
    width: 134px;
    top: -30px;
}

.reason .grid>div:last-child img {
    width: 116px;
    top: -40px;
}

.reason .grid span {
    color: #997a57;
    font-size: 90px;
    display: block;
}

.reason .grid h4 {
    font-size: 31px;
    line-height: 1.5;
    margin: 0.3em 0;
}

.reason .grid p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 2em;
    font-weight: 500;
}

.corp_exe {
    padding-bottom: 70px;
}

.corp_exe p {
    background-color: #997a57;
    color: #fff;
    font-size: 40px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 0.03em;
    margin: 50px 0;
}

.corp_exe ul {
    width: 850px;
    margin: 50px auto;
}

.corp_exe ul li {
    font-size: 30px;
    padding: 10px 0 20px;
    padding-left: 50px;
    border-bottom: 2px dotted #000;
    position: relative;
    margin-bottom: 30px;
}

.corp_exe ul li img {
    width: 30px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.scene {
    text-align: center;
}

.scene h3 {
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.scene .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.scene .grid>div {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.scene .grid img {
    height: 80px;
}

.scene .grid>div p {
    font-size: 28px;
    margin: 20px;
    line-height: 1.8;
}

.scene>p {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 70px;
}

.limitted .title {
    text-align: center;
    color: #fff;
}

.limitted .title img {
    width: 320px;
    display: block;
    margin: auto;
}

.limitted .title h3 {
    font-size: 60px;
    letter-spacing: 0.1em;
    margin: 30px 0;
}

.limitted .title p {
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.set>h3 {
    font-size: 48px;
    margin: 100px 0 50px;
    text-align: center;
    color: #d8bd6b;
    font-weight: 400;
}

.set>h3 span {
    font-size: 70px;
}

.set .items {
    display: flex;
    align-items: start;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 60px;
}

.set .items>a {
    order: 2;
}

.set .items>a>img {
    width: 440px;
}

.set .items>div {
    width: 520px;
    order: 1;
}


.set .items h3 {
    font-size: 27px;
    font-weight: 500;
}

.set .items h4 {
    font-size: 35px;
    text-align: center;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    margin: 0.5em 0;
    padding: 0.2em 0;
    font-weight: 600;
}

.set .items h4 small {
    font-size: 21px;
}

.set .items p {
    font-size: 19px;
    font-family: 'Noto Sans JP', sans-serif;
}


.set .items .extra {
    margin: 20px 0;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    display: flex;
    gap: 20px;
    align-items: end;
}

.set .items .extra .x {
    display: inline-block;
    position: relative;
}

.set .items .extra .x::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0);
    rotate: 10deg;
}

.set .items .extra .x::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    rotate: -10deg;
}

.set .items .extra .special {
    color: #ffff00;
}

.set .items .extra .special strong {
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 0.13em;
}

.set .items .order img {
    width: 40px;
}

.set .items a.order {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    display: flex;
    width: 300px;
    justify-content: center;
    gap: 10px;
    background-color: #b81c25;
    height: 65px;
    align-items: center;
    margin-top: 30px;
}

.set .items a {
    transition: 0.3s;
}

.set .items a:hover {
    opacity: 0.7;
}

.set .setinfo {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 100px;
}

.set .items.catalog>a>img {
    width: 650px;
}

.set .items.catalog>div {
    width: 300px;
    order: 1;
}

.set .items.catalog h3 {
    text-align: center;
    font-size: 36px;
}

.catalog_info {
    width: fit-content;
    margin: 50px auto;
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
}


.catalogflow {
    color: #fff;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    background-color: #181818;
}



.catalogflow h3 {
    font-size: 48px;
    writing-mode: vertical-rl;
}

.catalogflow h3 img {
    width: 60px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    left: 10px;
}

.catalogflow .chart>div {
    border: 1px solid #fff;
    width: 750px;
    padding: 25px 0;
    text-align: center;
    font-size: 26px !important;
    line-height: 1.8;
    font-size: 500;
    margin-bottom: 70px;
    position: relative;
}

.catalogflow .chart>div::before,
.catalogflow .chart>div::after {
    position: absolute;
    content: "";
    border: 50px transparent solid;
    left: 50%;
    transform: translateX(-50%);
}

.catalogflow .chart>div::before {
    border-top-color: #fff;
    bottom: -100px;
}

.catalogflow .chart>div::after {
    border-top-color: #181818;
    bottom: -98px;
}


.catalogflow .chart>div:last-child {
    margin: 0;
}

.catalogflow .chart>div:last-child::before,
.catalogflow .chart>div:last-child::after {
    display: none;
}

.osusume {
    margin: 70px 0;
    color: #fff;
}

.osusume h3 {
    font-size: 38px;
    text-align: center;
    ;
}

.osusume .grid {
    margin: 70px 0;
    font-size: 26px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.osusume .grid>div {
    border-left: #fff 2px dotted;
    padding: 20px 0;
    line-height: 1.8;
}

.osusume .grid>div:last-child {
    border-right: #fff 2px dotted;
}

#flow {
    padding: 70px 0;
}

#flow h3 {
    font-size: 60px;
    text-align: center;
    margin: 1em 0;
}

#flow .steps {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0 50px;
    text-align: center;
    font-size: 23px;
    position: relative;
    margin-bottom: 60px;
}

#flow .steps::before {
    content: "";
    position: absolute;
    border: 50px solid transparent;
    border-top: 30px solid #fff;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}

#flow .steps img {
    width: 70px;
    display: block;
    margin: 30px auto;
}

#flow .steps .circle {
    background-color: #997a57;
    position: absolute;
    top: -30px;
    left: 20px;
    display: flex;
    border-radius: 50%;
    width: 113px;
    aspect-ratio: 1/1;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#flow .steps .circle small {
    font-size: 19px;
    font-weight: 600;
}

#flow .steps .circle span {
    font-size: 60px;
    font-weight: 600;
    line-height: 0.8;
}


#flow .steps:last-child:before {
    display: none;
}


#flow .steps:last-child img {
    margin-bottom: 0;
}

#flow .steps:last-child>p {
    font-size: 34px;
    font-weight: 500;
    margin: 0.5em 0 1em;
}

#flow .steps .gift {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

#flow .steps .gift>div {
    padding: 0 20px;
}

#flow .steps .gift>div:first-child {
    border-right: #000 2px dotted;
}

#flow .steps .gift h4 {
    background-color: #ebeaea;
    padding: 15px;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 10px;
}


#faq {
    padding: 70px 0;
}

#faq h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
}

#faq h2 {
    font-size: 60px;
    display: flex;
    margin: 10px 0 50px;
    align-items: end;
    gap: 10px;
    justify-content: center;
}

#faq h2 img {
    width: 97px;
}


.contact_tel {
    margin: 50px 0;
}

.contact_tel h3 {
    font-size: 38px;
    color: #fff;
    width: 600px;
    margin: 20px auto;
    background-color: #060e1a;
    text-align: center;
    border-radius: 45px;
    padding: 7px 0 10px;
}

.contact_tel .fax {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.footer .f_logo {
    background-color: #ebeaea;
    padding: 30px 0;
    text-align: center;
}

.footer .f_logo img {
    width: 220px;
}

.footer .f_info {
    font-size: 20px;
    text-align: center;
    padding: 50px;
    line-height: 3;
    background-color: #060e1a;
    color: #fff;
}

.footer .f_info h3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.footer .f_info a {
    transition: 0.3s;
}

.footer .f_info a:hover {
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

    .intro {
        padding-bottom: 30px;
    }

    .intro .grid {
        margin: auto;
        grid-template-columns: repeat(2, 1fr);
    }

    .intro .grid>div {
        font-size: 13px;
    }

    .intro h2 {
        font-size: 19px;
    }

    .intro h2 span {
        font-size: 22px;
    }

    .intro h4 {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.6;
        margin-bottom: 180px;
    }

    .intro .w1000 img {
        width: 120vw;
        max-width: 500px;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .intro p {
        text-align: center;
    }

    .intro p span {
        font-size: 18px;
    }

    .intro p small {
        font-size: 13px;
    }

    .tel_info {
        font-size: 18px;
    }

    .free_dial {
        font-size: 22px;
    }

    .free_dial img {
        height: 35px;
    }

    .free_dial span {
        font-size: 43px;
    }

    .reason h3 {
        font-size: 22px;
    }

    .reason h3 span {
        font-size: 35px;
    }

    .reason h3 strong {
        font-size: 60px;
    }

    .reason .grid {
        grid-template-columns: 1fr;
    }

    .reason .grid span {
        line-height: 1;
    }

    .reason .grid>div:first-child img {
        width: 60px;
        top: 25px;
    }

    .reason .grid h4 {
        font-size: 27px;
        line-height: 1.5;
        margin: 1em 0;
    }

    .reason .grid p {
        font-size: 14px;
        margin-top: 1em;
    }

    .reason .grid>div:nth-child(2) img {
        width: 110px;
        top: 25px;
    }

    .reason .grid>div:last-child img {
        width: 95px;
        top: 25px;
    }

    .corp_exe p {
        font-size: 24px;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    .corp_exe ul {
        width: 90%;
        margin: 20px auto;
    }

    .corp_exe ul li {
        font-size: 17px;
        padding: 10px 0 20px;
        padding-left: 30px;
    }

    .corp_exe ul li img {
        width: 20px;
        left: 00px;
    }

    .scene h3 {
        font-size: 22px;
        margin-top: 30px;
    }

    .scene .grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .scene .grid>div {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .scene .grid img {
        height: 60px;
    }

    .scene .grid>div p {
        font-size: 17px;
        margin: 0;
        text-align: left;
    }

    .scene>p {
        font-size: 17px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .limitted .title img {
        width: 65%;
        max-width: 320px;
        margin-top: 40px;
    }

    .limitted .title h3 {
        font-size: 36px;
    }

    .limitted .title p {
        font-size: 14px;
        line-height: 1.8;
    }

    .set>h3 {
        font-size: 24px;
        margin: 20px 0 50px;
    }

    .set>h3 span {
        font-size: 50px;
    }

    .set .items {
        display: block;
    }

    .set .items>a>img {
        width: 100%;
        margin-bottom: 20px;
    }

    .set .items>div {
        width: 100%;
    }

    .set .items h3 {
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
    }

    .set .items h4 {
        font-size: 25px;
    }

    .set .items h4 small {
        font-size: 14px;
    }

    .set .items p {
        font-size: 15px;
    }

    .set .items a.order {
        display: none;
    }

    .set .items .extra {
        font-size: 16px;
        gap: 15px;
    }

    .set .items .extra .special strong {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.05em;
    }

    .set .setinfo {
        font-size: 15px;
        color: #fff;
    }

    .set .items.catalog>a>img {
        width: 100%;
    }

    .set .items.catalog>div {
        width: 100%;
    }

    .set .items.catalog h3 {
        font-size: 25px;
    }

    .catalog_info {
        font-size: 14px;
    }

    .catalogflow {
        padding: 60px 0;
        display: block;
        background-color: #000;
        border-top: 1px solid #181818;
    }

    .catalogflow h3 {
        font-size: 28px;
        letter-spacing: 0.1em;
        writing-mode: horizontal-tb;
        text-align: center;
    }

    .catalogflow .chart>div {
        border: 1px solid #fff;
        width: 100%;
        padding: 20px 0;
        font-size: 18px !important;
        margin-top: 30px;
        margin-bottom: 40px;
    }


    .catalogflow .chart>div::before,
    .catalogflow .chart>div::after {
        border: 25px transparent solid;
    }

    .catalogflow .chart>div::before {
        bottom: -50px;
        border-top-color: #fff;
    }

    .catalogflow .chart>div::after {
        border-top-color: #000;
        bottom: -48px;
    }

    .osusume {
        margin: 0px 0 40px;
    }

    .osusume h3 {
        font-size: 24px;
        text-align: center;
    }

    .osusume .grid {
        margin: 20px 0;
        font-size: 16px;
        text-align: center;
        display: block;
    }

    .osusume .grid>div {
        border-left: none;
        border-top: #fff 2px dotted;
        padding: 17px 0;
        line-height: 1.8;
    }

    .osusume .grid>div:last-child {
        border-right: none;
        border-bottom: #fff 2px dotted;
    }

    #flow h3 {
        font-size: 32px;
        text-align: center;
        margin: 0 0 60px;
    }

    #flow .steps .circle {
        top: -20px;
        left: 20px;
        width: 80px;
    }

    #flow .steps .circle small {
        font-size: 12px;
    }

    #flow .steps .circle span {
        font-size: 40px;
    }

    #flow .steps img {
        width: 50px;
        margin: 20px auto;
    }

    #flow .steps {
        background-color: #fff;
        padding: 10px 0 30px;
        font-size: 16px;
        margin-bottom: 40px;
    }

    #flow .steps .gift h4 {
        padding: 10px 0;
        font-size: 16px;
    }

    #faq {
        padding: 40px 0;
    }

    #faq h3 {
        font-size: 25px;
    }

    #faq h2 img {
        width: 70px;
    }

    #faq h2 {
        font-size: 42px;
    }

    .contact_tel h3 {
        font-size: 24px;
        width: 90%;
    }

    .contact_tel .fax {
        font-size: 32px;
    }

    .footer .f_logo img {
        width: 30%;
    }

    .footer .f_info {
        font-size: 15px;
        text-align: center;
        padding: 50px 0;
        line-height: 3;
        background-color: #060e1a;
        color: #fff;
    }

    .footer .f_info h3 {
        font-size: 22px;
    }

}

@media screen and (max-width:420px) {
    .intro .grid>div {
        font-size: 11px;
    }

    .intro h2 {
        font-size: 16px;
    }

    .intro h2 span {
        font-size: 19px;
    }

    .intro h4 {
        font-size: 14px;
    }

    .intro p small {
        font-size: 12px;
    }

    .tel_info {
        font-size: 16px;
    }

    .free_dial span {
        font-size: 40px;
    }

    .free_dial img {
        height: 30px;
    }

    .free_dial {
        font-size: 20px;
    }

    .reason .grid span {
        font-size: 80px;
    }

    .reason .grid h4 {
        font-size: 23px;
    }

    .reason .grid>div {
        padding: 20px 15px;
    }

    .reason .grid p {
        font-size: 13px;
    }

    .corp_exe ul li {
        font-size: 15px;
    }

    .scene .grid img {
        height: 50px;
    }

    .scene .grid>div p {
        font-size: 15px;
    }

    .scene>p {
        font-size: 15px;
    }

    .limitted .title p {
        font-size: 13px;
    }

    .set>h3 {
        font-size: 22px;
    }

    .set .items h3 {
        font-size: 15px;
    }

    .set .items h4 {
        font-size: 23px;
    }

    .set .items h4 small {
        font-size: 12px;
    }

    .set .items p {
        font-size: 13px;
    }

    .set .items .extra {
        font-size: 15px;
        gap: 10px;
    }

    .set .items .extra .special strong {
        font-size: 19px;
    }

    .set .setinfo {
        font-size: 13px;
        margin-bottom: 40px;
    }

    .catalog_info {
        font-size: 12px;
    }

    .catalogflow .chart>div {
        font-size: 16px !important;
    }

    .osusume h3 {
        font-size: 22px;
        text-align: center;
    }

    .osusume .grid {
        font-size: 14px;
    }

    #flow .steps {
        font-size: 15px;
    }

    #flow .steps:last-child>p {
        font-size: 24px;
    }

    #flow .steps .gift h4 {
        font-size: 14px;
    }

}