@media screen and (min-width: 769px), print {
  main .coupon-mv__top {
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 0;
    margin-top: 2px;
  }
  main .link-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 226px;
    min-height: 38px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    border: 1px solid #035D6D;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 8px 35px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  main .link-btn:hover {
    opacity: .8;
  }
  main .link-btn + .link-btn {
    margin-top: 13px;
  }
  main .link-btn--about {
    color: #035D6D;
  }
  main .link-btn--check {
    background: #035D6D;
    color: #fff;
  }
  main .link-btn--required {
    border-color: #9F9F9F;
    background: #9F9F9F;
    color: #fff;
  }
  .voucher {
    background: #F7F7F7;
    padding-bottom: 80px;
  }
  .voucher-top {
    background: #F3F3F3;
    border-bottom: 1px solid #DEDEDE;
    padding: 30px 0 31px;
  }
  .voucher-top__logo {
    width: 506px;
    margin: auto;
  }
  .voucher-top__logo img {
    display: block;
    width: 100%;
  }
  .voucher-top__txt {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
  }
  .voucher-intro {
    font-family: "Noto Sans JP", serif;
    padding-top: 45px;
    padding-bottom: 39px;
  }
  .voucher-intro__ttl {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    color: #035D6D;
    margin-bottom: 22px;
  }
  .voucher-intro__ctn {
    font-size: 1.6rem;
    line-height: 23px;
  }
  .voucher-intro__ctn .noted {
    font-weight: 700;
    color: #060505;
    margin-top: 25px;
  }
  .voucher-intro__ctn .noted .link {
    color: #38A3DF;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .voucher-intro__ctn .noted .link:hover {
    opacity: .8;
  }
  .voucher-art {
    border-top: 1px solid #DFDFDF;
    font-family: "Noto Sans JP", serif;
    padding-top: 40px;
  }
  .voucher-art + .voucher-art {
    margin-top: 39px;
  }
  .voucher-art__ttl {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 41px;
    margin-bottom: 29px;
  }
  .voucher-art__hotel {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (380px)[3];
        grid-template-columns: repeat(3, 380px);
    gap: 40px 30px;
  }
  .voucher-art__hotel .hotels {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voucher-art__hotel .hotels-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 218px;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .voucher-art__hotel .hotels-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voucher-art__hotel .hotels-ctn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    background: #fff;
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
    padding: 15px 15px 26px;
  }
  .voucher-art__hotel .hotels-ctn__tags {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .voucher-art__hotel .hotels-ctn__name {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .voucher-art__hotel .hotels-ctn__name dt {
    font-size: 1.8rem;
    line-height: 26px;
  }
  .voucher-art__hotel .hotels-ctn__name dd {
    font-size: 1.2rem;
    line-height: 16px;
  }
  .voucher-art__hotel .hotels-ctn__pos {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.2rem;
    line-height: 17px;
    color: #919191;
  }
  .voucher-art__hotel .hotels-ctn__des {
    border-top: 1px solid #DFDFDF;
    height: 100%;
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 21px;
    padding-top: 20px;
  }
  .voucher-art__hotel .hotels-ctn__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
  }
  .voucher-art__howto {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (368px)[3];
        grid-template-columns: repeat(3, 368px);
    gap: 48px;
    font-family: "Noto Sans JP", serif;
  }
  .voucher-art__howto .howto {
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    position: relative;
    padding: 20px 40px 30px;
  }
  .voucher-art__howto .howto:not(:nth-of-type(3n)):after {
    content: "";
    width: 16px;
    height: 21px;
    background: #035D6D;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 0;
    right: -32px;
    bottom: 0;
    margin: auto;
  }
  .voucher-art__howto .howto-num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 65px;
    height: 65px;
    background: #035D6D;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: auto;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
  }
  .voucher-art__howto .howto-ttl {
    font-weight: 700;
    font-size: 2rem;
    line-height: 29px;
    margin: 21px 0 6px;
  }
  .voucher-art__howto .howto-ttl > span {
    display: block;
  }
  .voucher-art__howto .howto-ttl > span + span {
    margin-top: 7px;
  }
  .voucher-art__howto .howto-ttl > span .color {
    color: #035D6D;
  }
  .voucher-art__howto .howto-des {
    font-size: 1.6rem;
    line-height: 19px;
  }
  .voucher-art__howto .howto-des--02 {
    margin-top: 9px;
    line-height: 22px;
  }
  .voucher-art__howto .howto-noted {
    font-size: 1.2rem;
    line-height: 17px;
  }
  .voucher-art__howto .howto-img {
    width: 124px;
    margin: 28px auto 0;
  }
  .voucher-art__howto .howto-img img {
    display: block;
    width: 100%;
  }
  .voucher-art__howto .howto-link {
    color: #035D6D;
    margin: 22px auto 0;
  }
  .voucher-art__present {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #035D6D;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 40px 40px 38px;
    margin-top: 40px;
  }
  .voucher-art__present .img {
    width: 275px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 44px;
  }
  .voucher-art__present .img img {
    display: block;
    width: 100%;
  }
  .voucher-art__present .txt {
    width: 100%;
    font-family: "Noto Sans JP", serif;
  }
  .voucher-art__present .txt .title-lg {
    font-weight: 700;
    font-size: 4.4rem;
    line-height: 1;
    color: #035D6D;
    margin-bottom: 29px;
  }
  .voucher-art__present .txt .title-md {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .voucher-art__present .txt .title-md span {
    border-bottom: 2px solid #F5C53A;
    padding-bottom: 6px;
    margin-bottom: 11px;
  }
  .voucher-art__present .txt .des {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .photo {
    background: #F7F7F7;
    padding-bottom: 100px;
  }
  .photo .coupon-mv {
    padding-top: 23px;
  }
  .photo .coupon-mv__ttl {
    margin-bottom: -8px;
  }
  .photo .link-btn {
    width: 298px;
    height: 52px;
    font-size: 1.6rem;
    margin: 117px auto 0;
  }
  .photo-row {
    width: 700px;
    padding-top: 86px;
  }
  .photo-art {
    font-family: "Noto Sans JP", serif;
  }
  .photo-art:not(:last-of-type) {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 54px;
    margin-bottom: 45px;
  }
  .photo-art__ttl {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.14;
    margin-bottom: 19px;
  }
  .photo-art__des {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .photo-art__img {
    margin-top: 36px;
  }
  .photo-art__img img {
    display: block;
    width: 100%;
  }
  .terms {
    background: #F7F7F7;
    padding-bottom: 100px;
  }
  .terms .coupon-mv {
    padding-top: 23px;
  }
  .terms .coupon-mv__ttl {
    margin-bottom: -8px;
  }
  .terms .link-btn {
    width: 298px;
    height: 52px;
    font-size: 1.6rem;
    margin: 117px auto 0;
  }
  .terms-row {
    width: 700px;
    padding-top: 86px;
  }
  .terms-art {
    font-family: "Noto Sans JP", serif;
  }
  .terms-art:not(:last-of-type) {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 54px;
    margin-bottom: 45px;
  }
  .terms-art__ttl {
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.14;
    margin-bottom: 19px;
  }
  .terms-art__des {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .terms .num_list {
    margin-top: 20px;
  }
  .terms .num_list li {
    font-size: 1.6rem;
    list-style: outside decimal;
    margin-left: 20px;
  }
  .terms .num_list li + li {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  main .link-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56.21891vw;
    min-height: 9.45274vw;
    -moz-border-radius: 248.50746vw;
         border-radius: 248.50746vw;
    border: 1px solid #035D6D;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 3.48259vw;
    line-height: 4.97512vw;
    padding: 2.23881vw 9.95025vw;
  }
  main .link-btn + .link-btn {
    margin-top: 3.23383vw;
  }
  main .link-btn--about {
    color: #035D6D;
  }
  main .link-btn--check {
    background: #035D6D;
    color: #fff;
  }
  main .link-btn--required {
    border-color: #9F9F9F;
    background: #9F9F9F;
    color: #fff;
  }
  main .coupon-mv {
    font-family: "Noto Sans JP", serif;
  }
  main .coupon-mv__ttl {
    line-height: 8.70647vw;
    text-indent: .1em;
  }
  main .coupon-mv__top {
    margin-top: 2px;
  }
  .voucher {
    background: #F7F7F7;
    padding: 0 1.24378vw 4.97512vw;
  }
  .voucher-top {
    background: #F3F3F3;
    border-bottom: 1px solid #DEDEDE;
    padding: 4.72637vw 0 4.97512vw;
  }
  .voucher-top__logo {
    width: 76.1194vw;
    margin: 0 auto 0.74627vw;
  }
  .voucher-top__logo img {
    display: block;
    width: 100%;
  }
  .voucher-top__txt {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-size: 5.97015vw;
    line-height: 8.70647vw;
    text-align: center;
  }
  .voucher-intro {
    font-family: "Noto Sans JP", serif;
    padding: 4.97512vw 0 8.70647vw;
  }
  .voucher-intro__ttl {
    font-weight: 700;
    font-size: 4.47761vw;
    line-height: 6.46766vw;
    color: #035D6D;
    margin-bottom: 5.47264vw;
  }
  .voucher-intro__ctn {
    font-size: 3.48259vw;
    line-height: 4.97512vw;
  }
  .voucher-intro__ctn .noted {
    font-weight: 700;
    color: #060505;
    margin-top: 6.21891vw;
  }
  .voucher-intro__ctn .noted .link {
    color: #38A3DF;
    text-decoration: underline;
    text-underline-offset: 0.74627vw;
  }
  .voucher-art {
    border-top: 1px solid #DFDFDF;
    font-family: "Noto Sans JP", serif;
    padding-top: 4.97512vw;
  }
  .voucher-art + .voucher-art {
    margin-top: 7.46269vw;
  }
  .voucher-art__ttl {
    font-weight: 400;
    font-size: 5.47264vw;
    line-height: 7.9602vw;
    margin-bottom: 7.9602vw;
  }
  .voucher-art__hotel .hotels {
    display: block;
  }
  .voucher-art__hotel .hotels + .hotels {
    margin-top: 3.23383vw;
  }
  .voucher-art__hotel .hotels-img {
    height: 53.9801vw;
    -moz-border-radius: 2.48756vw 2.48756vw 0 0;
         border-radius: 2.48756vw 2.48756vw 0 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .voucher-art__hotel .hotels-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voucher-art__hotel .hotels-ctn {
    background: #fff;
    -moz-border-radius: 0 0 2.48756vw 2.48756vw;
         border-radius: 0 0 2.48756vw 2.48756vw;
    padding: 3.9801vw 3.73134vw 6.21891vw;
  }
  .voucher-art__hotel .hotels-ctn__tags {
    margin-right: -1.24378vw;
  }
  .voucher-art__hotel .hotels-ctn__name {
    margin-top: 1.49254vw;
    margin-bottom: 1.49254vw;
  }
  .voucher-art__hotel .hotels-ctn__name dt {
    font-size: 4.47761vw;
    line-height: 6.46766vw;
  }
  .voucher-art__hotel .hotels-ctn__name dd {
    font-size: 2.98507vw;
    line-height: 3.9801vw;
  }
  .voucher-art__hotel .hotels-ctn__pos {
    font-size: 2.98507vw;
    line-height: 4.22886vw;
    color: #919191;
    margin-bottom: 1.49254vw;
  }
  .voucher-art__hotel .hotels-ctn__des {
    border-top: 1px solid #DFDFDF;
    font-size: 3.48259vw;
    line-height: 4.97512vw;
    margin-top: 5.22388vw;
    padding-top: 4.97512vw;
  }
  .voucher-art__hotel .hotels-ctn__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.48259vw;
  }
  .voucher-art__howto {
    font-family: "Noto Sans JP", serif;
  }
  .voucher-art__howto .howto {
    background: #fff;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    position: relative;
    padding: 4.97512vw 9.95025vw 7.46269vw;
  }
  .voucher-art__howto .howto:not(:last-of-type) {
    margin-bottom: 12.43781vw;
  }
  .voucher-art__howto .howto:not(:last-of-type):after {
    content: "";
    width: 4.97512vw;
    height: 4.22886vw;
    background: #035D6D;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8.70647vw;
    margin: auto;
  }
  .voucher-art__howto .howto-num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16.16915vw;
    height: 16.16915vw;
    background: #035D6D;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: auto;
    font-weight: 700;
    font-size: 5.97015vw;
    line-height: 1;
    color: #fff;
  }
  .voucher-art__howto .howto-ttl {
    font-weight: 700;
    font-size: 4.47761vw;
    line-height: 6.71642vw;
    margin: 5.22388vw 0 3.73134vw;
  }
  .voucher-art__howto .howto-ttl > span {
    display: block;
  }
  .voucher-art__howto .howto-ttl > span + span {
    margin-top: 1.49254vw;
  }
  .voucher-art__howto .howto-ttl > span .color {
    color: #035D6D;
  }
  .voucher-art__howto .howto-des {
    font-size: 3.9801vw;
    line-height: 4.72637vw;
  }
  .voucher-art__howto .howto-des--02 {
    font-size: 3.48259vw;
    margin-top: -1.99005vw;
  }
  .voucher-art__howto .howto-noted {
    font-size: 3.48259vw;
    line-height: 4.97512vw;
    margin-top: -2.98507vw;
  }
  .voucher-art__howto .howto-img {
    width: 70.14925vw;
    margin: 3.48259vw auto 0;
  }
  .voucher-art__howto .howto-img img {
    display: block;
    width: 100%;
  }
  .voucher-art__howto .howto-img .link-btn {
    width: 100%;
    height: 12.93532vw;
    font-size: 3.9801vw;
  }
  .voucher-art__howto .howto-link {
    color: #035D6D;
    margin: 5.97015vw auto 0;
  }
  .voucher-art__present {
    border: 1px solid #035D6D;
    -moz-border-radius: 4.97512vw;
         border-radius: 4.97512vw;
    padding: 9.95025vw 9.45274vw 8.70647vw;
    margin-top: 7.46269vw;
  }
  .voucher-art__present .img {
    width: 100%;
    height: 58.20896vw;
    margin: auto;
  }
  .voucher-art__present .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voucher-art__present .txt {
    font-family: "Noto Sans JP", serif;
    padding-top: 3.23383vw;
  }
  .voucher-art__present .txt .title-lg {
    font-weight: 700;
    font-size: 6.96517vw;
    line-height: 12.43781vw;
    color: #035D6D;
    margin-bottom: 3.48259vw;
  }
  .voucher-art__present .txt .title-md {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 700;
    font-size: 4.97512vw;
    line-height: 7.9602vw;
    padding-right: 3.73134vw;
    margin-bottom: 3.73134vw;
  }
  .voucher-art__present .txt .title-md span {
    border-bottom: 0.49751vw solid #F5C53A;
    margin-bottom: 1.49254vw;
  }
  .voucher-art__present .txt .des {
    font-size: 3.9801vw;
    line-height: 5.97015vw;
  }
  .photo {
    background: #F7F7F7;
    padding: 0 1.24378vw 20.39801vw;
  }
  .photo-row {
    padding-top: 15.42289vw;
  }
  .photo-art {
    font-family: "Noto Sans JP", serif;
  }
  .photo-art:not(:last-of-type) {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 12.93532vw;
    margin-bottom: 11.19403vw;
  }
  .photo-art__ttl {
    font-weight: 400;
    font-size: 5.47264vw;
    line-height: 1.14;
    margin-bottom: 4.22886vw;
  }
  .photo-art__des {
    font-size: 3.9801vw;
    line-height: 1.375;
  }
  .photo-art__img {
    margin-top: 8.95522vw;
  }
  .photo-art__img img {
    display: block;
    width: 100%;
  }
  .terms {
    background: #F7F7F7;
    padding: 0 1.24378vw 20.39801vw;
  }
  .terms-row {
    padding-top: 15.42289vw;
  }
  .terms-art {
    font-family: "Noto Sans JP", serif;
  }
  .terms-art:not(:last-of-type) {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 12.93532vw;
    margin-bottom: 11.19403vw;
  }
  .terms-art__ttl {
    font-weight: 400;
    font-size: 5.47264vw;
    line-height: 1.14;
    margin-bottom: 4.22886vw;
  }
  .terms-art__des {
    font-size: 3.9801vw;
    line-height: 1.375;
  }
  .terms .num_list {
    margin-top: 4.97512vw;
  }
  .terms .num_list li {
    font-size: 3.9801vw;
    list-style: outside decimal;
    margin-left: 4.97512vw;
  }
  .terms .num_list li + li {
    margin-top: 1.24378vw;
  }
}
