/*! ************************************
 *
 * mtye_style.css
 *
 * Generator : SCSS
 * Version : 0.1.0
 *
 *********************************** */
@import url("https://fonts.googleapis.com/css?family=Ropa+Sans:400,400i");
/* common
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (max-width: 767px) {
  .media-box a.display-inline-block {
    display: block !important; }

  .img-responsive {
    width: 100% !important;
    max-width: initial !important; } }
/* common movie modal
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.embed-responsive {
  margin-top: 15px; }

/* animation
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* photo 
-------------------------- */
.container-fluid .row .mtye-movieList-item .list-inline-img img,
.container-fluid .row .mtye-articleList-item .list-inline-img img,
.container-fluid .row .mtye-caseList-item .list-inline-img img {
  filter: grayscale(100%);
  transition: all 1s ease; }
  .container-fluid .row .mtye-movieList-item .list-inline-img img.mtye-animation-color,
  .container-fluid .row .mtye-articleList-item .list-inline-img img.mtye-animation-color,
  .container-fluid .row .mtye-caseList-item .list-inline-img img.mtye-animation-color {
    filter: grayscale(0); }

.mtye-animation-gray {
  filter: grayscale(100%);
  transition: all 1s ease; }
  .mtye-animation-gray.mtye-animation-color {
    filter: grayscale(0); }

/* title text 
-------------------------- */
.mtye-animation-leftIn-text {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s ease; }
  .mtye-animation-leftIn-text.mtye-animation-end {
    opacity: 1;
    transform: translateX(0); }

.mtye-animation-leftInGrp .mtye-animation-item {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s ease; }
  .mtye-animation-leftInGrp .mtye-animation-item.mtye-animation-end {
    opacity: 1;
    transform: translateX(0); }

/* block 
-------------------------- */
.mtye-animation-box-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease; }
  .mtye-animation-box-fadeIn.mtye-animation-end {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); }

/* contents
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.mtye-pageTitle-text {
  margin: 28.5px 0; }
  .mtye-pageTitle-text .heading {
    margin-top: 19px !important;
    margin-bottom: 9.5px !important;
    font-size: 36px !important; }
    @media screen and (max-width: 767px) {
      .mtye-pageTitle-text .heading {
        font-size: 24px !important; } }
  .mtye-pageTitle-text .links {
    display: none; }

.mtye-header {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background-image: url("/common/images/header_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .mtye-header .mtye-title {
    margin: 0px;
    padding: 0; }
    .mtye-header .mtye-title img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0; }
    .mtye-header .mtye-title.mtye-titleFadeIn img {
      animation: fadeIn 1.5s ease forwards; }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.mtye-header-mobile .container-fluid {
  padding: 0; }
.mtye-header-mobile .media-box {
  margin: 0; }
  .mtye-header-mobile .media-box img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto; }
.mtye-header-mobile .links {
  display: none; }

.mtye-header-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .mtye-header-movie > a {
    display: block; }
    .mtye-header-movie > a .mtye-movieThumb {
      position: relative; }
      .mtye-header-movie > a .mtye-movieThumb .mtye-coverPlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-color: transparent;
        z-index: 10;
        transition: all 0.2s ease; }
        .mtye-header-movie > a .mtye-movieThumb .mtye-coverPlay > span {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          display: block;
          margin: auto;
          width: 89px;
          height: 89px;
          background-color: rgba(0, 0, 0, 0.7);
          border-radius: 50%;
          z-index: 20;
          transition: all 0.2s ease; }
          .mtye-header-movie > a .mtye-movieThumb .mtye-coverPlay > span::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            margin: auto;
            width: 1px;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            z-index: 20;
            transition: all 0.2s ease; }
          .mtye-header-movie > a .mtye-movieThumb .mtye-coverPlay > span .mtye-iconPlay {
            display: block;
            position: absolute;
            top: calc(50% - 15px);
            left: calc(50% - 11.5px + 1px);
            width: 23px;
            height: 30px;
            fill: #fff;
            z-index: 30;
            transition: all 0.2s ease; }
            @media screen and (max-width: 767px) {
              .mtye-header-movie > a .mtye-movieThumb .mtye-coverPlay > span .mtye-iconPlay {
                top: calc(50% - 7.5px);
                left: calc(50% - 5.75px + 1px);
                width: 11.5px;
                height: 15px; } }
          @media screen and (max-width: 767px) {
            .mtye-header-movie > a .mtye-movieThumb .mtye-coverPlay > span {
              width: 49px;
              height: 49px; } }
      .mtye-header-movie > a .mtye-movieThumb .mtye-thumbLogo {
        position: absolute;
        left: 3%;
        bottom: 3%;
        width: 11%;
        z-index: 5; }
        .mtye-header-movie > a .mtye-movieThumb .mtye-thumbLogo > img {
          display: block;
          width: 100%;
          height: auto; }
      .mtye-header-movie > a .mtye-movieThumb > img {
        display: block;
        position: relative;
        width: 100%;
        height: auto; }
    @media screen and (min-width: 768px) {
      .mtye-header-movie > a:hover .mtye-movieThumb .mtye-coverPlay {
        background-color: rgba(0, 0, 0, 0.5); }
        .mtye-header-movie > a:hover .mtye-movieThumb .mtye-coverPlay > span {
          background-color: transparent; }
          .mtye-header-movie > a:hover .mtye-movieThumb .mtye-coverPlay > span::after {
            width: 89px;
            height: 89px;
            background-color: rgba(160, 160, 160, 0.7);
            opacity: 1; } }

@media screen and (max-width: 767px) {
  .mtye-fluid {
    padding: 0; } }
/* local navi
-------------------------- */
.mtye-lnavi {
  margin: 0 auto 2px;
  max-width: 1200px;
  background-color: #000; }
  .mtye-lnavi .container-fluid {
    padding: 0; }
  .mtye-lnavi .links {
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .mtye-lnavi .links > li {
      position: relative;
      float: left;
      display: block;
      margin: 0;
      padding: 0;
      width: calc(100% / 7); }
      .mtye-lnavi .links > li:last-child {
        width: calc((100% / 7) - 1px); }
      .mtye-lnavi .links > li a {
        display: block;
        padding: 30px 10px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 18px;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        z-index: 100; }
        .mtye-lnavi .links > li a:hover {
          text-decoration: none; }
        .mtye-lnavi .links > li a::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          margin: 0 auto;
          padding: 0;
          z-index: 110;
          width: 0;
          height: 6px;
          background-color: #6794c5;
          opacity: 0.5;
          transition: all 0.5s ease-out; }
        @media screen and (min-width: 768px) {
          .mtye-lnavi .links > li a:hover::after {
            opacity: 1;
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .mtye-lnavi .links > li a {
            padding: 20px 10px;
            font-size: 16px; } }
        .mtye-lnavi .links > li a.mtye-active::after {
          opacity: 1;
          width: 100%; }
      .mtye-lnavi .links > li .fa {
        display: none; }
      @media screen and (max-width: 767px) {
        .mtye-lnavi .links > li {
          width: calc(100% / 4) !important; } }

/* section (for free html)
-------------------------- */
.free-html .container-fluid {
  padding: 0; }

.mtye-section {
  margin: 70px 0 0; }
  @media screen and (max-width: 767px) {
    .mtye-section {
      margin: 30px 0; } }

/* top introduction
-------------------------- */
.mtye-introduction {
  margin: 0 auto;
  max-width: 1068px; }
  .mtye-introduction .container-fluid {
    padding: 0; }
  .mtye-introduction .mtye-copy {
    margin: 0;
    padding: 0 80px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 767px) {
      .mtye-introduction .mtye-copy {
        padding: 0 30px;
        font-size: 16px; } }

.mtye-introduction-detail01 {
  margin: 70px auto;
  max-width: 840px; }
  .mtye-introduction-detail01 .container-fluid {
    padding: 0; }
  .mtye-introduction-detail01 .description {
    margin: 0;
    padding: 0 20px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 767px) {
      .mtye-introduction-detail01 .description {
        padding: 0 30px;
        font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .mtye-introduction-detail01 {
      margin: 40px 0; } }

.mtye-introduction-story {
  position: relative;
  margin: 70px auto;
  padding: 70px;
  max-width: 1068px;
  min-height: 1068px;
  background-image: url("/story/images/introduction_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .mtye-introduction-story .container-fluid {
    padding: 0; }
  .mtye-introduction-story .description {
    margin: 30px 0;
    padding: 0;
    max-width: 430px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 767px) {
      .mtye-introduction-story .description {
        margin: 0 0 15px;
        padding: 0;
        max-width: initial;
        font-size: 16px; } }
  .mtye-introduction-story .media-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    width: 70px; }
    .mtye-introduction-story .media-box img {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .mtye-introduction-story .media-box {
        display: none; } }
  @media screen and (max-width: 767px) {
    .mtye-introduction-story {
      margin: 40px 0 20px;
      padding: 0 20px;
      min-height: initial;
      background-image: none !important; } }

.mtye-introduction-storyVisual {
  display: none;
  margin: 20px 0;
  max-width: 1068px; }
  .mtye-introduction-storyVisual .container-fluid {
    padding: 0; }
  .mtye-introduction-storyVisual .media-box {
    margin: 0;
    padding: 0; }
    .mtye-introduction-storyVisual .media-box img {
      display: block;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 100%;
      height: auto; }
  @media screen and (max-width: 767px) {
    .mtye-introduction-storyVisual {
      display: block; } }

/* bg image title
-------------------------- */
.mtye-pageHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 70px;
  max-width: 1200px;
  height: 240px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .mtye-pageHeader {
      margin-bottom: 40px;
      height: auto; } }
  .mtye-pageHeader .container-fluid {
    margin: 0;
    padding: 0 7.5%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .mtye-pageHeader .container-fluid {
        padding: 8.3% 5%; } }
    .mtye-pageHeader .container-fluid .heading {
      margin: 0;
      padding: 0;
      font-family: "Ropa Sans", sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #000;
      text-align: left;
      -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 767px) {
        .mtye-pageHeader .container-fluid .heading {
          font-size: 26px; } }
    .mtye-pageHeader .container-fluid .description {
      display: none; }
    .mtye-pageHeader .container-fluid .links {
      display: none; }
  .mtye-pageHeader.mtye-reason {
    background-image: url("/reason/images/title_bg.jpg");
    background-color: #f9f8f7;
    background-position: left center;
    background-size: cover; }
  .mtye-pageHeader.mtye-story {
    color: #fff;
    background-image: url("/common/images/mtye_visual_01.jpg");
    background-color: #000; }
    .mtye-pageHeader.mtye-story .container-fluid .heading {
      color: #fff; }
  .mtye-pageHeader.mtye-showcase {
    background-image: url("/common/images/mtye_visual_03.jpg");
    background-color: #f9f8f7; }
  .mtye-pageHeader.mtye-topics {
    background-image: url("/common/images/mtye_visual_05.jpg");
    background-color: #f9f8f7; }

.mtye-sectionHeader01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 70px auto;
  max-width: 1068px;
  height: 601px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .mtye-sectionHeader01.mtye-reason {
    background-image: url("/images/reason_bg.jpg");
    background-color: #f9f8f7; }
  @media screen and (max-width: 900px) {
    .mtye-sectionHeader01 {
      height: auto; } }
  .mtye-sectionHeader01 .container-fluid {
    margin: 0;
    padding: 0 7.5%;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .mtye-sectionHeader01 .container-fluid {
        padding: 20% 5%; } }
    @media screen and (max-width: 767px) {
      .mtye-sectionHeader01 .container-fluid {
        padding: 15% 5%; } }
    .mtye-sectionHeader01 .container-fluid .heading {
      margin: 0 0 5px;
      padding: 0;
      font-family: "Ropa Sans", sans-serif;
      font-size: 42px;
      line-height: 1.2;
      color: #000;
      text-align: left;
      -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 767px) {
        .mtye-sectionHeader01 .container-fluid .heading {
          font-size: 26px; } }
    .mtye-sectionHeader01 .container-fluid .description {
      margin: 0;
      padding: 0;
      font-family: "Ropa Sans", sans-serif;
      font-size: 20px;
      line-height: 1.4;
      color: #000;
      text-align: left;
      -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 767px) {
        .mtye-sectionHeader01 .container-fluid .description {
          font-size: 16px; } }
    .mtye-sectionHeader01 .container-fluid .mtye-linkBtn {
      overflow: hidden;
      display: block;
      margin: 30px 0 0;
      padding: 0; }
      .mtye-sectionHeader01 .container-fluid .mtye-linkBtn > li {
        float: left;
        display: block;
        margin: 0;
        padding: 1px 28px 0;
        min-width: 160px;
        height: 50px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 18px;
        line-height: 45px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border: solid 2px #000;
        border-radius: 25px;
        transition: all 0.3s ease-out; }
        .mtye-sectionHeader01 .container-fluid .mtye-linkBtn > li a {
          color: #fff;
          text-decoration: none;
          transition: all 0.3s ease-out; }
          .mtye-sectionHeader01 .container-fluid .mtye-linkBtn > li a:hover {
            text-decoration: none; }
        .mtye-sectionHeader01 .container-fluid .mtye-linkBtn > li .fa {
          display: none; }
        .mtye-sectionHeader01 .container-fluid .mtye-linkBtn > li:hover {
          border: solid 2px #6794c5 !important;
          background-color: #6794c5 !important; }

.mtye-sectionHeader02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 100px auto 1px;
  max-width: 1068px;
  height: 240px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .mtye-sectionHeader02 {
      height: auto; } }
  .mtye-sectionHeader02 .container-fluid {
    margin: 0;
    padding: 0 7.5%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .mtye-sectionHeader02 .container-fluid {
        padding: 8.3% 5%; } }
    .mtye-sectionHeader02 .container-fluid .heading {
      margin: 0 0 5px;
      padding: 0;
      font-family: "Ropa Sans", sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #000;
      text-align: left;
      -webkit-font-smoothing: antialiased; }
      @media screen and (max-width: 767px) {
        .mtye-sectionHeader02 .container-fluid .heading {
          font-size: 26px; } }
    .mtye-sectionHeader02 .container-fluid .description {
      display: none; }
    .mtye-sectionHeader02 .container-fluid .mtye-linkBtn {
      overflow: hidden;
      display: block;
      margin: 20px 0 0;
      padding: 0; }
      .mtye-sectionHeader02 .container-fluid .mtye-linkBtn > li {
        float: left;
        display: block;
        margin: 0;
        padding: 1px 25px 0;
        min-width: 140px;
        height: 44px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 16px;
        line-height: 39px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border: solid 2px #000;
        border-radius: 22px;
        transition: all 0.3s ease-out; }
        .mtye-sectionHeader02 .container-fluid .mtye-linkBtn > li a {
          color: #fff;
          text-decoration: none;
          transition: all 0.3s ease-out; }
          .mtye-sectionHeader02 .container-fluid .mtye-linkBtn > li a:hover {
            text-decoration: none; }
        .mtye-sectionHeader02 .container-fluid .mtye-linkBtn > li .fa {
          display: none; }
        .mtye-sectionHeader02 .container-fluid .mtye-linkBtn > li:hover {
          border: solid 2px #6794c5 !important;
          background-color: #6794c5 !important; }
      @media screen and (max-width: 767px) {
        .mtye-sectionHeader02 .container-fluid .mtye-linkBtn {
          display: none; } }
  .mtye-sectionHeader02.mtye-story {
    color: #fff;
    background-image: url("/common/images/mtye_visual_01.jpg");
    background-color: #000; }
    .mtye-sectionHeader02.mtye-story .container-fluid .heading {
      color: #fff; }
    .mtye-sectionHeader02.mtye-story .container-fluid .description {
      color: #fff; }
    .mtye-sectionHeader02.mtye-story .container-fluid .mtye-linkBtn > li {
      border: solid 2px #fff; }
  .mtye-sectionHeader02.mtye-showcase {
    background-image: url("/common/images/mtye_visual_03.jpg");
    background-color: #f9f8f7; }
  .mtye-sectionHeader02.mtye-topics {
    background-image: url("/common/images/mtye_visual_05.jpg");
    background-color: #f9f8f7; }

.mtye-sectionHeader03 {
  display: block;
  margin: 120px auto 40px;
  padding: 0;
  max-width: 1068px; }
  .mtye-sectionHeader03 .container-fluid {
    margin: 0;
    padding: 0; }
  .mtye-sectionHeader03 .heading {
    margin: 0;
    padding: 0;
    font-family: "Ropa Sans", sans-serif;
    font-size: 40px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 767px) {
      .mtye-sectionHeader03 .heading {
        font-size: 26px; } }
  .mtye-sectionHeader03 .description {
    display: none; }
  .mtye-sectionHeader03 .links {
    display: none; }
  @media screen and (max-width: 767px) {
    .mtye-sectionHeader03 {
      margin: 60px 0 20px; } }

/* top - visual
-------------------------- */
.mtye-top-photo {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1068px; }
  .mtye-top-photo .container-fluid {
    margin: 0;
    padding: 0; }
  .mtye-top-photo .media-box {
    margin: 0;
    padding: 0; }
    .mtye-top-photo .media-box img {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: auto;
      max-width: 100%;
      height: auto; }
  .mtye-top-photo .heading {
    display: none; }
  .mtye-top-photo .description {
    display: none; }

/* top - bg music
-------------------------- */
.mtye-bg_music-category .heading {
  margin: 0;
  padding: 15px;
  font-family: "Ropa Sans", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background-color: #000; }
.mtye-bg_music-category .description {
  display: none; }
.mtye-bg_music-category .list-inline-img {
  display: block;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0; }
  .mtye-bg_music-category .list-inline-img > li {
    display: block; }
@media screen and (max-width: 767px) {
  .mtye-bg_music-category {
    padding: 1px; } }

.mtye-bg_music-linkBtn {
  margin: 0 auto;
  max-width: 1068px; }
  .mtye-bg_music-linkBtn .container-fluid {
    margin: 0;
    padding: 0 0;
    width: 100%; }
    .mtye-bg_music-linkBtn .container-fluid .heading {
      display: none; }
    .mtye-bg_music-linkBtn .container-fluid .description {
      display: none; }
    .mtye-bg_music-linkBtn .container-fluid .links {
      overflow: hidden;
      display: block;
      margin: 30px 0 0;
      padding: 0;
      text-align: center; }
      .mtye-bg_music-linkBtn .container-fluid .links > li {
        display: inline-block;
        margin: 0 auto;
        padding: 10px 20px;
        min-width: 160px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 18px;
        color: #fff;
        text-align: center;
        background-color: #fff;
        border: solid 1px #000;
        border-radius: 4px;
        transition: all 0.3s ease-out; }
        .mtye-bg_music-linkBtn .container-fluid .links > li a {
          color: #000;
          text-decoration: none;
          transition: all 0.3s ease-out; }
          .mtye-bg_music-linkBtn .container-fluid .links > li a:hover {
            text-decoration: none; }
        .mtye-bg_music-linkBtn .container-fluid .links > li .fa {
          display: none; }
        .mtye-bg_music-linkBtn .container-fluid .links > li:hover {
          border: solid 1px #6794c5 !important;
          background-color: #6794c5 !important; }
          .mtye-bg_music-linkBtn .container-fluid .links > li:hover a {
            color: #fff; }
      @media screen and (max-width: 767px) {
        .mtye-bg_music-linkBtn .container-fluid .links {
          margin-top: 20px; } }

/* list wrap style
-------------------------- */
.container-fluid[data-id^="d98445"] {
  margin: 0 auto;
  padding: 0;
  max-width: 1068px; }
  .container-fluid[data-id^="d98445"] .row {
    margin: 0;
    padding: 0; }

/* reason point
-------------------------- */
.mtye-reason-2col-text {
  padding: 50px;
  width: calc(50%-34px) !important;
  max-width: 500px;
  min-height: 500px;
  background-color: #000; }
  .mtye-reason-2col-text .heading {
    margin: 0 0 20px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 36px;
    line-height: 1.3;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 767px) {
      .mtye-reason-2col-text .heading {
        margin-bottom: 10px;
        font-size: 24px; } }
  .mtye-reason-2col-text .descriptions {
    font-size: 16px;
    line-height: 2;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .mtye-reason-2col-text .descriptions {
        font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .mtye-reason-2col-text {
      padding: 30px;
      width: 100% !important;
      max-width: 100%;
      min-height: initial; } }

.mtye-reason-2col-photo {
  padding: 0;
  width: calc(50%-34px) !important;
  max-width: 500px; }
  .mtye-reason-2col-photo .list-inline-img {
    display: block;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0; }
    .mtye-reason-2col-photo .list-inline-img > li {
      display: block; }
      .mtye-reason-2col-photo .list-inline-img > li img {
        width: 100%;
        height: auto; }
  @media screen and (max-width: 767px) {
    .mtye-reason-2col-photo {
      width: 100% !important;
      max-width: 100%;
      min-height: initial; } }

.mtye-reason-2col-left {
  float: left !important;
  margin: 30px 0 !important; }
  @media screen and (max-width: 767px) {
    .mtye-reason-2col-left {
      float: none;
      margin: 0 !important; } }

.mtye-reason-2col-right {
  float: right;
  margin: 90px 0 30px !important; }
  @media screen and (max-width: 767px) {
    .mtye-reason-2col-right {
      float: none;
      margin: 0 !important; } }

/* reason users voice
-------------------------- */
.mtye-reason-usersvoice {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  max-width: 800px;
  border-top: dotted 1px #ccc; }
  .mtye-reason-usersvoice .container-fluid {
    padding: 0; }
  .mtye-reason-usersvoice .media-box {
    margin: 0;
    padding: 0;
    width: 200px;
    height: auto; }
    .mtye-reason-usersvoice .media-box img {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: auto;
      max-width: 100%;
      height: auto;
      border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .mtye-reason-usersvoice .media-box {
        float: none !important;
        margin: 0 auto !important; } }
  .mtye-reason-usersvoice .description {
    font-size: 12px;
    line-height: 1.3; }
  .mtye-reason-usersvoice .description:first-of-type {
    margin: 20px 0 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    color: #aa9765; }
  .mtye-reason-usersvoice.usersvoice-photo-left {
    padding-right: 120px; }
    .mtye-reason-usersvoice.usersvoice-photo-left .media-box {
      margin-right: 50px; }
  .mtye-reason-usersvoice.usersvoice-photo-right {
    padding-left: 120px; }
    .mtye-reason-usersvoice.usersvoice-photo-right .media-box {
      margin-left: 50px; }
  .mtye-reason-usersvoice.no-border {
    border-top: none; }
  @media screen and (max-width: 767px) {
    .mtye-reason-usersvoice {
      margin: 0 30px;
      padding: 20px 0 !important; } }

/* movie list
-------------------------- */
.mtye-movieList-item {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #fff !important; }
  .mtye-movieList-item .list-inline-img {
    position: relative;
    display: block;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    z-index: 10; }
    .mtye-movieList-item .list-inline-img li {
      display: block; }
    .mtye-movieList-item .list-inline-img img {
      display: block;
      width: 100%;
      height: auto;
      filter: grayscale(0);
      transition: all 1s ease; }
  .mtye-movieList-item .list-unstyled.links {
    display: block;
    margin: 0;
    padding: 0; }
    .mtye-movieList-item .list-unstyled.links > li {
      display: block;
      margin: 0;
      padding: 0; }
      .mtye-movieList-item .list-unstyled.links > li a {
        position: relative;
        display: block;
        margin: 0;
        padding: 20px 80px 20px 25px;
        min-height: 94px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 18px;
        line-height: 1.5;
        color: #fff;
        text-align: left;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        background-image: url("/common/images/icon_movie_arrow.png");
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 40px auto;
        background-color: #000;
        z-index: 20;
        transition: all 0.3s ease-out; }
        .mtye-movieList-item .list-unstyled.links > li a:hover {
          text-decoration: none;
          background-color: #6794c5; }
      .mtye-movieList-item .list-unstyled.links > li .fa {
        display: none; }
  @media screen and (max-width: 767px) {
    .mtye-movieList-item {
      border: 2px solid #fff !important; } }

/* article list
-------------------------- */
.mtye-articleList-item {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #fff !important; }
  .mtye-articleList-item .list-inline-img {
    position: relative;
    display: block;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    z-index: 10; }
    .mtye-articleList-item .list-inline-img li {
      display: block; }
    .mtye-articleList-item .list-inline-img img {
      display: block;
      width: 100%;
      height: auto;
      filter: grayscale(0);
      transition: all 1s ease; }
  .mtye-articleList-item .list-unstyled.links {
    display: block;
    margin: 0;
    padding: 0; }
    .mtye-articleList-item .list-unstyled.links > li {
      display: block;
      margin: 0;
      padding: 0; }
      .mtye-articleList-item .list-unstyled.links > li a {
        position: relative;
        display: block;
        margin: 0;
        padding: 20px 25px;
        min-height: 94px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 18px;
        line-height: 1.5;
        color: #000;
        text-align: left;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        background-color: #fafafa;
        z-index: 20;
        transition: all 0.3s ease-out; }
        .mtye-articleList-item .list-unstyled.links > li a:hover {
          color: #6794c5;
          text-decoration: none; }
  @media screen and (max-width: 767px) {
    .mtye-articleList-item {
      border: 2px solid #fff !important; } }

/* showcase list
-------------------------- */
.mtye-caseList-item {
  clear: none !important;
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #fff !important; }
  .mtye-caseList-item .list-inline-img {
    position: relative;
    display: block;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    z-index: 10; }
    .mtye-caseList-item .list-inline-img li {
      display: block; }
    .mtye-caseList-item .list-inline-img img {
      display: block;
      width: 100%;
      height: auto;
      filter: grayscale(0);
      transition: all 1s ease; }
  .mtye-caseList-item .list-unstyled.links {
    display: block;
    margin: 0;
    padding: 0; }
    .mtye-caseList-item .list-unstyled.links > li {
      display: block;
      margin: 0;
      padding: 0; }
      .mtye-caseList-item .list-unstyled.links > li a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 20px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 18px;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        background-color: rgba(162, 195, 231, 0.7);
        z-index: 20;
        opacity: 0;
        transition: all 0.3s ease-out; }
        .mtye-caseList-item .list-unstyled.links > li a:hover {
          text-decoration: none;
          opacity: 1; }
        @media screen and (max-width: 767px) {
          .mtye-caseList-item .list-unstyled.links > li a {
            display: block;
            position: static;
            padding: 10px 10px;
            font-size: 15px;
            text-align: left;
            background-color: #000;
            opacity: 1; } }
      .mtye-caseList-item .list-unstyled.links > li .fa {
        display: none; }
  @media screen and (max-width: 767px) {
    .mtye-caseList-item {
      width: 50%;
      border: 2px solid #fff !important; } }
  @media screen and (min-width: 768px) {
    .mtye-caseList-item:hover .list-inline-img img {
      filter: grayscale(100%) !important; } }

/* showcase modal
-------------------------- */
.gc-modal .modal-body {
  padding: 30px 15px; }
  .gc-modal .modal-body .media-box {
    float: none !important;
    display: block;
    margin: 0 auto 15px;
    padding: 0;
    max-width: 740px;
    background-color: #eee; }
    .gc-modal .modal-body .media-box img {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: auto;
      max-width: 100%;
      height: auto; }
  .gc-modal .modal-body .description {
    display: block;
    margin: 3px auto;
    max-width: 740px;
    font-size: 15px;
    line-height: 1.5; }
  .gc-modal .modal-body .description:first-of-type {
    margin-bottom: 10px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    -webkit-font-smoothing: antialiased; }
  .gc-modal .modal-body .description:last-of-type {
    padding: 20px 20px 0;
    font-style: italic;
    color: #aa9765;
    text-align: left; }

/* showcase navi
-------------------------- */
.mtye-caseCatList {
  margin: 65px auto;
  max-width: 1068px; }
  .mtye-caseCatList .container-fluid {
    padding: 0; }
  .mtye-caseCatList .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0;
    padding: 0; }
    .mtye-caseCatList .links > li {
      display: block;
      margin: 5px;
      padding: 0; }
      .mtye-caseCatList .links > li a {
        display: block;
        margin: 0;
        padding: 12px 20px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 18px;
        line-height: 1.2;
        color: #000;
        text-align: center;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        border: solid 1px #000;
        border-radius: 4px;
        transition: all 0.3s ease-out; }
        .mtye-caseCatList .links > li a:hover {
          color: #fff;
          text-decoration: none;
          background-color: #000; }
        @media screen and (max-width: 767px) {
          .mtye-caseCatList .links > li a {
            font-size: 16px; } }
      .mtye-caseCatList .links > li .fa {
        display: none; }
      .mtye-caseCatList .links > li.mtye-active a {
        color: #fff;
        background-color: #000; }

/* story article
-------------------------- */
.mtye-story-title {
  display: block;
  margin: 120px auto 60px;
  padding: 20px 45px 25px;
  max-width: 1068px;
  text-align: left;
  background-image: url("/common/images/mtye_visual_04.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000; }
  .mtye-story-title .container-fluid {
    padding: 0; }
  .mtye-story-title .heading {
    margin: 0;
    padding: 0;
    font-family: "Ropa Sans", sans-serif;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
  .mtye-story-title .description {
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 10px 20px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 767px) {
    .mtye-story-title {
      margin: 60px auto 30px;
      padding: 15px 15px; }
      .mtye-story-title .heading {
        font-size: 22px; }
      .mtye-story-title .description {
        margin: 10px 0 0 0;
        padding: 5px 15px;
        font-size: 16px; } }

.mtye-story-paragraph {
  margin: 30px auto;
  max-width: 1068px;
  font-size: 16px;
  line-height: 2; }
  .mtye-story-paragraph .container-fluid {
    padding: 0; }
  .mtye-story-paragraph p {
    margin: 0; }
    .mtye-story-paragraph p ~ p {
      margin: 30px 0 0; }
      @media screen and (max-width: 767px) {
        .mtye-story-paragraph p ~ p {
          margin: 20px 0 0; } }
  @media screen and (max-width: 767px) {
    .mtye-story-paragraph {
      margin: 20px auto;
      font-size: 14px; }
      .mtye-story-paragraph .description {
        padding: 0 20px; } }
  .mtye-story-paragraph.mtye-photo-right .media-box {
    float: right;
    margin: 0 0 60px 30px;
    padding: 0;
    max-width: 400px; }
    .mtye-story-paragraph.mtye-photo-right .media-box img {
      display: block;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .mtye-story-paragraph.mtye-photo-right .media-box {
        margin: 20px 0;
        float: none !important;
        max-width: initial; } }
  .mtye-story-paragraph.mtye-photo-left .media-box {
    float: left;
    margin: 0 60px 30px 0;
    padding: 0;
    max-width: 400px; }
    .mtye-story-paragraph.mtye-photo-left .media-box img {
      display: block;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .mtye-story-paragraph.mtye-photo-left .media-box {
        margin: 20px 0;
        float: none !important;
        max-width: initial; } }
  .mtye-story-paragraph.mtye-text-bold .description {
    font-weight: bold; }

/* article style
-------------------------- */
.mtye-article-title {
  display: block;
  margin: 60px auto;
  padding: 0;
  max-width: 1068px;
  text-align: left; }
  .mtye-article-title .container-fluid {
    padding: 0; }
  .mtye-article-title .heading {
    margin: 0 0 40px;
    padding: 0;
    font-family: "Ropa Sans", sans-serif;
    font-size: 38px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased; }
  .mtye-article-title .description {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: right; }
  @media screen and (max-width: 767px) {
    .mtye-article-title {
      margin: 30px auto; }
      .mtye-article-title .heading {
        margin-bottom: 20px;
        font-size: 30px; }
      .mtye-article-title .description {
        font-size: 14px; } }

.mtye-article-paragraph {
  margin: 30px auto;
  max-width: 1068px;
  font-size: 16px;
  line-height: 2; }
  .mtye-article-paragraph .container-fluid {
    padding: 0; }
  .mtye-article-paragraph p {
    margin: 0; }
    .mtye-article-paragraph p ~ p {
      margin: 30px 0 0; }
      @media screen and (max-width: 767px) {
        .mtye-article-paragraph p ~ p {
          margin: 20px 0 0; } }
  @media screen and (max-width: 767px) {
    .mtye-article-paragraph {
      margin: 20px auto;
      font-size: 14px; }
      .mtye-article-paragraph .description {
        padding: 0 20px; } }
  .mtye-article-paragraph.mtye-photo-right .media-box {
    float: right;
    margin: 0 0 60px 30px;
    padding: 0;
    max-width: 400px; }
    .mtye-article-paragraph.mtye-photo-right .media-box img {
      display: block;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .mtye-article-paragraph.mtye-photo-right .media-box {
        margin: 20px 0;
        float: none !important;
        max-width: initial; } }
  .mtye-article-paragraph.mtye-photo-left .media-box {
    float: left;
    margin: 0 60px 30px 0;
    padding: 0;
    max-width: 400px; }
    .mtye-article-paragraph.mtye-photo-left .media-box img {
      display: block;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .mtye-article-paragraph.mtye-photo-left .media-box {
        margin: 20px 0;
        float: none !important;
        max-width: initial; } }
  .mtye-article-paragraph.mtye-text-bold .description {
    font-weight: bold; }

/* page back link (for free html)
-------------------------- */
.mtye-otherLink-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .mtye-otherLink-list > li {
    margin: 0;
    padding: 10px 30px; }
    .mtye-otherLink-list > li > a {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 20px 50px;
      font-family: "Ropa Sans", sans-serif;
      font-size: 24px;
      line-height: 1.5;
      color: #fff;
      text-align: center;
      background-color: #000;
      border-radius: 38px;
      -webkit-font-smoothing: antialiased;
      transition: all 0.2s ease; }
      @media screen and (min-width: 768px) {
        .mtye-otherLink-list > li > a:hover {
          text-decoration: none;
          background-color: #6794c5; } }
      @media screen and (max-width: 767px) {
        .mtye-otherLink-list > li > a {
          padding: 15px 20px;
          font-size: 18px; } }
    .mtye-otherLink-list > li.mtye-navi-home > a {
      padding: 0;
      width: 76px;
      height: 76px; }
      .mtye-otherLink-list > li.mtye-navi-home > a > i {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding-right: 2px;
        width: 50px;
        height: 36px;
        font-size: 35px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .mtye-otherLink-list > li.mtye-navi-home > a > i {
            padding: 2px 0 0 0;
            font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .mtye-otherLink-list > li.mtye-navi-home > a {
          width: auto;
          height: 57px; } }
    @media screen and (max-width: 767px) {
      .mtye-otherLink-list > li {
        margin: 15px auto;
        padding: 0;
        width: 60%; } }
  @media screen and (max-width: 767px) {
    .mtye-otherLink-list {
      flex-direction: column; } }

/* article section title
-------------------------- */
.mtye-article-section-title {
  margin: 70px auto 20px;
  max-width: 1068px; }
  .mtye-article-section-title .container-fluid {
    padding: 0; }
  .mtye-article-section-title .heading {
    margin: 0;
    padding: 0 0 10px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 30px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    border-bottom: solid 1px #000; }
    @media screen and (max-width: 767px) {
      .mtye-article-section-title .heading {
        padding: 0 0 5px;
        font-size: 22px; } }
  @media screen and (max-width: 767px) {
    .mtye-article-section-title {
      margin: 20px auto;
      padding: 0 20px; } }

/* story products list
-------------------------- */
.mtye-story-productsList {
  margin: 0 auto;
  max-width: 1068px; }
  .mtye-story-productsList .container-fluid {
    padding: 0; }
  .mtye-story-productsList .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin: 0;
    padding: 0; }
    .mtye-story-productsList .links > li {
      display: block;
      margin: 0;
      padding: 0; }
      .mtye-story-productsList .links > li a {
        display: block;
        margin: 5px;
        padding: 12px 20px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 18px;
        line-height: 1.2;
        color: #000;
        text-align: center;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        border: solid 1px #000;
        border-radius: 4px;
        transition: all 0.3s ease-out; }
        .mtye-story-productsList .links > li a:hover {
          color: #fff;
          text-decoration: none;
          background-color: #6794c5;
          border: solid 1px #6794c5; }
      .mtye-story-productsList .links > li .fa {
        display: none; }
      @media screen and (max-width: 767px) {
        .mtye-story-productsList .links > li {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .mtye-story-productsList {
      padding: 0 20px; } }

/* products
-------------------------- */
.mtye-products-topPict {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1068px; }
  .mtye-products-topPict .container-fluid {
    margin: 0;
    padding: 0; }
  .mtye-products-topPict .media-box {
    margin: 0;
    padding: 0; }
    .mtye-products-topPict .media-box img {
      margin: 0;
      padding: 0; }

/* watch more
-------------------------- */
.mtye-watch-more {
  margin: 40px auto 0;
  max-width: 1068px; }
  .mtye-watch-more .container-fluid {
    margin: 0;
    padding: 0 0;
    width: 100%; }
    .mtye-watch-more .container-fluid .heading {
      display: none; }
    .mtye-watch-more .container-fluid .description {
      display: none; }
    .mtye-watch-more .container-fluid .links {
      overflow: hidden;
      display: block;
      margin: 0;
      padding: 0; }
      .mtye-watch-more .container-fluid .links > li {
        display: block;
        margin: 0;
        padding: 0; }
        .mtye-watch-more .container-fluid .links > li a {
          display: block;
          margin: 0 auto;
          padding: 1px 28px 0;
          width: 160px;
          height: 50px;
          font-family: "Ropa Sans", sans-serif;
          font-size: 18px;
          line-height: 45px;
          color: #fff;
          text-align: center;
          text-decoration: none;
          background-color: #000;
          border: solid 2px #000;
          border-radius: 25px;
          transition: all 0.3s ease-out; }
          .mtye-watch-more .container-fluid .links > li a:hover {
            text-decoration: none;
            border: solid 2px #6794c5 !important;
            background-color: #6794c5 !important; }
        .mtye-watch-more .container-fluid .links > li .fa {
          display: none; }
  @media screen and (max-width: 767px) {
    .mtye-watch-more {
      margin-top: 20px; } }

/* link btn
-------------------------- */
.mtye-link-btn-large {
  margin: 120px auto 0;
  max-width: 1068px; }
  .mtye-link-btn-large .container-fluid {
    margin: 0;
    padding: 0 0;
    width: 100%; }
    .mtye-link-btn-large .container-fluid .heading {
      display: none; }
    .mtye-link-btn-large .container-fluid .description {
      display: none; }
    .mtye-link-btn-large .container-fluid .links {
      overflow: hidden;
      display: block;
      margin: 0;
      padding: 0; }
      .mtye-link-btn-large .container-fluid .links > li {
        display: block;
        margin: 0 auto;
        padding: 1px 36px 0;
        width: 200px;
        height: 76px;
        font-family: "Ropa Sans", sans-serif;
        font-size: 24px;
        line-height: 71px;
        color: #fff;
        text-align: center;
        background-color: #000;
        border: solid 2px #000;
        border-radius: 38px;
        transition: all 0.3s ease-out; }
        .mtye-link-btn-large .container-fluid .links > li a {
          color: #fff;
          text-decoration: none;
          transition: all 0.3s ease-out; }
          .mtye-link-btn-large .container-fluid .links > li a .fa {
            display: none; }
          .mtye-link-btn-large .container-fluid .links > li a:hover {
            text-decoration: none; }
        .mtye-link-btn-large .container-fluid .links > li:hover {
          border: solid 2px #6794c5 !important;
          background-color: #6794c5 !important; }
  @media screen and (max-width: 767px) {
    .mtye-link-btn-large {
      margin-top: 60px; } }
