@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;

}

body {
    color: #333;

}

.sec1 {
    height: 580px;
}

.sec2 {
    height: 889px;
}

.sec3 {
    height: 729px;
}

footer {
    height: 462px;
}


/* --------------sec1----------------- */

.sec1_wrap {
    background-image: url(../img/zwei_img/bg_top_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 580px;
}



.sec1_image {
    background-image: url(../img/zwei_img/bg_top_image.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 0 0;
    height: 100%;
    display: flex;
    align-items: end;
}

.sec1_inner {
    width: 100%;
}

.sec1_font_wrap {
    overflow-x: hidden;
}

.sec1_text {
    font-size: 20px;
    color: #000;
    padding-left: 30px;
    text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}


.sec1_text p {
    margin: 0;
    font-family: "Noto Serif JP", system-ui;
}

.apamanshop_logo_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.apamanshop_logo {
    width: 109px;
}

/* --------------sec2----------------- */

.sec2_wrap {
    position: relative;
    height: 100%;
}

.sec2_wrap::after {
    content: "";
    background-image: url(../img/zwei_img/bg_mid.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: -4;
    background-position-x: -31rem;
    filter: blur(15px);
}

.sec2_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -2;
}

.sec2_inner {
    width: 330px;
    margin: 0 auto;
    font-size: 18px;
}

#btn_wrap {
    border: 5px solid #877A7B;
}

#btn_wrap a {
    text-decoration: none;

}

.btn1_wrap,
.btn2_wrap {
    position: relative;
}


.btn1_wrap::before {
    content: "";
    background-image: url(../img/zwei_img/bg_btn1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position-y: -60px;
}

.btn1_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
}

.btn2_wrap::before {
    content: "";
    background-image: url(../img/zwei_img/bg_btn2.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-y: -8rem;
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position-x: -3rem;
}

.btn2_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;

}

.btn_area {
    padding-top: 40px;
    font-family: "Noto Serif JP", system-ui;
}

.btn1_text,
.btn2_text {
    background-color: #877A7B;
    padding: 5px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    color: white;
    position: relative;
    font-family: "Noto Serif JP", system-ui;
}

.btn1_text::after,
.btn2_text::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 3px;
    background-color: white;
    rotate: 45deg;
    position: absolute;
    top: 14px;
    border-radius: 5px;
    right: 22px;
}


.btn1_text::before,
.btn2_text::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 3px;
    background-color: white;
    rotate: -45deg;
    position: absolute;
    top: 25px;
    border-radius: 5px;
    right: 22px;
}


.btn1_font1,
.btn2_font1 {
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.btn1_font2,
.btn2_font2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.btn2_font2 {
    gap: 5px;
}

.btn2_font2 img:first-child {
    margin-left: 5px;
}

.btn1_end,
.btn2_end {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Serif JP", system-ui;
}

.btn2_end {
    margin-bottom: 40px;
}

.discount {
    padding-bottom: 20px;
    font-size: 18px;
}

.discount_title {
    font-weight: bold;
    background-color: #877A7B;
    padding: 6px 0;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}


.discount_text {
    margin: 0;
    font-weight: 500;
}

.discount_text a {
    color: inherit;
    cursor: pointer;
}


/* --------------sec3----------------- */

.sec3_wrap {
    background-color: #D7C7BB;
    font-size: 18px;
    color: #605455;
    height: 100%;
}

.sec3_outer1 {
    background-image: url(../img/zwei_img/bg_mid_image.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 100%;
}

.sec3_outer2 {
    background-image: url(../img/zwei_img/bg_mid_image2.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: 100% 100%;
    height: 100%;
}

.sec3_inner {
    width: 330px;
    margin: 0 auto;
    padding: 36px 0;
}


.sec3_title {
    border-top: 2px solid #605455;
    border-bottom: 2px solid #605455;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}

ol {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    margin-top: 25px;
    font-weight: 600;
}

li:before {
    content: counter(item);
    counter-increment: item;
    background-color: #605455;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #D7C7BB;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
}

li span {
    background: white;
}

/* --------------footer----------------- */

.footer_wrap {
    color: white;
    background-color: #605455;
    height: 100%;
}

.footer_inner {
    width: 330px;
    margin: 0 auto;
    padding: 40px 0;
}

.footer_top {
    font-weight: bold;
    color: white;
}

.footer_title dt {
    font-size: 18px;
}

.footer_top div::after {
    content: "";
    display: block;
    background-color: white;
    width: 100%;
    height: 1px;
    margin-top: 10px;
}


.tel,
.mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;
    padding: 5px 0;
}

.tel {
    align-items: end;
}

.tel dt {
    padding-bottom: 7px;
}

.tel dd {
    font-size: 35px;
    letter-spacing: 3.8px;
    color: white;
    text-decoration: none;
    margin: 0;
}

.mail dd {
    font-size: 18px;
    margin: 0;
    letter-spacing: .5px;
}

.mail dd a,
.tel dd a{
    color: white;
    text-decoration: none;
}



.footer_bot {
    margin-top: 40px;
}

.footer_bot p:first-of-type {
    margin-top: 20px;
}

.footer_bot p:nth-of-type(2) {
    margin-top: 10px;
}

/* ---------1200px---------------- */

@media (min-width: 1200px) {

    .sec1 {
        height: 750px;
    }

    .sec2 {
        height: 532px;
    }

    .sec3 {
        height: 543px;
    }

    footer {
        height: 276px;
    }

    .sec1_wrap {
        height: 750px;
    }

    .sec1_font {
        content: url(../img/zwei_img/firstview_font_pc.png);
    }

    .sec1_image {
        background-size: 25%;
    }

    .sec1_font_wrap {
        width: 73%;
        position: relative;
        top: 5rem;
    }

    .sec1_font_wrap img {
        width: 100%;
    }

    .sec1_text {
        font-size: 30px;
        position: relative;
        top: 7.6rem;
        left: 2rem;
        width: 70%;
    }

    .apamanshop_logo {
        width: 315px;
    }

    .sec2_wrap::after {
        background-position-y: -28rem;
        background-position-x: 0;
    }

    .sec2_inner {
        width: 900px;
        padding: 60px 0;
    }

    .btn_area {
        display: flex;
        justify-content: center;
        gap: 40px;
        padding: 0;
    }

    #btn_wrap {
        width: 430px;
    }

    .btn1_wrap::before {
        background-position-y: -5.3rem;
        background-position-x: 1.1rem;
    }

    .btn2_wrap::before {
        background-position-y: -7.6rem;
        background-position-x: 0;
    }

    .btn2_font2 {
        gap: 15px;
    }

    .btn2_font2 img:first-child {
        margin-left: 15px;
    }

    .btn1_end,
    .btn2_end {
        margin: 15px 0;
    }

    .discount {
        padding: 0;
    }

    .discount_title {
        margin-top: 17px;
    }

    .sec3_inner {
        width: 900px;
        padding: 60px 0;
    }

    .sec3_outer2 {
        background-position-x: right;
    }

    li {
        font-size: 18px;
        padding-left: 40px;
        margin-top: 27px;
    }

    li::before {
        top: 4px;
    }

    .footer_wrap {
        height: 100%;
    }

    .footer_inner {
        width: 900px;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 50px 0 0 0;
    }

    .footer_top {
        width: 330px;
    }

    .footer_top div::after {
        margin-top: 15px;
    }

    .footer_top div:first-of-type::after {
        margin-top: 10px;
    }

    .footer_bot {
        margin: 0;
        width: 450px;
    }

    .footer_bot img {
        width: 74%;
    }

    .footer_bot :nth-child(2) {
        width: 90%;
    }

    .tel {
        padding: 13px 0 10px;
    }

    dl {
        margin: 0;
    }

}




/* --------------media 1900px~----------------- */


@media (min-width: 1900px) {

    .sec1 {
        height: 750px;
    }

    .sec2 {
        height: 532px;
    }

    .sec3 {
        height: 543px;
    }

    footer {
        height: 276px;
    }

    .sec1_wrap {
        height: 750px;
    }

    .sec1_font {
        content: url(../img/zwei_img/firstview_font_pc.png);
    }

    .sec1_image {
        background-size: 25%;
    }

    .sec1_font_wrap {
        width: 73%;
        position: relative;
        top: 8rem;
    }

    .sec1_font_wrap img {
        width: 100%;
    }

    .sec1_text {
        font-size: 30px;
        position: relative;
        top: 7.6rem;
        left: 4rem;
        width: 70%;
    }

    .apamanshop_logo {
        width: 315px;
    }

    .sec2_wrap::after {
        background-position-y: -28rem;
        background-position-x: 0;
    }

    .sec2_inner {
        width: 900px;
        padding: 60px 0;
    }

    .btn_area {
        display: flex;
        justify-content: center;
        gap: 40px;
        padding: 0;
    }

    #btn_wrap {
        width: 430px;
    }

    .btn1_wrap::before {
        background-position-y: -5.3rem;
        background-position-x: 1.1rem;
    }

    .btn2_wrap::before {
        background-position-y: -7.6rem;
        background-position-x: 0;
    }

    .btn2_font2 {
        gap: 15px;
    }

    .btn2_font2 img:first-child {
        margin-left: 15px;
    }

    .btn1_end,
    .btn2_end {
        margin: 15px 0;
    }

    .discount {
        padding: 0;
    }

    .discount_title {
        margin-top: 17px;
    }

    .sec3_inner {
        width: 900px;
        padding: 60px 0;
    }

    .sec3_outer2 {
        background-position-x: right;
    }

    li {
        font-size: 18px;
        padding-left: 40px;
        margin-top: 27px;
    }

    li::before {
        top: 4px;
    }

    .footer_wrap {
        height: 100%;
    }

    .footer_inner {
        width: 900px;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 50px 0 0 0;
    }

    .footer_top {
        width: 330px;
    }

    .footer_top div::after {
        margin-top: 15px;
    }

    .footer_top div:first-of-type::after {
        margin-top: 10px;
    }

    .footer_bot {
        margin: 0;
        width: 450px;
    }

    .footer_bot img {
        width: 74%;
    }

    .footer_bot :nth-child(2) {
        width: 90%;
    }

    .tel {
        padding: 13px 0 10px;
    }

    dl {
        margin: 0;
    }
}
