@charset "UTF-8";

/* --------------------------------------------------------------------
common
-------------------------------------------------------------------- */
#mainwrap #main {
    margin-bottom: 0;
}
#main {
    overflow: hidden;
}
#main .pc_only {
    display: none;
}

/* --------------------------------------------------------------------
#hz-campaign
-------------------------------------------------------------------- */
#hz-campaign {
    margin: 0 auto;
    color: #474747;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
}
#hz-campaign h1 {
    margin: 0 auto;
}
#hz-campaign .btn {
    margin: 0 auto;
    display: inline-block;
}
#hz-campaign .btn a {
    padding: 3vw 12.5vw 3.5vw 7.5vw;
    color: #fff;
    font-size: 4vw;
    text-align: left;
    border-radius: 20vw;
    background: #ff9800;
    -webkit-box-shadow: 2px 2px 0 rgba(220, 94, 9, 0.7);
    box-shadow: 2px 2px 0 rgba(220, 94, 9, 0.7);
    display: block;
    position: relative;
}
#hz-campaign .btn a::after {
    content: "";
    margin-top: -3.5vw;
    width: 7vw;
    height: 7vw;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("../img/icon_arrow.svg");
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
}
#hz-campaign .blank {
    padding: 0;
    background: none;
}
#hz-campaign a {
    text-decoration: none;
}
#hz-campaign .simplebar-track {
    border-radius: 10px;
}
#hz-campaign .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#hz-campaign .simplebar-track .simplebar-scrollbar::before {
  background: #56b846;
}
#hz-campaign .simplebar-track.simplebar-vertical {
    width: 9px;
}
#hz-contain {
    background: url("../img/bg_tieup.png") repeat top center;
    -webkit-background-size: 561px;
    background-size: 561px;
}

/* #hz-lead
------------------------------------------------ */
#hz-lead {
    margin: 0 auto 10%;
    padding: 14% 0 18%;
    text-align: center;
    background: url("../img/bg_lead.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
#hz-lead h2 {
    margin: 0 auto 8%;
    width: 77%;
}
#hz-lead .txt {
    margin: 0 auto;
    font-size: 3.4vw;
    line-height: 2;
}
#hz-lead .txt em {
    color: #5bbee4;
    font-size: 4.4vw;
    font-weight: bold;
    line-height: 1.6;
}
#hz-lead .txt em .sz-large {
    font-size: 1.8em;
    line-height: 0.8;
}

/* #hz-present
------------------------------------------------ */
#hz-present {
    margin: 0 auto 15%;
    padding-top: 14%;
}
#hz-present .block {
    margin: 0 auto;
    padding: 9% 6% 7%;
    width: 92%;
    background: #fff;
    border-radius: 3.5vw;
    position: relative;
    -webkit-box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
    box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
}
#hz-present h2 {
    margin: -15% auto 0;
    width: 52%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#hz-present .img {
    margin: 0 auto 8%;
    width: 90%;
}
#hz-present .presentList {
    margin: 0 auto -4%;
}
#hz-present .presentList>li {
    margin: 0 auto 4%;
    font-size: 3.6vw;
}
#hz-present .presentList>li .name {
    color: #5bbee4;
    font-weight: bold;
}
#hz-present .presentList>li .attention {
    padding-left: 1em;
    font-size: 0.8em;
    text-indent: -1em;
}
#hz-present .presentList>li .sz-small {
    font-size: 0.8em;
    line-height: 1;
}

/* #hz-official
------------------------------------------------ */
#hz-official {
    margin: 0 auto 15%;
    width: 92%;
    border-radius: 3.5vw;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
    box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
}
#hz-official .inner {
    border: solid 5px #56b846;
    border-radius: 3.5vw;
    background: #fff;
}
#hz-official h2 {
    margin: 0 auto 7%;
    padding: 3.5% 3% 6%;
    position: relative;
}
#hz-official h2::before {
    content: "";
    margin: 0 -65vw;
    width: 130vw;
    height: 28vw;
    background: #56b846;
	border-radius: 65vw / 14vw;
    position: absolute;
    top: -14vw;
    left: 50%;
}
#hz-official h2 img {
    position: relative;
}
#hz-official .block {
    margin: 0 auto;
    padding: 0 6% 7%;
}
#hz-official .postBlock {
    margin: 0 auto 10%;
}
#hz-official .postBlock .catch {
    margin: 0 auto 5%;
    width: 70%;
}
#hz-official .postBlock .embedBlock {
    max-height: 300px;
    overflow: auto;
}
#hz-official .infoBlock .point {
    margin: 0 auto 4%;
    text-align: center;
    color: #56b846;
    font-size: 4.2vw;
    font-weight: bold;
}
#hz-official .infoBlock .txt {
    font-size: 3.4vw;
    line-height: 1.8;
}
#hz-official .infoBlock .profile {
    padding-top: 5%;
    font-size: 0;
}
#hz-official .infoBlock .profile .img {
    margin: 0 6% 0 3%;
    width: 21%;
    display: inline-block;
    vertical-align: middle;
}
#hz-official .infoBlock .profile .txtBlock {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
#hz-official .infoBlock .profile .name {
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 2;
}
#hz-official .infoBlock .profile .txt {
    font-size: 3.2vw;
}

/* #hz-howto
------------------------------------------------ */
#hz-howto {
    margin: 0 auto 15%;
    padding-top: 14%;
}
#hz-howto .block {
    margin: 0 auto;
    padding: 9% 6% 7%;
    width: 92%;
    background: #fff;
    border-radius: 3.5vw;
    position: relative;
    -webkit-box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
    box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
}
#hz-howto h2 {
    margin: -15% auto 0;
    width: 52%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#hz-howto .stepList {
    margin: -6% auto 0;
}
#hz-howto .stepList>li {
    padding: 6% 0;
    border-bottom: dotted 1px #56b846;
    position: relative;
}
#hz-howto .stepList>li::after {
    content: "";
    margin: 0 auto;
    width: 3vw;
    height: calc(tan(60deg) * 3vw / 2);
    background: #56b846;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    bottom: -1.5vw;
    left: 0;
    right: 0;
}
#hz-howto .stepList>li:last-child {
    border-bottom: none;
}
#hz-howto .stepList>li:last-child::after {
    display: none;
}
#hz-howto .stepList>li .step {
    margin: 0 auto 5%;
    color: #56b846;
    font-size: 4.4vw;
    font-weight: bold;
}
#hz-howto .stepList>li .step img {
    width: auto;
    height: 8vw !important;
    vertical-align: middle;
}
#hz-howto .stepList>li .attention {
    font-size: 3vw;
    line-height: 1.8;
}
#hz-howto .txt {
    font-size: 3.4vw;
    line-height: 1.8;
}

/* #hz-cpoutline
------------------------------------------------ */
#hz-cpoutline {
    margin: 0 auto 15%;
    padding-top: 14%;
}
#hz-cpoutline .block {
    margin: 0 auto;
    padding: 9% 6% 7%;
    width: 92%;
    background: #fff;
    border-radius: 3.5vw;
    position: relative;
    -webkit-box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
    box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
}
#hz-cpoutline h2 {
    margin: -15% auto 0;
    width: 52%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#hz-cpoutline .cpoutlineList>dt {
    color: #56b846;
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.8;
}
#hz-cpoutline .cpoutlineList>dd {
    margin: 0 auto 3%;
    padding-bottom: 2%;
    font-size: 3.4vw;
    line-height: 1.6;
    border-bottom: solid 1px #d1d1d1;
}
#hz-cpoutline .cpoutlineList>dd:last-child {
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: none;
}

/* #hz-rules
------------------------------------------------ */
#hz-rules {
    margin: 0 auto 16%;
    padding-top: 14%;
}
#hz-rules .block {
    margin: 0 auto;
    padding: 9% 4% 7% 6%;
    width: 92%;
    background: #fff;
    border-radius: 3.5vw;
    position: relative;
    -webkit-box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
    box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
}
#hz-rules h2 {
    margin: -15% auto 0;
    width: 52%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#hz-rules .inner {
    padding-right: 15px;
    height: 77vw;
    overflow: auto;
    position: relative;
}
#hz-rules .rulesList {
    margin-bottom: 1em;
}
#hz-rules .rulesList>li {
    padding-left: 1em;
    font-size: 3vw;
    line-height: 1.6;
    text-indent: -1em;
}
#hz-rules .hd {
    margin-top: 1em;
    font-size: 3.2vw;
    line-height: 1.6;
    font-weight: bold;
}
#hz-rules .txt {
    font-size: 3vw;
    line-height: 1.6;
}

/* #hz-btnBlock
------------------------------------------------ */
#hz-btnBlock {
    padding-bottom: 16%;
    text-align: center;
}
#hz-btnBlock .btn a {
    padding: 5vw 12.5vw 5vw 7.5vw;
    font-size: 3.7vw;
}

@media only screen and (min-width:800px){
    /* --------------------------------------------------------------------
    common
    -------------------------------------------------------------------- */
    #main .sp_only {
        display: none;
    }
    #main .pc_only {
        display: block;
    }

    /* --------------------------------------------------------------------
    #hz-campaign
    -------------------------------------------------------------------- */
    #hz-campaign h1 {
        padding-top: 42.5%;
        background: url("../img/mainimg@2x.jpg") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #hz-campaign h1 img {
        height: 0 !important;
        opacity: 0;
    }
    #hz-campaign .btn a {
        padding: 20px 72px 21px 36px;
        font-size: 25px;
        line-height: 1.3;
        border-radius: 100px;
        -webkit-box-shadow: 3px 3px 0 rgba(220, 94, 9, 0.7);
        box-shadow: 3px 3px 0 rgba(220, 94, 9, 0.7);
    }
    #hz-campaign .btn a::after {
        content: "";
        margin-top: -23px;
        width: 46px;
        height: 46px;
        top: 50%;
        right: 14px;
    }
    #hz-campaign .simplebar-track.simplebar-vertical {
        width: 11px;
    }
    #hz-contain {
        -webkit-background-size: 1920px;
        background-size: 1920px;
    }

    /* #hz-lead
    ------------------------------------------------ */
    #hz-lead {
        margin: 0 auto 70px;
        padding: 60px 0 120px;
        background: url("../img/bg_lead.png") no-repeat bottom center;
        -webkit-background-size: 1920px;
        background-size: 1920px;
    }
    #hz-lead h2 {
        margin: 0 auto 40px;
        width: 740px;
        height: 93px;
        background: url("../img/tit_lead@2x.png") no-repeat top center;
        -webkit-background-size: contain;
        background-size: contain;
    }
    #hz-lead h2 img {
        height: 0 !important;
        opacity: 0;
    }
    #hz-lead .txt {
        font-size: 20px;
    }
    #hz-lead .txt em {
        font-size: 25px;
    }
    #hz-lead .txt em .sz-large {
        font-size: 1.6em;
    }

    /* #hz-present
    ------------------------------------------------ */
    #hz-present {
        margin: 0 auto 100px;
        padding-top: 95px;
    }
    #hz-present .block {
        margin: 0 auto;
        padding: 60px 40px 50px;
        max-width: 1000px;
        font-size: 0;
        border-radius: 3.5vw;
        position: relative;
        -webkit-box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
        box-shadow: 0 5px 2px rgba(66, 142, 171, 0.3);
    }
    #hz-present h2 {
        margin: -95px auto 0;
        width: 322px;
    }
    #hz-present .img {
        margin: 0 5% 0 0;
        width: 42%;
        display: inline-block;
        vertical-align: middle;
    }
    #hz-present .presentList {
        margin: 0;
        width: 52%;
        display: inline-block;
        vertical-align: middle;
    }
    #hz-present .presentList>li {
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.4;
    }

    /* #hz-official
    ------------------------------------------------ */
    #hz-official {
        margin: 0 auto 100px;
        max-width: 1000px;
        border-radius: 30px;
        -webkit-box-shadow: 0 10px 5px rgba(66, 142, 171, 0.3);
        box-shadow: 0 10px 5px rgba(66, 142, 171, 0.3);
    }
    #hz-official .inner {
        border: solid 10px #56b846;
        border-radius: 30px;
    }
    #hz-official h2 {
        margin: 0 auto 30px;
        padding: 13px 0 30px;
        text-align: center;
    }
    #hz-official h2::before {
        content: "";
        margin: 0 -580px;
        width: 1160px;
        height: 206px;
        border-radius: 580px / 103px;
        position: absolute;
        top: -120px;
        left: 50%;
    }
    #hz-official h2 img {
        height: 43px !important;
    }
    #hz-official .block {
        padding: 0 30px 30px;
        display: flex;
        justify-content: space-between;
    }
    #hz-official .postBlock {
        margin: 0;
        width: 46%;
    }
    #hz-official .postBlock .catch {
        margin: 0 auto 10px;
        width: 347px;
    }
    #hz-official .postBlock .embedBlock {
        max-height: 330px;
    }
    #hz-official .infoBlock {
        width: 49%;
    }
    #hz-official .infoBlock .point {
        margin: 0 auto 20px;
        font-size: 24px;
        line-height: 1.6;
    }
    #hz-official .infoBlock .txt {
        font-size: 16px;
    }
    #hz-official .infoBlock .profile {
        padding-top: 15px;
        font-size: 0;
    }
    #hz-official .infoBlock .profile .img {
        margin: 0 6% 0 3%;
        width: 18%;
    }
    #hz-official .infoBlock .profile .txtBlock {
        width: 70%;
    }
    #hz-official .infoBlock .profile .name {
        font-size: 20px;
    }
    #hz-official .infoBlock .profile .txt {
        font-size: 14px;
    }

    /* #hz-howto
    ------------------------------------------------ */
    #hz-howto {
        margin: 0 auto 100px;
        padding-top: 95px;
    }
    #hz-howto .block {
        margin: 0 auto;
        padding: 60px 10px 50px;
        max-width: 1000px;
        border-radius: 30px;
        -webkit-box-shadow: 0 10px 5px rgba(66, 142, 171, 0.3);
        box-shadow: 0 10px 5px rgba(66, 142, 171, 0.3);
    }
    #hz-howto h2 {
        margin: -95px auto 0;
        width: 322px;
    }
    #hz-howto .stepList {
        margin: 0 auto 30px;
        display: flex;
        justify-content: space-between;
    }
    #hz-howto .stepList>li {
        padding: 0 3%;
        width: 33.333%;
        border-bottom: none;
        border-right: dotted 1px #56b846;
    }
    #hz-howto .stepList>li::after {
        margin-bottom: -7px;
        width: 15px;
        height: calc(tan(60deg) * 20px / 2);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        bottom: 50%;
        left: auto;
        right: -10px;
    }
    #hz-howto .stepList>li:last-child {
        border-right: none;
    }
    #hz-howto .stepList>li .step {
        margin: 0 auto 20px;
        font-size: 32px;
    }
    #hz-howto .stepList>li .step img {
        height: 50px !important;
    }
    #hz-howto .stepList>li .txt {
        text-align: left;
    }
    #hz-howto .stepList>li .attention {
        font-size: 14px;
    }
    #hz-howto .txt {
        font-size: 16px;
        text-align: center;
    }

    /* #hz-cpoutline
    ------------------------------------------------ */
    #hz-cpoutline {
        margin: 0 auto 100px;
        padding-top: 95px;
    }
    #hz-cpoutline .block {
        margin: 0 auto;
        padding: 60px 40px 50px;
        max-width: 1000px;
        border-radius: 30px;
        -webkit-box-shadow: 0 10px 5px rgba(66, 142, 171, 0.3);
        box-shadow: 0 10px 5px rgba(66, 142, 171, 0.3);
    }
    #hz-cpoutline h2 {
        margin: -95px auto 0;
        width: 322px;
    }
    #hz-cpoutline .cpoutlineList {
        margin: 0 auto;
        max-width: 740px;
        display: flex;
        flex-wrap: wrap;
    }
    #hz-cpoutline .cpoutlineList>dt {
        margin-top: -1px;
        padding: 11px 10px 9px;
        width: 25%;
        font-size: 16px;
        border-top: solid 1px #d1d1d1;
    }
    #hz-cpoutline .cpoutlineList>dd {
        margin: 0 auto;
        width: 75%;
        padding: 10px;
        font-size: 16px;
        line-height: 1.8;
        border-bottom: solid 1px #d1d1d1;
    }
    #hz-cpoutline .cpoutlineList>dt:first-child {
        padding: 11px 10px 9px;
        border-top: none;
    }
    #hz-cpoutline .cpoutlineList>dd:last-child {
        padding: 10px;
    }

    /* #hz-rules
    ------------------------------------------------ */
    #hz-rules {
        margin: 0 auto 100px;
        padding-top: 95px;
    }
    #hz-rules .block {
        margin: 0 auto;
        padding: 60px 40px 50px;
        max-width: 1000px;
        border-radius: 30px;
        -webkit-box-shadow: 0 10px 5px rgba(66, 142, 171, 0.3);
        box-shadow: 0 10px 5px rgba(66, 142, 171, 0.3);
    }
    #hz-rules h2 {
        margin: -95px auto 0;
        width: 322px;
    }
    #hz-rules .inner {
        padding-right: 15px;
        height: 295px;
    }
    #hz-rules .rulesList>li {
        font-size: 14px;
    }
    #hz-rules .hd {
        font-size: 14px;
    }
    #hz-rules .txt {
        font-size: 14px;
    }

    /* #hz-btnBlock
    ------------------------------------------------ */
    #hz-btnBlock {
        padding-bottom: 100px;
    }
    #hz-btnBlock .btn a {
        padding: 25px 82px 27px 47px;
        font-size: 28px;
    }
}