@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #121016;
  font-weight: normal;
  background: #fff !important;
}

.wrapper {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper {
    padding-top: 40px;
  }
}

.container {
  max-width: 1250px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.entry-content {
  width: 802px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

body *:focus {
  outline: none;
}

.cursor-default {
  cursor: default;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  color: #121016;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #121016;
}
/**
* Style OwlCarousel
*/
#scroll-top {
  width: 50px;
  overflow: hidden;
  display: inline-block;
  position: fixed;
  bottom: 15px;
  right: calc((100vw - 1150px) / 2);
  z-index: 9999;
}

.block-breadcrumb__top {
  background: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/images/bg.png") no-repeat;
  height: 120px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.block-breadcrumb__top h3 {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.1em;
  color: #234872;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__top {
    height: 56px;
  }
  .block-breadcrumb__top h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.block-breadcrumb__bot {
  background: #F3F8FC;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__bot {
    display: none;
  }
}
.block-breadcrumb__bot ul {
  padding: 0;
  margin: 0;
}
.block-breadcrumb__bot li {
  font-size: 12px;
  list-style: none;
  float: left;
  line-height: 35px;
  color: #234872;
}
.block-breadcrumb__bot li a {
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__bot li a {
    color: #2f2f2f;
  }
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__bot li {
    height: 35px;
  }
}
.block-breadcrumb__bot li + li::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #234872;
  margin: 0 8px;
  font-size: 13px;
  font-weight: bold;
}
.owl-dots {
  text-align: center;
  margin-top: 24px !important;
}
.owl-dots button {
  width: 16px;
  height: 16px;
  background: #D9D9D9 !important;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
}
.owl-dots button.active {
  background: #234872 !important;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.block-pagination {
  text-align: center;
}
.block-pagination a {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  width: 36px;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
  height: 36px;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
}
.block-pagination span {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  width: 36px;
  background: #1c7ae5;
  height: 36px;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
}
.block-pagination ul {
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0;
}
.block-pagination ul li {
  float: left;
  border-radius: 0;
}
.block-pagination ul li a {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  width: 36px;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
  height: 36px;
  margin: 0 6px;
  padding: 0;
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .alignleft
 */
.alignleft {
  text-align: left;
  margin-top: 0;
}

.alignleft:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignleft {
    float: left;
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }
  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}
/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

.alignright:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

.opacity {
  opacity: 0.8;
  cursor: default !important;
}

.page-link:hover {
  color: #FFFFFF !important;
  background: #234872 !important;
  opacity: 0.9;
}

@media only screen and (min-width: 482px) {
  .alignright {
    float: right;
    margin-left: var(--global--spacing-horizontal);
  }
  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}
#menu-mobile img {
  width: 20px;
}
#menu-mobile img:nth-child(2) {
  display: none;
}
#menu-mobile.show img:nth-child(1) {
  display: none;
}
#menu-mobile.show img:nth-child(2) {
  display: inline-block;
}

#icon-search {
  position: absolute;
  right: 0;
  top: 23px;
}
#icon-search img {
  width: 40px;
  background: #231815;
  border-radius: 50%;
}
#icon-search img:nth-child(2) {
  display: none;
}
#icon-search img:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#icon-search.show img:nth-child(1) {
  display: none;
}
#icon-search.show img:nth-child(2) {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #icon-search {
    top: 3px;
  }
  #icon-search img {
    width: 30px;
  }
}

.box-select {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 10px;
}
.box-select select {
  min-width: 173px;
  height: 40px;
  border: 1px solid var(--jab-bk, #121016);
  color: var(--jab-bk, #121016);
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .box-select {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .box-select select {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}

.box-paging {
  text-align: center;
}

.paging {
  display: inline-flex;
  width: 744px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
}
.paging img {
  width: 20px;
  margin: 0 12px;
}
.paging .prev img {
  width: 40px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .paging .prev img {
    width: 30px;
  }
}
.paging .next img {
  width: 40px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .paging .next img {
    width: 30px;
  }
}
.paging span {
  font-size: 14px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 767px) {
  .paging span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .paging {
    border-top: 1px solid #000000;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .paging {
    width: 547px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .paging {
    width: 598px;
  }
}

.wrap-slide {
  padding-left: calc((100vw - 1230px) / 2);
}
@media only screen and (max-width: 767px) {
  .wrap-slide {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-slide {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-slide {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrap-slide {
    padding-left: calc((100vw - 1220px) / 2);
  }
}

.box-related .container {
  position: relative;
}
.box-related .box-next-prev {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.box-related .box-next-prev img {
  width: 40px;
}
.box-related .box-next-prev a:last-child {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .box-related .box-next-prev a:last-child {
    margin-left: 35px;
  }
}
.box-related .box-title {
  border-top: 1px solid #000000;
  padding-top: 50px;
  margin-bottom: 50px;
}
.box-related h2 {
  width: 100%;
  font-size: 50px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-related .box-title {
    padding-top: 60px;
    margin-bottom: 24px;
  }
  .box-related .box-title.recommend {
    padding-top: 30px;
    margin-top: 28px;
  }
  .box-related h2 {
    font-size: 24px;
  }
  .box-related .box-next-prev {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .box-related .box-next-prev img {
    width: 30px;
  }
  .box-related .box-next-prev .next-button {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-related .box-title {
    padding-top: 40px;
    margin-bottom: 35px;
  }
  .box-related .box-title.goods {
    margin-bottom: 40px;
  }
  .box-related .box-title.recommend {
    padding-top: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-related .box-title {
    padding-top: 40px;
    margin-bottom: 35px;
  }
  .box-related .box-title.recommend {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.box-btn-more {
  text-align: center;
}

.btn-more {
  width: 300px;
  height: 60px;
  border-radius: 60px;
  background: var(--jab-jremall-bk, #231815);
  color: var(--jab-wh, #FFF);
  /* JAB/pc/button_en */
  font-family: Times;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.4px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-more img {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .btn-more {
    width: 200px;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-more img {
    width: 30px;
  }
}

.box-menu {
  z-index: 9999999;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 80px;
  height: calc(100vh - 80px);
  padding-top: 30px;
  overflow: auto;
  display: none;
}
.box-menu.show {
  display: block;
}
@media only screen and (max-width: 767px) {
  .box-menu {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.box-menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.box-menu ul li a {
  text-align: center;
  font-family: Times;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3.2px;
  display: block;
  margin-top: 30px;
}
.box-menu .box-social {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 120px;
}
.box-menu .box-social span {
  width: 100%;
  display: block;
  font-family: Times;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  text-align: center;
  margin-bottom: 10px;
}
.box-menu .box-social a img {
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .box-map iframe {
    height: 181px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-map iframe {
    height: 383px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-map iframe {
    height: 522px;
  }
}

.next img, .next-button img, .box-next-prev-post a img, .box-next-prev a img {
  background: #231815;
  border-radius: 50%;
}
.next img:hover, .next-button img:hover, .box-next-prev-post a img:hover, .box-next-prev a img:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.prev img, .prev-button img {
  background: #231815;
  border-radius: 50%;
}
.prev img:hover, .prev-button img:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@font-face {
  font-family: "RyuminPro-Bold";
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/RyuminPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansJP-Light.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansJP-Regular.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansJP-Medium.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansJP-Bold.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansJP-Black.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansCJKjp-Regular.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansCJKjp-Medium.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansCJKjp-Bold.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/NotoSansCJKjp-Black.otf") format("otf");
}
@font-face {
  font-family: "KozGoPr6N";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/KozGoPr6N-Regular.otf") format("otf");
}
@font-face {
  font-family: "KoburinaGoStdN W6";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/fonts/KozGoPr6N-Regular.otf") format("otf");
}
.button-danger {
  background: #CA2D30 !important;
  color: #fff !important;
}

.button-primary {
  background: #4C2503 !important;
  color: #fff !important;
}

.button-warning {
  background: #4baac4 !important;
  color: #fff !important;
}

.button-more {
  min-width: 240px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  color: #1c7ae5;
  border: 1px solid #1c7ae5;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.button-more.button-white {
  color: #fff;
  border: 1px solid #fff;
}
.button-more.button-white:hover {
  background: #fff;
  color: #1c7ae5;
}
.button-more img {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.button-more:hover {
  color: #fff;
  background: #1c7ae5;
}
.button-more.button-submit3 {
  color: #fff;
  background: #1c7ae5;
  margin-left: 24px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .button-more.button-submit3 {
    margin-left: 0;
    margin-top: 24px;
  }
}
.button-more.button-submit3:hover {
  color: #1c7ae5;
  background: #fff;
}

.btn-service {
  min-width: 320px;
  max-width: 100%;
  line-height: 62px;
  text-align: center;
  background: #266cba;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  position: relative;
}
.btn-service i {
  position: absolute;
  right: 24px;
  font-size: 22px;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .btn-service {
    min-width: 240px;
    line-height: 52px;
    font-size: 14px;
    border-radius: 4px;
  }
  .btn-service i {
    right: 18px;
    font-size: 15px;
    top: 18px;
  }
}

.button-style1 {
  font-size: 16px;
  line-height: 46px;
  color: #1C7AE5;
  width: 240px;
  height: 48px;
  border: 1px solid #1C7AE5;
  position: relative;
  display: inline-block;
  margin-top: 48px;
}
.button-style1 img {
  position: absolute;
  right: 16px;
  top: 16px;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:before {
  background-color: #F3F8FC !important;
}

[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/images/check.png") no-repeat center;
  background-color: #fff;
  background-size: contain;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 23px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
  width: 22px;
  height: 28px;
  background: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/images/check-active.png") no-repeat center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}

/* checked mark aspect changes */
[type=checkbox]:checked + label:before {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:before {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #fff;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
/* hover style just for information */
.select-selected {
  border: 1px solid #666666;
  line-height: 108px;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 38px;
  height: 108px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  content: "";
  background: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/images/arrow-down.png") no-repeat top right;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 38px;
  top: 50px;
  z-index: 99;
}
@media (max-width: 767px) {
  .select-selected:after {
    top: 40px;
  }
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "";
  background: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/images/arrow-down.png") no-repeat top right;
  width: 12px;
  height: 7px;
  transform: rotate(180deg);
  position: absolute;
  right: 38px;
  top: 50px;
  z-index: 99;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  border: 1px solid #666666;
  line-height: 108px;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 38px;
  height: 108px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-top: -1px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #F2F2F2;
}

/**
 * Blog Title 1
 */
.block-title h3 {
  font-size: 50px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  text-align: center;
  margin-bottom: 0;
}
.block-title__content {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  position: relative;
}
.block-title__content.show {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-title h3 {
    font-size: 24px;
  }
  .block-title__content {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-title .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .block-title__content {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-title .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .block-title__content {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-title .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.block-title .content-search {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search {
    margin-top: 20px;
  }
}
.block-title .content-search__item {
  position: relative;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item {
    display: block;
    height: auto;
    padding-top: 10px;
  }
}
.block-title .content-search__item > label {
  position: absolute;
  left: 0;
  bottom: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item > label {
    position: relative;
    bottom: 0;
    /* JAB/sp/list_en */
    font-family: Times;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 17.5px */
    margin-bottom: 5px;
  }
}
.block-title .content-search__item .content.input {
  width: 382px;
  display: inline-flex;
  position: relative;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item .content.input {
    margin-bottom: 20px;
  }
}
.block-title .content-search__item .content.input input {
  border: 0;
  width: 100%;
  border-bottom: 2px solid #000000;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item .content.input input {
    height: 40px;
    border: 1px solid var(--jab-bk, #121016);
  }
}
.block-title .content-search__item .content.input img {
  position: absolute;
  width: 20px;
  right: 0;
  bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item .content.input img {
    right: 10px;
    bottom: 10px;
  }
}
.block-title .content-search__item .content.category {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item .content.category {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.block-title .content-search__item .content.category .item-category {
  margin: 0 21px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-title .content-search__item .content.category .item-category {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-title .content-search__item .content.category .item-category {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item .content.category .item-category {
    margin: 0 8px 15px 0;
  }
}
.block-title .content-search__item .content.category .item-category input {
  opacity: 0;
}
.block-title .content-search__item .content.category .item-category input + label {
  padding: 8px 10px;
  border: 1px solid var(--jab-bk, #121016);
  background: var(--jab-wh, #FFF);
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item .content.category .item-category input + label {
    font-size: 10px;
  }
}
.block-title .content-search__item .content.category .item-category input + label:before {
  display: none;
}
.block-title .content-search__item .content.category .item-category input + label:after {
  display: none;
}
.block-title .content-search__item .content.category .item-category input:checked + label {
  background: var(--jab-bk, #121016);
  color: #fff;
}
.block-title .content-search__item .content.category .box-select {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item .content.category .box-select {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block-title .content-search__item .content.category .box-select select {
  text-align: center;
  width: 382px;
  line-height: 41px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-title .content-search__item .content.category .box-select select {
    width: 100%;
  }
}

/**
 * Blog Title 2
 */
.block-title-2 h3 {
  font-size: 32px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  margin-bottom: 40px;
  padding-top: 40px;
}
.block-title-2 span {
  display: block;
  font-size: 20px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  color: #4B4956;
}
@media only screen and (max-width: 767px) {
  .block-title-2 h3 {
    font-size: 16px;
    padding-top: 30px;
    letter-spacing: 1.6px;
    margin-bottom: 24px;
  }
  .block-title-2 span {
    font-size: 10px;
  }
}

.block-title-3 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  color: #234872;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .block-title-3 {
    font-size: 24px;
  }
}

.block-title34 {
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 48px;
}

.block-title35 {
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: bold;
  color: #1C7AE5;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 48px;
}

.block-contact {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .block-contact {
    padding-bottom: 0px;
  }
}
.block-contact .container {
  max-width: 1080px;
}
.block-contact__info {
  background: #f7f7f7;
  padding: 40px 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-contact__info {
    margin-top: 50px;
    padding: 30px 22px 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-contact__info {
    padding: 27px 25px;
  }
}
.block-contact__info h3 {
  font-family: "KoburinaGoStdN W6";
  font-weight: bold;
  color: #040f27;
  font-size: 30px;
  line-height: 45px;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .block-contact__info h3 {
    font-size: 22px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 18px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-contact__info h3 {
    font-size: 30px;
    line-height: 70px;
    margin-right: 33px;
    min-width: max-content;
  }
}
.block-contact__info p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  margin-bottom: 30px;
}
.block-contact__info .phone {
  height: 110px;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .block-contact__info .phone {
    margin-bottom: 15px;
  }
}
.block-contact__info .phone h5 {
  font-family: "Noto Sans JP";
  font-size: 32px;
  color: #2f2f2f;
  margin-bottom: 0px;
  margin-top: 3px;
  font-weight: bold;
}
.block-contact__info .phone span {
  font-family: "Noto Sans JP";
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.block-contact__info .phone span:first-child {
  font-weight: 500;
  color: #262626;
}
.block-contact__info a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  height: 110px;
  background: #3372b7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.block-contact__list img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-contact__list .col-sm-4 {
    padding: 0;
  }
  .block-contact__list .col-sm-4 img {
    width: 100%;
    margin-bottom: 5px;
  }
  .block-contact__list .col-sm-4:last-child img {
    margin-bottom: 0;
  }
}

body {
  position: relative;
  -webkit-text-size-adjust: none;
}

.header-sp {
  text-align: center;
  background: #4bb5ef;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 50px;
}
.header-sp p {
  margin: 0 0 10px 0;
}
.header-sp a {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:link {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:active {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:visited {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:hover {
  color: inherit;
  text-decoration: underline;
}
.header-sp nav:not(.mm-menu) {
  display: none;
}
.header-sp a {
  display: block;
  width: 28px;
  height: 28px;
  padding: 11px;
  margin: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
.header-sp a:before {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
}
.header-sp a:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
}
.header-sp a span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
}

:root {
  --mm-sidebar-expanded-size: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #menu {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  #menu {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mm-menu {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  #mm-menu {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mm-slideout {
    transform: none !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .mm-slideout {
    transform: none !important;
    width: 100% !important;
  }
}

.mm-menu {
  --mm-listitem-size: 50px;
  --mm-navbar-size: 50px;
  --mm-color-background: #266cba;
  --mm-color-text: #fff;
}

.mm-navbar_tabs span {
  display: inline-block;
  margin-left: 8px;
}

.mm-navbar {
  border-bottom: none !important;
  margin-bottom: 20px;
}

.mm-listitem {
  font-weight: bold;
  font-size: 13.76px;
  font-family: "Noto Sans CJK JP Bold";
  height: 50px;
  border-color: #fff !important;
  margin: 0px 30px 0px 10px !important;
}
.mm-listitem a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-left: 20px !important;
}

.mm-btn_close:after {
  border-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.mm-btn_close:before {
  border-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
  right: 10px !important;
}

.btn-msg {
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  color: #266cba;
  cursor: pointer;
  margin: 40px auto;
  border: none;
  outline: none;
  display: block;
  position: relative;
}
.btn-msg img {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 17px;
  left: 50px;
  margin-right: 15px;
}
.btn-msg span {
  margin-left: 55px;
  font-size: 15.7px;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: bold;
}

header {
  height: 93px;
  padding: 16px 30px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 20px;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header {
    padding: 30px;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header {
    padding: 17px 30px 23px;
    height: 80px;
  }
}
header .img-logo img {
  height: 62px;
}
@media only screen and (max-width: 767px) {
  header .img-logo img {
    height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .img-logo img {
    height: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .img-logo img {
    height: 40px;
  }
}
header nav ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  align-items: center;
}
header nav ul li {
  list-style: none;
  margin-left: 60px;
}
header nav ul li a {
  font-size: 14px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.4px;
}
header nav ul li a:hover {
  color: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header nav ul li {
    margin-left: 40px;
  }
}

.block-content {
  min-height: 700px;
}

footer {
  padding-top: 40px;
  border-top: 1px solid #000;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0;
    border: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    padding-top: 0;
    border: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer .box-social {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  footer .box-social {
    justify-content: center;
    margin-bottom: 34px;
  }
}
footer .box-social span {
  font-size: 14px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  footer .box-social span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .box-social a {
  margin-right: 16px;
  display: inline-block;
}
footer .box-social a img {
  width: 40px;
  background: #231815;
  border-radius: 50%;
}
footer .box-social a img:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 767px) {
  footer .box-social a {
    margin-right: 40px;
  }
}
footer .box-social a:last-child {
  margin-right: 0;
}
footer .copy-right {
  font-size: 14px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .copy-right {
    font-size: 10px;
    line-height: 175%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .copy-right {
    text-align: right;
  }
}
footer .back-top {
  font-size: 14px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
}
footer .back-top img {
  height: 14px;
  margin-left: 8px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  footer .back-top {
    height: 60px;
    background: #4B4956;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: -5px;
    margin-left: -5px;
  }
  footer .back-top img {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .back-top {
    height: 60px;
    background: #4B4956;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: -5px;
    margin-left: -5px;
  }
}
footer .back-top:hover {
  color: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.news-block {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-block .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-block .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news-block__content {
  margin-top: 96px;
  width: 802px;
  display: inline-block;
  margin-bottom: 150px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .news-block__content {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .news-block__content + .box-btn-more {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-block__content {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .news-block__content + .box-btn-more {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-block__content {
    margin-top: 50px;
  }
}
.news-block__content-item {
  display: block;
  border-bottom: 1px solid #000;
}
.news-block__content-item:first-child {
  border-top: 1px solid #000;
}
.news-block__content-item > a {
  display: flex;
  align-items: center;
  padding: 14px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news-block__content-item > a {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.news-block__content-item span {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  white-space: nowrap;
  display: inline-block;
  width: max-content;
}
.news-block__content-item span.category {
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  padding: 8px 10px;
  border: 1px solid var(--jab-bk, #121016);
  background: var(--jab-wh, #FFF);
  min-width: max-content;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .news-block__content-item span {
    flex-wrap: wrap;
    font-family: Times;
    font-size: 10px;
    color: #4B4956;
  }
  .news-block__content-item span.category {
    font-size: 10px;
    padding: 4px 8px;
  }
}
.news-block__content-item h3 {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  margin-left: 37px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 70px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Số dòng tối đa */
  -webkit-box-orient: vertical;
}
.news-block__content-item h3:hover {
  opacity: 0.7;
  color: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 767px) {
  .news-block__content-item h3 {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}

.project-block {
  margin-bottom: 125px;
}
.project-block .wrap-slide {
  margin-top: 80px;
}
.project-block .wrap-slide .block-good__item {
  width: 383px;
  overflow: hidden;
}
.project-block .wrap-slide .block-good__item img {
  height: 255px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-block .wrap-slide .block-good__item:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-block .wrap-slide .block-good__item div {
  margin-top: 20px;
  margin-bottom: 10px;
}
.project-block .wrap-slide .block-good__item .date {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/list_en */
  font-size: 20px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.project-block .wrap-slide .block-good__item .tag {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/list_en */
  font-size: 20px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  border: 0;
  padding: 0;
}
.project-block .wrap-slide .block-good__item h3 {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
  margin-top: 0;
  height: 60px;
  overflow: hidden;
}
.project-block .wrap-slide .block-good__item h3:hover {
  opacity: 0.7;
  color: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 767px) {
  .project-block .wrap-slide {
    margin-top: 20px;
  }
  .project-block .wrap-slide .block-good__item {
    width: 150px;
  }
  .project-block .wrap-slide .block-good__item img {
    height: 100px;
  }
  .project-block .wrap-slide .block-good__item div {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .project-block .wrap-slide .block-good__item .date {
    font-size: 10px;
  }
  .project-block .wrap-slide .block-good__item .tag {
    font-size: 10px;
  }
  .project-block .wrap-slide .block-good__item h3 {
    font-size: 12px;
    height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-block .wrap-slide {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .project-block {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-block .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-block .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.artist-block {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .artist-block {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .artist-block .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.artist-block__content {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .artist-block__content {
    margin-top: 20px;
    display: block;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .artist-block__content.box-g {
    margin-top: -42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .artist-block__content {
    margin-top: 50px;
    display: block;
    margin-left: -7px;
    margin-right: -7px;
  }
  .artist-block__content.box-g {
    margin-top: -85px;
  }
}
.artist-block__content-item {
  position: relative;
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .artist-block__content-item {
    height: auto;
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
    width: max-content;
    min-width: calc((100vw - 10px) / 2);
  }
  .artist-block__content-item.first-1:nth-child(1) {
    padding-top: 90px;
  }
  .artist-block__content-item.first-2:nth-child(2) {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .artist-block__content-item {
    height: auto;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: max-content;
    min-width: 360px;
  }
  .artist-block__content-item.first-1:nth-child(1) {
    padding-top: 180px;
  }
  .artist-block__content-item.first-2:nth-child(2) {
    padding-top: 180px;
  }
}
.artist-block__content-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 767px) {
  .artist-block__content-item img {
    height: 196px;
    width: calc((100vw - 10px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .artist-block__content-item img {
    height: 360px;
    width: 360px;
  }
}
.artist-block__content-item:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.artist-block__content-item div.content {
  position: absolute;
  padding-bottom: 40px;
  left: 0;
  width: 100%;
  padding-left: 40px;
  visibility: hidden;
  bottom: -40px;
  transition: all 0.3s linear;
}
.artist-block__content-item div.content h3 {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
  background: #fff;
  margin-bottom: 15px;
}
.artist-block__content-item div.content h3:hover {
  opacity: 0.7;
  color: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.artist-block__content-item div.content h4 {
  font-size: 14px;
  background: #fff;
  display: inline-block;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
.artist-block__content-item div.content .price {
  background: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
}
.artist-block__content-item div.content .tag {
  display: none;
}
.artist-block__content-item div.content > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .artist-block__content-item div.content {
    position: relative;
    padding-left: 5px;
    bottom: 0;
    visibility: visible;
    padding-top: 10px;
  }
  .artist-block__content-item div.content h3 {
    font-size: 12px;
    color: #121016;
    margin-bottom: 5px;
  }
  .artist-block__content-item div.content h4 {
    font-size: 10px;
    color: #121016;
    margin-bottom: 10px;
  }
  .artist-block__content-item div.content .price {
    color: #121016;
    font-size: 10px;
  }
  .artist-block__content-item div.content .tag {
    border: 1px solid var(--jab-bk, #121016);
    display: inline-block;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 8px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding: 2px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .artist-block__content-item div.content {
    position: relative;
    padding-left: 15px;
    bottom: 0;
    visibility: visible;
    padding-top: 15px;
  }
  .artist-block__content-item div.content h3 {
    font-size: 32px;
    color: #121016;
    margin-bottom: 5px;
  }
  .artist-block__content-item div.content h4 {
    color: #121016;
    margin-bottom: 5px;
  }
  .artist-block__content-item div.content .price {
    color: #121016;
  }
  .artist-block__content-item div.content .tag {
    border: 1px solid var(--jab-bk, #121016);
    display: inline-block;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 8px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding: 2px 10px;
  }
}
.artist-block__content-item:hover div.content {
  bottom: 0;
  transition: all 0.3s linear;
  visibility: visible;
}

.location-block .img-banner {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .location-block .img-banner {
    margin-top: 80px;
  }
}
.location-block .block-location {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .location-block .block-location {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-block .block-location {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .location-block .block-location {
    padding-top: 50px;
  }
}
.location-block li:first-child {
  padding-bottom: 40px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .location-block li:first-child {
    padding-bottom: 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-block .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .location-block .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.title3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title3 h3 {
  font-size: 50px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .title3 h3 {
    font-size: 24px;
  }
}
.title3 > a {
  color: #FFF;
  /* JAB/pc/button_en */
  font-size: 14px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.4px;
  border-radius: 60px;
  width: 175px;
  height: 60px;
  display: inline-flex;
  background: var(--jab-jremall-bk, #231815);
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
.title3 > a img {
  width: 40px;
}
.title3 > a:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.title3 .box-next-prev a img {
  width: 40px;
}
.title3 .box-next-prev a:last-child {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .title3 .box-next-prev a img {
    width: 30px;
  }
  .title3 .box-next-prev a:last-child {
    margin-left: 35px;
  }
}

.block-banner {
  height: 50vw;
  background: #F8F6F0;
  margin-bottom: 100px;
  position: relative;
}
.block-banner .info {
  position: absolute;
  z-index: 99;
  bottom: 150px;
  left: 100px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .block-banner .info {
    min-height: 325px;
  }
}
.block-banner .info h3 {
  font-size: 32px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  display: inline-block;
  background: #fff;
  margin-bottom: 10px;
}
.block-banner .info h4 {
  font-size: 14px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
  background: #fff;
  display: inline-block;
  margin-bottom: 30px;
}
.block-banner .info .price {
  font-size: 14px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
  background: #fff;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .block-banner .info {
    position: relative;
    padding-left: 20px;
    left: 0;
    bottom: 0px;
  }
  .block-banner .info h3 {
    background: none;
    margin-top: 30px;
    font-size: 24px;
  }
  .block-banner .info h4 {
    background: none;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .block-banner .info .price {
    background: none;
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-banner .info {
    left: 30px;
    bottom: 129px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-banner .info {
    left: 30px;
    bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .block-banner {
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 90px;
    border-bottom: 1px solid #231815;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-banner {
    margin-top: 80px;
  }
}
.block-banner .item {
  text-align: center;
  position: relative;
}
.block-banner .item .box-s {
  width: 50vw;
  height: 50vw;
  display: inline-block;
}
.block-banner .item .box-s img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .block-banner .item .box-s {
    width: 100%;
    height: 100vw;
  }
}
.block-banner .carousel-info {
  position: absolute;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  bottom: 50px;
  left: 100px;
}
@media only screen and (max-width: 767px) {
  .block-banner .carousel-info {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-banner .carousel-info {
    left: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-banner .carousel-info {
    left: 30px;
    bottom: 40px;
  }
}
.block-banner .carousel-info div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-banner .carousel-info div img {
  height: 20px;
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .block-banner .carousel-info div img {
    width: 14px;
    margin: 0 15px;
  }
}
.block-banner .carousel-info div span {
  font-size: 14px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 767px) {
  .block-banner .carousel-info div span {
    font-size: 12px;
  }
}
.block-banner .carousel-info a img {
  width: 40px;
}

.block-about {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-about .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-about .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block-about h3 {
  font-size: 45px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 4.5px;
  margin-bottom: 40px;
}
.block-about p {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.block-about img {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-about img {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-about img {
    margin-bottom: 60px;
  }
}
.block-about h4 {
  font-size: 32px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-about h4 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block-about {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .block-about img {
    margin-bottom: 37px;
  }
  .block-about h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
  }
  .block-about p {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
  }
  .block-about h4 {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.block-company {
  padding-top: 48px;
}
.block-company.h72 {
  padding-top: 72px;
}
@media only screen and (max-width: 767px) {
  .block-company {
    padding-top: 36px;
  }
  .block-company.h72 {
    padding-top: 36px;
  }
}
.block-company__content {
  margin-top: 72px;
  padding: 47px 0 72px;
  background: #F3F8FC;
}
@media only screen and (max-width: 767px) {
  .block-company__content {
    padding-bottom: 40px;
    margin-top: 36px;
    padding-top: 36px;
  }
}
.block-company__content-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #000000;
  padding: 28px 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item {
    display: block;
  }
  .block-company__content-item:last-child p {
    margin-bottom: 0 !important;
  }
}
.block-company__content-item label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item label {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-company__content-item label {
    min-width: 100px;
  }
}
.block-company__content-item-text {
  width: 905px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  max-width: 100%;
}
.block-company__content-item-text > div {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div {
    display: block;
    margin-bottom: 40px;
  }
  .block-company__content-item-text > div p {
    margin-top: 6px;
  }
}
.block-company__content-item-text > div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div .box-i {
    display: block;
    text-align: center;
  }
}
.block-company__content-item-text > div img {
  width: 192px;
  height: auto;
  object-fit: contain;
  margin-right: 52px;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div img {
    margin-right: 0;
  }
}
.block-company__content-item-text iframe {
  margin-top: 37px;
  margin-bottom: 37px;
  max-width: 100%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text iframe {
    height: 171px;
    margin-top: 10px;
    margin-bottom: 33px;
  }
}
.block-company__youtube {
  padding: 72px 0;
  background: #f3f8fc;
}
@media only screen and (max-width: 767px) {
  .block-company__youtube {
    padding: 36px 0;
  }
  .block-company__youtube iframe {
    width: 100%;
    height: 194px;
  }
}
.block-company__youtube .block-title {
  margin-bottom: 52px;
  font-family: "Noto Serif JP";
}
@media only screen and (max-width: 767px) {
  .block-company__youtube .block-title {
    line-height: 32px;
    margin-bottom: 24px;
    letter-spacing: 0;
    font-size: 18px;
  }
}

.thumbail {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .thumbail {
    width: 100%;
    display: block;
  }
}
.thumbail > div {
  display: inline-block;
  background: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/images/thumbnail.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .thumbail > div {
    height: 202px;
    width: 357px;
    left: -6px;
  }
}
.thumbail > div > div {
  width: 160px;
  height: 160px;
  background-image: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/images/youtube-icon21.png");
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  z-index: 10;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .thumbail > div > div {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
.thumbail > div:hover > div {
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .block-page-contact .block-title {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-page-contact {
    overflow: hidden;
  }
}
.block-page-contact__top {
  margin-top: 36px;
  position: relative;
  margin-bottom: 72px;
}
.block-page-contact__top > img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 36px;
  }
}
.block-page-contact__top-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(202, 222, 236, 0.6);
  z-index: 2;
  padding: 36px 96px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content {
    padding: 36px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-page-contact__top-content {
    padding: 0;
  }
}
.block-page-contact__top-content h3 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 63px;
  /* or 175% */
  letter-spacing: 0.2em;
  color: #234872;
  margin-left: 33px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.block-page-contact__top-content > div {
  background: #F3F8FC;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  width: 912px;
  max-width: 100%;
  height: 90px;
  justify-content: space-between;
  padding-left: 34px;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content > div {
    height: auto;
    padding: 16px 16px 25px;
    display: block;
  }
}
.block-page-contact__top-content > div p {
  margin: 0;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 63px;
  /* identical to box height, or 262% */
  text-align: center;
  letter-spacing: 0.2em;
  color: #234872;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content > div p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #234872;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-page-contact__top-content > div p {
    font-size: 16px;
  }
}
.block-page-contact__top-content > div > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 75px;
}
.block-page-contact__top-content > div > a .img-left {
  position: absolute;
  left: 15px;
}
.block-page-contact__top-content > div > a .small-text {
  font-size: 12px;
  font-family: "Noto Serif JP";
  color: #234872;
  display: block;
}
.block-page-contact__top-content > div > a .phone-text {
  font-size: 32px;
  font-family: "Times New Roman";
  color: #234872;
  line-height: 32px;
}
.block-page-contact__text {
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 36px;
    padding-top: 8px;
    text-align: left;
  }
}
.block-page-contact__form {
  background: #F3F8FC;
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form {
    padding: 36px 0;
  }
}
.block-page-contact__form-content.confirm .item-form {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #AAAAAA;
}
.block-page-contact__form-content > .label-checkbox {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content > .label-checkbox {
    margin-top: 36px;
  }
}
.block-page-contact__form-content > .text-center > p {
  margin-bottom: 0;
}
.block-page-contact__form-content .item-form {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}
.block-page-contact__form-content .item-form:nth-child(9) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form {
    display: block;
    margin-bottom: 14px;
  }
}
.block-page-contact__form-content .item-form__label {
  display: flex;
  align-items: center;
  margin-right: 25px;
  width: 100%;
}
.block-page-contact__form-content .item-form__label > p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label > p {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-page-contact__form-content .item-form__label {
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label {
    justify-content: left;
    margin-bottom: 13px;
  }
  .block-page-contact__form-content .item-form__label br {
    display: none;
  }
}
.block-page-contact__form-content .item-form__label span {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #838383;
  border: 1px solid #838383;
  border-radius: 6px;
  width: 60px;
  margin-right: 10px;
}
.block-page-contact__form-content .item-form__label span.dark {
  background: #CDDEEC;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label span {
    margin-right: 10px;
  }
}
.block-page-contact__form-content .item-form__label label {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #000000;
}
.block-page-contact__form-content .item-form__label label br {
  display: none;
}
.block-page-contact__form-content .item-form__label small {
  font-size: 12px;
}
.block-page-contact__form-content .item-form__input {
  min-width: 794px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
    width: 50%;
    display: inline-block;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 11px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 3px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 11px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-page-contact__form-content .item-form__input {
    min-width: calc(100vw - 270px);
  }
}
.block-page-contact__form-content .item-form__input > p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input {
    width: 100%;
    min-width: auto;
  }
}
.block-page-contact__form-content .item-form__input .form-control {
  border: 1px solid #838383;
  padding: 0 16px;
  min-height: 56px;
  border-radius: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input .form-control {
    min-height: 43px !important;
    height: 43px !important;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-page-contact__form-content .item-form__input select {
    position: relative;
    width: 290px;
  }
}
.block-page-contact__form-content .item-form__input textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 266px !important;
  background: #fff;
}
.block-page-contact__policy {
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy {
    padding: 36px 0;
  }
}
.block-page-contact__policy p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: left;
  }
}
.block-page-contact__policy .policy-left {
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  padding-left: 95px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy .policy-left {
    padding-left: 0;
    line-height: 24px;
    word-break: break-all;
  }
}
.block-page-contact__policy .policy-box_shadow {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  padding: 24px 24px;
  margin: 48px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy .policy-box_shadow {
    margin: 24px 0;
    padding: 16px;
    line-height: 24px;
  }
}
.block-page-contact .label-checkbox {
  font-size: 16px;
  line-height: 32px;
}
.block-page-contact .label-checkbox p {
  margin-bottom: 0;
}
.block-page-contact .label-checkbox .form-check-input {
  width: 20px;
  height: 20px;
  background-color: red !important;
}
.block-page-contact .label-checkbox .form-check-input:before {
  background-color: red !important;
}
.block-page-contact .label-checkbox .form-check-input:after {
  background-color: red !important;
}
.block-page-contact .label-checkbox small {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  /* identical to box height, or 229% */
  margin-top: 8px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .label-checkbox small {
    padding-left: 20px;
  }
}
.block-page-contact .box-checkbox .form-check {
  padding-left: 32px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.block-page-contact .box-checkbox .form-check label {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .form-check {
    padding-left: 0px;
  }
}
.block-page-contact .box-checkbox .col-sm-6:nth-child(2n) {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n) {
    padding-left: 15px;
  }
}
.block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
    padding-left: 0;
  }
}
.block-page-contact .box-checkbox label {
  margin-left: 12px;
  font-size: 15px;
  line-height: 32px;
  color: #333;
}
.block-page-contact .button-submit {
  margin-top: 48px;
  font-size: 16px;
  line-height: 32px;
  color: #1C7AE5;
  border: 1px solid #1C7AE5;
  width: 240px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  background: url("https://japanartbridge.com/wp-content/themes/artbridge/assets/images/arrow.png") no-repeat 210px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .button-submit {
    margin-top: 36px;
  }
}
.block-page-contact .button-submit2 {
  margin-top: 48px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .button-submit2 {
    margin-top: 36px;
  }
}

.thanks h4 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #1C7AE5;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .thanks h4 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-align: center;
    color: #1C7AE5;
    margin-top: 8px;
  }
}
.thanks p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  width: 912px;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .thanks p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* or 200% */
    color: #000000;
  }
}

.form-control::-webkit-input-placeholder { /* Edge */
  color: #a6afb6;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a6afb6;
}

.form-control::placeholder {
  color: #a6afb6;
}

.block-artist .container .row {
  margin-left: -18px;
  margin-right: -18px;
}
.block-artist .container .row .col-sm-4 {
  padding-right: 18px;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .block-artist .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-artist .container .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .block-artist .container .row .col-sm-4 {
    padding-right: 17.5px;
    padding-left: 17.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-artist .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-artist .container .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .block-artist .container .row .col-sm-4 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-artist .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-artist .container .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .block-artist .container .row .col-sm-4 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.block-artist .box-select {
  margin-bottom: 30px;
}
.block-artist .box-paging {
  margin-bottom: 100px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .block-artist .box-paging {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-artist .box-paging {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-artist .box-paging {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.block-artist__item {
  margin-bottom: 90px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-artist__item {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-artist__item {
    margin-bottom: 80px;
  }
}
.block-artist__item img {
  height: 278px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 767px) {
  .block-artist__item img {
    filter: grayscale(0%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-artist__item img {
    height: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-artist__item img {
    height: 223px;
  }
}
.block-artist__item:hover img {
  filter: grayscale(0%);
}
.block-artist__item div {
  overflow: hidden;
}
.block-artist__item div:hover {
  overflow: hidden;
}
.block-artist__item div:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.block-artist__item h3 {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.block-artist__item h3:hover {
  opacity: 0.7;
}
.block-artist__item p {
  font-size: 20px;
  font-family: Times, "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-artist__item {
    margin-bottom: 40px;
  }
  .block-artist__item img {
    height: 150px;
  }
  .block-artist__item h3 {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: 10px;
  }
  .block-artist__item p {
    font-size: 10px;
  }
}

.box-content-artist {
  padding-top: 50px;
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-content-artist .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-content-artist .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box-content-artist {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .box-content-artist {
    padding-bottom: 60px;
  }
}
.box-content-artist h1 {
  font-size: 32px;
  font-family: Times, "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  margin-bottom: 0;
}
.box-content-artist p.subname {
  color: var(--jab-gray, #4B4956);
  font-size: 20px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
.box-content-artist .img-feature {
  max-width: 100%;
  width: 100%;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .box-content-artist h1 {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .box-content-artist p.subname {
    font-size: 10px;
  }
  .box-content-artist .img-feature {
    margin: 20px 0 30px;
  }
}

.block-artist-work .block-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-artist-work .box-next-prev a:last-child {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .block-artist-work .box-next-prev a:last-child {
    margin-left: 35px;
  }
}
.block-artist-work .box-next-prev img {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .block-artist-work .box-next-prev img {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-artist-work .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-artist-work .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-artist-work .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .block-artist-work .wrap-slide .block-good__item {
    margin-bottom: 40px;
  }
}
.block-artist-work .bd-bottom {
  border-bottom: 1px solid #000;
  width: 100%;
}
.block-artist-work .box-paging {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .block-artist-work .box-paging {
    padding-bottom: 0;
    padding-top: 0;
  }
  .block-artist-work .box-paging .paging {
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-artist-work .box-paging .paging {
    border: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.block-works .mobile {
  position: absolute;
  right: 11px;
  z-index: 3;
  bottom: 0px;
  margin: 0 !important;
}
.block-works .mobile img {
  width: auto !important;
  height: auto !important;
  position: relative;
  z-index: 3;
}
.block-works .mobile .pos2 {
  z-index: 2;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 66px !important;
  height: 150px !important;
  object-fit: cover;
  object-position: top;
}
.block-works .pos {
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 43px;
  width: 298px !important;
  height: 187px !important;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 767px) {
  .block-works .pos {
    width: 244px !important;
    height: 149px !important;
    left: 36px;
  }
}
.block-works.block-page-works .container {
  max-width: 1150px;
}
.block-works.block-page-works .container.w-1230 {
  max-width: 1230px;
}
.block-works.block-page-works .container .block-title {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-works.block-page-works .container .block-title {
    margin-bottom: 36px;
  }
}
.block-works__content {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-height: 406px;
  padding-top: 72px;
  padding-left: 72px;
  padding-right: 126px;
  padding-bottom: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-works__content .ml--12 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-works__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: auto;
  }
  .block-works__content img {
    max-width: 100%;
  }
}
.block-works__content h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #4D4D4D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-works__content h1 {
    margin-top: -11px;
  }
}
.block-works__content p.job {
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .block-works__content {
    padding: 36px 15px;
  }
  .block-works__content img {
    max-width: 100%;
  }
  .block-works__content h1 {
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .block-works__content p.job {
    margin-bottom: 8px;
  }
}
.block-works ul.action {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 392px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.block-works ul.action li {
  border-bottom: 1px dashed #AAAAAA;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li {
    justify-content: space-between;
  }
}
.block-works ul.action li:last-child {
  border: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li:last-child {
    padding-bottom: 0;
  }
}
.block-works ul.action li span {
  font-size: 14px;
  line-height: 40px;
  color: #4D4D4D;
  margin-right: 30px;
  min-width: 84px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li span {
    margin-right: 0;
    width: 108px;
  }
}
.block-works ul.action li a {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
  padding: 3px 8px 5px;
  border-radius: 15px;
  display: inline-block;
  margin-left: 18px;
  min-width: 120px;
}
.block-works ul.action li a.active {
  background: linear-gradient(#73b1d1 0%, #9acadf 100%);
  border: 0;
  padding: 4px 9px 6px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li a {
    min-width: 85px;
    margin-left: 16px;
    white-space: nowrap;
  }
}
.block-works .content-img {
  text-align: center;
  padding: 72px 0;
}
.block-works .content-img img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-works .content-img img#topPagePC {
    width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .block-works .content-img {
    padding: 36px 0;
  }
}
.block-works .block-action-child {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 530px;
  height: 160px;
  text-align: center;
  padding-top: 5px;
  display: inline-block;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-works .block-action-child {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 36px;
    min-height: 185px;
    padding-top: 20px;
  }
}
.block-works .button-style1 {
  margin-top: 0;
}
.block-works .block-pagination nav {
  height: 38px;
}

.information {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.information .box-slide-detail {
  position: relative;
}
.information .box-slide-detail span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  color: #fff;
  padding: 10px 16px;
  background: var(--jab-red, #8F1A2F);
  z-index: 9;
}
.information .box-slide-detail span.green {
  background: var(--jab-green, #0A6937);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .information .box-slide-detail {
    max-width: 411px;
  }
}
@media only screen and (min-width: 1200px) {
  .information .box-slide-detail {
    max-width: 100%;
  }
}
.information .category-tag {
  background: var(--jab-red, #8F1A2F);
  padding: 5px;
  color: #fff;
  font-size: 8px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  display: inline-block;
}
.information .category-tag.green {
  background: var(--jab-green, #0A6937);
}
.information .carousel-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .information .carousel-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .information .carousel-info {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .information .carousel-info {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .information .carousel-info {
    margin-bottom: 50px;
  }
}
.information .carousel-info a {
  display: inline-block;
  margin-right: 32px;
}
.information .carousel-info a:last-child {
  margin-left: 32px;
  margin-right: 0;
}
.information .carousel-info a img {
  width: 40px;
}
.information .carousel-info span {
  font-size: 14px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
}
.information .carousel-info .ic_p {
  width: 20px;
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .information .carousel-info {
    margin-top: 10px;
    justify-content: space-between;
  }
  .information .carousel-info a img {
    width: 30px;
  }
  .information .carousel-info span {
    font-size: 12px;
  }
  .information .carousel-info .ic_p {
    width: 15px;
    margin: 0 15px;
  }
}
.information .box-attribute {
  margin-bottom: 60px;
}
.information .box-attribute > div {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.information .box-attribute > div span {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  min-width: 173px;
}
@media only screen and (max-width: 767px) {
  .information .box-attribute {
    margin-bottom: 40px;
  }
  .information .box-attribute > div {
    font-size: 10px;
  }
  .information .box-attribute > div span {
    font-size: 10px;
    width: 165px;
  }
}
.information .box-price {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .information {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .information > div {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .information {
    display: block;
    text-align: center;
    margin-top: 34px;
  }
  .information > div {
    text-align: left;
  }
}
.information .box-avt {
  min-width: 277px;
  max-width: 277px;
  height: 277px;
  margin-right: 37px;
}
@media only screen and (max-width: 767px) {
  .information .box-avt {
    display: inline-block;
    margin-bottom: 30px;
    width: 215px;
    height: auto;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .information .box-avt {
    display: inline-block;
    margin-bottom: 35px;
    width: 223px;
    height: 223px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .information .box-avt {
    display: inline-block;
    width: 223px;
    height: 223px;
  }
}
.information .box-avt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information h1 {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/works_ttl */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .information h1 {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.information h2 {
  olor: var(--jab-gray, #4B4956);
  /* JAB/pc/list_en */
  font-family: Times;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .information h2 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.information .author {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/body */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.information .author span {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/list_en */
  font-family: Times;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .information .author {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .information .author span {
    font-size: 10px;
  }
}
.information .box-price {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/body */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .information .box-price {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-content-work .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-content-work .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.box-content-work form h3 {
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  padding-bottom: 63px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .box-content-work form h3 {
    font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 1.2px;
    padding-bottom: 30px;
  }
}
.box-content-work form .form-group {
  margin-bottom: 0;
}
.box-content-work form .form-group label {
  padding-top: 10px;
  display: block;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  margin-bottom: 3px;
}
.box-content-work form .form-group label span {
  color: var(--jab-red, #8F1A2F);
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
}
@media only screen and (max-width: 767px) {
  .box-content-work form .form-group label {
    font-weight: 400;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 10px;
  }
  .box-content-work form .form-group label span {
    font-size: 10px;
  }
}
.box-content-work form .form-group .error {
  color: red;
  font-size: 12px;
}
.box-content-work form .form-group input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
}
.box-content-work form .form-group textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  height: 173px;
}
@media only screen and (max-width: 767px) {
  .box-content-work form .form-group textarea {
    height: 113px;
  }
}
.box-content-work form .box-button1 {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .box-content-work form .box-button1 {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-content-work form .box-button1 {
    margin-bottom: 80px;
  }
}
.box-content-work form .box-button1 a {
  width: 278px;
  height: 60px;
  border-radius: 60px;
  background: var(--jab-jremall-bk, #231815);
  color: var(--jab-wh, #FFF);
  /* JAB/pc/table_ja */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: 0;
  line-height: 60px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .box-content-work form .box-button1 a {
    width: 200px;
    height: 60px;
    font-size: 12px;
  }
}
.box-content-work form button {
  width: 278px;
  height: 60px;
  border-radius: 60px;
  background: var(--jab-jremall-bk, #231815);
  color: var(--jab-wh, #FFF);
  /* JAB/pc/table_ja */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .box-content-work form button {
    width: 200px;
    height: 60px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-related .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-related .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.box-check-work .block-title h3 {
  font-size: 45px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 4.5px;
}
@media only screen and (max-width: 767px) {
  .box-check-work .block-title h3 {
    font-size: 20px;
    font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2px;
  }
}
.box-check-work .block-title__content {
  padding-bottom: 49px;
}
@media only screen and (max-width: 767px) {
  .box-check-work .block-title__content {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-news .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-news .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.block-news__item {
  padding: 30px 0;
  border-bottom: 1px solid #4B4956;
}
@media only screen and (max-width: 767px) {
  .block-news__item {
    padding: 20px 0;
  }
  .block-news__item:last-child {
    border-bottom: 0;
  }
  .block-news__item:first-child {
    padding-top: 40px;
  }
}
.block-news__item .content p {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  display: inline-flex;
  margin-bottom: 20px;
}
.block-news__item .content p span {
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  padding: 8px 10px;
  display: inline-block;
  margin-left: 20px;
  color: #121016;
  border: 1px solid var(--jab-bk, #121016);
}
@media only screen and (max-width: 767px) {
  .block-news__item .content p span {
    padding: 4px 10px;
    font-size: 8px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .block-news__item .content p {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 9px;
  }
}
.block-news__item .content h3 {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.block-news__item .content h3:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .block-news__item .content h3 {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1.2px;
  }
}
.block-news__item .box-img {
  min-width: 174px;
  height: 116px;
  display: inline-block;
  margin-left: 37px;
  max-width: 174px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .block-news__item .box-img {
    min-width: 100px;
    height: 66px;
    margin-left: 30px;
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-news__item .box-img {
    min-width: 220px;
    height: 147px;
    margin-left: 24px;
    max-width: 220px;
  }
}
.block-news__item .box-img:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.block-news__item img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-news__item .wrap-new {
  display: flex;
  justify-content: space-between;
}
.block-news .box-paging {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-news .box-paging {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-news .box-paging {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-news .box-paging {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.box-title-news {
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .box-title-news {
    padding-bottom: 20px;
    padding-top: 23px;
  }
}
.box-title-news p {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  display: inline-flex;
  margin-bottom: 20px;
}
.box-title-news p span {
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  padding: 8px 10px;
  display: inline-block;
  margin-left: 20px;
  color: #121016;
  border: 1px solid var(--jab-bk, #121016);
}
@media only screen and (max-width: 767px) {
  .box-title-news p span {
    padding: 4px 10px;
    font-size: 8px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .box-title-news p {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 9px;
  }
}
.box-title-news h1 {
  font-size: 32px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-title-news h1 {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.box-content-news {
  padding-bottom: 50px;
  padding-top: 60px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .box-content-news {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-content-news {
    font-size: 20px;
  }
}
.box-content-news p {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .box-content-news p {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.box-content-news img {
  margin-top: 40px;
  max-width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .box-content-news img {
    margin-top: 30px;
  }
}
.box-content-news ul li {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
}

.box-next-prev-post {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .box-next-prev-post {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-next-prev-post {
    padding: 40px 0;
  }
}
.box-next-prev-post a {
  display: inline-block;
}
.box-next-prev-post a img {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .box-next-prev-post a img {
    width: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .block-news-detail {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-news-detail {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-news-detail .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-news-detail .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.block-location {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .block-location {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-location .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-location .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block-location.box-item {
  padding-top: 60px;
  padding-bottom: 40px;
}
.block-location.box-item .container {
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1256px;
}
.block-location.box-item .container .row {
  margin-left: -18px;
  margin-right: -18px;
}
.block-location.box-item .container .row .col-lg-4 {
  padding-left: 18px;
  padding-right: 18px;
}
@media only screen and (max-width: 767px) {
  .block-location.box-item .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-location.box-item .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-location.box-item .container .row {
    margin-left: -11.5px;
    margin-right: -11.5px;
  }
  .block-location.box-item .container .row .col-lg-4 {
    padding-right: 11.5px;
    padding-left: 11.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-location.box-item .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-location.box-item .container .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .block-location.box-item .container .row .col-lg-4 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .block-location.box-item {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-location.box-item {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-location.box-item {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.block-location ul {
  list-style: none;
  margin-bottom: 60px;
  padding: 0;
  width: 808px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
}
.block-location ul li {
  display: flex;
  border-bottom: 1px solid #4B4956;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.block-location ul li span {
  font-size: 20px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  min-width: 206px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-location ul li span {
    min-width: 163px;
  }
}
.block-location ul li > div {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.block-location ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-location ul li {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-location ul li span {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  .block-location ul li > div {
    font-size: 12px;
  }
  .block-location ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-location ul {
    margin-bottom: 40px;
  }
}
.block-location .img-banner {
  margin-top: 100px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .block-location .img-banner {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.block-location__item {
  margin-bottom: 66px;
}
.block-location__item img {
  height: 255px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-location__item img {
    height: 246px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-location__item img {
    height: 210px;
  }
}
.block-location__item div {
  overflow: hidden;
}
.block-location__item div:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.block-location__item h3 {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-location__item h3:hover {
  opacity: 0.7;
  color: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.block-location__item p {
  font-size: 20px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  color: #4B4956;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-location__item {
    margin-bottom: 40px;
  }
  .block-location__item img {
    height: 233px;
  }
  .block-location__item h3 {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .block-location__item p {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-location__item {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-location__item {
    margin-bottom: 60px;
  }
}

.block-goods {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .block-goods {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .block-goods .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-goods .container .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .block-goods .container .row .col-sm-4 {
    padding-right: 17.5px;
    padding-left: 17.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-goods .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-goods .container .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .block-goods .container .row .col-sm-4 {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-goods .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-goods .container .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .block-goods .container .row .col-sm-4 {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-goods .container .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .block-goods .container .row .col-sm-4 {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.block-goods__item {
  margin-bottom: 72px;
  position: relative;
}
.block-goods__item .category {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  padding: 10px 12px;
  background: var(--jab-red, #8F1A2F);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .block-goods__item .category {
    font-size: 8px;
    box-shadow: none;
  }
}
.block-goods__item img {
  height: 278px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 767px) {
  .block-goods__item img {
    height: 150px;
  }
}
.block-goods__item .img {
  display: block !important;
}
.block-goods__item .img:hover {
  overflow: hidden;
}
.block-goods__item .img:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.block-goods__item h3 {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.block-goods__item h3:hover {
  opacity: 0.7;
}
.block-goods__item p {
  margin-bottom: 20px;
}
.block-goods__item p.subname {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.block-goods__item a > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-goods__item a > div span.price {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.block-goods__item a > div span.tag {
  padding: 2px 10px;
  border: 1px solid var(--jab-bk, #121016);
  font-size: 12px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .block-goods__item {
    margin-bottom: 40px;
  }
  .block-goods__item h3 {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: 10px;
  }
  .block-goods__item p {
    margin-bottom: 10px;
  }
  .block-goods__item p.subname {
    font-size: 10px;
  }
  .block-goods__item a > div span.price {
    font-size: 10px;
  }
  .block-goods__item a > div span.tag {
    padding: 2px 10px;
    font-size: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-goods__item {
    margin-bottom: 70px;
  }
  .block-goods__item img {
    height: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-goods__item {
    margin-bottom: 70px;
  }
  .block-goods__item img {
    height: 223px;
  }
}
.block-goods .box-paging {
  margin-top: 30px;
  padding: 40px 0;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .block-goods .box-paging {
    margin-top: 0;
    padding: 0;
    border-top: 0;
  }
}

.block-good {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .block-good {
    padding-top: 50px;
  }
  .block-good .box-mobile-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-good.work {
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-good {
    padding-top: 100px;
  }
  .block-good.work {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-good {
    padding-bottom: 0;
  }
}
.block-good__item {
  position: relative;
  width: 278px;
  margin-bottom: 50px;
}
.block-good__item .category {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  padding: 10px 12px;
  background: var(--jab-red, #8F1A2F);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .block-good__item .category {
    font-size: 8px;
    box-shadow: none;
  }
}
.block-good__item img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  height: 278px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .block-good__item img {
    height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-good__item img {
    height: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-good__item img {
    height: 223px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-good__item img {
    height: 278px;
  }
}
.block-good__item .img {
  display: block !important;
  overflow: hidden;
}
.block-good__item .img:hover {
  overflow: hidden;
}
.block-good__item .img:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.block-good__item h3 {
  font-size: 20px;
  font-family: Times, "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 5px;
}
.block-good__item h3:hover {
  opacity: 0.7;
  color: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.block-good__item p.subname {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.block-good__item > a > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-good__item > a > div span.price {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.block-good__item > a > div span.tag {
  padding: 2px 10px;
  border: 1px solid var(--jab-bk, #121016);
  font-size: 12px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .block-good__item {
    margin-bottom: 12px;
    width: 150px;
  }
  .block-good__item h3 {
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1.2px;
  }
  .block-good__item p {
    margin-bottom: 10px;
  }
  .block-good__item p.subname {
    font-size: 10px;
  }
  .block-good__item > a > div span.price {
    font-size: 10px;
  }
  .block-good__item > a > div span.tag {
    padding: 2px 10px;
    font-size: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-good__item {
    width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-good__item {
    width: 223px;
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-good__item {
    width: 278px;
  }
}
.block-good .container {
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1256px;
}
.block-good .container .row {
  margin-left: -18px;
  margin-right: -18px;
}
.block-good .container .row .col-sm-6 {
  padding-left: 18px;
  padding-right: 18px;
}
@media only screen and (max-width: 767px) {
  .block-good .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-good .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-good .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-good .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.block-good .box-info {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .block-good .box-info {
    margin-bottom: 60px;
  }
}
.block-good .box-info h1 {
  font-size: 32px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  margin-bottom: 0;
}
.block-good .box-info h4 {
  font-size: 20px;
  font-family: Times, "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 20px;
  color: #4B4956;
}
.block-good .box-info .author {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
}
.block-good .box-info .author span {
  display: block;
  font-size: 20px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  color: #4B4956;
}
.block-good .box-info .box-price {
  margin-top: 35px;
  margin-bottom: 67px;
}
.block-good .box-info .box-price .price-main {
  font-size: 32px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
}
.block-good .box-info .box-price .price-main span {
  font-size: 16px;
}
.block-good .box-info .box-price .price-sale {
  font-size: 14px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.4px;
}
.block-good .box-info .box-attribute {
  margin-bottom: 60px;
}
.block-good .box-info .box-attribute > div {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.block-good .box-info .box-attribute > div span {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  min-width: 173px;
}
@media only screen and (max-width: 767px) {
  .block-good .box-info .box-attribute {
    margin-bottom: 40px;
  }
  .block-good .box-info .box-attribute > div {
    font-size: 10px;
  }
  .block-good .box-info .box-attribute > div span {
    font-size: 10px;
    width: 165px;
  }
}
.block-good .box-info .box-content {
  font-size: 20px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
}
.block-good .box-info .box-content p {
  margin-bottom: 0;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media only screen and (max-width: 767px) {
  .block-good .box-info .box-content {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
@media only screen and (max-width: 767px) {
  .block-good .box-info h1 {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-top: 10px;
  }
  .block-good .box-info h4 {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .block-good .box-info .author {
    font-size: 10px;
  }
  .block-good .box-info .author span {
    font-size: 10px;
  }
  .block-good .box-info .box-price {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .block-good .box-info .box-price .price-main {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .block-good .box-info .box-price .price-main span {
    font-size: 10px;
  }
  .block-good .box-info .box-price .price-sale {
    font-size: 10px;
  }
}
.block-good .carousel-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .block-good .carousel-info {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-good .carousel-info {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-good .carousel-info {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-good .carousel-info {
    margin-bottom: 50px;
  }
}
.block-good .carousel-info a {
  display: inline-block;
  margin-right: 32px;
}
.block-good .carousel-info a:last-child {
  margin-left: 32px;
  margin-right: 0;
}
.block-good .carousel-info a img {
  width: 40px;
}
.block-good .carousel-info span {
  font-size: 14px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
}
.block-good .carousel-info .ic_p {
  width: 20px;
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .block-good .carousel-info {
    margin-top: 10px;
    justify-content: space-between;
  }
  .block-good .carousel-info a img {
    width: 30px;
  }
  .block-good .carousel-info span {
    font-size: 12px;
  }
  .block-good .carousel-info .ic_p {
    width: 15px;
    margin: 0 15px;
  }
}
.block-good .box-slide-detail {
  position: relative;
}
.block-good .box-slide-detail span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  color: #fff;
  padding: 10px 16px;
  background: var(--jab-red, #8F1A2F);
  z-index: 9;
}
.block-good .box-slide-detail span.green {
  background: var(--jab-green, #0A6937);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-good .box-slide-detail {
    max-width: 411px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-good .box-slide-detail {
    max-width: 100%;
  }
}
.block-good .category-tag {
  background: var(--jab-red, #8F1A2F);
  padding: 5px;
  color: #fff;
  font-size: 8px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  display: inline-block;
}
.block-good .category-tag.green {
  background: var(--jab-green, #0A6937);
}
.block-good .slide-detail {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .block-good .slide-detail {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-good .slide-detail {
    margin-left: -30px;
    margin-right: -30px;
    width: 100vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-good .slide-detail {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .block-good .slide-detail {
    margin-bottom: 0;
  }
}
.block-good .slide-detail img {
  height: 591px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .block-good .slide-detail img {
    height: 100vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-good .slide-detail img {
    height: 768px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-good .slide-detail img {
    height: 411px;
  }
}
@media only screen and (min-width: 1200px) {
  .block-good .slide-detail img {
    height: 591px;
    width: 591px;
    object-fit: cover;
  }
}

.btn-jremall {
  height: 60px;
  border-radius: 60px;
  background: var(--jab-jremall-bk, #231815);
  display: inline-flex;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px;
  width: 278px;
  color: var(--jab-wh, #FFF);
  /* JAB/pc/table_ja */
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  align-items: center;
  line-height: 175%;
}
.btn-jremall:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-jremall:hover {
  color: #fff;
}
.btn-jremall img {
  width: 29px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .btn-jremall {
    width: 170px;
    font-size: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .btn-jremall img {
    width: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-jremall {
    width: 383px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .btn-jremall img {
    width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-jremall {
    max-width: 100%;
    width: 223px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .btn-jremall img {
    width: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-jremall {
    max-width: 100%;
    width: 278px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .btn-jremall img {
    width: 29px;
  }
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.sharedaddy, .jp-relatedposts {
  display: none !important;
}

#wpadminbar {
  display: none !important;
}

.btn-search1 {
  width: 382px;
  margin-top: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--jab-jremall-bk, #231815);
  line-height: 60px;
  color: var(--jab-wh, #FFF);
  /* JAB/pc/table_ja */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: 0;
  position: relative;
  max-width: 100%;
}
.btn-search1 img {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
}
.btn-search1:hover {
  cursor: pointer;
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.box-s {
  position: relative;
}
.box-s a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.32, 0, 0.67, 0);
}
.box-s a.active {
  left: 0;
  -webkit-animation: fadein 1s ease-in;
  -moz-animation: fadein 1s ease-in;
  animation: fadein 1s ease-in;
  z-index: 6;
}
.box-s a.active + a {
  left: 50px;
  z-index: 5;
}
.box-s a.active + a + a {
  left: 100px;
  z-index: 4;
}
.box-s a.active + a + a + a {
  left: 150px;
  z-index: 3;
}
.box-s a.active + a + a + a + a {
  left: 200px;
  z-index: 2;
}
.box-s a.active + a + a + a + a + a {
  left: 250px;
  z-index: 1;
}
.box-s a.left--1 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 250px;
}
.box-s a.left--2 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 200px;
  z-index: 1;
}
.box-s a.left--3 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 150px;
  z-index: 2;
}
.box-s a.left--4 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 100px;
  z-index: 3;
}
.box-s a.left--5 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 50px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .box-s a {
    left: 0 !important;
  }
}

.fadein-out {
  -webkit-animation: fadein 1s ease-in;
  -moz-animation: fadein 1s ease-in;
  animation: fadein 1s ease-in;
}

@keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.c01 {
  position: relative;
  color: transparent;
}
.c01::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: #121016;
}
.c01.active {
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.c01.active::before {
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes kf_c01a {
  100% {
    color: inherit;
  }
}
@keyframes kf_c01b {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@media (max-width: 767px) {
  .box-next-prev {
    min-width: 100px;
  }
}

/*# sourceMappingURL=style.css.map */