#bg {
  background-image: url("/static/full/tnf/special/2017fw_catalog/assets/images/journal/03/keyv_sp.jpg");
}

#TOP {
  position: relative;
  padding: 0 6.25vw;
}

#TOP h1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  font-size: 2.2rem;
  text-align: left;
}

#TOP .bottom {
  position: absolute;
  width: 87.5vw;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 5vh;
  color: #fff;
}

#TOP .bottom .profile {
  font-size: .7rem;
}

#TOP .bottom .name {
  font-size: 1.2rem;
}

#TOP .bottom .text {
  font-size: .8rem;
  line-height: 1.5;
}

#content {
  padding: 3.8em 0 4em;
}

#introduction {
  padding: 0 6.25vw;
}

#introduction .title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

#introduction .text {
  margin-top: 1em;
  font-size: .92rem;
  text-align: center;
}

#lecture {
  margin-top: 3em;
  padding: 0 6.25vw;
}

#lecture .lecture .title {
  font-size: 1.4rem;
  line-height: 1;
}

#lecture .lecture .text, #lecture .lecture .image {
  margin-top: 1.5em;
  font-size: .9rem;
  line-height: 1.8;
}

#lecture .lecture .sub-title {
  margin-top: 1.5em;
}

#lecture .lecture .sub-title + .text {
  margin-top: 0;
}

#lecture .footnote {
  padding-top: 1em;
}

#lecture .footnote .note {
  margin-top: 2em;
}

#lecture .footnote .text {
  font-size: .9rem;
  line-height: 1.8;
}

#recommended {
  margin-top: 3em;
  padding: 0 6.25vw;
}

#recommended .title-wrap .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

#recommended .title-wrap .text {
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

#recommended .item {
  margin-top: 3em;
}

#recommended .item.sling > .image {
  width: 35.9375vw;
}

#recommended .item.headlight > .image {
  width: 44.375vw;
}

#recommended .item.beacon > .image {
  width: 29.6875vw;
}

#recommended .item.probe > .image {
  width: 33.4375vw;
}

#recommended .item.insulation > .image {
  width: 46.875vw;
}

#recommended .item.scoop > .image {
  width: 29.6875vw;
}

#recommended .item .image {
  margin: 0 auto;
}

#recommended .item .desc {
  margin-top: .5em;
}

#recommended .item .desc .text {
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .forPC {
    display: block;
  }
  .forSP {
    display: none;
  }
  #bg {
    background-image: url("/static/full/tnf/special/2017fw_catalog/assets/images/journal/03/keyv_pc.jpg");
  }
  #TOP {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #TOP h1 {
    margin-top: 0;
  }
  #TOP .bottom {
    position: relative;
    width: 42%;
    margin: 20px 0 0;
    bottom: 0;
  }
  #TOP .bottom .profile {
    font-size: .9rem;
  }
  #TOP .bottom .name {
    font-size: 1.5rem;
  }
  #TOP .bottom .text {
    font-size: 1rem;
  }
  #introduction {
    max-width: 980px;
    margin: 80px auto 0;
    padding: 0;
  }
  #introduction .title {
    font-size: 2.3rem;
  }
  #introduction .text {
    font-size: 1.1rem;
    line-height: 2.5;
  }
  #lecture {
    max-width: 980px;
    margin: 80px auto 0;
    padding: 0;
  }
  #lecture .title, #lecture .sub-title {
    font-size: 1.5rem;
  }
  #lecture .lecture-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #lecture .lecture-wrap .lecture {
    width: 75%;
    padding: 0 30px 0 0;
  }
  #lecture .lecture-wrap .lecture .caption {
    font-size: 1.5rem;
  }
  #lecture .lecture-wrap .lecture .text {
    font-size: 1.1rem;
  }
  #lecture .lecture-wrap .lecture .sub-title + .text {
    margin-top: 1em;
  }
  #lecture .lecture-wrap .lecture .float {
    float: right;
    width: 275px;
    margin-top: 10px;
    margin-left: 10px;
  }
  #lecture .lecture-wrap .footnote {
    width: 25%;
    margin-top: .8em;
  }
  #lecture .lecture-wrap .footnote .note:first-child {
    margin-top: 0;
  }
  #recommended {
    max-width: 980px;
    margin: 80px auto 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #recommended .title-wrap {
    width: 20%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #recommended .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #recommended .item.sling {
    width: 35%;
    margin-left: 30px;
  }
  #recommended .item.sling > .image {
    width: 45%;
  }
  #recommended .item.sling > .desc {
    width: 55%;
  }
  #recommended .item.headlight {
    width: 40%;
  }
  #recommended .item.headlight > .image {
    width: 45%;
  }
  #recommended .item.headlight > .desc {
    width: 55%;
  }
  #recommended .item.beacon {
    width: 40%;
  }
  #recommended .item.beacon > .image {
    width: 45%;
  }
  #recommended .item.beacon > .desc {
    width: 55%;
  }
  #recommended .item.probe {
    width: 60%;
  }
  #recommended .item.insulation {
    width: 50%;
  }
  #recommended .item.insulation > .image {
    width: 45%;
  }
  #recommended .item.insulation > .desc {
    width: 55%;
  }
  #recommended .item.scoop {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #recommended .item .image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #recommended .item .desc {
    margin: 0 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #recommended .item .desc .title {
    font-size: 1.1rem;
  }
}
