* {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 30px 0;
}

#offer img {
    margin: 0;
}

.video_box {
    position: relative;
    margin: 30px 0 30px 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    text-align: justify;
    word-wrap: break-word;
}


/**/


/*內文區塊*/

#fv {
    margin-top: -3.5%;
}

.CP {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
    border-left: rgb(224, 224, 224) solid thin;
    border-right: rgb(224, 224, 224) solid thin;
    line-height: 2em;
    margin-bottom: 5em;
}

#title {
    margin: 2em 0 1em 0;
    text-align: start;
}

#title hr {
    margin-top: .5em;
}

.part {
    margin-bottom: 50px;
}


/*內文文字設定*/

#title_s {
    background-color: black;
    color: white;
    display: inline-block;
    padding: 0em 1.3em;
    margin-bottom: .6em;
    font-weight: 400;
    line-height: 2em;
}

#title_l {
    font-size: 2.3em;
    line-height: 1.4em;
    font-family: 'Noto Serif JP', serif;
}

#title_date {
    color: rgb(235, 143, 37);
    font-weight: 400;
    font-size: .9em;
}

.CP a,
.txt_bold,
.txt_orange,
.txt_pink,
.txt_red,
.headline {
    font-weight: 500;
}

.CP a {
    color: rgb(252, 64, 31);
}

.CP a:hover {
    color: rgb(255, 107, 81);
}

.txt_big {
    font-size: 1.2em;
}

.txt_orange {
    color: rgb(243, 146, 35);
}

.txt_pink {
    color: rgb(255, 91, 132);
}

.txt_red {
    color: rgb(252, 64, 31);
}

.headline {
    font-size: 1.35em;
    border-left: 13px solid;
    border-bottom: 2px solid;
    border-color: #ff448f;
    padding-left: 2%;
    margin-bottom: 20px;
}

.anime_btn {
    width: 50% !important;
    max-width: 50% !important;
    background: #98df8f;
    border-radius: 10px;
    font-size: 1.4em;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.6;
    display: table-cell;
    padding: 3%;
}

.animate {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-name: animate1;
    -moz-animation-name: animate1;
    -o-animation-name: animate1;
    animation-name: animate1;
    width: 90%;
    z-index: 1;
}

.animate__animated {
    --animate-duration: 2s;
    --animate-delay: 0.9s;
}


/* This changes all the animations globally */

:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

#cta {
    position: fixed;
    width: 300px;
    bottom: 2%;
    right: 1%;
    z-index: 100;
}


/**/


/*RWD*/

@media screen and (max-width: 1200px) {
    body {
        font-size: 1.4em;
    }
    .anime_btn {
        width: 60% !important;
        max-width: 60% !important;
        background: #98df8f;
        border-radius: 10px;
        font-size: 1em;
        color: #fff;
        padding: 10px 5px;
        text-align: center;
        line-height: 1.6;
        display: table-cell;
        padding: 4%;
    }
}

@media screen and (max-width: 850px) {
    #fv {
        margin-top: 0;
    }
    #title {
        margin: 2em 0;
    }
    #title_l {
        font-size: 2em;
    }
    .headline {
        font-size: 1.3em;
    }
    .anime_btn {
        width: 60% !important;
        max-width: 60% !important;
        background: #98df8f;
        border-radius: 10px;
        font-size: 1em;
        color: #fff;
        padding: 10px 5px;
        text-align: center;
        line-height: 1.6;
        display: table-cell;
        padding: 4%;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 1.3em;
    }
    .CP {
        padding: 0 50px;
        line-height: 1.8em;
    }
    .part {
        margin-bottom: 30px;
    }
    #title_l {
        font-size: 1.2em;
    }
    .txt_big {
        font-size: 1em;
    }
}

@media screen and (max-width: 600px) {
    .CP {
        padding: 0 30px;
        line-height: 1.7em;
    }
    #title {
        margin: 1.5em 0;
    }
    #title_s {
        background-color: black;
        color: white;
        display: inline-block;
        padding: 0em 1.3em;
        margin-bottom: .6em;
        font-weight: 400;
        line-height: 1.8em;
        font-size: .9em;
    }
    #title_date {
        font-size: .8em;
    }
    #title hr {
        margin-top: 1m;
    }
    .headline {
        font-size: 1.2em;
    }
    .anime_btn {
        width: 70% !important;
        max-width: 70% !important;
        background: #98df8f;
        border-radius: 10px;
        font-size: 0.7em;
        color: #fff;
        padding: 10px 5px;
        text-align: center;
        line-height: 1.6;
        display: table-cell;
        padding: 4%;
    }
}

@media screen and (max-width: 450px) {
    body {
        font-weight: 400;
        font-size: 1.2em;
    }
    img {
        margin: 10px 0;
    }
    .CP {
        padding: 0 20px;
        line-height: 1.7em;
        margin-bottom: 3em;
    }
    .part {
        margin-bottom: 20px;
    }
    #title_l {
        font-size: 1.2em;
    }
    .anime_btn {
        background: #98df8f;
        border-radius: 10px;
        font-size: 1em;
        color: #fff;
        text-align: center;
        line-height: 1.6;
        display: table-cell;
        padding: 4% 0%;
    }
}


/**RWD**/

@media screen and (max-width: 576px) {
    #cta {
        position: fixed;
        width: 100%;
        bottom: 0%;
        right: 0%;
        z-index: 100;
    }
}


/*CTA E*/