.Information .m-container {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .Information .m-container .m-jacket {
    width: 100%;
    min-width: 360px;
    height: 360px;
    margin: 0 20px;
    margin-right: calc(100% - 740px);
    display: block;
    -webkit-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
    opacity: 0;
    overflow: hidden; }
    .Information .m-container .m-jacket .m-jacket_contents {
      display: block;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      width: 720px;
      height: 100%;
      background: url("../img/jacket/l.png") no-repeat;
      background-size: contain;
      background-position: 50% 50%; }
      .Information .m-container .m-jacket .m-jacket_contents:hover {
        -webkit-transform: scale(1.3) rotate(6deg);
                transform: scale(1.3) rotate(6deg); }
  .Information .m-container .m-cross_fade {
    width: 50%;
    height: 170px;
    margin-top: 30px;
    padding: 0 20px; }
  .Information .m-container .m-main {
    width: 50%; }
    .Information .m-container .m-main p {
      display: block;
      -webkit-transition: 3s ease-in-out;
      transition: 3s ease-in-out;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 0px; }
    .Information .m-container .m-main .m-title {
      text-shadow: 0px 0px 5px #e7b2c6;
      margin-bottom: 20px;
      font-family: 'mSimpleRoundFont';
      font-size: 1.7em;
      line-height: 1em;
      color: #e7b2c6;
      box-shadow: 0 9px 12px -9px #e7b2c6; }
    .Information .m-container .m-main p:not(.m-title) {
      margin: 0 0 10px 10px; }

.Information.isSelected .m-jacket {
  opacity: 1; }

.Information.isSelected .m-main p {
  width: 100%; }
