@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");

.feature__page p.hidden::before,
.feature__page section .embed:before,
.feature__page section .card__img::before,
.slideshow .slider__wrap::before,
.slideshow .slider__wrap::after,
button.btn::before,
button.btn::after,
a.btn::before,
a.btn::after,
nav.menubar--sub2 ul.menubar__user::before,
nav.menubar--sub ul.menubar__user::before {
    content: "";
    display: block;
}

.sns__group,
.feature__page section .sponsor__group,
nav.menubar--belt ul,
nav.menubar--sub2>.container ul,
nav.menubar--sub>.container ul,
.list-reset {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
    padding-left: 1.15em;
}

.mtb0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt0-mb1 {
    margin-top: 0 !important;
    margin-bottom: 1em !important;
}

.mt0-mb05 {
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mt10-mb20 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.mt20-mb10 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.mt20-mb0 {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .flex-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .flex-lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1280px) {
    .flex-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

html {
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.sr-only {
    position: absolute !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto, "Noto Sans TC", sans-serif;
}

.serif {
    font-family: "Roboto Slab", "Noto Serif TC", serif;
}

a {
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
    a {
        -webkit-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
}

img {
    display: block;
}

.clearfix,
.clearfix::before,
.clearfix::after {
    display: table;
    clear: both;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@font-face {
    font-family: "icomoon";
    src: url("../../fonts/feature/cw_icon.eot?6ln93m");
    src: url("../../fonts/feature/cw_icon.eot?6ln93m#iefix") format("embedded-opentype"), url("../../fonts/feature/cw_icon.ttf?6ln93m") format("truetype"), url("../../fonts/feature/cw_icon.woff?6ln93m") format("woff"), url("../../fonts/feature/cw_icon.svg?6ln93m#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

i.icon {
    display: inline-block;
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
    i.icon::before {
        display: inline;
        vertical-align: sub;
        line-height: 0;
    }
}

body.chrome i.icon:before {
    display: inline;
    vertical-align: sub;
    line-height: 0;
}

.icon-minus:before {
    content: "\e936";
}

.icon-plus:before {
    content: "\e937";
}

.icon-images:before {
    content: "\e900";
}

.icon-button:before {
    content: "\e901";
}

.icon-color:before {
    content: "\e902";
}

.icon-iconography:before {
    content: "\e903";
}

.icon-textfield:before {
    content: "\e904";
}

.icon-navigation:before {
    content: "\e905";
}

.icon-tabs:before {
    content: "\e906";
}

.icon-tooltips:before {
    content: "\e907";
}

.icon-typography:before {
    content: "\e908";
}

.icon-logo-text:before {
    content: "\e909";
}

.icon-phrase:before {
    content: "\e90a";
}

.icon-eyeoff:before {
    content: "\e90b";
}

.icon-eyeon:before {
    content: "\e90c";
}

.icon-check-circle:before {
    content: "\e90d";
}

.icon-exclamation-circle:before {
    content: "\e90e";
}

.icon-question-circle:before {
    content: "\e90f";
}

.icon-sort:before {
    content: "\e910";
}

.icon-caret-down:before {
    content: "\e911";
}

.icon-caret-up:before {
    content: "\e912";
}

.icon-menu:before {
    content: "\e913";
}

.icon-message:before {
    content: "\e914";
}

.icon-selection:before {
    content: "\e915";
}

.icon-list:before {
    content: "\e916";
}

.icon-search:before {
    content: "\e917";
}

.icon-user-filled:before {
    content: "\e918";
}

.icon-user-outlined:before {
    content: "\e919";
}

.icon-facebook:before {
    content: "\e91a";
}

.icon-instagram:before {
    content: "\e91b";
}

.icon-line:before {
    content: "\e91c";
}

.icon-play:before {
    content: "\e91d";
}

.icon-left:before {
    content: "\e91e";
}

.icon-right:before {
    content: "\e91f";
}

.icon-down:before {
    content: "\e920";
}

.icon-rss:before {
    content: "\e921";
}

.icon-up:before {
    content: "\e922";
}

.icon-bookmark-outlined:before {
    content: "\e923";
}

.icon-share:before {
    content: "\e924";
}

.icon-mail:before {
    content: "\e925";
}

.icon-edit:before {
    content: "\e926";
}

.icon-caret-right:before {
    content: "\e927";
}

.icon-caret-left:before {
    content: "\e928";
}

.icon-check:before {
    content: "\e929";
}

.icon-check-solid:before {
    content: "\e92a";
}

.icon-copy:before {
    content: "\e92b";
}

.icon-quote-left:before {
    content: "\e92c";
}

.icon-quote-right:before {
    content: "\e92d";
}

.icon-cancel:before {
    content: "\e92e";
}

.icon-coin:before {
    content: "\e92f";
}

.icon-fontsize:before {
    content: "\e930";
}

.icon-logo:before {
    content: "\e931";
}

.icon-bookmark-filled:before {
    content: "\e932";
}

.icon-arrow-right:before {
    content: "\e933";
}

.icon-arrow-left:before {
    content: "\e934";
}

.icon-error-solid:before {
    content: "\e935";
}

.icon-exclamation-solid:before {
    content: "\e938";
}

@font-face {
    font-family: "icomoon";
    src: url("../../fonts/feature/cw_icon.eot?6ln93m");
    src: url("../../fonts/feature/cw_icon.eot?6ln93m#iefix") format("embedded-opentype"), url("../../fonts/feature/cw_icon.ttf?6ln93m") format("truetype"), url("../../fonts/feature/cw_icon.woff?6ln93m") format("woff"), url("../../fonts/feature/cw_icon.svg?6ln93m#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

i.icon {
    display: inline-block;
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
    i.icon::before {
        display: inline;
        vertical-align: sub;
        line-height: 0;
    }
}

body.chrome i.icon:before {
    display: inline;
    vertical-align: sub;
    line-height: 0;
}

.icon-minus:before {
    content: "\e936";
}

.icon-plus:before {
    content: "\e937";
}

.icon-images:before {
    content: "\e900";
}

.icon-button:before {
    content: "\e901";
}

.icon-color:before {
    content: "\e902";
}

.icon-iconography:before {
    content: "\e903";
}

.icon-textfield:before {
    content: "\e904";
}

.icon-navigation:before {
    content: "\e905";
}

.icon-tabs:before {
    content: "\e906";
}

.icon-tooltips:before {
    content: "\e907";
}

.icon-typography:before {
    content: "\e908";
}

.icon-logo-text:before {
    content: "\e909";
}

.icon-phrase:before {
    content: "\e90a";
}

.icon-eyeoff:before {
    content: "\e90b";
}

.icon-eyeon:before {
    content: "\e90c";
}

.icon-check-circle:before {
    content: "\e90d";
}

.icon-exclamation-circle:before {
    content: "\e90e";
}

.icon-question-circle:before {
    content: "\e90f";
}

.icon-sort:before {
    content: "\e910";
}

.icon-caret-down:before {
    content: "\e911";
}

.icon-caret-up:before {
    content: "\e912";
}

.icon-menu:before {
    content: "\e913";
}

.icon-message:before {
    content: "\e914";
}

.icon-selection:before {
    content: "\e915";
}

.icon-list:before {
    content: "\e916";
}

.icon-search:before {
    content: "\e917";
}

.icon-user-filled:before {
    content: "\e918";
}

.icon-user-outlined:before {
    content: "\e919";
}

.icon-facebook:before {
    content: "\e91a";
}

.icon-instagram:before {
    content: "\e91b";
}

.icon-line:before {
    content: "\e91c";
}

.icon-play:before {
    content: "\e91d";
}

.icon-left:before {
    content: "\e91e";
}

.icon-right:before {
    content: "\e91f";
}

.icon-down:before {
    content: "\e920";
}

.icon-rss:before {
    content: "\e921";
}

.icon-up:before {
    content: "\e922";
}

.icon-bookmark-outlined:before {
    content: "\e923";
}

.icon-share:before {
    content: "\e924";
}

.icon-mail:before {
    content: "\e925";
}

.icon-edit:before {
    content: "\e926";
}

.icon-caret-right:before {
    content: "\e927";
}

.icon-caret-left:before {
    content: "\e928";
}

.icon-check:before {
    content: "\e929";
}

.icon-check-solid:before {
    content: "\e92a";
}

.icon-copy:before {
    content: "\e92b";
}

.icon-quote-left:before {
    content: "\e92c";
}

.icon-quote-right:before {
    content: "\e92d";
}

.icon-cancel:before {
    content: "\e92e";
}

.icon-coin:before {
    content: "\e92f";
}

.icon-fontsize:before {
    content: "\e930";
}

.icon-logo:before {
    content: "\e931";
}

.icon-bookmark-filled:before {
    content: "\e932";
}

.icon-arrow-right:before {
    content: "\e933";
}

.icon-arrow-left:before {
    content: "\e934";
}

.icon-error-solid:before {
    content: "\e935";
}

.icon-exclamation-solid:before {
    content: "\e938";
}

.hamburger {
    position: relative;
    width: 30px;
    height: 24px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #D60C18;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 10px;
}

.hamburger span:nth-child(3) {
    top: 20px;
}

.hamburger:hover span {
    background-color: #9D0505;
}

.hamburger.active span {
    top: 10px;
}

.hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
    display: none;
}

.hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.icon-btn-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .icon-btn {
        width: 44px;
        height: 44px;
    }
}

@media screen and (min-width: 1024px) {
    .icon-btn {
        -webkit-transition: color 0.3s, background-color 0.3s;
        transition: color 0.3s, background-color 0.3s;
    }
}

button.icon-btn {
    width: 44px;
    height: 44px;
    border: 0;
}

.normal-status:hover,
.normal-status.active {
    color: #D60C18;
}

.navi-btn {
    width: 34px;
    height: 44px;
    color: #fff;
    background-color: #9797b1;
}

.navi-btn:hover,
.navi-btn.active {
    background-color: #171717;
}

button.share-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    padding: 0;
    color: #fff;
    line-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
}

@media screen and (min-width: 768px) {
    button.share-btn {
        width: 100px;
        padding-top: 2px;
        line-height: 42px;
    }
}

button.share-btn>* {
    font-size: 1rem !important;
}

@media screen and (min-width: 768px) {
    button.share-btn>* {
        font-size: 1.125rem !important;
    }
}

button.share-btn span {
    margin-left: 5px;
}

button.share-btn-copy {
    background-color: #6B7780;
}

button.share-btn-copy:hover,
button.share-btn-copy.active {
    background-color: #48545D;
}

a.sns {
    display: block;
    color: #9797b1;
}

a.sns-facebook:hover,
a.sns-facebook.active {
    color: #1877F2;
}

a.sns-instagram:hover,
a.sns-instagram.active {
    color: transparent !important;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#b900b4), to(#f50000));
    background-image: linear-gradient(to bottom right, #b900b4 0%, #f50000 100%);
}

a.sns-instagram:hover i::before,
a.sns-instagram.active i::before {
    color: transparent !important;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#b900b4), to(#f50000));
    background-image: linear-gradient(to bottom right, #b900b4 0%, #f50000 100%);
}

a.sns-line:hover,
a.sns-line.active {
    color: #00C200;
}

a.sns-rss:hover,
a.sns-rss.active {
    color: #FF5700;
}

a.share-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    color: #fff;
    line-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    a.share-btn {
        width: 100px;
        padding-top: 2px;
        line-height: 42px;
    }
}

a.share-btn>* {
    font-size: 1rem !important;
}

@media screen and (min-width: 768px) {
    a.share-btn>* {
        font-size: 1.125rem !important;
    }
}

a.share-btn i:hover,
a.share-btn i.active {
    color: #fff;
}

a.share-btn span {
    margin-left: 5px;
}

a.share-btn-facebook {
    background-color: #1877F2;
}

a.share-btn-facebook:hover,
a.share-btn-facebook.active {
    background-color: #0d6ae4;
}

a.share-btn-line {
    background-color: #00C200;
}

a.share-btn-line:hover,
a.share-btn-line.active {
    background-color: #00a900;
}

a.share-btn-mail {
    background-color: #313160;
}

a.share-btn-mail:hover,
a.share-btn-mail.active {
    background-color: #28284f;
}

a.bookmark-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #D60C18;
}

a.bookmark-btn>i {
    font-size: 1.125rem !important;
}

a.bookmark-btn i:hover,
a.bookmark-btn i.active {
    color: #fff;
}

@media screen and (min-width: 768px) {
    a.bookmark-btn {
        width: 44px;
        height: 44px;
    }
}

.social_login {
    width: 100%;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social_login i.icon {
    font-size: 1.5em;
}

.social_login--facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #1877F2;
}

.social_login--facebook i.icon {
    margin-right: 0.375em;
}

.social_login--facebook:hover {
    background-color: #0d6ae4;
}

h1 {
    font-weight: 700;
}

h1,
.h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Noto Serif TC", serif;
    color: #171717;
    font-size: 38px;
    line-height: 1.5;
    word-break: break-word;
}

h2 {
    font-weight: 700;
}

h2,
.h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Noto Serif TC", serif;
    color: #171717;
    font-size: 24px;
    line-height: 1.5;
    word-break: break-word;
}

h3 {
    font-weight: 700;
}

h3,
.h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Noto Serif TC", serif;
    color: #171717;
    font-size: 18px;
    line-height: 2;
    word-break: break-word;
}

h4 {
    font-weight: 700;
}

h4,
.h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Noto Serif TC", serif;
    color: #D60C18;
    font-size: 1rem;
    line-height: 1.2;
    word-break: break-word;
}

h5 {
    font-weight: 700;
}

h5,
.h5 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Noto Serif TC", serif;
    color: #9797b1;
    font-size: 14px;
    line-height: 1;
    word-break: break-word;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

p {
    color: #171717;
    font-size: 1.125em;
    line-height: 1.8;
    word-break: break-word;
}

p a.link-btn {
    color: #313160;
    text-decoration: underline;
}

p a.link-btn:hover {
    color: #D60C18;
}

.summary {
    color: #313160;
}

blockquote {
    color: #171717;
    font-weight: 500;
}

nav a {
    display: block;
}

nav.menubar--left {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    max-height: 100vh;
    font-size: 1rem;
    border: 1px solid #D3D5D7;
    background-color: #fff;
    overflow: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 12;
}

@media screen and (min-width: 1024px) {
    nav.menubar--left {
        overflow: hidden scroll;
    }
}

nav.menubar--left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav.menubar--left ul li {
    line-height: 1;
}

nav.menubar--left ul li .li__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav.menubar--left ul li .li__group a {
    color: #171717;
}

nav.menubar--left ul li .li__group:hover a,
nav.menubar--left ul li .li__group:hover i {
    color: #D60C18;
}

nav.menubar--left ul li .li__group a.sns-facebook:hover>i,
nav.menubar--left ul li .li__group a.sns-facebook:hover>span {
    color: #1877F2;
}

nav.menubar--left ul li .li__group a.sns-line:hover>i,
nav.menubar--left ul li .li__group a.sns-line:hover>span {
    color: #00C200;
}

nav.menubar--left ul li.now {
    background-color: #D60C18;
}

nav.menubar--left ul li.now>.li__group>a,
nav.menubar--left ul li.now>.li__group>i {
    color: #fff;
}

nav.menubar--left>ul+ul {
    border-top: 1px solid #D3D5D7;
}

nav.menubar--left>ul>li .li__group {
    position: relative;
}

nav.menubar--left>ul>li .li__group>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 17px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.menubar--left>ul>li .li__group>a.sns i+span {
    margin-left: 5px;
}

nav.menubar--left>ul>li .li__group>i.more {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 25px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav.menubar--left>ul>li .li__group>i.more.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav.menubar--left>ul>li>ul {
    display: none;
    background-color: #EEEEEE;
}

nav.menubar--left>ul>li>ul>li .li__group>a {
    padding: 17px 50px;
}

nav.menubar--left.opened {
    left: 0;
}

nav.menubar--sub {
    position: relative;
    font-size: 14px;
    z-index: 10;
}

@media screen and (min-width: 1024px) {
    nav.menubar--sub {
        background-color: #6B7780;
        -webkit-transition: background-color, 0.3s;
        transition: background-color, 0.3s;
    }

    nav.menubar--sub:hover {
        background-color: #9797b1;
    }
}

@media screen and (max-width: 1023px) {
    nav.menubar--sub {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

nav.menubar--sub>.container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

nav.menubar--sub>.container ul {
    position: relative;
}

nav.menubar--sub>.container>ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
    nav.menubar--sub>.container>ul:first-child {
        display: none;
    }
}

nav.menubar--sub>.container>ul>li {
    margin-left: 16px;
}

nav.menubar--sub>.container>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #171717;
    line-height: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    nav.menubar--sub>.container>ul>li>a {
        color: #fff;
    }
}

nav.menubar--sub>.container>ul>li>a i {
    margin-left: 7px;
    height: 0.875em;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

nav.menubar--sub>.container>ul>li>a i.deg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav.menubar--sub>.container>ul>li>a:hover {
    color: #171717;
}

nav.menubar--sub ul.menubar__user {
    margin-left: 16px;
}

nav.menubar--sub ul.menubar__user::before {
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    nav.menubar--sub ul.menubar__user::before {
        width: 1px;
        height: 1rem;
    }
}

nav.menubar--sub ul.menubar__user>li {
    position: relative;
}

nav.menubar--sub ul.menubar__user>li .menubar__user__slide {
    display: none;
    position: absolute;
    left: -10px;
    min-width: calc(100% + 20px);
    width: 100%;
}

nav.menubar--sub ul.menubar__user>li .menubar__user__slide ul {
    background-color: #fff;
    border: 1px solid #D3D5D7;
}

nav.menubar--sub ul.menubar__user>li .menubar__user__slide ul li a {
    padding: 15px 20px;
    color: #171717;
}

nav.menubar--sub ul.menubar__user>li .menubar__user__slide ul li a:hover {
    color: #D60C18;
}

nav.menubar--sub ul.menubar__user>li .menubar__user__slide ul li.hr {
    height: 1px;
    background-color: #D3D5D7;
}

nav.menubar--sub2 {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

nav.menubar--sub2>.container {
    width: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

nav.menubar--sub2>.container ul {
    position: relative;
}

nav.menubar--sub2>.container>ul:not(.sns__group) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
    nav.menubar--sub2>.container>ul:not(.sns__group):first-child {
        display: none;
    }
}

nav.menubar--sub2>.container>ul:not(.sns__group)>li {
    margin-left: 16px;
}

nav.menubar--sub2>.container>ul:not(.sns__group)>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #171717;
    line-height: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.menubar--sub2>.container>ul:not(.sns__group)>li>a i {
    margin-left: 7px;
    height: 0.875em;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

nav.menubar--sub2>.container>ul:not(.sns__group)>li>a i.deg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav.menubar--sub2>.container>ul:not(.sns__group)>li>a:hover {
    color: #D60C18;
}

nav.menubar--sub2 ul.menubar__user {
    margin-left: 16px;
}

nav.menubar--sub2 ul.menubar__user::before {
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #171717;
}

@media screen and (min-width: 1024px) {
    nav.menubar--sub2 ul.menubar__user::before {
        width: 1px;
        height: 1rem;
    }
}

nav.menubar--sub2 ul.menubar__user>li {
    position: relative;
}

nav.menubar--sub2 ul.menubar__user>li .menubar__user__slide {
    display: none;
    position: absolute;
    left: -10px;
    min-width: calc(100% + 20px);
    width: 100%;
}

nav.menubar--sub2 ul.menubar__user>li .menubar__user__slide ul {
    background-color: #fff;
    border: 1px solid #D3D5D7;
}

nav.menubar--sub2 ul.menubar__user>li .menubar__user__slide ul li a {
    padding: 15px 20px;
    color: #171717;
}

nav.menubar--sub2 ul.menubar__user>li .menubar__user__slide ul li a:hover {
    color: #D60C18;
}

nav.menubar--sub2 ul.menubar__user>li .menubar__user__slide ul li.hr {
    height: 1px;
    background-color: #D3D5D7;
}

nav.menubar--belt ul {
    display: none;
}

nav.menubar--belt ul li {
    position: relative;
    height: 54px;
    text-align: center;
}

nav.menubar--belt ul li a {
    display: block;
    padding: 18px 10px;
    line-height: 1rem;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

nav.menubar--belt>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav.menubar--belt>ul>li {
    min-width: 120px;
}

nav.menubar--belt>ul>li>a {
    color: #171717;
}

nav.menubar--belt>ul>li:hover>a,
nav.menubar--belt>ul>li.active>a {
    color: #D60C18;
}

nav.menubar--belt>ul>li:hover>ul,
nav.menubar--belt>ul>li.active>ul {
    display: block;
}

nav.menubar--belt>ul>li>ul {
    position: absolute;
    top: 100%;
    left: -15px;
    width: calc(100% + 30px);
    background-color: #fff;
    z-index: 9;
}

nav.menubar--belt>ul>li>ul>li a {
    color: #171717;
    border: solid #D3D5D7;
}

nav.menubar--belt>ul>li>ul>li a:hover,
nav.menubar--belt>ul>li>ul>li a.active {
    color: #fff;
    background-color: #D60C18;
    border-color: #D60C18;
}

nav.menubar--belt>ul>li>ul>li>a {
    border-width: 0 1px;
}

nav.menubar--belt>ul>li>ul>li:first-child>a {
    border-width: 1px 1px 0;
}

nav.menubar--belt>ul>li>ul>li:last-child>a {
    border-width: 0 1px 1px;
}

nav.menubar--belt>ul>li>ul>li>ul {
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: 100%;
    background-color: #fff;
}

nav.menubar--belt>ul>li>ul>li>ul>li>a {
    border-width: 0 1px;
}

nav.menubar--belt>ul>li>ul>li>ul>li:first-child>a {
    border-width: 1px 1px 0;
}

nav.menubar--belt>ul>li>ul>li>ul>li:last-child>a {
    border-width: 0 1px 1px;
}

nav.menubar--belt>ul>li>ul>li:hover>ul,
nav.menubar--belt>ul>li>ul>li.active>ul {
    display: block;
}

nav.menubar--belt--third ul li {
    text-align: left;
}

nav.menubar--belt--third ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.menubar--belt--third>ul>li>ul {
    left: 0;
}

.opacity,
.black {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.opacity.opened,
.black.opened {
    width: 100%;
    height: 100%;
}

.black {
    background-color: rgba(23, 23, 23, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 11;
}

.black.opened {
    opacity: 1;
}

.article-page nav.menubar--sub {
    position: absolute;
    top: 50%;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
    .article-page nav.menubar--sub {
        right: 0;
    }
}

.article-page nav.menubar--sub>.container {
    width: auto;
}

.article-page nav.menubar--sub>.container>ul>li>a {
    color: #171717;
}

.article-page nav.menubar--sub ul.menubar__user::before {
    background-color: #171717;
}

button,
a {
    background-color: transparent;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

button.btn,
a.btn {
    position: relative;
    line-height: 1.25;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
}

button.btn+button.btn,
button.btn+a.btn,
a.btn+button.btn,
a.btn+a.btn {
    margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {

    button.btn+button.btn,
    button.btn+a.btn,
    a.btn+button.btn,
    a.btn+a.btn {
        margin-left: 1rem;
    }
}

button.btn::before,
button.btn::after,
a.btn::before,
a.btn::after {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

button.btn::before,
a.btn::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

button.btn::after,
a.btn::after {
    left: 50%;
    top: 50%;
    padding: 55%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: opacity 2s, -webkit-transform 0.5s;
    transition: opacity 2s, -webkit-transform 0.5s;
    transition: opacity 2s, transform 0.5s;
    transition: opacity 2s, transform 0.5s, -webkit-transform 0.5s;
}

button.btn:hover::before,
a.btn:hover::before {
    opacity: 0.04;
}

button.btn:hover:focus::before,
a.btn:hover:focus::before {
    opacity: 0.16;
}

button.btn:focus::before,
a.btn:focus::before {
    opacity: 0.12;
}

button.btn:active::after,
a.btn:active::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}

button.btn--text,
a.btn--text {
    color: #313160;
    font-size: 1em;
    text-decoration: underline;
}

button.btn--text:hover,
a.btn--text:hover {
    color: #D60C18;
}

button.btn--outlined,
a.btn--outlined {
    display: inline-block;
    min-width: 120px;
    padding: 8px 15px;
    color: #313160;
    font-size: 1rem;
    font-weight: 500;
    border: 2px solid #313160;
    z-index: 1;
}

@media screen and (min-width: 768px) {

    button.btn--outlined,
    a.btn--outlined {
        padding: 10px 20px;
    }
}

button.btn--outlined::-moz-focus-inner,
a.btn--outlined::-moz-focus-inner {
    border: none;
}

button.btn--outlined:hover,
a.btn--outlined:hover {
    color: #fff;
    background-color: #313160;
}

button.btn--outlined::before,
a.btn--outlined::before {
    background-color: #D60C18;
}

button.btn--outlined::after,
a.btn--outlined::after {
    background-color: #D60C18;
}

button.btn--contained,
a.btn--contained {
    display: inline-block;
    min-width: 70px;
    padding: 8px 15px;
    color: #fff;
    font-size: 1rem;
    background-color: #313160;
    border: 1px solid #313160;
    z-index: 1;
}

@media screen and (min-width: 768px) {

    button.btn--contained,
    a.btn--contained {
        padding: 10px 20px;
    }
}

button.btn--contained::-moz-focus-inner,
a.btn--contained::-moz-focus-inner {
    border: none;
}

button.btn--contained:hover,
a.btn--contained:hover {
    background-color: #9D0505;
    border-color: #9D0505;
}

button.btn--contained::before,
a.btn--contained::before {
    background-color: #D60C18;
}

button.btn--contained::after,
a.btn--contained::after {
    background-color: #D60C18;
}

button.btn[disabled],
a.btn[disabled] {
    color: #D3D5D7;
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    cursor: not-allowed;
}

button.btn[disabled]::before,
a.btn[disabled]::before {
    opacity: 0;
}

button.btn[disabled]::after,
a.btn[disabled]::after {
    opacity: 0;
}

button.btn[disabled]:hover,
a.btn[disabled]:hover {
    color: #D3D5D7;
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
}

button.btn[disabled].btn--animate,
a.btn[disabled].btn--animate {
    color: #48545D;
}

.slideshow {
    position: relative;
}

.slideshow .slider {
    position: relative;
}

.slideshow .slider__wrap {
    position: relative;
}

.slideshow .slider__wrap::before,
.slideshow .slider__wrap::after {
    clear: both;
}

@media screen and (min-width: 1024px) {
    .message p {
        font-size: 0.875rem;
        line-height: 1.75;
    }
}

@media screen and (max-width: 1023px) {
    .message p {
        font-size: 13px;
        line-height: 1.45;
        letter-spacing: 0.01em;
    }
}

.message p+p {
    margin-top: 1em;
}

.message__btn {
    font-size: 0;
}

.message--banner {
    width: 100%;
    background-color: #95ffff;
}

.message--banner .message__container {
    position: relative;
    margin: auto;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .message--banner .message__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    .message--banner .message__txt {
        width: 80%;
    }
}

.message--banner .message__txt p a {
    color: #313160;
    text-decoration: underline;
}

@media screen and (min-width: 1024px) {
    .message--banner .message__txt p a:hover {
        color: #9D0505;
    }
}

.message--banner .message__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1023px) {
    .message--banner .message__btn {
        margin-top: 1rem;
    }
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 985px;
    }
}

.menu--left {
    position: fixed;
    padding: 0;
    top: 0;
    bottom: 0;
    padding-top: 20px;
    background: #313160;
    overflow: auto;
    z-index: 11;
}

@media screen and (min-width: 1024px) {
    .menu--left {
        display: block !important;
        left: -250px;
        width: 250px;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
    }

    .menu--left.opened {
        left: 0px;
        -webkit-box-shadow: 0 0 10px rgba(23, 23, 23, 0.25);
        box-shadow: 0 0 10px rgba(23, 23, 23, 0.25);
    }
}

@media screen and (max-width: 1023px) {
    .menu--left {
        display: none;
        left: 0;
        right: 0;
        text-align: center;
    }
}

.menu--left .hamburger {
    margin-left: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .menu--left .hamburger {
        display: none;
    }
}

.menu--left ul {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    list-style: none;
}

.menu--left ul.socialLink>li:last-child {
    border-bottom: 0;
}

.menu--left>ul>li {
    display: block;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #777;
}

.menu--left>ul>li a {
    display: block;
    padding: 15px;
    color: #fff;
}

.menu--left>ul>li .fa {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 18px;
}

.menu--left>ul>li>ul {
    display: none;
    margin-left: -20px;
    margin-right: -20px;
    background: #4b4b77;
}

@media screen and (min-width: 1024px) {
    .menu--left>ul>li>ul {
        background: #f2f2f2;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .menu--left>ul>li>ul a {
        color: #313160;
    }

    .menu--left>ul>li>ul a:hover {
        color: #D60C18;
    }
}

.menu--left>ul>li>ul>li {
    border-bottom: 1px solid #777;
}

.menu--left>ul>li>ul>li:last-child {
    border-bottom: 0;
}

.touchClose {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.touchClose.opened {
    width: 100%;
    height: 100%;
}

footer {
    padding: 5px 0 3px;
    margin-top: 50px;
    color: #171717;
    letter-spacing: 1.5px;
    background-color: #f2f2f2;
}

footer .footer-txt {
    margin: 12px auto;
    padding: 0;
}

@media screen and (min-width: 769px) {
    footer .footer-txt {
        margin: 13px auto 12px;
    }
}

footer img {
    display: inline-block;
    width: 13px;
    margin-left: 4px;
}

footer p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.6;
}

footer p:last-child {
    margin: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
    footer p span {
        margin-right: 0px;
        display: block;
    }
}

@media screen and (min-width: 769px) {
    footer p span {
        margin-right: 20px;
    }
}

footer p a {
    color: #000;
    font-weight: 500;
    line-height: 2;
}

footer p a:hover {
    color: #D60C18;
}

.feature__page.menu--opened {
    overflow: hidden;
}

.feature__page header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313160;
    z-index: 10;
}

.feature__page header .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature__page header .flex a.logo {
    margin-left: 10px;
    margin-right: 10px;
}

.feature__page header .flex a.logo img {
    height: 40px;
}

@media screen and (min-width: 1024px) {
    .feature__page header .flex a.logo img {
        height: 60px;
    }
}

@media screen and (min-width: 1290px) {
    .feature__page header .container {
        width: 1260px;
    }
}

.feature__page header .hamburger {
    margin-bottom: 15px;
}

.feature__page section {
    border-top: 1px solid #f2f2f2;
    background: #F2F2F2;
}

.feature__page section:first-child {
    border-top: 0;
}

.feature__page section.card__section {
    background-color: #f2f2f2;
}

.feature__page section.card__section p.hidden::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
    background-image: linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}

.feature__page section .container {
    max-width: 890px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .feature__page section .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .feature__page section .container>.row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.feature__page section p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.feature__page section p.text--summary {
    color: #313160;
}

.feature__page section p.text--update {
    font-size: 0.875rem;
    line-height: 1.5;
}

.feature__page section .slider__navi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.feature__page section .slider__navi a.icon-btn {
    width: 40px;
    height: 60px;
    color: #9797b1;
}

@media screen and (min-width: 1024px) {
    .feature__page section .slider__navi a.icon-btn {
        width: 60px;
        height: 80px;
    }
}

.feature__page section .slider__navi:hover a {
    color: #313160;
}

.feature__page section .slider__navi i {
    font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
    .feature__page section .img__group {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.feature__page section .img__group img {
    width: 100%;
    height: auto;
}

.feature__page section .img__group h3 {
    display: block;
    padding-top: 0.4em;
    padding-bottom: 1.4em;
    color: #9797b1;
    font-size: 0.875rem;
    margin: 0;
    font-family: Roboto, noto sans tc, sans-serif;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .feature__page section .img__group h3 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.feature__page section .card__group {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
    .feature__page section .card__group {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }
}

.feature__page section .card__group .slick-list {
    overflow: hidden;
}

.feature__page section .card__group .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature__page section .card__group .slick-dots {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    line-height: 0;
    text-align: center;
}

.feature__page section .card__group .slider__navi.slider__navi--prev {
    left: -35px;
}

@media screen and (min-width: 1024px) {
    .feature__page section .card__group .slider__navi.slider__navi--prev {
        left: auto;
        right: calc(100% + 5px);
    }
}

.feature__page section .card__group .slider__navi.slider__navi--next {
    right: -35px;
}

@media screen and (min-width: 1024px) {
    .feature__page section .card__group .slider__navi.slider__navi--next {
        right: auto;
        left: calc(100% + 5px);
    }
}

.feature__page section .card__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
    .feature__page section .card__item {
        margin-left: 12.5px;
        margin-right: 12.5px;
        width: calc((100% - 75px) / 3);
    }
}

.feature__page section .card__item:hover .card__title {
    color: #313160;
}

.feature__page section .card__title {
    display: block;
    padding: 20px;
}

.feature__page section .card__title h3 {
    margin: 0;
    padding: 0;
    color: #171717;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    line-height: unset;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .feature__page section .card__title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.feature__page section .card__img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.feature__page section .card__img::before {
    width: 100%;
    padding-top: 66.666667%;
}

.feature__page section .card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature__page section .sponsor__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature__page section .sponsor__group li {
    width: 150px;
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .feature__page section .sponsor__group li {
        width: 195px;
    }
}

.feature__page section .sponsor__group li img {
    width: 100%;
    height: auto;
}

.feature__page section .embed {
    position: relative;
    width: 100%;
}

.feature__page section .embed:before {
    width: 100%;
}

.feature__page section .embed.embed--16by9:before {
    padding-top: 56.25%;
}

.feature__page section .embed.embed--4by3:before {
    padding-top: 75%;
}

.feature__page section .embed>.embed__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature__page section .slideshow {
    position: relative;
}

.feature__page section .slideshow--column .slider {
    font-size: 0;
    background-color: #f2f2f2;
}

.feature__page section .slideshow--column .slider .slider__wrap {
    width: 100%;
    z-index: 1;
    overflow: visible;
}

@media screen and (min-width: 1024px) {
    .feature__page section .slideshow--column .slider .slider__wrap {
        height: calc(100vh - 100px);
        vertical-align: bottom;
    }
}

.feature__page section .slideshow--column .slider .slider__wrap>.slick-list {
    height: 100%;
    overflow: hidden;
}

.feature__page section .slideshow--column .slider .slider__wrap>.slick-list>.slick-track {
    height: 100%;
}

.feature__page section .slideshow--column .slider .slider__item {
    position: relative;
}

.feature__page section .slideshow--column .slider .slider__item img {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .feature__page section .slideshow--column .slider .slider__item {
        width: 100%;
        height: 100%;
    }

    .feature__page section .slideshow--column .slider .slider__item img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.feature__page section .slideshow--column .slider .slider__title {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

@media screen and (min-width: 1024px) {
    .feature__page section .slideshow--column .slider .slider__title {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        background-color: #f2f2f2;
        padding-top: 15px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .feature__page section .slideshow--column .slider .slider__title {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
}

.feature__page section .slideshow--column .slider .slider__title h1 {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .feature__page section .slideshow--column .slider .slider__title h1 {
        font-size: 28px;
    }
}

.feature__page section .slideshow--column .slider .slider__title .phrase {
    color: #171717;
    margin-top: 10px;
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .feature__page section .slideshow--column .slider .slider__title .phrase {
        margin-top: 5px;
        font-size: 22px;
    }
}

.feature__page section .slideshow--column .slider .slick-dots {
    position: absolute;
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .feature__page section .slideshow--image {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.feature__page section .slideshow--image .slider__navi.slider__navi--prev {
    left: -45px;
}

@media screen and (min-width: 1024px) {
    .feature__page section .slideshow--image .slider__navi.slider__navi--prev {
        left: auto;
        right: calc(100% + 5px);
    }
}

.feature__page section .slideshow--image .slider__navi.slider__navi--next {
    right: -45px;
}

@media screen and (min-width: 1024px) {
    .feature__page section .slideshow--image .slider__navi.slider__navi--next {
        right: auto;
        left: calc(100% + 5px);
    }
}

.feature__page section .slideshow--image .slick-dots {
    padding-top: 40px;
    line-height: 0;
    text-align: center;
}

.feature__page section .slideshow--image .slider__item>span {
    display: block;
    padding-top: 0.4em;
    color: #9797b1;
    font-size: 0.875rem;
}

.feature__page p {
    position: relative;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.feature__page p.hidden {
    height: 9em;
    overflow: hidden;
}

.feature__page p.hidden::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
    background-image: linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}

.feature__page p.hidden+.btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.feature__page section.single-image__section .container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.feature__page section.single-image__section .img__group {
    position: relative;
}

@media screen and (max-width: 767px) {
    .feature__page section.single-image__section .img__group {
        margin-left: 0;
        margin-right: 0;
    }
}

.feature__page section.single-image__section p.single-image-preface {
    position: absolute;
    background-color: #FFF;
    padding: 5px 20px;
    left: 25px;
    bottom: 25px;
    width: auto;
    max-width: 32%;
    line-height: 1.55;
}

@media screen and (max-width: 767px) {
    .feature__page section.single-image__section p.single-image-preface {
        position: relative;
        max-width: none;
        padding: 0 15px;
        background-color: transparent;
        bottom: inherit;
        left: inherit;
        text-align: center;
    }
}

.feature__page section.single-image__section p.img-info {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .feature__page section.single-image__section p.img-info {
        padding: 0 15px;
    }
}

.feature__page section.author__section .container {
    max-width: none;
    width: 100%;
}

.feature__page section.author__section .container p.preface {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .feature__page section.author__section .container p.preface {
        width: 985px;
    }
}

@media screen and (min-width: 768px) {
    .feature__page section.author__section .container p.preface {
        width: 750px;
    }
}

.feature__page section.author__section .author__group {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .feature__page section.author__section .author__group {
        display: block;
    }
}

.feature__page section.author__section .author__group .author__item {
    flex: 0 0 180px;
    margin: 0 30px 40px 30px;
}

@media screen and (max-width: 767px) {
    .feature__page section.author__section .author__group .author__item {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 40px auto;
    }
}

.feature__page section.author__section .author__group .author__item .img {
    display: block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 180px;
    transition: 0.3s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-content: center;
}

@media screen and (max-width: 767px) {
    .feature__page section.author__section .author__group .author__item .img {
        width: 160px;
        height: 160px;
        margin: auto;
    }
}

.feature__page section.author__section .author__group .author__item:hover .img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.feature__page section.author__section .author__group .author__item img {
    width: 100%;
    transition: 0.3s ease;
}

.feature__page section.author__section .author__group .author__item:hover img {
    transform: scale(1.1);
}

.feature__page section.author__section .author__group .author__item h3 {
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.feature__page section.author__section .author__group .author__item h3 a {
    color: #171717;
}

.sns__group {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 20px;
    opacity: 0;
    z-index: 5;
}

@media screen and (max-width: 1023px) {
    .sns__group {
        right: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .sns__group {
        bottom: 3em;
        left: calc(910px + (100% - 880px) / 2);
        font-size: 40px;
    }
}

.sns__group li {
    width: 46px;
}

.sns__group li+li {
    margin-top: 0.25rem;
}

.sns__group li>a.sns {
    display: block;
    padding: 6px 0;
    border: 1px solid;
    border-color: transparent;
    background-color: transparent;
}

.sns__group li>a.sns img {
    margin: auto;
    width: 28px;
}

.sns__group li>a.sns:hover {
    border-color: #aaa;
    background-color: #fff;
}

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