* {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    margin: 0px 0%;  /* margin: 30px 0 30px 0; */
}

#cta img {
    margin: 0;
}

.w-img {
    width: 50%;
}

.ident {
    padding-left: 2.5%;
    display: block;
}

.blogFrom {
    text-align: right;
    font-size: 15px;
}

.brSP {
    display: none;
}

@media (max-width:768px) {
    .w-img {
        width: 100%;
    }

    .brSP {
        display: block;
    }

    .ident {
        padding-left: 6.5%;
    }

    .blogFrom {
        font-size: 11px;
    }
}

.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;
}


/*nav*/

nav {
    background-color: #ffcc5ff3;
    height: 3.5em;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: rgba(129, 43, 3, 0.568) 0px 0px 10px;
}

nav ul {
    max-width: 1000px;
    padding: 0 100px;
    margin: 0 auto;
}

#nav_name {
    color: rgb(117, 55, 4);
    font-family: 'Noto Serif JP', serif;
    width: 25%;
}

nav ul #li_right li:nth-child(2) {
    width: 35%;
}

nav ul li {
    list-style: none;
    width: 30%;
    float: left;
    font-size: 1.2em;
    letter-spacing: 3px;
    margin: 0.7em auto;
}

nav ul li a {
    color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    text-decoration: none;
    transition: .1s;
    text-shadow: rgb(80, 37, 1) 0px 0px 7px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}

nav ul li a:hover {
    transition: .1s;
    font-size: 1.1em;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}

nav ul #li_right {
    float: right;
    width: 75%;
    text-align: right;
}

nav ul #li_right li {
    float: right;
}


/**/


/*漢堡選單*/

#hamburger {
    display: none;
}

header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    z-index: 10000;
}

#nav-icon {
    width: 30px;
    height: 30px;
    position: relative;
    float: right;
    top: 10px;
    right: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#icon_bg {
    background-color: #ffcc5ff3;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    height: 50px;
    width: 50px;
}

#nav-icon span {
    margin-left: 10px;
    margin-top: 14px;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 4px;
}

.menu {
    z-index: 1000;
    font-size: 1.2em;
    width: 100%;
    background-color: #ffcc5f;
    position: fixed;
    text-align: center;
    top: 0px;
    box-shadow: rgba(129, 43, 3, 0.568) 0px 0px 7px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu ul li {
    padding: 15px 0;
    border-top: #ffffff 1px dashed;
}

.menu ul li a {
    color: white;
    text-shadow: rgb(119, 54, 0) 0px 0px 8px;
    text-decoration: none;
    display: block;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.menu ul li a:hover {
    font-size: 1.2em;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.menu ul li:first-child {
    color: rgb(117, 55, 4);
    font-family: 'Noto Serif JP', serif;
    border: none;
}


/**/


/*內文區塊*/

#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 p {
    /* margin-bottom: 2em; */
}

.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.15em;
    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;
}


/**/


/**/


/*留言區 & 自介區*/

#comment_zone,
#about {
    margin: 3em 0;
    line-height: 1.7em;
}

#comment_zone {
    color: rgb(112, 112, 112);
}

.comment {
    margin-bottom: 2em;
}

.comment_l,
.comment_r {
    margin-bottom: .8em;
}

.comment_r {
    margin-left: 70px;
}


/*留言文字設定*/

#comment_title {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: black;
    margin-bottom: 2em;
}

#comment_title span,
#about_title span {
    border-bottom: black solid 1.5px;
}

#comment_zone hr {
    border-top: rgb(190, 190, 190) dashed 1px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: .4em;
}

.comment_name {
    font-weight: 500;
    vertical-align: baseline;
}

.comment_date {
    font-size: .7em;
    color: rgb(235, 143, 37);
    font-weight: 500;
    vertical-align: baseline;
}

#comment_bottom {
    text-align: center;
    font-weight: 500;
    margin-top: 3em;
}


/**/


/*自介文字設定*/

#about {
    text-align: center;
    margin-bottom: 4em;
}

#about_title {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: black;
    margin-bottom: 1em;
}

#profile {
    width: 30%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 2em;
}


/**/


/*footer*/

#footer {
    background-color: rgb(248, 237, 198);
    padding: 2em 0 2em 0;
    color: rgb(179, 96, 29);
    font-weight: 400;
}

#footer .CP {
    border: none;
}

#footer_title {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5em;
    margin-bottom: .8em;
}

#footer_title span {
    border-bottom: rgb(179, 96, 29) solid 1.5px;
}

#l_pic,
#r_pic {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.7em;
    font-size: .9em;
}

#l_pic img,
#r_pic img {
    margin-bottom: 1em;
}

#l_pic a,
#r_pic a {
    color: rgb(179, 96, 29);
}

#l_pic a:hover,
#r_pic a:hover {
    color: rgb(212, 118, 41);
}

#l_pic {
    padding-right: 10%;
    border-right: rgb(221, 141, 76) solid 1px;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

#r_pic {
    padding-left: 10%;
}


/**/


/**/


/*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: 1000px) {

    .CP,
    nav ul {
        padding: 0 70px;
        line-height: 1.8em;
    }

    nav {
        height: 3em;
    }

    nav ul li {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 850px) {
    nav {
        display: none;
    }

    #hamburger {
        display: block;
    }

    #fv {
        margin-top: 0;
    }

    #title {
        margin: 2em 0;
    }

    .part p {
        /* margin-bottom: 1.7em; */
    }

    #title_l {
        font-size: 2em;
    }

    .headline {
        font-size: 1.3em;
    }

    #comment_zone,
    #about {
        margin: 3em 0;
    }

    .comment_l,
    .comment_r {
        margin-bottom: .3em;
    }

    .comment_r {
        margin-left: 40px;
    }

    #comment_title {
        font-size: 1.4em;
        margin-bottom: 1.6em;
    }

    .comment_date {
        font-size: .8em;
    }

    #comment_bottom {
        text-align: center;
        font-weight: 500;
        margin-top: 2em;
    }

    #about {
        margin-bottom: 3em;
    }

    #about_title {
        font-size: 1.3em;
        font-weight: 500;
        margin-bottom: 1.2em;
    }

    #profile {
        width: 50%;
        margin-bottom: 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.4em;
    }

    #comment_zone,
    #about {
        margin: 2.5em 0;
    }

    .comment_l,
    .comment_r {
        margin-bottom: .5em;
    }

    #comment_title {
        font-size: 1.3em;
    }

    #about {
        margin-bottom: 4em;
    }

    #profile {
        width: 70%;
        margin-bottom: 1.3em;
    }

    #footer {
        padding: 3em 0 1em 0;
    }

    #footer .CP {
        border: none;
    }

    #footer_title {
        font-family: 'Noto Serif JP', serif;
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    #l_pic,
    #r_pic {
        width: 100%;
        float: none;
        line-height: 1.8em;
        font-size: 1em;
        margin-bottom: 2em;
    }

    #l_pic img,
    #r_pic img {
        margin-bottom: .5em;
        width: 100%;
    }

    #l_pic a,
    #r_pic a {
        color: rgb(179, 96, 29);
    }

    #l_pic a:hover,
    #r_pic a:hover {
        color: rgb(212, 118, 41);
    }

    #l_pic {
        padding-right: 0;
        border: none;
    }

    #r_pic {
        padding-left: 0;
    }

    .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%;
    }
}


/* offer btn S */

.inner,
.buy {
    position: relative;
}

.offer_btn_01 {
    position: absolute;
    width: 35%;
    bottom: 6%;
    left: 58%;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.offer_btn_04 {
    position: absolute;
    width: 35%;
    bottom: 0%;
    left: 58%;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.offer_btn_05 {
    position: absolute;
    width: 35%;
    bottom: 55.5%;
    left: 58%;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.gif_01 {
    position: absolute;
    width: 52%;
    bottom: 6.3%;
    left: 25%;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}


/* offer btn E */


/* CTA S */

.fixed-obj {
    position: fixed;
    top: 1px;
    right: 0px;
    margin: 0 auto;
    width: 16%;
    z-index: 999;
    transition: top .5s ease-out;
    display: none;
}

.fixed-obj.show_sta {
    top: 100px;
}

#cta_pc {
    right: 30px;
}

.fixed-obj #mobile_sta {
    display: block;
    width: 85%;
}

.fixed-obj {
    top: auto;
    bottom: 1px;
    transition: bottom .5s ease-out;
}

.fixed-obj.show_sta {
    top: auto;
    bottom: 0;
}

@media screen and (max-width: 500px) {
    .fixed-obj {
        width: 40%;
    }
}


/* CTA E*/


/**/


/**RWD**/

@media screen and (max-width: 1430px) {
    #cta_pc {
        right: 30px;
    }
}

@media screen and (max-width: 1330px) {
    #cta_pc {
        width: 250px;
        height: auto;
        right: 10px;
        bottom: 60px;
    }
}

@media screen and (max-width: 1230px) {
    #cta_pc {
        width: 200px;
        height: auto;
        right: 10px;
        bottom: 40px;
    }
}

@media screen and (max-width: 800px) {
    #cta_pc {
        visibility: hidden;
    }

    #cta_sp {
        visibility: visible;
    }
}

@media screen and (max-width: 770px) {
    .md-content {
        max-width: 100% !important;
    }

    .fixed-obj {
        max-width: 30%;
        width: 100%;
    }
}

/*------------------------------------*\
    CTA
\*------------------------------------*/


/* 按鈕動畫 */

@keyframes hoverAnim {
    0% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    30% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

.Link {
    transition: 0.8s;
}

.Link span {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    /* border-radius: 15px; */
    color: #fff;
}

.Link span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(124deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    pointer-events: none;
    animation-name: hoverAnim;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media screen and (max-width: 640px) {
    .Link span:after {
        animation-duration: 4s;
    }
}

.CTA_Link {
    display: inline-block;
    background-color: #06b256;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
    border-radius: 15px;
}

.CTA_Link::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0%;
    left: 5%;
    width: 90%;
    height: 15px;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
}

.CTA_Link:hover {
    transform: translateY(-15px);
}

.CTA_Link:hover::after {
    opacity: 1;
    transform: translateY(25px);
}

@media (max-width:768px) {
    .CTA_Link {
        font-size: 1.15rem;
    }
}