@charset "utf-8";


/* スマホ・タブレット向けCSS 450px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.author {
  font-size: 0.9rem;
}

.focus01 {
  font-weight: bold;
  color: #ff0000;
}

.focus02 {
  font-weight: bold;
  color: #0acff1;
}

.wrapper_s {
  padding: 0 3%;
}

.unit {
  margin-bottom: 1.3rem;
}

.unit p {
  margin-bottom: 0;
}

.side-by {
  text-align: center;
}

.side-by img:first-child {
  margin-bottom: 1.3rem;
}

.intro img {
  width: 14rem;
  border: 1px solid #b7a077;
}

.pc {
  display: none;
}

.commentary figure {
  margin: 0 0 1.3rem;
  text-align: center;
}

.commentary figure img {
  width: 14rem;
  border: 1px solid #b7a077;
}

.commentary .pack,
.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 451px以上 */

@media screen and (min-width: 451px) {

  .side-by {
    display: flex;
    justify-content: space-around;
  }

  .side-by img:first-child {
    margin-bottom: 0;
  }

  .intro img {
    width: 12rem;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .commentary figure {
    float: left;
    margin: .8rem 1rem 0 .5rem;
  }

  .commentary figure img {
    width: 14rem;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .intro img {
    width: 17rem;
  }

  .commentary figure img {
    width: 19rem;
  }
}
