.mpapp .section {
  padding: 60px 0;
}

.mpapp .section--lg {
  padding: 80px 0;
}

@media screen and (max-width: 639px) {
  .mpapp .section {
    padding: 30px 0;
  }
  
  .mpapp .section--lg {
    padding: 40px 0;
  } 
}

/*
*
* Text
*
*/

/** headline **/
.mpapp .headline--h2 {
  font-size: 30px;
  line-height: 1.8;
}
.mpapp .headline--h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.mpapp .headline--h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

@media screen and (max-width: 1031px) and (min-width: 640px) {
  .mpapp .headline--h2 {
    font-size: 26px;
    line-height: 1.8;
  }
  .mpapp .headline--h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 639px) {
  .mpapp .headline--h2 {
    font-size: 24px;
    line-height: 1.8;
  }
  .mpapp .headline--h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

/*
*
* Layout
*
*/
.mpapp .thumbnail-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 24px 0 0;
}

.mpapp .thumbnail-list--image {
  width: 190px;
  flex-basis: 190px;
}

.mpapp .thumbnail-list--image img {
  width: 100%;
}

.mpapp .thumbnail-list--text {
  margin: 0 0 0 24px;
}

@media screen and (max-width: 639px) {
  .mpapp .thumbnail-list {
    flex-direction: column;
  } 
  .mpapp .thumbnail-list--image {
    width: 100%;
    flex-basis: 100%;
  }
  .mpapp .thumbnail-list--text {
    margin: 24px 0 0 0;
  }
}

/*
*
* Button
*
*/
.mpapp .button--download:hover {
  text-decoration: none;
  opacity: 0.8;
} 

/*
*
* Block
*
*/

/** hero area **/
.mpapp .hero-area {
  background: url(/img/products/fonts/mpapp/bg_hero.png) no-repeat center bottom;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  min-height: 48vw;
}

.mpapp .hero-area .hero-area__text {
  width: calc( 300 / 1280 * 100% );
  margin-left: calc( 180 / 1280 * 100% );
}

.mpapp .hero-area .hero-area__title img {
  width: 100%;
  max-width: 320px;
}


.mpapp .hero-area .hero-area__icons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
}

.mpapp .hero-area .hero-area__icons li:last-child {
  margin-left: 10px;
}

.mpapp .hero-area .hero-area__icons li img {
  width: auto;
  height: 76px;
}

@media screen and (max-width: 1031px) and (min-width: 640px) {
  .mpapp .hero-area {
    height: 350px;
  }

  .mpapp .hero-area .hero-area__icons li img {
    width: auto;
    height: 45px;
  }

}

@media screen and (max-width: 639px) {
  .mpapp .hero-area {
    height: 190px;
    padding-top: 0;
  }

  .mpapp .hero-area .hero-area__text {
    width: calc( 380 / 1280 * 100% );
    margin-left: calc( 120 / 1280 * 100% );
  }

  .mpapp .hero-area .hero-area__icons li img {
    width: auto;
    height: 7vw;
  }

}


/** block-type--01 **/
.mpapp .block-type--01 .headline--h2 {
  margin: 0;
}
.mpapp .block-type--01 .text--lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 24px 0 0;
}
.mpapp .block-type--01 .text--description {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 24px 0 0;
}
.mpapp .block-type--01 .img--appli {
  margin: 24px auto 0;
  max-width: 295px;
  text-align: center;
}

.mpapp .block-type--01 .img--appli img {
  width: 100%;
}

/** block-type--03 **/
.mpapp .block-type--03 .text--description {
	font-size: 12px;
	color: #666;
	text-align: left;
	margin: 7px 0 0;
  }

@media screen and (max-width: 1031px) and (min-width: 640px) {
  .mpapp .block-type--01 .text--lead {
    font-size: 14px;
  }
  .mpapp .block-type--01 .text--description {
    font-size: 12px;
    color: #666;
  } 
}

@media screen and (max-width: 639px) {
  .mpapp .block-type--01 .text--lead {
    font-size: 14px;
    text-align: left;
  }
  .mpapp .block-type--01 .text--description {
    font-size: 12px;
    color: #666;
    text-align: left;
  } 
  .mpapp .block-type--01 .img--appli {
    padding: 0 32px;
  }
}

/** block-type--02 **/
.mpapp .block-type--02 {
  background-color: #4071B3;
  color: #fff;
}

.mpapp .block-type--02 p {
  font-size: 24px;
  line-height: 2;
}

@media screen and (max-width: 1031px) and (min-width: 640px) {
  .mpapp .block-type--02 p {
    font-size: 20px;
  }
}

@media screen and (max-width: 639px) {
  .mpapp .block-type--02 p {
    font-size: 16px;
  }
}

/** block-type--03 **/
.mpapp .block-type--03 {
  background-color: #E7F6FD;
}

.mpapp .block-type--03 .headline--h3 {
  color: #1375C8;
  margin: 0;
}

.mpapp .block-type--03 .thumbnail-list--definition {
  text-align: left;
  display: table;
}

.mpapp .block-type--03 .thumbnail-list--definition dt {
  width: 4em;
  display: table-cell;
}

.mpapp .block-type--03 .thumbnail-list--definition dt.large {
  width: 10em;
}

.mpapp .block-type--03 .thumbnail-list--definition dd {
  display: table-cell;
}

.mpapp .block-type--03 .thumbnail-list--definition + .thumbnail-list--definition {
  margin: 16px 0 0;
}

@media screen and (max-width: 639px) {
  .mpapp .block-type--03 .headline--h3 {
    text-align: left;
  }
  .mpapp .block-type--03 .thumbnail-list {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .mpapp .block-type--03 .thumbnail-list--image {
    margin: 24px 0 0;
  }
  .mpapp .block-type--03 .thumbnail-list--image img {
    width: 190px;
  }
  .mpapp .block-type--03 .thumbnail-list--text {
    margin: 0;
  }

  .mpapp .block-type--03 .thumbnail-list--definition {
    display: block;
  }
  .mpapp .block-type--03 .thumbnail-list--definition dt,
  .mpapp .block-type--03 .thumbnail-list--definition dd {
    display: block;
  }
  
}


/** block-type--04 **/
.mpapp .block-type--04 {
  background: #137ecd url(/img/products/fonts/mpapp/bg_step.png) repeat left top;
  color: #fff;
  overflow: hidden;
}

.mpapp .block-type--04 .headline--h3 {
  text-align: center;
}

.mpapp .block-type--04 .step-list {
  margin-top: 32px;
}

.mpapp .block-type--04 .step-list .step-list__item {
  width: 500px;
}

.mpapp .block-type--04 .step-list .step-list__image img {
  width: 100%;
}

.mpapp .block-type--04 .slick-list {
  overflow: visible;
}


.mpapp .block-type--04 .step-list .step-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  width: 440px;
  min-height: 70px;
}

.mpapp .block-type--04 .step-list .step-text .step-text__text {
  margin-left: 24px;
}

@media screen and (max-width: 1031px) and (min-width: 640px) {
  .mpapp .block-type--04 .step-list {
    margin-left: 1vw;
  }
}


@media screen and (max-width: 639px) {
  .mpapp .block-type--04 .step-list {
    margin-left: 0;
    margin-top: 24px;
  }

  .mpapp .block-type--04 .step-list .step-list__item {
    width: 320px;
  }
  
  .mpapp .block-type--04 .step-list .step-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    min-height: 120px;
  }

  .mpapp .block-type--04 .step-list .step-text .step-text__number img {
    width: 123px;
  }
  .mpapp .block-type--04 .step-list .step-text .step-text__text {
    margin-left: 0;
    text-align: center;
  }
    
}

/** block-type--05 **/

.mpapp .block-type--05 .font-pack {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 24px 0 0;
}

.mpapp .block-type--05 .font-pack--image {
  width: 190px;
  flex-basis: 190px;
}

.mpapp .block-type--05 .font-pack--image img {
  width: 100%;
}

.mpapp .block-type--05 .font-pack--text {
  margin: 0 0 0 24px;
}

@media screen and (max-width: 639px) {
  .mpapp .block-type--05 .font-pack {
    display: block;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    position: relative;
  }

  .mpapp .block-type--05 .font-pack:before {
    background: url(/img/products/fonts/mpapp/img_standard_pack_sp.png) no-repeat left top;
    background-size: cover;
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 300px;
    height: 150px;
  }

  .mpapp .block-type--05 .font-pack--image {
    display: none;
  }

  .mpapp .block-type--05 .font-pack--text {
    margin: 0;
    padding: 184px 16px 16px;
  }
}



/** block-type--06 **/
.mpapp .block-type--06 {
  background-color: #FBF9F7;
}

.mpapp .block-type--06 .headline--h3 {
  color: #9D7745;
}

.mpapp .block-type--06 .fonts-lists {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 24px -12px 0;
}

.mpapp .block-type--06 .fonts-lists .fonts-lists--item {
  margin: 0 12px;
}

.mpapp .block-type--06 .fonts-lists .fonts-lists--item img {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .mpapp .block-type--06 .fonts-lists {
    justify-content: center;
    flex-wrap: wrap;
    margin: 12px -7px -7px;
  }
  .mpapp .block-type--06 .fonts-lists .fonts-lists--item {
    margin: 7px;
    width: 45%;
  }
}

/** .mpapp .block-type--07 **/
.mpapp .block-type--07 {
  background-color: #147DCC;
  color: #fff;
}

.mpapp .block-type--07 .button-price {
  color: #fff;
  display: inline-block;
  background-color: #EDB53F;
  border-radius: 50px;
  padding: 6px 48px;
  margin: 24px auto 0;
}

/** .mpapp .block-type--08 **/
.mpapp .block-type--08 {
  background-color: #F7F7F7;
}

.mpapp .block-type--08 .device-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.mpapp .block-type--08 .device-list dt {
  font-weight: bold;
}

.mpapp .block-type--08 .device-list dd {
  margin: 0 0 0 24px;
}

.mpapp .block-type--08 .btn-lists {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.mpapp .block-type--08 .btn-lists li {
  flex-basis: 220px;
  max-width: 220px;
  margin: 0 8px;
}

.mpapp .block-type--08 .btn-white {
  background-color: #fff;
  border-color: #333;
  color: #333;
  width: 220px;
  padding: 14px;
  text-align: center;
}
.mpapp .block-type--08 .btn-white:hover,
.mpapp .block-type--08 .btn-white:active {
  background-color: #f0f0f0;
}

@media screen and (max-width: 639px) {
  .mpapp .block-type--08 .btn-lists {
    display: block;
  }
  
  .mpapp .block-type--08 .btn-lists li {
    margin: 8px auto;
  }
  
}

/** block-type--09 **/
.mpapp .block-type--09 .text--lead {
  margin: 24px 0 0;
  font-size: 16px;
}

.mpapp .block-type--09 .button--download {
  margin: 24px 0 0;
}

.mpapp .block-type--09 .button--download img {
  width: 150px;
}

@media screen and (max-width: 639px) {
  .mpapp .block-type--08 .device-list {
    flex-direction: column;
    text-align: left;
  }
  .mpapp .block-type--08 .device-list dd {
    margin: 16px 0 0 0;
  }
}

/** block-type--09 **/
.section.block-type--09 {
  padding-bottom: 0;
}

@media screen and (max-width: 639px) {
  .mpapp .block-type--09 .title--download img {
    width: 100%;
  }
}



/*
*
*
* slick
*
*/
.mpapp .slick-prev {
  left: calc(50% - 280px);
}
.mpapp .slick-prev.slick-disabled:before, 
.mpapp .slick-next.slick-disabled:before {
  opacity: .4;
}
.mpapp .slick-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/common/icon_arrow_left_white_lg.png) no-repeat left top;
  background-size: 50px;
  content: '';
  width: 50px;
  height: 50px;
}

.mpapp .slick-prev, 
.mpapp .slick-next {
  line-height: 4;
  position: absolute;
  top: 46%;
  z-index: 2;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.mpapp .slick-next {
  right: calc(50% - 280px);
}
.mpapp .slick-next:before {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/img/common/icon_arrow_right_white_lg.png) no-repeat right top;
  background-size: 50px;
  content: '';
  width: 50px;
  height: 50px;
}

.mpapp .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.mpapp .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.mpapp .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.mpapp .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
.mpapp .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border-radius: 50px;
}
.mpapp .slick-list.draggable {
  margin-left: 48px;
}


@media screen and (max-width: 639px) {
  .mpapp .slick-prev,
  .mpapp .slick-next {
    top: 5%;
  }

  .mpapp .slick-prev {
    left: -5px;
  }
  .mpapp .slick-next {
    right: -5px;
  }

  .mpapp .slick-prev:before,
  .mpapp .slick-next:before {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
  
  .mpapp .slick-dots {
    left: 0;
  }
  .mpapp .slick-list.draggable {
    margin-left: 0;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 32px;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}