@charset "utf-8";

.br::before {
  content: "A";
  white-space: pre;
}

#making_wrap {
  max-width: 948px;
  width: 100%;
  margin: 50px 0;
  border: 1px solid #000;
  color: #3f3a2c;
  font-family:
    Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.2em;
}

#caption {
  width: 100%;
  height: 612px;
  margin: 0;
  padding: 0;
  background: url(/contents/making/image/caption.jpg) center top no-repeat;
  background-position: top right;
  background-size: contain;
  display: flex;
}

#caption h2 {
  width: 200px;
  margin: 1.5em 0 0 1.5em;
  color: #fff;
  font-family:
    Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 0.45em;
  line-height: 1.8em;
  text-shadow: 1px 1px 3px #333;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

ul.making_nav {
  margin: 10px 0 35px 0;
  list-style: none;
  text-indent: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}

ul.making_nav li {
  margin: 0;
  border-right: 1px solid #ccc;
  padding: 0 0.8em;
}

ul.making_nav li a {
  color: #444;
  text-decoration: none;
  padding: 1px;
}

ul.making_nav li a:hover {
  color: #ae8c15;
  border-bottom: 1px solid #ae8c15;
}

ul.making_nav .nav_possition {
  color: #ccc;
}

#making_header p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8em;
}

#making_contents {
  width: 90%;
  margin: 4em auto 1.4em auto;
}

#making_subhead {
  margin: 0 0 3.5em 0;
}

#making_subfoot {
  margin: 5em 0 0 0;
}

#making_subhead h3 {
  margin: 0 0 25px 0;
  font-family:
    Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 1.8em;
}

#making_subhead img,
#making_subfoot img {
  width: 100%;
  margin: 1em 0;
}

#making_subhead p,
#making_subfoot p {
  margin: 1.8em 0;
}

.contents_block {
  margin: 0 0 2em 0;
  display: flex;
  flex-direction: row-reverse;
}

.contents_block h4 {
  margin: 0 0 0.5em 0;
}

.contents_block p {
  line-height: 1.8em;
  margin: 0 0 1.4em 0;
}

.sentence {
  margin: 0 0 0 1.5em;
  font-size: 15px;
}

.img {
  margin: 0 0 1em 0;
}

#making_footer {
  width: 90%;
  margin: 0 auto 60px auto;
}

.next_link {
  font-size: 24px;
  line-height: 1em;
  position: relative;
  text-align: right;
  margin-right: 2em;
}

.next_link a {
  color: #3f3a2c;
  text-decoration: none;
}

.next_link a:hover {
  color: #896c36;
}

.next_link::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 8px;
  position: absolute;
  top: -2px;
  border-style: solid;
  border-width: 12px 0 12px 20.8px;
  border-color: transparent transparent transparent #a81b77;
}

#making_footer .making_nav {
  margin-top: 2em;
  justify-content: center;
}

.link_arrow a {
  color: #3f3a2c;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  padding-left: 38px;
  position: relative;
  font-size: 16px;
  line-height: 2em;
}

.link_arrow a:hover {
  color: #896c36;
}

.link_arrow {
  position: relative;
}

.link_arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 0;
  margin-top: -15px;
}

.link_arrow::after {
  content: "";
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 12px #ffffff;
  position: absolute;
  top: 23px;
  left: 13px;
  margin-top: -10px;
}

.link_arrow_sub {
  display: block;
  position: relative;
  top: 19px;
  left: 6px;
  width: 10px;
  height: 8px;
  background: #fff;
}

/* スマホ 
--------------------------------------------------------------------*/

@media (max-width: 780px) {
  #caption {
    background-size: contain;
  }

  #caption h2 {
    width: auto;
    margin: 1.5em 0 0 0;
    padding-right: 1em;
    flex-basis: 130px;
  }

  .m_br::before {
    content: "A";
    white-space: pre;
  }

  #making_wrap {
    margin: 40px 0 50px 0;
    border: none;
    font-size: 14px;
  }

  #caption {
    height: 400px;
    background-size: cover;
    display: flex;
  }

  #caption h2 {
    width: 150px;
    margin: 1.5em 0;
    font-size: 28px;
  }

  #making_contents {
    width: 100%;
  }

  #making_subhead h3 {
    font-size: 18px;
    border-top: 1px solid #ccc;
    padding-top: 2em;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
    font-family:
      Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }

  .contents_block {
    font-size: 14px;
    display: flex;
    flex-direction: column;
  }

  .sentence {
    margin: 0 auto;
    width: 90%;
  }

  .img {
    margin: 0;
  }

  .contents_block .img img {
    width: 100%;
  }

  .contents_block h4 {
    margin: 0 0 10px -7px;
  }
}

/* CSS
--------------------------------------------------------------------*/

.Making {
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#totp {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 70px;
}

#totp img {
  width: 100%;
}

#totp a {
  background: none;
}

#sp_head {
  display: none;
}

h2 {
  margin-top: 3px;
  margin-left: 10px;
  font-size: 22px;
  letter-spacing: 0.15em;
}

/* スマホCSS
--------------------------------------------------------------------*/

@media (max-width: 780px) {
  #totp {
    position: fixed;
    bottom: 8%;
    right: 0%;
    width: 40px;
  }

  #totp img {
    width: 100%;
  }

  .Making {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  h2 {
    margin-top: 1%;
    margin-left: 2%;
    font-size: 1.5em;
    letter-spacing: 0.1em;
  }
}
