/*
Theme Name:majestic-child
Template:majestic
Version:2.7
*/
/*--------------------------------------------------
*
    トップページ
*
-------------------------------------------------- */
/* CONCEPT */
.eyecatch_title,
.eyecatch_description {
  color: #777;
}

.eyecatch_image {
  margin-bottom: 32px;
}

.eyecatch-style-1 .eyecatch_content {
  padding: 24px 10px 10px;
}

.eyecatch_image .eyecatch_thumb img,
.home #execphp-2 .post-hover img {
  transition: all .5s ease-out;
}

.eyecatch_image .eyecatch_thumb img:hover,
.home #execphp-2 .post-hover img:hover {
  opacity: .6;
}

/* CONTENTS */
.home #execphp-2 .pad #one_c {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  /*--------------------------------------------------
  *
      トップページ
  *
  -------------------------------------------------- */
  .home #execphp-2 .pad {
    padding: 0 0 80px;
  }
  .home #execphp-2 .pad #one_c {
    margin: 0;
  }
  .home #execphp-2 .pad #one_c .post_description .post-title {
    margin-top: 24px;
    text-align: center;
  }
  .home #execphp-2 .pad #one_c .post-inner img {
    width: 300%;
    max-width: 300%;
    margin: 0 -99%;
  }
}
