@charset "UTF-8";
body {
  background: transparent;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
div,
dl, dt, dd,
ul, ol, li,
pre, code,
form, fieldset, legend, input, textarea,
th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
  list-style-position: outside;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup, sub {
  line-height: 1px;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

html {
  height: 100%;
  min-height: 100vh;
}

body {
  min-height: 100%;
  height: 100%;
  color: #303030;
  background: #ffffff;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.bullet {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lang-en {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.lang-cn {
  font-family: "Hei Regular", "SimHei", sans-serif;
}

.font-serif {
  font-family: "Shippori Mincho B1", serif;
}

sup {
  font-size: 77%;
  line-height: 0.8;
}

#copyright,
.copyright-sign {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
  color: #5e5e5e;
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a img {
  transition: 0.2s;
}

.effect-hover a img {
  transition: opacity 0.6s ease;
}

.effect-hover a:hover img {
  opacity: 0.8;
}

.clearfix:before,
.clearfix:after,
.columns-row:before,
.columns-row:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after,
.columns-row:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.columns-row {
  zoom: 1;
}

.columns-row:before,
.columns-row:after {
  content: "";
  display: block;
  overflow: hidden;
}

.columns-row:after {
  clear: both;
}

.columns-row {
  zoom: 1;
}

.columns-row .column-left {
  float: left;
}

.columns-row .column-right {
  float: right;
}

@media screen and (min-width: 641px) {
  .fluid-columns.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fluid-columns.flex .column.align-flex-start {
    align-self: flex-start;
  }

  .fluid-columns.flex .column.align-flex-end {
    align-self: flex-end;
  }
}
div.separator hr {
  display: none;
}

.fluid-gap {
  display: none;
}

div.fluid-gap hr {
  display: none;
}

span.row {
  display: inline-block;
}
span.row br {
  display: none;
}

@media screen and (min-width: 641px) {
  span.row {
    display: inline;
  }
  span.row br {
    display: block;
  }
}
.text-vertically {
  writing-mode: vertical-rl;
}

ol.list-std {
  padding: 0 0 0 1.6em;
}
ol.list-std li {
  list-style: decimal;
  margin: 0 0 0.4em;
}

.button-solid {
  display: table;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 70px;
  color: #000;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.6s ease;
}
@media screen and (min-width: 641px) {
  .button-solid {
    max-width: 500px;
    height: 54px;
    margin: 0 auto;
  }
}
.button-solid:hover {
  background: #e5e5e5;
}
.button-solid .text {
  display: table-cell;
  font-size: 22px;
  letter-spacing: 0.15em;
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  .button-solid .text {
    font-size: 16px;
  }
}
.button-solid.solid-green {
  background: #d7dfc5;
}

.button-bordered-solid {
  display: table;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 70px;
  color: #000;
  border: 1px solid #303030;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.6s ease;
}
@media screen and (min-width: 641px) {
  .button-bordered-solid {
    max-width: 500px;
    height: 54px;
    margin: 0 auto;
  }
}
.button-bordered-solid:hover {
  background: #e5e5e5;
}
.button-bordered-solid .text {
  display: table-cell;
  font-size: 22px;
  letter-spacing: 0.15em;
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  .button-bordered-solid .text {
    font-size: 16px;
  }
}

.button-bordered-solid.icon-cart::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 28px;
  height: 24px;
  margin: -12px 0 0;
  background-size: auto 24px;
}
@media screen and (min-width: 641px) {
  .button-bordered-solid.icon-cart::after {
    right: 24px;
    width: 24px;
    height: 20px;
    margin: -10px 0 0;
    background-size: auto 20px;
  }
}

.button-bordered-solid.icon-external::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 25px;
  height: 20px;
  margin: -10px 0 0;
  background: url(../images/global/icon_external.png) no-repeat 0 0;
  background-size: auto 20px;
}
@media screen and (min-width: 641px) {
  .button-bordered-solid.icon-external::after {
    right: 20px;
    width: 21px;
    height: 16px;
    margin: -10px 0 0;
    background-size: auto 16px;
  }
}

.button-back {
  width: 130px;
  height: 56px;
  margin: 0;
}
@media screen and (min-width: 641px) {
  .button-back {
    width: 65px;
    height: 28px;
  }
}
.button-back .icon {
  display: table-cell;
  vertical-align: middle;
}
.button-back img {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 641px) {
  .button-back img {
    height: 10px;
  }
}

.page-header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 10;
}
@media screen and (min-width: 641px) {
  .page-header {
    position: absolute;
  }
}
.page-header .container {
  width: 100%;
}
.page-header .site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.page-header .site-logo a {
  display: block;
}
.page-header .site-logo img {
  display: block;
}

.menu {
  position: fixed;
  width: 90.625%;
  top: 0;
  left: 50%;
  height: 1px;
  margin: 0 0 0 -45.3125%;
  z-index: 100;
  mix-blend-mode: difference;
}
.menu .online-shop {
  display: block;
  position: absolute;
  top: 18px;
  right: 64px;
  z-index: 100;
  width: 56px;
  height: 56px;
}
@media screen and (min-width: 641px) {
  .menu .online-shop {
    right: 54px;
  }
}
.menu .online-shop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.menu .online-shop img {
  display: block;
  mix-blend-mode: difference;
}

.online-shop-navigation {
  display: none;
  position: fixed;
  width: 90.625%;
  top: 0;
  left: 50%;
  height: 1px;
  margin: 0 0 0 -45.3125%;
  z-index: 101;
  mix-blend-mode: normal;
}
.online-shop-navigation ul {
  position: absolute;
  top: 94px;
  right: -19px;
}
@media screen and (min-width: 641px) {
  .online-shop-navigation ul {
    top: 94px;
    right: 6px;
  }
}
.online-shop-navigation ul li {
  margin: 0 0 26px;
}
.online-shop-navigation ul a {
  display: inline-block;
}
.online-shop-navigation ul img {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 641px) {
  .online-shop-navigation ul img {
    height: 16px;
  }
}

body.drawer-shop-open .online-shop-navigation {
  display: block;
}

.drawer-control {
  display: block;
  box-sizing: border-box;
  position: fixed;
  width: 90.625%;
  top: 0;
  left: 50%;
  height: 1px;
  margin: 0 0 0 -45.3125%;
  z-index: 100;
  mix-blend-mode: difference;
}

.drawer-hamburger {
  display: block;
  box-sizing: content-box;
  position: absolute;
  top: 20px;
  right: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 641px) {
  .drawer-hamburger {
    right: -14px;
  }
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: fixed;
  display: block;
  width: 27px;
  left: 50%;
  height: 2px;
  margin: 0 0 0 -13.5px;
  background-color: transparent;
  mix-blend-mode: difference;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 27px;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
}
.drawer-hamburger-icon:after {
  top: 4px;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

body.drawer-open .page-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
@media screen and (min-width: 641px) {
  body.drawer-open .page-header {
    position: absolute;
    height: 100px;
    background: transparent;
  }
}
body.drawer-open .page-header > .container {
  display: block;
  width: 100%;
  height: 100%;
}
body.drawer-open .page-header .site-logo {
  display: flex;
  width: 100%;
}
body.drawer-open .page-header .site-logo a {
  display: block;
}
body.drawer-open .page-header .site-logo img {
  display: block;
}
body.drawer-open .drawer-control {
  background: transparent;
  mix-blend-mode: normal;
}
body.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
body.drawer-open .drawer-hamburger-icon:after, body.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #ffffff;
  transform-origin: center;
  mix-blend-mode: normal;
}
body.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}
body.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}
body.drawer-open .online-shop {
  display: none;
}

.navigation {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #f9f9f9;
  z-index: 10;
}
@media screen and (min-width: 641px) {
  .navigation {
    position: fixed;
    left: auto;
    bottom: auto;
    width: 428px;
    min-height: 100vh;
  }
}
.navigation .container {
  display: block;
  width: 534px;
  height: auto;
  margin: 0 0 0 auto;
  padding: 74px 0 100px;
}
@media screen and (min-width: 641px) {
  .navigation .container {
    width: 360px;
    height: auto;
    padding: 47px 0 47px;
  }
}
.navigation .main {
  display: block;
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .navigation .main {
    margin: 0;
  }
}
.navigation .main li {
  margin: 0 0 60px;
}
@media screen and (min-width: 641px) {
  .navigation .main li {
    margin: 0 0 34px;
  }
}
.navigation .main li img {
  width: auto;
  height: 29px;
}
@media screen and (min-width: 641px) {
  .navigation .main li img {
    height: 18px;
  }
}
.navigation .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 340px;
  margin: 60px 0 0;
}
@media screen and (min-width: 641px) {
  .navigation .category {
    width: 340px;
    margin: 0;
  }
}
.navigation .category ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 200px;
}
.navigation .category .label {
  height: 23px;
  margin: 0 0 17px 0;
}
@media screen and (min-width: 641px) {
  .navigation .category .label {
    height: 23px;
    margin: 0 20px 0 0;
  }
}
.navigation .category .label img {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 641px) {
  .navigation .category .label img {
    height: 12px;
  }
}
.navigation .category .item {
  display: flex;
  align-items: center;
  height: 34px;
}
@media screen and (min-width: 641px) {
  .navigation .category .item {
    height: 26px;
  }
}
.navigation .category .item img {
  width: auto;
  height: 25px;
}
@media screen and (min-width: 641px) {
  .navigation .category .item img {
    height: 15px;
  }
}
.navigation .category .item.wisewisetools::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  margin: 0 16px;
  background: #767676;
}
.navigation .category .item a {
  display: block;
  box-sizing: border-box;
  height: 34px;
  border-bottom: 1px solid #767676;
}
@media screen and (min-width: 641px) {
  .navigation .category .item a {
    height: 22px;
  }
}
.navigation .category .item a:hover {
  border-bottom: 1px solid #767676;
}
.navigation .category .image {
  margin: 0 20px 0 0;
}
.navigation .category .image img {
  width: auto;
  height: 53px;
}
@media screen and (min-width: 641px) {
  .navigation .category .image img {
    height: 29px;
  }
}
.navigation .category.online-shop {
  display: block;
  margin: 0 0 34px;
}
.navigation .sub {
  padding: 80px 0 0;
}
@media screen and (min-width: 641px) {
  .navigation .sub {
    padding: 50px 0 0;
  }
}
.navigation .sub .item {
  margin: 0 0 40px;
}
@media screen and (min-width: 641px) {
  .navigation .sub .item {
    margin: 0 0 30px;
  }
}
.navigation .sub .item img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 641px) {
  .navigation .sub .item img {
    height: 17px;
  }
}
.navigation .sub .item-group {
  margin: 0 0 64px;
}
@media screen and (min-width: 641px) {
  .navigation .sub .item-group {
    margin: 0 0 32px;
  }
}
.navigation .sub .item-group .group-label {
  margin: 0 0 30px;
}
@media screen and (min-width: 641px) {
  .navigation .sub .item-group .group-label {
    height: 17px;
    margin: 0 0 17px;
  }
}
.navigation .sub .item-group .group-label img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 641px) {
  .navigation .sub .item-group .group-label img {
    height: 17px;
  }
}
.navigation .sub .item-group ul {
  display: flex;
}
.navigation .sub .item-group li {
  margin: 0 40px 0 0;
}
@media screen and (min-width: 641px) {
  .navigation .sub .item-group li {
    margin: 0 26px 0 0;
  }
}
.navigation .sub .item-group li img {
  height: 56px;
}
@media screen and (min-width: 641px) {
  .navigation .sub .item-group li img {
    height: 30px;
  }
}
.navigation .contact {
  display: block;
}
.navigation .contact .item {
  margin: 0 0 20px;
}
@media screen and (min-width: 641px) {
  .navigation .contact .item {
    margin: 0 0 12px;
  }
}
.navigation .contact .item img {
  width: auto;
  height: 38px;
}
@media screen and (min-width: 641px) {
  .navigation .contact .item img {
    height: 24px;
  }
}
.navigation .contact .caption img {
  width: auto;
  height: 70px;
}
@media screen and (min-width: 641px) {
  .navigation .contact .caption img {
    height: 39px;
  }
}

body.drawer-open .navigation {
  display: block;
}
body.drawer-open .page-body,
body.drawer-open .page-footer {
  display: none;
  overflow: hidden;
  height: 0;
}
@media screen and (min-width: 641px) {
  body.drawer-open .page-body,
body.drawer-open .page-footer {
    display: inherit;
    overflow: visible;
    height: auto;
  }
}

body.modal-enabled {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
}

body.modal-auto-enabled {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100vw;
  height: auto;
}

body.modal-full-enabled .page,
body.modal-auto-enabled .page {
  display: none;
  height: 0;
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
  .page-modal.modal-map .modal-body .container {
    display: block;
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /*background: red;*/
  }
}
.page-modal {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
}
.page-modal .modal-header {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 102px;
  border-bottom: 1px solid #bab2af;
  background: #ffffff;
  z-index: 100;
}
.page-modal .modal-header .container {
  overflow: hidden;
  padding: 28px 0;
}
.page-modal .modal-header .drawer-control {
  mix-blend-mode: none;
}
.page-modal .modal-header .drawer-hamburger-icon {
  background-color: transparent;
  mix-blend-mode: none;
}
.page-modal .modal-header .drawer-hamburger-icon:after,
.page-modal .modal-header .drawer-hamburger-icon:before {
  top: 0;
  background: #ffffff;
  mix-blend-mode: none;
}
.page-modal .modal-header .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-modal .modal-header .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-modal .modal-body {
  position: relative;
  box-sizing: border-box;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 102px 0 0;
  height: auto;
  background: #ffffff;
}

.modal-map .modal-body {
  position: relative;
  top: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 102px 0 0;
  height: auto;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-map .modal-body .container {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(100% + 20px);
  height: calc(100vh - 82px);
  -webkit-overflow-scrolling: touch;
  /*background: red;*/
}
.modal-map .modal-body .container:hover {
  cursor: grab;
}
.modal-map .modal-body .container.is-grab:hover {
  cursor: grabbing;
}
.modal-map .modal-header .headig-std {
  display: table;
  float: right;
  margin: 0 120px 0 0;
}
.modal-map .modal-header .headig-std span {
  display: table-cell;
  vertical-align: middle;
}
.modal-map .modal-header .headig-std .icon {
  padding: 0 18px 0 0;
}
.modal-map .modal-header .headig-std .text {
  font-size: 24px;
}
.modal-map .modal-body .map {
  display: block;
  width: 1220px;
  height: 909.5px;
  padding: 20px;
  margin: 0 auto;
  /*background: red;*/
}
.modal-map .modal-body .map img {
  display: block;
  width: 1220px;
  height: 909.5px;
}

.modal-daily-information .modal-header .headig-std {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
.modal-daily-information .modal-header .headig-std img {
  width: auto;
  height: 36px;
}
@media screen and (min-width: 641px) {
  .modal-daily-information .modal-header .headig-std img {
    height: 29px;
  }
}
.modal-daily-information .modal-body {
  background: #ebefe2;
}
.modal-daily-information .style-daily-information {
  padding: 90px 0 90px;
}
@media screen and (min-width: 641px) {
  .modal-daily-information .style-daily-information {
    padding: 70px 0 0;
  }
}

.modal-download .modal-header .headig-std {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
.modal-download .modal-header .headig-std img {
  width: auto;
  height: 36px;
}
@media screen and (min-width: 641px) {
  .modal-download .modal-header .headig-std img {
    height: 29px;
  }
}
.modal-download .modal-body {
  background: #e5e5e5;
}
.modal-download .style-download {
  width: 91.875%;
  margin: 0 auto 0;
  padding: 0 0 200px;
}
@media screen and (min-width: 641px) {
  .modal-download .style-download {
    width: 52.7086383602%;
  }
}
.modal-download .style-download .hero {
  margin: 0 auto 100px;
  padding: 120px 0 0;
  text-align: center;
}
.modal-download .style-download .hero img {
  width: 522px;
  height: auto;
}
@media screen and (min-width: 641px) {
  .modal-download .style-download .hero img {
    width: 418px;
  }
}
.modal-download .style-download .hero .description {
  margin: 100px auto 0;
}
.modal-download .style-download .image-list .image {
  width: 100%;
  margin: 0 0 45px;
}
.modal-download .style-download .image-list .image img {
  display: block;
  width: 100%;
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.5);
}
.modal-download .style-download .button-group {
  margin: 120px 0 0;
}
@media screen and (min-width: 641px) {
  .modal-download .style-download .button-group {
    margin: 120px 0 0;
  }
}
.modal-download .style-download .button-group .caption {
  margin: 0 0 1.2em;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .modal-download .style-download .button-group .caption {
    font-size: 18px;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-button {
  position: absolute;
  top: 41%;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50px;
  outline: none;
  color: #ffffff;
  background: rgba(229, 229, 229, 0.85);
  z-index: 10;
  cursor: pointer;
}
.swiper-button.swiper-button-disabled {
  display: none;
}

@media screen and (min-width: 641px) {
  .swiper-button:hover {
    background: rgba(229, 229, 229, 0.5);
  }
}
.carousel-button-icon {
  position: absolute;
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  color: #030303;
  fill: currentColor;
}

.swiper-button-next {
  right: -18px;
}
@media screen and (min-width: 641px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev {
  left: -18px;
}
@media screen and (min-width: 641px) {
  .swiper-button-prev {
    left: 0;
  }
}

.page-footer {
  width: 100%;
  padding: 200px 0 40px;
  color: #ffffff;
  background-color: #303030;
  background-image: url(../images/global/footer_bg_mobile.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 641px) {
  .page-footer {
    padding: 240px 0 76px;
    background-image: url(../images/global/footer_bg_pc.jpg);
    background-size: 100% auto;
  }
}
.page-footer.has-contact {
  padding: 200px 0 40px;
}
@media screen and (min-width: 641px) {
  .page-footer.has-contact {
    padding: 180px 0 76px;
  }
}
.page-footer a {
  color: #ffffff;
}
.page-footer .container {
  width: 85.625%;
  margin: 0 auto 0;
}
.page-footer .contact {
  margin: 0 0 230px;
}
@media screen and (min-width: 641px) {
  .page-footer .contact {
    margin: 0 0 136px;
  }
}
.page-footer .contact .text-std {
  margin: 0 0 60px;
  font-size: 24px;
  text-align: center;
  line-height: 1.66;
}
@media screen and (min-width: 641px) {
  .page-footer .contact .text-std {
    margin: 0 0 40px;
    font-size: 16px;
  }
}
.page-footer .contact .button-solid {
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  color: #000;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-footer .contact .button-solid {
    max-width: 500px;
    height: 54px;
    margin: 0 auto;
  }
}
.page-footer .contact .button-solid .text {
  display: table-cell;
  font-size: 22px;
  letter-spacing: 0.15em;
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  .page-footer .contact .button-solid .text {
    font-size: 16px;
  }
}
.page-footer .site-map {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map {
    margin: 0 0 24px;
  }
}
.page-footer .site-map a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.page-footer .site-map a img {
  width: auto;
}
.page-footer .site-map a:hover {
  border-bottom: 1px solid #ffffff;
}
.page-footer .site-map .main {
  display: block;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .main ul {
    display: flex;
    justify-content: space-between;
    max-width: 830px;
    margin: 0 auto 40px;
  }
}
.page-footer .site-map .main li {
  margin: 0 0 46px;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .main li {
    margin: 0 0 0;
  }
}
.page-footer .site-map .main li a {
  display: inline-block;
  padding: 0 0 3px;
}
.page-footer .site-map .main li img {
  display: block;
  height: 21px;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .main li img {
    height: 14px;
  }
}
.page-footer .site-map .sub::before {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  margin: 0 auto 42px;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .sub::before {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .sub ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
}
.page-footer .site-map .sub li {
  margin: 0 0 30px;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .sub li {
    margin: 0;
  }
}
.page-footer .site-map .sub li img {
  display: block;
  height: 20px;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .sub li img {
    height: 14px;
    margin: 3px 0 0;
  }
}
.page-footer .site-map .sub .external {
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .sub .external {
    width: 175px;
    margin: 0;
  }
}
.page-footer .site-map .sub .external .item-sub-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.page-footer .site-map .sub .external a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.page-footer .site-map .sub .external img {
  display: block;
  width: auto;
  height: 33px;
}
@media screen and (min-width: 641px) {
  .page-footer .site-map .sub .external img {
    margin: 0;
    height: 25px;
  }
}
.page-footer .aside {
  max-width: 378px;
  margin: 46px auto 46px;
}
@media screen and (min-width: 641px) {
  .page-footer .aside {
    max-width: 270px;
  }
}
.page-footer .aside ul {
  display: flex;
  justify-content: space-between;
}
.page-footer .aside a {
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.page-footer .aside a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 641px) {
  .page-footer .aside a {
    font-size: 14px;
  }
}
.page-footer #copyright {
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .page-footer #copyright {
    font-size: 12px;
  }
}

.page-body {
  min-height: 1000px;
}
.page-body .asidewrap {
  width: 100%;
  background-color: #f4f4f4;
}
.page-body .aside.bg-gray {
  background-color: #f4f4f4;
}
.page-body .aside.tools .heading,
.page-body .aside.contact .heading {
  margin: 0 0 78px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-body .aside.tools .heading,
.page-body .aside.contact .heading {
    margin: 0 0 70px;
  }
}
.page-body .aside.tools .heading img,
.page-body .aside.contact .heading img {
  height: 40px;
}
@media screen and (min-width: 641px) {
  .page-body .aside.tools .heading img,
.page-body .aside.contact .heading img {
    height: 36px;
  }
}
.page-body .aside.tools .description,
.page-body .aside.contact .description {
  width: 85.625%;
  margin: 0 auto 78px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-body .aside.tools .description,
.page-body .aside.contact .description {
    margin: 0 auto 50px;
    width: 100%;
  }
}
.page-body .aside.tools .description .text-std,
.page-body .aside.contact .description .text-std {
  font-size: 25px;
  line-height: 1.74;
}
@media screen and (min-width: 768px) {
  .page-body .aside.tools .description .text-std,
.page-body .aside.contact .description .text-std {
    font-size: 18px;
  }
}
.page-body .aside.tools .button,
.page-body .aside.contact .button {
  width: 85.625%;
  margin: 0 auto 0;
}
.page-body .aside.tools {
  padding: 200px 0;
}
@media screen and (min-width: 641px) {
  .page-body .aside.tools {
    max-width: 720px;
    margin: auto;
  }
}
.page-body .aside.tools .heading img {
  height: 40px;
}
@media screen and (min-width: 641px) {
  .page-body .aside.tools .heading img {
    height: 32px;
  }
}
.page-body .aside.contact {
  padding: 200px 0;
}
@media screen and (min-width: 641px) {
  .page-body .aside.contact {
    padding: 120px 0;
  }
}
.page-body .aside.contact .heading img {
  height: 40px;
}
@media screen and (min-width: 641px) {
  .page-body .aside.contact .heading img {
    height: 32px;
  }
}
.page-body .aside.daily-information {
  padding: 200px 0;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .page-body .aside.daily-information {
    max-width: 100%;
    margin: auto;
  }
}
.page-body .aside.daily-information .heading {
  margin: 0 0 78px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-body .aside.daily-information .heading {
    max-width: 720px;
    width: 52.7086383602%;
    margin: 0 auto 70px;
  }
}
.page-body .aside.daily-information .heading img {
  height: 45px;
}
@media screen and (min-width: 641px) {
  .page-body .aside.daily-information .heading img {
    height: 36px;
  }
}
.page-body .aside.daily-information .description {
  width: 85.625%;
  margin: 0 auto 78px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-body .aside.daily-information .description {
    max-width: 720px;
    width: 52.7086383602%;
    margin: 0 auto 80px;
  }
}
.page-body .aside.daily-information .description .text-std {
  font-size: 25px;
  line-height: 1.74;
}
@media screen and (min-width: 768px) {
  .page-body .aside.daily-information .description .text-std {
    font-size: 18px;
  }
}
.page-body .aside.daily-information ul {
  display: flex;
  justify-content: space-between;
  width: 73.75%;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .page-body .aside.daily-information ul {
    width: 29.2825768668%;
  }
}
.page-body .aside.daily-information li {
  margin: 0 62px 0 0;
}
.page-body .aside.daily-information li:nth-last-of-type(1) {
  margin: 0 0 0 0;
}
.page-body .aside.daily-information li a {
  display: block;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.page-body .aside.daily-information li a .icon {
  display: block;
  margin: 0 0 1em;
}
.page-body .aside.daily-information li a .icon img {
  display: block;
  height: 63px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-body .aside.daily-information li a .icon img {
    height: 51px;
  }
}
.page-body .aside.daily-information li a .label {
  display: block;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-body .aside.daily-information li a .label {
    font-size: 14px;
  }
}
.page-body .aside.daily-information li a:hover {
  opacity: 0.8;
}
.page-body .aside.daily-information.bg-gray {
  background: #f4f4f4;
}

.style-entry {
  width: 85.625%;
  margin: 0 auto 200px;
  padding: 156px 0 0;
}
@media screen and (min-width: 641px) {
  .style-entry {
    max-width: 720px;
    width: 52.7086383602%;
    margin: 0 auto 200px;
    padding: 200px 0 0;
  }
}
.style-entry .header {
  margin: 0 0 60px;
}
@media screen and (min-width: 641px) {
  .style-entry .header {
    margin: 0 0 26px;
  }
}
.style-entry .header .entry-type {
  margin: 0 0 60px;
}
@media screen and (min-width: 641px) {
  .style-entry .header .entry-type {
    margin: 0 0 26px;
  }
}
.style-entry .header .entry-type img {
  width: auto;
  height: 27px;
}
@media screen and (min-width: 641px) {
  .style-entry .header .entry-type img {
    height: 25px;
  }
}
.style-entry .header .meta {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
}
.style-entry .header .label {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0.4em 1.4em;
  border-radius: 3px;
  background: #e5e5e5;
  font-size: 18px;
}
@media screen and (min-width: 641px) {
  .style-entry .header .label {
    font-size: 12px;
  }
}
.style-entry .header .label.event {
  background: #d7dfc5;
}
.style-entry .header .label.media-information {
  background: #f7ecc6;
}
.style-entry .header .label.facilities {
  background: #ede696;
}
.style-entry .header .date {
  font-size: 20px;
}
@media screen and (min-width: 641px) {
  .style-entry .header .date {
    font-size: 14px;
  }
}
.style-entry .header .entry-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.714;
}
@media screen and (min-width: 641px) {
  .style-entry .header .entry-title {
    font-size: 17px;
  }
}
.style-entry .hero {
  margin: 0 0 60px;
}
@media screen and (min-width: 641px) {
  .style-entry .hero {
    margin: 0 0 20px;
  }
}
.style-entry .hero img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.style-entry .content {
  overflow: hidden;
}
.style-entry .content p {
  margin: 0 0 1.8em;
  font-size: 22px;
  word-break: break-all;
  text-align: justify;
  line-height: 1.72;
}
@media screen and (min-width: 641px) {
  .style-entry .content p {
    font-size: 17px;
  }
}
.style-entry .content a {
  color: #4ba53a;
  text-decoration: underline;
}
.style-entry .content img {
  max-width: 100%;
  height: auto;
}
.style-entry .button {
  margin-top: 160px;
}
@media screen and (min-width: 641px) {
  .style-entry .button {
    margin-top: 140px;
  }
}

.style-solution .style-entry .header .entry-type {
  margin: 0 0 33px;
}
@media screen and (min-width: 641px) {
  .style-solution .style-entry .header .entry-type {
    margin: 0 0 16px;
  }
}
.style-solution .style-entry .header .meta {
  margin: 0 0 1.6em;
}
@media screen and (min-width: 641px) {
  .style-solution .style-entry .header .meta {
    margin: 0 0 2em;
  }
}
.style-solution .style-entry .header .entry-title {
  font-size: 28px;
}
@media screen and (min-width: 641px) {
  .style-solution .style-entry .header .entry-title {
    font-size: 16px;
  }
}

.style-home .hero-home {
  position: relative;
  background: #f5f5f5;
  margin: 0 0 55px;
  /*
  &.is-slider-initial .nav .swiper-pagination-bullet .indicator {
  	width: 0;
  }
  &.is-slider-initial.is-slider-autoplay .nav .swiper-pagination-bullet.swiper-pagination-bullet-active .indicator {
  	width: 100%;
  	opacity: 1;
  }
  */
}
@media screen and (min-width: 641px) {
  .style-home .hero-home {
    margin: 0 0 38px;
  }
}
.style-home .hero-home .billboard {
  position: relative;
  /*
  .panel {
  	display: none;
  	position: relative;
  	a {
  		display: block;
  		width: 100%;
  	}
  	&.current {
  		display: block;
  	}
  }*/
}
.style-home .hero-home .billboard .panel {
  display: block;
  position: relative;
}
.style-home .hero-home .billboard .panel a {
  display: block;
  width: 100%;
}
.style-home .hero-home .billboard .slide-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.style-home .hero-home .billboard .slide-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.style-home .hero-home .billboard .image {
  max-width: 1366px;
  margin: 0 auto;
}
.style-home .hero-home .billboard .image img {
  display: block;
  max-width: 100%;
}
.style-home .hero-home .swiper-fade .swiper-slide {
  opacity: 0;
  transition-property: opacity;
  backface-visibility: hidden;
}
.style-home .hero-home .swiper-fade .swiper-slide-active {
  opacity: 1;
}
.style-home .hero-home .nav {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}
.style-home .hero-home .nav ul {
  display: flex;
  justify-content: space-between;
}
.style-home .hero-home .nav li {
  display: flex;
  align-items: center;
  position: relative;
  width: 24.53125%;
  height: 60px;
  background: #f0f0f0;
  outline: transparent;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .style-home .hero-home .nav li {
    width: 24.7437774524%;
    height: 50px;
  }
}
.style-home .hero-home .nav li.swiper-pagination-bullet-active {
  background: #ffffff;
}
.style-home .hero-home .nav li .text {
  display: block;
  width: 100%;
  font-size: 17px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-home .hero-home .nav li .text {
    font-size: 14px;
  }
}
.style-home .hero-home .nav li.swiper-pagination-bullet .indicator {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #d7dfc5;
  opacity: 0;
}
.style-home .hero-home .nav li.swiper-pagination-bullet-active .indicator {
  width: 100%;
  opacity: 1;
}
.style-home .top-linkage {
  display: flex;
  justify-content: center;
  width: 85.625%;
  margin: 0 auto 90px;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage {
    display: flex;
    justify-content: center;
    max-width: 942px;
    width: 68.9604685212%;
    margin: 54px auto 60px;
  }
}
.style-home .top-linkage .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 258px;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage .category {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 340px;
  }
}
.style-home .top-linkage .category ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 200px;
}
.style-home .top-linkage .category .label {
  height: 23px;
  margin: 0 0 17px 0;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage .category .label {
    height: 23px;
    margin: 0 20px 0 0;
  }
}
.style-home .top-linkage .category .label img {
  width: auto;
  height: 17px;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage .category .label img {
    height: 14px;
  }
}
.style-home .top-linkage .category .item {
  display: flex;
  align-items: center;
  height: 30px;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage .category .item {
    height: 26px;
  }
}
.style-home .top-linkage .category .item img {
  width: auto;
  height: 21px;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage .category .item img {
    height: 19px;
  }
}
.style-home .top-linkage .category .item.wisewisetools::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  margin: 0 28px;
  background: #767676;
}
.style-home .top-linkage .category .item a {
  display: block;
  box-sizing: border-box;
  height: 30px;
  border-bottom: 1px solid #767676;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage .category .item a {
    height: 26px;
    border-bottom: none;
  }
}
.style-home .top-linkage .category .item a:hover {
  border-bottom: 1px solid #767676;
}
.style-home .top-linkage .category .image {
  margin: 0 20px 0 0;
}
.style-home .top-linkage .category .image img {
  width: auto;
  height: 53px;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage .category .image img {
    height: 40px;
  }
}
.style-home .top-linkage .category.catalogue {
  justify-content: flex-end;
}
@media screen and (min-width: 641px) {
  .style-home .top-linkage .category.catalogue {
    justify-content: flex-end;
  }
}
.style-home .topics {
  max-width: 100%;
  margin: auto;
}
.style-home .topics .fluid-columns {
  width: 91.875%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-home .topics .fluid-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 942px;
    width: 68.9604685212%;
  }
  .style-home .topics .fluid-columns::after, .style-home .topics .fluid-columns::before {
    content: "";
    display: block;
    width: 48.4076433121%;
    margin: 0 0 30px;
  }
  .style-home .topics .fluid-columns::before {
    order: 1;
  }
}
.style-home .topics .column {
  margin: 0 0 25px;
}
@media screen and (min-width: 641px) {
  .style-home .topics .column {
    width: 48.4076433121%;
    margin: 0 0 30px;
  }
}
.style-home .topics .column a {
  display: block;
  width: 100%;
}
.style-home .topics .column img {
  display: block;
  width: 100%;
  height: auto;
}
.style-home .daily-information {
  padding: 300px 0;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .style-home .daily-information {
    padding: 200px 0;
    max-width: 720px;
    margin: auto;
  }
}
.style-home .daily-information .heading {
  margin: 0 0 78px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .style-home .daily-information .heading {
    margin: 0 0 70px;
  }
}
.style-home .daily-information .heading img {
  height: 45px;
}
@media screen and (min-width: 641px) {
  .style-home .daily-information .heading img {
    height: 36px;
  }
}
.style-home .daily-information .description {
  width: 85.625%;
  margin: 0 auto 78px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .style-home .daily-information .description {
    margin: 0 auto 80px;
  }
}
.style-home .daily-information .description .text-std {
  font-size: 25px;
  line-height: 1.74;
}
@media screen and (min-width: 768px) {
  .style-home .daily-information .description .text-std {
    font-size: 18px;
  }
}
.style-home .daily-information ul {
  display: flex;
  justify-content: space-between;
  width: 73.75%;
  margin: 0 auto 0;
  flex-shrink: 1;
}
@media screen and (min-width: 768px) {
  .style-home .daily-information ul {
    width: 70%;
  }
}
.style-home .daily-information li {
  margin: 0 1.5em 0 0;
  flex-shrink: 1;
}
.style-home .daily-information li:nth-last-of-type(1) {
  margin: 0 0 0 -1em;
}
.style-home .daily-information li a {
  display: block;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.style-home .daily-information li a .icon {
  display: block;
  margin: 0 0 1em;
}
.style-home .daily-information li a .icon img {
  display: block;
  height: 63px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .style-home .daily-information li a .icon img {
    height: 51px;
  }
}
.style-home .daily-information li a .label {
  display: block;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .style-home .daily-information li a .label {
    font-size: 14px;
  }
}
.style-home .daily-information li a:hover {
  opacity: 0.8;
}
.style-home .news-press {
  width: 85.625%;
  margin: 0 auto 300px;
}
@media screen and (min-width: 641px) {
  .style-home .news-press {
    max-width: 1160px;
    width: 84.9194729136%;
    margin: 0 auto 300px;
  }
}
.style-home .news-press .column {
  width: 100%;
  margin: 0 0 200px;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column {
    width: 47%;
    margin: 0 0 0;
  }
}
.style-home .news-press .column .heading {
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column .heading {
    margin: 0 0 78px;
  }
}
.style-home .news-press .column .heading img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column .heading img {
    height: 36px;
  }
}
.style-home .news-press .column .article {
  margin: 0 0 40px;
}
.style-home .news-press .column .article a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.style-home .news-press .column .article .thumbnail {
  align-self: flex-start;
  width: 31.0218978102%;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column .article .thumbnail {
    width: 19.6428571429%;
  }
}
.style-home .news-press .column .article .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.style-home .news-press .column .article .content {
  align-self: flex-start;
  width: 63.8686131387%;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column .article .content {
    width: 75.3571428571%;
  }
}
.style-home .news-press .column .article .content .label {
  display: inline-block;
  margin: 0.4em 0 1em;
  padding: 0.4em 1.4em;
  border-radius: 3px;
  background: #e5e5e5;
  font-size: 18px;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column .article .content .label {
    font-size: 12px;
  }
}
.style-home .news-press .column .article .content .label.event {
  background: #d7dfc5;
}
.style-home .news-press .column .article .content .date {
  margin: 0 0 1em;
  font-size: 20px;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column .article .content .date {
    font-size: 14px;
  }
}
.style-home .news-press .column .article .content .title {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column .article .content .title {
    font-size: 15px;
  }
}
.style-home .news-press .column .button {
  margin: 60px auto 0;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .column .button {
    margin: 80px auto 0;
  }
}
.style-home .news-press .press-release .contents-list {
  border-top: 1px solid #bbb3b0;
}
.style-home .news-press .press-release .article {
  margin: 0 0;
  padding: 36px 0;
  border-bottom: 1px solid #bbb3b0;
}
.style-home .news-press .press-release .article .content {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .style-home .news-press .press-release .article .content {
    width: 100%;
  }
}
.style-home .module-home {
  width: 91.875%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-home .module-home {
    max-width: 1160px;
    width: 84.9194729136%;
  }
}
.style-home .module-home .header {
  width: 100%;
  text-align: center;
}
.style-home .module-home .header .heading {
  margin: 0 0 70px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home .header .heading {
    margin: 0 0 50px;
  }
}
.style-home .module-home .header .heading img {
  display: block;
  width: auto;
  height: 44px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-home .module-home .header .heading img {
    height: 35px;
  }
}
.style-home .module-home .header .heading.font-serif {
  margin: 0 0 70px;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .style-home .module-home .header .heading.font-serif {
    margin: 0 0 44px;
    font-size: 34px;
  }
}
.style-home .module-home .header .image {
  width: 100%;
  margin: 0 0 32px;
}
.style-home .module-home .header .image img {
  display: block;
  width: 100%;
  height: auto;
}
.style-home .module-home .header .text-std {
  font-size: 24px;
  line-height: 1.72;
}
@media screen and (min-width: 641px) {
  .style-home .module-home .header .text-std {
    font-size: 18px;
    line-height: 1.5;
  }
}
.style-home .module-home .contents-list {
  margin: 64px auto 0;
}
@media screen and (min-width: 641px) {
  .style-home .module-home .contents-list {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
    margin: 64px auto 0;
  }
}
.style-home .module-home .contents-list .article {
  margin: 0 0 14px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home .contents-list .article {
    width: 31.0344827586%;
    margin: 0;
  }
}
.style-home .module-home .contents-list a {
  display: block;
  text-decoration: none;
}
.style-home .module-home .contents-list .image img {
  width: 100%;
  height: auto;
}
.style-home .module-home .contents-list .caption {
  width: 93.1972789116%;
  margin: 24px auto 0;
  font-size: 22px;
  line-height: 1.72;
}
@media screen and (min-width: 641px) {
  .style-home .module-home .contents-list .caption {
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }
}
.style-home .module-home .button {
  margin: 20px auto 0;
}
@media screen and (min-width: 641px) {
  .style-home .module-home .button {
    margin: 80px auto 0;
  }
}
.style-home .module-home.case-study {
  margin: 0 auto 300px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.case-study {
    margin: 0 auto 290px;
  }
}
.style-home .module-home.case-study .button {
  margin: 80px auto 0;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.case-study .button {
    margin: 80px auto 0;
  }
}
.style-home .module-home.furniture {
  margin: 0 auto 290px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.furniture {
    margin: 0 auto 250px;
  }
}
.style-home .module-home.furniture .article {
  margin: 0 0 90px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.furniture .article {
    margin: 0;
  }
}
.style-home .module-home.tools {
  margin: 0 auto 290px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.tools {
    width: 52.7086383602%;
    margin: 0 auto 250px;
    max-width: 720px;
  }
}
.style-home .module-home.tools .header {
  margin: 0 0 58px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.tools .header {
    margin: 0 0 44px;
  }
}
.style-home .module-home.tools .header .heading img {
  height: 124px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.tools .header .heading img {
    height: 76px;
  }
}
.style-home .module-home.tools .header .text-std {
  text-align: left;
}
.style-home .module-home.tools .button {
  margin: 0 auto 30px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.tools .button {
    margin: 0 auto 30px;
  }
}
.style-home .module-home.company {
  margin: 0 auto 290px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.company {
    width: 52.7086383602%;
    margin: 0 auto 250px;
    max-width: 720px;
  }
}
.style-home .module-home.company .header {
  margin: 0 0 58px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.company .header {
    margin: 0 0 44px;
  }
}
.style-home .module-home.company .header .heading img {
  height: 152px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.company .header .heading img {
    height: 92px;
  }
}
.style-home .module-home.company .header .text-std {
  text-align: left;
}
.style-home .module-home.company .button {
  margin: 0 auto 30px;
}
@media screen and (min-width: 641px) {
  .style-home .module-home.company .button {
    margin: 0 auto 30px;
  }
}
.style-home .banners {
  margin: 0 0 300px;
}
@media screen and (min-width: 641px) {
  .style-home .banners {
    padding: 80px 0;
    background: #e5e5e5;
  }
}
.style-home .banners .contents {
  position: relative;
  width: 91.875%;
  margin: 300px auto 0;
}
@media screen and (min-width: 641px) {
  .style-home .banners .contents {
    max-width: 1272px;
    width: 84.9194729136%;
    margin: 0 auto 0;
  }
}
.style-home .banners .contents .carousel {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-home .banners .contents .carousel {
    overflow: hidden;
    width: 81.3793103448%;
  }
}
.style-home .banners .contents .carousel .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .style-home .banners .contents .carousel .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
}
.style-home .banners .contents .carousel .swiper-slide {
  display: block;
  width: 48.9795918367%;
  margin: 0 0 13px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
@media screen and (min-width: 641px) {
  .style-home .banners .contents .carousel .swiper-slide {
    width: 30.5084745763%;
    margin: 0;
  }
}
.style-home .banners .contents .carousel .swiper-slide a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.style-home .banners .contents .carousel .swiper-slide .banner img {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
  width: 100%;
  height: auto;
}
.style-home .banners .contents .swiper-button {
  display: none;
  top: 44.5054945055%;
  background: rgb(255, 255, 255);
  z-index: 9;
}
@media screen and (min-width: 641px) {
  .style-home .banners .contents .swiper-button {
    display: block;
  }
}
.style-home .download {
  padding: 150px 0;
  background: #e5e5e5;
}
@media screen and (min-width: 641px) {
  .style-home .download {
    padding: 110px 0;
  }
}
.style-home .download .header {
  width: 100%;
  text-align: center;
}
.style-home .download .header .heading.font-serif {
  margin: 0 0 120px;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .style-home .download .header .heading.font-serif {
    margin: 0 0 90px;
    font-size: 34px;
  }
}
.style-home .download .contents-list {
  display: flex;
  justify-content: center;
  width: 91.875%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-home .download .contents-list {
    text-decoration: none;
    width: 52.7086383602%;
    margin: 0 auto 0;
  }
}
.style-home .download .contents-list .article {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-home .download .contents-list .article {
    width: 40.8333333333%;
  }
}
.style-home .download .contents-list a {
  display: block;
  text-decoration: none;
}
.style-home .download .contents-list .image img {
  width: 100%;
  height: auto;
}
.style-home .download .contents-list .caption {
  width: 100%;
  margin: 14px auto 0;
  font-size: 20px;
  line-height: 1.72;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-home .download .contents-list .caption {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.5;
  }
}

.style-furniture sub {
  vertical-align: baseline;
}
.style-furniture .stories {
  margin: 0 0 400px;
}
.style-furniture .stories .story {
  width: 91.875%;
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .style-furniture .stories .story {
    width: 84.9194729136%;
  }
}
.style-furniture .stories .story .image {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 50px;
}
.style-furniture .stories .story .image img {
  display: block;
  width: 100%;
}
.style-furniture .stories .story .heading {
  margin: 0 0 48px;
  text-align: center;
}
.style-furniture .stories .story .heading img {
  width: auto;
  height: 89px;
}
@media screen and (min-width: 641px) {
  .style-furniture .stories .story .heading img {
    height: 80px;
  }
}
.style-furniture .stories .story .description {
  width: 93.1972789116%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 641px) {
  .style-furniture .stories .story .description {
    max-width: 720px;
    width: 62.0689655172%;
  }
}
.style-furniture .stories .story .description .text-std {
  font-size: 25px;
  text-align: justify;
  line-height: 1.9;
}
@media screen and (min-width: 641px) {
  .style-furniture .stories .story .description .text-std {
    font-size: 17px;
    text-align: center;
  }
}
.style-furniture .stories .story .button {
  width: 93.1972789116%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-furniture .stories .story .button {
    max-width: 500px;
    width: 43.1034482759%;
  }
}
.style-furniture .products .image {
  max-width: 1160px;
  width: 91.875%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .image {
    width: 52.7086383602%;
    margin: 0 auto 64px;
    max-width: 720px;
  }
}
.style-furniture .products .image img {
  display: block;
  width: 100%;
}
.style-furniture .products .section {
  width: 91.875%;
  margin: 0 auto 300px;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .section {
    width: 84.9194729136%;
    margin: 0 auto 300px;
  }
}
.style-furniture .products .section .heading-large {
  margin: 0 0 84px;
  font-size: 40px;
  text-align: center;
  line-height: 1.52;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .section .heading-large {
    margin: 0 0 56px;
    font-size: 34px;
  }
}
.style-furniture .products .section .description {
  width: 93.1972789116%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .section .description {
    max-width: 720px;
    width: 62.0689655172%;
    margin: 0 auto 64px;
  }
}
.style-furniture .products .section .description .text-std {
  margin: 0 0 1.4em;
  font-size: 25px;
  text-align: justify;
  line-height: 1.9;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .section .description .text-std {
    font-size: 17px;
    text-align: center;
  }
}
.style-furniture .products .section .button {
  width: 93.1972789116%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .section .button {
    max-width: 500px;
    width: 43.1034482759%;
  }
}
@media screen and (min-width: 641px) {
  .style-furniture .products .section ol.list-std {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .style-furniture .products .section ol.list-std li {
    font-size: 18px;
  }
}
.style-furniture .products .read-more {
  border-top: 1px solid #303030;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .read-more {
    max-width: 720px;
    width: 62.0689655172%;
    margin: 0 auto;
  }
}
.style-furniture .products .read-more .footer {
  display: none;
  position: relative;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #303030;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .read-more .footer {
    height: 60px;
  }
}
.style-furniture .products .read-more .footer .heading {
  display: flex;
  align-items: center;
  width: 85.625%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .read-more .footer .heading {
    width: 86.2068965517%;
    margin: 0 auto;
  }
}
.style-furniture .products .read-more .footer .heading .text {
  display: block;
  margin: 0 auto;
  font-weight: 300;
  text-align: center;
}
.style-furniture .products .read-more .footer .toggle-icon {
  display: block;
  position: absolute;
  top: 40%;
  right: 4.0625%;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .read-more .footer .toggle-icon {
    top: 33.3333333333%;
    right: 2.8448275862%;
  }
}
.style-furniture .products .read-more .footer .toggle-icon::before, .style-furniture .products .read-more .footer .toggle-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #303030;
  transform: rotate(180);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .read-more .footer .toggle-icon::before, .style-furniture .products .read-more .footer .toggle-icon::after {
    top: 9px;
    height: 2px;
  }
}
.style-furniture .products .read-more .footer .toggle-icon::after {
  transform: rotate(0);
}
.style-furniture .products .read-more.is-closed .footer {
  display: block;
}
.style-furniture .products .read-more.is-closed .toggle-icon::after {
  transform: rotate(270deg);
}
.style-furniture .products .read-more.is-closed .content {
  overflow-y: hidden;
  max-height: 0;
  padding: 0;
  opacity: 0;
}
.style-furniture .products .read-more .content {
  padding: 70px 0 0;
  max-height: 999999px;
  opacity: 1;
  transition: max-height, padding, opacity 0.5s ease-in-out;
}
.style-furniture .products .read-more .section {
  width: 100%;
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .read-more .section {
    margin: 0 auto 100px;
  }
}
.style-furniture .products .read-more .heading {
  margin: 0 0 0.8em;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .read-more .heading {
    margin: 0 0 1.6em;
    font-size: 18px;
    text-align: center;
  }
}
.style-furniture .products .read-more .image {
  width: 100%;
  margin: 0 0 3em;
}
@media screen and (min-width: 641px) {
  .style-furniture .products .read-more .image {
    margin: 0 0 3em;
  }
}
.style-furniture .products .read-more .image img {
  display: block;
  width: 100%;
  height: auto;
}

.furniture-lineup .hero-furniture-lineup {
  width: 85.625%;
  margin: 0 auto 110px;
  padding: 150px 0 0;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .hero-furniture-lineup {
    width: 52.7086383602%;
    margin: 0 auto 86px;
    padding: 177px 0 0;
  }
}
.furniture-lineup .hero-furniture-lineup .hgroup {
  margin: 0 0 130px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .hero-furniture-lineup .hgroup {
    margin: 0 0 80px;
  }
}
.furniture-lineup .hero-furniture-lineup .hgroup .page-title {
  margin: 0 0 96px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .hero-furniture-lineup .hgroup .page-title {
    margin: 0 0 80px;
  }
}
.furniture-lineup .hero-furniture-lineup .hgroup .page-title img {
  display: block;
  width: auto;
  height: 43px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .hero-furniture-lineup .hgroup .page-title img {
    height: 46px;
  }
}
.furniture-lineup .hero-furniture-lineup .hgroup .text-std {
  font-size: 23px;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .hero-furniture-lineup .hgroup .text-std {
    font-size: 18px;
  }
}
.furniture-lineup .products-lineup {
  margin: 0 auto 0;
  padding: 0 0 200px;
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup {
    margin: 0 0 0;
    padding: 0 0 150px;
  }
}
.furniture-lineup .products-lineup .heading {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .heading {
    font-size: 22px;
  }
}
.furniture-lineup .products-lineup .top-category {
  margin: 0 0 2px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category {
    max-width: 1160px;
    width: 84.9194729136%;
    margin: 0 auto 2px;
  }
}
.furniture-lineup .products-lineup .top-category .header {
  position: relative;
  width: 100%;
  height: 80px;
  background: #e5e5e5;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category .header {
    height: 60px;
  }
}
.furniture-lineup .products-lineup .top-category .header .heading {
  display: flex;
  align-items: center;
  width: 85.625%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category .header .heading {
    max-width: 1160px;
    width: 86.2068965517%;
    margin: 0 auto;
  }
}
.furniture-lineup .products-lineup .top-category .header .heading .text {
  display: block;
}
.furniture-lineup .products-lineup .top-category .header .toggle-icon {
  display: block;
  position: absolute;
  top: 40%;
  right: 4.0625%;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category .header .toggle-icon {
    top: 33.3333333333%;
    right: 2.8448275862%;
  }
}
.furniture-lineup .products-lineup .top-category .header .toggle-icon::before, .furniture-lineup .products-lineup .top-category .header .toggle-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #303030;
  transform: rotate(180);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category .header .toggle-icon::before, .furniture-lineup .products-lineup .top-category .header .toggle-icon::after {
    top: 9px;
    height: 2px;
  }
}
.furniture-lineup .products-lineup .top-category .header .toggle-icon::after {
  transform: rotate(0);
}
.furniture-lineup .products-lineup .top-category > .content {
  width: 85.625%;
  margin: 0 auto;
  max-height: 999999px;
  opacity: 1;
  transition: max-height, opacity 0.5s ease-in-out;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category > .content {
    width: 86.2068965517%;
  }
}
.furniture-lineup .products-lineup .top-category > .content .sub-category {
  padding: 80px 0 0;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category > .content .sub-category {
    padding: 80px 0 80px;
  }
}
.furniture-lineup .products-lineup .top-category > .content .heading {
  margin: 0 0 78px;
}
.furniture-lineup .products-lineup .top-category > .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category > .content ul::after, .furniture-lineup .products-lineup .top-category > .content ul::before {
    content: "";
    display: block;
    width: 20.5%;
    margin: 0 0 80px;
  }
  .furniture-lineup .products-lineup .top-category > .content ul::before {
    order: 1;
  }
}
.furniture-lineup .products-lineup .top-category > .content li {
  display: block;
  width: 46.7153284672%;
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category > .content li {
    width: 20.5%;
    margin: 0 0 80px;
  }
}
.furniture-lineup .products-lineup .top-category > .content li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.furniture-lineup .products-lineup .top-category > .content li .image img {
  display: block;
  width: 100%;
  height: auto;
}
.furniture-lineup .products-lineup .top-category > .content li .title {
  margin: 30px 0 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category > .content li .title {
    margin: 16px 0 4px;
    font-size: 13px;
  }
}
.furniture-lineup .products-lineup .top-category > .content li .meta {
  color: #767676;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category > .content li .meta {
    font-size: 12px;
  }
}
.furniture-lineup .products-lineup .top-category > .content li .note {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category > .content li .note {
    margin: 16px 0 0;
    font-size: 12px;
  }
}
.furniture-lineup .products-lineup .top-category > .content li .note a {
  display: inline;
  width: auto;
  text-decoration: underline;
}
.furniture-lineup .products-lineup .top-category.is-closed .toggle-icon::after {
  transform: rotate(270deg);
}
.furniture-lineup .products-lineup .top-category.is-closed .content {
  overflow-y: hidden;
  max-height: 0;
  opacity: 0;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services {
    max-width: 1160px;
    width: 84.9194729136%;
    margin: 0 auto 2px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .content {
  width: 85.625%;
  margin: 0 auto;
  padding: 70px 0 0;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .content {
    width: 100%;
    margin: 0;
    padding: 80px 0 0;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category {
  padding: 130px 0 0;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category {
    max-width: 720px;
    width: 62.0689655172%;
    margin: 0 auto;
    padding: 100px 0 0;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .heading {
  margin: 0 0 40px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .heading {
    margin: 0 0 40px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .heading img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .heading img {
    height: 30px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .description {
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .description {
    margin: 0 0 80px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .text-std {
  margin: 0 0 1em;
  text-align: justify;
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .note {
  margin: 0 0 1em;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .note {
    font-size: 15px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .section {
  margin: 0 0 60px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .section {
    margin: 0 0 46px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .section .heading {
  margin: 0 0 0.2em;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .section .heading {
    font-size: 18px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .section:last-child {
  margin: 0;
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .composit-image {
  margin: 0 0 70px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .sub-category .composit-image {
    margin: 0 0 46px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .category-image {
  width: 100%;
  margin: 100px auto 50px;
}
@media screen and (min-width: 641px) {
  .furniture-lineup .products-lineup .top-category.style-furniture-services .category-image {
    max-width: 720px;
    width: 62.0689655172%;
    margin: 145px auto 100px;
  }
}
.furniture-lineup .products-lineup .top-category.style-furniture-services .category-image img {
  display: block;
  width: 100%;
  height: auto;
}

.furniture-story .hero-furniture-story {
  margin: 0 0 100px;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story {
    padding: 100px 0 0;
    margin: 0 0 150px;
  }
}
.furniture-story .hero-furniture-story .image {
  width: 100%;
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .image {
    max-width: 430px;
    width: 89.5833333333%;
    margin: 0 0 0;
  }
}
.furniture-story .hero-furniture-story .image img {
  width: 100%;
  height: auto;
}
.furniture-story .hero-furniture-story .hgroup {
  margin: 0 0 130px;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .hgroup {
    margin: 0 0 50px;
  }
}
.furniture-story .hero-furniture-story .hgroup .page-title {
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .hgroup .page-title {
    margin: 0 0 50px;
  }
}
.furniture-story .hero-furniture-story .hgroup .page-title img {
  display: block;
  width: auto;
  height: 100px;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .hgroup .page-title img {
    height: 70px;
  }
}
.furniture-story .hero-furniture-story .hgroup .text-std {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .hgroup .text-std {
    font-size: 17px;
  }
}
.furniture-story .hero-furniture-story .description .heading {
  margin: 0 0 36px;
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .description .heading {
    margin: 0 0 14px;
    font-size: 22px;
  }
}
.furniture-story .hero-furniture-story .description .text-std {
  font-size: 22px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .description .text-std {
    font-size: 14px;
  }
}
.furniture-story .hero-furniture-story .fluid-columns {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .fluid-columns {
    max-width: 1000px;
    min-height: 532px;
    width: 73.2064421669%;
    margin: 0 auto;
  }
}
.furniture-story .hero-furniture-story .fluid-columns .column-right {
  max-width: 100%;
  width: 85.625%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-story .hero-furniture-story .fluid-columns .column {
    max-width: 480px;
    width: 48%;
    margin: 0;
  }
}
.furniture-story .introduction {
  padding: 80px 0 30px;
  background: #d7dfc5;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction {
    padding: 30px 0;
  }
}
.furniture-story .introduction .font-serif {
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 1.75;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .font-serif {
    margin: 0 0 36px;
    font-size: 32px;
    line-height: 1.5;
  }
}
.furniture-story .introduction .text-std {
  font-size: 22px;
  line-height: 1.7;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .text-std {
    font-size: 14px;
    margin: 1em 0 0;
  }
}
.furniture-story .introduction .figure {
  margin: 0 0 34px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .figure {
    margin: 0;
  }
}
.furniture-story .introduction .figure img {
  width: auto;
  height: 437px;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .figure img {
    height: 273px;
  }
}
.furniture-story .introduction .fluid-columns {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .fluid-columns {
    max-width: 1000px;
    width: 73.2064421669%;
    margin: 0 auto;
  }
}
.furniture-story .introduction .fluid-columns .column-right {
  display: none;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .fluid-columns .column-right {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .fluid-columns .column-left {
    width: 60%;
  }
}
.furniture-story .introduction .fluid-columns .column-left .figure {
  display: block;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .fluid-columns .column-left .figure {
    display: none;
  }
}
.furniture-story .introduction .fluid-columns .column {
  width: 85.625%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .fluid-columns .column {
    margin: 0;
  }
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .fluid-columns .column-right {
    width: 35%;
  }
}
@media screen and (min-width: 641px) {
  .furniture-story .introduction .fluid-columns .column-left {
    width: 65%;
    align-self: center;
  }
}
.furniture-story .module-story {
  margin: 0 0 300px;
}
@media screen and (min-width: 641px) {
  .furniture-story .module-story {
    margin: 0 0 100px;
  }
}
.furniture-story .module-story > .content {
  padding: 90px 0 180px;
}
@media screen and (min-width: 641px) {
  .furniture-story .module-story > .content {
    width: 73.2064421669%;
    margin: 0 auto;
    padding: 90px 0 110px;
    max-width: 1000px;
  }
}
.furniture-story .module-story > .content .section {
  width: 85.3125%;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .furniture-story .module-story > .content .section {
    width: 63.8%;
    margin: 0 0 100px;
  }
}
.furniture-story .module-story > .content .section .heading-std {
  margin: 0 0 42px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .furniture-story .module-story > .content .section .heading-std {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.76;
  }
}
.furniture-story .module-story > .content .section .text-std {
  margin: 0 0 1em;
  font-size: 25px;
  line-height: 1.84;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .furniture-story .module-story > .content .section .text-std {
    margin: 0 0 1em;
    font-size: 17px;
  }
}
.furniture-story .module-story > .content .section .note {
  margin: 0 0 1em;
  font-size: 22px;
  line-height: 1.84;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .furniture-story .module-story > .content .section .note {
    margin: 0 0 1em;
    font-size: 14px;
  }
}
.furniture-story .module-story > .content .section:not(:last-child) {
  margin: 0 auto 90px;
}
@media screen and (min-width: 641px) {
  .furniture-story .module-story > .content .section:not(:last-child) {
    margin: 0 0 100px;
  }
}
.furniture-story .gallery {
  position: relative;
  width: 91.875%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .furniture-story .gallery {
    width: 73.2064421669%;
    max-width: 1000px;
    margin: 0 auto 0;
  }
}
.furniture-story .gallery .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .furniture-story .gallery .carousel {
    width: 83%;
    margin: 0 auto 0;
  }
}
.furniture-story .gallery .swiper-slide {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
}
@media screen and (min-width: 641px) {
  .furniture-story .gallery .swiper-slide {
    width: 45.5421686747%;
  }
}
.furniture-story .gallery .swiper-slide .image {
  width: 100%;
}
.furniture-story .gallery .swiper-slide .image img {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
  width: 100%;
  height: auto;
}
.furniture-story .gallery .swiper-slide .caption {
  margin: 1em 0 0;
  font-size: 22px;
  line-height: 1.72;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .furniture-story .gallery .swiper-slide .caption {
    font-size: 14px;
  }
}
.furniture-story .gallery .swiper-button {
  top: 35%;
  z-index: 9;
}
@media screen and (min-width: 641px) {
  .furniture-story .gallery .swiper-button {
    top: 12vw;
  }
}
.furniture-story .profile {
  margin: 0 0 0;
  padding: 110px 0;
  background: #d7dfc5;
}
@media screen and (min-width: 641px) {
  .furniture-story .profile {
    margin: 0 0 120px;
    padding: 54px 0;
  }
}
.furniture-story .profile > .content {
  width: 85.625%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-story .profile > .content {
    display: flex;
    max-width: 1000px;
    width: 73.2064421669%;
  }
}
.furniture-story .profile > .content .image {
  margin: 0 0 32px;
}
@media screen and (min-width: 641px) {
  .furniture-story .profile > .content .image {
    min-width: 282px;
    margin: 0;
  }
}
.furniture-story .profile > .content .image img {
  display: block;
  width: 274px;
  height: auto;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-story .profile > .content .image img {
    width: 220px;
    margin: 0;
  }
}
@media screen and (min-width: 641px) {
  .furniture-story .profile > .content .text-group {
    max-width: 718px;
    width: 71.8%;
  }
}
.furniture-story .profile > .content .text-group .heading-std {
  margin: 0 0 1em;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.52;
}
@media screen and (min-width: 641px) {
  .furniture-story .profile > .content .text-group .heading-std {
    margin: 0 0 20px;
    font-size: 17px;
  }
}
.furniture-story .profile > .content .text-group .meta {
  margin: 0 0 50px;
  font-size: 22px;
  line-height: 1.72;
}
@media screen and (min-width: 641px) {
  .furniture-story .profile > .content .text-group .meta {
    margin: 0 0 20px;
    font-size: 14px;
  }
}
.furniture-story .profile > .content .text-group .description .text-std {
  font-size: 25px;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .furniture-story .profile > .content .text-group .description .text-std {
    font-size: 17px;
  }
}
.furniture-story .story-products {
  margin: 0 0 100px;
  padding: 0 0 220px;
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products {
    margin: 0 0 200px;
    padding: 0 0 220px;
  }
}
.furniture-story .story-products .header {
  margin: 0 0 146px;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .header {
    margin: 0 0 126px;
  }
}
.furniture-story .story-products .header .image {
  width: 100%;
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .header .image {
    max-width: 430px;
    width: 89.5833333333%;
    margin: 0 0 0;
  }
}
.furniture-story .story-products .header .image img {
  width: 100%;
  height: auto;
}
.furniture-story .story-products .header .heading {
  margin: 0 0 60px;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .header .heading {
    margin: 0 0 48px;
  }
}
.furniture-story .story-products .header .heading img {
  width: auto;
  height: 35px;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .header .heading img {
    height: 38px;
  }
}
.furniture-story .story-products .header .description .text-std {
  font-size: 25px;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .header .description .text-std {
    font-size: 16px;
  }
}
.furniture-story .story-products .header .fluid-columns {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .header .fluid-columns {
    max-width: 1000px;
    min-height: 532px;
    width: 73.2064421669%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .header .fluid-columns .column {
    max-width: 480px;
    width: 48%;
    margin: 0;
  }
}
.furniture-story .story-products .header .fluid-columns .column-right {
  max-width: 100%;
  width: 85.625%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .header .fluid-columns .column-right {
    max-width: 480px;
    width: 48%;
    margin: 0 0 50px;
  }
}
.furniture-story .story-products .lineup .content {
  width: 85.625%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .lineup .content {
    width: 73.2064421669%;
    max-width: 1000px;
  }
}
.furniture-story .story-products .lineup .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.furniture-story .story-products .lineup .content li {
  display: block;
  width: 46.7153284672%;
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .lineup .content li {
    width: 20.5%;
    margin: 0 0 80px;
  }
}
.furniture-story .story-products .lineup .content li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.furniture-story .story-products .lineup .content li .image img {
  display: block;
  width: 100%;
  height: auto;
}
.furniture-story .story-products .lineup .content li .title {
  margin: 30px 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .lineup .content li .title {
    margin: 16px 0 16px;
    font-size: 13px;
  }
}
.furniture-story .story-products .lineup .content li .meta {
  color: #767676;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .furniture-story .story-products .lineup .content li .meta {
    font-size: 12px;
  }
}
.furniture-story .stories {
  margin: 0 0 300px;
}
@media screen and (min-width: 641px) {
  .furniture-story .stories {
    margin: 0 0 315px;
  }
}
.furniture-story .products {
  padding: 200px 0 100px;
  margin: 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 641px) {
  .furniture-story .products {
    margin: 0;
    padding: 200px 0 0;
  }
}
.furniture-story .products .section {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-story .products .section {
    padding: 0 0 60px;
  }
}

.furniture-index .hero {
  position: relative;
  background: #ffffff;
}
.furniture-index .hero .image {
  max-width: 1366px;
  margin: 0 auto;
}
.furniture-index .hero .image img {
  display: block;
  max-width: 100%;
}
.furniture-index .hero .button {
  position: absolute;
  width: 28.125%;
  left: 50%;
  bottom: 9.7826086957%;
  margin: 0 0 0 -14.0625%;
}
@media screen and (min-width: 641px) {
  .furniture-index .hero .button {
    width: 8.78477306%;
    bottom: 5.5710306407%;
    margin: 0 0 0 -4.39238653%;
  }
}
.furniture-index .hero .button a {
  display: block;
  width: 100%;
}
.furniture-index .hero .button img {
  width: 100%;
  height: auto;
}
.furniture-index .introduction {
  margin: 0 0 190px;
  padding: 150px 0 0;
}
@media screen and (min-width: 641px) {
  .furniture-index .introduction {
    margin: 0 0 200px;
    padding: 150px 0 0;
  }
}
.furniture-index .introduction .hgroup {
  margin: 0 0 150px;
}
@media screen and (min-width: 641px) {
  .furniture-index .introduction .hgroup {
    margin: 0 0 94px;
  }
}
.furniture-index .introduction .hgroup .page-title {
  margin: 0 0 34px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .furniture-index .introduction .hgroup .page-title {
    margin: 0 0 20px;
  }
}
.furniture-index .introduction .hgroup .page-title img {
  width: auto;
  height: 58px;
}
@media screen and (min-width: 641px) {
  .furniture-index .introduction .hgroup .page-title img {
    height: 46px;
  }
}
.furniture-index .introduction .hgroup .font-serif {
  margin: 0 0 34px;
  font-size: 32px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .furniture-index .introduction .hgroup .font-serif {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
.furniture-index .introduction .description {
  width: 85.625%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .furniture-index .introduction .description {
    max-width: 720px;
    width: 52.7086383602%;
    margin: 0 auto;
  }
}
.furniture-index .introduction .description .text-std {
  margin: 0 0 34px;
  font-size: 25px;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .furniture-index .introduction .description .text-std {
    margin: 0 0 20px;
    font-size: 17px;
    text-align: center;
  }
}
.furniture-index .commitment {
  padding: 150px 0;
  background: #d7dfc5;
}
.furniture-index .commitment > .heading-large {
  margin: 0 0 94px;
  font-size: 40px;
  text-align: center;
  line-height: 1.52;
}
@media screen and (min-width: 641px) {
  .furniture-index .commitment > .heading-large {
    margin: 0 0 60px;
    font-size: 34px;
  }
}
.furniture-index .commitment .description {
  width: 85.625%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 641px) {
  .furniture-index .commitment .description {
    max-width: 720px;
    width: 52.7086383602%;
    margin: 0 auto 64px;
  }
}
.furniture-index .commitment .description .text-std {
  margin: 0 0 1.4em;
  font-size: 25px;
  text-align: justify;
  line-height: 1.9;
}
@media screen and (min-width: 641px) {
  .furniture-index .commitment .description .text-std {
    font-size: 18px;
    text-align: center;
  }
}
.furniture-index .commitment .section {
  box-sizing: border-box;
  width: 91.875%;
  padding: 40px 0;
  margin: 0 auto 40px;
  border: 1px solid #7c8979;
  background: #ffffff;
}
.furniture-index .commitment .section:nth-last-of-type(1) {
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .furniture-index .commitment .section {
    max-width: 830px;
    width: 60.7613469985%;
    margin: 0 auto 50px;
  }
}
.furniture-index .commitment .section .heading-large {
  width: 93.1972789116%;
  margin: 0 auto 42px;
  color: #7c8979;
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .furniture-index .commitment .section .heading-large {
    width: 86.7469879518%;
    margin: 0 auto 20px;
    font-size: 28px;
  }
}
.furniture-index .commitment .section .heading-large .no {
  display: block;
  font-size: 60px;
}
@media screen and (min-width: 641px) {
  .furniture-index .commitment .section .heading-large .no {
    display: inline-block;
    margin: 0 0.2em 0 0;
    font-size: 50px;
  }
}
.furniture-index .commitment .section .content {
  width: 93.1972789116%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .furniture-index .commitment .section .content {
    width: 86.7469879518%;
    margin: 0 auto 0;
  }
}
.furniture-index .commitment .section .content .list-std {
  padding: 0 1em 0 2em;
}
.furniture-index .commitment .section .content .list-std li {
  list-style: disc;
  margin: 0 0 0.4em;
  font-size: 22px;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .furniture-index .commitment .section .content .list-std li {
    font-size: 16px;
  }
}

.style-solution .hero {
  position: relative;
  background: #ffffff;
}
.style-solution .hero .image {
  max-width: 1366px;
  margin: 0 auto;
}
.style-solution .hero .image img {
  display: block;
  max-width: 100%;
}
.style-solution .archive-case {
  margin: 100px 0 300px;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-case {
    margin: 200px 0 300px;
  }
}
.style-solution .archive-case .header {
  width: 85.625%;
  margin: 0 auto 120px;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-case .header {
    width: 52.7086383602%;
    margin: 0 auto 120px;
  }
}
.style-solution .archive-case .header .heading {
  margin: 0 auto 50px;
  text-align: center;
}
.style-solution .archive-case .header .heading img {
  display: block;
  width: auto;
  height: 37px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-case .header .heading img {
    height: 30px;
  }
}
.style-solution .archive-case .header .text-std {
  font-size: 25px;
  text-align: justify;
  line-height: 1.9;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-case .header .text-std {
    font-size: 17px;
    text-align: center;
  }
}
.style-solution .archive-case .article {
  width: 91.875%;
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-case .article {
    width: 84.9194729136%;
  }
}
.style-solution .archive-case .article .image {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 50px;
}
.style-solution .archive-case .article .image img {
  display: block;
  width: 100%;
}
.style-solution .archive-case .article .description {
  width: 93.1972789116%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-case .article .description {
    max-width: 760px;
    width: 65.5172413793%;
  }
}
.style-solution .archive-case .article .description .text-std {
  font-size: 25px;
  text-align: justify;
  line-height: 1.9;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-case .article .description .text-std {
    font-size: 17px;
    text-align: center;
  }
}
.style-solution .archive-case .article .button {
  width: 93.1972789116%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-case .article .button {
    max-width: 500px;
    width: 43.1034482759%;
  }
}
.style-solution .archive-solution {
  padding: 150px 0 80px;
  background: #d7dfc5;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution {
    padding: 120px 0;
  }
}
.style-solution .archive-solution .header {
  margin: 0 0 120px;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .header {
    width: 68.8140556369%;
    margin: 0 auto 60px;
    max-width: 1272px;
  }
}
.style-solution .archive-solution .header .font-serif {
  font-size: 26px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .header .font-serif {
    font-size: 22px;
  }
}
.style-solution .archive-solution .entries {
  position: relative;
  width: 85.625%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .entries {
    width: 84.9194729136%;
    max-width: 1272px;
  }
}
.style-solution .archive-solution .carousel {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .carousel {
    overflow: hidden;
    width: 81.0344827586%;
  }
}
.style-solution .archive-solution .carousel .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .carousel .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
}
.style-solution .archive-solution .carousel .swiper-slide {
  display: block;
  width: 46.7153284672%;
  margin: 0 0 70px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .carousel .swiper-slide {
    width: 21.8085106383%;
    margin: 0;
  }
}
.style-solution .archive-solution .carousel .swiper-slide a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.style-solution .archive-solution .carousel .swiper-slide .image img {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
  width: 100%;
  height: auto;
}
.style-solution .archive-solution .carousel .swiper-slide .title {
  margin: 1em 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .carousel .swiper-slide .title {
    font-size: 13px;
  }
}
.style-solution .archive-solution .carousel .swiper-slide .meta {
  margin: 1em 0 0;
  color: #767676;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .carousel .swiper-slide .meta {
    font-size: 12px;
    margin: 0.5em 0 0;
  }
}
.style-solution .archive-solution .swiper-button {
  display: none;
  top: 30%;
  z-index: 9;
}
@media screen and (min-width: 641px) {
  .style-solution .archive-solution .swiper-button {
    display: block;
  }
}

.solution-index .introduction {
  width: 91.875%;
  margin: 0 auto 190px;
  padding: 150px 0 0;
}
@media screen and (min-width: 641px) {
  .solution-index .introduction {
    width: 84.9194729136%;
    margin: 0 auto 200px;
    padding: 150px 0 0;
  }
}
.solution-index .introduction .font-serif {
  margin: 0 0 150px;
  font-size: 40px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .solution-index .introduction .font-serif {
    margin: 0 0 100px;
    font-size: 34px;
  }
}
.solution-index .introduction .description {
  width: 93.1972789116%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .solution-index .introduction .description {
    max-width: 720px;
    width: 62.0689655172%;
    margin: 0 auto;
  }
}
.solution-index .introduction .description .text-std {
  margin: 0 0 34px;
  font-size: 25px;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .solution-index .introduction .description .text-std {
    margin: 0 0 30px;
    font-size: 17px;
    text-align: center;
  }
}

.solution-case-study .hero {
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .solution-case-study .hero {
    padding: 100px 0 0;
  }
}
.solution-case-study .hero .image {
  max-width: 1160px;
  margin: 0 auto;
}
.solution-case-study .hero .image img {
  display: block;
  max-width: 100%;
}
.solution-case-study .introduction {
  width: 85.625%;
  margin: 0 auto 120px;
  padding: 80px 0 0;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction {
    max-width: 1000px;
    width: 73.2064421669%;
    margin: 0 auto 110px;
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .column-left {
    width: 63.8%;
  }
  .solution-case-study .introduction .column-right {
    width: 28.4%;
  }
}
.solution-case-study .introduction .hgroup {
  margin: 0 0 150px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .hgroup {
    width: 100%;
    margin: 0 0 0;
  }
}
.solution-case-study .introduction .hgroup .category-title {
  margin: 0 0 36px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .hgroup .category-title {
    margin: 0 0 30px;
  }
}
.solution-case-study .introduction .hgroup .category-title img {
  width: auto;
  height: 17px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .hgroup .category-title img {
    height: 14px;
  }
}
.solution-case-study .introduction .hgroup .page-title {
  margin: 0 0 94px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .hgroup .page-title {
    margin: 0 0 64px;
  }
}
.solution-case-study .introduction .hgroup .page-title img {
  width: 416px;
  height: auto;
  max-width: 90%;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .hgroup .page-title img {
    width: auto;
    max-width: none;
    height: 38px;
  }
}
.solution-case-study .introduction .hgroup .text-std {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .hgroup .text-std {
    margin: 0 0 20px;
    font-size: 17px;
  }
}
.solution-case-study .introduction .description {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .description {
    width: 100%;
    margin: 0 auto;
  }
}
.solution-case-study .introduction .description .logo {
  margin: 0 0 30px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .description .logo {
    margin: 0 0 20px;
  }
}
.solution-case-study .introduction .description .logo img {
  width: auto;
  height: 36px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .description .logo img {
    height: 30px;
  }
}
.solution-case-study .introduction .description .logo.starbucks img {
  height: 120px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .description .logo.starbucks img {
    height: 72px;
  }
}
.solution-case-study .introduction .description .text-std {
  font-size: 22px;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .solution-case-study .introduction .description .text-std {
    font-size: 14px;
  }
}
.solution-case-study .module-case .header {
  width: 100%;
  padding: 90px 0 86px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case .header {
    padding: 64px 0 64px;
  }
}
.solution-case-study .module-case .header .content {
  width: 85.3125%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case .header .content {
    width: 73.2064421669%;
    max-width: 1000px;
  }
}
.solution-case-study .module-case .header .heading-en {
  margin: 0 0 40px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case .header .heading-en {
    margin: 0 0 30px;
  }
}
.solution-case-study .module-case .header .heading-en img {
  display: block;
  width: auto;
  height: 44px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case .header .heading-en img {
    height: 35px;
  }
}
.solution-case-study .module-case .header .font-serif {
  margin: 0 0 50px;
  font-size: 33px;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case .header .font-serif {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 1.5;
  }
}
.solution-case-study .module-case .header .text-std {
  font-size: 21px;
  line-height: 1.72;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case .header .text-std {
    font-size: 14px;
    line-height: 1.5;
  }
}
.solution-case-study .module-case > .content {
  padding: 90px 0 180px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content {
    padding: 90px 0 110px;
  }
}
.solution-case-study .module-case > .content .fluid-columns {
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns {
    width: 73.2064421669%;
    max-width: 1000px;
  }
}
.solution-case-study .module-case > .content .fluid-columns .section {
  width: 85.3125%;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .section {
    width: auto;
  }
}
.solution-case-study .module-case > .content .fluid-columns .section .heading-std {
  margin: 0 0 42px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .section .heading-std {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.76;
  }
}
.solution-case-study .module-case > .content .fluid-columns .section .text-std {
  margin: 0 0 1em;
  font-size: 25px;
  line-height: 1.84;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .section .text-std {
    margin: 0 0 1em;
    font-size: 17px;
  }
}
.solution-case-study .module-case > .content .fluid-columns .section:not(:last-child) {
  margin: 0 auto 90px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .section:not(:last-child) {
    margin: 0 0 100px;
  }
}
.solution-case-study .module-case > .content .fluid-columns .reference {
  width: 91.875%;
  margin: 100px auto 0;
  padding: 100px 0 1px;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .reference {
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
}
.solution-case-study .module-case > .content .fluid-columns .reference dl {
  width: 92.8571428571%;
  margin: 0 auto 120px;
  font-size: 22px;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .reference dl {
    width: auto;
    margin: 0 0 100px;
    font-size: 14px;
  }
}
.solution-case-study .module-case > .content .fluid-columns .reference dl .image {
  margin: 0 0 50px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .reference dl .image {
    margin: 0 0 40px;
  }
}
.solution-case-study .module-case > .content .fluid-columns .reference dl .image img {
  width: auto;
  height: 180px;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .reference dl .image img {
    height: 130px;
  }
}
.solution-case-study .module-case > .content .fluid-columns .reference dl .title {
  margin: 0 0 0.4em;
  font-weight: 600;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .reference dl .title {
    margin: 0 0 0.4em;
  }
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case > .content .fluid-columns .column-left {
    width: 63.8%;
  }
  .solution-case-study .module-case > .content .fluid-columns .column-right {
    width: 28.4%;
  }
}
.solution-case-study .module-case.request {
  background-color: #f4e3cf;
}
.solution-case-study .module-case.request > .content {
  background-color: #fcf8f2;
}
.solution-case-study .module-case.solution {
  background-color: #e0e6d3;
}
.solution-case-study .module-case.solution > .content {
  background-color: #f2f5ed;
}
.solution-case-study .module-case.voice {
  background-color: #f4e3cf;
  border-bottom: 2px solid #e5e5e5;
}
.solution-case-study .module-case.voice > .content {
  padding: 90px 0 270px;
  background-color: #faf4ec;
}
@media screen and (min-width: 641px) {
  .solution-case-study .module-case.voice > .content {
    padding: 90px 0 110px;
  }
}
.solution-case-study .gallery {
  position: relative;
  width: 91.875%;
  margin: 300px auto 0;
}
@media screen and (min-width: 641px) {
  .solution-case-study .gallery {
    width: 73.2064421669%;
    max-width: 1000px;
    margin: 200px auto 100px;
  }
}
.solution-case-study .gallery .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .solution-case-study .gallery .carousel {
    width: 83%;
    margin: 0 auto 0;
  }
}
.solution-case-study .gallery .swiper-slide {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
}
@media screen and (min-width: 641px) {
  .solution-case-study .gallery .swiper-slide {
    width: 45.5421686747%;
  }
}
.solution-case-study .gallery .swiper-slide .image {
  width: 100%;
}
.solution-case-study .gallery .swiper-slide .image img {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
  width: 100%;
  height: auto;
}
.solution-case-study .gallery .swiper-slide .caption {
  margin: 1em 0 0;
  font-size: 22px;
  line-height: 1.72;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (min-width: 641px) {
  .solution-case-study .gallery .swiper-slide .caption {
    font-size: 14px;
  }
}
.solution-case-study .gallery .swiper-button {
  top: 35%;
  z-index: 9;
}
@media screen and (min-width: 641px) {
  .solution-case-study .gallery .swiper-button {
    top: 12vw;
  }
}

.style-tools .hero {
  position: relative;
  margin: 0 0 150px;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .style-tools .hero {
    margin: 0 0 150px;
  }
}
.style-tools .hero .image {
  max-width: 1366px;
  margin: 0 auto;
}
.style-tools .hero .image img {
  display: block;
  max-width: 100%;
}
.style-tools .introduction {
  width: 85.625%;
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .style-tools .introduction {
    width: 52.7086383602%;
    margin: 0 auto 140px;
  }
}
.style-tools .introduction .text-std {
  font-size: 25px;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .style-tools .introduction .text-std {
    font-size: 18px;
    text-align: center;
  }
}
.style-tools .module-tools {
  width: 91.875%;
  margin: 0 auto 300px;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools {
    max-width: 720px;
    width: 52.7086383602%;
    margin: 0 auto 200px;
  }
}
.style-tools .module-tools .header {
  width: 93.1972789116%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .header {
    width: 100%;
    margin: 0 0 100px;
  }
}
.style-tools .module-tools .header .heading {
  margin: 0 0 80px;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .header .heading {
    margin: 0 0 60px;
    font-size: 34px;
  }
}
.style-tools .module-tools .header .text-std {
  font-size: 25px;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .header .text-std {
    font-size: 18px;
    text-align: center;
  }
}
.style-tools .module-tools .section {
  width: 100%;
  margin: 0 auto 64px;
  border: 1px solid #d7dfc5;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .section {
    width: 100%;
    margin: 0 auto 64px;
  }
}
.style-tools .module-tools .section .hgroup {
  width: 93.1972789116%;
  margin: 0 auto 0;
  padding: 50px 0 40px;
  border-bottom: 2px solid #d7dfc5;
  font-size: 40px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .section .hgroup {
    width: 88.8888888889%;
    padding: 36px 0 30px;
    font-size: 28px;
  }
}
.style-tools .module-tools .section .hgroup .no {
  margin: 0 0 24px;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .section .hgroup .no {
    margin: 0 0 10px;
  }
}
.style-tools .module-tools .section .hgroup .heading-large {
  line-height: 1.8;
}
.style-tools .module-tools .section .content {
  width: 93.1972789116%;
  margin: 48px auto 0;
  padding: 0 0 40px;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .section .content {
    width: 88.8888888889%;
    margin: 28px auto 0;
    padding: 0 0 36px;
  }
}
.style-tools .module-tools .section .list {
  padding: 0 0 0 2.6em;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .section .list {
    padding: 0 0 0 2em;
  }
}
.style-tools .module-tools .section .list li {
  position: relative;
  margin: 0 0 0.6em;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .section .list li {
    font-size: 16px;
  }
}
.style-tools .module-tools .section .list li::before {
  content: "◆";
  display: block;
  position: absolute;
  left: -1.4em;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .section .list li::before {
    left: -1.6em;
  }
}
.style-tools .module-tools .section .note {
  margin: 1em 0 0;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .style-tools .module-tools .section .note {
    font-size: 14px;
  }
}
.style-tools .products {
  margin: 0 0 300px;
}
@media screen and (min-width: 641px) {
  .style-tools .products {
    margin: 0 auto 200px;
    max-width: 1336px;
  }
}
.style-tools .products .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
@media screen and (min-width: 641px) {
  .style-tools .products .content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
.style-tools .products .item a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.style-tools .products .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-tools .products .item-1 {
  grid-area: 1/1/4/3;
}
.style-tools .products .item-2 {
  grid-area: 1/3/2/4;
}
.style-tools .products .item-3 {
  grid-area: 2/3/3/4;
}
.style-tools .products .item-4 {
  grid-area: 3/3/4/4;
}
.style-tools .products .item-5 {
  grid-area: 4/1/5/2;
}
.style-tools .products .item-6 {
  grid-area: 5/1/6/2;
}
.style-tools .products .item-7 {
  grid-area: 4/2/6/4;
}
.style-tools .products .item-8 {
  grid-area: 6/1/7/2;
}
.style-tools .products .item-9 {
  grid-area: 6/2/7/3;
}
.style-tools .products .item-10 {
  grid-area: 6/3/7/4;
}
.style-tools .products .item-11 {
  grid-area: 7/1/9/3;
}
.style-tools .products .item-12 {
  grid-area: 7/3/8/4;
}
.style-tools .products .item-13 {
  grid-area: 8/3/9/4;
}
@media screen and (min-width: 641px) {
  .style-tools .products .item-1 {
    grid-area: 1/1/4/2;
  }
  .style-tools .products .item-2 {
    grid-area: 1/2/2/3;
  }
  .style-tools .products .item-3 {
    grid-area: 1/3/2/4;
  }
  .style-tools .products .item-4 {
    grid-area: 2/2/3/3;
  }
  .style-tools .products .item-5 {
    grid-area: 2/3/3/4;
  }
  .style-tools .products .item-6 {
    grid-area: 1/4/3/6;
  }
  .style-tools .products .item-7 {
    grid-area: 1/6/3/7;
  }
  .style-tools .products .item-8 {
    grid-area: 3/2/4/3;
  }
  .style-tools .products .item-9 {
    grid-area: 3/3/4/4;
  }
  .style-tools .products .item-10 {
    grid-area: 3/4/4/5;
  }
  .style-tools .products .item-11 {
    grid-area: 3/5/4/6;
  }
  .style-tools .products .item-12 {
    grid-area: 3/6/4/7;
  }
  .style-tools .products .item-13 {
    display: none;
  }
}
.style-tools .stores {
  width: 85.625%;
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .style-tools .stores {
    width: 100%;
    margin: 0 auto 200px;
    max-width: 1160px;
  }
}
.style-tools .stores .section {
  margin: 0 auto 280px;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .section {
    width: 100%;
  }
}
.style-tools .stores .header {
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .header {
    width: 52.7086383602%;
    margin: 0 auto 70px;
  }
}
.style-tools .stores .header .heading {
  margin: 0 0 90px;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .header .heading {
    margin: 0 0 60px;
  }
}
.style-tools .stores .header .heading img {
  width: auto;
  height: 45px;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .header .heading img {
    width: auto;
    height: 36px;
  }
}
.style-tools .stores .header .text-std {
  font-size: 25px;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .header .text-std {
    font-size: 18px;
    text-align: center;
  }
}
.style-tools .stores .store-list {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .store-list {
    display: flex;
    justify-content: space-between;
    width: 84.9194729136%;
  }
}
.style-tools .stores .store {
  margin: 0 0 120px;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .store {
    width: 48.275862069%;
    margin: 0 0;
  }
}
.style-tools .stores .store .image {
  margin: 0 0 40px;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .store .image {
    margin: 0 0 60px;
  }
}
.style-tools .stores .store .image img {
  display: block;
  width: 100%;
  height: auto;
}
.style-tools .stores .store .heading {
  margin: 0 0 1em;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .store .heading {
    font-size: 20px;
  }
}
.style-tools .stores .store .text-std {
  margin: 0 0 0.4em;
  font-size: 25px;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .style-tools .stores .store .text-std {
    font-size: 18px;
  }
}
.style-tools .stores .store .data {
  margin: 0 0 1em;
}
.style-tools .stores .store .data table th {
  padding: 0 1em 0 0;
}
.style-tools .stores .store .data table th, .style-tools .stores .store .data table td {
  vertical-align: top;
}
.button-instagram {
  position: fixed;
  left: 50%;
  bottom: 32px;
  width: 89.0625%;
  height: 1px;
  margin: 0 0 0 -44.53125%;
  z-index: 9;
}
@media screen and (min-width: 641px) {
  .button-instagram {
    bottom: 32px;
    width: 90.625%;
    margin: 0 0 0 -45.3125%;
  }
}
.button-instagram a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 118px;
  height: 158px;
}
@media screen and (min-width: 641px) {
  .button-instagram a {
    width: 85px;
    height: 110px;
  }
}
.button-instagram img {
  display: block;
  width: 100%;
  height: auto;
}

.style-daily-information .hero {
  position: relative;
  margin: 0 0 150px;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .style-daily-information .hero {
    margin: 0 0 150px;
  }
}
.style-daily-information .hero .image {
  max-width: 1366px;
  margin: 0 auto;
}
.style-daily-information .hero .image img {
  display: block;
  max-width: 100%;
}
.style-daily-information .introduction {
  width: 85.625%;
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .style-daily-information .introduction {
    width: 52.7086383602%;
    margin: 0 auto 140px;
  }
}
.style-daily-information .introduction .text-std {
  font-size: 25px;
  line-height: 1.84;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-daily-information .introduction .text-std {
    font-size: 18px;
  }
}
.style-daily-information .module-daily-information {
  width: 85.625%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 641px) {
  .style-daily-information .module-daily-information {
    width: 84.9194729136%;
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 641px) {
  .style-daily-information .module-daily-information .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.style-daily-information .module-daily-information .section {
  margin: 0 auto 280px;
}
@media screen and (min-width: 641px) {
  .style-daily-information .module-daily-information .section {
    width: 48.275862069%;
    margin: 0 0 150px;
  }
}
.style-daily-information .module-daily-information .header {
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-daily-information .module-daily-information .header {
    width: 100%;
    margin: 0 auto 70px;
  }
}
.style-daily-information .module-daily-information .header .icon {
  margin: 0 0 70px;
}
@media screen and (min-width: 641px) {
  .style-daily-information .module-daily-information .header .icon {
    margin: 0 0 55px;
  }
}
.style-daily-information .module-daily-information .header .icon img {
  width: 89px;
  height: auto;
}
@media screen and (min-width: 641px) {
  .style-daily-information .module-daily-information .header .icon img {
    width: 60px;
  }
}
.style-daily-information .module-daily-information .header .heading {
  margin: 0 0 100px;
  font-size: 50px;
}
@media screen and (min-width: 641px) {
  .style-daily-information .module-daily-information .header .heading {
    margin: 0 0 80px;
    font-size: 34px;
  }
}
.style-daily-information .module-daily-information .header .text-std {
  font-size: 25px;
  line-height: 1.84;
}
@media screen and (min-width: 641px) {
  .style-daily-information .module-daily-information .header .text-std {
    font-size: 18px;
    text-align: center;
  }
}
.style-daily-information .module-daily-information .button {
  width: 89.2857142857%;
  margin: 0 auto;
}

.aside.news-press {
  padding: 150px 0;
  background: #f4f4f4;
}
@media screen and (min-width: 641px) {
  .aside.news-press {
    padding: 120px 0;
  }
}
.aside.news-press .heading-large {
  margin: 0 0 150px;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .aside.news-press .heading-large {
    margin: 0 0 120px;
    font-size: 22px;
  }
}
.aside.news-press .fluid-columns {
  width: 85.625%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .aside.news-press .fluid-columns {
    max-width: 1160px;
    width: 84.9194729136%;
    margin: 0 auto 0;
  }
}
.aside.news-press .column {
  width: 100%;
  margin: 0 0 200px;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column {
    width: 40.9956076135%;
    margin: 0 0 0;
  }
}
.aside.news-press .column .heading {
  margin: 0 0 80px;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column .heading {
    margin: 0 0 78px;
  }
}
.aside.news-press .column .heading img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column .heading img {
    height: 36px;
  }
}
.aside.news-press .column .article {
  margin: 0 0 40px;
}
.aside.news-press .column .article a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.aside.news-press .column .article .thumbnail {
  align-self: flex-start;
  width: 31.0218978102%;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column .article .thumbnail {
    width: 19.6428571429%;
  }
}
.aside.news-press .column .article .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.aside.news-press .column .article .content {
  align-self: flex-start;
  width: 63.8686131387%;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column .article .content {
    width: 75.3571428571%;
  }
}
.aside.news-press .column .article .content .label {
  display: inline-block;
  margin: 0.4em 0 1em;
  padding: 0.4em 1.4em;
  border-radius: 3px;
  background: #e5e5e5;
  font-size: 18px;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column .article .content .label {
    font-size: 12px;
  }
}
.aside.news-press .column .article .content .label.event {
  background: #d7dfc5;
}
.aside.news-press .column .article .content .date {
  margin: 0 0 1em;
  font-size: 20px;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column .article .content .date {
    font-size: 14px;
  }
}
.aside.news-press .column .article .content .title {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column .article .content .title {
    font-size: 15px;
  }
}
.aside.news-press .column .button {
  margin: 60px auto 0;
}
@media screen and (min-width: 641px) {
  .aside.news-press .column .button {
    margin: 80px auto 0;
  }
}
.aside.news-press .press-release .contents-list {
  border-top: 1px solid #bbb3b0;
}
.aside.news-press .press-release .article {
  margin: 0 0;
  padding: 36px 0;
  border-bottom: 1px solid #bbb3b0;
}
.aside.news-press .press-release .article .content {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .aside.news-press .press-release .article .content {
    width: 100%;
  }
}

.style-philosophy .hero {
  position: relative;
  background: #ffffff;
}
.style-philosophy .hero .image {
  max-width: 1366px;
  margin: 0 auto;
}
.style-philosophy .hero .image img {
  display: block;
  max-width: 100%;
}
.style-philosophy .introduction {
  width: 100%;
  margin: 0 auto;
  padding: 230px 0 0;
}
.style-philosophy .introduction .wonder {
  max-width: 1296px;
  padding: 0 38px 0;
  margin: 0 auto 454px;
}
.style-philosophy .introduction .wonder .section {
  margin: 0 0 254px;
}
.style-philosophy .introduction .image-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.style-philosophy .introduction .image-group .image {
  display: inline-block;
  max-width: 100%;
}
.style-philosophy .introduction .image-group .image img {
  display: block;
  max-width: 100%;
}
.style-philosophy .introduction .image-group .image-caption {
  display: block;
  width: 5.2em;
  margin: 80px 0 -100px 80px;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.style-philosophy .introduction .wonder .section:nth-of-type(1) .image-group::after {
  content: "";
  display: inline-block;
  width: calc(100% - (801px + 5.2em));
  height: 1px;
  font-size: 20px;
}
.style-philosophy .introduction .wonder .section:nth-of-type(2) .image-group {
  /*justify-content: flex-start;*/
  flex-direction: row-reverse;
}
.style-philosophy .introduction .wonder .section:nth-of-type(2) .image-caption {
  margin: 80px 80px -100px 0;
}
.style-philosophy .introduction .wonder .section:nth-of-type(2) .image-group::after {
  content: "";
  display: inline-block;
  width: calc(100% - (668px + 5.2em));
  height: 100px;
  font-size: 20px;
  /*background: red;*/
}
.style-philosophy .introduction .wonder .section:nth-of-type(3) {
  margin: 0 0 264px;
}
.style-philosophy .introduction .wonder .section:nth-of-type(3) .image-group::after {
  content: "";
  display: inline-block;
  width: calc(100% - (688px + 5.2em));
  height: 100px;
  font-size: 20px;
}
.style-philosophy .introduction .wonder .section:nth-of-type(4) .image-caption {
  width: 3.4em;
  height: 19em;
  /*background: yellow;*/
}
.style-philosophy .introduction .wonder .section:nth-of-type(4) .image-group::after {
  content: "";
  display: inline-block;
  width: calc(100% - (878px + 5.2em));
  height: 100px;
  font-size: 20px;
}
.style-philosophy .introduction .environment {
  padding: 178px 38px 43px;
  color: #e5e5e5;
  background: url(../images/concept/introduction_environment_bg.jpg) no-repeat center center;
  background-size: cover;
}
.style-philosophy .introduction .environment .header {
  margin: 0 0 68px;
}
.style-philosophy .introduction .environment .header .text-std {
  font-size: 20px;
  margin: 0 0 0 1.2em;
}
.style-philosophy .introduction .environment .header .content {
  display: flex;
  flex-direction: row-reverse;
  max-width: 680px;
  margin: 0 auto;
}
.style-philosophy .introduction .environment .fluid-columns {
  flex-wrap: wrap;
  /*justify-content: center;*/
  max-width: 1100px;
  margin: 0 auto;
}
.style-philosophy .introduction .environment .fluid-columns .column {
  width: 462px;
  margin: 0 auto 135px;
  padding: 0 20px;
}
.style-philosophy .introduction .environment .fluid-columns .figure .title {
  margin: 0 0 1em;
  font-size: 18px;
}
.style-philosophy .introduction .environment .fluid-columns .figure .image img {
  width: 100%;
}
.style-philosophy .introduction .environment .fluid-columns .figure .caption {
  margin: 2em 0 0;
  font-size: 17px;
  line-height: 1.8;
}
.style-philosophy .main > .section .header {
  margin: 0 auto 30px;
}
.style-philosophy .main > .section .header .hgroup {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.style-philosophy .main > .section .header .hgroup::before {
  content: "";
  display: inline-block;
  width: calc(100% - 880px);
  height: 100px;
  font-size: 20px;
}
.style-philosophy .main > .section .header .heading-vertically {
  margin: 0 0 0 60px;
}
.style-philosophy .main > .section .header .image {
  margin: 0 0 76px;
}
.style-philosophy .main > .section .description .text-std {
  margin: 0 0 1em;
}
.style-philosophy .section.philosophy {
  padding: 200px 0 200px;
  background: #e5e5e5;
}
.style-philosophy .section.fairwood {
  padding: 240px 0 150px;
}
.style-philosophy .section.fairwood .woodland {
  margin: 106px auto 0;
}
.style-philosophy .section.fairwood .woodland ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 743px;
  margin: 0 0 0 auto;
}
.style-philosophy .section.fairwood .woodland li {
  max-width: 214px;
}
.style-philosophy .section.fairwood .woodland img {
  display: block;
  width: 100%;
  height: auto;
}
.style-philosophy .section.traceability {
  overflow: hidden;
  width: 100%;
  padding: 150px 0 250px;
}
.style-philosophy .section.traceability > .header {
  margin: 0 auto calc(-16vw + 160px);
}
.style-philosophy .section.traceability .description .text-group {
  max-width: 540px;
}
.style-philosophy .section.traceability .description .headig-std {
  margin: 0 0 2em;
  font-size: 24px;
  line-height: 1.8;
}
.style-philosophy .section.traceability .relation {
  margin: 136px auto 0;
}
.style-philosophy .section.traceability .cases {
  overflow-x: visible;
  width: calc(100vw - (100vw - 1000px) / 2);
  width: auto;
  min-width: 95vw;
  height: 600px;
}
.style-philosophy .section.traceability .cases .carousel {
  overflow-x: scroll;
  width: auto;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
}
.style-philosophy .section.traceability .cases .carousel::-webkit-scrollbar {
  height: 10px;
}
.style-philosophy .section.traceability .cases .carousel::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 6px;
}
.style-philosophy .section.traceability .cases .carousel::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}
.style-philosophy .section.traceability .cases .carousel:hover {
  cursor: grab;
}
.style-philosophy .section.traceability .cases .carousel.is-grab:hover {
  cursor: grabbing;
}
.style-philosophy .section.traceability .cases .carousel-container {
  display: flex;
  width: calc(4300px + (100vw - 1000px) / 2);
  min-width: 4300px;
  height: 630px;
  /*background: red;*/
}
.style-philosophy .section.traceability .cases .case {
  width: 480px;
  margin: 0;
}
.style-philosophy .section.traceability .cases .trigger-expand {
  display: none;
}
.style-philosophy .section.traceability .cases .case .case-header {
  position: relative;
  margin: 0 30px 28px 0;
}
.style-philosophy .section.traceability .cases .case .case-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  z-index: 1;
}
.style-philosophy .section.traceability .cases .case:last-of-type .case-header::after {
  display: none;
}
.style-philosophy .section.traceability .cases .case .headig-case {
  display: inline-block;
  position: relative;
  padding: 0 0.1em 0 0;
  background: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-feature-settings: "palt";
  z-index: 2;
}
.style-philosophy .section.traceability .cases .case .content {
  width: 400px;
}
.style-philosophy .section.traceability .cases .case .image img {
  max-width: 100%;
}
.style-philosophy .section.traceability .cases .case .title {
  margin: 1em 0;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.style-philosophy .section.traceability .cases .case .caption {
  text-align: justify;
  letter-spacing: 0;
}
.style-philosophy .separator {
  width: 100%;
  height: 960px;
}
.style-philosophy .separator img {
  display: block;
  width: 100%;
  height: 960px;
  object-fit: cover;
  object-position: 100% 100%;
}
.style-philosophy .section.network {
  overflow: hidden;
  width: 100%;
  padding: 200px 0 250px;
}
.style-philosophy .section.network > .header {
  position: relative;
  margin: 0 auto calc(-16vw + 160px);
}
.style-philosophy .section.network .description {
  margin-bottom: 50px;
}
.style-philosophy .section.network .description .text-group {
  max-width: 540px;
}
.style-philosophy .section.network .description .headig-std {
  margin: 0 0 2em;
  font-size: 24px;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.style-philosophy .section.network .description.has-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 150px;
}
.style-philosophy .section.network .description.has-image .text-group {
  width: 60%;
}
.style-philosophy .section.network .description.has-image .image {
  width: 35%;
  max-height: 256px;
}
.style-philosophy .section.network .description.has-image .image img {
  display: block;
  width: auto;
  margin: 0 0 0 3vw;
  max-height: 256px;
}
.style-philosophy .section.network .map {
  text-align: center;
}
.style-philosophy .section.network .map img {
  max-width: 100%;
  height: auto;
}
.style-philosophy .section.network .map .trigger-modal:hover {
  opacity: 0.8;
  cursor: pointer;
}
.style-philosophy .message {
  padding: 250px 0 184px;
  color: #ffffff;
  background: url(../images/concept/footer_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.style-philosophy .message .headig-std {
  margin: 0 0 90px;
}
.style-philosophy .message .description {
  margin: 0 0 120px;
}
.style-philosophy .message .description .text-std {
  font-size: 20px;
  line-height: 2;
}

.drawer-control {
  /*
  display: block;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 100;
  mix-blend-mode: none;
  */
}

/*
.drawer-hamburger {
	display: block;
	box-sizing: content-box;
	position: absolute; //fixed
	top: 20px;
	right: 0; //22px
	width: 56px;
	height: 56px;
	padding: 0;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
	background: transparent;
	cursor: pointer;
	z-index: 100;
}
*/
/* @group format */
.format .mb-b-146::before {
  /*content: '';
  display: block;
  width: 10px;
  height: 10vw;
  min-height: 22px;
  max-height: 146px;
  background: red;
  opacity: 0.5;*/
}

.format .fluid-gap.h-50 {
  display: block;
  width: 100%;
  min-height: 10px;
  height: calc(900px - 100vw);
  margin: 0 0 0;
  /*background: red;
  opacity: 0.5;*/
}

/* @end */
@media screen and (min-width: 641px) {
  .fluid-std {
    /*box-sizing: border-box;*/
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 38px;
    padding-right: 38px;
  }

  .fluid-min {
    width: 790px;
    margin: 0 auto;
  }

  .text-std {
    font-size: 17px;
    line-height: 1.8;
  }

  /* @group page-body */
  .page-body {
    overflow: hidden-x;
    width: 100%;
    padding: 0 0;
  }

  body.drawer-open .page-body {
    /*overflow: hidden;
    height: 0;*/
  }

  /* @end */
}
@media screen and (max-width: 959px) {
  /* 左右マージンの制御 */
  .style-philosophy .hero .image {
    padding: 0 38px 0;
  }
  .style-philosophy .introduction .wonder {
    padding: 0 38px 0;
  }
  .style-philosophy .introduction .environment {
    padding: 178px 38px 43px;
  }
  .style-philosophy .fluid-std {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .format .fluid-gap.v-1024 {
    /*display: block;
    width: 100%;
    height: 50px;
    margin: 0 0 100px;*/
  }
}
@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
  body {
    overflow-x: hidden;
    font-size: 26px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .page {
    position: relative;
    height: 100%;
  }

  .mobile-hidden {
    display: none;
  }

  span.row {
    display: inline-block;
  }

  span.row br {
    display: none;
  }

  .text-std {
    font-size: 25px;
    line-height: 1.8;
  }

  /* @group page-body */
  .page-body {
    overflow: hidden-x;
    width: 100%;
    padding: 0 0 0;
  }

  /* @end */
  .style-philosophy {
    /* @group hero */
    /* @end */
    /* @group introduction */
    /* @end */
    /* @group main */
    /* @end */
    /* @group philosophy */
    /* @end */
    /* @group fairwood */
    /* @end */
    /* @group traceability */
    /* @end */
    /* @group network */
    /* @end */
  }
  .style-philosophy .hero .image {
    width: auto;
    margin: 0 auto 136px;
    padding: 0 26px 0;
  }
  .style-philosophy .hero .image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .style-philosophy .hero .page-title {
    margin: 0 auto 140px;
    text-align: center;
  }
  .style-philosophy .hero .page-title img {
    width: 492px;
    height: auto;
  }
  .style-philosophy .hero .logo img {
    width: auto;
    height: 111px;
  }
  .style-philosophy .introduction {
    padding: 0 0 0;
  }
  .style-philosophy .introduction .wonder {
    padding: 0 20px 0;
    margin: 0 auto 90px;
  }
  .style-philosophy .introduction .wonder .section {
    margin: 0 0 312px;
  }
  .style-philosophy .introduction .image-group .image {
    display: inline-block;
    max-width: 100%;
  }
  .style-philosophy .introduction .image-group .image img {
    display: block;
    max-width: 100%;
  }
  .style-philosophy .introduction .image-group .image-caption {
    width: auto;
    font-size: 28px;
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(1) .image-caption {
    width: auto;
    margin: 60px 50px -100px 0;
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(1) .image-group::after {
    content: "";
    display: inline-block;
    width: calc(100% - (801px + 5.2em));
    height: 1px;
    font-size: 20px;
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(2) .image-group {
    /*justify-content: flex-start;*/
    flex-direction: row-reverse;
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(2) .image-caption {
    width: auto;
    margin: 60px 0 -100px 50px;
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(2) .image-group::after {
    content: "";
    display: inline-block;
    width: calc(100% - (668px + 5.2em));
    height: 100px;
    font-size: 20px;
    /*background: red;*/
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(3) .image-group::after {
    content: "";
    display: inline-block;
    width: calc(100% - (688px + 5.2em));
    height: 100px;
    font-size: 20px;
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(3) .image-caption {
    width: auto;
    height: auto;
    margin: 60px auto -100px 50px;
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(4) .image-caption {
    width: auto;
    height: auto;
    margin: 60px 50px -100px 50px;
  }
  .style-philosophy .introduction .wonder .section:nth-of-type(4) .image-group::after {
    content: "";
    display: inline-block;
    width: calc(100% - (878px + 5.2em));
    height: 100px;
    font-size: 20px;
  }
  .style-philosophy .introduction .environment {
    padding: 200px 20px 43px;
    color: #ffffff;
    background: url(../images/concept/introduction_environment_bg2.jpg) no-repeat center center;
    background-size: cover;
  }
  .style-philosophy .introduction .environment .header {
    margin: 0 50px 120px 0;
  }
  .style-philosophy .introduction .environment .header .text-std {
    font-size: 28px;
    margin: 0 0 0 1.2em;
    white-space: nowrap;
  }
  .style-philosophy .introduction .environment .header .content {
    display: flex;
    flex-direction: row-reverse;
    max-width: 750px;
    margin: 0 auto;
  }
  .style-philosophy .introduction .environment .fluid-columns {
    flex-wrap: wrap;
    /*justify-content: center;*/
    max-width: 1100px;
    margin: 0 auto;
  }
  .style-philosophy .introduction .environment .fluid-columns .column {
    width: 548px;
    margin: 0 auto 180px;
    padding: 0 20px;
  }
  .style-philosophy .introduction .environment .fluid-columns .figure .title {
    margin: 0 0 1em;
    font-size: 28px;
  }
  .style-philosophy .introduction .environment .fluid-columns .figure .image img {
    width: 100%;
  }
  .style-philosophy .introduction .environment .fluid-columns .figure .caption {
    margin: 2em 0 0;
    font-size: 25px;
    line-height: 1.8;
    text-align: justify;
  }
  .style-philosophy .main > .section .header {
    margin: 0 auto 110px;
    padding: 0 52px 0 0;
  }
  .style-philosophy .main > .section .header .hgroup {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
  .style-philosophy .main > .section .header .hgroup::before {
    content: "";
    display: inline-block;
    width: calc(100% - 880px);
    height: 100px;
    font-size: 25px;
  }
  .style-philosophy .main > .section .header .heading-vertically {
    margin: 0 0 0 auto;
  }
  .style-philosophy .main > .section .header .image {
    margin: 0 0 26px;
  }
  .style-philosophy .main > .section .header .image img {
    width: auto;
    height: 266px;
  }
  .style-philosophy .main > .section .description .text-std {
    margin: 0 0 1em;
  }
  .style-philosophy .section.philosophy {
    padding: 260px 0 200px;
    background: #e5e5e5;
  }
  .style-philosophy .section.philosophy .heading-vertically img {
    height: 554px;
  }
  .style-philosophy .section.fairwood {
    padding: 190px 0 150px;
  }
  .style-philosophy .section.fairwood .heading-vertically img {
    height: 636px;
  }
  .style-philosophy .section.fairwood .header .image {
    margin: 0 0 86px;
  }
  .style-philosophy .section.fairwood .woodland {
    padding: 0;
    margin: 106px auto 0;
  }
  .style-philosophy .section.traceability {
    overflow: hidden;
    width: 100%;
    padding: 150px 0 100px;
  }
  .style-philosophy .section.traceability > .header {
    margin: 0 auto calc(-16vw + 220px);
  }
  .style-philosophy .section.traceability .heading-vertically img {
    height: 456px;
  }
  .style-philosophy .section.traceability .description .text-group {
    max-width: 100%;
    width: 100%;
  }
  .style-philosophy .section.traceability .description .headig-std {
    margin: 0 0 2em;
    font-size: 31px;
    line-height: 1.8;
  }
  .style-philosophy .section.traceability .relation {
    margin: 136px auto 0;
  }
  .style-philosophy .section.traceability .cases {
    overflow-x: visible;
    overflow-y: visible;
    width: auto;
    min-width: 100%;
    height: auto;
  }
  .style-philosophy .section.traceability .cases .carousel {
    overflow-x: visible;
    width: auto;
    -ms-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
  }
  .style-philosophy .section.traceability .cases .carousel:hover {
    cursor: auto;
  }
  .style-philosophy .section.traceability .cases .carousel.is-grab:hover {
    cursor: auto;
  }
  .style-philosophy .section.traceability .cases .carousel-container {
    display: block;
    width: auto;
    min-width: 100%;
    height: auto;
    /*background: red;*/
  }
  .style-philosophy .section.traceability .cases .case {
    display: flex;
    width: 548px;
    margin: 0 auto 32px;
  }
  .style-philosophy .section.traceability .cases .carousel.is-closed .case {
    display: none;
  }
  .style-philosophy .section.traceability .cases .carousel.is-closed .trigger-expand,
.style-philosophy .section.traceability .cases .carousel.is-closed .case:first-of-type,
.style-philosophy .section.traceability .cases .carousel.is-closed .case:last-of-type {
    display: flex;
  }
  .style-philosophy .section.traceability .cases .carousel.is-closed .case:first-of-type {
    margin: 0 auto 0;
  }
  .style-philosophy .section.traceability .cases .trigger-expand {
    display: none;
    position: relative;
    height: 260px;
  }
  .style-philosophy .section.traceability .cases .carousel.is-closed .trigger-expand {
    display: flex;
  }
  .style-philosophy .section.traceability .cases .trigger-expand .nbsp {
    display: none;
  }
  .style-philosophy .section.traceability .cases .trigger-expand .button {
    display: block;
    position: absolute;
    top: 30px;
    left: -46px;
    width: 100vw;
    height: 120px;
    background: #d7dfc5 url(../images/concept/button_dot.png) no-repeat 60px 0;
    background-size: 5px auto;
    cursor: pointer;
    z-index: 2;
  }
  .style-philosophy .section.traceability .cases .trigger-expand .button .button-content {
    display: table;
    width: 100%;
    height: 100%;
  }
  .style-philosophy .section.traceability .cases .trigger-expand .button .label {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .style-philosophy .section.traceability .cases .trigger-expand .button .label .text {
    display: inline-block;
    padding: 0 0 0.4em;
    border-bottom: 1px solid #000000;
    font-size: 28px;
  }
  .style-philosophy .section.traceability .cases .trigger-expand .case-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #000000;
    z-index: 1;
  }
  .style-philosophy .section.traceability .cases .case .case-header {
    position: relative;
    width: 1em;
    margin: 0 42px 0 0;
    padding: 0 0 2em;
    writing-mode: vertical-rl;
    /*height: 100%;*/
    font-size: 32px;
    text-indent: -0.25em;
  }
  .style-philosophy .section.traceability .cases .case .case-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #000000;
    z-index: 1;
  }
  .style-philosophy .section.traceability .cases .case:last-of-type .case-header {
    text-indent: 0;
  }
  .style-philosophy .section.traceability .cases .case:last-of-type .case-header::after {
    display: none;
  }
  .style-philosophy .section.traceability .cases .case .headig-case {
    display: inline-block;
    position: relative;
    padding: 0 0 0.2em;
    background: #ffffff;
    font-size: 32px;
    white-space: nowrap;
    line-height: 1.2;
    font-feature-settings: normal;
    z-index: 2;
  }
  .style-philosophy .section.traceability .cases .case .content {
    width: 474px;
  }
  .style-philosophy .section.traceability .cases .case .image img {
    max-width: 100%;
  }
  .style-philosophy .section.traceability .cases .case .title {
    margin: 1em 0;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  .style-philosophy .section.traceability .cases .case .caption {
    text-align: justify;
    padding: 0 0 3em;
    letter-spacing: 0;
  }
  .style-philosophy .section.traceability .cases .case .caption .text-std {
    font-size: 24px;
    letter-spacing: 0;
  }
  .style-philosophy .section.network {
    overflow: hidden;
    width: 100%;
    padding: 150px 0 320px;
  }
  .style-philosophy .section.network > .header {
    position: relative;
    margin: 0 auto calc(-16vw + 260px);
  }
  .style-philosophy .section.network .heading-vertically img {
    height: 482px;
  }
  .style-philosophy .section.network .description {
    margin-bottom: 50px;
  }
  .style-philosophy .section.network .description .text-group {
    max-width: 100%;
  }
  .style-philosophy .section.network .description .headig-std {
    margin: 0 0 1em;
    font-size: 32px;
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  .style-philosophy .section.network .description.has-image {
    display: block;
    margin-bottom: 50px;
  }
  .style-philosophy .section.network .description.has-image .text-group {
    width: 100%;
  }
  .style-philosophy .section.network .description.has-image .headig-std img {
    width: auto;
    height: 28px;
  }
  .style-philosophy .section.network .description.has-image .image {
    width: 100%;
    max-height: 256px;
    margin-top: 150px;
  }
  .style-philosophy .section.network .description.has-image .image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
  }
  .style-philosophy .section.network .map {
    margin: 100px 0 0;
    text-align: center;
  }
  .style-philosophy .section.network .map img {
    max-width: 100%;
    height: auto;
  }
  .style-philosophy .message {
    padding: 180px 0 184px;
    color: #ffffff;
    background: url(../images/concept/footer_bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
  }
  .style-philosophy .message .headig-std {
    margin: 0 0 90px;
  }
  .style-philosophy .message .headig-std img {
    height: 112px;
  }
  .style-philosophy .message .description {
    margin: 0 0 120px;
  }
  .style-philosophy .message .description .text-std {
    font-size: 25px;
    line-height: 2;
  }
  .style-philosophy .message .text-group {
    padding: 0 26px;
  }
  .style-philosophy .message .logo img {
    height: 110px;
  }
}
.style-philosophy .reference {
  background: #d7dfc5;
}
.style-philosophy .reference .content {
  padding: 300px 0 100px;
}
@media screen and (min-width: 641px) {
  .style-philosophy .reference .content {
    padding: 200px 0 1px;
  }
}
.style-philosophy .reference .article {
  width: 91.875%;
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .style-philosophy .reference .article {
    width: 52.7086383602%;
  }
}
.style-philosophy .reference .article .image {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 50px;
}
.style-philosophy .reference .article .image img {
  display: block;
  width: 100%;
}
.style-philosophy .reference .article .description {
  width: 93.1972789116%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 641px) {
  .style-philosophy .reference .article .description {
    max-width: 720px;
    width: 100%;
  }
}
.style-philosophy .reference .article .description .text-std {
  font-size: 25px;
  text-align: justify;
  line-height: 1.9;
}
@media screen and (min-width: 641px) {
  .style-philosophy .reference .article .description .text-std {
    font-size: 17px;
  }
}
.style-philosophy .reference .article .button {
  width: 93.1972789116%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-philosophy .reference .article .button {
    max-width: 500px;
    width: 69.4444444444%;
  }
}

.style-informations .page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85.625%;
  margin: 0 auto 0;
  height: 336px;
}
@media screen and (min-width: 641px) {
  .style-informations .page-title {
    width: 62.9575402635%;
    height: 214px;
    padding: 100px 0 0;
  }
}
.style-informations .page-title img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-informations .page-title img {
    height: 46px;
  }
}
.style-informations .section {
  width: 85.625%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-informations .section {
    width: 62.9575402635%;
  }
}
.style-informations .section.style-entry {
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .style-informations .section.style-entry {
    margin: 0 auto 200px;
  }
}
.style-informations .contents-list {
  padding-bottom: 50px;
}
@media screen and (min-width: 641px) {
  .style-informations .contents-list {
    padding-bottom: 90px;
    max-width: 720px;
    margin: auto;
  }
}
.style-informations .section.press-release .contents-list {
  padding-bottom: 0;
  border-top: 1px solid #bbb3b0;
}
.style-informations .section.news .article {
  margin: 0 0 40px;
}
.style-informations .section.news .article a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.style-informations .section.news .article .thumbnail {
  align-self: flex-start;
  width: 31.0218978102%;
}
@media screen and (min-width: 641px) {
  .style-informations .section.news .article .thumbnail {
    width: 12.7906976744%;
  }
}
.style-informations .section.news .article .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.style-informations .section.news .article .content {
  align-self: flex-start;
  width: 63.8686131387%;
}
@media screen and (min-width: 641px) {
  .style-informations .section.news .article .content {
    width: 83.7209302326%;
  }
}
.style-informations .section.news .article .content .label {
  display: inline-block;
  margin: 0.4em 0 1em;
  padding: 0.4em 1.4em;
  border-radius: 3px;
  background: #e5e5e5;
  font-size: 18px;
}
@media screen and (min-width: 641px) {
  .style-informations .section.news .article .content .label {
    font-size: 12px;
  }
}
.style-informations .section.news .article .content .label.event {
  background: #d7dfc5;
}
.style-informations .section.news .article .content .label.media-information {
  background: #f7ecc6;
}
.style-informations .section.news .article .content .date {
  margin: 0 0 1em;
  font-size: 20px;
}
@media screen and (min-width: 641px) {
  .style-informations .section.news .article .content .date {
    font-size: 14px;
  }
}
.style-informations .section.news .article .content .title {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .style-informations .section.news .article .content .title {
    font-size: 15px;
  }
}
.style-informations .section.press-release .article {
  margin: 0 0;
  padding: 36px 0;
  border-bottom: 1px solid #bbb3b0;
}
.style-informations .section.press-release .article a {
  display: block;
  text-decoration: none;
}
.style-informations .section.press-release .article .content {
  align-self: flex-start;
  width: 100%;
}
.style-informations .section.press-release .article .content .date {
  margin: 0 0 1em;
  font-size: 20px;
}
@media screen and (min-width: 641px) {
  .style-informations .section.press-release .article .content .date {
    font-size: 14px;
  }
}
.style-informations .section.press-release .article .content .title {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .style-informations .section.press-release .article .content .title {
    font-size: 15px;
  }
}
.style-informations .section.press-release .article:last-of-type {
  border-bottom: none;
}
.style-informations .pagination {
  padding: 80px 0 300px;
  border-top: 1px solid #bbb3b0;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .style-informations .pagination {
    padding: 80px 0;
    max-width: 720px;
    margin: auto;
  }
}
.style-informations .pagination a {
  color: #303030;
}
.style-informations .pagination .page-numbers {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 25px;
  color: #303030;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  .style-informations .pagination .page-numbers {
    margin: 0 16px;
    font-size: 16px;
  }
}
.style-informations .pagination svg {
  position: absolute;
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  color: #030303;
  fill: #363636;
}
.style-informations .pagination .page-numbers.current,
.style-informations .pagination .page-numbers:hover {
  text-decoration: none;
  border-bottom: 1px solid #303030;
}
.style-informations .pagination .prev,
.style-informations .pagination .next {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #e5e5e5;
}
@media screen and (min-width: 641px) {
  .style-informations .pagination .prev,
.style-informations .pagination .next {
    width: 33px;
    height: 33px;
    border-radius: 33px;
  }
}
.style-informations .pagination .prev:hover,
.style-informations .pagination .next:hover {
  border: none;
  text-decoration: none;
  opacity: 0.5;
}

.aside.style-informations .section {
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) {
  .aside.style-informations .section {
    margin: 0 auto 200px;
  }
}
.aside.style-informations .contents-list {
  padding-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .aside.style-informations .contents-list {
    padding-bottom: 20px;
  }
}
.aside.style-informations .section.press-release .contents-list {
  padding-bottom: 60px;
}
@media screen and (min-width: 641px) {
  .aside.style-informations .section.press-release .contents-list {
    padding-bottom: 70px;
  }
}
.aside.style-informations .section.press-release .article:last-of-type {
  border-bottom: 1px solid #bbb3b0;
}

.style-contact .page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85.625%;
  margin: 0 auto 0;
  height: 336px;
}
@media screen and (min-width: 641px) {
  .style-contact .page-title {
    width: 52.7086383602%;
    height: 214px;
    padding: 100px 0 0;
  }
}
.style-contact .page-title img {
  display: block;
  width: auto;
  height: 47px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-contact .page-title img {
    height: 38px;
  }
}
.style-contact .section {
  width: 85.625%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-contact .section {
    width: 52.7086383602%;
  }
}
.style-contact form {
  margin: 0 0 198px;
}
.style-contact form .note {
  font-size: 22px;
  line-height: 1.72;
}
@media screen and (min-width: 641px) {
  .style-contact form .note {
    font-size: 16px;
  }
}
.style-contact .header {
  margin: 0 0 60px;
}
.style-contact .control-group {
  margin: 0 0 50px;
}
.style-contact .control-group:nth-last-of-type(1) {
  margin: 0 0 46px;
}
.style-contact .control-label {
  display: block;
  margin: 0 0 0.2em;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .style-contact .control-label {
    font-size: 16px;
  }
}
.style-contact .input-group input {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0.8em 1em;
  border: 1px solid #9c9c9c;
  border-radius: 8px;
  outline: 1px solid #666666;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 641px) {
  .style-contact .input-group input {
    height: 60px;
  }
}
.style-contact .controls textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  min-height: 343px;
  padding: 0.8em 1em;
  border: 1px solid #9c9c9c;
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
}
.style-contact .select-subject {
  margin-bottom: 100px;
}
@media screen and (min-width: 641px) {
  .style-contact .select-subject {
    margin-bottom: 50px;
  }
}
.style-contact label.button-solid-radius {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  border: 1px solid #303030;
  border-radius: 8px;
  background-color: #ffffff;
  transition: background-color 0.6s ease;
}
@media screen and (min-width: 641px) {
  .style-contact label.button-solid-radius {
    height: 60px;
  }
}
.style-contact label.button-solid-radius:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 21px;
  height: 13px;
  margin: -0.3em 0 0 0;
  background-image: url(../images/global/arrow_down_select.svg);
  background-size: auto 13px;
}
@media screen and (min-width: 641px) {
  .style-contact label.button-solid-radius:before {
    width: 17px;
    height: 11px;
    margin: -0.5em 0 0 0;
    background-image: url(../images/global/arrow_down_select.svg);
    background-size: auto 11px;
  }
}
.style-contact label.button-solid-radius:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}
.style-contact label.button-solid-radius .text {
  display: block;
  width: 84.6715328467%;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .style-contact label.button-solid-radius .text {
    font-size: 20px;
  }
}
.style-contact label.button-solid-radius select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  opacity: 0;
}
.style-contact label.button-solid-radius select:hover {
  cursor: pointer;
}
.style-contact .mw_wp_form_confirm label.button-solid-radius {
  justify-content: flex-start;
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
  transition: none;
  cursor: default;
}
.style-contact .mw_wp_form_confirm label.button-solid-radius:before {
  display: none;
}
.style-contact .mw_wp_form_confirm label.button-solid-radius .text {
  display: none;
}
.style-contact .input-group .error,
.style-contact .control-group .error {
  display: block;
  margin: 0.8em 0 0;
  color: #b70000;
  font-size: 18px;
}
@media screen and (min-width: 641px) {
  .style-contact .input-group .error,
.style-contact .control-group .error {
    font-size: 16px;
  }
}
.style-contact .button-submit {
  display: flex;
  margin: 70px auto 0;
}
.style-contact .button-bordered-solid {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  color: #ffffff;
  border: 1px solid #303030;
  background: #7c8979;
  font-size: 22px;
  text-align: center;
  -webkit-appearance: none;
  transition: background-color 0.6s ease;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .style-contact .button-bordered-solid {
    max-width: 100%;
    font-size: 16px;
    height: 54px;
  }
}
.style-contact .button-bordered-solid:hover {
  background: #454d43;
}
.style-contact .button-bordered-solid:nth-last-of-type(2) {
  margin: 0 0.8em 0 0;
  background: #999999;
}
.style-contact .button-bordered-solid:nth-last-of-type(2):hover {
  background: #666666;
}

.style-privacy-policy .page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85.625%;
  margin: 0 auto 0;
  height: 336px;
}
@media screen and (min-width: 641px) {
  .style-privacy-policy .page-title {
    width: 62.9575402635%;
    height: 214px;
    padding: 100px 0 0;
  }
}
.style-privacy-policy .page-title img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-privacy-policy .page-title img {
    height: 46px;
  }
}
.style-privacy-policy .section {
  width: 85.625%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-privacy-policy .section {
    max-width: 720px;
    width: 52.7086383602%;
  }
}
.style-privacy-policy .description {
  margin: 0 0 4em;
}
.style-privacy-policy .text-std {
  margin: 0 0 1em;
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .style-privacy-policy .text-std {
    font-size: 17px;
  }
}
.style-privacy-policy .contents {
  padding-bottom: 50px;
}
@media screen and (min-width: 641px) {
  .style-privacy-policy .contents {
    padding-bottom: 90px;
  }
}
.style-privacy-policy .contents .section {
  width: 100%;
  margin: 0 0 4em;
}
@media screen and (min-width: 641px) {
  .style-privacy-policy .contents .section {
    margin: 0 0 4em;
  }
}
.style-privacy-policy .contents .heading {
  margin: 0 0 0.6em;
  font-size: 26px;
}
@media screen and (min-width: 641px) {
  .style-privacy-policy .contents .heading {
    margin: 0 0 0.6em;
    font-size: 22px;
  }
}

.style-company .hero {
  position: relative;
  margin: 0 0 140px;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .style-company .hero {
    margin: 0 0 150px;
  }
}
.style-company .hero .image {
  max-width: 1366px;
  margin: 0 auto;
}
.style-company .hero .image img {
  display: block;
  max-width: 100%;
}
.style-company .message {
  margin: 0 0 400px;
}
@media screen and (min-width: 641px) {
  .style-company .message {
    max-width: 1160px;
    width: 84.9194729136%;
    margin: 0 auto 280px;
  }
}
.style-company .message .hgroup {
  margin: 0 0 96px;
}
@media screen and (min-width: 641px) {
  .style-company .message .hgroup {
    margin: 0 0 96px;
  }
}
.style-company .message .hgroup .heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-company .message .hgroup .heading {
    font-size: 28px;
  }
}
.style-company .message .content {
  margin: 0 0 180px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-company .message .content {
    margin: 0 0 190px;
  }
}
.style-company .message .content .text-std {
  font-size: 25px;
  line-height: 2.5;
}
@media screen and (min-width: 641px) {
  .style-company .message .content .text-std {
    margin: 0 0 190px;
    font-size: 18px;
  }
}
.style-company .message .image {
  width: 91.875%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-company .message .image {
    width: 100%;
  }
}
.style-company .message .image img {
  display: block;
  width: 100%;
  height: auto;
}
.style-company .concept {
  margin: 0 0 300px;
}
@media screen and (min-width: 641px) {
  .style-company .concept {
    margin: 0 0 300px;
  }
}
.style-company .concept .content {
  width: 91.875%;
  margin: 0 auto 0;
}
@media screen and (min-width: 641px) {
  .style-company .concept .content {
    max-width: 1160px;
    width: 84.9194729136%;
  }
}
.style-company .concept .image {
  margin: 0 auto 80px;
}
@media screen and (min-width: 641px) {
  .style-company .concept .image {
    width: 91.875%;
    margin: 0 auto 100px;
  }
}
.style-company .concept .image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.style-company .concept .button {
  width: 93.1972789116%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .style-company .concept .button {
    width: 500px;
  }
}
.style-company .profile, .style-company .history {
  width: 85.625%;
  margin: 0 auto 300px;
}
@media screen and (min-width: 641px) {
  .style-company .profile, .style-company .history {
    max-width: 720px;
    width: 52.7086383602%;
    margin: 0 auto 200px;
  }
}
.style-company .profile .hgroup, .style-company .history .hgroup {
  margin: 0 auto 96px;
}
@media screen and (min-width: 641px) {
  .style-company .profile .hgroup, .style-company .history .hgroup {
    margin: 0 auto 96px;
  }
}
.style-company .profile .hgroup .heading, .style-company .history .hgroup .heading {
  font-size: 40px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .style-company .profile .hgroup .heading, .style-company .history .hgroup .heading {
    font-size: 34px;
  }
}
.style-company .table-alt {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.style-company .table-alt tr {
  display: block;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt tr {
    display: table-row;
    padding: 0;
    border: none;
  }
}
.style-company .table-alt th {
  border-bottom: none;
  padding: 0 0 0.4em;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt th {
    width: 180px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.style-company .table-alt th, .style-company .table-alt td {
  display: block;
  vertical-align: top;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt th, .style-company .table-alt td {
    display: table-cell;
    padding: 32px 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.style-company .table-alt .text, .style-company .table-alt .year, .style-company .table-alt .month {
  color: #303030;
  line-height: 1.54;
}
.style-company .table-alt th .text {
  font-size: 25px;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt th .text {
    font-size: 16px;
  }
}
.style-company .table-alt td .text {
  font-size: 22px;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt td .text {
    font-size: 16px;
  }
}
.style-company .table-alt th .year,
.style-company .table-alt th .month {
  display: block;
  margin: 0 0 0.5em 0;
  font-size: 22px;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt th .year,
.style-company .table-alt th .month {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
}
.style-company .table-alt th .year {
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt th .year {
    float: left;
    font-size: 16px;
  }
}
.style-company .table-alt th .month {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt th .month {
    float: right;
    font-weight: 400;
  }
}
.style-company .table-alt .list-std {
  padding: 0 0 0 1em;
}
.style-company .table-alt .list-std li {
  list-style: disc;
  padding: 0 0 0.4em;
  font-size: 22px;
  line-height: 1.54;
}
@media screen and (min-width: 641px) {
  .style-company .table-alt .list-std li {
    font-size: 15px;
  }
}
.style-company .profile .table-alt {
  border-top: 1px solid #e5e5e5;
}
.style-company .history tr {
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 641px) {
  .style-company .history tr {
    border: none;
  }
}
.style-company .history th {
  padding: 0;
  border-top: none;
}
@media screen and (min-width: 641px) {
  .style-company .history th {
    box-sizing: border-box;
    overflow: hidden;
    width: 180px;
    padding: 0 40px 32px 0;
  }
}
.style-company .history td {
  border-top: none;
}
@media screen and (min-width: 641px) {
  .style-company .history td {
    padding: 0 0 32px 0;
  }
}
.style-company .history .year-top th {
  border-bottom: none;
}
@media screen and (min-width: 641px) {
  .style-company .history .year-top th {
    padding: 32px 40px 32px 0;
    border-top: 1px solid #e5e5e5;
  }
}
.style-company .history .year-top td {
  border-top: none;
  border-bottom: none;
}
@media screen and (min-width: 641px) {
  .style-company .history .year-top td {
    padding: 32px 0 32px 0;
    border-top: 1px solid #e5e5e5;
  }
}
.style-company .history .year-top + tr:not(.year-top) {
  padding: 0 0 40px;
  border-top: none;
  border-bottom: none;
}
@media screen and (min-width: 641px) {
  .style-company .history .year-top + tr:not(.year-top) {
    padding: 0;
  }
}
.style-company .history .year-top + tr:not(.year-top) th {
  border-top: none;
  border-bottom: none;
}
.style-company .history .year-top + tr:not(.year-top) td {
  border-top: none;
  border-bottom: none;
}

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