html body .post_free *,
html body .post_free :after,
html body .post_free :before {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box
}

html body .post_free address,
html body .post_free blockquote,
html body .post_free dl,
html body .post_free figure,
html body .post_free form,
html body .post_free iframe,
html body .post_free p,
html body .post_free pre,
html body .post_free table {
    margin: 0
}

html body .post_free ol,
html body .post_free ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html body .post_free dt {
    font-weight: 700
}

html body .post_free dd {
    margin-left: 0
}

html body .post_free hr {
    border-top-width: 1px;
    box-sizing: content-box;
    clear: both;
    color: inherit;
    height: 0;
    margin: 0;
    overflow: visible
}

html body .post_free pre {
    font-family: monospace, monospace;
    font-size: inherit
}

html body .post_free address {
    font-style: inherit
}

html body .post_free a {
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

html body .post_free abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

html body .post_free b,
html body .post_free strong {
    font-weight: bolder
}

html body .post_free code,
html body .post_free kbd,
html body .post_free samp {
    font-family: monospace, monospace;
    font-size: inherit
}

html body .post_free small {
    font-size: 80%
}

html body .post_free sub,
html body .post_free sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

html body .post_free sub {
    bottom: -.25em
}

html body .post_free sup {
    top: -.5em
}

html body .post_free embed,
html body .post_free iframe,
html body .post_free img,
html body .post_free object,
html body .post_free svg {
    vertical-align: bottom
}

html body .post_free button,
html body .post_free input,
html body .post_free optgroup,
html body .post_free select,
html body .post_free textarea {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle
}

html body .post_free [type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

html body .post_free [type=radio] {
    -webkit-appearance: radio;
    appearance: radio
}

html body .post_free [type=button],
html body .post_free [type=reset],
html body .post_free [type=submit],
html body .post_free button {
    cursor: pointer
}

html body .post_free [type=button]:disabled,
html body .post_free [type=reset]:disabled,
html body .post_free [type=submit]:disabled,
html body .post_free button:disabled {
    cursor: default
}

html body .post_free select:disabled {
    opacity: inherit
}

html body .post_free option {
    padding: 0
}

html body .post_free fieldset {
    margin: 0;
    min-width: 0;
    padding: 0
}

html body .post_free legend {
    padding: 0
}

html body .post_free progress {
    vertical-align: baseline
}

html body .post_free textarea {
    overflow: auto
}

html body .post_free [type=number]::-webkit-inner-spin-button,
html body .post_free [type=number]::-webkit-outer-spin-button {
    height: auto
}

html body .post_free [type=search] {
    outline-offset: -2px
}

html body .post_free [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

html body .post_free ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html body .post_free label[for] {
    cursor: pointer
}

html body .post_free details {
    display: block
}

html body .post_free summary {
    display: list-item
}

html body .post_free [contenteditable]:focus {
    outline: auto
}

html body .post_free table {
    border-collapse: collapse;
    border-color: inherit
}

html body .post_free caption {
    text-align: left
}

html body .post_free td,
html body .post_free th {
    padding: 0;
    vertical-align: top
}

html body .post_free th {
    font-weight: 700;
    text-align: left
}

html body .post_free .clearfix {
    display: inline-block;
    height: 1%
}

html body .post_free .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

@media screen and (min-width:980px) {
    html body .post_free .pc {
        display: block
    }

    html body .post_free .sp {
        display: none !important
    }
}

@media screen and (max-width:980px) {
    html body .post_free .sp {
        display: block
    }

    html body .post_free .pc {
        display: none !important
    }
}

html body .post_free .scroll-in {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

html body .post_free .scroll-in.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: .5s ease
}

:root {
    --text-color: #000;
    --background-color: var(--color-orange);
    --color-orange: #f05328;
    --color-white: #f8f8f8;
    --color-yellow: #efd14f;
    --color-yellow2: #ffe670;
    --color-green: #0acd9f;
    --color-blue: #3359c2;
    --block-text-color: var(--color-yellow);
    --block-hilight-color: var(--color-yellow);
    --color-navy: #1c3056;
    --max-width: 490px
}

html body .wrap .main .post_free #hugmag_taiwan {
    background-color: var(--background-color);
    color: var(--text-color);
    font-family: fot-cezanne-pron, sans-serif;
    font-style: normal;
    font-weight: 500;
    padding-top: 70px;
    transition: .5s ease
}

@media screen and (min-width:980px) {
    html body .wrap .main .post_free #hugmag_taiwan {
        padding-top: 0
    }
}

html body .wrap .main .post_free #hugmag_taiwan:has(#day1.on) {
    --background-color: var(--color-white);
    --block-text-color: var(--color-orange)
}

html body .wrap .main .post_free #hugmag_taiwan:has(#day1 .block4.on) {
    --background-color: var(--color-navy)
}

html body .wrap .main .post_free #hugmag_taiwan:has(#day1 .block4.on):has(#day2.on) {
    --background-color: var(--color-white)
}

html body .wrap .main .post_free #hugmag_taiwan:has(#day1 .block4.on):has(#day2.on):has(#day2 .block8.on) {
    --background-color: var(--color-yellow2)
}

html body .wrap .main .post_free #hugmag_taiwan:has(#day1 .block4.on):has(#day2.on):has(#day2 .block19.on) {
    --background-color: var(--color-white)
}

html body .wrap .main .post_free #hugmag_taiwan:has(#day1 .block4.on):has(#day2.on):has(#day2 .block19.on):has(#outro.on) {
    --background-color: var(--color-blue)
}

html body .wrap .main .post_free #hugmag_taiwan:has(#day1 .block4.on):has(#day2.on):has(#day2 .block19.on):has(#outro.on) #day3 .day-matome {
    color: var(--color-green) !important
}

html body .wrap .main .post_free #hugmag_taiwan [data-flip-pic] {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan [data-flip-pic]>* {
    opacity: 0
}

html body .wrap .main .post_free #hugmag_taiwan [data-flip-pic]>:nth-child(n+2) {
    left: 0;
    position: absolute;
    top: 0
}

html body .wrap .main .post_free #hugmag_taiwan [data-flip-pic]>.show {
    opacity: 1
}

html body .wrap .main .post_free #hugmag_taiwan #intro,
html body .wrap .main .post_free #hugmag_taiwan #main-visual,
html body .wrap .main .post_free #hugmag_taiwan #outro,
html body .wrap .main .post_free #hugmag_taiwan #section0,
html body .wrap .main .post_free #hugmag_taiwan .section {
    margin-inline: auto;
    max-width: var(--max-width)
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual {
    --text-color: var(--color-yellow);
    aspect-ratio: 750/1110;
    overflow: hidden;
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .title {
    color: var(--text-color);
    font-family: aptly, sans-serif;
    font-size: 11.0666666667vw;
    font-style: normal;
    font-weight: 500;
    left: 0;
    line-height: 1.0481927711;
    margin-inline: auto;
    margin-top: 86%;
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 5
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #main-visual .title {
        font-size: 54.2266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .title span {
    background-color: var(--color-yellow);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground {
    aspect-ratio: 750/1110;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img {
    left: 0;
    position: absolute;
    top: 0
}

@-webkit-keyframes bg {
    0% {
        translate: -100% 0
    }

    to {
        translate: 394.7368421053% 0
    }
}

@keyframes bg {
    0% {
        translate: -100% 0
    }

    to {
        translate: 394.7368421053% 0
    }
}

@-webkit-keyframes bg2 {
    0% {
        translate: 16.4473684211% 0
    }

    76.4% {
        translate: 394.7368421053% 0
    }

    76.41% {
        translate: -100% 0
    }

    to {
        translate: 16.4473684211% 0
    }
}

@keyframes bg2 {
    0% {
        translate: 16.4473684211% 0
    }

    76.4% {
        translate: 394.7368421053% 0
    }

    76.41% {
        translate: -100% 0
    }

    to {
        translate: 16.4473684211% 0
    }
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.still,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.still {
    -webkit-animation: none;
    animation: none;
    translate: 0 0;
    z-index: 10
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg1,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 32s;
    animation-duration: 32s;
    -webkit-animation-name: bg2;
    animation-name: bg2;
    width: 47.3333333333%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg2,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 31s;
    animation-duration: 31s;
    margin-top: 6.5333333333%;
    width: 42.6666666667%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg3,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg3 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-duration: 27s;
    animation-duration: 27s;
    width: 87.2%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg4,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg4 {
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    -webkit-animation-duration: 28s;
    animation-duration: 28s;
    margin-top: 6.6666666667%;
    width: 61.3333333333%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg5,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 21s;
    animation-duration: 21s;
    margin-top: 40.8%;
    width: 68%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg6,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg6 {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    margin-top: 42.9333333333%;
    width: 41.7333333333%;
    z-index: 3
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg7,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg7 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 29s;
    animation-duration: 29s;
    margin-top: 61.4666666667%;
    width: 40.5333333333%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg8,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg8 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-name: bg2;
    animation-name: bg2;
    margin-top: 45.0666666667%;
    width: 50.2666666667%;
    z-index: 3
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg9,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg9 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 28s;
    animation-duration: 28s;
    -webkit-animation-name: bg2;
    animation-name: bg2;
    margin-top: 70%;
    width: 71.0666666667%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg10,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg10 {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    margin-top: 118%;
    width: 47.3333333333%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg11,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg11 {
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
    -webkit-animation-duration: 24.5s;
    animation-duration: 24.5s;
    margin-top: 91.8666666667%;
    width: 50.2666666667%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg12,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg12 {
    -webkit-animation-delay: 17s;
    animation-delay: 17s;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    margin-top: 94.8%;
    width: 83.3333333333%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg13,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg13 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 33s;
    animation-duration: 33s;
    margin-top: 113.6%;
    width: 42.6666666667%;
    z-index: 3
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img.bg14,
html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.bg14 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-name: bg2;
    animation-name: bg2;
    margin-top: 123.4666666667%;
    width: 47.3333333333%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background {
    opacity: 0;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .background .img {
    -webkit-animation: bg 10s linear 0s infinite;
    animation: bg 10s linear 0s infinite;
    translate: -100% 0
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img {
    opacity: 0
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.still1 {
    margin-left: 61.7333333333%;
    margin-top: 108.5333333333%;
    translate: 0 10px;
    width: 16.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.still2 {
    margin-left: 75.7333333333%;
    margin-top: 37.7333333333%;
    translate: 0 10px;
    width: 19.6%
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.still3 {
    margin-left: 11.7333333333%;
    margin-top: 15.0666666667%;
    translate: 0 10px;
    width: 36.5333333333%
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.still4 {
    margin-left: .4%;
    margin-top: 58.8%;
    translate: 0 10px;
    width: 43.8666666667%
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.still5 {
    margin-top: 50.6666666667%;
    margin-inline: auto;
    right: 0;
    rotate: y 180deg;
    width: 17.3333333333%
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual .frontground .img.still6 {
    left: auto;
    margin-top: 70.6666666667%;
    right: 0;
    translate: 0 10px;
    width: 39.8666666667%
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .title span {
    background-color: transparent;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: background-color .6s ease 1.6s, -webkit-clip-path 1s ease .5s;
    transition: clip-path 1s ease .5s, background-color .6s ease 1.6s;
    transition: clip-path 1s ease .5s, background-color .6s ease 1.6s, -webkit-clip-path 1s ease .5s
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .title span:nth-child(2) {
    transition-delay: 1s, 2s
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .background,
html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .frontground .img {
    opacity: 1;
    transition: 2s ease 2s
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .frontground .img.still1 {
    opacity: 1;
    transition: .5s ease 1s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .frontground .img.still2 {
    opacity: 1;
    transition: .5s ease 1.3s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .frontground .img.still3 {
    opacity: 1;
    transition: .5s ease 1.5s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .frontground .img.still4 {
    opacity: 1;
    transition: .5s ease 1.1s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .frontground .img.still5 {
    opacity: 1;
    rotate: 0deg;
    transition: .5s ease
}

html body .wrap .main .post_free #hugmag_taiwan #main-visual.show .frontground .img.still6 {
    opacity: 1;
    transition: .5s ease 1.7s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan #intro {
    color: var(--color-yellow);
    margin-inline: auto;
    margin-top: 5.3333333333%;
    width: 88%
}

html body .wrap .main .post_free #hugmag_taiwan #intro h1 {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4761904762
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #intro h1 {
        font-size: 27.44px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #intro .date {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #intro .date {
        font-size: 13.0666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #intro .lead {
    font-size: 3.6vw;
    line-height: 1.8518518519;
    margin-top: 2.6666666667%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #intro .lead {
        font-size: 17.64px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .role {
    margin-inline: auto;
    opacity: 1;
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    width: 76.9333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .role .role-head {
    position: relative;
    width: 103.2928942808%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .role .role-content {
    margin-top: -2.5996533795%;
    overflow: hidden;
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .role .role-content .role-inner {
    background-color: var(--color-white);
    translate: 0 -100%
}

html body .wrap .main .post_free #hugmag_taiwan .role.show {
    opacity: 1;
    transition: .2s ease 0s
}

html body .wrap .main .post_free #hugmag_taiwan .role.show .role-content .role-inner {
    transition: 1s ease .5s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan #rules {
    margin-top: 8%
}

html body .wrap .main .post_free #hugmag_taiwan #rules .rules-head {
    color: var(--color-yellow);
    font-family: fot-udkakugoc80-pro, sans-serif;
    font-size: 5.0666666667vw;
    font-style: normal;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #rules .rules-head {
        font-size: 24.8266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #rules .role {
    margin-top: 2.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan #rules .role .role-content .role-inner {
    padding-bottom: 8%
}

html body .wrap .main .post_free #hugmag_taiwan #rules .role .role-content .role-inner .rule {
    padding-top: 8%
}

html body .wrap .main .post_free #hugmag_taiwan #rules .role .role-content .role-inner .rule .num {
    -webkit-text-stroke: .5px;
    color: var(--color-blue);
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 3.4666666667vw;
    font-style: normal;
    font-weight: 300;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #rules .role .role-content .role-inner .rule .num {
        font-size: 16.9866666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #rules .role .role-content .role-inner .rule h3 {
    -webkit-text-stroke: .5px;
    color: var(--color-orange);
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 4.6666666667vw;
    font-style: normal;
    font-weight: 300;
    margin-top: 2.6666666667%;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #rules .role .role-content .role-inner .rule h3 {
        font-size: 22.8666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #rules .role .role-content .role-inner .rule .rule-content {
    color: var(--color-blue);
    font-size: 3.3333333333vw;
    line-height: 1.72;
    margin-inline: auto;
    margin-top: 2.6666666667%;
    width: 76.0831889081%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #rules .role .role-content .role-inner .rule .rule-content {
        font-size: 16.3333333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #teacher {
    align-items: center;
    border-inline: 1px solid;
    color: var(--color-yellow);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-inline: auto;
    margin-top: 13.3333333333%;
    padding-inline: 25px;
    padding-top: 1.3333333333%;
    width: 76.9333333333%
}

html body .wrap .main .post_free #hugmag_taiwan #teacher .name-box {
    margin-inline: auto
}

html body .wrap .main .post_free #hugmag_taiwan #teacher .name-box .head {
    font-size: 3.6vw
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #teacher .name-box .head {
        font-size: 17.64px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #teacher .name-box .name {
    -webkit-text-stroke: .5px;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 4.6666666667vw;
    font-style: normal;
    font-weight: 300
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #teacher .name-box .name {
        font-size: 22.8666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #teacher .img {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 79.5px
}

html body .wrap .main .post_free #hugmag_taiwan #teacher .img.show {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    transition: .5s ease
}

html body .wrap .main .post_free #hugmag_taiwan #teacher .introduction {
    font-size: 3.0666666667vw;
    line-height: 1.7391304348;
    margin-top: 3.4662045061%;
    width: 100%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #teacher .introduction {
        font-size: 15.0266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #teacher .introduction a:hover {
    text-decoration: underline
}

html body .wrap .main .post_free #hugmag_taiwan #family {
    margin-bottom: 13.3333333333%;
    margin-top: 14.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan #family .family-head {
    color: var(--color-yellow);
    font-family: fot-udkakugoc80-pro, sans-serif;
    font-size: 5.0666666667vw;
    font-style: normal;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #family .family-head {
        font-size: 24.8266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #family .family-box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6.4%
}

html body .wrap .main .post_free #hugmag_taiwan #family .family-box .img {
    margin-block: 4%;
    position: relative;
    width: 100%
}

html body .wrap .main .post_free #hugmag_taiwan #family .family-box .img img {
    display: block;
    margin-inline: auto;
    width: 55.6%
}

html body .wrap .main .post_free #hugmag_taiwan #family .family-box .img .name {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    color: var(--color-yellow);
    font-size: 3.6vw;
    left: 0;
    line-height: 1.5555555556;
    margin-left: 80.1333333333%;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #family .family-box .img .name {
        font-size: 17.64px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #family .instagram {
    color: var(--color-yellow);
    font-size: 3.0666666667vw;
    margin-inline: auto;
    margin-top: 5.3333333333%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #family .instagram {
        font-size: 15.0266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #family .instagram:hover {
    text-decoration: underline
}

html body .wrap .main .post_free #hugmag_taiwan .fukidashi {
    trasnform: none;
    align-items: center;
    aspect-ratio: 188/71;
    background-color: var(--color-yellow);
    display: flex;
    justify-content: center;
    margin-inline: 10px;
    opacity: 1;
    padding-block: 3.7333333333%;
    position: relative;
    scale: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 38.5333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .fukidashi.show {
    scale: 1;
    transition: .4s cubic-bezier(.37, .49, .35, 1.28)
}

html body .wrap .main .post_free #hugmag_taiwan .fukidashi span {
    -webkit-text-stroke: .5px;
    color: var(--color-orange);
    display: block;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 2.9333333333vw;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .08em;
    line-height: 1.3636363636
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .fukidashi span {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .fukidashi:after {
    aspect-ratio: 1/1;
    background-color: inherit;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    left: 0;
    margin-inline: auto;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    width: 6.2283737024%
}

html body .wrap .main .post_free #hugmag_taiwan .fukidashi.ue {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

html body .wrap .main .post_free #hugmag_taiwan .fukidashi.ue:after {
    bottom: calc(100% - 1px);
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    top: auto
}

html body .wrap .main .post_free #hugmag_taiwan .fukidashi.migi {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

html body .wrap .main .post_free #hugmag_taiwan .fukidashi.migi:after {
    bottom: auto;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: 100%;
    right: auto;
    top: 50%;
    translate: 0 -50%
}

html body .wrap .main .post_free #hugmag_taiwan #index {
    background-color: var(--color-white);
    color: var(--color-orange);
    padding-bottom: 8%;
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan #index .index-head {
    font-family: aptly, sans-serif;
    font-size: 4.6666666667vw;
    font-style: normal;
    font-weight: 400;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #index .index-head {
        font-size: 22.8666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #index h2 {
    font-family: fot-udkakugoc80-pro, sans-serif;
    font-size: 5.0666666667vw;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.1842105263;
    margin-top: 10.6666666667%;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #index h2 {
        font-size: 24.8266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #index .taiwan {
    margin-right: 9.3333333333%;
    margin-top: -3.7333333333%;
    position: absolute;
    right: 0;
    rotate: y 180deg;
    top: 0;
    width: 10.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan #index .taiwan.show {
    rotate: y 0deg;
    transition: .4s ease
}

html body .wrap .main .post_free #hugmag_taiwan #index .day {
    margin-inline: auto;
    margin-top: 10.6666666667%;
    width: 86.9333333333%
}

html body .wrap .main .post_free #hugmag_taiwan #index .day>.day-head {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

html body .wrap .main .post_free #hugmag_taiwan #index .day>.day-head:after {
    aspect-ratio: 16/22;
    background-color: var(--color-orange);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    margin-left: auto;
    margin-right: 5.2147239264%;
    width: 2.4539877301%
}

html body .wrap .main .post_free #hugmag_taiwan #index .day>.day-head .date {
    align-items: center;
    aspect-ratio: 101/58;
    background-color: var(--color-orange);
    border-radius: 5px;
    color: var(--color-yellow);
    display: flex;
    font-family: aptly, sans-serif;
    font-size: 4.6666666667vw;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    width: 16.16%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #index .day>.day-head .date {
        font-size: 22.8666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #index .day>.day-head h3 {
    -webkit-text-stroke: .5px;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 300;
    margin-left: 6.88%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #index .day>.day-head h3 {
        font-size: 23.52px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #index .day .timetable {
    border-left: 1px solid var(--color-orange);
    margin-left: 8%;
    margin-top: 6.4%;
    padding-left: 14.72%
}

html body .wrap .main .post_free #hugmag_taiwan #index .day .timetable li {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

html body .wrap .main .post_free #hugmag_taiwan #index .day .timetable li .time {
    font-family: aptly, sans-serif;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #index .day .timetable li .time {
        font-size: 18.2933333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #index .day .timetable li .time-content {
    font-size: 3.6vw;
    letter-spacing: -.025em;
    line-height: 1.7777777778;
    margin-left: 8.281573499%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #index .day .timetable li .time-content {
        font-size: 17.64px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .basic-slider {
    aspect-ratio: 750/234;
    overflow: hidden;
    width: 100%
}

html body .wrap .main .post_free #hugmag_taiwan .basic-slider .wrapper {
    -webkit-animation: slider 15s linear 0s infinite;
    animation: slider 15s linear 0s infinite;
    display: flex;
    justify-content: flex-start;
    width: 359.4666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .basic-slider .wrapper .img {
    aspect-ratio: 337/234;
    overflow: hidden;
    width: 12.5%
}

@-webkit-keyframes slider {
    0% {
        translate: 0 0
    }

    to {
        translate: -62.5% 0
    }
}

@keyframes slider {
    0% {
        translate: 0 0
    }

    to {
        translate: -62.5% 0
    }
}

html body .wrap .main .post_free #hugmag_taiwan .basic-slider.reverse .wrapper {
    -webkit-animation-name: slider2;
    animation-name: slider2;
    flex-direction: row-reverse;
    translate: -72.15% 0
}

@-webkit-keyframes slider2 {
    0% {
        translate: -72.15% 0
    }

    to {
        translate: -9.68% 0
    }
}

@keyframes slider2 {
    0% {
        translate: -72.15% 0
    }

    to {
        translate: -9.68% 0
    }
}

html body .wrap .main .post_free #hugmag_taiwan .basic-slider.three .wrapper {
    -webkit-animation: slider3 9s linear 0s infinite;
    animation: slider3 9s linear 0s infinite;
    width: 250%
}

html body .wrap .main .post_free #hugmag_taiwan .basic-slider.three .wrapper .img {
    width: 20%
}

@-webkit-keyframes slider3 {
    0% {
        translate: 0 0
    }

    to {
        translate: -60% 0
    }
}

@keyframes slider3 {
    0% {
        translate: 0 0
    }

    to {
        translate: -60% 0
    }
}

html body .wrap .main .post_free #hugmag_taiwan .basic-slider.three.reverse .wrapper {
    -webkit-animation-name: slider4;
    animation-name: slider4;
    flex-direction: row-reverse;
    translate: -60% 0
}

@-webkit-keyframes slider4 {
    0% {
        translate: -60% 0
    }

    to {
        translate: 0 0
    }
}

@keyframes slider4 {
    0% {
        translate: -60% 0
    }

    to {
        translate: 0 0
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section {
    padding-bottom: 13.3333333333%;
    padding-top: 13.3333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro {
    color: var(--block-text-color);
    opacity: 1;
    overflow: hidden;
    padding-inline: 10.1333333333%;
    position: relative;
    -webkit-transform: none;
    transform: none
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro:after,
html body .wrap .main .post_free #hugmag_taiwan .section .day-intro:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2.6755852843%
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro:before {
    background-image: linear-gradient(0deg, var(--block-text-color) 0, var(--block-text-color) 50%, var(--block-hilight-color) 50%, var(--block-hilight-color) 100%);
    left: 0;
    translate: -100% 0
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro:after {
    background-image: linear-gradient(0deg, var(--block-hilight-color) 0, var(--block-hilight-color) 50%, var(--block-text-color) 50%, var(--block-text-color) 100%);
    right: 0;
    translate: 100% 0
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro.show:after,
html body .wrap .main .post_free #hugmag_taiwan .section .day-intro.show:before {
    transition: .5s ease 1s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .day-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    padding-top: 1.6722408027%;
    -webkit-transform: none;
    transform: none
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .day-head .title {
    font-family: aptly, sans-serif;
    font-size: 2.9333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2272727273;
    width: 44%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .day-head .title {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .day-head .taiwan {
    opacity: 0;
    rotate: y 180deg;
    width: 10.3678929766%
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .day-head .num {
    font-family: aptly, sans-serif;
    font-size: 6vw;
    font-style: normal;
    font-weight: 400;
    padding-left: 3.3444816054%;
    text-align: center;
    width: 44%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .day-head .num {
        font-size: 29.4px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .day-head.show .taiwan {
    opacity: 1;
    rotate: y 0deg;
    transition: .6s ease .5s
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .text-area .day-title {
    -webkit-text-stroke: .5px;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 7.3333333333vw;
    font-style: normal;
    font-weight: 300;
    margin-top: 11.0367892977%;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .text-area .day-title {
        font-size: 35.9333333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .text-area .day-lead {
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
    margin-top: 8.3612040134%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .day-intro .text-area .day-lead {
        font-size: 18.2933333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-stickey {
    color: var(--block-text-color);
    left: 0;
    margin-inline: auto;
    margin-bottom: 5.3333333333%;
    margin-top: 26px;
    pointer-events: none;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 26px;
    width: 90%;
    z-index: 10
}

html body .wrap .main .post_free #hugmag_taiwan .section .day-stickey .num {
    align-items: center;
    aspect-ratio: 101/58;
    background-color: var(--color-white);
    border: 1px solid;
    border-radius: 5px;
    display: flex;
    font-family: aptly, sans-serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    margin-left: auto;
    width: 13.4666666667%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .day-stickey .num {
        font-size: 19.6px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block {
    color: var(--block-text-color);
    margin-bottom: 16%;
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-head {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    position: relative;
    width: 90%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-head .time {
    font-family: aptly, sans-serif;
    font-size: 4.6666666667vw;
    font-style: normal;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .block-head .time {
        font-size: 22.8666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-head .title {
    -webkit-text-stroke: .5px;
    background-image: linear-gradient(90deg, transparent 0, transparent 50%, var(--block-hilight-color) 50%, var(--block-hilight-color) 100%);
    background-position: 0 0;
    background-size: 200% 100%;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 5.0666666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .block-head .title {
        font-size: 24.8266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-head.show .title {
    background-position: -100% 0;
    transition: .4s ease 1s
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-street-num .street-name {
    color: var(--block-hilight-color);
    font-family: aptly, sans-serif;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .block-street-num .street-name {
        font-size: 18.2933333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-street-num .num {
    align-items: center;
    aspect-ratio: 1/1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--block-hilight-color);
    border-radius: 50%;
    color: var(--color-yellow2);
    display: flex;
    font-family: aptly, sans-serif;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    margin-inline: auto;
    margin-top: 1.3333333333%;
    rotate: y 180deg;
    width: 7.3333333333%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .block-street-num .num {
        font-size: 18.2933333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-street-num.show .num {
    rotate: y 0deg;
    transition: .5s ease 0s
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-main {
    margin-top: 5.3333333333%;
    margin-inline: auto;
    opacity: 1;
    width: 90%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-main.wide {
    width: 100%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-main .img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-main .img img {
    scale: 1.3
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-main.show .img {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: .8s ease-in-out 0s
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-main.show .img img {
    scale: 1;
    transition: 1s ease
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .place {
    -webkit-text-stroke: .5px;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: center
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .place .catch {
    font-size: 3.7333333333vw;
    letter-spacing: .08em;
    line-height: 1
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .place .catch {
        font-size: 18.2933333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .place .place-name {
    border: 1px solid;
    border-radius: 20px;
    font-size: 6.6666666667vw;
    letter-spacing: .08em;
    line-height: 1;
    margin-inline: auto;
    margin-top: 4%;
    padding-inline: 1.0666666667%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .place .place-name {
        font-size: 32.6666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .place .sub-title {
    -webkit-text-stroke: 0;
    color: var(--block-hilight-color);
    font-size: 2.6666666667vw;
    letter-spacing: .08em;
    line-height: 1
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .place .sub-title {
        font-size: 13.0666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-others {
    margin-top: 5.3333333333%;
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information {
    margin-inline: auto;
    padding-top: 5.3333333333%;
    width: 90%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information a {
    text-decoration: underline
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information a:hover {
    text-decoration: none
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information .text {
    font-size: 3.4666666667vw;
    letter-spacing: -.025em;
    line-height: 1.7307692308
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information .text {
        font-size: 16.9866666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information .small {
    font-size: 2.9333333333vw;
    letter-spacing: -.025em;
    line-height: 1.5909090909;
    margin-top: 1.5em
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information .small {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information .small:first-child {
    margin-top: 0
}

html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information .information {
    font-size: 3.0666666667vw;
    line-height: 1.7391304348;
    margin-top: 1.5em
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .block .block-information .information {
        font-size: 15.0266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block1 .block-others {
    margin-top: 6.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block1 .block-others .basic-slider {
    aspect-ratio: 750/260
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block1 .block-others .basic-slider .wrapper .img {
    aspect-ratio: 375/260
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block1 .block-others .fukidashi {
    margin-left: auto;
    margin-right: 4.8%;
    margin-top: -4.9333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block2 .block-others {
    margin-top: 25px;
    margin-inline: auto;
    position: relative;
    width: 50%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block2 .block-others .flip {
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block2 .block-others .fukidashi {
    bottom: 70%;
    left: 95%;
    margin: 0;
    padding-block: 7.4666666667%;
    position: absolute;
    translate: -50% 0;
    width: 77.0666666667%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others {
    opacity: 1;
    padding-top: 5.3333333333%;
    position: relative;
    -webkit-transform: none;
    transform: none
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others .fukidashi {
    left: 45%;
    margin-inline: auto;
    position: absolute;
    top: 45%;
    translate: -50% -50%;
    z-index: 3
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others .img {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others .img1 {
    -webkit-clip-path: inset(50% round 35%);
    clip-path: inset(50% round 35%);
    margin-left: 4.2666666667%;
    width: 60%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others .img2 {
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
    margin-left: 62%;
    margin-top: -15.3333333333%;
    width: 31.8666666667%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others .img3 {
    -webkit-clip-path: inset(50% round 35%);
    clip-path: inset(50% round 35%);
    margin-left: 13.2%;
    margin-top: -9.8666666667%;
    width: 80.9333333333%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others.show .img1 {
    -webkit-clip-path: inset(0 round 35%);
    clip-path: inset(0 round 35%);
    transition: .7s ease
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others.show .img2 {
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    transition: .7s ease .5s
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block3 .block-others.show .img3 {
    -webkit-clip-path: inset(0 round 35%);
    clip-path: inset(0 round 35%);
    transition: .7s ease 1s
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-main {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-main .deco {
    margin-right: -5.4814814815%;
    margin-top: 55.5555555556%;
    position: absolute;
    right: 0;
    top: 0;
    width: 27.2592592593%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 16%;
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .img2,
html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .img3 {
    width: 50%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .img4 {
    margin-top: -11.2%;
    position: relative;
    width: 63.6%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .img4 .fukidashi {
    left: 15%;
    padding-block: 5.8700209644%;
    position: absolute;
    top: 16%;
    translate: -50% 0;
    width: 60.5870020964%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .img4 img {
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .yuge1 {
    left: 0;
    margin-top: -28.4%;
    position: absolute;
    scale: .5;
    top: 0;
    width: 38.9333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .yuge1.show {
    -webkit-animation: yuge 20s linear 0s infinite alternate;
    animation: yuge 20s linear 0s infinite alternate;
    scale: 1;
    transition: 2s ease
}

@-webkit-keyframes yuge {
    0% {
        scale: 1;
        translate: 0 0
    }

    25% {
        scale: .9;
        translate: -10px 0
    }

    50% {
        scale: 1.1;
        translate: 10px 0
    }

    75% {
        scale: .975;
        translate: -5px 0
    }

    to {
        scale: 1.1;
        translate: 10px 1px
    }
}

@keyframes yuge {
    0% {
        scale: 1;
        translate: 0 0
    }

    25% {
        scale: .9;
        translate: -10px 0
    }

    50% {
        scale: 1.1;
        translate: 10px 0
    }

    75% {
        scale: .975;
        translate: -5px 0
    }

    to {
        scale: 1.1;
        translate: 10px 1px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .yuge2 {
    bottom: 0;
    margin-bottom: 4.8%;
    margin-right: 1.3333333333%;
    position: absolute;
    right: 0;
    scale: .5;
    width: 38.9333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block5 .block-others .yuge2.show {
    -webkit-animation: yuge 25s linear 0s infinite alternate;
    animation: yuge 25s linear 0s infinite alternate;
    scale: 1;
    transition: 2s ease
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block6 .block-main {
    margin-top: 8%;
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block6 .block-main .deco {
    margin-right: .7407407407%;
    margin-top: -11.8518518519%;
    position: absolute;
    right: 0;
    top: 0;
    width: 73.1851851852%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block6 .block-main .deco2 {
    left: 0;
    margin-left: .7407407407%;
    margin-top: 50.3703703704%;
    position: absolute;
    top: 0;
    width: 19.1111111111%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block6 .block-others {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block6 .block-others .img {
    margin-inline: auto;
    width: 50%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block6 .block-others .img4 {
    margin-left: auto;
    margin-right: 0;
    margin-top: -17.6%;
    position: relative;
    width: 47.6%
}

html body .wrap .main .post_free #hugmag_taiwan .section .block.block6 .block-others .img4 .fukidashi {
    bottom: 0;
    padding-block: 7.8431372549%;
    position: absolute;
    right: 100%;
    width: 80.9523809524%
}

html body .wrap .main .post_free #hugmag_taiwan .section .side-note {
    margin-bottom: 13.3333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner {
    background-color: var(--block-text-color);
    color: var(--block-hilight-color);
    padding-bottom: 7.3664825046%;
    padding-top: 7.3664825046%
}

html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .side-head {
    font-family: aptly, sans-serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .side-head {
        font-size: 19.6px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .flex-block {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-inline: auto;
    margin-top: 7.3664825046%;
    width: 85.4511970534%
}

html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .flex-block .side-title {
    -webkit-text-stroke: .5px;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 5.0666666667vw;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .08em;
    letter-spacing: .12em;
    line-height: 1.1842105263;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .flex-block .side-title {
        font-size: 24.8266666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .flex-block .left {
    width: 75.8620689655%
}

html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .flex-block .left img {
    width: 94.8863636364%
}

html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .flex-block .left .text {
    font-size: 3.2vw;
    line-height: 1.4583333333;
    margin-top: 4.3103448276%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .side-note .role-content .role-inner .flex-block .left .text {
        font-size: 15.68px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .stop-slider {
    margin-inline: auto;
    overflow: visible;
    width: 86.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .section .stop-slider .splide__track {
    overflow: visible
}

html body .wrap .main .post_free #hugmag_taiwan .section .stop-slider .splide__track .splide__list .splide__slide .img {
    margin-inline: auto;
    width: 96.1538461538%
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider {
    margin-inline: auto;
    overflow: visible;
    width: 53.6%
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track {
    overflow: visible
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide .img {
    margin-inline: auto;
    position: relative;
    width: 75.1243781095%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide .hao {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    margin-left: 70.1492537313%;
    margin-top: 20%;
    opacity: 0;
    position: absolute;
    scale: .3;
    top: 0;
    transition: .3s cubic-bezier(.25, .25, .39, 1.415);
    width: 24.6268656716%
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide:before {
    aspect-ratio: 402/402;
    background-color: var(--color-blue);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin-inline: auto;
    position: absolute;
    right: 0;
    width: calc(100% - 1px)
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide .text-area {
    color: var(--color-yellow2);
    margin-top: -5%;
    padding-bottom: 10%;
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide .text-area .item-name {
    -webkit-text-stroke: .5px;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 300;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide .text-area .item-name {
        font-size: 20.9066666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide .text-area .item-desc {
    font-size: 2.9333333333vw;
    line-height: 1.7;
    margin: 4.9751243781% auto 0;
    width: 78.1094527363%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide .text-area .item-desc {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section .item-slider .splide__track .splide__list .splide__slide.is-active .hao {
    opacity: 1;
    scale: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 {
    --block-text-color: var(--color-blue);
    --block-hilight-color: var(--color-orange)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .fukidashi {
    background-color: var(--color-orange)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .fukidashi span {
    color: var(--color-blue)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block7 .block-others .basic-slider {
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block7 .block-others .fukidashi {
    margin-left: calc(70% - 72px);
    margin-top: -17px;
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block7 .block-others .basic-slider.three.reverse {
    margin-top: -17px
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block7 .block-others2 {
    padding-top: 5.3333333333%;
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block7 .block-others2 .img1 {
    margin-inline: auto;
    width: 33.3333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block7 .block-others2 .img2 {
    left: 0;
    margin-left: 11.3333333333%;
    opacity: 0;
    position: absolute;
    scale: 1.2;
    top: 0;
    width: 32%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block7 .block-others2.show .img2 {
    opacity: 1;
    scale: 1;
    transition: .4s ease 1s
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-main {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-main .img {
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-main .title {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    color: var(--color-orange);
    font-family: ten-mincho, serif;
    font-size: 13.3333333333vw;
    font-style: normal;
    font-weight: 400;
    left: 50%;
    letter-spacing: .08em;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 2
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-main .title {
        font-size: 65.3333333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-main .en {
    bottom: 20px;
    color: var(--color-yellow2);
    font-family: aptly, sans-serif;
    font-size: 6.6666666667vw;
    font-style: normal;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-main .en {
        font-size: 32.6666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-main .en span {
    -webkit-text-stroke: .5px;
    color: var(--color-orange);
    display: block;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 3.3333333333vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-main .en span {
        font-size: 16.3333333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-others .flip .imgs {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block8 .block-others .flip .imgs img {
    margin-inline: 20px;
    width: 48.5px
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block9 {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block9 .block-others .fukidashi {
    margin-left: 3.3333333333%;
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block9 .block-others .stop-slider {
    margin-top: -5.3333333333%;
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block10 {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block10 .block-others2 {
    margin-inline: auto;
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
    width: 50%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block10 .block-others2 .fukidashi {
    bottom: 75%;
    left: 2%;
    padding-block: 7.4666666667%;
    position: absolute;
    translate: -50% 0;
    width: 77.0666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block10 .block-others2 .caption {
    font-size: 2.9333333333vw;
    margin-top: 5px;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block10 .block-others2 .caption {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .basic-slider {
    margin-top: 5.3333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .block-main {
    margin-top: 10.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .block-others {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .block-others .fukidashi {
    bottom: 0;
    left: 28.6666666667%;
    margin-bottom: 41.3333333333%;
    position: absolute;
    translate: -50% 0
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .block-others .img1 {
    margin-left: 36.8%;
    width: 60%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .block-others .img2 {
    margin-left: 10.1333333333%;
    margin-top: -11.7333333333%;
    width: 37.2%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .block-others .caption {
    bottom: 0;
    font-size: 2.9333333333vw;
    line-height: 1.5909090909;
    margin-bottom: -4.5333333333%;
    margin-right: 6.2666666667%;
    position: absolute;
    right: 0;
    width: 39.0666666667%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .block-others .caption {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block11 .block-information {
    margin-top: 2%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block12 .block-main {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block12 .block-main .hand {
    bottom: 0;
    left: 0;
    margin-bottom: -14.3703703704%;
    margin-left: -5.4814814815%;
    position: absolute;
    translate: -100% 20%;
    width: 37.7777777778%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block12 .block-main.show .hand {
    transition: .4s ease .5s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block13 {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block13 .block-others {
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block13 .block-others .yuge1 {
    left: 0;
    margin-top: -24%;
    position: absolute;
    scale: .5;
    top: 0;
    width: 37.3333333333%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block13 .block-others .yuge1.show {
    -webkit-animation: yuge 18s linear 0s infinite alternate;
    animation: yuge 18s linear 0s infinite alternate;
    scale: 1;
    transition: 2s ease
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block13 .block-others .yuge2 {
    bottom: 0;
    margin-bottom: -26.4%;
    position: absolute;
    right: 0;
    scale: .5;
    width: 37.3333333333%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block13 .block-others .yuge2.show {
    -webkit-animation: yuge 21s linear 0s infinite alternate;
    animation: yuge 21s linear 0s infinite alternate;
    scale: 1;
    transition: 2s ease
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block13 .block-others .stop-slider {
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block13 .place {
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block14 .block-others {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block14 .block-others .img {
    position: relative
}

@-webkit-keyframes rotate {
    0% {
        rotate: x 0deg
    }

    40% {
        rotate: x 1turn
    }

    to {
        rotate: x 1turn
    }
}

@keyframes rotate {
    0% {
        rotate: x 0deg
    }

    40% {
        rotate: x 1turn
    }

    to {
        rotate: x 1turn
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block14 .block-others .img img:first-child {
    -webkit-animation: rotate 2s linear 0s infinite;
    animation: rotate 2s linear 0s infinite
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block14 .block-others .img img:nth-child(2) {
    -webkit-animation: rotate 2s linear 1s infinite;
    animation: rotate 2s linear 1s infinite;
    left: 0;
    position: absolute;
    top: 0
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block15 .block-others .img1 {
    margin-left: 5.8666666667%;
    margin-top: 40px;
    width: 74%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block15 .block-others .img2 {
    margin-left: 53.0666666667%;
    margin-top: -15.8666666667%;
    position: relative;
    width: 37.7333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block15 .block-others .img2 .fukidashi {
    bottom: calc(100% + 10px);
    left: 50%;
    margin: 0;
    padding-block: 9.8939929329%;
    position: absolute;
    translate: -50% 0;
    width: 102.1201413428%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block15 .block-others .caption {
    font-size: 2.9333333333vw;
    line-height: 1.5909090909;
    margin-left: 5.8666666667%;
    margin-top: -16%;
    width: 42.9333333333%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block15 .block-others .caption {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block16 {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block16 .block-others2 {
    margin-top: 6.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block16 .block-others2 p {
    -webkit-text-stroke: .5px;
    color: var(--color-orange);
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 300;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block16 .block-others2 p {
        font-size: 18.2933333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block16 .block-others2 .flip {
    margin-inline: auto;
    margin-top: 1.3333333333%;
    width: 58%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block17 {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block17 .block-others .fukidashi {
    margin: 0 0 0 57.6%;
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block17 .block-others .stop-slider {
    margin-top: -20px;
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block18 {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block18 .block-others2 {
    margin-inline: auto;
    margin-top: 40px;
    position: relative;
    width: 50%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block18 .block-others2 .fukidashi {
    bottom: 70%;
    left: 3%;
    margin: 0;
    padding-block: 7.4666666667%;
    position: absolute;
    translate: -50% 0;
    width: 77.0666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block19 .block-others {
    margin-inline: auto;
    margin-top: 30px;
    position: relative;
    width: 74%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block19 .block-others .fukidashi {
    bottom: 80%;
    left: 80%;
    margin: 0;
    padding-block: 5.045045045%;
    position: absolute;
    translate: -50% 0;
    width: 52.0720720721%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block19 .block-others .flip {
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block19 .block-others2 {
    display: flex;
    justify-content: space-between;
    margin-top: 8%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day2 .block.block19 .block-others2 .img {
    width: 50%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 {
    --block-text-color: var(--color-green);
    --block-hilight-color: var(--color-blue)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .fukidashi {
    background-color: var(--color-blue)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .fukidashi span {
    color: var(--color-green)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others .img1,
html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others .img2 {
    margin-bottom: 1.6%;
    margin-left: 48.5333333333%;
    position: relative;
    transition: 1s ease;
    width: 46.8%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others .img1 {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others .img2 {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition-delay: .5s
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others .img3 {
    left: 0;
    margin-top: 23.7333333333%;
    position: absolute;
    top: 0;
    width: 56.5333333333%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others .fukidashi {
    left: 24.5333333333%;
    margin: 0;
    position: absolute;
    top: 0;
    translate: -50% 0
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others.show .img1,
html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block20 .block-others.show .img2 {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .play-wrapper {
    aspect-ratio: 750/600;
    position: relative;
    width: 100%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .play-wrapper .img,
html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .play-wrapper .text {
    left: 0;
    position: absolute;
    top: 0
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .play-wrapper .img1 {
    -webkit-animation: img1 21s linear 0s infinite;
    animation: img1 21s linear 0s infinite;
    width: 44%;
    z-index: 4
}

@-webkit-keyframes img1 {
    0% {
        rotate: 0deg;
        translate: 0 88%
    }

    10% {
        rotate: 35deg;
        translate: 46% 119%
    }

    25% {
        rotate: 80deg;
        translate: 126% 67%
    }

    40% {
        rotate: 152deg;
        translate: -26% 28%
    }

    60% {
        rotate: 209deg;
        translate: 55% -6%
    }

    75% {
        rotate: 257deg;
        translate: 112% 93%
    }

    80% {
        rotate: 343deg;
        translate: 142% 47%
    }

    to {
        rotate: 1turn;
        translate: 0 88%
    }
}

@keyframes img1 {
    0% {
        rotate: 0deg;
        translate: 0 88%
    }

    10% {
        rotate: 35deg;
        translate: 46% 119%
    }

    25% {
        rotate: 80deg;
        translate: 126% 67%
    }

    40% {
        rotate: 152deg;
        translate: -26% 28%
    }

    60% {
        rotate: 209deg;
        translate: 55% -6%
    }

    75% {
        rotate: 257deg;
        translate: 112% 93%
    }

    80% {
        rotate: 343deg;
        translate: 142% 47%
    }

    to {
        rotate: 1turn;
        translate: 0 88%
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .play-wrapper .img2 {
    -webkit-animation: img2 25s linear 0s infinite;
    animation: img2 25s linear 0s infinite;
    width: 36.8%;
    z-index: 3
}

@-webkit-keyframes img2 {
    0% {
        rotate: 45deg;
        translate: 21% 20%
    }

    14% {
        rotate: 90deg;
        translate: 173% 53%
    }

    28% {
        rotate: 116deg;
        translate: 117% 101%
    }

    42% {
        rotate: 211deg;
        translate: 77% 18%
    }

    56% {
        rotate: 283deg;
        translate: 10% 107%
    }

    70% {
        rotate: 303deg;
        translate: 152% 39%
    }

    84% {
        rotate: 379deg;
        translate: 77% 104%
    }

    to {
        rotate: 405deg;
        translate: 21% 20%
    }
}

@keyframes img2 {
    0% {
        rotate: 45deg;
        translate: 21% 20%
    }

    14% {
        rotate: 90deg;
        translate: 173% 53%
    }

    28% {
        rotate: 116deg;
        translate: 117% 101%
    }

    42% {
        rotate: 211deg;
        translate: 77% 18%
    }

    56% {
        rotate: 283deg;
        translate: 10% 107%
    }

    70% {
        rotate: 303deg;
        translate: 152% 39%
    }

    84% {
        rotate: 379deg;
        translate: 77% 104%
    }

    to {
        rotate: 405deg;
        translate: 21% 20%
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .play-wrapper .img3 {
    -webkit-animation: img3 18s linear 0s infinite;
    animation: img3 18s linear 0s infinite;
    width: 38%;
    z-index: 2
}

@-webkit-keyframes img3 {
    0% {
        rotate: 0deg;
        translate: 0 111%
    }

    16% {
        rotate: 50deg;
        translate: 83% 0
    }

    32% {
        rotate: 100deg;
        translate: 163% 111%
    }

    48% {
        rotate: 180deg;
        translate: 0 92%
    }

    64% {
        rotate: 250deg;
        translate: 163% 21%
    }

    80% {
        rotate: 300deg;
        translate: 37% 0
    }

    to {
        rotate: 1turn;
        translate: 0 111%
    }
}

@keyframes img3 {
    0% {
        rotate: 0deg;
        translate: 0 111%
    }

    16% {
        rotate: 50deg;
        translate: 83% 0
    }

    32% {
        rotate: 100deg;
        translate: 163% 111%
    }

    48% {
        rotate: 180deg;
        translate: 0 92%
    }

    64% {
        rotate: 250deg;
        translate: 163% 21%
    }

    80% {
        rotate: 300deg;
        translate: 37% 0
    }

    to {
        rotate: 1turn;
        translate: 0 111%
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .play-wrapper .text1 {
    -webkit-animation: text1 20s linear 0s infinite;
    animation: text1 20s linear 0s infinite;
    width: 32.4%;
    z-index: 5
}

@-webkit-keyframes text1 {
    0% {
        rotate: 0deg;
        translate: 0 162%
    }

    15% {
        rotate: 90deg;
        translate: 47% 474%
    }

    30% {
        rotate: 191deg;
        translate: 130% 21%
    }

    45% {
        rotate: 275deg;
        translate: 236% 120%
    }

    60% {
        rotate: 300deg;
        translate: -15% 472%
    }

    75% {
        rotate: 331deg;
        translate: 209% 363%
    }

    to {
        rotate: 1turn;
        translate: 0 162%
    }
}

@keyframes text1 {
    0% {
        rotate: 0deg;
        translate: 0 162%
    }

    15% {
        rotate: 90deg;
        translate: 47% 474%
    }

    30% {
        rotate: 191deg;
        translate: 130% 21%
    }

    45% {
        rotate: 275deg;
        translate: 236% 120%
    }

    60% {
        rotate: 300deg;
        translate: -15% 472%
    }

    75% {
        rotate: 331deg;
        translate: 209% 363%
    }

    to {
        rotate: 1turn;
        translate: 0 162%
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .play-wrapper .text2 {
    -webkit-animation: text2 22s linear 0s infinite;
    animation: text2 22s linear 0s infinite;
    width: 30.9333333333%;
    z-index: 1
}

@-webkit-keyframes text2 {
    0% {
        rotate: 90deg;
        translate: 106% 479%
    }

    10% {
        rotate: 152deg;
        translate: 227% 262%
    }

    20% {
        rotate: 212deg;
        translate: 194% 54%
    }

    30% {
        rotate: 293deg;
        translate: -22% 371%
    }

    40% {
        rotate: 427deg;
        translate: 246% 389%
    }

    50% {
        rotate: 441deg;
        translate: 199% 473%
    }

    60% {
        rotate: 558deg;
        translate: 86% 33%
    }

    to {
        rotate: 810deg;
        translate: 106% 479%
    }
}

@keyframes text2 {
    0% {
        rotate: 90deg;
        translate: 106% 479%
    }

    10% {
        rotate: 152deg;
        translate: 227% 262%
    }

    20% {
        rotate: 212deg;
        translate: 194% 54%
    }

    30% {
        rotate: 293deg;
        translate: -22% 371%
    }

    40% {
        rotate: 427deg;
        translate: 246% 389%
    }

    50% {
        rotate: 441deg;
        translate: 199% 473%
    }

    60% {
        rotate: 558deg;
        translate: 86% 33%
    }

    to {
        rotate: 810deg;
        translate: 106% 479%
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .fukidashi {
    margin: 5.3333333333% 0 0 75.0666666667%;
    position: relative;
    translate: -50% 0;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .flip-pic {
    margin-inline: auto;
    margin-top: -8%;
    position: relative;
    width: 63.3333333333%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .flip-pic .omote {
    -webkit-animation: flip 6s ease 0s infinite;
    animation: flip 6s ease 0s infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block21 .block-others .flip-pic .ura {
    -webkit-animation: flip2 6s ease 0s infinite;
    animation: flip2 6s ease 0s infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    rotate: y 180deg;
    top: 0
}

@-webkit-keyframes flip {
    0% {
        rotate: y 0deg
    }

    20% {
        rotate: y 180deg
    }

    50% {
        rotate: y 180deg
    }

    70% {
        rotate: y 1turn
    }

    to {
        rotate: y 1turn
    }
}

@keyframes flip {
    0% {
        rotate: y 0deg
    }

    20% {
        rotate: y 180deg
    }

    50% {
        rotate: y 180deg
    }

    70% {
        rotate: y 1turn
    }

    to {
        rotate: y 1turn
    }
}

@-webkit-keyframes flip2 {
    0% {
        rotate: y 180deg
    }

    20% {
        rotate: y 1turn
    }

    50% {
        rotate: y 1turn
    }

    70% {
        rotate: y 540deg
    }

    to {
        rotate: y 540deg
    }
}

@keyframes flip2 {
    0% {
        rotate: y 180deg
    }

    20% {
        rotate: y 1turn
    }

    50% {
        rotate: y 1turn
    }

    70% {
        rotate: y 540deg
    }

    to {
        rotate: y 540deg
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block22 {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block22 .block-main,
html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block22 .block-main .img {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block22 .block-main .img:first-child {
    margin-bottom: 2.962962963%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block22 .block-main .fukidashi {
    bottom: 47%;
    left: 25%;
    margin: 0;
    position: absolute;
    translate: -50% 0
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block22 .block-others .slider-head {
    -webkit-text-stroke: .5px;
    color: var(--color-blue);
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 300;
    text-align: center
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block22 .block-others .slider-head {
        font-size: 18.2933333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block22 .block-others .splide .splide__track .splide__list .splide__slide .text-area {
    color: var(--color-green)
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 {
    overflow: hidden
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flex {
    display: flex
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flex img {
    width: 50%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .fukidashi {
    margin-inline: auto;
    margin-top: -9.0666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip {
    margin-top: 1.3333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 34.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img img {
    display: block
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img:first-child {
    margin-bottom: 34.4%;
    margin-left: -33.7333333333%;
    margin-right: auto
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img:nth-child(2) {
    margin-bottom: 25.0666666667%;
    margin-left: -24.4%;
    margin-right: auto
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img:nth-child(3) {
    margin-bottom: 5.2%;
    margin-left: -1.2%;
    margin-right: auto
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img:nth-child(4) {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img:nth-child(5) {
    margin-bottom: 5.2%;
    margin-left: auto;
    margin-right: -1.2%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img:nth-child(6) {
    margin-bottom: 25.0666666667%;
    margin-left: auto;
    margin-right: -24.4%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs .img:nth-child(7) {
    margin-bottom: 34.4%;
    margin-left: auto;
    margin-right: -33.7333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs.show .img img {
    -webkit-animation: loop4 1s ease 2s;
    animation: loop4 1s ease 2s
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs.show .img:first-child img {
    -webkit-animation-name: loop1;
    animation-name: loop1
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs.show .img:nth-child(2) img {
    -webkit-animation-name: loop2;
    animation-name: loop2
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs.show .img:nth-child(3) img {
    -webkit-animation-name: loop3;
    animation-name: loop3
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs.show .img:nth-child(4) img {
    -webkit-animation-name: loop4;
    animation-name: loop4
}

html body .wrap .main .post_free #hugmag_taiwan .section#day3 .block.block23 .block-others .flip .imgs.show .img:nth-child(5) img {
    -webkit-animation-name: loop5;
    animation-name: loop5
}

@-webkit-keyframes loop5 {
    0% {
        translate: 0 0
    }

    to {
        translate: 66.9230769231% -78.9473684211%
    }
}

@keyframes loop5 {
    0% {
        translate: 0 0
    }

    to {
        translate: 66.9230769231% -78.9473684211%
    }
}

@-webkit-keyframes loop4 {
    0% {
        translate: 0 0
    }

    to {
        translate: 96.9230769231% -21.0526315789%
    }
}

@keyframes loop4 {
    0% {
        translate: 0 0
    }

    to {
        translate: 96.9230769231% -21.0526315789%
    }
}

@-webkit-keyframes loop3 {
    0% {
        translate: 0 0
    }

    to {
        translate: 96.9230769231% 21.0526315789%
    }
}

@keyframes loop3 {
    0% {
        translate: 0 0
    }

    to {
        translate: 96.9230769231% 21.0526315789%
    }
}

@-webkit-keyframes loop2 {
    0% {
        translate: 0 0
    }

    to {
        translate: 66.9230769231% 78.9473684211%
    }
}

@keyframes loop2 {
    0% {
        translate: 0 0
    }

    to {
        translate: 66.9230769231% 78.9473684211%
    }
}

@-webkit-keyframes loop1 {
    0% {
        translate: 0 0
    }

    to {
        translate: 26.9230769231% 36.8421052632%
    }
}

@keyframes loop1 {
    0% {
        translate: 0 0
    }

    to {
        translate: 26.9230769231% 36.8421052632%
    }
}

html body .wrap .main .post_free #hugmag_taiwan .day-matome {
    color: var(--block-hilight-color)
}

html body .wrap .main .post_free #hugmag_taiwan .day-matome .matome-head {
    -webkit-text-stroke: .5px;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 4.6666666667vw;
    font-style: normal;
    font-weight: 300;
    margin-inline: auto;
    position: relative;
    text-align: center;
    width: 90%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .day-matome .matome-head {
        font-size: 22.8666666667px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .day-matome .matome-head:before {
    -webkit-text-stroke: 0;
    border-inline: 1px solid var(--block-text-color);
    content: "CHECK!";
    display: block;
    font-family: aptly, sans-serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    left: 0;
    line-height: 1;
    padding-inline: 2.3703703704%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .day-matome .matome-head:before {
        font-size: 19.6px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .day-matome .matome-head:before {
    margin: 0 auto 20px;
    position: relative;
    right: 0;
    top: auto;
    translate: 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

html body .wrap .main .post_free #hugmag_taiwan .day-matome .map-image {
    margin-inline: auto;
    margin-top: 5.3333333333%;
    width: 67.7333333333%
}

html body .wrap .main .post_free #hugmag_taiwan .day-matome .gmap {
    align-items: center;
    aspect-ratio: 240/80;
    border: 1px solid var(--block-text-color);
    border-radius: 6px;
    display: flex;
    font-family: aptly, sans-serif;
    font-size: 3.6vw;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    margin-inline: auto;
    margin-top: 5.3333333333%;
    width: 32%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan .day-matome .gmap {
        font-size: 17.64px
    }
}

html body .wrap .main .post_free #hugmag_taiwan .day-matome .gmap:hover {
    background-color: var(--block-text-color)
}

html body .wrap .main .post_free #hugmag_taiwan #night-market {
    overflow: hidden;
    padding-bottom: 13.3333333333%;
    padding-top: 0
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: auto;
    position: relative;
    width: 84.8%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img {
    position: relative;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name1 {
    margin-inline: auto;
    margin-bottom: 3%;
    position: relative;
    width: 18.8679245283%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name1 img {
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name1 img.back {
    -webkit-animation: neon 1.5s ease-in-out 0s infinite alternate;
    animation: neon 1.5s ease-in-out 0s infinite alternate;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 166%;
    z-index: 1
}

@-webkit-keyframes neon {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes neon {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img1 {
    margin-top: 20.4402515723%;
    position: relative;
    width: 68.3962264151%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img1 .fukidashi {
    bottom: 95%;
    left: 70%;
    padding-block: 6.4367816092%;
    position: absolute;
    translate: -50% 0;
    width: 66.4367816092%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img1 .flip {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img1.show .flip {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: 1s ease
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img2 {
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
    margin-left: -4.4%;
    margin-top: -10.1333333333%;
    width: 44.8113207547%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img2.show {
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    transition: 1s ease
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name1-en {
    margin-inline: auto;
    margin-bottom: 6.2893081761%;
    position: relative;
    width: 33.4905660377%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name1-en img {
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name1-en img.back {
    -webkit-animation: neon 1.5s ease-in-out 0s infinite alternate;
    animation: neon 1.5s ease-in-out 0s infinite alternate;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 140%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img3 {
    margin-top: -10.2201257862%;
    width: 75.1572327044%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img3 .flip {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img3.show .flip {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: 1s ease
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: relative;
    translate: 0 -5%;
    width: 18.8679245283%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name2 img {
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name2 img.back {
    -webkit-animation: neon 1.5s ease-in-out 0s infinite alternate;
    animation: neon 1.5s ease-in-out 0s infinite alternate;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 166%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .text-area {
    color: var(--color-orange);
    font-size: 2.9333333333vw;
    letter-spacing: -.025em;
    line-height: 1.5909090909;
    margin-top: 10px;
    width: 62.7358490566%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .text-area {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .text-area a {
    text-decoration: underline
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .text-area a:hover {
    text-decoration: none
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name2-en {
    margin-inline: auto;
    position: relative;
    width: 22.641509434%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name2-en img {
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .market-name2-en img.back {
    -webkit-animation: neon 1.5s ease-in-out 0s infinite alternate;
    animation: neon 1.5s ease-in-out 0s infinite alternate;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 154%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .left {
    margin-left: auto;
    margin-right: 3.1446540881%;
    width: 18.8679245283%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .left .market-name3-en {
    margin-top: 10px;
    margin-inline: auto;
    position: relative;
    width: 45%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .left .market-name3-en img {
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .left .market-name3-en img.back {
    -webkit-animation: neon 1.5s ease-in-out 0s infinite alternate;
    animation: neon 1.5s ease-in-out 0s infinite alternate;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 254%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .left .market-name3 {
    position: relative
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .left .market-name3 img {
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .left .market-name3 img.back {
    -webkit-animation: neon 1.5s ease-in-out 0s infinite alternate;
    animation: neon 1.5s ease-in-out 0s infinite alternate;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 166%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .right {
    margin-top: 30px;
    width: 58.4905660377%
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .right .img4 {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .right .img4.show {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: 1s ease
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .right .text-area2 {
    color: var(--color-orange);
    font-size: 2.9333333333vw;
    letter-spacing: -.025em;
    line-height: 1.5909090909;
    margin-top: 10px
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .right .text-area2 {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .right .text-area2 a {
    text-decoration: underline
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .right .text-area2 a:hover {
    text-decoration: none
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img5 {
    bottom: 0;
    left: 0;
    margin-bottom: -9.1194968553%;
    margin-left: -9.1194968553%;
    position: absolute;
    translate: -100% 20%;
    width: 39.9371069182%;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #night-market .inner .img5.show {
    transition: .6s ease .5s;
    translate: 0 0
}

html body .wrap .main .post_free #hugmag_taiwan #outro {
    color: var(--color-green);
    padding-bottom: 13.3333333333%;
    padding-top: 13.3333333333%
}

html body .wrap .main .post_free #hugmag_taiwan #outro .outro-head {
    margin-bottom: 8.9333333333%;
    text-align: center
}

html body .wrap .main .post_free #hugmag_taiwan #outro .outro-head .jp {
    -webkit-text-stroke: .5px;
    font-family: a-otf-ud-shin-go-con80-pr6n, sans-serif;
    font-size: 3.6vw;
    font-style: normal;
    font-weight: 300
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #outro .outro-head .jp {
        font-size: 17.64px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #outro .outro-head .en {
    font-family: aptly, sans-serif;
    font-size: 5.3333333333vw;
    font-style: normal;
    font-weight: 400
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #outro .outro-head .en {
        font-size: 26.1333333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #outro .voice {
    margin-inline: auto;
    margin-bottom: 20px;
    width: 54.6666666667%
}

html body .wrap .main .post_free #hugmag_taiwan #outro .voice .fukidashi {
    aspect-ratio: auto;
    background-color: var(--color-green);
    margin: 0;
    padding-block: 6.8292682927%;
    position: relative;
    width: 100%;
    z-index: 1
}

html body .wrap .main .post_free #hugmag_taiwan #outro .voice .fukidashi span {
    color: var(--color-blue);
    font-size: 3vw;
    line-height: 1.5;
    width: 78.2926829268%
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #outro .voice .fukidashi span {
        font-size: 14.7px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #outro .voice .img {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

html body .wrap .main .post_free #hugmag_taiwan #outro .voice .img img {
    margin-inline: 7.3170731707%;
    margin-top: -18.5px;
    width: 45.3658536585%
}

html body .wrap .main .post_free #hugmag_taiwan #outro .voice .img p {
    -webkit-text-stroke: 0;
    font-family: aptly, sans-serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #outro .voice .img p {
        font-size: 19.6px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #outro .voice.reverse .img {
    flex-direction: row-reverse
}

html body .wrap .main .post_free #hugmag_taiwan #outro .day-matome {
    --block-text-color: var(--color-green);
    --block-hilight-color: var(--color-green);
    padding-top: 40px
}

html body .wrap .main .post_free #hugmag_taiwan #outro .day-matome .matome-head:before {
    margin: 0 auto 20px;
    position: relative;
    right: 0;
    top: auto;
    translate: 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

html body .wrap .main .post_free #hugmag_taiwan #outro .day-matome .gmap:hover {
    color: var(--color-blue)
}

html body .wrap .main .post_free #hugmag_taiwan #outro .note {
    font-size: 2.9333333333vw;
    line-height: 1.5909090909;
    margin-left: 8.2666666667%;
    margin-top: 130px
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #outro .note {
        font-size: 14.3733333333px
    }
}

html body .wrap .main .post_free #hugmag_taiwan #outro .staff {
    font-size: 2.6666666667vw;
    line-height: 1.35;
    margin-left: 8.2666666667%;
    margin-top: 20px
}

@media screen and (min-width:490px) {
    html body .wrap .main .post_free #hugmag_taiwan #outro .staff {
        font-size: 13.0666666667px
    }
}