@charset "utf-8";


/* スマホ・タブレット向けCSS 450px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.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;
}

.author {
  font-size: .9rem;
}

figure {
  text-align: center;
  margin: 0 0 1.3rem;
}

figure img {
  width: 13rem;
  border: 1px solid #b7a077;
}

figcaption {
  font-size: .9rem;
  margin-top: .3rem;
}

.wrapper .specifically p {
  text-indent: 0;
  margin-bottom: 0;
}

.order {
  display: grid;
  grid-template-columns: repeat(2, 4.3rem 2.9rem) 4.3rem;
  grid-template-rows: 4.8rem 3.4rem;
  margin-bottom: 1.3rem;
}

.box1 {
  grid-column: 1/6;
  grid-row: 1/2;
}

.box3,
.box5,
.box7 {
  padding-left: .1rem;
  border: 2px solid #b7a077;
}

.box4,
.box6 {
  display: grid;
  place-items: center;
}

.marusu-digit {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 50%;
  width: .9rem;
  height: .99rem;
  line-height: .99rem;
  font-size: .62rem;
  letter-spacing: -.05rem;
  vertical-align: .11rem;
  padding-left: .01rem;
}

.commentary ul {
  list-style: none;
  margin-bottom: 1.3rem;
  padding: 0;
}

.commentary ul li {
  margin-bottom: .8rem;
  text-align: center;
}

.commentary ul li img {
  width: 13rem;
  border: 1px solid #b7a077;
}

.pc0,
.pc {
  display: none;
}

.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 451px以上 */

@media screen and (min-width: 451px) {

  .move-l figure {
    float: left;
    margin: 0.5rem 1rem 0 0.5rem;
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  .commentary .side-by01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .commentary .side-by01 img {
    width: 12rem;
  }

  .order {
    grid-template-columns: repeat(2, 4.3rem 4.5rem) 4.3rem;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }

  .order {
    grid-template-columns: 17.4rem repeat(3, 3rem 4.5rem);
    grid-template-rows: auto;
  }

  .box1 {
    grid-column: 1/2;
    padding-left: .1rem;
    border: 2px solid #b7a077;
  }

  .box2 {
    place-items: center;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .pc0 {
    display: grid;
  }

  .commentary .side-by02 {
    display: grid;
    grid-template-columns: .5fr 1fr .5fr 1fr;
    justify-items: center;
  }

  .commentary .side-by01 img {
    width: 13rem;
  }

  .commentary .side-by02 li:nth-child(odd) img {
    width: 5rem;
  }

  .commentary .side-by02 li:nth-child(even) img {
    width: 12rem;
  }
}
