@charset "UTF-8";
/*
Theme Name: Manrui Theme
Theme URI: https://manrui.jp/
Author: FULLHOUSE Inc.
Version: 1.0
Description: 満塁株式会社様のコーポレートサイト用オリジナルテーマです。
*/

/* CSS Document */
body {
  margin: 0px;
  background-color: #dc0000;
  min-height: 100vh;
  font-family: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  box-sizing: border-box;
}
html {
  height: 100%;
}
img {
  border-style: none;
  vertical-align: bottom;
}
a img {
  border-style: none;
}
a:hover img {
  border-style: none;
}
* {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.modal-movie {
  cursor: pointer;
}
.pcview {
  width: 100%;
}
.spview {
  display: none;
}
.scrollShowEffect1 {
  transition: all 0.5s;
  transition-delay: 0s;
  opacity: 0;
}
.scrollShowEffect2 {
  transition: all 0.5s;
  transition-delay: 1.0s;
  opacity: 0;
}
.scrollShowEffect3 {
  transition: all 0.5s;
  transition-delay: 1.0s;
  opacity: 0;
}
.scrollShowEffect-R {
  transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
  transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
  transform: translate3d(0, 50px, 0);
}
.scrollShowEffect-T {
  transform: translate3d(0, -50px, 0);
}
.scrollShowEffect-Z {
  transform: scale(0.2, 0.2);
}
.scrollShowEffect-O {
  transform: scale(1.2, 1.2);
}
.scrollShowEffect1.showItem {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.scrollShowEffect2.showItem {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.scrollShowEffect3.showItem {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.mb0 {
  width: 100%;
  overflow: hidden;
}
.mb5 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 140%;
}
.mb10 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.mb20 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.mb30 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.mb50 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.mb70 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
}
.mb100 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.pcbr {
  display: inline;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #dc0000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.6s ease;
}
.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader {
  position: relative;
  width: 250px;
  height: 200px;
}
.loader01, .loader02, .loader03 {
  position: absolute;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.loader01.is-active, .loader02.is-active, .loader03.is-active {
  opacity: 1;
  transform: translateY(0);
}
.loader01 {
  top: 0;
  left: 0;
}
.loader02 {
  bottom: 0;
  left: 0;
}
.loader03 {
  width: 200px;
  top: 83px;
  right: 25px;
}
.loader img {
  display: block;
  max-width: 100%;
  height: auto;
}
#top_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-color: #dc0000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 16px solid transparent;
  transition: border-color 0.5s ease;
}
#top_wrapper.start-border-anim {
  border-color: #ffffff;
}
.js-fade-item {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.toplogo.js-fade-item {
  transform: translateY(10px);
}
.toplogo.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.topmenu_wrapper.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.toplogo {
  position: relative;
  width: 250px;
  height: 200px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toplogo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.topmenu_wrapper {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  font-family: "Rajdhani", sans-serif;
}
.topmenu_list {
  display: flex !important;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu_list li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.topmenu_list a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-indent: 0.15em; !important;
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.topmenu_list a::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  border: 0.12em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-4px) rotate(135deg);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.topmenu_list a:hover {
  transform: translateY(-3px);
}
.topmenu_list a:hover::after {
  color: #ffffff;
  opacity: 1;
  transform: translateX(-50%) translateY(0) rotate(135deg);
}
.btn-trigger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, background-color 0.3s ease;
  background-color: #dc0000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}
.btn-trigger.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.btn-trigger span {
  display: block;
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.btn-trigger span:nth-of-type(1) {
  top: 21px;
}
.btn-trigger span:nth-of-type(2) {
  top: 29px;
}
.btn-trigger span:nth-of-type(3) {
  top: 37px;
}
.btn-trigger.active span:nth-of-type(1) {
  top: 29px;
  transform: rotate(45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  top: 29px;
  transform: rotate(-45deg);
}
.globalMenuSp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  border: 16px solid #dc0000;
  display: flex;
  justify-content: center !important; 
  flex-direction: column !important;
  align-items: center !important;
  padding-top: 16px !important;           
  box-sizing: border-box !important;
}
.globalMenuSp .menulogo {
  width: 200px !important;
  height: auto !important;
  margin-bottom: 50px !important;
  text-align: center !important;
  z-index: 10;
}
.globalMenuSp .menulogo img {
  width: 50% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}
.globalMenuSp ul {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Rajdhani", sans-serif;
}
.globalMenuSp a {
  display: block;
  color: #dc0000;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-indent: 0.15em; !important;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.globalMenuSp a::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  border: 0.12em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-4px) rotate(135deg);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.globalMenuSp a:hover {
  transform: translateY(-3px);
  color: #dc0000;
}
.globalMenuSp a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0) rotate(135deg);
}
.red {
  color: #dc0000;
}
.white {
  color: #fff;
}
.section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  margin-bottom: 100px;
}
.section_title {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0;
}
.section_logo {
  width: 60px;
}
.section_logo img {
  width: 100%;
  height: auto;
  display: block;
}
#recent_works {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  padding: 0 !important;
  opacity: 0;
  transition: opacity 1.2s ease;
}
#recent_works.is-visible {
  opacity: 1;
}
#recent_inner {
  width: 100% !important;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #dc0000;
  margin: 0 auto;
  max-width: calc(100% - 32px) !important;
  border-left: 2px solid #dc0000 !important;
  border-right: 2px solid #dc0000 !important;
  padding: 40px 0 120px 0;
  position: relative;
  overflow: visible;
}
.recent_main {
  width: 100%;
  position: relative;
}
.works_container {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 200px);
  margin: 0 auto;
}
.works_item {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  position: relative;
  padding: 0 45px;
}
.works_item::after {
  display: none !important;
  content: none !important;
}
.works_link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.poster_img {
  width: 100%;
  aspect-ratio: 1 / 1.414;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.poster_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.tag_wrapper, .works_name, .works_date {
  transition: opacity 0.3s ease;
}
.tag_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 15px;
}
.tag {
  background-color: #dc0000;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 15px 5px 15px;
  white-space: nowrap;
}
.works_name {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 2px 0;
  line-height: 1.4;
}
.works_date {
  font-size: 13px;
  color: #666666;
  margin: 0;
}
.works_link:hover .poster_img img {
  transform: scale(1.1);
}
.works_link:hover .tag_wrapper, .works_link:hover .works_name, .works_link:hover .works_date {
  opacity: 0.7;
}
.arrow_btn {
  position: absolute !important;
  top: 35% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 80px !important;
  background-color: #dc0000 !important;
  border: none !important;
  cursor: pointer !important;
  z-index: 200 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}
.custom_prev_btn {
  left: -18px !important;
}
.custom_next_btn {
  right: -18px !important;
  left: auto !important;
}
.arrow_btn .arrow_line {
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  box-sizing: border-box !important;
  transform: rotate(45deg) !important;
}
.custom_prev_btn .arrow_line {
  border-left: 3px solid #ffffff !important;
  border-bottom: 3px solid #ffffff !important;
  margin-left: 4px !important;
}
.custom_next_btn .arrow_line {
  border-right: 3px solid #ffffff !important;
  border-top: 3px solid #ffffff !important;
  margin-right: 4px !important;
}
#about {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #dc0000;
  border: 16px solid #fff;
  opacity: 0;
  transition: opacity 1.2s ease;
}
#about.is-visible {
  opacity: 1;
}
#about_inner {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px 0 120px 0;
  position: relative;
  color: #fff;
}
.company_profile {
  width: 60%;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #ddd;
}
.profile_row {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.company_profile dt {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding-left: 20px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.company_profile dd {
  width: 80%;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  margin: 0;
  padding-right: 20px;
  box-sizing: border-box;
}
#contact {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  transition: opacity 1.2s ease;
  padding: 0 16px 0 16px;
}
#contact.is-visible {
  opacity: 1;
}
#contact_inner {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px 0 120px 0;
  position: relative;
  color: #000;
  background-color: #dedede;
  border: 2px solid #dc0000;
}
.form_container {
  width: 60%;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}
.form_row, .form_row_textarea, .form_row_policy {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.form_row_textarea, .form_row_policy {
  align-items: flex-start;
}
.form_container dt {
  width: 25%;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0;
  padding-left: 20px;
  box-sizing: border-box;
}
.form_container dt .required {
  color: #dc0000;
  margin-left: 6px;
  font-weight: bold;
}
.form_container dd {
  width: 75%;
  margin: 0;
  padding-right: 20px;
  box-sizing: border-box;
}
.form_container input[type="text"], .form_container input[type="email"], .form_container input[type="tel"] {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
}
.form_container textarea {
  width: 100%;
  height: 200px;
  padding: 12px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  resize: vertical;
}
.form_container input::placeholder, .form_container textarea::placeholder {
  color: #a0a0a0;
}
.policy_box {
  width: 100%;
  height: 150px;
  padding: 12px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 12px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 12px;
}
.policy_agree {
  text-align: right;
  font-size: 14px;
  color: #000;
}
.policy_agree label {
  cursor: pointer;
}
.policy_agree input[type="checkbox"] {
  transform: scale(1.1);
  margin-right: 4px;
  vertical-align: middle;
}
.form_submit {
  text-align: center;
  padding-top: 40px;
}
.submit_btn {
  width: 300px;
  height: 60px;
  background-color: #dc0000;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.submit_btn:hover {
  opacity: 0.9;
  background-color: #ff0000;
}
#footer {
  width: 100%;
  padding: 3% 0;
  background-color: #fff;
}
#footer img {
  width: 100%;
  height: auto;
}
.footerlogo {
  width: 10%;
  margin: 0 auto;
}
.works_grid {
  display: flex;
  flex-wrap: wrap;
  width: 80% !important;
  margin: 0 auto;
}
.works_grid .works_item {
  width: 33.333% !important;
  box-sizing: border-box;
  padding: 0 40px 60px 40px !important;
  display: block !important;
}
.works_grid .works_item.is-hidden {
  display: none !important;
}
.load_more_wrapper {
  text-align: center;
  padding: 40px 0 20px 0;
}
.load_more_btn {
  background-color: #dc0000;
  color: #ffffff;
  border: none;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 14px 50px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.load_more_btn:hover {
  background-color: #b30000;
}
.load_more_btn.is-hidden {
  display: none !important;
}
.worksmenu_wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  background-color: #ffffff !important;
  padding: 20px 0 !important;
  margin: 0 auto !important;
  z-index: 999 !important;
}
body.showNavi .worksmenu_wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.worksmenu_list {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.worksmenu_list li {
  margin: 0 25px !important;
}
.worksmenu_wrapper .worksmenu_list a {
  color: #dc0000 !important;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: 0.1em !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
}
.worksmenu_wrapper .worksmenu_list a:hover {
  opacity: 0.7 !important;
}
.works_btn-trigger {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  width: 60px !important;
  height: 60px !important;
  background: none;
  border: none;
  cursor: pointer;
  background-color: #dc0000 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-10px) !important;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, background-color 0.3s ease !important;
  left: auto !important;
}
.works_btn-trigger.is-show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
.works_btn-trigger span {
  display: block !important;
  position: absolute !important;
  left: 15px !important;
  width: 30px !important;
  height: 2px !important;
  background-color: #ffffff !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
}
.works_btn-trigger span:nth-of-type(1) {
  top: 21px !important;
}
.works_btn-trigger span:nth-of-type(2) {
  top: 29px !important;
}
.works_btn-trigger span:nth-of-type(3) {
  top: 37px !important;
}
.works_btn-trigger.active span:nth-of-type(1) {
  top: 29px !important;
  transform: rotate(45deg) !important;
}
.works_btn-trigger.active span:nth-of-type(2) {
  opacity: 0 !important;
}
.works_btn-trigger.active span:nth-of-type(3) {
  top: 29px !important;
  transform: rotate(-45deg) !important;
}
.works_more_wrapper {
  text-align: center;
  padding-top: 70px;
}


@media screen and (max-width: 1024px) {
  #recent_inner, #about_inner, #contact_inner {
    padding: 60px 0 80px 0;
  }
  .section_header {
    padding: 0 40px;
    margin-bottom: 60px;
  }
  #recent_inner {
    padding: 40px 0 80px 0;
    background-color: #fff !important;
    border-left: 2px solid #dc0000 !important;
    border-right: 2px solid #dc0000 !important;
  }
  .works_container {
    width: calc(100% - 80px) !important;
  }
  .works_item {
    padding: 0 15px !important;
  }
  .arrow_btn {
    width: 40px !important;
    height: 70px !important;
  }
  .company_profile {
    width: 85%;
  }
  .profile_row {
    display: block !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .profile_row dt {
    display: block !important;
    width: 100% !important;
    margin-bottom: 8px !important;
    font-weight: bold;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .company_profile dd, .profile_row dd {
    display: block !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .form_container {
    width: 85%;
  }
  .form_row, .form_row_textarea, .form_row_policy {
    display: block !important;
    padding: 16px 0 !important;
  }
  .form_container dt {
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
  }
  .form_container dd {
    display: block !important;
    width: 100% !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .form_container input[type="text"], .form_container textarea {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .submit_btn {
    width: 80%;
    height: 54px;
  }
  .toplogo {
    position: relative;
    width: 200px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer {
    width: 100%;
    padding: 5% 0 7% 0;
    background-color: #fff;
  }
  .footerlogo {
    width: 25%;
    margin: 0 auto;
  }
  .loader {
    width: 200px !important;
    height: 161px !important;
  }
  .loader03 {
    width: 160px !important;
    top: 66px !important;
    right: 20px !important;
  }
  .loader01 img, .loader02 img, .loader03 img {
    width: 100% !important;
    height: auto !important;
  }
  .works_grid {
    width: calc(100% - 40px) !important;
  }
  .works_grid .works_item {
    width: 50% !important;
    padding: 0 15px 40px 15px !important;
  }
  .load_more_btn {
    width: calc(100% - 40px) !important;
    box-sizing: border-box !important;
    padding: 14px 0 !important;
  }
  .works_more_wrapper {
    width: 85%;
    margin: 0 auto;
  }
}