@charset "UTF-8";
html {
  position: relative;
  font-size: 62.5%;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

@font-face {
  font-family: 'YuMincho-db';
  src: local("YuMincho-Demibold");
}

.ft-hiragino, body, body:lang(en), header form input[type="text"], header .aside_wrap a, header .gb_icon_res a, header .nav_links nav ul li a, main .top_main_visual, main .top_product_wrap .product_inner .product_hero .hd_product_group, main .performance_wrap .hd_performance h1, main .performance_wrap ul li.mp_items_inner figcaption, main .top_news_wrap .hd_news div h1, main .top_news_wrap .news_list ul li, footer div p {
  font-family: "ヒラギノ明朝 ProN W6",'YuMincho-db','YuMincho', sans-serif;
}

@supports (-ms-ime-align: auto) {
  /* for Edge(Legacy) */
  .ft-hiragino, body, body:lang(en), header form input[type="text"], header .aside_wrap a, header .gb_icon_res a, header .nav_links nav ul li a, main .top_main_visual, main .top_product_wrap .product_inner .product_hero .hd_product_group, main .performance_wrap .hd_performance h1, main .performance_wrap ul li.mp_items_inner figcaption, main .top_news_wrap .hd_news div h1, main .top_news_wrap .news_list ul li, footer div p {
    font-family: "ヒラギノ明朝 ProN W6",'Yu Mincho Demibold', sans-serif;
  }
}

body {
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.6;
  color: #202020;
}

body:lang(en) {
  max-width: 1920px;
  margin: 0 auto;
  line-height: 2;
}

li {
  list-style: none;
}

h1 {
  font-weight: normal;
}

.content_bg, main .top_about_wrap::after, main .performance_wrap::after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  position: absolute;
  z-index: 99;
}

/*--------------------
     header
--------------------*/
.hd_fixed {
  position: fixed;
}

.in-ovarlay {
  background-color: rgba(32, 32, 32, 0.8);
  -webkit-transition: .5s all;
  transition: .5s all;
}

.out-ovarlay {
  background-color: rgba(32, 32, 32, 0);
  -webkit-transition: .5s all;
  transition: .5s all;
}

header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  top: 0;
  z-index: 104;
  padding: 0 0 20px 0;
}

header .hd_nav {
  padding: 0 40px;
}

header .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

header form {
  margin: 4px 24px 0 0;
  border-bottom: solid 1px #fff;
}

header form input[type="text"] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 1.8rem;
}

header form input[type="submit"] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://www.shimz.co.jp/mokkou/images/hd_search_icon.svg);
  cursor: pointer;
  padding: 0 18px 0 0;
  width: 20px;
  height: 20px;
}

header .aside_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 12px 0 0 0;
}

header .aside_wrap a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  line-height: 1.6rem;
  padding-left: 3rem;
  position: relative;
}

header .aside_wrap a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(https://www.shimz.co.jp/mokkou/images/hd_gbnvicon_wh.svg);
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  left: 0.8rem;
}

header .aside_wrap a:hover::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(https://www.shimz.co.jp/mokkou/images/hd_gbnvicon_bk.svg);
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  left: 0.8rem;
}

header .gb_icon_res a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  line-height: 1.6rem;
  padding-left: 3rem;
  position: relative;
}

header .gb_icon_res a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(https://www.shimz.co.jp/mokkou/images/hd_gbnvicon_wh.svg);
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  left: 0.8rem;
}

header .gb_icon_box {
  border: solid 1px #fff;
  padding: 8px 9px;
}

header .nav_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px 0 0 0;
}

header .nav_links a img {
  width: 18rem;
}

header .nav_links nav {
  margin: 0 0 0 12px;
}

header .nav_links nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .nav_links nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}

header .nav_links nav ul li:not(:last-child) {
  margin: 0 64px 0 0;
}

header .nav_links .tb_disp_hidden {
  padding-top: 24px;
}

body:lang(en) header .nav_links nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body:lang(en) header .nav_links nav ul li {
  word-break: break-all;
}

body:lang(en) header .nav_links nav ul li:not(:last-child) {
  margin: 0 48px 0 0;
}

body:lang(en) header .nav_links nav ul li a {
  font-size: 1.4rem;
}

body:lang(en) main {
  /*--------トップニュース--------*/
  /*--------メインビジュアル--------*/
  /*--------技術と素材--------*/
  /*--------新着情報--------*/
}

body:lang(en) main .top_main_visual.animation .top_main_visual_news h2::after {
  width: 95px;
  top: calc(47% - .5px);
  left: calc(64% + 8px);
}

body:lang(en) main .top_main_visual_news {
  margin: 0;
}

body:lang(en) main .top_main_visual_news h2 {
  color: #fff;
  position: relative;
  letter-spacing: .16em;
  font-weight: 400;
  padding: 0 12px 0 0;
  width: 20%;
  margin: 0 0 0 24px;
}

body:lang(en) main .top_main_visual .hd_main_visual {
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 2em;
  top: 226px;
  right: 150px;
  width: 580px;
}

body:lang(en) main .top_main_visual .hd_main_visual p {
  color: #fff;
}

body:lang(en) main .top_main_visual .hd_main_visual_bp {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.8em;
  top: 170px;
  right: 150px;
}

body:lang(en) main .top_main_visual .hd_main_visual_bp p {
  color: #fff;
}

body:lang(en) main .top_main_visual .page_scroll_content {
  width: 100%;
}

body:lang(en) main .top_main_visual .page_scroll_content .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body:lang(en) main .top_concept_wrap .concept_inner .concept_hero .desc_box .hd_group p {
  margin: 28px 0 42px;
}

body:lang(en) main .top_news_wrap {
  margin: 0 0 210px 0;
}

body:lang(en) main .top_news_wrap .hd_news div {
  left: 127px;
}

body:lang(en) main .top_news_wrap .news_list > div {
  top: -65%;
}

body:lang(en) main .top_news_wrap .news_list ul li div {
  display: table-row;
}

body:lang(en) main .top_news_wrap .news_list ul li div > p {
  display: inline-block;
  white-space: nowrap;
  display: table-cell;
}

body:lang(en) main .top_news_wrap .news_list ul li div > p:nth-child(1) {
  width: 140px;
}

body:lang(en) main .top_news_wrap .news_list ul li div .tag {
  width: 115px;
  padding: 0 0 0 32px;
}

body:lang(en) main .top_news_wrap .news_list ul li div .tag span {
  background-color: #aadded;
  padding: 2px 8px;
}

body:lang(en) main .top_news_wrap .news_list ul li div a {
  text-decoration: none;
  color: #202020;
  display: table-cell;
  padding: 0 0 0 32px;
}

body:lang(en) main .top_news_wrap .news_list ul li div a p {
  font-size: 1.5rem;
}

/*--------------------
     main
--------------------*/



main {
  display: block;
  /*--------メインビジュアル--------*/
  /*--------東京木工場について--------*/
  /*--------技術と素材--------*/
  /*--------連載企画--------*/
  /*--------木工場ギャラリー--------*/
  /*--------実績紹介--------*/
  /*--------新着情報--------*/
  /*--------バナー----------*/
}

main .top_main_visual {
  height: calc(100vh + 21px);
}

main .top_main_visual .single_item li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
}

main .top_main_visual .single_item li img {
  width: 100%;
  height: calc(100vh + 21px);
  -o-object-fit: cover;
     object-fit: cover;
}

main .top_main_visual .hd_main_visual {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 2em;
  top: 226px;
  right: 150px;
  width: 288px;
}

main .top_main_visual .hd_main_visual p {
  color: #fff;
}

main .top_main_visual .hd_main_visual_bp {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 2em;
  top: 170px;
  right: 150px;
}

main .top_main_visual .hd_main_visual_bp p {
  color: #fff;
}

main .top_main_visual .page_scroll_content {
  width: 100%;
}

main .top_main_visual .page_scroll_content .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .top_about_wrap {
  position: relative;
  margin: 84px 0 0 0;
}

main .top_about_wrap .about_inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

main .top_about_wrap .about_inner .about_hero {
  margin: auto 66px auto 0;
  padding: 0 0 0 19px;
}

main .top_about_wrap .about_inner img {
  width: 100%;
}

main .top_about_wrap::after {
  content: "";
  max-width: 1632px;
  max-height: 575px;
  top: 26%;
  left: 0%;
}

main .top_concept_wrap {
  margin: 108px 0 0 0;
}

main .top_concept_wrap .concept_inner {
  width: 100%;
}

main .top_concept_wrap .concept_inner .concept_image {
  width: 100%;
}

main .top_concept_wrap .concept_inner .concept_image > div {
  width: calc(100% + 454px);
}

main .top_concept_wrap .concept_inner .concept_image img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

main .top_concept_wrap .concept_inner .top_bg02 {
  background-image: url(https://www.shimz.co.jp/mokkou/images/img_index_04.png);
  background-size: cover;
  width: 100%;
  height: 700px;
}

main .top_concept_wrap .concept_inner .concept_content {
  width: calc(100% + 330px);
}

main .top_concept_wrap .concept_inner .concept_hero {
  height: 644px;
  background-color: #fff;
  margin: 28px 0 0 0;
}

main .top_concept_wrap .concept_inner .concept_hero > div {
  padding: 38px 0 0 72px;
}

main .top_concept_wrap .concept_inner .concept_hero .desc_box .hd_group p {
  margin: 36px 0 78px;
}

main .top_concept_wrap .concept_inner .concept_hero .desc_box .desc p:nth-child(1) {
  margin: 0;
}

main .top_concept_wrap .concept_inner .concept_hero .desc_box .desc p:nth-child(n+2) {
  margin: 42px 0 0 0;
}

main .top_product_wrap {
  margin: 171px 0;
}

main .top_product_wrap .product_inner {
  width: 100%;
}

main .top_product_wrap .product_inner .hd_product_content {
  width: 100%;
  max-width: 694px;
}

main .top_product_wrap .product_inner .hd_product_content .guide_link {
  text-align: center;
  margin: 30px 0 0 0;
}

main .top_product_wrap .product_inner .hd_product_inner {
  max-width: 694px;
  height: 398px;
  background-color: #202020;
  color: #fff;
}

main .top_product_wrap .product_inner .hd_product_inner div {
  position: absolute;
  top: 102px;
  right: 82px;
  max-width: 70%;
}



main .top_product_wrap .product_inner .hd_product_inner div h1 {
  font-weight: normal;
}

main .top_product_wrap .product_inner .product_hero {
  width: 100%;
  max-width: 1302px;
  margin: 136px 0 0 0;
}

main .top_product_wrap .product_inner .product_hero .hd_product_group p span {
  font-size: 1.3rem;
}

main .top_product_wrap .product_inner .product_hero .hd_product_group h2 {
  font-size: 2.6rem;
  font-weight: normal;
  margin: 12px 0 44px 0;
}

main .top_product_wrap .product_inner .product_hero .product_number {
  font-size: 3.6rem;
}

main .top_product_wrap .product_inner .product_hero .product_bg::before {
  content: "";
  display: block;
  background-color: #F2F2F2;
  width: calc(100% + 93px);
  max-width: 1302px;
  height: 451px;
  position: absolute;
  z-index: 0;
  top: 0%;
  right: 0%;
}

main .top_product_wrap .product_inner .product_hero .summary_container {
  bottom: 67px;
}

main .top_product_wrap .product_inner .product_hero .over_content {
  top: -88px;
  margin: 0 0 0 40px;
}

main .top_product_wrap .product_inner .product_summary {
  margin: 0 10px 0 40px;
}

main .top_product_wrap .product_inner .product_summary .guide_link {
  margin: 48px 0 0 0;
}

main .top_gallery_wrap {
  margin: 0 0 171px 0;
}

main .top_gallery_wrap > div a {
  -webkit-transition: .5s all;
  transition: .5s all;
}

main .top_gallery_wrap > div a:hover {
  opacity: .7;
}

main .top_gallery_wrap .guide_link {
  margin: 0 108px 0 0;
}

main .top_gallery_wrap .top_gallery_bg {
  background-color: #202020;
  width: 100%;
  height: 257px;
  max-width: none;
  bottom: 10%;
}

main .top_gallery_wrap .top_gallery_content > div {
  width: 100%;
  max-width: 1080px;
}

main .top_gallery_wrap .top_gallery_content > div .two_column {
  width: 50%;
}

main .top_gallery_wrap .top_gallery_content > div .two_column img {
  max-width: 450px;
  max-height: 562.5px;
  width: 100%;
}

main .top_gallery_wrap .top_gallery_content > div .gallery_detail {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main .top_gallery_wrap .top_gallery_content > div .gallery_detail > div {
  margin: 32px 0 0 0;
}

main .top_gallery_wrap .top_gallery_content > div .gallery_detail > div h1 {
  font-size: 2.6rem;
  color: #202020;
}

main .top_gallery_wrap .top_gallery_content > div .gallery_detail > div .sentence {
  margin: 54px 0 0 0;
}

main .top_gallery_wrap .top_gallery_content > div .gallery_detail > div .item_content_front {
  text-align: left;
  bottom: 0;
}

main .performance_wrap {
  width: 100%;
  margin: 0 0 180px 0;
  position: relative;
}

main .performance_wrap .performance_inner {
  padding: 0 0 57px 0;
}

main .performance_wrap .guide_mark {
  margin: 0 8px 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0.7rem;
}

main .performance_wrap .guide_mark::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #A3A3A3;
  border-right: solid 1px #A3A3A3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: static;
}

main .performance_wrap .guide_mark::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #A3A3A3;
  border-right: solid 1px #A3A3A3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: static;
  margin: 0 4px 0 0;
}

main .performance_wrap .hd_performance {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 32px;
  opacity: 0;
}

main .performance_wrap .hd_performance h1 {
  font-size: 2.6rem;
}

main .performance_wrap a {
  text-decoration: none;
  color: #202020;
}

main .performance_wrap .slick-prev,
main .performance_wrap .slick-next {
  top: 40%;
}

main .performance_wrap .slick-dots {
  bottom: -52px;
}

main .performance_wrap ul li.mp_items_inner figure img {
  width: 100%;
  max-width: 480px;
}

main .performance_wrap ul li.mp_items_inner figcaption {
  font-size: 1.6rem;
  margin: 24px 0 0 0;
}

main .performance_wrap ul li.mp_items_inner figcaption p:last-child {
  margin: 8px 0 0 0;
}

main .performance_wrap::after {
  content: "";
  max-width: 1500px;
  height: 527px;
  top: 4%;
  left: 0%;
}

main .top_news_wrap {
  width: 100%;
  margin: 0 0 120px 0;
}

main .top_news_wrap .news_bg {
  background-image: url(https://www.shimz.co.jp/mokkou/images/img_index_10.jpg);
  background-size: cover;
  width: 100%;
  height: 506px;
  position: relative;
  z-index: 101;
  background-position: 50%;
}

main .top_news_wrap .news_inner {
  max-width: 1440px;
  margin: 0 auto;
}

main .top_news_wrap .hd_news {
  width: 100%;
}

main .top_news_wrap .hd_news div {
  bottom: 160px;
  left: 160px;
}

main .top_news_wrap .hd_news div h1 {
  font-size: 2.6rem;
}

main .top_news_wrap .hd_news::before {
  content: "";
  display: block;
  background-color: #F2F2F2;
  width: calc(100% + 550px);
  max-width: 1003px;
  height: 267px;
}

main .top_news_wrap .news_list {
  width: calc(100% + 1698px);
}

main .top_news_wrap .news_list .guide_link {
  text-align: right;
  margin: 16px 106px 0 0;
}

main .top_news_wrap .news_list > div {
  width: 100%;
  position: absolute;
  top: -26%;
}

main .top_news_wrap .news_list ul {
  background-color: #fff;
}

main .top_news_wrap .news_list ul li {
  font-size: 1.6rem;
  padding: 32px 0;
  margin: 0 54px;
}

main .top_news_wrap .news_list ul li:nth-child(even) {
  border-top: 1px dashed #D1D1D1;
  border-bottom: 1px dashed #D1D1D1;
}

main .top_news_wrap .news_list ul li:first-child {
  padding: 46px 0 32px 0;
}

main .top_news_wrap .news_list ul li:last-child {
  border-bottom: 0px;
  padding: 32px 0 46px 0;
}

main .top_news_wrap .news_list ul li div {
  display: table-row;
}

main .top_news_wrap .news_list ul li div > p {
  display: inline-block;
  white-space: nowrap;
  display: table-cell;
}

main .top_news_wrap .news_list ul li div > p:nth-child(1) {
  width: 120px;
}

main .top_news_wrap .news_list ul li div .tag {
  width: 80px;
  padding: 0 0 0 32px;
}

main .top_news_wrap .news_list ul li div .tag span {
  background-color: #aadded;
  padding: 2px 8px;
}

main .top_news_wrap .news_list ul li div a {
  text-decoration: none;
  color: #202020;
  display: table-cell;
  padding: 0 0 0 32px;
}

main .top_bn_wrap > div a {
  -webkit-transition: .5s all;
  transition: .5s all;
}

main .top_bn_wrap > div a:hover {
  opacity: .7;
}

/*--------------------
     footer
--------------------*/
footer {
  background-color: #A3A3A3;
}

footer div {
  width: 100%;
  padding: 64px 0 50px 0;
  margin: auto;
  text-align: center;
}

footer div p {
  font-size: 1.3rem;
  margin-top: 54px;
  color: #ffffff;
}

footer div img {
  width: 27.7rem;
}

footer div nav {
  width: 100%;
  margin: 48px auto 0 auto;
}

footer div nav ul {
  line-height: 1.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

footer div nav ul li {
  width: calc(100% / 3);
  border-right: 1px solid #ffffff;
  padding: 0 2.4rem;
  line-height: 1.8rem;
  text-align: center;
}

footer div nav ul :last-child {
  border-right: none;
}

@media screen and (max-width: 1308px) {
  main {
    /*--------連載企画--------*/
    /*--------実績紹介--------*/
  }
  main .top_product_wrap {
    margin: 171px 0;
  }
  main .top_product_wrap .product_inner {
    width: 100%;
  }
  main .top_product_wrap .product_inner .hd_product_content {
    width: 35%;
    max-width: 694px;
  }
  main .top_product_wrap .product_inner .hd_product_content .guide_link {
    text-align: center;
    margin: 30px 0 0 0;
  }
  main .top_product_wrap .product_inner .hd_product_inner {
    max-width: 694px;
    height: 398px;
    background-color: #202020;
    color: #fff;
  }
  main .top_product_wrap .product_inner .hd_product_inner div {
    position: absolute;
    top: 102px;
    right: 82px;
    max-width: 70%;
  }
  main .top_product_wrap .product_inner .hd_product_inner div h1 {
    font-weight: normal;
  }
  main .top_product_wrap .product_inner .product_hero {
    width: 65%;
    max-width: 1302px;
    margin: 136px 0 0 0;
  }
  main .top_product_wrap .product_inner .product_hero .hd_product_group p span {
    font-size: 1.3rem;
  }
  main .top_product_wrap .product_inner .product_hero .hd_product_group h2 {
    font-size: 2.6rem;
    font-weight: normal;
    margin: 12px 0 44px 0;
  }
  main .top_product_wrap .product_inner .product_hero .product_number {
    font-size: 3.6rem;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg::before {
    content: "";
    display: block;
    background-color: #F2F2F2;
    width: calc(100% + 93px);
    max-width: 1302px;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0%;
    right: 0%;
  }
  main .top_product_wrap .product_inner .product_hero .summary_container {
    bottom: 67px;
  }
  main .top_product_wrap .product_inner .product_hero .summary_container .product_image img {
    width: 100%;
  }
  main .top_product_wrap .product_inner .product_hero .over_content {
    top: -88px;
    margin: 0 0 0 40px;
  }
  main .top_product_wrap .product_inner .product_summary {
    width: 50%;
    margin: 0 10px 0 40px;
  }
  main .top_product_wrap .product_inner .product_summary .guide_link {
    margin: 48px 0 0 0;
  }
  main .performance_wrap .hd_performance {
    max-width: 1024px;
  }
}

@media screen and (max-width: 1100px) {
  body:lang(en) header .nav_links nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body:lang(en) header .nav_links nav ul li {
    word-break: break-all;
  }
  body:lang(en) header .nav_links nav ul li:not(:last-child) {
    margin: 0 32px 0 0;
  }
}

@media screen and (max-width: 1300px) {
  header .nav_links nav ul li:not(:last-child) {
    margin: 0 32px 0 0;
  }
}

/*--------------------
     tablet
--------------------*/
@media screen and (max-width: 1024px) {
  header {
    position: absolute;
  }
  header form {
    margin: 0 auto;
    position: relative;
  }
  header form input[type="text"] {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 2.8px;
  }
  header form input[type="submit"] {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://www.shimz.co.jp/mokkou/images/hd_search_icon.svg);
    cursor: pointer;
    padding: 0 18px 0 0;
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    right: 6px;
    top: 2px;
  }
  header .hd_nav {
    padding: 8px 20px 0 20px;
  }
  header .aside_wrap {
    display: none;
  }
  header .gb_icon_res {
    margin: 0;
  }
  header .gb_icon_res a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    line-height: 1.6rem;
    padding-left: 3rem;
    display: block;
    position: relative;
    text-align: center;
  }
  header .gb_icon_res a::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(https://www.shimz.co.jp/mokkou/images/hd_gbnvicon_wh.svg);
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    left: 8.8rem;
  }
  header .gb_icon_box {
    border: solid 1px #fff;
    padding: 8px 9px;
  }
  header .nav_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  header .nav_links nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .nav_links nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
  }
  header .nav_links nav ul li:not(:last-child) {
    margin-right: 64px;
  }
  header .nav_links .hb_menu_wrap .hb_menu_btn {
    position: fixed;
    top: 3%;
    right: 4%;
    z-index: 105;
    cursor: pointer;
    background-color: #202020;
    padding: 12px;
    border-radius: 10%;
  }
  header .nav_links .hb_menu_wrap .hb_menu_line_1 {
    width: 24px;
    height: 9px;
    border-top: 3px solid #F5F5F5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 0 0 auto;
  }
  header .nav_links .hb_menu_wrap .hb_menu_line_2 {
    width: 24px;
    height: 9px;
    border-top: 3px solid #F5F5F5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 0 0 auto;
  }
  header .nav_links .hb_menu_wrap .hb_menu_line_3 {
    width: 24px;
    border-top: 3px solid #F5F5F5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 0 0 auto;
  }
  header .nav_links .hb_menu_wrap .hb_menu_close_1 {
    -webkit-transform: translate(3px, 6px) rotate(-45deg);
            transform: translate(3px, 6px) rotate(-45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 24px;
    height: 9px;
  }
  header .nav_links .hb_menu_wrap .hb_menu_close_2 {
    display: none;
  }
  header .nav_links .hb_menu_wrap .hb_menu_close_3 {
    -webkit-transform: translate(-3px, -6px) rotate(45deg);
            transform: translate(-3px, -6px) rotate(45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 8px;
  }
  header .nav_links .hb_menu_wrap .hb_menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow: scroll;
    background-color: #202020;
    width: 100vw;
    height: 100vh;
  }
  header .nav_links .hb_menu_wrap .hb_menu .logo {
    margin: 16px 0 0 24px;
  }
  header .nav_links .hb_menu_wrap .hb_menu .logo img {
    width: 150px;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li {
    text-align: left;
    padding: 24px 0;
    width: 100%;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li:nth-child(n+2):nth-child(-n+7) {
    border-bottom: solid 1px #707070;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li:nth-child(n+2):nth-child(-n+7) a {
    max-width: 302px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li:nth-child(n+8):nth-child(-n+10) {
    padding: 24px 0 0 0;
    max-width: 302px;
    margin: 0 auto;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li:nth-child(n+8):nth-child(-n+10) a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li:nth-child(n+8):nth-child(-n+10) a span {
    font-size: 1.4rem;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li a {
    font-size: 1.6rem;
    color: #fff;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li:first-child {
    max-width: 302px;
    margin: 0 auto;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li:nth-child(n+2) {

    margin: 0;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li:last-child {
    max-width: 302px;
    margin: 0 auto;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li .guide_mark {
    display: inline-block;
    margin: 0 8px 0 8px;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li .guide_mark::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #A3A3A3;
    border-right: solid 1px #A3A3A3;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: static;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li .guide_mark::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #A3A3A3;
    border-right: solid 1px #A3A3A3;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: static;
    margin: 0 4px 0 0;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li .guide_mark_single {
    margin: 0 8px 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: .7rem 0 0 0;
  }
  header .nav_links .hb_menu_wrap .hb_menu ul li .guide_mark_single::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #A3A3A3;
    border-right: solid 1px #A3A3A3;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: static;
  }
  /*--------------------
         main
    --------------------*/
  main {
    /*--------メインビジュアル--------*/
    /*--------トップニュース--------*/
    /*--------東京木工場について--------*/
    /*--------技術と素材--------*/
    /*--------連載企画--------*/
    /*--------木工場ギャラリー--------*/
    /*--------実績紹介--------*/
    /*--------新着情報--------*/
  }
  main .top_main_visual {
    height: calc(100vh + 70px);
  }
  main .top_main_visual .single_item li img {
    height: calc(100vh + 70px);
  }
  main .top_main_visual .hd_main_visual {
    font-size: 3.6rem;
    top: 226px;
    font-weight: normal;
    line-height: 2em;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
  }
  main .top_main_visual_news h2 {
    color: #202020;
    position: relative;
    letter-spacing: .16em;
    font-weight: 400;
    padding: 0 8px 0 0;
    margin: 0;
  }
  main .top_about_wrap {
    position: relative;
    margin: 56px 0 0 0;
    padding: 0 19px;
  }
  main .top_about_wrap .about_inner {
    max-width: none;
    margin: 0 auto;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  main .top_about_wrap .about_inner .about_hero {
    margin: 28px 0 0 0;
    padding: 0;
  }
  main .top_about_wrap .about_inner .about_image {
    width: 100%;
  }
  main .top_about_wrap .about_inner .about_image img {
    width: 100%;
  }
  main .top_about_wrap::after {
    top: auto;
    bottom: -20px;
    left: 0%;
    max-width: 1632px;
    max-height: 610px;
  }
  main .top_about_wrap .guide_link {
    font-size: 1.4rem;
  }
  main .top_concept_wrap {
    margin: 72px 0 0 0;
  }
  main .top_concept_wrap .concept_inner {
    width: 100%;
    display: block;
  }
  main .top_concept_wrap .concept_inner .concept_image {
    width: 100%;
  }
  main .top_concept_wrap .concept_inner .concept_image > div {
    width: 100%;
  }
  main .top_concept_wrap .concept_inner .concept_image img {
    width: 100%;
    height: 100%;
  }
  main .top_concept_wrap .concept_inner .top_bg02 {
    background-image: url(https://www.shimz.co.jp/mokkou/images/img_index_04.png);
    background-size: cover;
    width: 100%;
    height: 700px;
  }

  main .top_concept_wrap .concept_inner .concept_content {
    padding: 0 19px;
    width: auto;
  }
  main .top_concept_wrap .concept_inner .concept_hero {
    height: 100%;
    background-color: #fff;
    margin: -30px 0 0 0;
  }
  main .top_concept_wrap .concept_inner .concept_hero .desc_box .hd_group p {
    margin: 24px 0 40px;
  }
  main .top_concept_wrap .concept_inner .concept_hero > div {
    padding: 24px 0 0 0;
  }
  main .top_concept_wrap .concept_inner .concept_hero > div > div {
    padding: 0 17px;
  }
  main .top_concept_wrap .guide_link {
    font-size: 1.4rem;
  }
  main .top_product_wrap {
    margin: 72px 0;
  }
  main .top_product_wrap .product_inner {
    width: 100%;
    display: block;
  }
  main .top_product_wrap .product_inner .hd_product_content {
    width: calc(50% - 37px);
    max-width: none;
  }
  main .top_product_wrap .product_inner .hd_product_content .guide_link {
    text-align: center;
    margin: 0;
    position: static;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    font-size: 1.4rem;
  }
  main .top_product_wrap .product_inner .hd_product_content .guide_link a {
    margin: 0 0 0 18px;
  }
  main .top_product_wrap .product_inner .hd_product_inner {
    max-width: none;
    height: auto;
    max-height: 132px;
    padding: 24px 0 24px 18px;
    line-height: 1.6;
  }
  main .top_product_wrap .product_inner .hd_product_inner div {
    position: static;
  }
  main .top_product_wrap .product_inner .hd_product_inner div h1 {
    font-weight: normal;
    font-size: 1.7rem;
  }
  main .top_product_wrap .product_inner .hd_product_inner div p {
    font-size: 2rem;
    margin: 24px 0 0 0;
  }
  main .top_product_wrap .product_inner .flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .top_product_wrap .product_inner .product_hero {
    width: 100%;
    max-width: none;
    margin: 24px 0 0 0;
  }
  main .top_product_wrap .product_inner .product_hero .hd_product_group {
    padding: 0 34px;
  }
  main .top_product_wrap .product_inner .product_hero .hd_product_group p span {
    font-size: 1.3rem;
  }
  main .top_product_wrap .product_inner .product_hero .hd_product_group h2 {
    font-size: 2rem;
    font-weight: normal;
    margin: 12px 0 16px 0;
  }
  main .top_product_wrap .product_inner .product_hero .product_number {
    font-size: 3.4rem;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg {
    padding: 0 0 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg > div {
    width: calc(100% - 37px);
  }
  main .top_product_wrap .product_inner .product_hero .product_bg::before {
    width: calc(100% - 37px);
    height: calc(100% + 140px);
    top: -13%;
    right: 0%;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg .summary_container {
    display: block;
    position: static;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg .summary_container .product_image {
    max-width: none;
    padding: 16px 0 0 34px;
    width: auto;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg .summary_container .product_image img {
    width: 100%;
  }
  main .top_product_wrap .product_inner .product_hero .over_content {
    position: static;
    margin: 0;
  }
  main .top_product_wrap .product_inner .product_summary {
    width: 100%;
    margin: 24px 0 0 0;
  }
  main .top_product_wrap .product_inner .product_summary > div {
    padding: 0 34px;
    font-size: 1.4rem;
  }
  main .top_product_wrap .product_inner .product_summary .guide_link {
    padding: 0 0 0 34px;
    font-size: 1.4rem;
  }
  main .top_gallery_wrap {
    margin: 0 0 72px 0;
  }
  main .top_gallery_wrap .top_gallery_bg {
    background-color: #202020;
    width: 100%;
    height: 257px;
    max-width: none;
    bottom: 10%;
  }
  main .top_gallery_wrap .guide_link {
    text-align: left;
    font-size: 1.4rem;
  }
  main .top_gallery_wrap .top_gallery_content > div {
    width: 100%;
    max-width: 1080px;
  }
  main .top_gallery_wrap .top_gallery_content > div .two_column {
    width: 50%;
  }
  main .top_gallery_wrap .top_gallery_content > div .two_column img {
    max-width: 450px;
    max-height: 562.5px;
    width: 100%;
  }
  main .top_gallery_wrap .top_gallery_content > div .gallery_detail {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .top_gallery_wrap .top_gallery_content > div .gallery_detail > div {
    margin: 32px 0 0 0;
  }
  main .top_gallery_wrap .top_gallery_content > div .gallery_detail > div h1 {
    font-size: 2.6rem;
    color: #202020;
  }
  main .top_gallery_wrap .top_gallery_content > div .gallery_detail > div .sentence {
    margin: 54px 0 0 0;
  }
  main .top_gallery_wrap .top_gallery_content > div .gallery_detail > div .item_content_front {
    text-align: left;
    bottom: 0;
  }
  main .performance_wrap {
    width: 100%;
    margin: 0 0 72px 0;
  }
  main .performance_wrap .hd_performance {
    max-width: 768px;
  }
  main .performance_wrap .hd_performance h1 {
    font-size: 1.8rem;
  }
  main .performance_wrap a {
    text-decoration: none;
    color: #202020;
  }
  main .performance_wrap ul li.mp_items_inner {
    width: calc(100% / 2);
  }
  main .performance_wrap ul li.mp_items_inner figure img {
    width: 100%;
    max-width: none;
  }
  main .performance_wrap ul li.mp_items_inner figcaption {
    font-size: 1.5rem;
    margin: 24px 0 0 0;
    text-align: left;
    padding: 0 0 0 8px;
  }
  main .performance_wrap ul li.mp_items_inner figcaption p:last-child {
    margin: 8px 0 0 0;
  }
  main .performance_wrap::after {
    max-width: none;
    max-height: 514px;
    top: 3%;
    left: 0%;
  }
  main .top_news_wrap {
    width: 100%;
    margin: 0 0 72px 0;
  }
  main .top_news_wrap .news_bg {
    background-image: url(https://www.shimz.co.jp/mokkou/images/img_index_10.jpg);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 506px;
    position: relative;
    z-index: 101;
  }
  main .top_news_wrap .news_inner {
    max-width: none;
    margin: 0 auto;
    display: block;
  }
  main .top_news_wrap .hd_news div {
    margin: 24px 0 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    position: static;
    padding: 0 19px;
  }
  main .top_news_wrap .hd_news div h1 {
    font-size: 1.8rem;
  }
  main .top_news_wrap .hd_news::before {
    display: none;
  }
  main .top_news_wrap .news_list {
    max-width: none;
    width: 100%;
  }
  main .top_news_wrap .news_list .guide_link {
    text-align: left;
    margin: 16px 0 0 16px;
  }
  main .top_news_wrap .news_list > div {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: static;
  }
  main .top_news_wrap .news_list ul {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 19px;
  }
  main .top_news_wrap .news_list ul li {
    margin: 0 18px;
    font-size: 1.6rem;
    padding: 34px 0;
    margin: 0;
  }
  main .top_news_wrap .news_list ul li:first-child {
    padding: 27px 0 24px 0;
  }
  main .top_news_wrap .news_list ul li:last-child {
    border-bottom: 0px;
    padding: 27px 0 24px 0;
  }
  main .top_news_wrap .news_list ul li div {
    display: block;
  }
  main .top_news_wrap .news_list ul li div p:not(:last-child) {
    display: inline-block;
    font-size: 1.4rem;
  }
  main .top_news_wrap .news_list ul li div a {
    display: block;
    padding: 0;
  }
  main .top_news_wrap .news_list ul li div a p {
    margin: 20px 0 0 0;
    font-size: 1.6rem;
  }
  main .top_news_wrap .news_list ul li div .tag {
    margin: 0;
    padding: 2px 8px;
    width: 72px;
    text-align: center;
    background-color: #aadded;
  }
  /*--------------------
         footer
    --------------------*/
  footer {
    background-color: #A3A3A3;
  }
  footer div {
    width: 100%;
    padding: 64px 0 50px 0;
    margin: auto;
    text-align: center;
  }
  footer div img {
    width: 27.7rem;
  }
  footer div nav {
    display: none;
    width: 100%;
    margin: 48px auto 0 auto;
  }
  footer div nav ul {
    line-height: 1.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  footer div nav ul li {
    border-right: 1px solid #ffffff;
    padding: 0 2.2rem;
    line-height: 1.8rem;
    width: 100%;
    text-align: center;
  }
  footer div nav ul :last-child {
    border-right: none;
  }
  body:lang(en) main {
    /*--------メインビジュアル--------*/
    /*--------トップニュース--------*/
    /*--------連載企画--------*/
    /*--------技術と素材--------*/
    /*--------新着情報--------*/
  }
  body:lang(en) main .top_main_visual .hd_main_visual {
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 2em;
    top: 226px;
    right: 0%;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  body:lang(en) main .top_main_visual .hd_main_visual p {
    color: #fff;
    margin: 0 8px;
  }
  body:lang(en) main .top_main_visual .hd_main_visual_bp {
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 1.8em;
    top: 170px;
    right: 0%;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  body:lang(en) main .top_main_visual .hd_main_visual_bp p {
    color: #fff;
  }
  body:lang(en) main .top_main_visual_news h2 {
    color: #202020;
    position: relative;
    letter-spacing: .16em;
    font-weight: 400;
    padding: 0 8px 0 0;
    width: auto;
    margin: 0;
  }
  body:lang(en) main .top_product_wrap .product_inner .hd_product_content {
    width: calc(75% - 37px);
  }
  body:lang(en) main .top_concept_wrap .concept_inner .concept_hero .desc_box .hd_group p {
    margin: 24px 0 42px;
  }
  body:lang(en) main .top_news_wrap {
    margin: 0 0 76px 0;
  }
  body:lang(en) main .top_news_wrap .news_list ul li div {
    display: block;
  }
  body:lang(en) main .top_news_wrap .news_list ul li div > p {
    display: inline-block;
    white-space: nowrap;
    display: inline-block;
  }
  body:lang(en) main .top_news_wrap .news_list ul li div > p:nth-child(1) {
    width: 140px;
  }
  body:lang(en) main .top_news_wrap .news_list ul li div .tag {
    width: 115px;
    padding: 0;
  }
  body:lang(en) main .top_news_wrap .news_list ul li div a {
    text-decoration: none;
    color: #202020;
    display: block;
    padding: 0;
  }
  body:lang(en) main .top_news_wrap .news_list ul li div a p {
    font-size: 1.4rem;
  }
}

/*--------------------
     smartphone
--------------------*/
@media screen and (max-width: 768px) {
  /*--------------------
         main
    --------------------*/
  main {
    /*--------メインビジュアル--------*/
    /*--------東京木工場について--------*/
    /*--------連載企画--------*/
    /*--------実績紹介--------*/
  }
  main .top_main_visual .hd_main_visual {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 2em;
    top: 260px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
  }
  main .top_main_visual .hd_main_visual_bp {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 2em;
    top: 130px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
  }
  main .top_about_wrap {
    position: relative;
    margin: 56px 0 0 0;
    padding: 0 19px;
  }
  main .top_about_wrap .about_inner {
    max-width: none;
    margin: 0 auto;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  main .top_about_wrap .about_inner .about_hero {
    margin: 28px 0 0 0;
  }
  main .top_about_wrap .about_inner .about_image {
    width: 100%;
  }
  main .top_about_wrap .about_inner .about_image img {
    width: 100%;
  }
  main .top_about_wrap::after {
    top: auto;
    bottom: -20px;
    left: 0%;
    max-width: 1632px;
    max-height: 710px;
  }
  main .top_product_wrap {
    margin: 72px 0;
  }
  main .top_product_wrap .product_inner {
    width: 100%;
    display: block;
  }
  main .top_product_wrap .product_inner .hd_product_content {
    width: calc(100% - 37px);
    max-width: none;
  }
  main .top_product_wrap .product_inner .hd_product_content .guide_link {
    text-align: center;
    margin: 0;
    position: static;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    font-size: 1.4rem;
  }
  main .top_product_wrap .product_inner .hd_product_content .guide_link a {
    margin: 0 0 0 18px;
  }
  main .top_product_wrap .product_inner .hd_product_inner {
    max-width: none;
    height: auto;
    max-height: 132px;
    padding: 24px 0 24px 18px;
  }
  main .top_product_wrap .product_inner .hd_product_inner div {
    position: static;
  }
  main .top_product_wrap .product_inner .hd_product_inner div h1 {
    font-weight: normal;
    font-size: 1.7rem;
  }
  main .top_product_wrap .product_inner .hd_product_inner div p {
    font-size: 2rem;
    margin: 24px 0 0 0;
  }
  main .top_product_wrap .product_inner .flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .top_product_wrap .product_inner .product_hero {
    width: 100%;
    max-width: none;
    margin: 24px 0 0 0;
  }
  main .top_product_wrap .product_inner .product_hero .hd_product_group {
    padding: 0 34px;
  }
  main .top_product_wrap .product_inner .product_hero .hd_product_group p span {
    font-size: 1.3rem;
  }
  main .top_product_wrap .product_inner .product_hero .hd_product_group h2 {
    font-size: 2rem;
    font-weight: normal;
    margin: 12px 0 16px 0;
  }
  main .top_product_wrap .product_inner .product_hero .product_number {
    font-size: 3.4rem;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg {
    padding: 0 0 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg > div {
    width: calc(100% - 37px);
  }
  main .top_product_wrap .product_inner .product_hero .product_bg::before {
    width: calc(100% - 37px);
    height: calc(100% + 160px);
    top: -18%;
    right: 0%;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg .summary_container {
    display: block;
    position: static;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg .summary_container .product_image {
    max-width: none;
    padding: 16px 0 0 34px;
    width: auto;
  }
  main .top_product_wrap .product_inner .product_hero .product_bg .summary_container .product_image img {
    width: 100%;
  }
  main .top_product_wrap .product_inner .product_hero .over_content {
    position: static;
  }
  main .top_product_wrap .product_inner .product_summary {
    margin: 24px 0 0 0;
  }
  main .top_product_wrap .product_inner .product_summary > div {
    padding: 0 34px;
    font-size: 1.4rem;
  }
  main .top_product_wrap .product_inner .product_summary .guide_link {
    padding: 0 0 0 34px;
    font-size: 1.4rem;
  }
  main .performance_wrap .hd_performance {
    max-width: 350px;
  }
  /*--------------------
         footer
    --------------------*/
  footer {
    background-color: #A3A3A3;
  }
  footer div {
    width: 100%;
    padding: 64px 0 50px 0;
    margin: auto;
    text-align: center;
  }
  footer div img {
    width: 27.7rem;
  }
  footer div nav {
    width: 100%;
    margin: 48px auto 0 auto;
  }
  footer div nav ul {
    line-height: 1.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  footer div nav ul li {
    border-right: 1px solid #ffffff;
    padding: 0 2.2rem;
    line-height: 1.8rem;
    width: 100%;
    text-align: center;
  }
  footer div nav ul :last-child {
    border-right: none;
  }
  body:lang(en) main {
    /*--------メインビジュアル--------*/
    /*--------連載企画--------*/
  }
  body:lang(en) main .top_main_visual .hd_main_visual {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 2em;
    top: 226px;
    right: 0%;
    width: 100%;
    max-width: 364px;
    margin: 0 auto;
  }
  body:lang(en) main .top_main_visual .hd_main_visual p {
    color: #fff;
    margin: 0 8px;
  }
  body:lang(en) main .top_main_visual .hd_main_visual_bp {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.8em;
    top: 110px;
    right: 0%;
  }
  body:lang(en) main .top_main_visual .hd_main_visual_bp p {
    color: #fff;
  }
  body:lang(en) main .top_main_visual .page_scroll_content {
    width: 100%;
  }
  body:lang(en) main .top_main_visual .page_scroll_content .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body:lang(en) main .top_product_wrap .product_inner .hd_product_content {
    width: calc(100% - 37px);
  }
}



