@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

.btn_wrapper .btn_style,
.type_more,
.btn_fixed {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:focus,
button:focus,
*:focus {
    outline: 0;
}

a,
a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
  .pc-s{
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mb-s{
    display: none !important;
  }
}

.img-rwd {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.space {
    display: inline-block;
    width: 100%;
}

.h15 {
    height: 15px;
}

.h30 {
    height: 30px;
}

.h60 {
    height: 60px;
}

.h100 {
    height: 100px;
}

.page_wrapper {
    color: #1e1e1e;
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: normal;
    position: relative;
}

@media all and (max-width: 767px) {
    .page_wrapper {
        overflow-x: hidden;
    }
}

.sec_width {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media all and (min-width: 768px) {
    .sec_width {
        max-width: 100%;
        width: 95%;
    }
}

@media all and (max-width: 767px) {
    .sec_width {
        max-width: 100%;
        width: 95%;
        width: calc(100% - 30px);
    }
}

.btn_wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.btn_wrapper .btn_style {
    font-size: 2.3em;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fffac2;
    padding: 5px 15px 25px 10px;
    min-width: 450px;
    display: inline-block;
    background-image: url("../images/btn_green.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    cursor: pointer;
}

.btn_wrapper .btn_style:hover {
    background-image: url("../images/btn_green_hover.png");
    color: #fffac2;
}

@media all and (max-width: 767px) {
    .btn_wrapper .btn_style {
        font-size: 1.4em;
        min-width: 260px;
    }
}

.btn_wrapper .btn_style span {
    font-size: 60%;
    letter-spacing: 0;
}

.btn_wrapper_kv {
    max-width: 25%;
}

.btn_wrapper_kv .btn_style {
    background-image: url("../images/kv_btn_bg.png");
    font-size: 2em;
    letter-spacing: 0.2em;
    padding: 5px 10px 12px;
    min-width: 400px;
}

@media all and (max-width: 767px) {
    .btn_wrapper_kv .btn_style {
        font-size: 4.5vw;
        padding: 4px 10px 10px;
        min-width: 220px;
    }
}

.btn_wrapper_kv .btn_style:hover {
    background-image: url("../images/kv_btn_bg_hover.png");
}

.btn_wrapper_kv .btn_style img {
    width: 100%;
    max-width: 24px;
    position: relative;
    left: 10px;
    top: -2px;
}

@media all and (max-width: 767px) {
    .btn_wrapper_kv .btn_style img {
        max-width: 14px;
        left: 7px;
    }
}

.part_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0 50px;
}

@media all and (max-width: 767px) {
    .part_title {
        padding: 40px 0;
    }
}

.part_title span {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: white;
    position: relative;
    text-shadow: 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938, 0 0 10px #336938;
}

.part_title span::before {
    content: "";
    width: 1em;
    height: 1.5em;
    display: inline-block;
    background-image: url(../images/title_deco_green.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: absolute;
    left: -1.5em;
    top: 0.15em;
}

.part_title span::after {
    content: "";
    width: 1em;
    height: 1.5em;
    display: inline-block;
    background-image: url(../images/title_deco_green.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    right: -1.5em;
    top: 0.15em;
}

@media all and (max-width: 767px) {
    .part_title span {
        font-size: 8vw;
        letter-spacing: 0;
    }
}

@media all and (max-width: 767px) {
    .part_title--red {
        text-align: center;
    }
}

.part_title--red span {
    text-shadow: 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653, 0 0 10px #e05653;
}

.part_title--red span::before {
    background-image: url(../images/title_deco_red.png);
    top: 0.25em;
}

.part_title--red span::after {
    background-image: url(../images/title_deco_red.png);
    top: 0.25em;
}

.part_video {
    margin: 0 15%;
    padding: 15px;
    border: 2px solid #e09290;
}

@media all and (max-width: 767px) {
    .part_video {
        margin: 0 3%;
        padding: 7px;
        border: 1px solid #e09290;
    }
}

.part_top {
    display: table;
    width: 100%;
}

.part_all {
    background-color: #e17146;
    border-radius: 20px;
    position: relative;
    margin: 30px 12% 60px;
    padding: 10px 20px;
    text-align: center;
}

@media all and (min-width: 768px) {
    .part_all {
        margin: 30px 10% 60px;
    }
}

@media all and (min-width: 1024px) {
    .part_all {
        margin: 30px 12% 60px;
    }
}

@media all and (max-width: 767px) {
    .part_all {
        border-radius: 12px;
        position: relative;
        margin: 30px 5% 40px;
        padding: 6px 6px;
    }
}

.part_all::after {
    content: "";
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #e17146;
    border-radius: 28px;
}

@media all and (max-width: 767px) {
    .part_all::after {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 1px solid #e17146;
        border-radius: 18px;
    }
}

.part_all--top {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
}

@media all and (min-width: 1024px) {
    .part_all--top {
        font-size: 1.8em;
    }
}

@media all and (min-width: 1280px) {
    .part_all--top {
        font-size: 2em;
    }
}

@media all and (max-width: 767px) {
    .part_all--top {
        font-size: 5.7vw;
        letter-spacing: 0px;
    }
}

.part_all--bottom {
    color: #336938;
    font-size: 2.5em;
    letter-spacing: 2px;
    font-weight: 900;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media all and (max-width: 767px) {
    .part_all--bottom {
        font-size: 6.5vw;
        letter-spacing: 1px;
        font-weight: 900;
        text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    }
}

.part_all--bottom span {
    color: #fff9c3;
    font-size: 1.5em;
    font-weight: 900;
    text-shadow: 0 0 0 transparent;
    margin: 0 20px;
    line-height: 1em;
}

@media all and (max-width: 767px) {
    .part_all--bottom span {
        font-size: 7vw;
        font-weight: bold;
        margin: 0 4px;
    }
}

.part_type {
    margin-bottom: 20px;
    padding-top: 30px;
}

@media all and (max-width: 767px) {
    .part_type {
        margin-bottom: 20px;
        padding-top: 60px;
    }
}

.part_type:last-child {
    margin-bottom: 0;
}

.section {
    position: relative;
}

.section_kv .btn_wrapper_kv {
    position: absolute;
}

@media all and (min-width: 768px) {
    .section_kv .btn_wrapper_kv {
        max-width: 40%;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        bottom: 8%;
        left: 6%;
    }
}

@media all and (min-width: 1024px) {
    .section_kv .btn_wrapper_kv {
        bottom: 13%;
    }
}

@media all and (max-width: 767px) {
    .section_kv .btn_wrapper_kv {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        top: auto;
        bottom: 8%;
        left: 3%;
        max-width: 65%;
    }
}

.section_menu {
    background-image: url("../images/menu_bg.png");
    background-color: #f7e2df;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.section_menu .tab_btn {
    position: relative;
    display: table;
    width: 100%;
}

.section_menu .tab_btn .tablink {
    width: 49%;
    float: left;
    display: block;
    text-align: center;
    margin: 0 0.5%;
    font-size: 2em;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #fffac2;
    background-color: #18803c;
    padding: 9px 20px;
    border-radius: 18px;
    border-bottom: 6px solid #315532;
    text-decoration: none;
    position: relative;
}

@media all and (max-width: 767px) {
    .section_menu .tab_btn .tablink {
        font-size: 1.2em;
        letter-spacing: 2px;
        padding: 6px 10px;
        border-radius: 10px;
        border-bottom: 4px solid #315532;
        background-color: #315532;
    }
}

.section_menu .tab_btn .tablink::before {
    content: "";
    border: 2px solid #fffac2;
    border-radius: 15px;
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

@media all and (max-width: 767px) {
    .section_menu .tab_btn .tablink::before {
        border: 1px solid #fffac2;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        border-radius: 8px;
    }
}

.section_menu .tab_btn .tablink:hover {
    text-decoration: none;
}

.section_menu .tab_btn .tablink span {
    position: relative;
}

.section_menu .tab_btn .tablink span::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #18803c transparent transparent transparent;
}

@media all and (max-width: 767px) {
    .section_menu .tab_btn .tablink span::after {
        display: none;
    }
}

.section_menu .tab_btn .tablink span::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -34px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #315532 transparent transparent transparent;
}

@media all and (max-width: 767px) {
    .section_menu .tab_btn .tablink span::before {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .section_menu .tab_btn .tablink.active {
        background-color: #18803c;
    }
}

@media all and (max-width: 767px) {
    .section_menu .tab_btn .tablink.active span::after {
        display: block;
        margin-left: -11px;
        bottom: -18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 11px 0 11px;
        border-color: #18803c transparent transparent transparent;
    }
}

@media all and (max-width: 767px) {
    .section_menu .tab_btn .tablink.active span::before {
        display: block;
        margin-left: -14px;
        bottom: -24px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 0 14px;
        border-color: #315532 transparent transparent transparent;
    }
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent {
        display: none;
    }
}

.section_menu .tabcontent.active {
    display: block;
}

.section_menu .tabcontent_wrapper {
    width: 100%;
    display: inline-block;
}

.section_menu .tabcontent:first-child {
    width: 40%;
    float: left;
}

@media all and (min-width: 768px) {
    .section_menu .tabcontent:first-child {
        width: 35%;
    }
}

@media all and (min-width: 1024px) {
    .section_menu .tabcontent:first-child {
        width: 40%;
    }
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent:first-child {
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    .section_menu .tabcontent:first-child .submenu_in {
        padding-left: 10%;
    }
}

@media all and (min-width: 1024px) {
    .section_menu .tabcontent:first-child .submenu_in {
        padding-left: 25%;
    }
}

.section_menu .tabcontent:last-child {
    width: 60%;
    float: left;
}

@media all and (min-width: 768px) {
    .section_menu .tabcontent:last-child {
        width: 65%;
    }
}

@media all and (min-width: 1024px) {
    .section_menu .tabcontent:last-child {
        width: 60%;
    }
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent:last-child {
        width: 100%;
    }
}

.section_menu .tabcontent:last-child .submenu_in {
    text-align: right;
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent:last-child .submenu_in {
        text-align: left;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: inline-block;
    }
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent:last-child .for_mb {
        width: 100%;
        overflow-x: auto;
    }
}

.section_menu .tabcontent.active {
    display: block;
}

.section_menu .tabcontent .submenu {
    padding: 28px 0px 20px;
    position: relative;
    width: 100%;
    display: block;
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent .submenu {
        padding: 18px 0px 10px;
    }
}

.section_menu .tabcontent .submenu.fixedTop {
    position: fixed;
    top: 76px;
    bottom: auto;
    z-index: 1009;
}

.section_menu .tabcontent .submenu a.current span {
    background-color: #fffac2;
}

.section_menu .tabcontent .menu_item {
    color: #315532;
    font-size: 1.7em;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

@media all and (min-width: 1024px) {
    .section_menu .tabcontent .menu_item {
        font-size: 1.5em;
    }
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent .menu_item {
        font-size: 1em;
        font-size: 4.5vw;
    }
}

.section_menu .tabcontent .menu_item::after {
    content: "";
    background-color: #315532;
    width: 1px;
    height: 80%;
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 10%;
}

.section_menu .tabcontent .menu_item span {
    padding: 4px 12px;
    border-radius: 10px;
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent .menu_item span {
        padding: 0px 6px;
    }
}

.section_menu .tabcontent .menu_item:last-child::after {
    display: none;
}

.section_menu .tabcontent .menu_item:hover span {
    background-color: #fffac2;
}

@media all and (max-width: 767px) {
    .section_menu .tabcontent .menu_item:hover span {
        background-color: transparent;
    }
}

.section_menu .tabcontent .menu_item.active span {
    background-color: #fffac2;
}

.section_menu.is_stuck {
    position: fixed;
    top: 0;
    z-index: 50;
    height: auto;
    width: 100%;
    background-color: transparent;
}

.section_plan {
    background-image: url(../images/bg_pink_repeat.jpg);
    background-repeat: repeat-y;
    background-position: center -20px;
    background-size: 100%;
    position: relative;
}

@media all and (max-width: 767px) {
    .section_plan {
        background-image: url(../images/bg_pink_m_repeat.png);
    }
}

.section_plan::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
}


.section_type {
    background-repeat: repeat-y;
    background-position: center 0px;
    background-size: 100%;
    padding: 0 10% 60px;
    position: relative;
}

@media all and (max-width: 767px) {
    .section_type {
        padding: 0 0 40px;
        background-image: url(../images/bg_green_m_repeat.jpg);
    }
}

.section_type::after {
    content: "";
    background-image: url(../images/section_white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
}

@media all and (max-width: 767px) {
    .section_type::after {
        background-image: url(../images/section_white_m.png);
    }
}

.section_note {
    background-repeat: repeat-y;
    background-position: center 0px;
    background-size: 100%;
}

.plan_title {
    color: #fff9c3;
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    background: #315532;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

@media all and (max-width: 767px) {
    .plan_title {
        font-size: 7vw;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
}

.plan_title::after {
    content: "";
    background-image: url(../images/title_dot.png);
    width: 100%;
    height: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.plan_content {
    margin-top: 5px;
    border: 4px solid #315532;
    padding: 35px 45px;
    margin-bottom: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media all and (max-width: 767px) {
    .plan_content {
        padding: 12px;
        border: 2px solid #315532;
    }
}

.plan_list {
    font-size: 1.4em;
    letter-spacing: 1px;
    color: #1e1e1e;
    margin-bottom: 5px;
}

@media all and (max-width: 767px) {
    .plan_list {
        font-size: 4vw;
    }
}

.plan_list span {
    color: #315532;
    font-weight: bold;
}

@media all and (max-width: 767px) {
    .plan_note {
        font-size: 12px;
    }
}

@media all and (min-width: 768px) {
    .table_wrapper {
        padding: 30px 15px;
    }
}

@media all and (min-width: 1280px) {
    .table_wrapper {
        padding: 40px 50px;
        padding: 40px 0px;
    }
}

@media all and (max-width: 767px) {
    .table_wrapper {
        padding: 5% 0;
    }
}

.table_slick {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

@media all and (max-width: 767px) {
    .table_slick {
        width: 94%;
        left: 3%;
    }
}

.table_slick .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.table_slick .slide-arrow.slick-disabled {
    display: none !important;
}

.table_slick .slide-arrow.prev-arrow {
    border: 0;
    background-color: transparent;
    outline: 0;
    top: 50%;
    left: -40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(../images/slick_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media all and (max-width: 767px) {
    .table_slick .slide-arrow.prev-arrow {
        left: -25px;
        width: 30px;
        height: 45px;
    }
}

.table_slick .slide-arrow.prev-arrow:hover {
    background-image: url(../images/slick_prev.png);
}

.table_slick .slide-arrow.next-arrow {
    border: 0;
    background-color: transparent;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(../images/slick_next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media all and (max-width: 767px) {
    .table_slick .slide-arrow.next-arrow {
        right: -25px;
        width: 30px;
        height: 45px;
    }
}

.table_slick .slide-arrow.next-arrow:hover {
    background-image: url(../images/slick_next.png);
}

.table_slick_fluit {
    margin: 30px auto;
    width: 104%;
    margin-left: -2%;
}

@media all and (max-width: 767px) {
    .table_slick_fluit {
        margin: 20px auto;
        padding: 0 10px;
        width: 94%;
        left: 3%;
    }
}

@media all and (max-width: 767px) {
    .table_slick_fluit .slide-arrow.prev-arrow {
        left: -15px;
    }
}

@media all and (max-width: 767px) {
    .table_slick_fluit .slide-arrow.next-arrow {
        right: -15px;
    }
}

.table_green {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 1.15em;
    letter-spacing: 1px;
    margin-right: 1.5%;
}

@media all and (min-width: 1280px) {
    .table_green {
        font-size: 1.4em;
    }
}

@media all and (max-width: 767px) {
    .table_green {
        font-size: 15px;
        width: 29.5%;
    }
}

@media all and (max-width: 320px) {
    .table_green {
        font-size: 13px;
    }
}

@media all and (min-width: 768px) {
    .table_green--pchide {
        display: none;
    }
}

.table_orange {
    width: 48%;
    float: left;
    text-align: center;
    font-size: 1.15em;
    letter-spacing: 1px;
}

.table_orange.table_orange2 {
    display: none;
}

@media all and (min-width: 1280px) {
    .table_orange {
        font-size: 1.4em;
    }
}

@media all and (max-width: 767px) {
    .table_orange.table_orange2 {
        display: block;
        margin-left: 1%;
    }
    .table_orange.table_orange2 .table_thead--green{
      /* padding: 16px 0; */
      white-space: nowrap;
    }
    .table_orange.table_orange2 .table_tbody--green span:last-child {
        min-height: 220px;
    }
    .table_orange {
        font-size: 15px;
        letter-spacing: 0;
        width: 33.5%;
    }
}
@media all and (max-width: 413px) {
  .table_orange.table_orange2 .table_thead--green{
      /* padding: 26px 0; */
    }
    .table_orange.table_orange2 .table_tbody--green span:last-child {
        min-height: 220px;
    }
}

@media all and (max-width: 320px) {
    .table_orange {
        font-size: 13px;
    }
}

.table_thead {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}

@media all and (max-width: 767px) {
    .table_thead {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

.table_thead--green {
    background-color: #315532;
    padding: 31px 0;
}

@media all and (max-width: 767px) {
    .table_thead--green {
        padding: 28px 0 29px;
    }
}

.table_thead--orange .top {
    background-color: #c94f20;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 0;
}

@media all and (max-width: 767px) {
    .table_thead--orange .top {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        white-space: nowrap;
    }
}

.table_thead--orange .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 3px;
    background-color: #e17146;
}

.table_thead--orange .bottom .left {
    width: calc(50% + 1px);
    float: left;
    border-right: 3px solid #e3eee6;
    padding: 10px 0 14px;
}

.table_thead--orange .bottom .left span {
    font-size: 80%;
    display: block;
    line-height: 1em;
}

.table_thead--orange .bottom .right {
    width: calc(50% - 1px);
    float: left;
    padding: 10px 0;
}

.table_tbody {
    margin-top: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media all and (max-width: 767px) {
    .table_tbody {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.table_tbody--green {
    background-color: #9ecaa0;
    color: #191816;
    font-weight: normal;
    padding: 0 10px;
}

@media all and (max-width: 767px) {
    .table_tbody--green {
        padding: 0 5px;
    }
}

.table_tbody--green span {
    padding: 10px 0;
    min-height: 100px;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 767px) {
    .table_tbody--green span {
        min-height: 70px;
    }
}

.table_tbody--green span:last-child {
    border-bottom: 0;
}

.table_tbody--orange {
    font-weight: bold;
    color: #e05653;
}

.table_tbody--orange .left {
    width: calc(50% + 1px);
    float: left;
    border-right: 3px solid #e3eee6;
    background-color: #fff;
    padding: 0 7px;
    border-bottom-left-radius: 20px;
}

@media all and (max-width: 767px) {
    .table_tbody--orange .left {
        padding: 0 5px;
        border-bottom-left-radius: 10px;
    }
}

.table_tbody--orange .left span {
    padding: 10px 0;
    min-height: 100px;
    border-bottom: 1px solid #315532;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 767px) {
    .table_tbody--orange .left span {
        min-height: 70px;
    }
}

.table_tbody--orange .left span:last-child {
    border-bottom: 0;
}

.table_tbody--orange .right {
    width: calc(50% - 1px);
    float: left;
    background-color: #fff;
    padding: 0 7px;
    border-bottom-right-radius: 20px;
}

@media all and (max-width: 767px) {
    .table_tbody--orange .right {
        padding: 0 5px;
        border-bottom-right-radius: 10px;
    }
}

.table_tbody--orange .right span {
    padding: 10px 0;
    min-height: 100px;
    border-bottom: 1px solid #315532;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 767px) {
    .table_tbody--orange .right span {
        min-height: 70px;
    }
}

.table_tbody--orange .right span:last-child {
    min-height: 300px;
    border-bottom: 0;
}

@media all and (max-width: 767px) {
    .table_tbody--orange .right span:last-child {
        min-height: 210px;
    }
}

.table_in {
    display: inline-block;
}

@media all and (min-width: 768px) {
    .table_in {
        width: 49.5%;
    }
}

@media all and (min-width: 768px) {
    .table_in--pc {
        width: 24.5%;
    }
}

.table_in--pc .table_green {
    display: none;
}

.table_in--pc.table_last .table_green {
    display: block;
    width: 100%;
}

.table_in--pc.table_last .table_green .table_tbody--green span:last-child {
    min-height: 240px;
}

@media all and (max-width: 767px) {
    .table_in--pc .table_green {
        display: block;
    }

    .table_last {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    .table_in--pc .table_orange {
        width: 100%;
        padding: 0 0 0 1%;
    }
}

@media all and (min-width: 1280px) {
    .table_wrapper--two {
        padding: 40px 12%;
    }
}

.table_wrapper--two .table_green {
    width: 70%;
    margin-right: 1%;
}

@media all and (max-width: 767px) {
    .table_wrapper--two .table_green {
        width: 60%;
        margin-right: 2%;
    }
}

.table_wrapper--two .table_green .table_thead--green {
    padding: 15px 0;
}

.table_wrapper--two .table_green .table_tbody--green span {
    min-height: 70px;
}

.table_wrapper--two .table_orange {
    width: 29%;
}

@media all and (max-width: 767px) {
    .table_wrapper--two .table_orange {
        width: 38%;
    }
}

.table_wrapper--two .table_orange .table_thead--orange .table_content {
    padding: 15px 0;
}

.table_wrapper--two .table_orange .table_thead--orange .table_content span {
    font-size: 80%;
}

.table_wrapper--two .table_orange .table_tbody--orange {
    width: 100%;
    background-color: #fff;
    padding: 0 10px;
    border-bottom-left-radius: 20px;
}

@media all and (max-width: 767px) {
    .table_wrapper--two .table_orange .table_tbody--orange {
        border-bottom-left-radius: 10px;
    }
}

.table_wrapper--two .table_orange .table_tbody--orange span {
    padding: 15px 0;
    min-height: 70px;
    border-bottom: 1px solid #315532;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_wrapper--two .table_orange .table_tbody--orange span:last-child {
    border-bottom: 0;
}

@media all and (min-width: 768px) {
    .table_wrapper--two .table_in {
        width: 77%;
    }
}

.table_wrapper--two .table_in--pc {
    width: 22%;
}

.table_wrapper--two .table_in--pc .table_orange {
    width: 100%;
}

@media all and (max-width: 767px) {
    .table_wrapper--two .table_in--pc .table_orange {
        width: 38%;
    }
}

.fluit_content {
    padding: 0 10px;
    position: relative;
}

@media all and (min-width: 768px) {
    .fluit_content {
        width: 33%;
        float: left;
    }
}

.fluit_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    width: 60%;
}

.fluit_year {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-shadow: 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146, 0 0 8px #e17146;
}

@media all and (max-width: 767px) {
    .fluit_year {
        font-size: 7vw;
    }
}

.fluit_price {
    color: #e17146;
    font-size: 2.2em;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.1em;
}

@media all and (max-width: 767px) {
    .fluit_price {
        font-size: 7vw;
    }
}

.support_text {
    color: #376b3f;
    font-size: 2.3em;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

@media all and (max-width: 767px) {
    .support_text {
        font-size: 8vw;
        letter-spacing: 3px;
        text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
        margin: 10px auto;
    }
}

.support_icon_wrapper {
    display: inline-block;
    margin: 0 15px;
}

.support_icon_in {
    width: 25%;
    float: left;
    position: relative;
}

@media all and (max-width: 767px) {
    .support_icon_in {
        width: 50%;
        padding: 5px;
    }
}

.support_icon_word {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
    color: #fffac2;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919, 0 0 8px #c54919;
}

@media all and (max-width: 767px) {
    .support_icon_word {
        font-size: 7vw;
    }
}

.support_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

@media all and (max-width: 767px) {
    .support_top {
        display: block;
        text-align: center;
    }
}

.support_top .support_text {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.support_bottom {
    text-align: center;
    margin: 15px auto 30px;
}

.support_note {
    width: 78%;
    margin: 0 auto;
    text-indent: -1em;
    line-height: 1.5em;
    text-align: justify;
}

@media all and (max-width: 767px) {
    .support_note {
        font-size: 12px;
        width: 90%;
    }
}

.type_wrapper {
    background-image: url(../images/type_table_1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
}

@media all and (max-width: 767px) {
    .type_wrapper {
        background-image: url(../images/type_table_1_m.png);
    }
}

.type_wrapper::after {
    content: "";
    background-image: url(../images/type_title_1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    width: 102%;
    padding-bottom: 21%;
    position: absolute;
    top: -25px;
}

@media all and (max-width: 767px) {
    .type_wrapper::after {
        background-image: url(../images/type_title_1_m.png);
        width: 111%;
        padding-bottom: 48%;
        left: -5vw;
        top: -12vw;
    }
}

.type_content {
    padding: 0.5% 10%;
}

@media all and (max-width: 767px) {
    .type_content {
        padding: 2% 5%;
    }
}

.type_title {
    position: relative;
    z-index: 1;
    padding-bottom: 3%;
}

@media all and (max-width: 767px) {
    .type_title {
        padding-bottom: 8%;
    }
}

.type_title_main {
    color: #519460;
    font-size: 3.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 2.8% 10% 10px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
}

@media all and (min-width: 768px) {
    .type_title_main {
        font-size: 3em;
    }
}

@media all and (min-width: 1024px) {
    .type_title_main {
        font-size: 3.3em;
    }
}

@media all and (max-width: 767px) {
    .type_title_main {
        font-size: 8.5vw;
        letter-spacing: 1px;
        text-align: center;
        padding: 30px 0 10px;
        padding: 5vw 0 2vw;
        text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    }
}

@media all and (max-width: 320px) {
    .type_title_main {
        font-size: 8vw;
    }
}

.type_title_second {
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: 3px;
    line-height: 1em;
    padding: 0 10%;
}

@media all and (max-width: 767px) {
    .type_title_second {
        font-size: 4.7vw;
        letter-spacing: 1px;
        padding: 0 0px;
        text-align: center;
    }
}

@media all and (max-width: 360px) {
    .type_title_second {
        font-size: 4.5vw;
    }
}

.type_video {
    padding: 8px;
    border: 4px solid #e17147;
}

@media all and (max-width: 767px) {
    .type_video {
        padding: 4px;
        border: 2px solid #e17147;
    }
}

.type_video_title {
    color: #fff;
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 14px;
    letter-spacing: 0.1em;
    text-shadow: 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147, 0 0 8px #e17147;
}

@media all and (max-width: 767px) {
    .type_video_title {
        font-size: 7vw;
        top: 8px;
        text-shadow: 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147, 0 0 2px #e17147;
    }
}

.type_more {
    background: #e05653;
    font-size: 1.3em;
    letter-spacing: 3px;
    color: #fff;
    font-weight: bold;
    padding: 6px 20px;
    display: inline-block;
    border: 2px solid #e05653;
    border-radius: 15px;
    text-decoration: none;
    cursor: pointer;
}

.type_more_wrapper {
    display: block;
    text-align: right;
    margin: 40px auto 20px;
}

@media all and (max-width: 767px) {
    .type_more_wrapper {
        margin: 20px auto 10px;
    }
}

@media all and (max-width: 767px) {
    .type_more {
        font-size: 4vw;
        letter-spacing: 2px;
        padding: 4px 16px;
        border-radius: 8px;
    }
}

.type_more:hover {
    color: #e05653;
    background: transparent;
    text-decoration: none;
}

.type_name {
    color: #1e1e1e;
    font-weight: bold;
    text-align: center;
    min-height: 4em;
    letter-spacing: 2px;
    font-size: 1.3em;
    line-height: 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 767px) {
    .type_name {
        font-size: 4.3vw;
        letter-spacing: 1px;
    }
}

@media all and (max-width: 320px) {
    .type_name {
        font-size: 4vw;
    }
}

.type_name_block {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 6.8%;
}

.type_name span {
    font-size: 0.8em;
    display: block;
}

.type_slick {
    display: inline-block;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {
    .type_slick {
        width: 100%;
        margin: 10px auto;
        padding: 0 20px;
    }
}

@media all and (min-width: 768px) {
    .type_slick_in {
        width: 25%;
        float: left;
    }
}

.type_slick_in img {
    padding: 0 10px;
}

.type_slick .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.type_slick .slide-arrow.slick-disabled {
    display: none !important;
}

.type_slick .slide-arrow.prev-arrow {
    border: 0;
    background-color: transparent;
    outline: 0;
    top: 50%;
    left: -40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(../images/slick_prev_orange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media all and (max-width: 767px) {
    .type_slick .slide-arrow.prev-arrow {
        left: -8px;
        width: 30px;
        height: 40px;
        top: 40%;
    }
}

.type_slick .slide-arrow.prev-arrow:hover {
    background-image: url(../images/slick_prev_orange.png);
}

.type_slick .slide-arrow.next-arrow {
    border: 0;
    background-color: transparent;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(../images/slick_next_orange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media all and (max-width: 767px) {
    .type_slick .slide-arrow.next-arrow {
        right: -8px;
        width: 30px;
        height: 40px;
        top: 40%;
    }
}

.type_slick .slide-arrow.next-arrow:hover {
    background-image: url(../images/slick_next_orange.png);
}

.type_slick .slick-list {
    position: relative;
}

.type_slick .slick-list::before {
    content: "";
    width: 16%;
    height: calc(100% - 4em);
    display: inline-block;
    position: absolute;
    left: -1%;
    top: -2%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #fff2ed), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff2ed 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2ed', endColorstr='#00ffffff', GradientType=1);
}

.type_slick .slick-list::after {
    content: "";
    width: 16%;
    height: calc(100% - 4em);
    display: inline-block;
    position: absolute;
    right: -1%;
    top: -2%;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, color-stop(13%, #fff2ed), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #fff2ed 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2ed', endColorstr='#00ffffff', GradientType=1);
}

@media all and (max-width: 767px) {
    .type--drama {
        padding-top: 14vw;
    }
}

.type--drama .type_wrapper {
    background-image: url(../images/type_table_2.png);
}

@media all and (max-width: 767px) {
    .type--drama .type_wrapper {
        background-image: url(../images/type_table_2_m.png);
    }
}

.type--drama .type_wrapper::after {
    background-image: url(../images/type_title_2.png);
    width: 100.5%;
    padding-bottom: 22%;
    top: -37px;
}

@media all and (max-width: 767px) {
    .type--drama .type_wrapper::after {
        background-image: url(../images/type_title_2_m.png);
        width: 111%;
        padding-bottom: 48%;
        top: -13vw;
        left: -5vw;
    }
}

.type--drama .type_video {
    border: 4px solid #bd5bdd;
}

@media all and (max-width: 767px) {
    .type--drama .type_video {
        border: 2px solid #bd5bdd;
    }
}

.type--drama .type_video_title {
    text-shadow: 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd, 0 0 8px #bd5bdd;
}

@media all and (max-width: 767px) {
    .type--drama .type_video_title {
        text-shadow: 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd, 0 0 2px #bd5bdd;
    }
}

.type--drama .slick-list::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #ece1f0), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #ece1f0 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ece1f0', endColorstr='#00ffffff', GradientType=1);
}

.type--drama .slick-list::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(13%, #ece1f0), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #ece1f0 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ece1f0', endColorstr='#00ffffff', GradientType=1);
}

.type--drama .slide-arrow.prev-arrow {
    background-image: url(../images/slick_prev_purple.png);
}

.type--drama .slide-arrow.prev-arrow:hover {
    background-image: url(../images/slick_prev_purple.png);
}

.type--drama .slide-arrow.next-arrow {
    background-image: url(../images/slick_next_purple.png);
}

.type--drama .slide-arrow.next-arrow:hover {
    background-image: url(../images/slick_next_purple.png);
}

@media all and (max-width: 767px) {
    .type--cartoon {
        padding-top: 18vw;
    }
}

.type--cartoon .type_wrapper {
    background-image: url(../images/type_table_3.png);
}

@media all and (max-width: 767px) {
    .type--cartoon .type_wrapper {
        background-image: url(../images/type_table_3_m.png);
    }
}

.type--cartoon .type_wrapper::after {
    background-image: url(../images/type_title_3.png);
    width: 100%;
    padding-bottom: 24%;
    top: -40px;
}

@media all and (max-width: 767px) {
    .type--cartoon .type_wrapper::after {
        background-image: url(../images/type_title_3_m.png);
        width: 100.5%;
        padding-bottom: 53%;
        top: -16vw;
        left: -1vw;
    }
}

.type--cartoon .type_video {
    border: 4px solid #89bc74;
}

@media all and (max-width: 767px) {
    .type--cartoon .type_video {
        border: 2px solid #89bc74;
    }
}

.type--cartoon .type_video_title {
    text-shadow: 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74, 0 0 8px #89bc74;
}

@media all and (max-width: 767px) {
    .type--cartoon .type_video_title {
        text-shadow: 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74, 0 0 2px #89bc74;
    }
}

.type--cartoon .slick-list::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #d1dcd4), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #d1dcd4 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1dcd4', endColorstr='#00ffffff', GradientType=1);
}

.type--cartoon .slick-list::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(13%, #d1dcd4), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #d1dcd4 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1dcd4', endColorstr='#00ffffff', GradientType=1);
}

.type--cartoon .slide-arrow.prev-arrow {
    background-image: url(../images/slick_prev.png);
}

.type--cartoon .slide-arrow.prev-arrow:hover {
    background-image: url(../images/slick_prev.png);
}

.type--cartoon .slide-arrow.next-arrow {
    background-image: url(../images/slick_next.png);
}

.type--cartoon .slide-arrow.next-arrow:hover {
    background-image: url(../images/slick_next.png);
}

.type--record .type_wrapper {
    background-image: url(../images/type_table_4.png);
}

@media all and (max-width: 767px) {
    .type--record .type_wrapper {
        background-image: url(../images/type_table_4_m.png);
    }
}

.type--record .type_wrapper::after {
    background-image: url(../images/type_title_4.png);
    width: 100%;
    padding-bottom: 24%;
    top: -40px;
}

@media all and (max-width: 767px) {
    .type--record .type_wrapper::after {
        background-image: url(../images/type_title_4_m.png);
        width: 102.5%;
        padding-bottom: 53%;
        top: -15vw;
        left: -3vw;
    }
}

.type--record .type_video {
    border: 4px solid #5aa7e0;
}

@media all and (max-width: 767px) {
    .type--record .type_video {
        border: 2px solid #5aa7e0;
    }
}

.type--record .type_video_title {
    text-shadow: 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0, 0 0 8px #5aa7e0;
}

@media all and (max-width: 767px) {
    .type--record .type_video_title {
        text-shadow: 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0, 0 0 2px #5aa7e0;
    }
}

.type--record .slick-list::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #e3eef5), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #e3eef5 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3eef5', endColorstr='#00ffffff', GradientType=1);
}

.type--record .slick-list::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(13%, #e3eef5), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #e3eef5 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3eef5', endColorstr='#00ffffff', GradientType=1);
}

.type--record .slide-arrow.prev-arrow {
    background-image: url(../images/slick_prev_blue.png);
}

.type--record .slide-arrow.prev-arrow:hover {
    background-image: url(../images/slick_prev_blue.png);
}

.type--record .slide-arrow.next-arrow {
    background-image: url(../images/slick_next_blue.png);
}

.type--record .slide-arrow.next-arrow:hover {
    background-image: url(../images/slick_next_blue.png);
}

.type--fans .type_wrapper {
    background-image: url(../images/type_table_5.png);
}

@media all and (max-width: 767px) {
    .type--fans .type_wrapper {
        background-image: url(../images/type_table_5_m.png);
    }
}

.type--fans .type_wrapper::after {
    background-image: url(../images/type_title_5.png);
    width: 100%;
    padding-bottom: 24%;
    top: -48px;
}

@media all and (max-width: 767px) {
    .type--fans .type_wrapper::after {
        background-image: url(../images/type_title_5_m.png);
        width: 104.5%;
        padding-bottom: 53%;
        top: -15vw;
        left: -4.5vw;
    }
}

.type--fans .type_video {
    border: 4px solid #dac327;
}

@media all and (max-width: 767px) {
    .type--fans .type_video {
        border: 2px solid #dac327;
    }
}

.type--fans .type_video_title {
    text-shadow: 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327, 0 0 8px #dac327;
}

@media all and (max-width: 767px) {
    .type--fans .type_video_title {
        text-shadow: 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327, 0 0 2px #dac327;
    }
}

.type--fans .slick-list::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #fff6dc), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff6dc 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6dc', endColorstr='#00ffffff', GradientType=1);
}

.type--fans .slick-list::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(13%, #fff6dc), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #fff6dc 13%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6dc', endColorstr='#00ffffff', GradientType=1);
}

.type--fans .slide-arrow.prev-arrow {
    background-image: url(../images/slick_prev_yellow.png);
}

.type--fans .slide-arrow.prev-arrow:hover {
    background-image: url(../images/slick_prev_yellow.png);
}

.type--fans .slide-arrow.next-arrow {
    background-image: url(../images/slick_next_yellow.png);
}

.type--fans .slide-arrow.next-arrow:hover {
    background-image: url(../images/slick_next_yellow.png);
}

.note_title {
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    padding: 60px 0 15px;
    text-shadow: 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754, 0 0 8px #5b8754;
}

@media all and (max-width: 767px) {
    .note_title {
        font-size: 9vw;
        text-shadow: 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754, 0 0 6px #5b8754;
    }
}

.note_list ol li {
    font-size: 1.1em;
    line-height: 1.8em;
    letter-spacing: 1px;
    list-style-type: decimal;
    padding-left: 15px;
    text-align: justify;
}

@media all and (max-width: 767px) {
    .note_list ol li {
        font-size: 14px;
        padding-left: 5px;
    }
}

.section_note {
    position: relative;
}

.section_note .note_reveal {
    position: relative;
    height: 400px;
    margin-bottom: 0;
    overflow: hidden;
}

.section_note .reveal-open,
.section_note .reveal-close {
    text-align: center;
    position: absolute;
    padding-top: 180px;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

.section_note .reveal-open a,
.section_note .reveal-close a {
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 20px 0 0;
    color: #5b8754;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 3px;
    border-bottom: 1px solid #5b8754;
    position: relative;
    text-decoration: none;
}

.section_note .reveal-open a:hover,
.section_note .reveal-close a:hover {
    text-decoration: none;
}

.section_note .reveal-open a::after,
.section_note .reveal-close a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #5b8754 transparent transparent transparent;
    position: absolute;
    top: 10px;
    right: 0px;
}

.section_note .reveal-close {
    display: none;
    background: transparent;
}

.section_note .reveal-close a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #5b8754 transparent;
    position: absolute;
    top: 9px;
    right: 0px;
}

.btn_fixed {
    width: 100px;
    height: 100px;
    background-color: #e17246;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    border-bottom: 5px solid #ce4211;
}

@media all and (max-width: 767px) {
    .btn_fixed {
        width: 70px;
        height: 70px;
        right: 10px;
        bottom: 10px;
    }
}

.btn_fixed::before {
    content: "";
    width: 90%;
    height: 90%;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 5%;
    border: 1px solid #fffac2;
    border-radius: 50%;
}

.btn_fixed span {
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    color: #fffac2;
    font-weight: bold;
}

@media all and (max-width: 767px) {
    .btn_fixed span {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 1.1em;
    }
}

.btn_fixed:hover {
    background-color: #ce4211;
}

.btn_fixed:hover span {
    text-decoration: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    .video-container {
        padding-bottom: 50%;
        padding-top: 25px;
    }
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
    opacity: 0 !important;
}

/*# sourceMappingURL=style.css.map */