.main {
  margin-top: 60px;
}
.main ul .mainlist {
  position: relative;
  margin-right: 30px;
  width: 350px !important;
  overflow: hidden;
}
#search-box {
  margin-top: 70px;
}
#search-box select {
  width: 20%;
  height: 40px;
  padding: 10px;
  margin: 10px 5px;
  border-radius: 5px;
}
#search-box button {
  width: 20%;
  height: 40px;
  padding: 10px;
  margin: 10px 5px;
  border-radius: 20px;
  color: #fff;
  background-color: #000;
}
.list-item .tag {
  margin-top: 1rem;
}
.list-item .tag span {
  position: relative;
  display: inline-block;
  padding: 4px 6px 4px 24px;
  margin: 0 0 0 4px;
  color: #333;
  background: #ccc;
  text-decoration: none;
}
.list-item .tag span:hover {
  background: #9CF;
}
.list-item .tag span:before {
  position: absolute;
  margin: 0 0 0 30px;
  top: calc(50% - 5px);
  left: -22px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background: #FFF;
}
.list-item .description {
  margin-top: 1rem;
}
@media (max-width: 599px) {
  .main ul .mainlist {
    margin-right: 20px;
  }
}
.main ul .mainlist::before {
  content: "";
  display: block;
  padding-top: 130%;
}
.main ul .mainlist .bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.7s;
}
.main ul .mainlist .bg:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}
.main ul .mainlist .titlewrapper {
  position: absolute;
  bottom: 0;
  width: 90%;
}
.main ul .mainlist .titlewrapper h2 {
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4em;
  padding: 12px 10px;
  border: 1px solid #121212;
}
@media (max-width: 1024px) {
  .main ul .mainlist .titlewrapper h2 {
    font-size: 1.4rem;
  }
}
.main ul .mainlist .titlewrapper p {
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid #121212;
  border-bottom: none;
  display: inline-block;
  padding: 6px 20px;
}
.main ul .mainlist .titlewrapper p span {
  font-size: 1.1rem;
  font-weight: 600;
}

.newpost {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .newpost {
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  .newpost {
    margin-top: 20px;
  }
}
.newpost h2 {
  margin: 0 9.375%;
  font-size: 4rem;
  color: #F03400;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .newpost h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 599px) {
  .newpost h2 {
    font-size: 2rem;
  }
}
.newpost ul {
  margin: 20px 3.125% 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .newpost ul {
    display: block;
  }
}
.newpost ul li {
  width: calc((100% - 80px) / 3);
  position: relative;
}
@media (max-width: 1024px) {
  .newpost ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 599px) {
  .newpost ul li {
    width: auto;
    margin-bottom: 40px;
  }
}
.newpost ul li::before {
  content: "";
  display: block;
  padding-top: 61.7647058824%;
}
.newpost ul li a .new_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 61.7647058824%;
  transition: all 0.7s;
}
.newpost ul li a .new_bg:hover {
  transition: all 0.5s;
  opacity: 0.7;
}
.newpost ul li a .new_titlewrapper {
  margin-top: -30px;
}
.newpost ul li a .new_titlewrapper p {
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 6px 20px 6px 10px;
  z-index: 10;
  position: relative;
}
.newpost ul li a .new_titlewrapper p span {
  font-size: 1.1rem;
  font-weight: 600;
}
.newpost ul li a .new_titlewrapper h3 {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .newpost ul li a .new_titlewrapper h3 {
    font-size: 1.3rem;
  }
}

.recommend {
  margin-top: 160px;
  padding-bottom: 160px;
  background-color: #F7F7F7;
  position: relative;
}
@media (max-width: 1024px) {
  .recommend {
    margin-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 599px) {
  .recommend {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
.recommend h2 {
  position: absolute;
  top: -30px;
  margin: 0 9.375%;
  font-size: 4rem;
  color: #F03400;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .recommend h2 {
    font-size: 3.2rem;
    top: -20px;
  }
}
@media (max-width: 599px) {
  .recommend h2 {
    font-size: 2rem;
    top: -10px;
  }
}
.recommend ul {
  width: 81.25%;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .recommend ul {
    width: auto;
    margin: 0 3.125%;
  }
}
.recommend ul li {
  width: calc((100% - 40px) / 2);
  position: relative;
}
@media (max-width: 1024px) {
  .recommend ul li {
    width: calc((100% - 10px) / 2);
  }
}
.recommend ul li::before {
  content: "";
  display: block;
  padding-top: 61.7647058824%;
}
.recommend ul li a .rec_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 61.7647058824%;
  transition: all 0.7s;
}
.recommend ul li a .rec_bg:hover {
  transition: all 0.5s;
  opacity: 0.7;
}
.recommend ul li a .rec_titlewrapper {
  margin-top: -40px;
  position: relative;
}
@media (max-width: 599px) {
  .recommend ul li a .rec_titlewrapper {
    margin-top: 2px;
  }
}
.recommend ul li a .rec_titlewrapper h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .recommend ul li a .rec_titlewrapper h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .recommend ul li a .rec_titlewrapper h3 {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}
.recommend ul li a .rec_titlewrapper p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .recommend ul li a .rec_titlewrapper p {
    font-size: 1.2rem;
    padding: 0;
    background-color: transparent;
  }
}
.recommend ul li a .rec_titlewrapper p span {
  font-size: 1.2rem;
}
@media (max-width: 599px) {
  .recommend ul li a .rec_titlewrapper p span {
    font-size: 1.1rem;
  }
}
.recommend ul li:first-child {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .recommend ul li:first-child {
    margin-bottom: 20px;
  }
}
.recommend ul li:first-child::before {
  content: "";
  display: block;
  padding-top: 38.0952380952%;
}
.recommend ul li:first-child a .rec_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 38.0952380952%;
}
.recommend ul li:first-child a .rec_titlewrapper {
  position: absolute;
  z-index: 100;
  width: 50%;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1024px) {
  .recommend ul li:first-child a .rec_titlewrapper {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .recommend ul li:first-child a .rec_titlewrapper {
    width: 80%;
    bottom: 20px;
  }
}
.recommend ul li:first-child a .rec_titlewrapper h3 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .recommend ul li:first-child a .rec_titlewrapper h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  .recommend ul li:first-child a .rec_titlewrapper h3 {
    font-size: 1.6rem;
  }
}
.recommend ul li:first-child a .rec_titlewrapper p {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: transparent;
  position: static;
  padding: 0;
}
@media (max-width: 599px) {
  .recommend ul li:first-child a .rec_titlewrapper p {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.recommend ul li:first-child a .rec_titlewrapper p span {
  font-size: 1.4rem;
  color: #ffffff;
}
@media (max-width: 599px) {
  .recommend ul li:first-child a .rec_titlewrapper p span {
    font-size: 1.2rem;
  }
}
.recommend .btn {
  position: absolute;
  bottom: -70px;
  right: 9.375%;
}
@media (max-width: 1024px) {
  .recommend .btn {
    right: 3.125%;
    bottom: -50px;
  }
}
.recommend .btn a {
  width: 140px;
  height: 140px;
  background-color: #F03400;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .recommend .btn a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 599px) {
  .recommend .btn a {
    width: 80px;
    height: 80px;
  }
}
.recommend .btn a:hover {
  background-color: #FBAD97;
}
.recommend .btn a .btntxt {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .recommend .btn a .btntxt {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .recommend .btn a .btntxt {
    font-size: 1.2rem;
  }
}
.recommend .btn a .btntxt span {
  display: block;
  width: 16px;
  margin: 8px auto 0;
}
@media (max-width: 1024px) {
  .recommend .btn a .btntxt span {
    width: 14px;
  }
}
@media (max-width: 599px) {
  .recommend .btn a .btntxt span {
    margin: 4px auto 0;
  }
}
.recommend .btn a .btntxt span img {
  width: 100%;
}

.special {
  margin-top: 230px;
  border-top: 1px solid #F03400;
  border-bottom: 1px solid #F03400;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .special {
    margin-top: 160px;
    padding-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .special {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
.special h2 {
  margin: 0 9.375%;
  font-size: 4rem;
  color: #F03400;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: -20px;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .special h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 599px) {
  .special h2 {
    font-size: 2rem;
    padding: 0 4px;
  }
}
.special .slider02 {
  margin-top: 40px;
}
.special .slider02 li {
  margin-right: 30px;
  position: relative;
}
.special02 .slider-company-01,
.special02 .slider-company-02 {
  margin-top: 30px;
  height: 14px;
}
.special02 .slider-company-01 .slick-slide,
.special02 .slider-company-02 .slick-slide {
  margin-right: 20px;
}
.special02 .slider-company-01 img,
.special02 .slider-company-02 img {
  height: 14px;
  width: auto;
  object-fit: contain;
  position: relative;
}
@media (max-width: 599px) {
  .special .slider02 li {
    margin-right: 20px;
  }
  .special02 .slider-company-01 img,
  .special02 .slider-company-02 img {
    margin-right: 20px;
  }
}
.special .slider02 img::before,
.special .slider02 img::before {
  content: "";
  display: block;
  padding-top: 61.7647058824%;
}
.special .slider02 li a .sp_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 61.7647058824%;
  transition: all 0.7s;
}
.special .slider02 li a .sp_bg:hover {
  transition: all 0.5s;
  opacity: 0.7;
}
.special .slider02 li a .sp_titlewrapper {
  margin-top: -30px;
}
.special .slider02 li a .sp_titlewrapper p {
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 6px 20px 6px 10px;
  z-index: 10;
  position: relative;
}
.special .slider02 li a .sp_titlewrapper p span {
  font-size: 1.1rem;
  font-weight: 600;
}
.special .slider02 li a .sp_titlewrapper h3 {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}
.special .btn {
  position: absolute;
  bottom: -70px;
  right: 9.375%;
}
@media (max-width: 1024px) {
  .special .btn {
    right: 3.125%;
    bottom: -50px;
  }
}
@media (max-width: 1024px) {
  .special .btn {
    bottom: -40px;
  }
}
.special .btn a {
  width: 140px;
  height: 140px;
  background-color: #F03400;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .special .btn a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 599px) {
  .special .btn a {
    width: 80px;
    height: 80px;
  }
}
.special .btn a:hover {
  background-color: #FBAD97;
}
.special .btn a .btntxt {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .special .btn a .btntxt {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .special .btn a .btntxt {
    font-size: 1.2rem;
  }
}
.special .btn a .btntxt span {
  display: block;
  width: 16px;
  margin: 8px auto 0;
}
@media (max-width: 1024px) {
  .special .btn a .btntxt span {
    width: 14px;
  }
}
@media (max-width: 599px) {
  .special .btn a .btntxt span {
    margin: 4px auto 0;
  }
}
.special .btn a .btntxt span img {
  width: 100%;
}

.category {
  margin-top: 180px;
}
@media (max-width: 1024px) {
  .category {
    margin-top: 160px;
  }
}
@media (max-width: 599px) {
  .category {
    margin-top: 100px;
  }
}
.category .cattitle {
  position: relative;
  margin: 0 auto;
  width: 81.25%;
  max-width: 1040px;
}
@media (max-width: 1024px) {
  .category .cattitle {
    width: auto;
    margin: 0 3.125%;
  }
}
.category .cattitle h2 {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .category .cattitle h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 599px) {
  .category .cattitle h2 {
    font-size: 2rem;
  }
}
.category .cattitle a {
  font-family: "Montserrat", sans-serif;
  color: #F03400;
  font-size: 1.5rem;
  font-weight: 800;
  display: inline-block;
  border-bottom: 1px solid #F03400;
  padding-bottom: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .category .cattitle a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .category .cattitle a {
    font-size: 1.2rem;
  }
}
.category .postlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 9.375%;
}
@media (max-width: 1024px) {
  .category .postlist {
    margin: 0 3.125%;
  }
}
@media (max-width: 599px) {
  .category .postlist {
    margin: 20px 3.125% 0;
    display: block;
  }
}
.category .postlist li {
  width: calc((100% - 120px) / 4);
  position: relative;
  margin-top: 40px;
}
.category .postlist li::before {
  content: "";
  display: block;
  padding-top: 61.7647058824%;
}
@media (max-width: 1024px) {
  .category .postlist li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 599px) {
  .category .postlist li {
    width: auto;
  }
}
.category .postlist li a .post_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 61.7647058824%;
  transition: all 0.7s;
}
.category .postlist li a .post_bg:hover {
  transition: all 0.5s;
  opacity: 0.7;
}
.category .postlist li a .post_titlewrapper p {
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 0 0;
  z-index: 10;
  position: relative;
  color: #5f5f5f;
}
.category .postlist li a .post_titlewrapper p span {
  font-size: 1.1rem;
  font-weight: 600;
}
.category .postlist li a .post_titlewrapper h3 {
  margin-top: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .category .postlist li a .post_titlewrapper h3 {
    font-size: 1.3rem;
  }
}

.category2 {
  margin-top: 100px;
}
@media (max-width: 599px) {
  .category2 {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
.category2 .cattitle {
  position: relative;
  margin: 0 auto;
  width: 81.25%;
  max-width: 1040px;
}
@media (max-width: 1024px) {
  .category2 .cattitle {
    width: auto;
    margin: 0 3.125%;
  }
}
.category2 .cattitle h2 {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .category2 .cattitle h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 599px) {
  .category2 .cattitle h2 {
    font-size: 2rem;
  }
}
.category2 .cattitle a {
  font-family: "Montserrat", sans-serif;
  color: #F03400;
  font-size: 1.5rem;
  font-weight: 800;
  display: inline-block;
  border-bottom: 1px solid #F03400;
  padding-bottom: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .category2 .cattitle a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .category2 .cattitle a {
    font-size: 1.2rem;
  }
}
.category2 .postlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 9.375%;
}
@media (max-width: 1024px) {
  .category2 .postlist {
    margin: 0 3.125%;
  }
}
@media (max-width: 599px) {
  .category2 .postlist {
    margin: 20px 3.125% 0;
    display: block;
  }
}
.category2 .postlist li {
  width: calc((100% - 120px) / 4);
  position: relative;
  margin-top: 40px;
}
.category2 .postlist li::before {
  content: "";
  display: block;
  padding-top: 61.7647058824%;
}
@media (max-width: 1024px) {
  .category2 .postlist li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 599px) {
  .category2 .postlist li {
    width: auto;
  }
}
.category2 .postlist li a .post_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 61.7647058824%;
  transition: all 0.7s;
}
.category2 .postlist li a .post_bg:hover {
  transition: all 0.5s;
  opacity: 0.7;
}
.category2 .postlist li.local-brand a .post_titlewrapper {
  height: 400px;
}
.category2 .postlist li a .post_titlewrapper p {
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 0 0;
  z-index: 10;
  position: relative;
  color: #5f5f5f;
}
.category2 .postlist li a .post_titlewrapper p span {
  font-size: 1.1rem;
  font-weight: 600;
}
.category2 .postlist li a .post_titlewrapper h3 {
  margin-top: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}
.category2 .postlist li a .post_post_titlewrapper img {
  width: 100%;
  height: auto;
}
.category2 .postlist li a .post_author_wrapper {
  margin-top: 2rem;
}
.category2 .postlist li a .post_author_wrapper img.author_image {
  width: 25%;
  height: auto;
  float: left;
}
.category2 .postlist li a .post_author_wrapper p.author_name {
  width: 75%;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 0 0 1rem;
  z-index: 10;
  position: relative;
  color: #5f5f5f;
}
@media (max-width: 1024px) {
  .category2 .postlist li a .post_titlewrapper h3 {
    font-size: 1.3rem;
  }
}

.category3 {
  margin-top: 100px;
  margin-bottom: 160px;
}
@media (max-width: 599px) {
  .category3 {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
.category3 .cattitle {
  position: relative;
  margin: 0 auto;
  width: 81.25%;
  max-width: 1040px;
}
@media (max-width: 1024px) {
  .category3 .cattitle {
    width: auto;
    margin: 0 3.125%;
  }
}
.category3 .cattitle h2 {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .category3 .cattitle h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 599px) {
  .category3 .cattitle h2 {
    font-size: 2rem;
  }
}
.category3 .cattitle a {
  font-family: "Montserrat", sans-serif;
  color: #F03400;
  font-size: 1.5rem;
  font-weight: 800;
  display: inline-block;
  border-bottom: 1px solid #F03400;
  padding-bottom: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .category3 .cattitle a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .category3 .cattitle a {
    font-size: 1.2rem;
  }
}
.category3 .postlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 9.375%;
}
@media (max-width: 1024px) {
  .category3 .postlist {
    margin: 0 3.125%;
  }
}
@media (max-width: 599px) {
  .category3 .postlist {
    margin: 20px 3.125% 0;
    display: block;
  }
}
.category3 .postlist li {
  width: calc((100% - 120px) / 4);
  position: relative;
  margin-top: 40px;
}
.category3 .postlist li::before {
  content: "";
  display: block;
  padding-top: 61.7647058824%;
}
@media (max-width: 1024px) {
  .category3 .postlist li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 599px) {
  .category3 .postlist li {
    width: auto;
  }
}
.category3 .postlist li a .post_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 61.7647058824%;
  transition: all 0.7s;
}
.category3 .postlist li a .post_bg:hover {
  transition: all 0.5s;
  opacity: 0.7;
}
.category3 .postlist li a .post_titlewrapper p {
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 0 0;
  z-index: 10;
  position: relative;
  color: #5f5f5f;
}
.category3 .postlist li a .post_titlewrapper p span {
  font-size: 1.1rem;
  font-weight: 600;
}
.category3 .postlist li a .post_titlewrapper h3 {
  margin-top: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .category3 .postlist li a .post_titlewrapper h3 {
    font-size: 1.3rem;
  }
}

.category4 {
  margin-top: 100px;
  margin-bottom: 160px;
}
@media (max-width: 599px) {
  .category4 {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
.category4 .cattitle {
  position: relative;
  margin: 0 auto;
  width: 81.25%;
  max-width: 1040px;
}
@media (max-width: 1024px) {
  .category4 .cattitle {
    width: auto;
    margin: 0 3.125%;
  }
}
.category4 .cattitle h2 {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .category4 .cattitle h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 599px) {
  .category4 .cattitle h2 {
    font-size: 2rem;
  }
}
.category4 .cattitle a {
  font-family: "Montserrat", sans-serif;
  color: #F03400;
  font-size: 1.5rem;
  font-weight: 800;
  display: inline-block;
  border-bottom: 1px solid #F03400;
  padding-bottom: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .category4 .cattitle a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .category4 .cattitle a {
    font-size: 1.2rem;
  }
}
.category4 .postlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 9.375%;
}
@media (max-width: 1024px) {
  .category4 .postlist {
    margin: 0 3.125%;
  }
}
@media (max-width: 599px) {
  .category4 .postlist {
    margin: 20px 3.125% 0;
    display: block;
  }
}
.category4 .postlist li {
  width: calc((100% - 120px) / 4);
  position: relative;
  margin-top: 40px;
}
.category4 .postlist li::before {
  content: "";
  display: block;
  padding-top: 61.7647058824%;
}
@media (max-width: 1024px) {
  .category4 .postlist li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 599px) {
  .category4 .postlist li {
    width: auto;
  }
}
.category4 .postlist li a .post_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 61.7647058824%;
  transition: all 0.7s;
}
.category4 .postlist li a .post_bg:hover {
  transition: all 0.5s;
  opacity: 0.7;
}
.category4 .postlist li a .post_titlewrapper p {
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 4px 0 0;
  z-index: 10;
  position: relative;
  color: #5f5f5f;
}
.category4 .postlist li a .post_titlewrapper p span {
  font-size: 1.1rem;
  font-weight: 600;
}
.category4 .postlist li a .post_titlewrapper h3 {
  margin-top: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .category4 .postlist li a .post_titlewrapper h3 {
    font-size: 1.3rem;
  }
}

.about {
  margin-top: 180px;
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .about {
    margin-top: 100px;
    margin-botom: 140px;
  }
}
@media (max-width: 599px) {
  .about {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.about h2 {
  text-align: center;
  font-size: 4.8rem;
  color: #F03400;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .about h2 {
    font-size: 3.2rem;
  }
}
.about h2 span {
  display: block;
  color: #F03400;
  font-weight: 600;
  font-size: 2.4rem;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .about h2 span {
    font-size: 1.8rem;
  }
}
.about p {
  width: 56.25%;
  margin: 40px auto 0;
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .about p {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .about p {
    width: 85%;
    margin: 20px auto 0;
  }
}/*# sourceMappingURL=style_top.css.map */
#search-box {
  margin-top: 45px;
  background-color: black;
  opacity: 85%;
}
#search-box.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 150;
  width: 100%;
  margin-top: 0;
  opacity: 100%;
}

#search-box button {
  width: 20%;
  height: 40px;
  padding: 10px;
  margin: 10px 5px;
  border-radius: 20px;
  color: #000;
  background-color: #fff;
}

.ribbon-wrapper {
  position: absolute;
  overflow: hidden;
}

.ribbon-wrapper .ribbon {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  right: -49px;
  top: -3px;
  width: 120px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff;
  color: #000000;
  opacity: 0.8;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px rgb(255, 255, 255);
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
