@charset "UTF-8";

html {
}
body {
  background :url(../images/bg/bg_main.jpg) repeat left top;
  padding-top: 122px;
}
header {
  top: 0;
}
h1 {
}
h2 {
  margin :auto;
  text-align :center;
}
p {
  font-size :16px;
  line-height :normal;
}
a.download {
  background :#e50012;
  color :#fff;
  display :inline-block;
  font-size :16px;
  font-weight :bold;
  height :auto;
  line-height :22px;
  padding :10px 15px;
  position :relative;
  width :200px;
}
a.download::before {
  background :url(../images/icon/icon_papercraft_pc_pdfdl.png) no-repeat center/100%;
  content :"";
  display :inline-block;
  height :22px;
  margin :auto;
  margin-right :5px;
  margin-top :-3px;
  vertical-align :middle;
  width :18px;
}
/* kv */
.kv_area {
  background :#fef6dc;
  height :244px;
}
.kv_area .kv_wrap {
  background :url(../images/bg/bg_papercraft_pc_kv.png) no-repeat 90% top;
  display :flex;
  flex-direction :column;
  height :100%;
  justify-content :center;
  margin :auto;
  max-width :1600px;
  padding :40px 0;
}
.kv_area h1 {
  margin-bottom :auto;
}
.kv_area picture {
}
.kv_area picture img {
  display :block;
  margin :auto;
}
.kv_area p {
  line-height :31px;
  text-align :center;
}
/* main */
main {
  padding-bottom: 100px;
}
main>article {
  padding :60px 0;
}
main>article>section {
  margin :auto;
  max-width :980px;
}
/* entry */
.entry {
  margin-bottom :20px;
}
.entry h2 {
  margin-bottom :10px;
}
.entry>p {
  margin :auto;
  text-align :center;
}

/* outline */
article.outline section {
  display :flex;
  justify-content :space-between;
  margin :40px auto;
  position :relative;
}
article.outline section:nth-child(2n+1) {
  flex-direction :row-reverse;
}
article.outline section::after {
  background :url(../images/bg/bg_papercraft_pc_sheet_line01.png) no-repeat center/100%;
  bottom :-80px;
  content :"";
  display :block;
  height :264px;
  left :30%;
  position :absolute;
  width :292px;
  z-index :1;
}
article.outline section:nth-child(2n+1)::after {
  background :url(../images/bg/bg_papercraft_pc_sheet_line02.png) no-repeat center/100%;
  bottom :-197px;
  height :362px;
  left :28%;
  width :432px;
}
article.outline section:last-child::after {
  content :none;
}
article.outline section>picture {
  width :auto;
  z-index :3;
}
article.outline section>.wrap {
  background :#fef9eb;
  border :2px solid;
  border-radius :10px;
  height :max-content;
  margin-bottom :auto;
  margin-top :auto;
  padding :27px;
  padding-bottom :17px;
  position :relative;
  width :450px;
  z-index :5;
}
article.outline section>.wrap::before, article.outline section>.wrap::after {
  bottom :50%;
  content :"";
  margin :auto;
  position :absolute;
  top :50%;
}
article.outline section>.wrap::before {
  border :13px solid transparent;
  border-right :40px solid #fef9eb;
  left :-50px;
  z-index :7;
}
article.outline section>.wrap::after {
  border :13px solid transparent;
  border-right :40px solid;
  left :-54px;
  z-index :3;
}
article.outline section:nth-child(2n+1)>.wrap::before {
  border-left :40px solid #fef9eb;
  border-right :none;
  left :inherit;
  right :-36px;
}
article.outline section:nth-child(2n+1)>.wrap::after {
  border-left :40px solid;
  border-right :none;
  left :inherit;
  right :-40px;
}
article.outline section#papercraft01>.wrap {
  border-color :#ea606d;
}
article.outline section#papercraft01>.wrap::after {
  border-right :40px solid #ea606d;
}
article.outline section#papercraft02>.wrap {
  border-color :#739739;
}
article.outline section#papercraft02>.wrap::after {
  border-left :40px solid #739739;
}
article.outline section#papercraft03>.wrap {
  border-color :#f2abbb;
}
article.outline section#papercraft03>.wrap::after {
  border-right :40px solid #f2abbb;
}
article.outline section#papercraft04>.wrap {
  border-color :#e50014;
}
article.outline section#papercraft04>.wrap::after {
  border-left :40px solid #e50014;
}
article.outline section#papercraft05>.wrap {
  border-color :#f2abbb;
}
article.outline section#papercraft05>.wrap::after {
  border-right :40px solid #f2abbb;
}
article.outline section#papercraft06>.wrap {
  border-color :#ffe079;
}
article.outline section#papercraft06>.wrap::after {
  border-left :40px solid #ffe079;
}
article.outline section>.wrap>dl {
  color :#624d43;
}
article.outline section>.wrap>dl>dt {
  background :linear-gradient(transparent 70%, #fff0af 0%);
  font-size :24px;
  font-weight :bold;
  line-height :normal;
  margin-bottom :20px;
  width :max-content;
}
article.outline section>.wrap>dl>dd {
  border-bottom :1px dashed #624d43;
  font-size :14px;
  line-height :42px;
}
article.outline section>.wrap>.dlbox {
  align-items :center;
  display :flex;
  justify-content :space-between;
  margin-top :10px;
}
/* making */
article.making {
  background :#fef9eb;
}
article.making>section {
  border-bottom :2px solid #e50012;
  display :flex;
  justify-content :space-between;
  padding :50px 0;
  position :relative;
  z-index :5;
}
article.making section::before, article.making section::after {
  content :"";
  display :block;
  left :50%;
  margin :auto;
  position :absolute;
  right :50%;
}
article.making section::before {
  border :13px solid transparent;
  border-top :20px solid #fef9eb;
  bottom :-32px;
  z-index :7;
}
article.making section::after {
  border :13px solid transparent;
  border-top :20px solid #e50012;
  bottom :-35px;
  z-index :3;
}
article.making>section.entry {
  padding :0;
}
article.making>section.entry, article.making>section:last-child {
  border :none;
  padding-bottom :0;
}
article.making>section.entry::before, article.making>section.entry::after, article.making>section:last-child::before, article.making>section:last-child::after {
  content :none;
}
article.making>section:nth-child(2n) {
  flex-direction :row-reverse;
}
article.making>section>.wrap {
  width :470px;
}
article.making>section>.wrap>dl {
  align-content :center;
  display :flex;
  flex-direction :column;
  margin-bottom :20px;
  min-height :72px;
  position :relative;
}
article.making>section>.wrap>dl dt::before {
  position :absolute;
}
article.making>section>.wrap>dl dt::before {
  bottom :0;
  content :"";
  display :block;
  height :57px;
  left :0;
  margin :auto;
  top :0;
  width :58px;
}
article.making>section>.wrap>dl dt.n1::before {
  background :url(../images/icon/icon_papercraft_pc_maiking_n01.png);
}
article.making>section>.wrap>dl dt.n2::before {
  background :url(../images/icon/icon_papercraft_pc_maiking_n02.png);
}
article.making>section>.wrap>dl dt.n3::before {
  background :url(../images/icon/icon_papercraft_pc_maiking_n03.png);
}
article.making>section>.wrap>dl dd {
  color :#624d43;
  font-size :24px;
  font-weight :bold;
  line-height :normal;
  margin :auto 0;
  padding-left :66px;
}
article.making>section>.wrap>p {
  color :#624d43;
  font-size :16px;
}
/* pdf-dl */
article.pdf-dl {
  display :flex;
  flex-wrap :wrap;
  justify-content :space-between;
  margin :auto;
  width :980px;
}
article.pdf-dl>section.entry {
  margin-bottom :20px;
  width :100%;
}
article.pdf-dl>section {
  align-items :center;
  display :flex;
  flex-direction :column;
  margin-bottom :40px;
  width :auto;
}
article.pdf-dl>section>figure {
  margin :0;
}
article.pdf-dl>section>figure>figcaption {
  color :#624d43;
  font-size :24px;
  font-weight :bold;
  line-height :normal;
  margin :15px auto;
  text-align :center;
}
article.pdf-dl>ul.note {
}
article.pdf-dl>ul.note>li {
  color :#624d43;
  font-size :13px;
  line-height :normal;
}





@media screen and (max-width: 1023px) {
  body {
    padding-top: 17vw;
  }
  a.download {
    display :inline-block;
    font-size :1.2rem;
    height :auto;
    padding :10px 0;
    position :relative;
    text-align :center;
    width :100%;
  }
  a.download::before {
  }

  .kv_area {
    background :url(../images/bg/bg_papercraft_sp_kv.png) no-repeat center right/100% ,#fef6dc;
    height :auto;
    padding :5%;
  }
  .kv_area .kv_wrap {
    background :rgba(255,255,255,.65);
    display :flex;
    flex-direction :column;
    height :100%;
    justify-content :center;
    margin :auto;
    padding :5%;
  }
  .kv_area h1 {
    margin :0 10% 5%;
  }
  .kv_area picture {
  }
  .kv_area picture img {
    width :100%;
  }
  .kv_area p {
    font-size :1rem;
    line-height :2rem;
  }
  main {
  }
  main>article {
    padding :40px 3%;
  }
  main>article>section {
    margin :auto;
    max-width :980px;
  }
  /* entry */
  .entry {
    margin-bottom :20px;
  }
  .entry h2 {
    margin-bottom :10px;
  }
  .entry h2 img {
    max-width :80%;
    margin-bottom :10px;
  }
  .entry img {
    width :100%;
  }
  .entry>p {
    text-align :center;
  }
  br.br-pc {
    display :none;
  }
  /* outline */
  article.outline section, article.outline section:nth-child(2n+1) {
    flex-direction :column;
  }
  article.outline section::after, article.outline section:nth-child(2n+1)::after {
    background :url(../images/bg/bg_papercraft_sp_sheet_line01.png) no-repeat center/100%;
    bottom :-25%;
    content :"";
    display :block;
    height :100%;
    left :0;
    margin :auto;
    position :absolute;
    right :0;
    width :80%;
    z-index :1;
  }
  article.outline section:last-child::after {
    content :none;
  }
  article.outline section>picture {
    width :auto;
  }
  article.outline section>picture>img {
    width :100%;
  }
  article.outline section>.wrap {
    margin-top :30px;
    width :100%;
  }
  article.outline section>.wrap>dl {
    text-align :center;
  }
  article.outline section>.wrap>dl dt {
    font-size :1.5rem;
    margin-left :auto;
    margin-right :auto;
  }
  article.outline section>.wrap>.dlbox {
    margin-left :auto;
    margin-right :auto;
    text-align :center;
    width :max-content;
  }
  article.outline section>.wrap>.dlbox a {
    padding :10px;
  }
  article.outline section>.wrap::before, article.outline section>.wrap::after, article.outline section:nth-child(2n+1)>.wrap::before, article.outline section:nth-child(2n+1)>.wrap::after {
    bottom :inherit;
    left :50%;
    margin :auto;
    right :50%;
    top :inherit;
  }
  article.outline section>.wrap::before, article.outline section:nth-child(2n+1)>.wrap::before {
    border :13px solid transparent;
    border-bottom :20px solid #fef9eb;
    border-right :none;
    top :-30px;
    z-index :7;
  }
  article.outline section>.wrap::after, article.outline section:nth-child(2n+1)>.wrap::after {
    border :13px solid transparent;
    border-bottom :20px solid;
    border-right :none;
    top :-34px;
    z-index :3;
  }
  article.outline section#papercraft01>.wrap {
    border-color :#ea606d;
  }
  article.outline section#papercraft01>.wrap::after {
    border :13px solid transparent;
    border-bottom :20px solid #ea606d;
  }
  article.outline section#papercraft02>.wrap {
    border-color :#739739;
  }
  article.outline section#papercraft02>.wrap::after {
    border :13px solid transparent;
    border-bottom :20px solid #739739;
  }
  article.outline section#papercraft03>.wrap {
    border-color :#f2abbb;
  }
  article.outline section#papercraft03>.wrap::after {
    border :13px solid transparent;
    border-bottom :20px solid #f2abbb;
  }
  article.outline section#papercraft04>.wrap {
    border-color :#e50014;
  }
  article.outline section#papercraft04>.wrap::after {
    border :13px solid transparent;
    border-bottom :20px solid #e50014;
  }
  article.outline section#papercraft05>.wrap {
    border-color :#f2abbb;
  }
  article.outline section#papercraft05>.wrap::after {
    border :13px solid transparent;
    border-bottom :20px solid #f2abbb;
  }
  article.outline section#papercraft06>.wrap {
    border-color :#ffe079;
  }
  article.outline section#papercraft06>.wrap::after {
    border :13px solid transparent;
    border-bottom :20px solid #ffe079;
  }
  .dl_subicon {
    display :none;
  }
  /* making */
  article.making>section, article.making>section:nth-child(2n) {
    flex-direction :column;
    padding :10% 0;
  }
  article.making>section>.wrap {
    width :auto;
  }
  article.making>section>picture {
    margin-top :5%;
  }
  article.making>section>picture img {
    width :100%;
  }

  article.making>section>.wrap>dl {
    min-height :72px;
    padding-bottom :0;
    position :relative;
  }
  article.making>section>.wrap>dl dt::before {
    height :57px;
    width :58px;
  }
  article.making>section>.wrap>dl dd {
    font-size :1.5rem;
  }


  /* pdf-dl */
  article.pdf-dl {
    width :auto;
  }
  article.pdf-dl>section {
    padding :0 2%;
    width :50%;
  }
  article.pdf-dl>section>figure {
    width :auto;
  }
  article.pdf-dl>section>figure>img {
    width :100%;
  }
  article.pdf-dl>section>figure>figcaption {
    font-size :1.5rem;
  }
}
