@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* common */
.mt-16 {
    margin-top: 16px;
}

.cv-btn {
    margin-top: 32px;
    text-align: center;
}

.cv-btn a {
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75em;
    background-color: #fb8a18;
    width: 350px;
    border-radius: 10px;
    color: #fff;
    padding: 16px 0;
}

.cv-btn span {
    margin-left: 8px;
}

.btn-wrap {
    text-align: center;
}

.btn-wrap p {
    /* font-family: 'M PLUS Rounded 1c', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.btn,
a.btn,
button.btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 50px;
}

a.btn-flat {
    overflow: hidden;
    padding: 1.5rem 6rem;
    color: #fff;
    background: #eb6100;
    border-radius: 50px;
    display: inline-block;
}

a.btn-flat span {
    position: relative;
}

a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-80%) translateY(-25px);
    transform: translateX(-80%) translateY(-25px);
    border-radius: 50%;
    background: #71B024;
}

a.btn-flat:hover:before {
    width: 400px;
    height: 400px;
    -webkit-transform: translateX(-1%) translateY(-175px);
    transform: translateX(-1%) translateY(-175px);
}


/* main */
body {
    background-image: url("/asp/25th-wholesale/2525cp/img/background.png");
    background-size: contain;
    color: #111;
}

#header {
    width: 100%;
    height:50px;
    background-color: white;
    position: fixed;
    top: -70px;
    transition: .5s;
    z-index: 9;
}

#header.is-show {
    top: 0;
}

#header a {
    position: absolute;
    left: 108px;
    top: 11px;
}

#header a img {
    width: 40%;
}

/* hero */
.hero {
    position: relative;
    background-image: url("/asp/25th-wholesale/2525cp/img/mv-icon.png");
    background-size: 750px;
    background-repeat: no-repeat;
    background-position: center 208px;
    height: 500px;
}

.hero img {
    width: 500px;
}

.hero .text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.hero .company {
    font-size: 32px;
    font-weight: 700;
}


.hero .text h1 {
    font-size: 32px;
    font-weight: 700;
    /* width: 960px;
    padding: 16px 0; */
}

.hero .ant {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0.5em;
    letter-spacing: 8px;
    text-decoration: underline;
    text-decoration-color: #71b024;
}

/* 
.hero .text .text-promise {
    font-size: 32px;
    font-weight: 400;
    position: relative;
    top: 160px;
}

.hero .text .text-anniversary {
    font-size: 24px;
    font-weight: 200;
    position: relative;
    top: 32px;
}

.hero .text .text-anniversary img {
    width: 33%;
}

.hero .company {
    font-size: 24px;
    position: relative;
    top: -24px;
    font-weight: 700;
    letter-spacing: 5px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.hero .anv {
    position: relative;
    top: -32px;
    font-size: 32px;
}

.hero .ant {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    top: 24px;
} */

/* icon */
.icon {
    margin: 112px 0 32px 0;
}

.icon .flex-box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.icon .flex-box img {
    width: 25%;
}

.icon p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
}

/* read */
.read {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    text-align: center;
}

.read > div {
    display: inline-block;
    text-align: left;
}

.read h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2em;
    text-align: center;
}

.read p {
    margin-bottom: 2em;
}

.read .promise {
    margin-right: 16px;
}

/* campaign */
.campaign {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 144px;
}

.campaign .text {
    display: inline-block;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 32px;
}

.campaign .text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.campaign .text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.75em;
}

.campaign > div {
    margin-top: 96px;
    text-align: left;
}

.campaign > p:nth-of-type(2) {
    margin-top: 2em;
}

.campaign .sec {
    background-color: #FFF;
    padding: 32px 64px;
    margin: 0 auto;
    width: 75%;
    border-radius: 10px;
    margin-top: 32px;
}

.campaign .sec .number {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -5px;
}

.campaign .sec .catch {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 4px solid #71B024;
    padding-bottom: 4px;
}

.campaign .sec .detail {
    font-size: 16px;
    margin-top: 16px;
}

.campaign .sec .detail a {
    color: #71B024;
}

.campaign .flex-box {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.campaign .flex-box div:nth-of-type(1) {
    margin-right: 8px;
}

.campaign .flex-box div:nth-of-type(2) {
    margin-left: 8px;
}

.campaign .sec .detail {
    line-height: 1.5em;
}

.campaign .text p:last-of-type {
    font-weight: 700;
}

/* campaign-detail */
/* .campaign-detail {
    padding: 5vw 0 3vw 0;
    width: 50vw;
    max-width: 1366px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}

.campaign-detail h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.campaign-detail-container {
    text-align: center;
    margin: 0 auto;
    border: #fefefe 1px;
    border-style: none solid solid;
    background-color: #fff;
}

.campaign-detail .label {
    background-color: #71B024;
    padding: 8px 0;
    color: #fff;
}

.campaign-detail .text {
    border: 0px;
    min-height: 30px;
    margin: 16px 0;
} */

/* problem */
.problem {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 128px;
}

.problem h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.problem .flex {
    display: flex;
    justify-content: center;
}

.problem .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75em;
    background-color: #FFF;
    padding: 16px 0px;
    width: 33%;
    border-radius: 10px;
    margin-top: 0px;
}

.problem .text:nth-of-type(1) {
    margin-right: 8px;
}

.problem .text:nth-of-type(2) {
    margin-left: 8px;
}

.problem .text img {
    width: 32px;
    margin-right: 8px;
}

.problem p {
    margin: 1em 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.75em;
}

/* form */
.form {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 128px 0 256px 0;
    text-align: center;
}

.form p {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.eachTextAnime span{
    opacity: 0;
}
.eachTextAnime.appeartext span{
    animation:text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

@media screen and (max-width: 1366px) {
    .hero {
        background-size: 500px;
        background-position: center 250px;
    }

    .hero .text h1 {
        font-size: 24px;
        letter-spacing: 0px;
    }

    .hero .text .text-anniversary {
        font-size: 16px;
        top: 0px;
    }

    .hero .text .text-promise {
        top: 112px;
    }

    .hero .company {
        font-size: 24px;
    }
}

.sp-br {
    display: none;
}

/* responsive */
@media screen and (max-width: 1023px) {
    .sp-br {
        display: block;
    }

    #header {
        height: 45px;
    }
    #header a {
        left: 8px;
        top: 12px;
    }
    .icon {
        margin: 16px 0 32px 0;
    }

    .icon .flex-box {
        flex-direction: column;
        align-items: center;
    }

    .icon .flex-box img {
        width: 300px;
    }

    .icon .flex-box img:nth-of-type(1) {
        margin-bottom: 16px;
    }

    .icon p {
        font-size: 16px;
        margin-top: 100px;
    }

    .campaign {
        margin-bottom: 64px;
    }

    .campaign > div {
        margin-top: 64px;
    }

    .campaign .text {
        width: 80%;
        text-align: left;
    }

    .campaign .text h2 {
        font-size: 24px;
        text-align: center;
    }

    .campaign .text p {
        font-size: 16px;
    }

    .campaign .text p:last-of-type {
        text-align: center;
        font-weight: 700;
    }

    .campaign .flex-box {
        flex-direction: column;
        align-items: center;
        width: 80%;
    }

    .campaign .sec {
        width: 100%;
        padding: 16px 16px;
        margin: 0;
        margin-bottom: 16px;
    }

    .campaign .flex-box div:nth-of-type(1) {
        margin-right: 0;
    }

    .campaign .flex-box div:nth-of-type(2) {
        margin-left: 0;
    }

    .campaign .sec .number,
    .campaign .sec .catch {
        font-size: 24px;
    }

    .campaign .sec .number {
        letter-spacing: -2px;
    }

    .problem {
        margin-top: 64px;
    }

    .problem h2 {
        font-size: 24px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .problem .flex {
        flex-direction: column;
        align-items: center;
    }

    .problem .text:nth-of-type(1) {
        margin-right: 0;
        margin: 0;
        margin-bottom: 8px;
    }

    .problem .text:nth-of-type(2) {
        margin-left: 0;
        margin: 0;
        margin-bottom: 8px;
    }

    .problem .text {
        width: 80%;
    }

    .problem p {
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .problem img {
        width: 80%;
    }

    .problem > p {
        text-align: left;
    }

    .form {
        margin: 64px 0 64px 0;
    }

    .form p {
        font-size: 24px;
    }

    .btn-wrap p {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 8px;
        font-size: 12px;
    }

    .btn, a.btn, button.btn {
        font-size: 24px;
    }

    a.btn-flat:before {
        position: initial;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        content: '';
        -webkit-transition: initial;
        transition: initial;
        -webkit-transform: initial;
        transform: initial;
        border-radius: initial;
        background: transparent;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        background-size: 330px;
    }

    .hero .text {
        width: 100%;
    }

    .hero .text h1 {
        width: 100%;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .hero .company {
        font-size: 24px;
    }

    .hero .text .ant {
        font-size: 16px;
    }

    .hero img {
        width: 100%;
    }
    .icon p {
        font-size: 16px;
        margin-top: 0;
    }
}