@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notoserifjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("url(http://fonts.googleapis.com/css?family=Oswald:600);");
@import url(reset.css);
@import url(base.css);
@import url(adjust.css);
.primary {
  color: #4a3d35; }

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

.oswald {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

.tc {
  text-align: center; }

.center {
  margin-right: auto;
  margin-left: auto; }

.bold {
  font-weight: bold; }

p {
  font-size: 14px;
  line-height: 2.4;
  text-align: left;
  color: #333;
  font-weight: normal; }
  @media screen and (max-width: 520px) {
    p {
      font-size: 12px;
      text-align: left;
      letter-spacing: 1px; } }

a {
  cursor: pointer;
  transition: 1s ease; }
  a:hover {
    filter: brightness(120%);
    cursor: pointer; }
  a span {
    cursor: pointer; }

img {
  border-style: none;
  max-width: 100%;
  vertical-align: baseline;
  outline: none;
  margin: auto;
  line-height: 1; }

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

.pagination {
  text-align: center;
  padding-top: 0px; }
  .pagination li {
    display: inline-block;
    color: #fff; }
    .pagination li a {
      font-size: 15px;
      background-color: #4a3d35;
      padding: 8px 16px;
      margin: 0px 6px; }
      .pagination li a:hover {
        color: #fff;
        filter: brightness(130%);
        transition: 0.25s ease; }

button {
  display: block;
  width: 260px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #4a3d35;
  color: #fff;
  transition: 0.25s ease; }
  button:hover {
    filter: brightness(110%); }
  button:focus {
    outline: none; }

section {
  padding: 8% 10px; }
  @media screen and (max-width: 520px) {
    section {
      padding: 12% 10px; } }

/*pagenation*/
.pagenation {
  margin: 0;
  text-align: center;
  padding-bottom: 70px;
  font-size: 0; }
  .pagenation li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 9px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24.5px;
    vertical-align: middle; }
    .pagenation li a {
      display: block;
      color: #fff;
      background-color: #8a8a8a;
      min-width: 30px;
      height: 30px;
      padding: 4px 4px 0 4px; }
      .pagenation li a:hover {
        text-decoration: none;
        background-color: #665741;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  .pagenation li.pagenation-active {
    background-color: #4a3d35;
    min-width: 30px;
    height: 30px;
    padding: 4px 4px 0 4px; }
  .pagenation li.pagenation-next a,
  .pagenation li.pagenation-prev a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: transparent;
    position: relative;
    width: 30px; }
  .pagenation li.pagenation-next a:before,
  .pagenation li.pagenation-prev a:before {
    content: "";
    display: block;
    position: absolute;
    top: 44%;
    margin-top: -6px;
    border-top: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }

.pagenation li.pagenation-prev {
  margin-left: 11px; }

.pagenation li.pagenation-prev a:before {
  top: 50%;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: -2px; }

.pagenation li.pagenation-next {
  margin-left: 11px; }

.pagenation li.pagenation-next a:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5px; }

.pagenation li .page-numbers dots {
  color: #8a8a8a; }

.containerM {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .containerM {
      width: 100%;
      padding: 0 10px; } }

.containerS {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .containerS {
      width: 100%; } }

.containerL {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .containerL {
      width: 100%; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ie_none {
    display: none !important; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .is_ie {
    display: block; } }
.bg_none {
  background: none !important; }

html {
  width: 100%;
  height: 100%;
  background-color: #18130d; }

body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Noto Serif Japanese", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  line-height: 1.4;
  font-weight: normal;
  margin: 0px; }
  @media screen and (max-width: 520px) {
    body {
      background-attachment: scroll;
      background-repeat: no-repeat;
      background-size: cover; } }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-noise.png);
    background-repeat: repeat-y;
    background-size: auto; }

_:lang(x) + _:-webkit-full-screen-document,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Noto Serif Japanese", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  line-height: 1.4;
  font-weight: normal;
  margin: 0px; }
  @media screen and (max-width: 520px) {
    _:lang(x) + _:-webkit-full-screen-document,
    body {
      background-attachment: scroll;
      background-repeat: no-repeat;
      background-size: cover; } }
  _:lang(x) + _:-webkit-full-screen-document::before,
  body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-noise.png);
    background-repeat: repeat-y;
    background-size: cover; }

.wrap {
  display: block;
  overflow-x: hidden;
  width: 100%;
  background-image: url(../img/bg-design.png);
  background-size: cover;
  z-index: 1;
  background-attachment: fixed; }

_:lang(x) + _:-webkit-full-screen-document,
.wrap {
  display: block;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-design.png);
  background-size: cover;
  z-index: 1;
  background-attachment: fixed; }

_:lang(x)::-moz-placeholder,
.wrap {
  display: block;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-design.png);
  background-size: cover;
  z-index: 1;
  background-attachment: fixed; }

main {
  width: 100%;
  display: flex; }
  main .left-margin {
    width: 100px;
    height: 800px; }
    @media screen and (max-width: 520px) {
      main .left-margin {
        width: 50px; } }
  main .main-content {
    width: calc(100% - 100px); }
    @media screen and (max-width: 520px) {
      main .main-content {
        width: calc(100% - 50px); } }

.tag-yellow {
  background-color: #a96300; }

.tag-blue {
  background-color: #003b83; }

.tag-red {
  background-color: #830000; }

#header {
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100px;
  width: 100%;
  box-shadow: 0px 0px 10px black;
  background-image: url(../img/pattern-header.png);
  background-size: cover;
  background-repeat: repeat-x; }
  @media screen and (max-width: 768px) {
    #header {
      height: 100px; } }
  @media screen and (max-width: 520px) {
    #header {
      height: 60px; } }
  #header .header-inner {
    width: 100%;
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding-left: 10px;
    margin: 0 auto; }
    @media screen and (max-width: 520px) {
      #header .header-inner {
        height: 60px; } }
    #header .header-inner .logo {
      display: flex;
      align-items: center; }
      #header .header-inner .logo a {
        display: flex;
        align-items: center; }
        #header .header-inner .logo a:hover {
          filter: none; }
        #header .header-inner .logo a img {
          height: 35px; }
          #header .header-inner .logo a img:hover {
            transform: scale(0.98);
            transition: 0.25s ease;
            filter: none; }
          @media screen and (max-width: 520px) {
            #header .header-inner .logo a img {
              height: 35px; } }
    #header .header-inner .header-nav {
      display: flex; }
      #header .header-inner .header-nav ul {
        display: flex; }
        #header .header-inner .header-nav ul li {
          padding: 0 20px;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 520px) {
            #header .header-inner .header-nav ul li {
              padding: 0 10px; } }
          #header .header-inner .header-nav ul li a {
            color: #fff;
            font-size: 16px;
            font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            text-shadow: 0px 3px 4px black;
            transition: .05s ease;
            cursor: pointer; }
            #header .header-inner .header-nav ul li a:hover {
              transform: scale(0.96, 0.96); }
        #header .header-inner .header-nav ul .nav-tel {
          width: 100px;
          height: 100px;
          background-color: #665741;
          position: relative;
          padding: 0; }
          @media screen and (max-width: 520px) {
            #header .header-inner .header-nav ul .nav-tel {
              width: 60px;
              height: 60px; } }
          #header .header-inner .header-nav ul .nav-tel::before {
            position: absolute;
            content: '';
            width: 30px;
            height: 40px;
            top: 32px;
            left: 36px;
            color: #fff;
            background-image: url(../img/icon-tel.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center; }
            @media screen and (max-width: 520px) {
              #header .header-inner .header-nav ul .nav-tel::before {
                top: 12px;
                left: 16px; } }
          #header .header-inner .header-nav ul .nav-tel a {
            width: 100px;
            height: 100px;
            box-shadow: none;
            cursor: pointer; }

#side {
  position: fixed;
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/pattern-sidemenu.png);
  background-size: cover;
  background-repeat: repeat-y;
  z-index: 8; }
  @media screen and (max-width: 520px) {
    #side {
      width: 50px; } }
  #side .copyright {
    color: #fff;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateY(-2em);
    transform: rotate(-90deg);
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
    @media screen and (max-width: 520px) {
      #side .copyright {
        font-size: 10px; } }

#nav-open {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-color: #665741;
  cursor: pointer; }
  @media screen and (max-width: 520px) {
    #nav-open {
      width: 50px;
      height: 50px; } }
  #nav-open span {
    position: absolute;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
  #nav-open span:nth-child(1) {
    width: 50%;
    top: 28px;
    right: 0;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 520px) {
      #nav-open span:nth-child(1) {
        top: 10px;
        width: 34px; } }
  #nav-open span:nth-child(2) {
    top: 39px;
    left: 26px;
    letter-spacing: 0px;
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    border: none; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      #nav-open span:nth-child(2) {
        top: 39px;
        left: 27px;
        font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; } }
    @media screen and (max-width: 520px) {
      #nav-open span:nth-child(2) {
        font-size: 11px;
        top: 17px;
        left: 8px;
        letter-spacing: .2px;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; } }
  #nav-open span:nth-child(3) {
    width: 50%;
    bottom: 28px;
    right: 0;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 520px) {
      #nav-open span:nth-child(3) {
        bottom: 10px;
        width: 34px; } }

#nav-open.active span:nth-child(1) {
  top: 49px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  @media screen and (max-width: 520px) {
    #nav-open.active span:nth-child(1) {
      top: 24px; } }

#nav-open.active span:nth-child(2) {
  opacity: 0; }

#nav-open.active span:nth-child(3) {
  bottom: 48px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (max-width: 520px) {
    #nav-open.active span:nth-child(3) {
      bottom: 23px; } }

.nav-content {
  display: block;
  transform: translateX(-105%);
  transition: 1s ease;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: transparent;
  z-index: 7;
  backdrop-filter: blur(20px) saturate(0.8); }
  .nav-content .nav-inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-between; }
    .nav-content .nav-inner .nav-image {
      width: 100px;
      height: 100%;
      background-image: url(../img/nav_image.png);
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 520px) {
        .nav-content .nav-inner .nav-image {
          display: none; } }
    .nav-content .nav-inner ul {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-around;
      width: calc(100% - 100px);
      height: 100%;
      padding: 160px 40px 40px 40px;
      background-image: url(../img/navy.png);
      background-size: cover; }
      @media screen and (max-width: 520px) {
        .nav-content .nav-inner ul {
          flex-direction: column;
          width: 100%;
          height: 100%;
          padding: 70px 40px 100px 70px; } }
      .nav-content .nav-inner ul li {
        width: 14.2857142857%;
        margin-bottom: 2%;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        text-orientation: upright; }
        @media screen and (max-width: 520px) {
          .nav-content .nav-inner ul li {
            width: 100%;
            -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; } }
        .nav-content .nav-inner ul li a span {
          color: #fff;
          font-size: 24px; }
          @media screen and (max-width: 520px) {
            .nav-content .nav-inner ul li a span {
              font-size: 16px; } }

.nav-content.active {
  transform: translateX(0%); }

#header.scroll {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  transition: 1s ease; }

.under-header {
  width: 100%;
  height: 100px;
  background-color: transparent; }
  @media screen and (max-width: 768px) {
    .under-header {
      height: 100px; } }
  @media screen and (max-width: 520px) {
    .under-header {
      height: 60px; } }

.hero {
  position: relative;
  padding-top: 53.8461538462%;
  background-image: url(../img/hero.png);
  background-size: cover; }
  @media screen and (max-width: 520px) {
    .hero {
      padding-top: 146.6666666667%;
      background-image: url(../img/hero-Sp.png); } }
  .hero::before {
    content: "";
    display: block;
    position: absolute;
    padding-top: 53.8461538462%;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-sun.png);
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed; }
    @media screen and (max-width: 520px) {
      .hero::before {
        padding-top: 146.6666666667%; } }
  .hero h2 {
    display: block;
    position: absolute;
    top: 30%;
    right: 3%;
    margin-left: 3%;
    text-align: center;
    margin: auto;
    width: 100%;
    max-width: 871px; }
    @media screen and (max-width: 768px) {
      .hero h2 {
        right: 0%;
        padding: 10px; } }
    @media screen and (max-width: 520px) {
      .hero h2 {
        top: 30%;
        right: 0%;
        padding: 10px; } }
    .hero h2 img {
      vertical-align: bottom; }
  .hero .top-news {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      .hero .top-news {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        height: 120px;
        padding: 0 10px;
        bottom: calc(0% - 120px); } }
    .hero .top-news .left-content {
      max-width: 80%;
      display: flex;
      align-items: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 520px) {
        .hero .top-news .left-content {
          flex-wrap: wrap;
          max-width: 100%; } }
      .hero .top-news .left-content .js-marquee {
        display: flex;
        align-items: center; }
      .hero .top-news .left-content .title-topnews {
        font-size: 24px;
        color: #fff;
        margin-right: 20px;
        font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-weight: bold;
        letter-spacing: 4px; }
        @media screen and (max-width: 768px) {
          .hero .top-news .left-content .title-topnews {
            font-size: 12px;
            margin-right: 10px;
            margin-bottom: 10px; } }
      .hero .top-news .left-content .time {
        font-size: 14px;
        color: #fff;
        margin-right: 20px;
        font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
        @media screen and (max-width: 768px) {
          .hero .top-news .left-content .time {
            font-size: 12px;
            margin-right: 10px;
            margin-bottom: 10px; } }
      .hero .top-news .left-content .tag {
        height: 24px;
        width: 108px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 20px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .hero .top-news .left-content .tag {
            margin-right: 10px;
            margin-bottom: 10px; } }
        .hero .top-news .left-content .tag span {
          font-size: 14px;
          color: #fff;
          font-weight: bold;
          font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
          @media screen and (max-width: 768px) {
            .hero .top-news .left-content .tag span {
              font-size: 12px; } }
      .hero .top-news .left-content .news-title {
        font-size: 14px;
        color: #fff;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        @media screen and (max-width: 768px) {
          .hero .top-news .left-content .news-title {
            font-size: 12px;
            margin-bottom: 10px; } }
    .hero .top-news .right-content a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      height: 40px;
      padding: 0 20px;
      background-color: #665741;
      color: #fff;
      font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
      font-weight: bold; }

.hero-news,
.hero-wear,
.hero-products,
.hero-company,
.hero-contact,
.hero-facility {
  position: relative;
  padding-top: 23.0769230769%;
  background-size: cover;
  margin-bottom: 10%; }
  @media screen and (max-width: 520px) {
    .hero-news,
    .hero-wear,
    .hero-products,
    .hero-company,
    .hero-contact,
    .hero-facility {
      padding-top: 53.8461538462%; } }
  .hero-news h2,
  .hero-wear h2,
  .hero-products h2,
  .hero-company h2,
  .hero-contact h2,
  .hero-facility h2 {
    display: block;
    position: absolute;
    bottom: -20%;
    left: 3%;
    margin-left: 3%;
    text-align: center;
    margin: auto;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .hero-news h2,
      .hero-wear h2,
      .hero-products h2,
      .hero-company h2,
      .hero-contact h2,
      .hero-facility h2 {
        left: 0%;
        padding: 10px; } }
    @media screen and (max-width: 520px) {
      .hero-news h2,
      .hero-wear h2,
      .hero-products h2,
      .hero-company h2,
      .hero-contact h2,
      .hero-facility h2 {
        left: 0%;
        padding: 10px; } }
    .hero-news h2 img,
    .hero-wear h2 img,
    .hero-products h2 img,
    .hero-company h2 img,
    .hero-contact h2 img,
    .hero-facility h2 img {
      vertical-align: bottom; }

.hero-news {
  background-image: url(../img/hero-news.png); }
  .hero-news h2 {
    max-width: 362px; }
    @media screen and (max-width: 520px) {
      .hero-news h2 {
        width: 80%; } }

.hero-wear {
  background-image: url(../img/hero-wear.png); }
  .hero-wear h2 {
    max-width: 375px; }
    @media screen and (max-width: 520px) {
      .hero-wear h2 {
        width: 80%; } }

.hero-products {
  background-image: url(../img/hero-products.png); }
  .hero-products h2 {
    max-width: 569px; }

.hero-company {
  background-image: url(../img/hero-company.png); }
  .hero-company h2 {
    max-width: 500px;
    bottom: -40%; }
    @media screen and (max-width: 768px) {
      .hero-company h2 {
        bottom: -40%;
        width: 90%; } }

.hero-facility {
  background-image: url(../img/hero-facility.png); }
  .hero-facility h2 {
    max-width: 414px;
    bottom: -30%; }
    @media screen and (max-width: 768px) {
      .hero-facility h2 {
        bottom: -60%;
        width: 80%; } }

.hero-contact {
  background-image: url(../img/hero-contact.png); }
  .hero-contact h2 {
    max-width: 526px; }

.top-about {
  padding: 6% 10px 6%; }
  @media screen and (max-width: 768px) {
    .top-about {
      padding: 30% 10px 6%; } }
  @media screen and (max-width: 520px) {
    .top-about {
      padding: 50% 10px 6%; } }
  .top-about .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .top-about .content-box {
        flex-direction: column; } }
    .top-about .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .top-about .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .top-about .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .top-about .content-box .description {
      width: 91%;
      text-align: center;
      padding-top: 14%; }
      @media screen and (max-width: 768px) {
        .top-about .content-box .description {
          width: 100%;
          padding-top: 0; } }
      @media screen and (max-width: 520px) {
        .top-about .content-box .description {
          padding-top: 0;
          width: 100%; } }
      .top-about .content-box .description figure {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 440px;
        margin-bottom: 3%; }
      .top-about .content-box .description p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .top-about .content-box .description p {
            font-size: 14px;
            text-align: left; } }
        @media screen and (max-width: 520px) {
          .top-about .content-box .description p {
            font-size: 12px;
            text-align: left; } }

.top-wear {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .top-wear {
      padding: 30% 10px 6%; } }
  .top-wear .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .top-wear .content-box {
        flex-direction: column; } }
    .top-wear .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .top-wear .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .top-wear .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .top-wear .content-box .description {
      width: 91%;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .top-wear .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .top-wear .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .top-wear .content-box .description .text-box {
            width: 100%; } }
        .top-wear .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .top-wear .content-box .description .text-box h3 {
              font-size: 18px; } }
        .top-wear .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .top-wear .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .top-wear .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .top-wear .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/top-wear.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .top-wear .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%; } }
        .top-wear .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 375px;
          margin-bottom: 3%;
          top: -10%;
          left: -10%; }
          @media screen and (max-width: 768px) {
            .top-wear .content-box .description .image-box figure {
              top: -25%;
              left: 0%;
              width: 70%; } }

.top-products {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .top-products {
      padding: 30% 10px 6%; } }
  .top-products .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .top-products .content-box {
        flex-direction: column; } }
    .top-products .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .top-products .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .top-products .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .top-products .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .top-products .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .top-products .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .top-products .content-box .description .text-box {
            width: 100%; } }
        .top-products .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .top-products .content-box .description .text-box h3 {
              font-size: 18px; } }
        .top-products .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .top-products .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .top-products .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .top-products .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/top-products.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .top-products .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%;
            background-position-x: 50%;
            background-position-y: 80%; } }
        .top-products .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 448px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .top-products .content-box .description .image-box figure {
              top: -30%;
              right: 0%; } }

.top-manufacturing-header {
  padding: 6% 0px 6% 10px; }
  @media screen and (max-width: 768px) {
    .top-manufacturing-header {
      padding: 6% 0px 6% 10px; } }
  @media screen and (max-width: 520px) {
    .top-manufacturing-header {
      padding: 30% 10px 6%; } }
  .top-manufacturing-header .content-box {
    display: flex;
    justify-content: flex-end;
    flex-direction: row; }
    @media screen and (max-width: 520px) {
      .top-manufacturing-header .content-box {
        flex-direction: column; } }
    .top-manufacturing-header .content-box .image-box {
      position: relative;
      width: 75vw;
      height: 50vw;
      text-align: center;
      background-image: url(../img/top-anufacturing.png);
      background-size: cover; }
      @media screen and (max-width: 520px) {
        .top-manufacturing-header .content-box .image-box {
          padding-top: 0;
          width: 100%; } }
      .top-manufacturing-header .content-box .image-box figure {
        position: absolute;
        text-align: center;
        margin: auto;
        display: block;
        width: 100%;
        max-width: 612px;
        margin-bottom: 3%;
        bottom: -15%;
        left: -10%; }
        @media screen and (max-width: 768px) {
          .top-manufacturing-header .content-box .image-box figure {
            bottom: -25%;
            left: -10; }
            .top-manufacturing-header .content-box .image-box figure svg {
              opacity: 1; } }
        @media screen and (max-width: 520px) {
          .top-manufacturing-header .content-box .image-box figure {
            bottom: -50%;
            left: 0; }
            .top-manufacturing-header .content-box .image-box figure svg {
              opacity: 1; } }

.top-manufacturing1 {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .top-manufacturing1 {
      padding: 30% 10px 6%; } }
  .top-manufacturing1 .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .top-manufacturing1 .content-box {
        flex-direction: column; } }
    .top-manufacturing1 .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .top-manufacturing1 .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .top-manufacturing1 .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .top-manufacturing1 .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .top-manufacturing1 .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .top-manufacturing1 .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .top-manufacturing1 .content-box .description .text-box {
            width: 100%;
            padding: 0; } }
        .top-manufacturing1 .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .top-manufacturing1 .content-box .description .text-box h3 {
              font-size: 18px; } }
        .top-manufacturing1 .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .top-manufacturing1 .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .top-manufacturing1 .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .top-manufacturing1 .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/top-movie1.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .top-manufacturing1 .content-box .description .image-box {
            width: 100%;
            padding-top: 140%;
            margin-bottom: 6%; } }
        .top-manufacturing1 .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 448px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .top-manufacturing1 .content-box .description .image-box figure {
              top: 80%;
              right: 0%; } }

.top-manufacturing2 {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .top-manufacturing2 {
      padding: 0% 10px 6%; } }
  .top-manufacturing2 .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .top-manufacturing2 .content-box {
        flex-direction: column; } }
    .top-manufacturing2 .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .top-manufacturing2 .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .top-manufacturing2 .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .top-manufacturing2 .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .top-manufacturing2 .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .top-manufacturing2 .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .top-manufacturing2 .content-box .description .text-box {
            width: 100%; } }
        .top-manufacturing2 .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .top-manufacturing2 .content-box .description .text-box h3 {
              font-size: 18px; } }
        .top-manufacturing2 .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .top-manufacturing2 .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .top-manufacturing2 .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .top-manufacturing2 .content-box .description .image-box {
        position: relative;
        width: 64vw;
        height: 32vw;
        background-image: url(../img/top-movie2.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .top-manufacturing2 .content-box .description .image-box {
            width: 100%;
            height: 46vw;
            margin-bottom: 6%; } }
        .top-manufacturing2 .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 448px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .top-manufacturing2 .content-box .description .image-box figure {
              top: 80%;
              right: 0%; } }

.top-manufacturing3 {
  padding: 6% 10px 6% 0px; }
  @media screen and (max-width: 768px) {
    .top-manufacturing3 {
      padding: 0% 0px 6% 10px; } }
  @media screen and (max-width: 520px) {
    .top-manufacturing3 {
      padding: 0% 10px 6%; } }
  .top-manufacturing3 .content-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    @media screen and (max-width: 520px) {
      .top-manufacturing3 .content-box {
        flex-direction: column; } }
    .top-manufacturing3 .content-box .image-box {
      position: relative;
      width: 75vw;
      height: 50vw;
      text-align: center;
      background-image: url(../img/top-manufacturing3.png);
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .top-manufacturing3 .content-box .image-box {
          width: 100%; } }
      @media screen and (max-width: 520px) {
        .top-manufacturing3 .content-box .image-box {
          padding-top: 0;
          width: 100%; } }

.top-attitude {
  padding: 6% 10px 6%; }
  @media screen and (max-width: 768px) {
    .top-attitude {
      padding: 30% 10px 6%; } }
  @media screen and (max-width: 520px) {
    .top-attitude {
      padding: 50% 10px 6%; } }
  .top-attitude .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .top-attitude .content-box {
        flex-direction: column; } }
    .top-attitude .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .top-attitude .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .top-attitude .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .top-attitude .content-box .description {
      width: 91%;
      text-align: center;
      padding-top: 14%; }
      @media screen and (max-width: 768px) {
        .top-attitude .content-box .description {
          padding-top: 0;
          width: 100%; } }
      @media screen and (max-width: 520px) {
        .top-attitude .content-box .description {
          padding-top: 0;
          width: 100%; } }
      .top-attitude .content-box .description figure {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 440px;
        margin-bottom: 3%; }
      .top-attitude .content-box .description p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .top-attitude .content-box .description p {
            font-size: 14px;
            text-align: left; } }
        @media screen and (max-width: 520px) {
          .top-attitude .content-box .description p {
            font-size: 12px;
            text-align: left; } }

.top-thinking {
  padding: 6% 10px 6%; }
  @media screen and (max-width: 768px) {
    .top-thinking {
      padding: 30% 10px 30%; } }
  @media screen and (max-width: 520px) {
    .top-thinking {
      padding: 50% 10px 30%; } }
  .top-thinking .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .top-thinking .content-box {
        flex-direction: column; } }
    .top-thinking .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .top-thinking .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .top-thinking .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .top-thinking .content-box .description {
      width: 91%;
      text-align: center;
      padding-top: 14%; }
      @media screen and (max-width: 768px) {
        .top-thinking .content-box .description {
          padding-top: 0;
          width: 100%; } }
      @media screen and (max-width: 520px) {
        .top-thinking .content-box .description {
          padding-top: 0;
          width: 100%; } }
      .top-thinking .content-box .description figure {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 440px;
        margin-bottom: 3%; }
      .top-thinking .content-box .description p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .top-thinking .content-box .description p {
            font-size: 14px;
            text-align: left; } }
        @media screen and (max-width: 520px) {
          .top-thinking .content-box .description p {
            font-size: 12px;
            text-align: left; } }

.news-news .news {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  border-bottom: dotted 2px #fff;
  max-width: 87.5vw;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .news-news .news {
      padding: 0 20px; } }
  @media screen and (max-width: 520px) {
    .news-news .news {
      flex-direction: column;
      justify-content: center;
      align-items: stretch;
      height: 120px;
      padding: 0 10px 4%;
      margin-bottom: 12%; } }
  .news-news .news:last-of-type {
    margin-bottom: 8%; }
  .news-news .news .left-content {
    max-width: 80%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 520px) {
      .news-news .news .left-content {
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: space-between; } }
    .news-news .news .left-content .time {
      font-size: 14px;
      color: #fff;
      margin-right: 20px;
      font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
      @media screen and (max-width: 768px) {
        .news-news .news .left-content .time {
          font-size: 12px;
          margin-right: 10px; } }
      @media screen and (max-width: 520px) {
        .news-news .news .left-content .time {
          margin-bottom: 10px; } }
    .news-news .news .left-content .tag {
      height: 24px;
      width: 108px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-right: 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .news-news .news .left-content .tag {
          margin-right: 10px; } }
      @media screen and (max-width: 520px) {
        .news-news .news .left-content .tag {
          margin-bottom: 10px; } }
      .news-news .news .left-content .tag span {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
        @media screen and (max-width: 768px) {
          .news-news .news .left-content .tag span {
            font-size: 12px; } }
    .news-news .news .left-content .news-title {
      font-size: 14px;
      color: #fff;
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
      font-weight: bold;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 768px) {
        .news-news .news .left-content .news-title {
          font-size: 12px; } }
      @media screen and (max-width: 520px) {
        .news-news .news .left-content .news-title {
          margin-bottom: 10px; } }
  .news-news .news .right-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    background-color: #665741;
    color: #fff;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: bold; }

.wear-room {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .wear-room {
      padding: 30% 10px 6%; } }
  .wear-room .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .wear-room .content-box {
        flex-direction: column; } }
    .wear-room .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .wear-room .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .wear-room .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .wear-room .content-box .description {
      width: 91%;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .wear-room .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .wear-room .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .wear-room .content-box .description .text-box {
            width: 100%; } }
        .wear-room .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .wear-room .content-box .description .text-box h3 {
              font-size: 18px; } }
        .wear-room .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .wear-room .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .wear-room .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .wear-room .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/wear-room.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .wear-room .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%; } }
        .wear-room .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 306px;
          margin-bottom: 3%;
          top: -10%;
          left: -10%; }
          @media screen and (max-width: 768px) {
            .wear-room .content-box .description .image-box figure {
              top: 80%;
              left: 0%;
              width: 70%;
              top: -18%; } }
          @media screen and (max-width: 520px) {
            .wear-room .content-box .description .image-box figure {
              top: 80%;
              left: 0%;
              width: 70%;
              top: -26%; } }

.wear-outer {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .wear-outer {
      padding: 30% 10px 6%; } }
  .wear-outer .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .wear-outer .content-box {
        flex-direction: column; } }
    .wear-outer .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .wear-outer .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .wear-outer .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .wear-outer .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .wear-outer .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .wear-outer .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .wear-outer .content-box .description .text-box {
            width: 100%; } }
        .wear-outer .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .wear-outer .content-box .description .text-box h3 {
              font-size: 18px; } }
        .wear-outer .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .wear-outer .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .wear-outer .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .wear-outer .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/wear-outer.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .wear-outer .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%;
            background-position-x: 50%;
            background-position-y: 40%; } }
        .wear-outer .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 394px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .wear-outer .content-box .description .image-box figure {
              top: -20%;
              right: 0%;
              width: 90%; } }
          @media screen and (max-width: 520px) {
            .wear-outer .content-box .description .image-box figure {
              top: -30%;
              right: 0%;
              width: 90%; } }

.wear-work {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .wear-work {
      padding: 30% 10px 6%; } }
  .wear-work .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .wear-work .content-box {
        flex-direction: column; } }
    .wear-work .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .wear-work .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .wear-work .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .wear-work .content-box .description {
      width: 91%;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .wear-work .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .wear-work .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .wear-work .content-box .description .text-box {
            width: 100%; } }
        .wear-work .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .wear-work .content-box .description .text-box h3 {
              font-size: 18px; } }
        .wear-work .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .wear-work .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .wear-work .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .wear-work .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/wear-work.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .wear-work .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%; } }
        .wear-work .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 487px;
          margin-bottom: 3%;
          top: -10%;
          left: -10%; }
          @media screen and (max-width: 768px) {
            .wear-work .content-box .description .image-box figure {
              top: -20%;
              left: 0%; } }
          @media screen and (max-width: 520px) {
            .wear-work .content-box .description .image-box figure {
              top: -26%;
              left: 0%; } }

.wear-sports {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .wear-sports {
      padding: 30% 10px 6%; } }
  .wear-sports .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .wear-sports .content-box {
        flex-direction: column; } }
    .wear-sports .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .wear-sports .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .wear-sports .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .wear-sports .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .wear-sports .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .wear-sports .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .wear-sports .content-box .description .text-box {
            width: 100%; } }
        .wear-sports .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .wear-sports .content-box .description .text-box h3 {
              font-size: 18px; } }
        .wear-sports .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .wear-sports .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .wear-sports .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .wear-sports .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/wear-sports.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .wear-sports .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%; } }
        .wear-sports .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 408px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .wear-sports .content-box .description .image-box figure {
              top: -20%;
              right: 0%;
              width: 90%; } }
          @media screen and (max-width: 520px) {
            .wear-sports .content-box .description .image-box figure {
              top: -28%;
              right: 0%;
              width: 90%; } }

.products-lifestyle {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .products-lifestyle {
      padding: 30% 10px 6%; } }
  .products-lifestyle .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .products-lifestyle .content-box {
        flex-direction: column; } }
    .products-lifestyle .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .products-lifestyle .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .products-lifestyle .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .products-lifestyle .content-box .description {
      width: 91%;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .products-lifestyle .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .products-lifestyle .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .products-lifestyle .content-box .description .text-box {
            width: 100%; } }
        .products-lifestyle .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .products-lifestyle .content-box .description .text-box h3 {
              font-size: 18px; } }
        .products-lifestyle .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .products-lifestyle .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .products-lifestyle .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .products-lifestyle .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/products-lifestyle.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .products-lifestyle .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%;
            background-position-x: 50%;
            background-position-y: 60%; } }
        .products-lifestyle .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 306px;
          margin-bottom: 3%;
          top: -10%;
          left: -10%; }
          @media screen and (max-width: 768px) {
            .products-lifestyle .content-box .description .image-box figure {
              top: -16%;
              left: 0%;
              width: 80%; } }
          @media screen and (max-width: 520px) {
            .products-lifestyle .content-box .description .image-box figure {
              top: -28%;
              left: 0%;
              width: 80%; } }

.products-mask {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .products-mask {
      padding: 0% 10px 6%; } }
  .products-mask .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .products-mask .content-box {
        flex-direction: column; } }
    .products-mask .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .products-mask .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .products-mask .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .products-mask .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .products-mask .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .products-mask .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .products-mask .content-box .description .text-box {
            width: 100%; } }
        .products-mask .content-box .description .text-box figure {
          text-align: center;
          display: block;
          width: 100%;
          max-width: 238px;
          margin-bottom: 3%; }
        .products-mask .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .products-mask .content-box .description .text-box h3 {
              font-size: 18px; } }
        .products-mask .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .products-mask .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .products-mask .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .products-mask .content-box .description .image-box {
        position: relative;
        width: 64vw;
        height: 42vw;
        background-image: url(../img/products-mask.png);
        background-size: cover;
        background-position: right; }
        @media screen and (max-width: 768px) {
          .products-mask .content-box .description .image-box {
            width: 100%;
            height: 62vw;
            margin-bottom: 6%; } }
        .products-mask .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 448px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .products-mask .content-box .description .image-box figure {
              top: 80%;
              right: 0%; } }

.products-apparel {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .products-apparel {
      padding: 30% 10px 6%; } }
  .products-apparel .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .products-apparel .content-box {
        flex-direction: column; } }
    .products-apparel .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .products-apparel .content-box .title {
          font-size: 18px;
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .products-apparel .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .products-apparel .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .products-apparel .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .products-apparel .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .products-apparel .content-box .description .text-box {
            width: 100%; } }
        .products-apparel .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .products-apparel .content-box .description .text-box h3 {
              font-size: 18px; } }
        .products-apparel .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .products-apparel .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .products-apparel .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .products-apparel .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/products-apparel.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .products-apparel .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%;
            background-position-x: 50%;
            background-position-y: 20%; } }
        .products-apparel .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 394px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .products-apparel .content-box .description .image-box figure {
              top: -22%;
              right: 0%;
              width: 80%; } }
          @media screen and (max-width: 520px) {
            .products-apparel .content-box .description .image-box figure {
              top: -28%;
              right: 0%;
              width: 80%; } }

.products-outdoors {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .products-outdoors {
      padding: 30% 10px 6%; } }
  .products-outdoors .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .products-outdoors .content-box {
        flex-direction: column; } }
    .products-outdoors .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .products-outdoors .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .products-outdoors .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .products-outdoors .content-box .description {
      width: 91%;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .products-outdoors .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .products-outdoors .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .products-outdoors .content-box .description .text-box {
            width: 100%; } }
        .products-outdoors .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .products-outdoors .content-box .description .text-box h3 {
              font-size: 18px; } }
        .products-outdoors .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .products-outdoors .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .products-outdoors .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .products-outdoors .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/products-outdoors.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .products-outdoors .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%;
            background-position-x: 50%;
            background-position-y: 20%; } }
        .products-outdoors .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 487px;
          margin-bottom: 3%;
          top: -10%;
          left: -10%; }
          @media screen and (max-width: 768px) {
            .products-outdoors .content-box .description .image-box figure {
              top: -26%;
              left: 0%;
              width: 70%; } }
          @media screen and (max-width: 520px) {
            .products-outdoors .content-box .description .image-box figure {
              top: -30%;
              left: 0%;
              width: 80%; } }

.products-bedding {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .products-bedding {
      padding: 30% 10px 6%; } }
  .products-bedding .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .products-bedding .content-box {
        flex-direction: column; } }
    .products-bedding .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .products-bedding .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .products-bedding .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .products-bedding .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .products-bedding .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .products-bedding .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .products-bedding .content-box .description .text-box {
            width: 100%; } }
        .products-bedding .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .products-bedding .content-box .description .text-box h3 {
              font-size: 18px; } }
        .products-bedding .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .products-bedding .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .products-bedding .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .products-bedding .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/products-bedding.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .products-bedding .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%;
            background-position-x: 50%;
            background-position-y: 40%; } }
        .products-bedding .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 408px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .products-bedding .content-box .description .image-box figure {
              top: -28%;
              right: 0%;
              width: 80%; } }
          @media screen and (max-width: 520px) {
            .products-bedding .content-box .description .image-box figure {
              top: -26%;
              right: 0%;
              width: 80%; } }

.products-kids {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .products-kids {
      padding: 30% 10px 6%; } }
  .products-kids .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .products-kids .content-box {
        flex-direction: column; } }
    .products-kids .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .products-kids .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .products-kids .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .products-kids .content-box .description {
      width: 91%;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .products-kids .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .products-kids .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .products-kids .content-box .description .text-box {
            width: 100%; } }
        .products-kids .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .products-kids .content-box .description .text-box h3 {
              font-size: 18px; } }
        .products-kids .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .products-kids .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .products-kids .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .products-kids .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/products-kids.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .products-kids .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%; } }
        .products-kids .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 487px;
          margin-bottom: 3%;
          top: -10%;
          left: -10%; }
          @media screen and (max-width: 768px) {
            .products-kids .content-box .description .image-box figure {
              top: -18%;
              left: 0%; } }
          @media screen and (max-width: 520px) {
            .products-kids .content-box .description .image-box figure {
              top: -24%;
              left: 0%; } }

.products-novelties {
  padding: 10% 10px 6%; }
  @media screen and (max-width: 520px) {
    .products-novelties {
      padding: 30% 10px 6%; } }
  .products-novelties .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .products-novelties .content-box {
        flex-direction: column; } }
    .products-novelties .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .products-novelties .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .products-novelties .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 16%; } }
    .products-novelties .content-box .description {
      width: 91%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .products-novelties .content-box .description {
          padding-top: 0;
          width: 100%;
          flex-direction: column-reverse; } }
      .products-novelties .content-box .description .text-box {
        width: 40%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2%; }
        @media screen and (max-width: 768px) {
          .products-novelties .content-box .description .text-box {
            width: 100%; } }
        .products-novelties .content-box .description .text-box h3 {
          font-size: 24px;
          color: #fff;
          text-align: left;
          margin-bottom: 6%; }
          @media screen and (max-width: 520px) {
            .products-novelties .content-box .description .text-box h3 {
              font-size: 18px; } }
        .products-novelties .content-box .description .text-box p {
          font-size: 16px;
          color: #fff;
          text-align: center;
          text-align: left;
          margin-bottom: 8%; }
          @media screen and (max-width: 768px) {
            .products-novelties .content-box .description .text-box p {
              font-size: 12px;
              text-align: left; } }
        .products-novelties .content-box .description .text-box a {
          display: inline-block;
          text-align: left;
          color: #fff;
          margin-bottom: 6%; }
      .products-novelties .content-box .description .image-box {
        position: relative;
        width: 40%;
        padding-top: 50%;
        background-image: url(../img/products-novelties.png);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .products-novelties .content-box .description .image-box {
            width: 100%;
            margin-bottom: 6%;
            background-position-x: 50%;
            background-position-y: 40%; } }
        .products-novelties .content-box .description .image-box figure {
          position: absolute;
          text-align: center;
          margin: auto;
          display: block;
          width: 100%;
          max-width: 408px;
          margin-bottom: 3%;
          top: -10%;
          right: -25%; }
          @media screen and (max-width: 768px) {
            .products-novelties .content-box .description .image-box figure {
              top: -20%;
              right: 0%;
              width: 80%; } }

.facility-factory {
  max-width: 1080px;
  margin: auto; }
  .facility-factory .place {
    color: #fff;
    background-color: #665741;
    padding: 3% 20px;
    letter-spacing: 1.6px;
    font-size: 16px; }
  .facility-factory .facility-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 2px dotted #665741;
    margin-bottom: 4%; }
    .facility-factory .facility-content .content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
      width: 48%; }
      @media screen and (max-width: 768px) {
        .facility-factory .facility-content .content {
          width: 100%; } }
      .facility-factory .facility-content .content .machine {
        color: #fff;
        font-size: 16px; }
        @media screen and (max-width: 520px) {
          .facility-factory .facility-content .content .machine {
            font-size: 12px; } }
      .facility-factory .facility-content .content .number {
        color: #fff;
        font-size: 16px; }
        @media screen and (max-width: 520px) {
          .facility-factory .facility-content .content .number {
            font-size: 12px; } }

.company-about {
  padding: 6% 10px 6%; }
  @media screen and (max-width: 768px) {
    .company-about {
      padding: 30% 10px 6%; } }
  @media screen and (max-width: 520px) {
    .company-about {
      padding: 30% 10px 6%; } }
  .company-about .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .company-about .content-box {
        flex-direction: column; } }
    .company-about .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .company-about .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .company-about .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .company-about .content-box .description {
      width: 91%;
      text-align: center;
      padding-top: 14%; }
      @media screen and (max-width: 768px) {
        .company-about .content-box .description {
          padding-top: 0;
          width: 100%; } }
      @media screen and (max-width: 520px) {
        .company-about .content-box .description {
          padding-top: 0;
          width: 100%; } }
      .company-about .content-box .description figure {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 440px;
        margin-bottom: 3%; }
      .company-about .content-box .description p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .company-about .content-box .description p {
            font-size: 14px;
            text-align: left; } }
        @media screen and (max-width: 520px) {
          .company-about .content-box .description p {
            font-size: 12px;
            text-align: left; } }

.company-attitude {
  padding: 6% 10px 6%; }
  @media screen and (max-width: 768px) {
    .company-attitude {
      padding: 30% 10px 6%; } }
  @media screen and (max-width: 520px) {
    .company-attitude {
      padding: 50% 10px 6%; } }
  .company-attitude .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .company-attitude .content-box {
        flex-direction: column; } }
    .company-attitude .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .company-attitude .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .company-attitude .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .company-attitude .content-box .description {
      width: 91%;
      text-align: center;
      padding-top: 14%; }
      @media screen and (max-width: 768px) {
        .company-attitude .content-box .description {
          padding-top: 0;
          width: 100%; } }
      @media screen and (max-width: 520px) {
        .company-attitude .content-box .description {
          padding-top: 0;
          width: 100%; } }
      .company-attitude .content-box .description figure {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 440px;
        margin-bottom: 3%; }
      .company-attitude .content-box .description p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .company-attitude .content-box .description p {
            font-size: 14px;
            text-align: left; } }
        @media screen and (max-width: 520px) {
          .company-attitude .content-box .description p {
            font-size: 12px;
            text-align: left; } }

.company-thinking {
  padding: 6% 10px 6%; }
  @media screen and (max-width: 768px) {
    .company-thinking {
      padding: 30% 10px 6%; } }
  @media screen and (max-width: 520px) {
    .company-thinking {
      padding: 50% 10px 6%; } }
  .company-thinking .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .company-thinking .content-box {
        flex-direction: column; } }
    .company-thinking .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .company-thinking .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .company-thinking .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .company-thinking .content-box .description {
      width: 91%;
      text-align: center;
      padding-top: 14%; }
      @media screen and (max-width: 768px) {
        .company-thinking .content-box .description {
          padding-top: 0;
          width: 100%; } }
      .company-thinking .content-box .description figure {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 440px;
        margin-bottom: 3%; }
      .company-thinking .content-box .description p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .company-thinking .content-box .description p {
            font-size: 14px;
            text-align: left; } }

.company-info {
  padding: 6% 10px 6%; }
  @media screen and (max-width: 768px) {
    .company-info {
      padding: 30% 10px 6%; } }
  @media screen and (max-width: 520px) {
    .company-info {
      padding: 50% 10px 6%; } }
  .company-info .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .company-info .content-box {
        flex-direction: column; } }
    .company-info .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .company-info .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .company-info .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .company-info .content-box .description {
      width: 91%;
      text-align: center;
      padding-top: 14%; }
      @media screen and (max-width: 768px) {
        .company-info .content-box .description {
          padding-top: 0;
          width: 100%; } }
      .company-info .content-box .description figure {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 716px;
        margin-bottom: 3%; }
      .company-info .content-box .description p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .company-info .content-box .description p {
            font-size: 14px;
            text-align: left; } }
  .company-info .table-box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 12%; }
    .company-info .table-box .table-row {
      width: 100%;
      display: flex;
      align-items: baseline;
      margin-bottom: 0%;
      background-color: transparent;
      border-bottom: 2px dotted #665741; }
      @media screen and (max-width: 768px) {
        .company-info .table-box .table-row {
          flex-direction: column;
          margin-top: 8%;
          padding-bottom: 8%; } }
      .company-info .table-box .table-row .table-head {
        width: 20%;
        text-align: left;
        padding: 3% 20px;
        font-size: 14px;
        color: #fff;
        line-height: 2.4;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .company-info .table-box .table-row .table-head {
            color: #fff;
            width: 100%;
            padding: 10px; } }
        .company-info .table-box .table-row .table-head strong {
          color: #a96300; }
      .company-info .table-box .table-row .table-data {
        width: 80%;
        padding: 3% 20px; }
        @media screen and (max-width: 768px) {
          .company-info .table-box .table-row .table-data {
            width: 100%;
            padding: 0px; } }
        .company-info .table-box .table-row .table-data h3 {
          color: #fff;
          background-color: #665741;
          padding: 3% 20px;
          letter-spacing: 1.6px;
          font-size: 16px; }
          @media screen and (max-width: 520px) {
            .company-info .table-box .table-row .table-data h3 {
              font-size: 14px; } }
        .company-info .table-box .table-row .table-data p {
          color: #fff;
          font-size: 16px; }
          @media screen and (max-width: 520px) {
            .company-info .table-box .table-row .table-data p {
              font-size: 12px; } }
        .company-info .table-box .table-row .table-data .address {
          color: #fff;
          padding: 3% 20px; }

.company-history {
  padding: 6% 10px 6%; }
  @media screen and (max-width: 768px) {
    .company-history {
      padding: 30% 10px 6%; } }
  @media screen and (max-width: 520px) {
    .company-history {
      padding: 50% 10px 6%; } }
  .company-history .content-box {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .company-history .content-box {
        flex-direction: column; } }
    .company-history .content-box .title {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1.8;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .company-history .content-box .title {
          height: 280px;
          border-right: 2px dotted #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          text-orientation: upright; } }
      @media screen and (max-width: 768px) {
        .company-history .content-box .title {
          font-size: 14px;
          border-right: none;
          border-bottom: 2px dotted #fff;
          margin-bottom: 10%; } }
    .company-history .content-box .description {
      width: 91%;
      text-align: center;
      padding-top: 14%; }
      @media screen and (max-width: 768px) {
        .company-history .content-box .description {
          padding-top: 0;
          width: 100%; } }
      .company-history .content-box .description figure {
        text-align: center;
        margin: auto;
        display: block;
        max-width: 246px;
        margin-bottom: 3%; }
        @media screen and (max-width: 768px) {
          .company-history .content-box .description figure {
            width: 70%; } }
      .company-history .content-box .description p {
        font-size: 16px;
        color: #fff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .company-history .content-box .description p {
            font-size: 14px;
            text-align: left; } }
  .company-history .table-box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 12%; }
    .company-history .table-box .table-row {
      width: 100%;
      display: flex;
      align-items: baseline;
      margin-bottom: 0%;
      background-color: transparent;
      border-bottom: 2px dotted #665741; }
      @media screen and (max-width: 768px) {
        .company-history .table-box .table-row {
          flex-direction: column;
          margin-top: 8%;
          padding-bottom: 8%; } }
      .company-history .table-box .table-row .table-head {
        width: 20%;
        text-align: left;
        padding: 3% 20px;
        font-size: 14px;
        color: #fff;
        line-height: 2.4;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .company-history .table-box .table-row .table-head {
            color: #fff;
            width: 100%;
            padding: 10px; } }
        .company-history .table-box .table-row .table-head strong {
          color: #a96300; }
      .company-history .table-box .table-row .table-data {
        width: 80%;
        padding: 3% 20px; }
        @media screen and (max-width: 768px) {
          .company-history .table-box .table-row .table-data {
            width: 100%;
            padding: 0px; } }
        .company-history .table-box .table-row .table-data h3 {
          color: #fff;
          background-color: #665741;
          padding: 3% 20px;
          letter-spacing: 1.6px;
          font-size: 16px; }
          @media screen and (max-width: 520px) {
            .company-history .table-box .table-row .table-data h3 {
              font-size: 14px; } }
        .company-history .table-box .table-row .table-data p {
          color: #fff;
          font-size: 16px; }
          @media screen and (max-width: 520px) {
            .company-history .table-box .table-row .table-data p {
              font-size: 12px; } }
        .company-history .table-box .table-row .table-data .address {
          color: #fff;
          padding: 3% 20px; }

.Detail {
  padding: 4% 0 12%; }
  @media screen and (max-width: 520px) {
    .Detail {
      padding: 22% 0; } }
  .Detail .Detail-container {
    position: relative;
    margin: 0 auto;
    width: 87.5vw; }
    .Detail .Detail-container .Detail-head {
      display: flex;
      flex-direction: column;
      margin-bottom: 4%;
      padding: 0 4%; }
      .Detail .Detail-container .Detail-head .title {
        font-size: 24px;
        font-weight: bold;
        color: #fff; }
        @media screen and (max-width: 520px) {
          .Detail .Detail-container .Detail-head .title {
            font-size: 24px;
            margin-bottom: 4%; } }
      .Detail .Detail-container .Detail-head .date {
        font-size: 14px;
        color: #fff;
        font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-weight: bold; }
    .Detail .Detail-container .Detail-body {
      position: relative;
      background-color: rgba(255, 255, 255, 0.1);
      padding: 4%; }
      .Detail .Detail-container .Detail-body .category-head {
        color: #fff;
        font-size: 12px;
        border-bottom: solid 1px #fff;
        padding: 1% 0; }
      .Detail .Detail-container .Detail-body .category {
        padding: 1% 0; }
        @media screen and (max-width: 520px) {
          .Detail .Detail-container .Detail-body .category {
            padding: 4% 0; } }
        .Detail .Detail-container .Detail-body .category ul {
          display: flex;
          justify-content: flex-start; }
          .Detail .Detail-container .Detail-body .category ul #tag {
            border-radius: 4px;
            margin: 0 4px;
            transition: .3s ease;
            color: #fff; }
            .Detail .Detail-container .Detail-body .category ul #tag object a {
              font-size: 14px;
              padding: 2px 8px;
              color: #fff; }
          .Detail .Detail-container .Detail-body .category ul .blue {
            background-color: #003b83; }
          .Detail .Detail-container .Detail-body .category ul .yellow {
            background-color: #a96300; }
          .Detail .Detail-container .Detail-body .category ul .red {
            background-color: #830000; }
      .Detail .Detail-container .Detail-body .post {
        margin-top: 6%; }
        .Detail .Detail-container .Detail-body .post h2 {
          color: #fff; }
        .Detail .Detail-container .Detail-body .post p {
          color: #fff; }

.contact-contact {
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  .contact-contact .fix-text {
    color: #fff;
    text-align: center;
    margin-bottom: 3%; }
  .contact-contact .buttonarea {
    display: flex;
    justify-content: center; }
    .contact-contact .buttonarea .buttonbox {
      position: relative;
      width: 100%;
      max-width: 320px;
      height: 70px;
      margin: auto; }
      .contact-contact .buttonarea .buttonbox::before {
        font-family: FontAwesome;
        content: '\f054';
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: 50%;
        right: 20px;
        line-height: 0;
        z-index: 1; }
      .contact-contact .buttonarea .buttonbox a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 70px;
        background-color: #665741;
        color: #fff;
        text-align: center;
        transition: .3s ease;
        cursor: pointer; }
        .contact-contact .buttonarea .buttonbox a:hover {
          filter: brightness(110%); }
  .contact-contact .contact-form {
    width: 100%; }
    .contact-contact .contact-form p {
      color: #fff;
      margin-bottom: 3%; }
    .contact-contact .contact-form .buttonarea {
      display: flex;
      justify-content: center; }
      .contact-contact .contact-form .buttonarea .buttonbox {
        position: relative;
        width: 100%;
        max-width: 320px;
        height: 70px;
        margin: auto; }
        .contact-contact .contact-form .buttonarea .buttonbox::before {
          font-family: FontAwesome;
          content: '\f054';
          color: #fff;
          font-size: 14px;
          position: absolute;
          top: 50%;
          right: 20px;
          line-height: 0;
          z-index: 1; }
        .contact-contact .contact-form .buttonarea .buttonbox input {
          display: block;
          width: 100%;
          height: 70px;
          background-color: #665741;
          color: #fff;
          text-align: center;
          transition: .3s ease;
          cursor: pointer; }
          .contact-contact .contact-form .buttonarea .buttonbox input:hover {
            filter: brightness(110%); }
        .contact-contact .contact-form .buttonarea .buttonbox input[type="submit"][disabled] {
          background-color: #8a8a8a; }
      .contact-contact .contact-form .buttonarea .back input[type="button"] {
        background-color: #4a3d35; }
      .contact-contact .contact-form .buttonarea .back::before {
        display: none; }
      .contact-contact .contact-form .buttonarea .back::after {
        font-family: FontAwesome;
        content: '\f053';
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 20px;
        line-height: 0;
        z-index: 1; }
    .contact-contact .contact-form .table-row {
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: 5px;
      background-color: transparent; }
      @media screen and (max-width: 768px) {
        .contact-contact .contact-form .table-row {
          flex-direction: column; } }
      .contact-contact .contact-form .table-row .table-head {
        width: 20%;
        text-align: left;
        padding: 20px;
        font-size: 14px;
        color: #fff; }
        @media screen and (max-width: 768px) {
          .contact-contact .contact-form .table-row .table-head {
            color: #fff;
            width: 100%;
            padding: 10px; } }
        .contact-contact .contact-form .table-row .table-head strong {
          color: #a96300; }
      .contact-contact .contact-form .table-row .table-data {
        width: 80%;
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px dotted #fff; }
        @media screen and (max-width: 768px) {
          .contact-contact .contact-form .table-row .table-data {
            width: 100%; } }
        .contact-contact .contact-form .table-row .table-data input {
          background-color: rgba(255, 255, 255, 0.1);
          color: #fff;
          width: 100%;
          padding: 15px; }
        .contact-contact .contact-form .table-row .table-data .flex {
          display: flex;
          flex-wrap: wrap; }
        .contact-contact .contact-form .table-row .table-data .select-box select {
          padding: 15px;
          color: #fff;
          background-color: rgba(255, 255, 255, 0.1);
          width: 100%; }
          @media screen and (max-width: 768px) {
            .contact-contact .contact-form .table-row .table-data .select-box select {
              width: 100%; } }
          .contact-contact .contact-form .table-row .table-data .select-box select option {
            padding: 15px;
            width: 100%;
            color: black; }
        .contact-contact .contact-form .table-row .table-data input[type="tel"] {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.1);
          color: #fff; }
          @media screen and (max-width: 768px) {
            .contact-contact .contact-form .table-row .table-data input[type="tel"] {
              width: 100%; } }
        .contact-contact .contact-form .table-row .table-data input[type="email"] {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.1);
          color: #fff; }
          @media screen and (max-width: 768px) {
            .contact-contact .contact-form .table-row .table-data input[type="email"] {
              width: 100%; } }
        .contact-contact .contact-form .table-row .table-data input[type="date"] {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.1);
          color: #fff; }
          @media screen and (max-width: 768px) {
            .contact-contact .contact-form .table-row .table-data input[type="date"] {
              width: 100%; } }
        .contact-contact .contact-form .table-row .table-data textarea {
          background-color: rgba(255, 255, 255, 0.1);
          color: #fff;
          width: 100%;
          padding: 5px; }
    .contact-contact .contact-form .privacy {
      text-align: center;
      margin: 2% auto 4%;
      color: #fff; }
      .contact-contact .contact-form .privacy label a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline; }

#hero-copy-en {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }
  @media screen and (max-width: 520px) {
    #hero-copy-en {
      fill: white;
      stroke: #fff;
      stroke-width: 1px;
      stroke-dasharray: 0;
      fill-rule: evenodd; } }

#hero-copy-jp {
  font-size: 12px;
  fill: #fff;
  font-family: "Noto Serif CJK JP";
  font-weight: 500;
  letter-spacing: 4px; }
  @media screen and (max-width: 520px) {
    #hero-copy-jp {
      font-size: 14px; } }

#svg-top-about {
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd;
  text-align: center;
  font-size: 1em; }

#svg-top-wear {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-top-products {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-top-manufacturing-header {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-top-attitude {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-top-thinking {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#hero-news {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#hero-wear {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-wear-room {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-wear-outer {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-wear-work {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-wear-sports {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#hero-products {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-products-lifestyle {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-products-mask {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-products-apparel {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-products-outdoors {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-products-bedding {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-products-kids {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-products-novelties {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#hero-contact {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#hero-facility {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#hero-company {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-company-info {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

#svg-company-history {
  fill: none;
  stroke: #f0cbab;
  stroke-width: 1px;
  stroke-dasharray: 4 2;
  fill-rule: evenodd; }

footer {
  margin-left: 100px;
  background: -moz-linear-gradient(top, #18130d, #042E51);
  background: -webkit-linear-gradient(top, #18130d, #042E51);
  background: linear-gradient(to bottom, #18130d, #042E51);
  background: -moz-linear-gradient(top, #18130d, #342c27);
  background: -webkit-linear-gradient(top, #18130d, #342c27);
  background: linear-gradient(to bottom, #18130d, #342c27); }
  @media screen and (max-width: 768px) {
    footer {
      margin-left: 100px;
      padding: 0 10px; } }
  @media screen and (max-width: 520px) {
    footer {
      margin-left: 50px;
      padding: 0 10px; } }
  footer .footer-container {
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      footer .footer-container {
        width: 87.5vw; } }
    footer .footer-container .footer-head {
      border-bottom: 1px solid #f0f2f4;
      padding: 1% 0; }
      footer .footer-container .footer-head a {
        position: relative;
        padding: 20px; }
        footer .footer-container .footer-head a::before {
          display: block;
          width: 16px;
          height: 100%;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../img/home.png);
          background-repeat: no-repeat;
          background-position: 50%;
          background-size: 16px; }
        footer .footer-container .footer-head a span {
          color: #fff; }
    footer .footer-container .footer-body {
      padding: 3% 0 3%;
      max-width: 800px;
      margin: auto;
      border-bottom: 1px solid #f0f2f4; }
      footer .footer-container .footer-body .footer-copy-large {
        color: #fff;
        font-size: 24px;
        text-align: center; }
        @media screen and (max-width: 520px) {
          footer .footer-container .footer-body .footer-copy-large {
            font-size: 16px;
            text-align: left; } }
      footer .footer-container .footer-body .footer-copy-small {
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin-bottom: 8%; }
        @media screen and (max-width: 520px) {
          footer .footer-container .footer-body .footer-copy-small {
            font-size: 10px;
            text-align: left; } }
      footer .footer-container .footer-body .footer-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (max-width: 520px) {
          footer .footer-container .footer-body .footer-nav li {
            width: 50%;
            padding: 10px 0; } }
        footer .footer-container .footer-body .footer-nav li a {
          color: #fff;
          font-size: 14px; }
          @media screen and (max-width: 520px) {
            footer .footer-container .footer-body .footer-nav li a {
              font-size: 12px; } }
    footer .footer-container .footer-foot .sns-area {
      display: flex;
      justify-content: center;
      padding: 3% 0 3%; }
      @media screen and (max-width: 520px) {
        footer .footer-container .footer-foot .sns-area {
          justify-content: flex-start; } }
      footer .footer-container .footer-foot .sns-area a {
        display: inline-block;
        margin: 0 10px;
        width: 12px;
        height: 12px; }
        footer .footer-container .footer-foot .sns-area a:hover {
          background-image: radial-gradient(ellipse at center, #616161 0%, rgba(97, 97, 97, 0.65) 35%, rgba(19, 19, 19, 0.28) 72%, rgba(19, 19, 19, 0) 100%); }

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