@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Kaisei+Opti&family=Oswald:wght@200..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/*
font-family: "Zen Maru Gothic", sans-serif;
font-family: "Kaisei Opti", serif;
font-family: "Oswald", sans-serif;
font-family: "Cardo", serif;
*/

/* --------------------------------------------------------------------
common
-------------------------------------------------------------------- */
#mainwrap #main {
    margin-bottom: 0;
}
#main {
    overflow: hidden;
}
#main .pc_only {
    display: none;
}

/* --------------------------------------------------------------------
#hz-tieup
-------------------------------------------------------------------- */
#hz-tieup {
    margin: 0 auto;
    color: #474747;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
}
#main #subNav {
    background: #4fb331;
    margin: 1px auto;
}
#main #subNav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#main #subNav ul li {    
    width: 50%;
    position: relative;
    margin: 2.4vw 0;    
    font-family: "Zen Maru Gothic", sans-serif;    
    font-size: 4.5vw;
    line-height: 1.2;
}
#main #subNav ul li:nth-child(odd)::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}
#main #subNav ul li:nth-child(n+3)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: -2.4vw;
}

#main #subNav ul li a,
#main #subNav ul li i,
#main #subNav ul li span {
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-style: normal;
}
#main #subNav ul li a,
#main #subNav ul li span {
    display: block;
    padding: 0.2em 0 0.8em;
    background:url(../img/ico_navarrow_sp.png) no-repeat center bottom;
    background-size: 0.77em auto;
}
#main #subNav ul li i {
    font-size: 2.8vw;
}
#main #subNav ul li b {
    background: url(../img/ico_smile.png) no-repeat right top 0.25em;
    background-size: 1.1em auto;
    height: 100%;
    display: inline-block;
    padding-right: 1.4em;
}
#main #subNav ul li.cs {
    position: relative;
}
#main #subNav ul li.cs > span {
    opacity: 0.3;
}
#main #subNav ul li.cs em {
    width: 100%;
    height: 100%;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 4.6vw;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;    
    justify-content: center;
    align-items: center;
    text-shadow: rgb(79, 179, 49) 1px 0px 0px, rgb(79, 179, 49) 0.540302px 0.841471px 0px, rgb(79, 179, 49) -0.416147px 0.909297px 0px, rgb(79, 179, 49) -0.989992px 0.14112px 0px, rgb(79, 179, 49) -0.653644px -0.756802px 0px, rgb(79, 179, 49) 0.283662px -0.958924px 0px, rgb(79, 179, 49) 0.96017px -0.279415px 0px;
}
#hz-tieup h1 {
    margin: 0 auto;
}
#hz-tieup .btn {
    margin: 0 auto;
    display: inline-block;
}
#hz-tieup .btn a {
    padding: 3vw 12.5vw 3.5vw 7.5vw;
    color: #fff;
    font-size: 4vw;
    text-align: left;
    border-radius: 20vw;
    background: #ff7900;
    -webkit-box-shadow: 2px 2px 0 rgba(255, 121, 0, 0.5);
    box-shadow: 2px 2px 0 rgba(255, 121, 0, 0.5);
    display: block;
    position: relative;
    transition: .2s;
    z-index: 1; 
}
#hz-tieup .btn span::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%;
}

#animation-container a:before,
#animation-container a:after,
#animation-container2 a:before,
#animation-container2 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 121, 0, 0.5);
  z-index: -1;
  transform: translate3d(0, 0, 0);
}
#animation-container a:before,
#animation-container2 a:before {
  animation: waveAnimation 1s ease-out infinite;
}
#animation-container a:after,
#animation-container2 a:after {
  animation: waveAnimation 1s ease-out 1s infinite;
}
@keyframes waveAnimation {
    0% {
        transform: scale(.95);
        opacity: 1
    }
    90% {
        opacity: .1
    }
    to {
        transform: scale(1.2, 1.4);
        opacity: 0
    }
}

/* #hz-lead
------------------------------------------------ */
#hz-lead {
    margin: 0 auto;
    padding: 9.81vw 4.62% 0;
    text-align: center;
    position: relative;
    background: url("../img/bg_tieup_sp.png") no-repeat top center;
    background-size: 100% auto;
}
#hz-lead::before,
#hz-lead::after,
#hz-lead h2::after,
#hz-tieuplist .h2Wrap::before {
    content: "";
    background-image: url(../img/bg_lead_parts1_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 9.62vw;
    height: 12.2vw;
    display: block;
    position: absolute;
    top: 39.8vw;
    left: 0;
}

#hz-lead h2 {
    text-align: center;
    font-family: "Kaisei Opti", serif;
    font-size: 7.4vw;
    font-weight: 700;
    margin: 0 auto 4.62vw;
    color: #fff;
    line-height: 1;    
}
#hz-lead h2 span {
    width: 90.3%;
    margin: 0.86em auto 0;
    padding: 0.4em 0;
    display: block;
    background-color: #fff;
    color: #008ec4;
    font-size: 4.25vw;
    text-align: center;
    border-radius: 0.4em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;    
    line-height: 1;
}

#hz-lead h2::after,
#hz-tieuplist .h2Wrap::before {
    background-image: url(../img/bg_lead_parts2.png);
    width: 7.59vw;
    height: 8.7vw;
    top: 17.12vw;
    left: inherit;
    right: 1%;
}
#hz-lead .txt {
    margin: 0 auto 8%;
    color: #fff;
    font-size: 4.25vw;
    line-height: 1.7;
    position: relative;
}
#hz-lead .imgList {
    margin: 0 auto 6%;
    width: 96.9%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
#hz-lead .imgList > li {
    margin: 0 auto;
    width: 30%;
}
#hz-lead .imgList > li:nth-child(4) {
    margin-right: 35%;
    position: relative;
}
#hz-lead .imgList > li:nth-child(4)::after {
    content: "";
    display: block;
    width: 87.7%;
    height: 100%;
    background: url(../img/bg_member_sp.png) no-repeat center right;
    background-size: 100% auto;
    position: absolute;
    right: -105%;
    top: 0;
}
#hz-lead .imgList > li:nth-child(n+4) {
    margin-top: 2.3em;
}
#hz-lead .imgList > li span {
    display: block;
    font-size: 3.4vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
#hz-lead .imgList > li span i {
    font-size: 2.8vw;
    font-weight: 500;
}
#hz-lead .txtBlock {
    margin: 0 auto;
    padding: 1.6em;
    width: 96.9%;
    text-align: left;

    position: relative;
    box-sizing: border-box;
    border: solid 1px #59bee4;
    border-radius: 1.25em;
}
#hz-lead .txtBlock .catch {
    margin: 0 auto 1em;
    font-size: 4vw;
    font-weight: bold;
}
#hz-lead .txtBlock .summury {
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 1.7;
    overflow: hidden;
}
#hz-lead .txtBlock .summury img.sp_only {
    width: 22.6%;
    height: auto;
    float: right;
    margin: 1em 2em 0 4em;
}

/* #hz-video
------------------------------------------------ */
#hz-video .movieBlock {
    margin: 0 auto 12.7vw;
    width: 86%;
    position: relative;
    box-sizing: border-box;
    border: solid 2px #59bee4;
    background-color: #fff;
}
#hz-video .movieBlock .ytBlock {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
#hz-video .movieBlock .ytBlock iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#hz-video .movieBlock .btn_prev {
    margin-top: -4vw;
    color: #59bee4;
    font-size: 5vw;
    line-height: 1;
    transform: scale(1, 1.8);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -6vw;
    cursor: pointer;
    text-shadow: 
       1px  1px 2px #ffffff,
      -1px  1px 2px #ffffff,
       1px -1px 2px #ffffff,
      -1px -1px 2px #ffffff;
}
#hz-video .movieBlock .btn_next {
    margin-top: -4vw;
    color: #59bee4;
    font-size: 5vw;
    transform: scale(1, 1.8);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -6vw;
    cursor: pointer;
}
#hz-video .movieBlock .dotList {
    position: absolute;
    bottom: -7vw;
    left: 0;
    right: 0;
}
#hz-video .movieBlock .dotList>li {
    margin: 2%;
    width: 3vw;
    height: 3vw;
    border: solid 1px #59bee4;
    border-radius: 5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
#hz-video .movieBlock .dotList>li.active {
    background: #59bee4;
}

/* #hz-about
------------------------------------------------ */
#hz-about {
    background-color: #ffffff;
}
/* #hz-route
------------------------------------------------ */
#hz-route {
    width: 92.12%;
    padding: 4.5em 0 50px;
    margin: 0 auto;
    max-width: 1218px;
    text-align: center;
}
#hz-route figure {
    margin-bottom: 3.12em;
}

/* #hz-tieuplist
------------------------------------------------ */
#hz-tieuplist {
    background-color: #5bbee4;
    margin: 0 auto;
    position: relative;
}
#hz-tieuplist::before,
#hz-tieuplist::after {
    content: "";
    display: block;
    background-image: url(../img/bg_collabo_top_sp.png);
    background-size: cover;
    width: 100%;
    height: 0px;
    padding-top: 3.88vw;
}
#hz-tieuplist::after {
    background-image: url(../img/bg_collabo_bottom_sp.png);
}
#hz-tieuplist .h2Wrap {
    text-align: center;
    position: relative;
    margin: 3.12em auto 3.28em;
}
#hz-tieuplist .h2Wrap h2 {
    color: #fff;
    font-size: 3.7vw;
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    line-height: 1;
}
#hz-tieuplist .h2Wrap h2 span {
    display: inline-block;
    font-size: 7.4vw;
    line-height: 1;
    margin-top: 0.2em;
    padding-right: 1.35em;
    background: url(../img/ico_smile.png) no-repeat right top 0.15em;
    background-size: 1.15em auto;    
}

#hz-tieuplist .h2Wrap::before {
    width: 10.18vw;
    height: 11.57vw;
    left: 3.7%;
    top: -2.18em;
}

#hz-tieuplist .tieupList {
    margin: 0 auto;
    width: 88.8%;
    padding: 1.56em 1.56em 3em;
    background-color: #ffffff;    
    box-sizing: border-box;
    border-radius: 1.2em;
}
#hz-tieuplist .tieupList::before,
#hz-tieuplist .tieupList::after {
    content: "";
    background-image: url(../img/bg_tieup_right_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 13.14vw;
    height: 15.9vw;
    display: block;
    position: absolute;
    right: 0;
    top: 6.87em;
}
#hz-tieuplist .tieupList::after {
    display: none;
}
#hz-tieuplist .tieupList li .ttl-wrap {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    margin-right: -2em;
}
#hz-tieuplist .tieupList li .ttl-wrap h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.8vw;
    position: relative;
    font-weight: 700;
    background: linear-gradient(28deg, #c5d72d 0%, #56b846 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
#hz-tieuplist .tieupList li .ttl-wrap h3 em {
    font-size: 5.5vw;
    display: block;
}
#hz-tieuplist .tieupList li .ttl-wrap h3 em i {
    letter-spacing: -0.05em;
}
#hz-tieuplist .tieupList li .ttl-wrap p {
    width: 6.5em;
    height: 6.5em;
    padding-top: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-family: "Cardo", serif;
    font-size: 2.4vw;
    border-radius: 50%;
    background-color: #49b232;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
}
#hz-tieuplist .tieupList li:nth-child(2) .ttl-wrap p {
    background-color: #c5d72d;
}
#hz-tieuplist .tieupList li .ttl-wrap p b {
    font-size: 8.4vw;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
}
#hz-tieuplist .tieupInner {
    width: 83.33%;
    margin: 0 auto;
}
#hz-tieuplist .tieupList > li .img {
    width: 85.6%;
    margin: 1.87em auto;
}
#hz-tieuplist .tieupList > li .txt {
    font-size: 3.4vw;
    margin-bottom: 1.5em;
}
#hz-tieuplist .tieupList > li .txtBlock .day {
    font-size: 3.4vw;    
    padding-top: 1.5em;
    border-top: solid 1px #7d7d7d;
    margin-bottom: 1.5em;
}
#hz-tieuplist .tieupList > li .txtBlock .day span {
    text-indent: -0.5em;    
    display: inline-block;
}
#hz-tieuplist .tieupList > li .txtBlock .attentionList {
    font-size: 2.8vw;
    text-indent: -1em;
    margin-left: 1em;
}
#hz-tieuplist .tieupList > li + li {
        margin-top: 2.65em;
}
#hz-tieuplist .tieupList .cs {
    text-align: center;
    padding: 3em 0 1em;
}
#hz-tieuplist .tieupList .cs img {
    width: 54.65%;
}

/* #hz-xcampaign
------------------------------------------------ */
#hz-xcampaign {
    padding-top: 4em;
}
#hz-xcampaign h2 {
    font-family: "Kaisei Opti", serif;
    font-size: 3.7vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 2.5em;
}
#hz-xcampaign h2 span {
    font-size: 7.4vw;
    display: block;
    margin-top: 0.2em;
}
#hz-xcampaign .xcampWrap {
    background-color: #fff;
    width: 88.8%;
    margin: 0 auto 4em;
    padding: 2em 1.56em;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 1.2em;
    text-align: center;
}
#hz-xcampaign .xcampWrap h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.1;
    color: #4fb331;
}
#hz-xcampaign .xcampWrap h3 b.l-left {
    margin-left: -0.5em;
}
#hz-xcampaign .xcampWrap h3 b.l-right {
    margin-right: -0.5em;
}
#hz-xcampaign .xcampWrap figure {
    margin-bottom: 2em;
}

/* #hz-reservation
------------------------------------------------ */
#hz-reservation,
#hz-reservation2 {
    margin: 0 auto;
    padding: 10% 2.6% 11%;
    text-align: center;
    background: #fff;
    position: relative;
}
#hz-reservation .txt {
    margin: 0 auto 6%;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
}
#hz-reservation .block img,
#hz-reservation2 .block img {
    margin: 0 auto;
}
#hz-reservation2 {
    padding: 5% 2.6%;
}


/* #hz-follow
------------------------------------------------ */
#hz-follow {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    z-index: 1;
}
#hz-follow.unfollow {
    position: absolute;
}
#hz-follow a.blank {
    padding: 27% 0 0;
    width: 20vw;
    height: 20vw;
    color: #fff;
    font-size: 3.4vw;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.3;
    background: #ff7900;
    border: solid 1px #fff;
    border-radius: 20vw;
    display: block;
}
#hz-follow .txt {
    margin: 0;
    width: 74%;
}
#hz-follow .btn {
    margin: 0;
    display: block;
}
#hz-follow .btn a {
    padding: 2vw 6.5vw 2.5vw 2.5vw;
    color: #56b846;
    font-size: 3.5vw;
    line-height: 1.2;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2vw;
}
#hz-follow .btn a::after {
    margin-top: -2vw;
    width: 4vw;
    height: 4vw;
    background: #56b846;
    right: 6%;
}


@media only screen and (min-width:601px){
    /* --------------------------------------------------------------------
    common
    -------------------------------------------------------------------- */
    #main .sp_only {
        display: none;
    }
    #main .pc_only {
        display: block;
    }
    
    /* --------------------------------------------------------------------
    #hz-tieup
    -------------------------------------------------------------------- */
    #hz-tieup h1 {
        padding-top: 44%;
        background: url("../img/mainimg@2x.jpg") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        line-height: 0;
    }
    #hz-tieup h1 img,
    #hz-route figure img {
        height: 0 !important;
        opacity: 0;
    }
    #main #subNav {
        background: #4fb331;
        padding: 15px 0;
        margin: 0 auto 1px;
    }
    #main #subNav ul {
        flex-wrap: nowrap;
        justify-content: center;
        max-width: 1012px;
        margin: 0 auto;
    }
    #main #subNav ul li {
        border-right: solid 1px #ffffff;
        width: 22%;
        margin: 0;
        font-size: 26px;
    }
    #main #subNav ul li:nth-child(1) {
        width: 29%;
        border-left: solid 1px #ffffff;
    }
    #main #subNav ul li:nth-child(4) {
        width: 27%;
    }

    #main #subNav ul li i {
        font-size: 17px;
    }
    #main #subNav ul li.cs em {
        font-size: 24px;
    }    
    #main #subNav ul li a,
    #main #subNav ul li span {
        background-image: none;
        padding: 0;
    }    
    #main #subNav ul li:nth-child(odd)::after,
    #main #subNav ul li:nth-child(n+3)::before {
        display: none;
    }
    #hz-tieup .btn a {
        padding: 20px 72px 21px 36px;
        margin-bottom: 3px;
        font-size: 25px;
        line-height: 1.3;
        border-radius: 100px;
        -webkit-box-shadow: 3px 3px 0 rgba(255, 121, 0, 0.5);
        box-shadow: 3px 3px 0 rgba(255, 121, 0, 0.5);
    }
    #hz-tieup .btn a span::after {
        content: "";
        margin-top: -23px;
        width: 46px;
        height: 46px;
        top: 50%;
        right: 14px;
    }


    /* #hz-lead
    ------------------------------------------------ */
    #hz-lead {
        margin: 0 auto;
        padding: 90px 0 0;
        background-position: center top;
        background-size: 2800px auto;
        background-image: url(../img/bg_tieup.png);
    }
    #hz-lead::before {
        background-image: url(../img/bg_lead_parts1.png);
        width: 188px;
        height: 165px;
        top: 175px;
    }
    #hz-lead::after {
    background-image: url(../img/bg_lead_parts3.png);
    width: 164px;
    height: 185px;
    left: inherit;
    top: 726px;
    right: 0;
}
    #hz-lead h2 {
        width: auto;
        margin: 0 auto 18px;
        font-size: 56px;
        line-height: 1.2;
        font-weight: 500;
    }
    #hz-lead h2 span {
        max-width: 618px;
        font-size: 24px;
        border-radius: 0.8em;
        padding: 0.75em 0;
        margin-top: 1.25em;
    }
    
    #hz-lead h2::after,
    #hz-tieuplist .h2Wrap::before {
        width: 82px;
        height: 94px;
        right: inherit;
        top: 170px;
        left: 50%;
        margin-left:500px;
    }
    #hz-lead .txt {
        margin: 0 auto 60px;
        font-size: 20px;
    }
    #hz-lead .imgList {
        margin: 0 auto 45px;
        width: 100%;
        max-width: 1010px;
        justify-content: flex-start;
        position: relative;
    }
    #hz-lead .imgList > li span {
        font-size: 19px;
    }
    #hz-lead .imgList > li span i {
        font-size: 14px;
    }
    #hz-lead .imgList::before,
    #hz-lead .imgList::after {
        content: "";
        display: block;
        width: 15.84%;
        height: 45.58%;
        background-image: url(../img/bg_member01.png);
        background-repeat: no-repeat;
        background-position: center top 25%;
        background-size: 100% auto;
        position: absolute;
        right: 0;
        top: 0;        
    }
    #hz-lead .imgList::after {
        width: 16.83%;
        background-image: url(../img/bg_member02.png);
        right:inherit;
        top: inherit;        
        left: 0;
        bottom: 0;
    }
    
    #hz-lead .imgList > li:nth-child(n+4) {
        margin-top: 0;
    }
    #hz-lead .imgList > li {
        margin: 0 1.98% 2.17% 0;
        width: 16.53%;
    }
    #hz-lead .imgList > li:nth-child(4) {
        margin-right: 27.32%;
    }
    #hz-lead .imgList > li:nth-child(4)::after {
        display: none;
    }
    #hz-lead .imgList > li:nth-child(5) {
        margin-left: 27.32%;
    }
    #hz-lead .imgList > li:last-child {
        margin-right: 0;
    }
    #hz-lead .txtBlock {
        margin: 0 auto;
        padding: 35px 184px 35px 48px;
        width: 100%;
        max-width: 1100px;
        background: url("../img/logo_hinatazaka46.png") no-repeat bottom 38px right 58px #fff;
        -webkit-background-size: 103px;
        background-size: 103px;
        border: solid 2px #59bee4;
        border-radius: 20px;
    }
    #hz-lead .txtBlock .catch {
        margin: 0 auto 5px;
        font-size: 24px;
    }
    #hz-lead .txtBlock .summury {
        font-size: 18px;
    }

     /* #hz-video
    ------------------------------------------------ */
    #hz-video .movieBlock {
        width: 920px;
        margin-bottom: 0;
    }
    #hz-video .movieBlock .btn_prev {
        margin-top: -30px;
        font-size: 40px;
        left: -55px;
    }
    #hz-video .movieBlock .btn_next {
        margin-top: -30px;
        font-size: 40px;
        right: -55px;
    }
    #hz-video .movieBlock .dotList {
        bottom: -40px;
    }
    #hz-video .movieBlock .dotList>li {
        margin: 10px;
        width: 12px;
        height: 12px;
        border-radius: 20px;
    }

    /* #hz-about
    ------------------------------------------------ */
    #hz-about {
        padding-top: 120px;
    }

    /* #hz-route
    ------------------------------------------------ */
    #hz-route {
        width: inherit;
        padding: 90px 0 50px;
        margin: 0 auto;
        max-width: 1218px;
        text-align: center;
    }
    #hz-route figure {
        background-image: url(../img/img_route@2x.png);
        background-size: cover;
        height: 0;
        padding-top: 68.3%;
        margin:0 auto 50px;
    }

    /* #hz-tieuplist
    ------------------------------------------------ */
    #hz-tieuplist {
       position: relative;
    }
    #hz-tieuplist::before,
    #hz-tieuplist::after {
        background-image: url(../img/bg_collabo_top.png);
        padding-top: 5.28vw;
    }
    #hz-tieuplist::after {
        background-image: url(../img/bg_collabo_bottom.png);
        padding-top: 3vw;
    }
    #hz-tieuplist .h2Wrap {
        width: inherit;
        margin: 0 auto;
        padding: 100px 0 80px;
        max-width: 1100px;
    }
    #hz-tieuplist .h2Wrap h2 {
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
    }
    #hz-tieuplist .h2Wrap h2 span {
        font-size: 56px;
    }
    #hz-tieuplist .h2Wrap::before {
        top: 45px;
        left: 68px;
        margin-left: 0;
    }
    #hz-tieuplist .tieupList {
        margin: 0 auto 50px;
        width: 96%;
        max-width: 1100px;        
        border-radius: 40px;
        padding: 50px 60px 100px;
    }
    #hz-tieuplist .tieupList::before,
    #hz-tieuplist .tieupList::after {
        background-image: url(../img/bg_tieup_right.png);
        width: 222px;
        height: 190px;
        right: 0;
        top: 160px;
    }
    #hz-tieuplist .tieupList::after {
        background-image: url(../img/bg_tieup_left.png);
        width: 138px;
        height: 315px;
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 660px;
        display: block;
    }
    #hz-tieuplist .tieupList li .ttl-wrap {
        gap: 0 16px;
        margin-bottom: 50px;
        margin-right: 0;
    }
    #hz-tieuplist .tieupList li .ttl-wrap p {
        font-size: 20px;
    }
    #hz-tieuplist .tieupList li .ttl-wrap p b {
        font-size: 70px;
    }
    #hz-tieuplist .tieupList li .ttl-wrap h3 {
        font-size: 30px;
        line-height: 1;
    }
    #hz-tieuplist .tieupList li .ttl-wrap h3 em {
        font-size: 46px;
        margin-top: 0.1em;
    }

    #hz-tieuplist .tieupInner {
        width: 100%;
        display: grid;
        grid-template-columns: 50.6% 41.83%;
        grid-template-rows: auto auto;
        grid-column-gap: 7.57%;
        grid-row-gap: 0px;
        grid-auto-rows: min-content;
    }
    #hz-tieuplist .tieupList > li {
        width: 100%;
    }
    #hz-tieuplist .tieupList > li .txt {
        grid-area: 1 / 1 / 2 / 3;
        font-size: 20px;
        margin-bottom: 35px;
    }    
    #hz-tieuplist .tieupList > li .txtBlock {
        grid-area: 2 / 1 / 3 / 2;
    }  
    #hz-tieuplist .tieupList > li .img {
        width: 100%;
        grid-area: 2 / 2 / 3 / 3;
        margin: 0 auto;
    }
    #hz-tieuplist .tieupList > li .txtBlock .day {
        margin: 0 auto 12px;
        padding-top: 35px;
        font-size: 20px;
    }
    #hz-tieuplist .tieupList > li .txtBlock .attentionList {
        font-size: 15px;
    }
    #hz-tieuplist .tieupList > li .txtBlock .attentionList span {
        display: inline-block;
        text-indent: 0;
    }
    #hz-tieuplist .tieupList > li + li {
        margin-top: 70px;
    }
    #hz-tieuplist .tieupList > li.cs {
        padding: 65px 0 90px;
    }
    #hz-tieuplist .tieupList .cs img {
        width: auto;
    }

    /* #hz-xcampaign
    ------------------------------------------------ */
    #hz-xcampaign {
        padding-top: 60px;
    }
    #hz-xcampaign h2 {
        font-size: 30px;
        font-weight: 500;
    }
    #hz-xcampaign h2 span {
        font-size: 56px;
    }
    #hz-xcampaign .xcampWrap {
        margin: 0 auto 120px;
        width: 96%;
        max-width: 1100px;
        border-radius: 40px;
        padding: 65px 60px 50px;
    }
    #hz-xcampaign .xcampWrap h3 {  
        font-size: 46px;
    }
    #hz-xcampaign .xcampWrap figure {
        margin-bottom: 45px;
    }

    /* #hz-reservation
    ------------------------------------------------ */
    #hz-reservation {
        padding-top: 90px;
        padding-bottom: 150px;
    }
    #hz-reservation .txt {
        margin: 0 auto 20px;
        font-size: 24px;
        max-width: 980px;
    }
    #hz-reservation2 {
        padding: 35px 0;
    }

    /* #hz-follow
    ------------------------------------------------ */
    #hz-follow {
        bottom: 20px;
        right: 20px;
    }
    #hz-follow a.blank {
        padding: 29px 0 0;
        width: 100px;
        height: 100px;
        font-size: 16px;
        background: #ff7900;
        border-radius: 100px;
    }
    #hz-follow .txt {
        margin: 0;
        width: 70%;
    }
    #hz-follow .btn {
        margin: 0;
        width: 26%;
        display: block;
    }
    #hz-follow .btn a {
        padding: 2vw 6.5vw 2.5vw 2.5vw;
        color: #56b846;
        font-size: 3.5vw;
        line-height: 1.2;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 20px;
    }
    #hz-follow .btn a::after {
        margin-top: -2vw;
        width: 4vw;
        height: 4vw;
        background: #56b846;
        right: 6%;
    }
}
@media only screen and (min-width:880px){
    /* #hz-follow
    ------------------------------------------------ */
    #hz-follow .txt {
        margin-right: 50px;
        width: 446px;
    }
    #hz-follow .btn {
        width: auto;
    }
    #hz-follow .btn a {
        padding: 20px 72px 21px 36px;
        font-size: 26px;
        line-height: 1;
        border-radius: 100px;
    }
    #hz-follow .btn a::after {
        margin-top: -23px;
        width: 46px;
        height: 46px;
        right: 14px;
    }
}
@media only screen and (min-width:1920px){

    #hz-tieuplist {
        -webkit-background-size: 100%;
        background-size: 100%;
    }
}
@media (hover: hover) {
    #main #subNav ul li a:hover {
        opacity: 0.5;
        transition: all .5s;
    }
}