@charset "UTF-8";
/*
  Author - Vocus / Calvin Da.
*/
/* autoprefixer grid: autoplace */
/*
    variables
*/
/*
    base
*/
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
* ul {
  padding: 0 !important;
}
* ul li {
  list-style: none;
}

h2 {
  font-weight: 400;
  line-height: 1.3;
}

button {
  border: none;
  background: transparent;
}

a {
  color: #189DAB;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

a:visited, a:focus {
  text-decoration: none;
}

.btn {
  border: 1px solid;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  border-radius: 20px;
  padding: 3px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.btn:focus, .btn:hover {
  outline: none;
  color: #ffffff;
}
.btn.active, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus:active {
  outline: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: not-allowed;
}

.btn [class^=fui-] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}

.btn-xs.btn [class^=fui-] {
  font-size: 11px;
  top: 0;
}

.btn-hg.btn [class^=fui-] {
  top: 2px;
}

.btn-default {
  color: #191616;
  background-color: transparent;
  border-color: #191616;
}

.btn-default.active,
.btn-default.hover,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:active:focus,
.open > .dropdown-toggle.btn-default {
  color: #191616;
  background-color: transparent;
  border-color: #191616;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background: transparent;
  border-color: #191616;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.hover,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].hover,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.hover,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: transparent;
  border-color: #191616;
}

.btn-default .badge {
  color: #191616;
  background-color: transparent;
}

.btn-primary {
  color: #fff;
  background-color: #DF167B;
  border: 1px solid #DF167B;
}

.btn-primary.active,
.btn-primary.hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #DF167B;
  border-color: #DF167B;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background: #DF167B;
  border-color: #DF167B;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.hover,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].hover,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.hover,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #DF167B;
  border-color: #DF167B;
}

.btn-primary .badge {
  color: #fff;
  background-color: #DF167B;
}

.btn-info {
  color: #5E5E5E;
  background-color: transparent;
}

.btn-info.active,
.btn-info.hover,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #101010;
  background-color: transparent;
  border-color: #101010;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background: transparent;
  border-color: #101010;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.hover,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].hover,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.hover,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: transparent;
  border-color: #5E5E5E;
}

.btn-info .badge {
  color: #5E5E5E;
  background-color: transparent;
}

.btn-info-light {
  color: #3B3B3B;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
}

.btn-info-light.active,
.btn-info-light.hover,
.btn-info-light:active,
.btn-info-light:focus,
.btn-info-light:hover,
.open > .dropdown-toggle.btn-info-light {
  color: #AAAAAA;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
}

.btn-info-light.active,
.btn-info-light:active,
.open > .dropdown-toggle.btn-info-light {
  background: #DDDDDD;
  border-color: #DDDDDD;
}

.btn-info-light.disabled,
.btn-info-light.disabled.active,
.btn-info-light.disabled.hover,
.btn-info-light.disabled:active,
.btn-info-light.disabled:focus,
.btn-info-light.disabled:hover,
.btn-info-light[disabled],
.btn-info-light[disabled].active,
.btn-info-light[disabled].hover,
.btn-info-light[disabled]:active,
.btn-info-light[disabled]:focus,
.btn-info-light[disabled]:hover,
fieldset[disabled] .btn-info-light,
fieldset[disabled] .btn-info-light.active,
fieldset[disabled] .btn-info-light.hover,
fieldset[disabled] .btn-info-light:active,
fieldset[disabled] .btn-info-light:focus,
fieldset[disabled] .btn-info-light:hover {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
}

.btn-info-light .badge {
  color: #3B3B3B;
  background-color: #DDDDDD;
}

.btn-inverse {
  color: #ffffff;
  background-color: #3B3B3B;
}

.btn-inverse.active,
.btn-inverse.hover,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #3B3B3B;
  border-color: #3B3B3B;
}

.btn-inverse.active,
.btn-inverse:active,
.open > .dropdown-toggle.btn-inverse {
  background: #3B3B3B;
  border-color: #3B3B3B;
}

.btn-inverse.disabled,
.btn-inverse.disabled.active,
.btn-inverse.disabled.hover,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled],
.btn-inverse[disabled].active,
.btn-inverse[disabled].hover,
.btn-inverse[disabled]:active,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse.active,
fieldset[disabled] .btn-inverse.hover,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
  background-color: #ffffff;
  border-color: #3B3B3B;
}

.btn-inverse .badge {
  color: #ffffff;
  background-color: #3B3B3B;
}

.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
}

.btn-danger.active,
.btn-danger.hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.hover,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].hover,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.hover,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #bdc3c7;
  border-color: #e74c3c;
}

.btn-danger .badge {
  color: #e74c3c;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
}

.btn-success.active,
.btn-success.hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background: #27ad60;
  border-color: #27ad60;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.hover,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].hover,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.hover,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #bdc3c7;
  border-color: #2ecc71;
}

.btn-success .badge {
  color: #2ecc71;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
}

.btn-warning.active,
.btn-warning.hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f4d313;
  border-color: #f4d313;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.hover,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].hover,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.hover,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #bdc3c7;
  border-color: #f1c40f;
}

.btn-warning .badge {
  color: #f1c40f;
  background-color: #ffffff;
}

.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.btn-embossed.active,
.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-link {
  color: #DF167B;
}

.btn-link:focus,
.btn-link:hover {
  color: #DF167B;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #bdc3c7;
  text-decoration: none;
}

.btn-group-hg > .btn,
.btn-hg {
  padding: 6px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 3px;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 3px 25px;
  font-size: 18px;
  line-height: 1.471;
  border-radius: 3px;
}

.btn-group-md > .btn,
.btn-md {
  padding: 6px 35px;
  font-size: 14px;
  line-height: 1.471;
  border-radius: 3px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}

.btn-tip {
  font-weight: 300;
  padding-left: 10px;
  font-size: 92%;
}

.btn-block {
  white-space: normal;
}

.button--xs {
  width: 14px;
  height: 14px;
}
.button--xs .icon {
  width: 8px;
  height: 8px;
}

.button--smaller {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.button--smaller .icon {
  width: 20px;
  height: 20px;
}

.button--small {
  width: 30px;
  height: 30px;
}
.button--small .icon {
  width: 25px;
  height: 25px;
}

.buttonGroup {
  display: inline-block;
}
.buttonGroup .button--small {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.buttonGroup .button--small:last-child {
  margin-right: 0;
}
.buttonGroup .button--middle {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.buttonGroup .button--middle:last-child {
  margin-right: 0;
}
.buttonGroup .button--large {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.buttonGroup .button--large:last-child {
  margin-right: 0;
}

.buttonwithLabel .button--middle {
  margin-right: 10px;
  width: auto;
}
.buttonwithLabel .button--middle .icon {
  width: 25px;
  height: 20px;
}
.buttonwithLabel .button--middle .buttonLabel {
  font-size: 18px;
  color: #757575;
  margin: 0 0 0 5px;
}
.buttonwithLabel .button--middle .buttonLabel.is-red {
  color: #C82639;
  font-size: 16px;
  margin: 0;
}
.buttonwithLabel .button--small {
  margin-right: 10px;
  width: auto;
}
.buttonwithLabel .button--small .icon {
  width: 18px;
  height: 18px;
}
.buttonwithLabel .button--small .buttonLabel {
  font-size: 14px;
  color: #757575;
  margin: 0 0 0 2px;
}
.buttonwithLabel .button--small .buttonLabel.is-red {
  color: #C82639;
  font-size: 14px;
  margin: 0;
}

.inline-list li {
  list-style: none;
  margin-right: 10px;
  float: left;
}

.inline-list--footer li {
  margin-right: 20px;
  font-size: 14px;
}

.space-top-1 {
  margin-top: 1px;
}

.space-top-2 {
  margin-top: 2px;
}

.space-top-3 {
  margin-top: 3px;
}

.space-top-4 {
  margin-top: 4px;
}

.space-top-5 {
  margin-top: 5px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .space-top-5 {
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .space-top-5 {
    margin-top: 10px;
  }
}

.space-top-6 {
  margin-top: 6px;
}

.space-top-7 {
  margin-top: 7px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .space-top-7 {
    margin-top: 10px;
  }
}

.space-top-8 {
  margin-top: 8px;
}

.space-top-9 {
  margin-top: 9px;
}

.space-top-10 {
  margin-top: 10px;
}

.space-top-15 {
  margin-top: 15px;
}

.space-top-20 {
  margin-top: 20px;
}

.space-top-25 {
  margin-top: 25px;
}

.space-top-30 {
  margin-top: 30px;
}

.space-top-35 {
  margin-top: 35px;
}

.space-top-40 {
  margin-top: 40px;
}

.space-top-45 {
  margin-top: 45px;
}

.space-top-50 {
  margin-top: 50px;
}

.space-top-55 {
  margin-top: 55px;
}

.space-top-60 {
  margin-top: 60px;
}

.space-top-65 {
  margin-top: 65px;
}

.space-top-70 {
  margin-top: 70px;
}

.space-top-75 {
  margin-top: 75px;
}

.space-top-80 {
  margin-top: 80px;
}

.space-top-85 {
  margin-top: 85px;
}

.space-top-90 {
  margin-top: 90px;
}

.space-top-95 {
  margin-top: 95px;
}

.space-top-100 {
  margin-top: 100px;
}

.space-bottom-1 {
  margin-bottom: 1px;
}

.space-bottom-2 {
  margin-bottom: 2px;
}

.space-bottom-3 {
  margin-bottom: 3px;
}

.space-bottom-4 {
  margin-bottom: 4px;
}

.space-bottom-5 {
  margin-bottom: 5px;
}

.space-bottom-6 {
  margin-bottom: 6px;
}

.space-bottom-7 {
  margin-bottom: 7px;
}

.space-bottom-8 {
  margin-bottom: 8px;
}

.space-bottom-9 {
  margin-bottom: 9px;
}

.space-bottom-10 {
  margin-bottom: 10px;
}

.space-bottom-15 {
  margin-bottom: 15px;
}

.space-bottom-20 {
  margin-bottom: 20px;
}

.space-bottom-25 {
  margin-bottom: 25px;
}

.space-bottom-30 {
  margin-bottom: 30px;
}

.space-bottom-35 {
  margin-bottom: 35px;
}

.space-bottom-40 {
  margin-bottom: 40px;
}

.space-bottom-45 {
  margin-bottom: 45px;
}

.space-bottom-50 {
  margin-bottom: 50px;
}

.space-bottom-55 {
  margin-bottom: 55px;
}

.space-bottom-60 {
  margin-bottom: 60px;
}

.space-bottom-65 {
  margin-bottom: 65px;
}

.space-bottom-70 {
  margin-bottom: 70px;
}

.space-bottom-75 {
  margin-bottom: 75px;
}

.space-bottom-80 {
  margin-bottom: 80px;
}

.space-bottom-85 {
  margin-bottom: 85px;
}

.space-bottom-90 {
  margin-bottom: 90px;
}

.space-bottom-95 {
  margin-bottom: 95px;
}

.space-bottom-100 {
  margin-bottom: 100px;
}

.space-left-1 {
  margin-left: 1px;
}

.space-left-2 {
  margin-left: 2px;
}

.space-left-5 {
  margin-left: 5px;
}

.space-left-10 {
  margin-left: 10px;
}

.space-left-15 {
  margin-left: 15px;
}

.space-left-20 {
  margin-left: 20px;
}

.space-left-25 {
  margin-left: 25px;
}

.space-left-30 {
  margin-left: 30px;
}

.space-left-35 {
  margin-left: 35px;
}

.space-left-40 {
  margin-left: 40px;
}

.space-left-45 {
  margin-left: 45px;
}

.space-right-1 {
  margin-right: 1px;
}

.space-right-2 {
  margin-right: 2px;
}

.space-right-3 {
  margin-right: 3px;
}

.space-right-4 {
  margin-right: 4px;
}

.space-right-5 {
  margin-right: 5px;
}

.space-right-6 {
  margin-right: 6px;
}

.space-right-7 {
  margin-right: 7px;
}

.space-right-8 {
  margin-right: 8px;
}

.space-right-9 {
  margin-right: 9px;
}

.space-right-10 {
  margin-right: 10px;
}

.space-right-15 {
  margin-right: 15px;
}

.space-right-20 {
  margin-right: 20px;
}

.space-right-25 {
  margin-right: 25px;
}

.space-right-30 {
  margin-right: 30px;
}

.space-right-35 {
  margin-right: 35px;
}

.space-right-40 {
  margin-right: 40px;
}

.space-right-45 {
  margin-right: 45px;
}

.space-right-50 {
  margin-right: 50px;
}

.min-height-20 {
  min-height: 20px;
}

.min-height-50 {
  min-height: 50px;
}

.min-height-80 {
  min-height: 80px;
}

.min-height-100 {
  min-height: 100px;
}

.min-height-150 {
  min-height: 150px;
}

.min-height-200 {
  min-height: 200px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .min-height-200 {
    min-height: 160px;
  }
}

.min-height-250 {
  min-height: 250px;
}

.min-height-300 {
  min-height: 300px;
}

.gray-bg {
  background-color: #F2F2F4;
}

.bgImage-cover {
  background-size: cover;
}

.left-divider-line {
  border-left: 1px solid #cccccc;
}

.lineDivider {
  padding-right: 0.15em;
  padding-left: 0.15em;
  font-size: 14px;
}
.lineDivider:before {
  color: #dadada;
  content: "｜";
}

.border-right {
  border-right: 1px solid #d0d0d0;
}

.border-left {
  border-left: 1px solid #d0d0d0;
}

.border-top {
  border-top: 1px solid #d4d4d4;
}

.top-menu {
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 16px 25px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .top-menu {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .top-menu {
    display: none;
  }
}
.top-menu .dream-land-logo img {
  width: 45px;
  width: auto;
}
.top-menu .brand-logo img {
  width: 72px;
  width: auto;
}
.top-menu .header-divider {
  display: inline-block;
  height: 20px;
  border-left: 1px solid #bebebe;
  width: 1px;
  position: relative;
  top: 7px;
}
@media screen and (min-width: 992px) {
  .top-menu .header-divider {
    margin: 0 8px;
  }
}
@media screen and (min-width: 1199px) {
  .top-menu .header-divider {
    margin: 0 18px;
  }
}
.top-menu .main-menu-list {
  display: inline-block;
  float: right;
}
.top-menu .main-menu-list li {
  float: left;
  margin: 0 12px 0 7px;
  position: relative;
  top: 5px;
}
.top-menu .main-menu-list li a {
  font-size: 16px;
  color: #527569;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .top-menu .main-menu-list li a {
    font-size: 14px;
  }
}
.top-menu .main-menu-list li a:hover {
  color: black;
}
.top-menu .main-menu-list li.active::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #C15846;
  position: absolute;
  bottom: -26px;
  left: 0;
}
.top-menu .main-menu-list .social-icon_img {
  width: 23px;
}
.top-menu .main-menu-list .facebook-icon {
  color: #3C61AC;
  font-size: 24px;
  position: relative;
  top: 0px;
  line-height: 3px;
}
.top-menu .main-menu-list .youtube-icon {
  color: #fe121a;
  font-size: 24px;
  position: relative;
  top: 0px;
  line-height: 3px;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-wrap__dream-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
.header-wrap__brand-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}

.language {
  background-color: #517569;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff !important;
}
@media all and (max-width: 767px) {
  .language {
    border: 1px solid #ddd;
    display: inline-block;
  }
}
.language a {
  color: #fff !important;
  font-size: 14px !important;
  margin: 0 3px;
}
.language a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .language a {
    font-size: 18px !important;
  }
}
.language .active {
  color: #fcbd12 !important;
  cursor: default;
}

.portbale-device-menu {
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 8px 5px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
}
.portbale-device-menu .dream-land-logo {
  margin-left: 10px;
  margin-top: 7px;
}
.portbale-device-menu .brand-logo {
  width: 68px;
  margin-left: 10px;
  margin-top: 7px;
}
@media all and (max-width: 320px) {
  .portbale-device-menu .brand-logo {
    width: 68px;
    margin-left: 15px;
    margin-top: 9px;
  }
}
.portbale-device-menu .icon-menu {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 32px;
  color: #517569;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 3px;
}

.mobile-main-menu {
  position: fixed;
  top: 0;
  height: 100%;
  background-color: #517569;
  z-index: 9999;
  right: 0;
  left: 0;
  width: 50%;
  padding: 20px 20px 30px 30px;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  max-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  max-height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
}
.mobile-main-menu .btn-close {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47 %2845396%29 - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='深色係版本修改' stroke='none' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='Mobile-Menu' transform='translate%28-270.000000, -29.000000%29' stroke='%23FFFFFF'%3E%3Cg id='Group' transform='translate%28270.000000, 30.000000%29'%3E%3Cpath d='M0.410714286,0.403846154 L22.5892857,20.5961538' id='Line-Copy-6'%3E%3C/path%3E%3Cpath d='M0.410714286,0.403846154 L22.5892857,20.5961538' id='Line-Copy-7' transform='translate%2811.500000, 10.500000%29 scale%28-1, 1%29 translate%28-11.500000, -10.500000%29 '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  float: right;
  margin: 10px 20px 0 0;
}
@media all and (max-width: 320px) {
  .mobile-main-menu .btn-close {
    margin: 0;
  }
}
.mobile-main-menu .main-nav {
  padding: 0;
  margin-top: 45%;
}
.mobile-main-menu .main-nav li {
  list-style: none;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}
.mobile-main-menu .main-nav li a {
  color: #fff;
}
.mobile-main-menu .main-nav li .social-icon_img {
  width: 40px;
  margin-bottom: -10px;
}
.mobile-main-menu .main-nav li .facebook-icon {
  font-size: 40px;
}
.mobile-main-menu .main-nav li .facebook-icon {
  font-size: 40px;
}
.mobile-main-menu .main-nav li .youtube-icon {
  font-size: 40px;
}
@media all and (max-width: 320px) {
  .mobile-main-menu .main-nav li {
    font-size: 14px;
    margin-right: 10px;
  }
}

.mobile-main-menu.show-nav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media all and (max-width: 320px) {
  .mobile-main-menu.show-nav {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.main-footer {
  background-color: #F0F8EF;
  margin-top: 140px;
  min-height: 135px;
  padding: 40px 0 20px;
}
.main-footer .footer-img {
  position: relative;
}
.main-footer .footer-img img {
  position: absolute;
  top: -139px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .main-footer .footer-img img {
    top: -133px;
  }
}
@media all and (max-width: 767px) {
  .main-footer .footer-img img {
    display: none;
  }
}
.main-footer .copyright-info {
  font-size: 14px;
  color: #527569;
  text-align: right;
}

/* ================================================================
// 通用樣式
=================================================================*/
.custom-width {
  max-width: 970px;
}

.style-trapezoid {
  background: transparent url(../images/feature-news-block.png?t=20211104v1) no-repeat 0 0;
  background-size: contain;
}

.main-heading-style {
  font-size: 30px;
  color: #527569;
  letter-spacing: 0;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main-heading-style {
    text-align: center;
    font-size: 22px;
  }
}

/* ================================================================
// 首頁
=================================================================*/
.hero-section {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    background-position: 78%;
  }
}
@media all and (max-width: 767px) {
  .hero-section {
    background-position: 78%;
    background: black url("../images/hero-img.jpg") no-repeat 0 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 70vh;
  }
}
.hero-section .hero-video-msak {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 20;
  display: inline-block;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: inherit;
}
.hero-section .hero-video {
  right: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .hero-section .hero-video {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .hero-section .hero-title img {
    width: 80%;
  }
}
.hero-section .hero-info-block {
  position: absolute;
  right: 0;
  left: 0;
  top: 200px;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
}
@media all and (max-width: 767px) {
  .hero-section .hero-info-block {
    top: 100px;
    padding: 10px;
  }
}
.hero-section .hero-info-block p {
  color: white;
  margin-top: 35px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
}
@media all and (min-width: 1200px) {
  .hero-section .hero-info-block p {
    margin-top: 56px;
  }
}
.hero-section .scrolling-down {
  background: transparent url(../images/hero-scroll-roach.png?t=20211104v1) no-repeat 0 0;
  position: absolute;
  margin: 30px auto 0;
  z-index: 100;
  right: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  width: 65px;
  height: 87px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: contain;
  -webkit-animation: scrolling-down 2s infinite;
  animation: scrolling-down 2s infinite;
}
@media all and (max-width: 767px) {
  .hero-section .scrolling-down {
    display: none;
  }
}
@-webkit-keyframes scrolling-down {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrolling-down {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.main-visual {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%, #fdffc8), to(#f0f8ef));
  background-image: linear-gradient(-180deg, #fdffc8 82%, #f0f8ef 100%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-visual .main-visual-inner {
  max-width: 80%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .main-visual .main-visual-inner {
    max-width: 90%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .main-visual .main-visual-inner {
    max-width: 90%;
  }
}
.main-visual .hero-little-boy {
  background: rgba(0, 0, 0, 0) url(../images/hero-little-boy.png?t=20211104v1) no-repeat 0 0;
  display: inline-block;
  background-size: contain;
  width: 574px;
  height: 297px;
  position: absolute;
  left: 0;
  bottom: 135px;
  z-index: 100;
}
@media all and (max-width: 767px) {
  .main-visual .hero-little-boy {
    width: 200px;
    height: 100px;
    bottom: 100px;
  }
}
.main-visual .hero-little-mom-big-boy {
  background: rgba(0, 0, 0, 0) url(../images/hero-mom-big-boy.png?t=20211104v1) no-repeat 0 0;
  display: inline-block;
  background-size: contain;
  width: 276px;
  height: 345px;
  position: absolute;
  right: 15%;
  bottom: 200px;
  z-index: 50;
}
@media all and (max-width: 767px) {
  .main-visual .hero-little-mom-big-boy {
    width: 150px;
    height: 200px;
  }
}
.main-visual .hero-dad {
  background: rgba(0, 0, 0, 0) url(../images/hero-dad.png?t=20211104v1) no-repeat 0 0;
  display: inline-block;
  background-size: contain;
  width: 327px;
  height: 524px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media all and (max-width: 767px) {
  .main-visual .hero-dad {
    width: 150px;
    height: 225px;
    right: -25px;
  }
}
.main-visual .hero-roach {
  background: rgba(0, 0, 0, 0) url(../images/hero-roach.png?t=20211104v1) no-repeat 0 0;
  display: inline-block;
  background-size: contain;
  width: 134px;
  height: 90px;
  position: absolute;
  right: 29%;
  bottom: 35px;
  z-index: 100;
}
@media all and (max-width: 767px) {
  .main-visual .hero-roach {
    width: 60px;
    height: 50px;
  }
}

/* ================================================================
// 最新消息
=================================================================*/
.news-section {
  background-color: #f0f8ef;
  min-height: 400px;
  padding: 10px 0 60px 0;
}
.news-section .fb-fanpage {
  -webkit-box-shadow: 9px 11px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 9px 11px rgba(0, 0, 0, 0.1215686275);
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .news-section .fb-fanpage {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .news-section .fb-fanpage {
    display: none;
  }
}
.news-section .feature-news {
  border: 1px solid #f57d23;
  padding: 12px 23px 12px 18px;
  width: 90%;
  margin: 24px 0;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 8px 9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 9px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.news-section .feature-news i {
  color: #f57d23;
  margin-right: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}
.news-section .feature-news a,
.news-section .feature-news em {
  color: #f57d23;
  position: relative;
  display: block;
  padding-left: 35px;
  font-style: normal;
}
.news-section .feature-news a .date,
.news-section .feature-news em .date {
  font-weight: bold;
  font-size: 90%;
}
.news-section .news-list {
  margin-top: 15px;
  display: inline-block;
}
.news-section .news-list li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  max-width: 100%;
}
.news-section .news-list li i {
  color: #527569;
  font-size: 16px;
  float: left;
  position: relative;
  top: 6px;
}
.news-section .news-list li span {
  color: #565656;
  padding-left: 20px;
  font-size: 16px;
  display: inline-block;
}
.news-section .news-list li a {
  color: #f57d23;
  font-size: 16px;
  text-decoration: underline;
}
.news-section .news-list li a:hover {
  color: black;
  text-decoration: underline;
}
.news-section .news-more-link {
  color: #527569;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
}
.news-section .news-more-link:hover {
  color: black;
}

/* ================================================================
// 關於小兒子
=================================================================*/
.about-section {
  background-color: #f0f8ef;
  -webkit-box-shadow: inset 0 9px 13px 0 #c2d4c0;
          box-shadow: inset 0 9px 13px 0 #c2d4c0;
  padding: 60px 0 30px;
  min-height: 670px;
  position: relative;
}
.about-section .about-content {
  position: relative;
}
.about-section .about-tittle-and-boy {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 185px;
}
@media all and (max-width: 767px) {
  .about-section .about-tittle-and-boy {
    top: -160px;
  }
}
.about-section .about-copywriting {
  margin-top: 53px;
  color: black;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
}
.about-section .hero-side-title-boy {
  position: absolute;
  display: inline-block;
  right: 0;
  top: -90px;
  width: 174px;
  height: 309px;
  overflow: hidden;
}
.about-section .hero-side-title-boy img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .about-section .hero-side-title-boy {
    display: none;
  }
}
.about-section .dad-nude {
  position: absolute;
  left: 0;
}
@media all and (max-width: 767px) {
  .about-section .dad-nude {
    display: none;
  }
}
.about-section .about-airplane {
  position: absolute;
  right: 0;
  top: 270px;
  height: 550px;
  overflow: hidden;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-airplane {
    height: 450px;
    width: 635px;
    top: 460px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-airplane {
    height: 450px;
    width: 635px;
    top: 460px;
  }
}
@media all and (max-width: 767px) {
  .about-section .about-airplane {
    display: none;
  }
}
.about-section .about-airplane .airplane {
  width: 90%;
  position: relative;
  right: -200px;
  top: 17px;
  -webkit-animation: rotating 2s linear infinite alternate;
          animation: rotating 2s linear infinite alternate;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-airplane .airplane {
    right: -132px;
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}

/* ================================================================
// 小兒子動畫系列
=================================================================*/
.CTA-btn {
  display: inline-block;
  width: 100%;
}

.animation-section {
  min-height: 600px;
  background: transparent url(../images/animation-bg.jpg?t=20211104v1) no-repeat 0 0;
  background-size: cover;
  padding: 40px 0;
  background-position: 0 -80px;
}
@media all and (max-width: 767px) {
  .animation-section {
    background-position: 0 0;
  }
}
@media all and (max-width: 767px) {
  .animation-section h2 img {
    width: 100%;
  }
}
.animation-section .animation-poster {
  width: 286px;
  padding: 40px 0;
  margin-left: 20px;
}
.animation-section .animation-info {
  color: black;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  padding-left: 50px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .animation-section .animation-info {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .animation-section .animation-info {
    padding: 0;
    margin-top: 10px;
  }
}

.animation-introduction {
  max-width: 1270px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .animation-introduction {
    display: none;
  }
}
.animation-introduction .detail-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.animation-introduction .detail-intro .character {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .animation-introduction .detail-intro .character {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.animation-introduction .detail-intro .character .character-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 2 300px;
          flex: 1 2 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .animation-introduction .detail-intro .character .character-img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .animation-introduction .detail-intro .character .character-img img {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .animation-introduction .detail-intro .character .character-img img {
    width: auto;
  }
}
.animation-introduction .detail-intro .character.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.animation-introduction .detail-intro .character-info {
  background: transparent url(../images/intro-content-block.svg?t=20211104v1) no-repeat center center;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 500px;
          flex: 2 1 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  background-size: contain;
  width: 530px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .animation-introduction .detail-intro .character-info {
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    width: 200px;
    padding: 20px;
    position: relative;
    top: -100px;
    height: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .animation-introduction .detail-intro .character-info {
    height: 310px;
    width: 495px;
  }
}
.animation-introduction .detail-intro .character-info .character-info-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
  margin-top: 55px;
}
.animation-introduction .detail-intro .character-info .character-info-inner h3 {
  color: #c15945;
}
.animation-introduction .detail-intro .character-info .character-info-inner p {
  color: black;
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media all and (max-width: 767px) {
  .animation-introduction .detail-intro .character-info .character-info-inner {
    margin-top: 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .animation-introduction .detail-intro .character-info {
    padding: auto;
  }
}
.animation-introduction .character-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
@media screen and (max-width: 991px) {
  .animation-introduction .character-list {
    display: none;
  }
}
.animation-introduction .character-list .character-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding-top: 81px;
}
.animation-introduction .character-list .character-list-item img {
  width: 100%;
  -webkit-box-shadow: 6px 5px rgba(0, 0, 0, 0.19);
          box-shadow: 6px 5px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.animation-introduction .character-list .character-list-item .character-commit {
  display: none;
  opacity: 0;
  background: transparent url(../images/commit.svg?t=20211104v1) no-repeat 0 0;
  width: 140px;
  height: 70px;
  background-size: contain;
  position: absolute;
  bottom: 63px;
  color: #c15945;
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
}
.animation-introduction .character-list .character-list-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.animation-introduction .character-list .character-list-item:hover img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 8px 12px rgba(0, 0, 0, 0.19);
          box-shadow: 8px 12px rgba(0, 0, 0, 0.19);
}
.animation-introduction .character-list .character-list-item:hover .character-commit {
  opacity: 1;
  display: inline-block;
}
.animation-introduction .character-list .character-list-item.active {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.animation-introduction .character-list .character-list-item.active img {
  border: 2px solid #f57d23;
  -webkit-box-shadow: 8px 12px rgba(0, 0, 0, 0.19);
          box-shadow: 8px 12px rgba(0, 0, 0, 0.19);
}
.animation-introduction .character-list .character-list-item.active .character-commit {
  opacity: 1;
  display: inline-block;
}

.mobile-character-list {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-character-list {
    display: block;
  }
}
.mobile-character-list .mobile-character {
  padding: 20px;
}
.mobile-character-list .mobile-character .character-img {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.mobile-character-list .mobile-character .character-img img {
  width: 65%;
  margin: 0 auto;
}
.mobile-character-list .character-info .character-info-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
}
.mobile-character-list .character-info .character-info-inner h3 {
  color: #c15945;
}
.mobile-character-list .character-info .character-info-inner p {
  color: black;
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media all and (max-width: 767px) {
  .mobile-character-list .character-info .character-info-inner {
    margin-top: 0px;
  }
}
.mobile-character-list .slick-dots li button:before {
  font-size: 14px;
}
.mobile-character-list .slick-next {
  right: 0;
}

.channel-info {
  min-height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.channel-info .channel-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .channel-info .channel-info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.channel-info .channel-info-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 13px 20px;
}

/* ================================================================
// 音樂劇
=================================================================*/
.section-musical {
  -webkit-box-shadow: inset 0 9px 13px 0 #c2d4c0;
          box-shadow: inset 0 9px 13px 0 #c2d4c0;
  background-color: #f0f8ef;
  background-color: #fffef2;
  min-height: 300px;
  padding: 60px 40px 60px;
}
.section-musical h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-musical h2 .btn-line {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  line-height: 1;
  background: #08B53B;
  border-radius: 50px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0 10px;
  cursor: pointer;
}
.section-musical h2 .btn-line:hover {
  background: #078B2E;
}
.section-musical h2 .hide-text {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .section-musical h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .section-musical h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-musical h2 img {
    width: 100%;
  }
  .section-musical h2 .btn-line {
    font-size: 16px;
    margin: 20px auto 0;
  }
}
.section-musical .musical-list {
  margin-top: 25px;
  position: relative;
}
.section-musical .musical-list .musical-list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .section-musical .musical-list .musical-list-ul {
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 32px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-musical .musical-list .musical-list-ul .musical-list-item {
  font-size: 24px;
  color: #527569;
  font-weight: bold;
  margin-bottom: 14px;
  padding-bottom: 14px;
  margin-right: 16px;
  position: relative;
  padding-left: 30px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .section-musical .musical-list .musical-list-ul .musical-list-item {
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
@media all and (max-width: 767px) {
  .section-musical .musical-list .musical-list-ul .musical-list-item {
    display: inline-block;
    margin: 0 10px;
    min-width: auto;
    font-size: 18px;
    border-bottom: none;
    word-break: keep-all;
    padding-left: 25px;
  }
}
.section-musical .musical-list .musical-list-ul .musical-list-item:hover {
  color: #555;
}
@media all and (max-width: 767px) {
  .section-musical .musical-list .musical-list-ul .musical-list-item:hover {
    color: #b81d22;
  }
}
.section-musical .musical-list .musical-list-ul .musical-list-item span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .section-musical .musical-list .musical-list-ul .musical-list-item span {
    white-space: nowrap;
  }
}
.section-musical .musical-list .musical-list-ul .musical-list-item span i {
  position: absolute;
  left: 0;
  top: 4px;
}
@media all and (max-width: 767px) {
  .section-musical .musical-list .musical-list-ul .musical-list-item span i {
    margin-right: 1px;
  }
}
.section-musical .musical-list .musical-list-ul .musical-list-item.active {
  color: #b81d22;
}
.section-musical .musical-list .musical-list-ul .musical-list-item.active span {
  text-decoration: none;
}
.section-musical .musical-content {
  display: none;
}
.section-musical .musical-content.active {
  display: block;
}
.section-musical .heading-musical1 {
  max-width: 556px;
  margin: 45px auto 20px;
  display: block;
}
@media all and (max-width: 767px) {
  .section-musical .heading-musical1 {
    width: 100%;
    margin: 25px auto 20px;
  }
}
.section-musical .musical-slogan {
  max-width: 438px;
  margin: 45px auto;
  display: block;
}
@media all and (max-width: 767px) {
  .section-musical .musical-slogan {
    width: 100%;
    margin: 25px auto 20px;
  }
}
.section-musical .musical2-slogan {
  max-width: 288px;
  margin: 45px auto;
  display: block;
}
@media all and (max-width: 767px) {
  .section-musical .musical2-slogan {
    width: 100%;
    margin: 25px auto 20px;
  }
}
.section-musical .musical-banner {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  font-style: normal;
}
.section-musical .musical-banner:hover::before {
  content: "前往購票";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  margin: 0 auto;
  top: 45%;
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  width: 220px;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}
.section-musical .musical-banner:hover img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.section-musical .musical-banner img {
  width: 100%;
  -webkit-box-shadow: 13px 12px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 13px 12px 0 0 rgba(0, 0, 0, 0.2);
}
.section-musical .musical2-banner:hover::before {
  content: "前往購票";
}
.section-musical .musical-illustration {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: -131px;
  bottom: -23px;
  z-index: 5;
  width: 100%;
  max-width: 307px;
}
@media all and (max-width: 767px) {
  .section-musical .musical-illustration {
    position: static;
    margin-bottom: 33px;
  }
}
.section-musical .slick-prev:before,
.section-musical .slick-next:before {
  color: #C3CCA8;
}
.section-musical .slick-dots li button:before {
  font-size: 14px;
}
.section-musical .slick-prev {
  left: 0;
}
.section-musical .slick-next {
  right: 0;
}
.section-musical .slick-dots {
  bottom: -40px;
  left: 0;
}

.musical-gallery {
  margin-top: 40px;
  margin: 40px -35px;
  padding: 0 30px;
}
.musical-gallery .gallery-list {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 7.5px 5px;
}
.musical-gallery .gallery-list img {
  width: 100%;
  -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.musical-gallery .gallery-list:focus {
  outline: 0px;
}
.musical-gallery .gallery-list:hover img {
  -webkit-filter: brightness(0.5);
}

.musical-sample {
  position: relative;
  margin-bottom: 70px;
  margin-top: 70px;
}
@media all and (max-width: 767px) {
  .musical-sample {
    margin-bottom: 55px;
  }
}
.musical-sample__wrap {
  padding: 91px 194px;
  background: url(../images/app-book-content-block.svg) center center no-repeat;
  margin: 0 0 20px;
}
@media all and (max-width: 767px) {
  .musical-sample__wrap {
    padding: 0;
    background: none;
  }
}
.musical-sample__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.musical-sample__movie iframe,
.musical-sample__movie object,
.musical-sample__movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.musical-sample__note {
  font-size: 14px;
  color: #6D6D6D;
  text-align: center;
}
.musical-sample .slick-prev:before,
.musical-sample .slick-next:before {
  font-size: 40px;
}
@media all and (max-width: 767px) {
  .musical-sample .slick-prev:before,
.musical-sample .slick-next:before {
    font-size: 20px;
  }
}
.musical-sample .slick-prev,
.musical-sample .slick-next {
  width: 40px;
}
@media all and (max-width: 767px) {
  .musical-sample .slick-prev,
.musical-sample .slick-next {
    width: 20px;
  }
}
.musical-sample .slick-prev {
  left: -60px;
}
@media all and (max-width: 767px) {
  .musical-sample .slick-prev {
    left: -30px;
  }
}
.musical-sample .slick-next {
  right: -60px;
}
@media all and (max-width: 767px) {
  .musical-sample .slick-next {
    right: -30px;
  }
}

/* ================================================================
// 繪本
=================================================================*/
.picture-book {
  background-color: #fffef2;
  -webkit-box-shadow: inset 0 9px 13px 0 #c2d4c0;
          box-shadow: inset 0 9px 13px 0 #c2d4c0;
  padding: 60px 0 30px;
  min-height: 670px;
  position: relative;
}
.picture-book .pic-book-slogan {
  width: 80%;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-slogan {
    width: 85%;
    margin: 35px auto;
    display: block;
  }
}
@media all and (max-width: 767px) {
  .picture-book h2 img {
    width: 100%;
  }
}
.picture-book .pic-book-illustration {
  position: relative;
  top: -30px;
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-illustration {
    width: 100%;
    top: 0px;
  }
}
.picture-book .bridge-book-illustration {
  display: block;
  margin: -120px auto 0;
}
@media all and (max-width: 767px) {
  .picture-book .bridge-book-illustration {
    margin: 0 auto;
  }
}
.picture-book .bridge-book-illustration2 {
  margin: -100px auto 0;
}
@media all and (max-width: 767px) {
  .picture-book .bridge-book-illustration2 {
    margin: 0 auto;
  }
}
.picture-book .comic-illus {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -50px;
  left: -80px;
}
@media all and (max-width: 767px) {
  .picture-book .comic-illus {
    top: 0px;
    left: 0;
  }
}
.picture-book .comic-illus_2 {
  display: block;
  margin: 0 auto;
  position: relative;
  right: 100px;
  bottom: -50px;
}
@media all and (max-width: 767px) {
  .picture-book .comic-illus_2 {
    right: 0;
  }
}
.picture-book .pic-book-intro {
  margin-top: 30px;
}
.picture-book .pic-book-intro .pic-book-list {
  max-height: 420px;
  margin-top: 25px;
  overflow-y: scroll;
  position: relative;
}
.picture-book .pic-book-intro .pic-book-list .notice-icon {
  display: none;
  position: absolute;
  right: 0;
  z-index: 99;
  top: -10px;
  font-size: 20px;
  background-color: #fffef1;
  color: #517569;
  padding: 10px;
}
.picture-book .pic-book-intro .pic-book-list .notice-icon i {
  -webkit-animation: scrolling-right 2s infinite;
  animation: scrolling-right 2s infinite;
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-list .notice-icon {
    display: inline-block;
  }
}
.picture-book .pic-book-intro .pic-book-list::-webkit-scrollbar {
  width: 5px;
}
.picture-book .pic-book-intro .pic-book-list::-webkit-scrollbar-track {
  background-color: #fffef1;
  border-right: 1px solid #d1d1d1;
  position: relative;
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-list::-webkit-scrollbar-track {
    border-right: none;
  }
}
.picture-book .pic-book-intro .pic-book-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #527569;
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-list {
    overflow: visible;
    margin-top: auto;
    overflow-y: visible;
  }
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 32px !important;
  }
}
.picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item {
  font-size: 24px;
  color: #527569;
  font-weight: bold;
  margin-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 14px;
  margin-right: 16px;
  position: relative;
  padding-left: 30px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item {
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item {
    display: inline-block;
    margin: 0 10px;
    min-width: auto;
    font-size: 18px;
    border-bottom: none;
    word-break: keep-all;
    position: static;
    padding-left: 0;
  }
}
.picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item span,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item span,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item span {
    white-space: nowrap;
  }
}
.picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item span:hover,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item span:hover {
  color: #555;
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item span:hover,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item span:hover {
    color: #b81d22;
  }
}
.picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item span i,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item span i {
  position: absolute;
  left: 0;
  top: 4px;
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item span i,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item span i {
    margin-right: 1px;
    display: none;
  }
}
.picture-book .pic-book-intro .pic-book-list ul .pic-book-list-item.active,
.picture-book .pic-book-intro .pic-book-list ul .Album-list-item.active {
  color: #b81d22;
}
.picture-book .pic-book-intro .pic-book-ink-logo,
.picture-book .pic-book-intro .pic-book-logo {
  margin-top: 70px;
  display: inline-block;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .picture-book .pic-book-intro .pic-book-ink-logo,
.picture-book .pic-book-intro .pic-book-logo {
    margin: 27px 0 0 0;
  }
  .picture-book .pic-book-intro .pic-book-ink-logo img,
.picture-book .pic-book-intro .pic-book-logo img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-ink-logo,
.picture-book .pic-book-intro .pic-book-logo {
    display: none;
  }
}
.picture-book .pic-book-intro .pic-book-logo img {
  width: 176px;
}
.picture-book .pic-book-intro .pic-book-logo--small img {
  width: 130px;
}
.picture-book .pic-book-intro .pic-book-content,
.picture-book .pic-book-intro .Album-content {
  display: none;
  background: transparent url(../images/pic-book-content-block-green.svg) no-repeat center 0;
  background-size: contain;
  width: 100%;
  height: 680px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 165px 10px 135px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .picture-book .pic-book-intro .pic-book-content,
.picture-book .pic-book-intro .Album-content {
    padding: 20px 85px 10px 85px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .picture-book .pic-book-intro .pic-book-content,
.picture-book .pic-book-intro .Album-content {
    padding: 35px 45px 10px 32px;
    height: 565px;
  }
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-content,
.picture-book .pic-book-intro .Album-content {
    padding: 22px;
    background-image: none;
    background-color: #fff;
    border: 1px solid #C3CCA8;
    height: auto;
    -webkit-box-shadow: 11px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 11px 10px rgba(0, 0, 0, 0.1);
  }
}
.picture-book .pic-book-intro .pic-book-content .pic-book-cover,
.picture-book .pic-book-intro .Album-content .pic-book-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.picture-book .pic-book-intro .pic-book-content .pic-book-cover img,
.picture-book .pic-book-intro .Album-content .pic-book-cover img {
  width: 250px;
  height: 281px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .picture-book .pic-book-intro .pic-book-content .pic-book-cover,
.picture-book .pic-book-intro .Album-content .pic-book-cover {
    height: 140px;
  }
  .picture-book .pic-book-intro .pic-book-content .pic-book-cover img,
.picture-book .pic-book-intro .Album-content .pic-book-cover img {
    width: 150px;
    height: 181px;
  }
}
@media all and (max-width: 767px) {
  .picture-book .pic-book-intro .pic-book-content .pic-book-cover,
.picture-book .pic-book-intro .Album-content .pic-book-cover {
    height: auto;
  }
  .picture-book .pic-book-intro .pic-book-content .pic-book-cover img,
.picture-book .pic-book-intro .Album-content .pic-book-cover img {
    width: 153px;
    height: 172px;
  }
}
.picture-book .pic-book-intro .pic-book-content .pic-book-summary,
.picture-book .pic-book-intro .Album-content .pic-book-summary {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  max-width: 100%;
}
.picture-book .pic-book-intro .pic-book-content .pic-book-summary h2,
.picture-book .pic-book-intro .Album-content .pic-book-summary h2 {
  font-size: 22px;
  color: #527569;
  letter-spacing: 0;
  font-weight: bold;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .picture-book .pic-book-intro .pic-book-content .pic-book-summary h2,
.picture-book .pic-book-intro .Album-content .pic-book-summary h2 {
    font-size: 20px;
    margin-top: -15px;
    position: relative;
    top: -10px;
  }
}
.picture-book .pic-book-intro .pic-book-content .pic-book-summary a,
.picture-book .pic-book-intro .Album-content .pic-book-summary a {
  font-size: 18px;
}
.picture-book .pic-book-intro .pic-book-content .pic-book-summary p,
.picture-book .pic-book-intro .Album-content .pic-book-summary p {
  color: #000;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1px;
  margin-top: 22px;
  max-height: 220px;
  overflow-y: scroll;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .picture-book .pic-book-intro .pic-book-content .pic-book-summary p,
.picture-book .pic-book-intro .Album-content .pic-book-summary p {
    max-height: 140px;
    padding-right: 17px;
  }
}
.picture-book .pic-book-intro .pic-book-content .pic-book-summary p::-webkit-scrollbar,
.picture-book .pic-book-intro .Album-content .pic-book-summary p::-webkit-scrollbar {
  width: 5px;
}
.picture-book .pic-book-intro .pic-book-content .pic-book-summary p::-webkit-scrollbar-track,
.picture-book .pic-book-intro .Album-content .pic-book-summary p::-webkit-scrollbar-track {
  background-color: transparent;
  position: relative;
}
.picture-book .pic-book-intro .pic-book-content .pic-book-summary p::-webkit-scrollbar-thumb,
.picture-book .pic-book-intro .Album-content .pic-book-summary p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #527569;
}
.picture-book .pic-book-intro .pic-book-content.active,
.picture-book .pic-book-intro .Album-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.picture-book--green {
  background-color: #F0F8EF;
}
.picture-book--green .pic-book-intro .pic-book-list::-webkit-scrollbar-track {
  background-color: #F0F8EF;
}
.picture-book--green .pic-book-intro .pic-book-list .notice-icon {
  background-color: #F0F8EF;
}
.picture-book--green .pic-book-where-to-buy .notice-icon {
  background-color: #F0F8EF;
}

.pic-book-where-to-buy {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .pic-book-where-to-buy .store-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .pic-book-where-to-buy .store-list a {
    display: inline-block;
    margin: 0 10px;
  }
}
.pic-book-where-to-buy .notice-icon {
  display: none;
  position: absolute;
  right: 0;
  z-index: 99;
  top: 13px;
  font-size: 20px;
  background-color: #fffef2;
  color: #517569;
  padding: 10px;
}
.pic-book-where-to-buy .notice-icon i {
  -webkit-animation: scrolling-right 2s infinite;
  animation: scrolling-right 2s infinite;
}
@media all and (max-width: 767px) {
  .pic-book-where-to-buy .notice-icon {
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  .pic-book-where-to-buy {
    text-align: center;
  }
}
.pic-book-where-to-buy h2 {
  font-size: 36px;
  color: #527569;
  letter-spacing: 4px;
  font-weight: bold;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .pic-book-where-to-buy h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

@-webkit-keyframes scrolling-right {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrolling-right {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.game-block h2 {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .game-block h2 {
    margin-bottom: 20px;
  }
}
.game-block .app-touch-icon {
  display: block;
  margin: 0 auto 0 30px;
}
@media all and (max-width: 767px) {
  .game-block .app-touch-icon {
    margin: 0 auto 20px;
  }
}
.game-block .pic-book-slogan {
  margin-top: 20px;
  margin: 20px 0 0 -50px;
}
@media all and (max-width: 767px) {
  .game-block .pic-book-slogan {
    margin: 0 0 30px;
  }
}
.game-block .app-illus_1 {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: -105px;
  bottom: -10px;
  z-index: 5;
}
@media all and (max-width: 767px) {
  .game-block .app-illus_1 {
    position: static;
    margin-bottom: 50px;
  }
}

.applist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -35px 20px 40px 0;
}
@media all and (max-width: 767px) {
  .applist {
    margin: 0 0 30px;
    border: 1px solid #C3CCA8;
    background: #fff;
    -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 30px !important;
  }
}
.applist__item {
  margin: 0 13px;
}
@media all and (max-width: 767px) {
  .applist__item {
    margin: 0 10px;
  }
}
.applist__link {
  display: block;
  text-decoration: none;
  text-align: center;
}

.app-original {
  display: block;
  max-height: 52px;
  margin: 0 auto 15px;
}
@media all and (max-width: 767px) {
  .app-original {
    max-height: 45px;
  }
}
.app-qr {
  display: block;
  max-width: 132px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.movie-sample {
  position: relative;
  margin-bottom: 70px;
}
@media all and (max-width: 767px) {
  .movie-sample {
    margin-bottom: 55px;
  }
}
.movie-sample__wrap {
  padding: 91px 194px;
  background: url(../images/app-book-content-block.svg) center center no-repeat;
  margin: 0 0 20px;
}
@media all and (max-width: 767px) {
  .movie-sample__wrap {
    padding: 0;
    background: none;
  }
}
.movie-sample__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-sample__movie iframe,
.movie-sample__movie object,
.movie-sample__movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-sample__note {
  font-size: 14px;
  color: #6D6D6D;
  text-align: center;
}

.screenshot {
  margin-bottom: 85px;
}
@media all and (max-width: 767px) {
  .screenshot {
    margin-bottom: 60px;
  }
}
.screenshot__title {
  font-size: 26px;
  font-weight: bold;
  color: #527569;
  margin-bottom: 25px;
}

.screenlist {
  margin: 0 -10px;
}
.screenlist__item {
  padding: 0 10px;
}
.screenlist__img {
  width: 100%;
}
/* ================================================================
// 舞台劇
=================================================================*/
.section-stage-drama {
  border-top: 1px solid #a5c9bd;
  border-bottom: 1px solid #a5c9bd;
  background-color: #f0f8ef;
  min-height: 300px;
  padding: 60px 40px 60px;
}
@media all and (max-width: 767px) {
  .section-stage-drama h2 img {
    width: 100%;
  }
}
.section-stage-drama .stagedrama-banner {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
.section-stage-drama .stagedrama-banner:hover::before {
  content: "前往購票";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  margin: 0 auto;
  top: 45%;
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  width: 220px;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}
.section-stage-drama .stagedrama-banner:hover img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.section-stage-drama .stagedrama-banner img {
  width: 100%;
  -webkit-box-shadow: 13px 12px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 13px 12px 0 0 rgba(0, 0, 0, 0.2);
}

.stage-drama-gallery {
  margin-top: 40px;
}
.stage-drama-gallery .gallery-list {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stage-drama-gallery .gallery-list img {
  width: 120px;
  -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px rgba(0, 0, 0, 0.19);
}
.stage-drama-gallery .gallery-list:hover img {
  -webkit-filter: brightness(1.5);
}
.stage-drama-gallery .slick-dots li button:before {
  font-size: 14px;
}
.stage-drama-gallery .slick-dots {
  bottom: -40px;
}

/* ================================================================
// 小兒子原著
=================================================================*/
.section-original-work {
  padding: 60px 0 30px;
  min-height: 670px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .section-original-work .original-work-illustration {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .section-original-work .original-work-illustration {
    width: 100%;
  }
  .section-original-work h2 img {
    width: 100%;
  }
}
.section-original-work p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 22px;
  max-height: 320px;
}
.section-original-work h3 {
  color: #527569;
  font-size: 26px;
}

.team-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .team-intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0px;
  }
}
.team-intro .team-list {
  max-width: 210px;
  margin-top: 80px;
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
}
@media all and (max-width: 767px) {
  .team-intro .team-list {
    max-width: 100%;
    margin-top: 0px;
  }
}
.team-intro .team-list .team-list-item {
  background: transparent url(../images/team-list-bg.svg) no-repeat 0 0;
  display: inline-block;
  width: 192px;
  height: 60px;
  background-size: contain;
  color: white;
  font-size: 18px;
  line-height: 38px;
  padding: 14px 5px;
  cursor: pointer;
  margin-bottom: 12px;
}
.team-intro .team-list .team-list-item.active {
  background-image: url(../images/team-list-bg-active.svg);
}
@media all and (max-width: 767px) {
  .team-intro .team-list .team-list-item {
    width: 144px;
    font-size: 14px;
    height: 48px;
    line-height: 21px;
    margin: 10px;
  }
}
.team-intro .team-intro-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 2 400px;
          flex: 1 2 400px;
}
.team-intro .team-intro-block .team-intro-content {
  background: transparent url(../images/team-content-bg.svg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: contain;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 505px;
  padding: 130px 15px 10px 15px;
}
@media all and (max-width: 767px) {
  .team-intro .team-intro-block .team-intro-content {
    display: inline-block;
    padding: 22px;
    background-image: none;
    background-color: #fff;
    border: 1px solid #F57D23;
    height: auto;
    -webkit-box-shadow: 11px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 11px 10px rgba(0, 0, 0, 0.1);
  }
}
.team-intro .team-intro-block .team-intro-content .team-member {
  max-width: 520px;
  position: absolute;
  display: none;
}
@media all and (max-width: 767px) {
  .team-intro .team-intro-block .team-intro-content .team-member {
    position: relative;
  }
}
.team-intro .team-intro-block .team-intro-content .team-member.active {
  display: inline-block;
}
.team-intro .team-intro-block .team-intro-content .team-avatar {
  width: 244px;
  position: absolute;
  top: -200px;
  right: 0;
  left: 190px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(3px 12px 0px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 12px 0px rgba(0, 0, 0, 0.2));
}
@media all and (max-width: 767px) {
  .team-intro .team-intro-block .team-intro-content .team-avatar {
    position: relative;
    top: auto;
    left: auto;
  }
}
.team-intro .team-intro-block .team-content-text h3 {
  font-size: 26px;
  color: #527569;
  letter-spacing: 0;
}
.team-intro .team-intro-block .team-content-text p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-top: 22px;
  max-height: 320px;
  overflow-y: scroll;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .team-intro .team-intro-block .team-content-text p {
    max-height: 170px;
    padding-right: 17px;
  }
}
@media all and (max-width: 767px) {
  .team-intro .team-intro-block .team-content-text p {
    overflow-y: visible;
  }
}
.team-intro .team-intro-block .team-content-text p::-webkit-scrollbar {
  width: 5px;
}
.team-intro .team-intro-block .team-content-text p::-webkit-scrollbar-track {
  background-color: transparent;
  position: relative;
}
.team-intro .team-intro-block .team-content-text p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #527569;
}

.hide-text {
  overflow: hidden;
  display: block;
  text-indent: 1000%;
  height: 0;
}

.video-container {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container-outer {
  margin: 50px 0;
  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;
}
@media (max-width: 767px) {
  .video-container-outer > [class*=col-],
.video-container-outer > [class^=col-] {
    width: 100%;
  }
  .video-container-outer > [class*=col-]:not(:last-child),
.video-container-outer > [class^=col-]:not(:last-child) {
    margin-bottom: 30px;
  }
}