/* BASIC css start */
#main * {
  line-height: 1.8;
}
#main h2 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 25px;
}
#main h3 {
  font-size: 32px;
}
#main h4 {
  font-size: 20px;
}
#main h5 {
  font-size: 18px;
}
#main h6 {
  font-size: 16px;
}
#main p {
  font-size: 12px;
}
#main #journal_top .text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 60px;
}
#main #journal_top .text * {
  font-size: 24px;
}
#main .container {
  max-width: 1140px;
}
#main #jn_01 .container {
  padding: 0;
  max-width: 880px;
}
#main h4 + h4, #main h5 + h5, #main h6 + h6, #main p + p {
  margin-top: 20px;
}
#main section ul, #main section li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main section ul:not(.swiper-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
}
#main section ul:not(.swiper-wrapper) li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main section ul:not(.swiper-wrapper) li.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
#main section ul:not(.swiper-wrapper) li.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6667%;
          flex: 0 0 66.6667%;
  max-width: 66.6667%;
}
#main section ul:not(.swiper-wrapper) li.next .image-background {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#main section ul:not(.swiper-wrapper) li.active {
  z-index: 10;
}
#main section#jn_vod + section .container {
  max-width: 980px;
}
#main section#related_product p {
  margin-top: 15px;
}
#main section#related_product .btn-more {
  border: solid 1px #999;
  padding: 6px 24px;
  color: #000;
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
}
#main section#related_product .btn-more::before {
  content: attr(data-title);
  font-size: 12px;
}
/* BASIC css end */

