@charset "utf-8";


/* スマホ・タブレット向けCSS 450px以下 */

.wrapper p {
  text-indent: 1rem;
  margin-bottom: 1.3rem;
}

.wrapper .pack {
  text-indent: 0;
}

.wrapper .indt0 {
  text-indent: 0;
  padding-left: 1rem;
}

.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;
}

.nline-break {
  display: none;
}

.side-by {
  margin-bottom: 1.3rem;
}

.photo01 {
  width: 100%;
  text-align: center;
  margin-bottom: 1.3rem;
}

.photo01 img {
  width: 70%;
  border: 1px solid #b7a077;
}

.com p {
  margin-bottom: 0;
}

.box {
  margin-bottom: 1.3rem;
}

.box .photo02 {
  display: grid;
  width: 70%;
  aspect-ratio: 3 / 4;
  background: url("../images/44_make(Ami-KeyCase)/no.02.png") center / cover no-repeat;
  margin: 0 auto;
  border: 1px solid #b7a077;
}

.box .photo02 a {
  display: grid;
}

.box .photo02 a img {
  display: block;
  width: 40%;
  place-self: center;
  margin-top: 3rem;
  border-bottom: solid 0.3rem #627295;
  border-radius: 0.5rem;
}

.box .photo02 a:hover img {
  opacity: 1;
}

.box .photo02 a img:hover {
  transform: translateY(0.05rem);
  border-bottom: none;
}

.box .attention {
  width: 70%;
  margin: 0 auto;
}

.box .attention p {
  font-size: .8rem;
  font-weight: bold;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 0;
}

.contact P,
.outro p {
  text-indent: 0;
}

.return {
  text-align: right;
}


/* タブレット向けCSS 451px以上 */

@media screen and (min-width: 451px) {

  .line-break {
    display: none;
  }

  .nline-break {
    display: block;
  }

  .side-by {
    display: flex;
    width: 85%;
    margin: 0 auto 1.3rem;
    column-gap: 2%;
  }

  .photo01,
  .box,
  .com {
    flex: 1;
  }

  .box {
    margin-bottom: 0;
  }

  .photo01,
  .box .photo02 {
    margin-top: .5rem;
    margin-bottom: 0
  }

  .photo01 img,
  .box .photo02,
  .box .attention {
    width: 80%;
  }
}


/* PC向けCSS 601px以上 */

@media screen and (min-width: 601px) {

  main {
    width: 650px;
    margin: 0 auto;
  }
}
