@charset "utf-8";
/*=========================================================

layout

=========================================================*/

section{
  background: #eeebe3;
}

.inner {
  width: 980px;
  margin: auto;
}

.inner--sm{
  width: 720px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

::selection {
    background: #1A1B1D;
    color: #fff;
}

/*=========================================================

common

=========================================================*/

  @font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('/font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('/font/notosanscjkjp_regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('/font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('/font/notosanscjkjp_bold.eot')  format('eot');
    font-display: swap;

}

* {
  font-family:'NotoSansCJKjp', "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 2;
  position: relative;
  color: #1A1B1D;
  font-family: 'NotoSansCJKjp',"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
}

.bg_img {
/*  background: url(/img/common/header_bg.jpg) #CEC7BD;*/
/*  background-size: cover;*/
}

.bg_gray {
/*  background:#f9f9f9 url(/img/common/bg-tex.png);*/
}

.bg_white {
  background:#fff;
}

.bg_trans{
  background: transparent;
}

.sec_pd {
  padding: 80px 0;
}

.sec_pdt {
  padding-top: 80px;
}

.sec_pdb {
  padding-bottom: 80px;
}

.annotation {
  font-size: 12px;
  color: #999;
}

.annotation:before {
  content: "※";
  margin-right: 5px;
}

.annotation--bk {
  color: #333;
}

.tel_number a {
  font-size: 60px;
  text-decoration: none;
  color: #333;
}

.table_default {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.table_default td,
.table_default th {
  width: 50%;
  border: 1px solid #666;
  padding: 15px;
}

.table_default th{
  background: #eee;
}

.table_line{
  width: 100%;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}

.table_line tr{
  border-bottom: 1px solid #333;
}

.table_line th{
  width: 30%;
  padding: 20px 0;
}

.table_line td{
  width: 70%;
  padding: 20px 0;
}

.table_line,
.table_line tr,
.table_line td,
.table_line th{
  font-size: 14px;
}

.overlay {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

.work_list2 .overlay{
  padding-top: 25%;
}

.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/common/overlays/01.png) rgba(0, 0, 0, .3);
  opacity: 0.7;
  z-index: 1;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 8px solid #111;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.note {
  border: 1px solid #222;
  background: #eee;
  padding: 30px;
  box-sizing: border-box;
  font-size: 12px;
}

/*****************************************************************************mediaquery***/

@media screen and (max-width: 767px) {
  
  body{
    letter-spacing: 0.05em;
  }

  .sec_pd {
    padding: 60px 0;
  }

  .tel_number a {
    font-size: 34px;
    text-decoration: none;
  }

  .note {
    padding: 20px;
  }
  
  .header_block + .lower_mainvisual,
  .header_block + h1.title_page--mt{
  margin-top: 44px;
}

}

/*=========================================================

title

=========================================================*/

.title_page {
  font-size: 64px;
  font-family: 'Vollkorn SC','NotoSansCJKjp', serif;
  line-height: 1.2;
  margin: auto;
  padding: 70px 0;
  position: relative;
  z-index: 5;
  border-bottom: 3px solid #111;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;

}

.title_section {
  font-size: 46px;
  font-family: 'Vollkorn SC', 'NotoSansCJKjp',serif;
  line-height: 1.2;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 5;
  letter-spacing: 0;
  font-weight: 700;
}

.title_section > span,
.title_page > span {
  font-size: 12px;
  font-family: 'NotoSansCJKjp',"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
  padding-top: 5px;
  display: block;
  color: #666;
  font-weight: normal;
}

.title_page--point{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
      padding: 0;
    height: 100px;
    border: none;
}

.title_page--point > span{
  color: #fff;
}

.title_section.sm {
  font-size: 32px;
  margin: 0 0 20px 0;
}

.title_section.sm > span {
  display: inline;
  padding: 0 0 0 10px;
  line-height: 1.2;
}

.title_frame {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0;
  text-align: center;
  border-top: 3px solid #1A1B1D;
  border-bottom: 1px solid #1A1B1D;
  letter-spacing: 0;
}


.title_border {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px 0 27px 0;
  text-align: center;
  border-top: 5px solid #1A1B1D;
  border-bottom: 2px solid #1A1B1D;
  font-size: 46px;
  font-family: 'Vollkorn SC','NotoSansCJKjp',sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.title_border span {
  font-size: 12px;
  font-family: 'NotoSansCJKjp',"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
  padding-top: 15px;
  display: block;
  color: #666;
  font-weight: normal;
}

.title_border_side {
  font-size: 34px;
  font-family: 'Vollkorn SC','NotoSansCJKjp',sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 15px 0 15px 20px;
  text-align: left;
  border-left: 3px solid #1A1B1D;
  letter-spacing: 0;
}

.title_border_side span {
  font-size: 12px;
  font-family: 'NotoSansCJKjp',"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
  padding-top: 5px;
  display: block;
  color: #666;
  font-weight: normal;
}

.title_border.reflect,
.title_border.reflect span {
  color: #fff;
  border-color: #fff;
}

.title_segment {
  font-size: 40px;
  font-family: 'Vollkorn SC', 'NotoSansCJKjp',sans-serif;
  font-weight: 700;
  margin: 40px 0;
  line-height: 1.5;
  letter-spacing: 0;
}

.box .title_segment{
  font-size: 30px;
  margin: 20px
}

.title_segment span {
  font-size: 12px;
  font-family: 'NotoSansCJKjp',sans-serif;
  padding-top: 5px;
  display: block;
  color: #666;
  font-weight: normal;
}

.title_overlaid{
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 60px;
  font-family: 'oswald','NotoSansCJKjp',;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
}

.title_overlaid span{
  font-size: 14px;
  display: block;
  margin-top: 40px;
}


.title_border--jp,
.title_border_side--jp,
.title_segment--jp{
  font-size: 26px;
  font-weight: bold;
  font-family: 'NotoSansCJKjp',"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
}

.title_border_side--jp{
  font-size: 22px;
}

.title_segment--jp{
  font-size: 18px;
}

.entry-header .title_border_side{
  font-family: 'NotoSansCJKjp',"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
  font-size: 22px;
}
/*****************************************************************************mediaquery***/

@media screen and (max-width: 767px) {

  .title_page{
    font-size: 40px;
  }

  .title_section {
    font-size: 30px;
  }

  .title_section > span {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .title_border{
    font-size: 32px;
  }
  
  .title_border_side{
    font-size: 26px;
  }
  
  .title_overlaid{
  font-size: 36px;
    top: 10%;
}
  .title_overlaid span{
    margin-top:  10px;
    font-size: 12px;
  }
  
  .title_border--jp{
  font-size: 22px;
}

.title_border_side--jp{
  font-size: 18px;
}

.title_segment--jp{
  font-size: 16px;
}
  
  .title_segment,
  .box .title_segment{
    font-size: 28px;
    line-height: 1.2;
  }


}


/*=========================================================

LIST

=========================================================*/

.list_circle > li {
  padding-left: 18px;
  position: relative;
}

.list_circle > li:before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #203644;
  margin-right: 10px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
}

.list_circle--khaki > li:before{
  background: darkkhaki;
}

.list_circle--blue > li:before{
  background: #66a0a7;
}

.list_side {
  display: flex;
  flex-wrap: wrap;
}

.list_side > li {
  flex-basis: 23%;
  margin-right: 2%;
}

.list_side > li:nth-child(4n) {
  margin-right: 0;
}

.list_number {
  padding-left: 2.5em;
  list-style: none;
  counter-reset: ol_li;
}

.list_number > li {
  /*  margin-bottom:10px;*/
  list-style-type: none;
  position: relative;
}

.list_number > li::before {
  counter-increment: ol_li;
  content: ""counter(ol_li)". ";
  color: #486582;
  display: block;
  position: absolute;
  font-family: oswald;
  left: -2.5em;
  top: 1px;
  letter-spacing: 0;
}

.list_number li ul,
.list_number li ol {
  margin-top: 5px;
}

.list_alfa > li {
  padding-left: 30px;
  position: relative;
}

.list_alfa > li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  content: 'a.';
  line-height: 1;
}

.list_alfa > li:nth-child(2):before {
  content: 'b.';
}

.list_alfa > li:nth-child(3):before {
  content: 'c.';
}

.list_alfa > li:nth-child(4):before {
  content: 'd.';
}

.list_alfa > li:nth-child(5):before {
  content: 'e.';
}

.list_alfa > li:nth-child(6):before {
  content: 'f.';
}

.list_alfa > li:nth-child(7):before {
  content: 'g.';
}

.list_checkbox > li {
  padding-left: 20px;
  position: relative;
}

.list_checkbox > li:before {
  color: #486582;
  content: "\f373";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "ionicons";
  line-height: 1;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  
  .list_circle > li {
    margin-bottom: 10px;
    line-height: 1.6;
}
  
}

/*=========================================================

BOX

=========================================================*/

.box{
   padding: 20px 30px;
}

.box--white{
  background: #fff;
}

.box--border{
  border:3px solid #1A1B1D;
}

/*=========================================================

FAQ LIST

=========================================================*/
  .accordion-list {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
  }

  .accordion-list > li {
    border-bottom: 1px solid #222;
  }

  .accordion-list > li:last-child {
    border: none;
  }

  .btn {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    padding: 15px 30px;
    background-color: inherit;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    justify-content: space-between;
    line-height: 1.7
  }

  .btn .q {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }

  .btn:after {
    content: '\f489';
    font-family: 'ionicons';
    font-size: 40px;
    text-align: right;
    line-height: 1;
    transition: .3s all ease;
  }

  .btn.close:after {
    transform: rotate(45deg);
  }

  .btn .q:before {
    content: 'Q';
    margin-right: 15px;
    font-size: 24px;
    font-family: 'oswald';
  }

  .panel {
    border-left: none;
    border-right: none;
    background-color: #f5f5f5;
    padding: 20px 30px;
    display: none;
    box-sizing: border-box;
    font-size: 14px;
  }

@media screen and (max-width: 767px) {

  .btn,
  .panel {
    padding: 20px;
  }
}

/*=========================================================

HEADER

=========================================================*/

.header_block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  line-height: 1;
  z-index: 99;
  background: url(/img/common/header_bg.jpg) #CEC7BD;
  background-size: cover;
  min-width: 1200px;
  transition: .3s all ease;
  display: flex;
  justify-content: space-between;
}

 .header_block--index{
    background: transparent;
   position: absolute;
    top: 0;
    left: 0;
  }

.header_logo {
  padding-top: 10px;
}

.header_nav {
  display: flex;
  font-family: 'oswald', sans-serif;
  justify-content: center;
}

.header_nav > li {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.header_nav > li:last-child {
  margin-right: 0;
}

.header_nav.wh {
  color: #fff;
}

.header_nav li a {
  color: #111;
  text-decoration: none;
  padding: 10px 15px 10px 10px;
  display: block;
  height: 100%;
  font-family: 'Vollkorn SC';
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 19px;
    letter-spacing: 0;
}

.header_nav > li > a {
  z-index: 5;
}

.header_nav li a.arrow:before {
  content: "\f3d0";
  font-family: "ionicons";
  margin-right: 5px;
}

.header_nav li a i {
  font-size: 20px;
}

.header_nav > li > ul {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 4;
  border: 1px solid #111;
  min-width: 220px;
  transition: .3s all ease;
  transition-delay: 0.1s;
  opacity: 0;
  box-sizing: border-box;
  background: url(/img/common/header_bg.jpg) #CEC7BD;
  background-size: cover;
}

.header_nav > li > ul > li {
  height: 0;
  transition: .3s all ease;
  overflow: hidden;
}


.header_nav > li > ul > li > a {
  border-bottom: 1px solid #111;
  transition: .6s all ease;
  padding: 18px;
  color: #111;
}

.header_nav > li > ul > li > a:hover {
  background-color: #111;
  color: #fff;
}

.header_nav > li > ul > li:last-child > a {
  border-bottom: none;
}

.header_nav > li:hover > ul > li {
  height: 50px;
  overflow: visible;
}

.header_nav > li:hover > ul {
  display: block;
  opacity: 1;
  top: 40px;

}

.header_block--index .header_nav > li > a{
    color: #fff;
  }

.js_toggle {
  display: none;
}

.header_nav li a.sns_icon {
  padding: 7px;
}

@media screen and (max-width: 767px) {

  .inner,
  .inner--sm{
    width: 86%;
    height: auto;
    margin: 0 7%;
  }

  .fade_layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    transition: .3s all ease;
  }
  
  .top_kv_copy{
      height:220px;
    }
  .top_kv_text__1{
    font-size: 22px;
  }
  
  .top_kv_text__1 span{
    font-size:18px;
  }
  
  .top_kv_text__2{
    font-size: 15px; 
  }
  
  .top_kv_text__3{
    font-size: 15px;
    margin-top: 0;
  }
    
    .concept_btn{
      width: 40%;
      text-align: center;
      padding: 5px;
      border: 1px solid;
      bottom: 35vh;
      right: 0;
      left: 0;
      margin:auto;
    }
  
  .concept_btn--hide{
    bottom: -94px;
  }

  
  .header_block {
    width: 100%;
    min-width: 100%;
    padding: 15px 5% 17px 5%;
    position: fixed;
  }

  .header_logo {
    padding: 0;
  }
  
  .header_logo img{
      width: 140px;
    }

  .header_nav {
    display: block;
    width: 80%;
    height: 100vh;
    margin-right: -80vw;
    position: fixed;
    top: 0;
    left: 100%;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    background: url(/img/common/header_bg.jpg) #CEC7BD;
    background-size: cover;
    z-index: 999;
    margin-top: 0;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 20px 100px 20px;
  }

  .header_nav.left {
    left: 20%;
  }

  .fade_layer.left {
    left: 0;
  }

  .header_nav li {
    width: 100%;
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    transform: skewX(0);
    border-right: none;
  }

  .header_nav li a {
    width: 100%;
    padding: 15px 0;
    font-family: 'Vollkorn SC';
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    z-index: 111;
  }
  
  .header_nav li a.arrow {
    display: none;
  }

  .header_nav > li > ul > li > a {
    transition: .3s all ease;
    padding: 10px 0;
    border: none;
  }


  .header_nav > li > ul {
    position: static;
    border: none;
    opacity: 1;
    width: 100%;
    background: none;
  }
  .header_nav > li > ul > li {
    height: auto;
    transition: 0.7s all ease;
    overflow: visible;
  }

  .header_nav > li:hover > ul > li {
    height: auto;
  }
  
  .header_nav > li > ul > li > a:hover {
  background-color:transparent;
  color: #111;
}
  
  .header_block--index .header_nav > li > a{
    color: #222;
  }

  .js_toggle {
    display: block;
    position: absolute;
    top: 6px;
    right: 5%;
    font-size: 11px;
    line-height: 1;
    color: #111;
  }
  
  .js_toggle--index{
  color: #fff;
}

  .js_toggle:before {
    content: "\f394";
    font-family: "ionicons";
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 1;
  }

/*
  .header_nav > li > ul.service li a {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
  }
*/

  .header_nav li a.sns_icon {
    float: left;
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 15px 0;
  }
  
  .header_nav li a.contact{
    background: #111;
    color: #fff;
    padding: 20px 0;
    margin: 10px 0;
  }

  .header_nav li a.contact:before {
    content: "\f2eb";
    font-family: "ionicons";
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }

/*
  .header_nav li a.blog:before {
    content: "\f3e8";
    font-family: "ionicons";
    font-size: 22px;
    margin-right: 5px;
    vertical-align: middle;
  }
*/
  
  .header_nav li a i {
    font-size: 30px;
}
  
  .header_nav > li:nth-child(5) ul{
    display: flex;
    flex-wrap: wrap;
  } 
  
  .header_nav > li:nth-child(5) ul li{
    flex-basis: 50%;
    max-width: 50%;
    display: block;
    text-align: center;
  }

}

/*=========================================================

CRUMB

=========================================================*/

.crumb {
  padding: 15px 0;
  font-size: 10px;
  display: flex;
  letter-spacing: 1px;
  margin: auto;
  flex-wrap: wrap;
}

.crumb li:nth-child(n+2):before {
  content: '\f3d1';
  font-family: 'ionicons';
  margin: 0 10px;
}

.crumb li a {
  text-decoration: underline;
  word-break: break-all;
}

.crumb li a:hover {
  text-decoration: none;
  color: #ccc;
}


/*=========================================================

FOOTER

=========================================================*/

footer {
  width: 100%;
  height: auto;
  padding: 40px 0;
  position: relative;
  clear: both;
  color: #222;
  background: url(/img/common/header_bg.jpg) #CEC7BD;
  background-size: cover;
}

ul.footinner {
  width: 980px;
  height: auto;
  margin: 0 auto 40px auto;
  font-size: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

ul.footinner > li {
  flex-basis: 20%;
  max-width: 20%;
  box-sizing: border-box;
  padding-right: 20px;
  margin: 0;
}

ul.footinner > li:nth-child(n+6) {
  margin-top: 1.5rem;
}

footer a {
  font-size: 11px;
  color: #222;
  text-decoration: none;
}

ul.footinner > li > ul > li a {
  color: #444;
}

ul.footinner > li > ul > li a:hover {
  color: #1A1B1D;
}

footer li.footer_menu a,
footer li.footer_menu {
  font-family: 'oswald', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #1A1B1D!important;
  font-weight: 500;
}

footer li.footer_menu a:hover,
footer li.footer_menu:hover {
  color: #666!important;
}

.companyinfo {
  clear: both;
  margin: auto;
}

.companyinfo p {
  padding: auto;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #222;
  font-family: 'oswald','NotoSansCJKjp';
}

footer .sns_icon {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 20px auto;
  overflow: hidden;
  color: #222;
  float: none;
}

.sns_icon li {
  float: left;
  margin-right: 25px;
  display: table;
}

.sns_icon li:last-child {
  margin-right: 0;
}

.sns_icon li a {
  font-size: 12px;
  font-family: 'oswald', sans-serif;
  text-decoration: none;
  font-weight: 800;
  vertical-align: middle;
  line-height: 1;
/*  opacity: 0.5;*/
  vertical-align: middle;
  display: table-cell;
}

.sns_icon li a span {
  color: #1A1B1D;
  font-size: 28px;
  vertical-align: middle;
}

.footer_under{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.license{
  font-size: 12px;
  font-family: 'oswald','NotoSansCJKjp';
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {
  
  .header_block + .crumb{
    margin-top: 46px;
  }

  footer {
    width: 100%;
    height: auto;
    padding: 20px 0;
    position: relative;
    background: #CEC7BD;
    clear: both;
    color: #222;
/*    margin: 60px 0 0 0;*/
    box-sizing: border-box;
  }

  ul.footinner {
    width: 980px;
    height: auto;
    margin: auto;
    font-size: 10px;
    overflow: hidden;
    position: relative;
    display: none;
  }

  ul.footinner > li {
    float: left;
    width: 16.6%;
    box-sizing: border-box;
    padding-right: 20px;
    margin: 0;
    min-height: 150px;
  }

  footer a {
    font-size: 10px;
    color: #222!important;
    text-decoration: none;
  }

  footer a:hover {
    color: #222;
  }

  footer li.footer_menu a,
  footer li.footer_menu {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #222;
  }

  .companyinfo {
    clear: both;
    margin: auto;
  }

  .companyinfo p {
    margin: 10px auto;
    padding: auto;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #222;
  }
  
  .footer_under{
    display: block;
    text-align: center;
  }
  
  .license{
    font-size: 10px;
  }
  
  footer .sns_icon{
    justify-content: center;
  }
}

/*=========================================================

COMPONENT

=========================================================*/

.col2_list,
.col3_list,
.col4_list {
  display: flex;
  flex-wrap: wrap;
}

.col2_list > li {
  flex-basis: 48.5%;
  box-sizing: border-box;
}

.col2_list > li:nth-child(odd) {
  margin-right: 3%;
}

.col2_list > li:nth-child(n+3) {
  margin-top: 1.7rem;
}

  {
  display: flex;
  flex-wrap: wrap;
}

.col3_list > li {
  flex-basis: 31.33%;
  box-sizing: border-box;
  margin-right: 3%;
}

.col3_list > li:nth-child(3n) {
  margin-right: 0;
}

.col3_list > li:nth-child(n+4) {
  margin-top: 2rem;
}

.col4_list > li {
  flex-basis: 22.75%;
  max-width: 22.75%;
  box-sizing: border-box;
  margin-right: 3%;
}

.col4_list > li:nth-child(4n) {
  margin-right: 0;
}

.col4_list > li:nth-child(n+5) {
  margin-top: 2rem;
}


.banner_list img {
  width: 100%;
  height: auto;
}

/*----施工事例・プロダクト一覧ソート機能---*/

.cat_btn {
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cat_btn li {
  border: 3px solid #ccc;
  background: #eee;
  padding: 15px;
  cursor: pointer;
  font-family: 'Oswald', sans-serif, "メイリオ";
  font-weight: 500;
  transition: all .3s ease;
  color: #888;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  flex-basis: 23.5%;
  max-width: 23.5%;
  box-sizing: border-box;
  margin-right: 2%;
}

.cat_btn li:nth-child(n+5) {
  margin-top: 1.5%;
}

.cat_btn li a {
  text-decoration: none;
  display: block;
  padding: 15px;
  margin: -15px;
}

.cat_btn li:last-child,
.cat_btn li:nth-child(4n) {
  margin-right: 0;
}

.cat_btn .active,
.cat_btn .active a,
.cat_btn li:hover,
.cat_btn li:hover a {
  background: #fff;
  color: #333;
  border-color: #333;
}

.cat_btn_shop li {
  flex-basis: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  font-size: 18px;
  flex-grow: 1;
}

.cat_btn_shop li:nth-child(n+5) {
  margin-top: 0;
}

.cat_btn_shop li:nth-child(4n) {
  margin-right: 2%;
}


.cat_name {
  width: 50%;
  margin: -40px auto 5px auto;
  background: #fff;
  text-align: center;
  padding: 15px;
  font-family: 'Oswald', sans-serif, "メイリオ";
  font-weight: 500;
  position: relative;
}

.cat_name:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  margin: auto;
  background: #000;
  margin-top: 10px;
}

/*-----6列-----*/

.cat_btn.col6 {
  justify-content: flex-start;
}

.cat_btn.col6 li {
  margin-right: 1%;
  flex-basis: 15.833%;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 0;
}

.cat_btn.col6 li:nth-child(6n) {
  margin-right: 0;
}

.cat_btn.col6 li:nth-child(n+7) {
  margin-top: 10px;
}

.category_menu {
  width: 100%;
  position: relative;
  top: 0;
  background: #111;
  z-index: 10;
  min-width: 980px;
}

.category_menu__list {
  display: flex;
  justify-content: center;
}

.category_menu__list li {
  margin-right: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
}

.category_menu__list li a {
  color: #fff;
  font-family: 'Vollkorn SC';
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  transition: .3s all ease;
  padding: 15px;
  text-align: center;
}

.category_menu__list li a span {
  display: none;
}

.category_menu__list li a:hover {
  background: #333;
}

.banner_block {
  display: flex;
}

.banner_block li {
  flex-basis: 48.5%;
  max-width: 48.5%;
}

.banner_block li:nth-child(odd) {
  margin-right: 3%;
}

.banner_block li:nth-child(n+3) {
  margin-top: 3%;
}

.imgalt{
  margin-top: -30px;
    margin-bottom:30px;
    display: block;
    line-height: 1;
    font-size: 12px;
    color: #777;
  text-align: center;
}

.mt_top_category_menu{
  margin-top: 110px;
}


.lower_mainvisual{
  position: relative;
  height: 420px;
}

.lower_mainvisual--point{
  background: url(/img/newbuild/point_1.jpg) center center no-repeat;
  background-size: cover;
}

.lower_mainvisual--point .title_page,
.lower_mainvisual--design .title_page{
  color: #fff;
}

.lower_mainvisual--design{
  background: url(/img/common/bg_design.jpg) center center no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .col2_list {
    display: block;
  }

  .col2_list > li:nth-child(odd) {
    margin-right: 0;
  }

  .col2_list > li:nth-child(n+2) {
    margin-top: 2rem;
  }

  .col3_list {
    display: block;
  }

  .col3_list > li {
    margin-right: 0;
  }

  .col3_list > li:nth-child(n+2) {
    margin-top: 2rem;
  }

  .col4_list > li {
    flex-basis: 48.5%;
    box-sizing: border-box;
    margin-right: 3%;
  }

  .col4_list > li:nth-child(2n) {
    margin-right: 0;
  }

  .col4_list > li:nth-child(n+3) {
    margin-top: 2rem;
  }
  
  .sp_col_off{
    display: block;
  }

  .cat_btn {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: normal;
  }

  .cat_btn li {
    margin: 0 2% 0 0;
    flex-basis: 49%;
    max-width: 49%;
    font-size: 14px;
  }

  .cat_btn li:nth-child(even) {
    margin-right: 0;
  }

  .cat_btn li:nth-child(n+3) {
    margin-top: 10px;
  }

  .cat_btn.col6 {
    justify-content: flex-start;
  }
  .cat_btn.col6 li {
    margin-right: 2%;
    flex-basis: 32%;
    box-sizing: border-box;
    padding: 7px;
  }

  .cat_btn.col6 li:nth-child(n+3) {
    margin-top: 0;
  }

  .cat_btn.col6 li:nth-child(3n) {
    margin-right: 0;
  }

  .cat_btn.col6 li:nth-child(n+4) {
    margin-top: 2%;
  }

  .category_menu{
    display: block;
    width: 100%;
    min-width: auto;
    padding: 0;
    position: relative;
    top: 0;
  }
  
  .category_menu ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .category_menu ul li{
    border-top: 1px solid #444;
    margin-right: 0;
    justify-content: flex-start;
    flex-basis: 50%;
    max-width: 50%;
  }
  
  .category_menu ul li:nth-child(9){
    flex-basis: 100%;
    max-width: 100%;
  }
  
    .category_menu ul li:last-child:nth-child(odd){
    flex-basis: 100%;
    max-width: 100%;
  }
    
    .category_menu ul li:nth-child(-n+2){
      border-top: none;
    }
  
  .category_menu ul li:nth-child(odd){
    border-right: 1px solid #444;
  }
  .category_menu ul li a{
    padding: 10px 15px;
    width: 100%;
    text-align: left;
  }
    
    .category_menu ul li a span{
/*
      margin-top: 0;
      margin-left: 5px;
*/
      display: none;
    }
  
  .category_menu ul li a:before{
    content: '\f3d0';
    font-family: 'ionicons';
    margin-right: 10px;
  }
    
    .category_menu ul li a.outer:before{
    content: '\f3d3';
  }
  

  .banner_block {
    display: block;
  }

  .banner_block li,
  .banner_block li:nth-child(odd) {
    max-width: 100%;
    margin-right: 0;
  }

  .banner_block img {
    width: 100%;
    height: auto;
  }

  .banner_block li:nth-child(n+2) {
    margin-top: 3%;
  }
  
  .imgalt{
    text-align: left;
  }
  
  .mt_top_category_menu{
    margin-top: 0;
  }
  
  .lower_mainvisual{
  height: 300px;
}

}

/*=========================================================

INDEX

=========================================================*/

.mainvisual_copy_index {
  height: 230px!important;
  text-align: center;
}

.mainvisual_copy_index__logo {
  width: 550px;
  margin: auto auto 1rem auto;
  display: block;
}

.mainvisual_copy_index__icon {
  width: 250px;
  display: auto;
}

.mainvisual_copy_index img {
  transition: 1s all ease;
}

.mainvisual_copy_index__text {
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 60px;
  transition: .6s all ease;
}

.top_news {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 10;
  transition: .6s all ease;
  line-height: 1;
  padding: 30px;
  font-size: 12px;
/*  background: #222;*/
  color: #fff;
}

.top_news ul{
  display: block;
/*  justify-content: center;*/
  overflow: hidden;
}

.top_news__news:before{
  content: 'NEWS';
  font-weight: 800;
  padding-right: 10px;
  border-right: 1px solid #fff;
    margin-right: 6px;
}

.top_news__column:before{
  content: 'BLOG';
  font-weight: 800;
   padding-right: 10px;
   border-right: 1px solid #fff;
    margin-right: 6px;
}

.top_news__column{
/*  margin-right: 60px;*/
  margin-bottom: 10px;
}

.top_news a{
  color: #fff;
  text-decoration: none;
}

/*
.top_news a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  padding: 15px 20px;
  display: block;
  font-family: "oswald";
  transition: .6s all ease;
}

.top_news a > div > p:first-child::before {
  content: 'NEWS';
  margin-right: 10px;
  font-weight: 800;
}

.top_news a:hover {
  background: rgba(255, 255, 255, .3)
}
*/

.main_service {
  display: flex;
  flex-wrap: wrap;
}

.main_service > div {
  flex-basis: 49%;
  max-width: 49%;
  height: 200px;
  overflow: hidden;
  font-family: 'oswald';
  font-weight: 800;
  text-align: center;
  overflow: hidden;
  margin-right: 2%;
  border: solid 2px #111;
  box-sizing: border-box;
}

.main_service > div:nth-child(even) {
  margin-right: 0;
}

.main_service > div:nth-child(n+3) {
  margin-top: 1.3rem;
}

.main_service > div > a:hover {
  transform: scale(1.05);
}

.main_service > div > a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .6s all ease;
}

.main_service > div > a.overlay:after {
  background: url(/img/common/overlays/01.png) rgba(0, 0, 0, .3);
}

.main_service a:hover img {
  opacity: 1;
}

.main_service__title {
  display: block;
  width: 55%;
  position: relative;
  z-index: 10;
}

.main_service__title > p {
  font-size: 11px;
  background: #111;
  padding: 5px 10px;
  display: inline-block;
  color: #c3bcab;
}

.main_service__title > img {
  max-width: 100%;
  height: auto;
}

.main_service__reno {
  background: url(/img/renovation/reno63_1.jpg) top left /cover no-repeat;
}

.main_service__house {
  background: url(/img/newbuild/nb06_1.jpg) top left /cover no-repeat;
}

.main_service__shop {
  background: url(/img/shopdesign/shop104_6.jpg) top left /cover no-repeat;
}

.main_service__furniture {
  background: url(/img/furniture/furniture_kv_small.jpg) top left /cover no-repeat;
}

.main_service__produce {
  background: url(/img/designproduce/square_tateiwa_1.jpg) top left /cover no-repeat;
}

.main_service__estate {
  background: url(/img/renovation/reno60_1.jpg) top left /cover no-repeat;
}

.news_list > li {
  height: auto;
  display: block;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #333;
}

.news_list > li > a,
.news_list__desc > a {
  display: block;
/*  width: 100%;*/
/*  height: 100%;*/
  text-decoration: none;
  transition: .3s all ease;
  color: #333;
}

.news_list > li > a:hover img {
  opacity: 1;
  transition: .5s all ease;
  transform: scale(1.03);
}

.news_list__img {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.news_list__img:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 100%;
  bottom: 0;
  background: #111;
  transition: .5s all ease;
}

.news_list__img.reno:before,
.news_list__img.shop:before,
.news_list__img.house:before,
.news_list__img.produce:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 10px;
  padding: 0 5px;
  display: inline-block;
  font-family: "oswald";
  color: #fff;
  z-index: 10;
}

.news_list__img.reno:before {
  content: 'RENOVATION';
  background: #092544;
}

.news_list__img.shop:before {
  content: 'SHOP DESIGN';
  background: #64682C;
}

.news_list__img.house:before {
  content: 'CODE HOUSE';
  background: #B84B37;
}

.news_list__img.produce:before {
  content: 'PRODUCE';
  background: #682c5b;
}

.news_list__category {
  position: absolute;
  top: 7px;
  left: 7px;
  background: #092544;
  font-size: 10px;
  padding: 0 5px;
  display: inline-block;
  font-family: "oswald";
  color: #fff;
}

.news_list__category.news {}

.news_list__category.renovation {
  background: #092544;
}

.news_list__category.house {
  background: #B84B37;
}

.news_list__category.shopdesign {
  background: #64682C;
}

.news_list__category.furniture {
  background: #634319;
}

.news_list__category.codestyle {}

.news_list__category.event {
  background: #408FAF;
}

.news_list__category.labo {
  background: #23262C;
}

.news_list__category.produce {
  background: #682c5b;
}

.news_list li a:hover .news_list__img:after {
  right: 0;
}

.news_list__img img {
  width: 100%;
height: auto!important;
}

.news_list__desc {
  padding: 20px;
}

.news_list__title {
  font-size: 14px;
  line-height: 1.3;
  word-break: break-all;
  margin-bottom: 7px;
  font-weight: bold;
}

.news_list__date {
  font-size: 13px;
  line-height: 1.2;
  font-family: "oswald";
  color: #cea953;
  font-weight: 400;
  margin-bottom: 5px;
}

.news_list__text {
  font-size: 12px;
  line-height: 1.5;
}

.news_list--works .news_list__img {
  height: auto;
}

.news_list__tag {
  margin-top: 10px;
}

.news_list__tag > li {
  font-size: 10px;
  padding: 5px;
  background: #eee;
  display: inline-block;
  line-height: 1;
  color: #777;
  letter-spacing: 0;
  border-radius: 1em;
}

.news_list__tag > li:before {
  font-family: ionicons;
  content: '\f48c';
  margin-right: 5px;
}

.news_category {
  display: flex;
  font-family: 'oswald';
  margin: auto;
  margin-bottom: 60px;
  justify-content: center;
}

.news_category:before {
  content: 'CATEGORY：';
}

.news_category > li:after {
  content: ' / ';
}

.news_category > li:last-child:after {
  content: none;
}

.news_category > li > a {
  padding: 0 10px;
  text-decoration: none;
  color: #111;
  position: relative;
  z-index: 2;
  transition: .3s all ease;
  overflow: hidden;
}

.news_category > li > a:hover,
.news_category > li > a.current {
  color: #fff;
  background: #111;
}


.screen-reader-text,
.meta-nav {
  display: none;
}

.nav-links {
  font-family: 'oswald';
  display: flex;
}

.page-numbers {
  display: flex;
  width: 40px;
  height: 40px;
  border: #111;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  margin-right: 10px;
  text-decoration: none;
  background: #fff;
  color: #222;
}

.page-numbers.current,
.page-numbers:hover {
  background: #111;
  color: #eee;
}

.next.page-numbers:before {
  font-family: 'ionicons';
  content: '\f3d1';
}

.prev.page-numbers:before {
  font-family: 'ionicons';
  content: '\f3cf';
}

.next.page-numbers svg,
.prev.page-numbers svg {
  display: none;
}

.page-numbers.dots,
.page-numbers.dots:hover {
  background: transparent;
  border: none;
}

.blog_container {
  display: flex;
  margin-top: 40px;
}

.blog_content {
  flex-basis: 62%;
    max-width: 62%;
    margin-right: 14.5%;
}

.blog_sidebar {
  flex-basis: 23.5%;
  max-width: 23.5%;
}

.blog_container .widget {
  margin-bottom: 40px;
}

.widget-title {
  font-family: "oswald";
  font-weight: 700;
  font-size: 22px;
}

.blog_sidebar ul {
  font-size: 12px;
  font-family: 'oswald';
}

.blog_sidebar ul li {
  display: flex;
  margin-bottom: 5px;
  flex-wrap: wrap;
  align-items: center;
}

.blog_sidebar ul.wpp-list li a {
  flex-basis: 90%;
}

.blog_sidebar ul li:before {
  content: '\f3d1';
  font-family: 'ionicons';
  margin-right: 5px;
  flex-basis: 3%;
  line-height: 1;
}

.blog_sidebar ul li a {
  flex-basis: 94%;
}

.widget_categories ul li a {
  flex-basis: auto;
}

.post-thumbnail {
  width: 100%;
  margin-bottom: 20px;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.navigation.post-navigation {
  margin: 40px 0;
  font-size: 12px;
}

.nav-links {
  align-items: center;
}

.post-navigation .nav-links {
  justify-content: space-between;
}

.nav-previous {
  justify-content: flex-start;
  margin-right: 4%;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  font-family: 'NotoSansCJKjp';
}

.nav-previous:before {
  content: "\f3cf";
  font-family: ionicons;
  margin-right: 10px;
}

.nav-next {
  justify-content: flex-end;
  text-align: right;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  font-family: 'NotoSansCJKjp';
}

.nav-next:after {
  content: "\f3d1";
  font-family: ionicons;
  margin-left: 10px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content > p {
  word-break: break-all;
  margin-bottom: 20px;
}

.entry-content > h2 {
  font-size: 22px;
  font-family: 'oswald', sans-serif;
  font-weight: 700;
  margin: 40px 0 10px 0;
}

.entry-content a{
  text-decoration: underline;
}

.entry-content strong {
  font-weight: bold;
}

.entry-content img.aligncenter {
  display: block;
  margin: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.popular-posts ul {
  counter-reset: popular;
  list-style-type: none;
  padding-left: 0;
  font-family: 'NotoSansCJKjp';
}

.popular-posts ul li:before {
  counter-increment: popular 1;
  content: counter(popular) " ";
  font-family: oswald;
  flex-basis: 8%;
  font-size: 18px;
}

.popular-posts ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.popular-posts ul.wpp-list li a {
  flex-basis: 88%;
}

.widget_recent_entries a{
  font-family: 'NotoSansCJKjp';
}

.category_list li{
  font-size: 14px;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .top_news ul {
    display: block;
  }
  
  .top_news__column {
    margin-right: 0;
    margin-bottom: 10px;
}

  .mainvisual_copy_index__text {
    font-weight: 300;
  }

  .mainvisual_copy_index__logo {
    width: 80%;
  }

  .mainvisual_copy_index__icon {
    width: 55%;
  }

  .main_service > div {
    height: 200px;
    flex-basis: 48%;
    max-width: 48%;
    margin-right: 4%;
  }

  .main_service > div:nth-child(n+3) {
    margin-top: 1.5rem;
    /*    margin-top: 4%;*/
  }

  .main_service__title {
    width: 80%;
  }

  .main_service__title {
    text-shadow: 0 0 4px #000;
  }

  .main_service__title > p {
    font-size: 13px;
  }

  .main_service__title--2 {
    width: 70%;
  }

  .main_service__title--2 img {
    width: 70%;
  }
  
  .news_list > li {
    flex-basis: 48%;
    max-width: 48%;
    margin-right: 4%;
  }

  .news_list > li:nth-child(even) {
    margin-right: 0;
  }

  .news_list > li:nth-child(n+3) {
    /*    margin-top: 4%;*/
    margin-top: 1.5rem;
  }


  .news_list__desc {
    padding: 6%;
  }
  
  .news_list__title{
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 0;
  }
  
  .news_list__text {
    display: none;
}
.news_list__img {
  height: auto;
  max-height: 60%;
  }
  
  .news_list__date {
  margin-bottom: 10px;
}

  .main_service > div > a {
    filter: grayscale(0);
  }

  .blog_container {
    display: block;
  }

  .blog_content {
    max-width: 100%;
    margin-bottom: 3%;
    margin-right: 0;
  }

  .blog_sidebar {
    max-width: 100%;
  }

  .blog_sidebar ul {
    font-size: 14px;
  }

  .entry-content img {
    width: 100%;
    height: auto;
  }

}

/*=========================================================

CODE FURNITURE

=========================================================*/

.cf_mainvisual {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url(/img/furniture/furniture_kv.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.cf_mainvisual_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 500px;
  height: 250px;
  text-align: center;

  font-family: 'Ultra', serif;
  color: #fff;
  z-index: 1;
}

.cf_mainvisual_copy > img {
  width: 70%;
  height: auto;
  margin: auto;
  display: block;
}

.cf_mainvisual_copy__text {
  font-size: 16px;
  font-family: 'HelveticaNeue-bold',"work sans", "Hiragino kakugo", メイリオ;
}

.cf_mainvisual_copy__text br {
  display: none;
}


.sec_feature {
  padding: 100px;
  width: 100%;
  min-height: auto;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 980px;
  box-sizing: border-box;
      overflow: hidden;
}

.sec_feature_realfurniture {

  background-size: cover;
  overflow: hidden;
  position: relative;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.sec_feature_item {
  width: 60%;
  min-width: 450px;
  color: #fff;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.6);
  line-height: 2;
/*  position: relative;*/
  z-index: 2;
/*  background: rgba(0, 0, 0, .7);*/
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  height: 300px;
}

.sec_feature_fukuoka {
  background: url(/img/furniture/madein_bg.jpg) #d1e0ce no-repeat;
  display: flex;
  justify-content: flex-start;
  background-size: cover;
}

.sec_feature_semiorder {
  background: url(/img/furniture/semiorder_bg.jpg) #e0dcce no-repeat;
  background-size: cover;

}

.product_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.product_list li {
  flex-basis: 245px;
  max-width: 245px;
  width: 245px;
  height: auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.product_item,
.product_item div {
  text-decoration: none;
  display: block;
}

.product_item__img {
  height: 337.5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.product_item__img img {
  height: 100%;
  width: auto;
}

.product_item__name {
  font-family: 'ultra';
  line-height: 1.2;
  margin-bottom: 30px;
  color: #222;
}

.product_item__name:before {
  font-family: 'oswald';
  font-size: 12px;
  color: #999;
  display: block;
}

.product_item__name.dt:before {
  content: "DINING TABLE";
}

.product_item__name.lt:before {
  content: "LOW TABLE";
}

.product_item__name.bc:before {
  content: "BENCH";
}

.product_item__name.tv:before {
  content: "TV BOARD";
}

.product_item__name.sh:before {
  content: "SHELF";
}

.product_item__name.li:before {
  content: "LIGHT";
}

.product_item__name.ch:before {
  content: "CHAIR/STOOL";
}

.product_item__name.sf:before {
  content: "SOFA";
}

.product_item__name.dk:before {
  content: "DESK/TABLE";
}

.product_item__name.rc:before {
  content: "RACK";
}

.product_item__name.ms:before {
  content: "MUSIC";
}

.about_list {
  display: flex;
  flex-wrap: wrap;
  width: 88%;
  margin: auto;
  justify-content: center;
}

.about_list li {
  flex-basis: 47%;
  max-width: 47%;
  margin-right: 6%;
  text-align: center;
}

.about_list li:nth-child(even) {
  margin-right: 0;
}

.about_list li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.about_list li p {
  font-family: 'HelveticaNeue-bold',"work sans", "Hiragino kakugo", メイリオ;
}

/*------------------------オーダー方法 */

.how_to_order {
  overflow: hidden;
}

.how_to_order li {
  width: 18.4%;
  margin: 0 2% 0 0;
  padding: 20px;
  box-sizing: border-box;
  background: #eee;
  float: left;
  height: 220px;
  position: relative;
}

.how_to_order li:after {
  content: "\f363";
  font-family: "ionicons";
  font-size: 60px;
  position: absolute;
  top: 30%;
  right: -15px;
  color: #eee;
}

.how_to_order li i {
  font-size: 40px;
  display: block;
  margin: auto;
  text-align: center;
  background: #333;
  color: #eee;
  font-weight: normal;
  border-radius: 1em;
  margin: 0 auto 10px auto;
  width: 50%;
}

.how_to_order li p {
  font-size: 12px;
}

.how_to_order li:last-child {
  margin: 0;
}

.how_to_order li:last-child:after {
  content: none;
}

/*----------------------送料*/

table.postage {
  width: 100%;
  border: 3px solid #333;
  background: #fff;
}

table.postage td {
  text-align: center;
  width: 20%;
  padding: 10px;
  border: 1px solid #333;
  font-weight: bold;
  font-size: 14px;
}

table.postage td li {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.1;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
}

table.postage td li:last-child {
  border: none;
}

table.postage tr:nth-child(3) {
  background: #CEC7BD;
}

.about_music {
  display: flex;
  align-items: center;
}

.about_music__logo {
  flex-basis: 20%;
  max-width: 20%;
  margin-right: 4%;
}

.about_music__text {
  flex-basis: 76%;
  max-width: 76%;
}

.sec_webstore {
  background: url(/img/furniture/sec_webstore.jpg);
  background-size: cover;
}

.sec_webstore__inner {
  background: rgba(0, 0, 0, .7);
}

/*------layout上書き*/

.gallery.gallery_new > .imggrid img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0 auto -25%;
  width: 150%;
  height: auto;
}


/* ------------------------------------------------------------
	
	furniture works

------------------------------------------------------------ */

.intr_furniture > .rimg {
  width: 100%;
  height: auto;
}

.intr_furniture > .intr_L {
  width: 100%;
  height: auto;
}

.intr_furniture > .intr_L > h2 {
  float: left;
  margin-right: 15px;
}

#intr.intr_furniture p.sub {
  margin-bottom: 0;
}

#intr.intr_furniture p.genre {
  margin-bottom: 0;
  padding-top: 14px;
  font-family:"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif!important;
  font-size: 12px;
  font-weight: 400;
}

.intr_furniture > .intr_L > .stext {
  clear: both;
  display: flex;
}


.intr_furniture > .intr_L > .stext p,
.intr_furniture > .intr_L > .stext div {
  flex-basis: 62%;
  max-width: 62%;
  margin-right: 3%;
  line-height: 1.9;
}

.intr_furniture > .intr_L > .stext div p {
  width: 100%;
  max-width: 100%;
}

.intr_furniture > .intr_L > .stext > .size {
  flex-basis: 35%;
  max-width: 35%;
  margin-top: 0;
}


.submenu li a.shop {
  padding: 8px 30px;
}

.submenu li a.shop:before {
  content: "\f370";
  font-family: "ionicons";
  font-size: 18px;
}

/*サブメニュー*/

.submenu.furniture {
  background: #CDC7BE;
}


.submenu.furniture li a {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  padding: 15px 0;
}

.submenu.furniture li:last-child a {
  border-right: none;
}

.intr_furniture .rimg img {
  width: 100%;
  height: auto;
  margin: 0;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .cf_mainvisual {
    background-position: center center;
    min-width: auto;
    width: auto;
  }

  .cf_mainvisual_copy {
    width: 94%;
    height: 20vh;
  }

  .cf_mainvisual_copy img {
    width: 50%;
  }

  .cf_mainvisual_copy__text {
    font-size: 12px;
  }

  .cf_mainvisual_copy__text br {
    display: block;
  }

  .sec_feature {
    padding: 6%;
    min-width: auto;
  }

  .sec_feature_item {
    min-width: 100%;
    position: relative;
    height: auto;
    padding: 60px 30px;
  }

  .sec_feature_realfurniture > video {
    display: none;
  }
  .sec_feature_realfurniture {
    background: url(/img/furniture/movie_bg.jpg) 20% center no-repeat;
    background-size: cover;
  }

  .btn_product {
    padding: 10px 20px;
    font-family: 'oswald', serif;
    font-weight: 800;
    background: #111;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    line-height: 1;
    z-index: 2;
  }

  .btn_product:before {
    content: "\f35f";
    font-family: ionicons;
    margin-right: 15px;
    font-size: 20px;
  }

  /*  -------------------プロダクト*/
  .product_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product_list li {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    height: 78vw;
  }

  .product_list li:nth-child(even) {
    margin-right: 0;
  }

  .product_item__img {
    height: 60vw;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .product_item__name {
    margin-bottom: 20px;
  }



  /*----------------------送料*/
  table.postage {
    width: 100%;
    border: 3px solid #333;
    box-sizing: border-box;
    border-collapse: collapse;
  }

  table.postage tr {
    display: block;
    float: left;
    width: 12%;
    height: 100%;
  }

  table.postage tr td {
    width: 100%;
    display: inline-block;
    min-height: 290px;
    border-collapse: collapse;
  }

  table.postage tr:nth-child(2) {
    width: 48%;
  }

  table.postage tr:nth-child(3) {
    width: 40%;
  }

  table.postage td {
    text-align: center;
    /*width: 20%;*/
    padding: 10px;
    border: 1px solid #333;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    border-collapse: collapse;
  }

  table.postage td li {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.1;
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
  }

  table.postage td li:last-child {
    border: none;
  }

  table.postage tr:nth-child(3) {
    background: #CEC7BD;
  }

  /*------------------------オーダー方法 */
  .how_to_order {
    margin: 0 0 80px 0;
  }

  .how_to_order li {
    width: 100%;
    margin: 0 0 30px 0;
    clear: both;
    display: table;
    vertical-align: middle;
    height: auto;
  }

  .how_to_order li:after {
    content: "\f35f";
    font-family: "ionicons";
    font-size: 60px;
    position: absolute;
    top: auto;
    right: auto;
    left: 45%;
    bottom: -53px;
    color: #eee;
    box-sizing: border-box;
  }

  .how_to_order li i {
    font-size: 30px;
    border-radius: 2em;
    padding: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background: #333;
    color: #eee;
    margin: 0 10px 0 0;
  }

  .how_to_order li p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
  }

  .about_music {
    display: block;
  }

  .about_music__logo {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .about_music__logo img {
    width: auto;
  }

  .about_music__text {
    max-width: 100%;
  }


  .intr_furniture > .intr_L > .stext {
    display: block;
  }

  .intr_furniture > .intr_L > .stext p,
  .intr_furniture > .intr_L > .stext div,
  .intr_furniture > .intr_L > .stext > .size {
    max-width: 100%;
  }

  /*  layout上書き*/
  .submenu.furniture {
    background: transparent;
  }


  .submenu.furniture li a {
    border: none;
    padding: 15px 0;
  }

  .gallery_new a {
    width: 28vw;
    height: 28vw;
    display: block;
    margin-right:
  }

  .gallery_new .imggrid {
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .gallery_new .imggrid:nth-child(3n) {
    margin-right: 0;
  }

}

/*=========================================================

CODE HOUSE

=========================================================*/

.mainvisual {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  height: 80vh;
  background-size: cover;
  min-width: 980px;
  overflow: hidden;
  background-position:top 79px center;
}

.house_mainvisual {
  background: url(/img/newbuild/nb05_1.jpg) center center no-repeat;
  background-size: cover;
}

.house_mainvisual__img {
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}

.house_mainvisual__img > img {
  height: auto;
  width: 100%;
  margin: auto;
}

.mainvisual_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto!important;
  height: 70px;
  text-align: center;
  z-index: 3;
  color: #fff;
}

.mainvisual_copy img{
  width: 650px
}

.house_mainvisual_copy--sh {
  height: 350px;
}

.house_mainvisual_copy__main {
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.house_mainvisual_copy br {
  display: none;

}

.sub_copy {
  font-size: 14px;
  width: 580px;
  margin: auto;
  margin-top: 20px;
}

.sub_copy > br {
  display: none;
}

.sec_feature_housemovie--ch {
  background: url(/img/newbuild/nb05_4.jpg) center center /cover no-repeat;
  z-index: 0;
}

.scroll {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 3;
  text-decoration: none;
  transition: .3s all ease-in-out;
  animation: scroll 3s ease 0s infinite normal;
}

.scroll--right {
  right: 40px;
  left: auto;
}

.scroll:after {
  content: "SCROLL";
  display: block;
  font-size: 10px;
  font-family:'oswald';
  font-style: normal;
  letter-spacing: 0.05em;
}

@keyframes scroll {

  0% {
    bottom: 80px;
    opacity: 0;
  }

  90% {
    bottom: 60px;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}



.about_house {
/*  background: url(/img/newbuild/nb06_3.jpg) no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center center;*/
  color: #fff;
  position: relative;
  z-index: 5;
}

.house_bg:before{
  content: '';
  background: url(/img/newbuild/nb02_9.jpg) left center no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-1;
}

.about_house__text {
  width: 60%;
  margin: 0 auto 60px;
  position: relative;
  z-index: 5;
  line-height: 1.9;
  text-shadow: 0 0 5px rgba(0,0,0,.7);
}

.house_panel {
  background: #fff;
  padding: 40px;
  color: #333;
  position: relative;
  z-index: 5;
}

.house_panel__title {
  font-size: 30px;
  margin: 0 0 30px;
  line-height: 1;
  text-align: center;
  font-family: 'Vollkorn SC','NotoSansCJKjp', serif;
  font-weight: 700;
}

/*
.house_panel__title.full {
  font-family: 'Vollkorn', serif;
  font-weight: 500;
}
*/

.house_panel__title span {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: 10px;
}

.house_panel__text{
  font-size: 13px;
    line-height: 1.5;
}

.flow_list {
  counter-reset: number 0;
  position: relative;
  z-index: 1;
}
.flow_list:before{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #111;
  position: absolute;
  left: 49px;
  z-index: -1;
}

.flow_list li {
  display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}

.flow_list li > div{
  box-sizing: border-box;
  flex-basis: 90%;
  padding: 30px 40px;
  background: #fff;
}


.flow_list li:before {
  counter-increment: number 1;
  content: counter(number);
    color: #333;
    font-size: 32px;
    font-family: 'Vollkorn SC', sans-serif;
    font-weight: 700;
    line-height: 1;
    flex-basis: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    color: #fff;
}

.flow_list li:last-child {
  margin-bottom: 0;
}

.flow_list__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-basis: 86%;
}

.flow_list__title.free:after {
  content: "FREE";
  padding: 5px 10px;
  background: #CD4829;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  vertical-align: middle;
  font-family: 'oswald';
}

.flow_item {
  display: flex;
}

.works_thumb {
  position: relative;
}

.works_thumb:after {
  content: "\f3d1";
  font-family: "ionicons";
  font-size: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}

.works_thumb a {
  display: block;
  text-decoration: none;
}

.works_thumb img {
  width: 100%;
  height: auto;
  background: #eee;
  box-sizing: border-box;
  margin-bottom: 10px;
}


.works_thumb__number {
  font-family: 'Ultra', serif;
  line-height: 1.4;
  color: #333;
}

.works_thumb__number:before {
  content: "CODE HOUSE WORKS";
  margin-right: 5px;

}

.works_thumb__title {
  font-size: 16px;
}

.cost_item {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
}

.cost_item__title {
  font-family: 'Vollkorn SC', sans-serif;
  line-height: 1.4;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700
}

/*
.cost_item__title.full {
  font-family: 'Vollkorn', serif;
  font-weight: 500;
}
*/

.cost_item__cost {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cost_item__cost span {
  font-size: 12px;
  margin-right: 10px;
}

.flow_list__text {
  flex-basis: 100%;
/*  padding-left: 43px;*/
  font-size: 13px;
    line-height: 1.7;
    padding-right: 60px;
}



/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .mainvisual {
    min-width: 100%;
    width: 100%;
/*    height: calc( 100vh - 66px);*/
    height: auto;
  }
  
  .house_mainvisual{
      background-size: 123vh;
      background-position: top;
    margin-top: 46px;
    }
  
  
   .mainvisual_copy{
    height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .mainvisual_copy img{
  width: 100%;
}

  .house_mainvisual_copy {
    font-size: 36px;
    width: 92%;
    line-height: 1.4;
  }
  .house_mainvisual_copy__main {
    margin-bottom: 20px;
  }

  .sub_copy {
/*
    width: 90%;
    margin-top: 40px;
    font-size: 12px;
*/
    width: auto;
    line-height: 1.7;
  }

  .house_mainvisual_copy br {
    display: block;
  }

  .house_mainvisual_copy__img {
    width: 70%;
  }
  
  .house_mainvisual_copy--sh .sub_copy{
  font-size: 12px;
}
  
  .house_panel {
    padding: 30px;
  }

  .about_house__text {
    width: 100%;
  }
  
  .flow_list li > div{
    padding: 20px 30px;
  }
  
  .flow_list:before{
    left: 20px;
  }
  
  .flow_list li{
    margin-bottom: 40px;
  }

  .flow_list li:before {
/*    margin-right: 2%;*/
    flex-basis: 8.8%;
    min-width: 40px;
  }

  .flow_list__title {
    display: block;
    flex-basis: 88%;
    font-size: 17px;
  }

  .flow_list__text {
    padding-right: 0;
  }

  .cost_item__cost {
    font-size: 24px;
    line-height: 1.4;
  }

  .cost_item__cost span {
    display: block;
    margin: 0;
  }

  .sh_interior {
    width: 88%;
    margin: auto;
  }

  .sh_interior img {
    width: 100%;
  }

  .lead {
    width: 100%;
  }
  
  .scroll{
      top:80vh;
    font-size: 20px;
    }
  
  .scroll:after{
     content: none;
  }

  .scroll--right {
    left: 0;
    right: 0;
  }
}

/*-----------------------------------------------------------------

STANDARD HOUSE

-------------------------------------------------------------------*/

.house_mainvisual.standard {
  background: url(/img/newbuild/nb06_1.jpg);
  background-size: cover;
}

.house_mainvisual_copy__logo {
  width: 600px;
  margin: auto;
}

.lifestyle {
  display: flex;
  margin-bottom: 40px;
}

.lifestyle__img {
  flex-basis: 25%;
  height: auto;
  order: 2;
}

.lifestyle__img img {
  width: 100%;
}

.lifestyle__text {
  flex-basis: 70%;
  margin-right: 5%;
  order: 1;
  line-height: 1.9;
}

.lifestyle_type {
  padding: 25px;
  border: 4px solid #111;
  background: #ccc;
  color: #fff;
}

.lifestyle_type--coffee {
  background: url(/img/newbuild/lifestyle_coffee_bg.jpg) center center /cover no-repeat;
}

.lifestyle_type--garage {
  background: url(/img/newbuild/lifestyle_garage_bg.jpg) center center /cover no-repeat;
}

.lifestyle_type--outdoor {
  background: url(/img/newbuild/lifestyle_outdoor_bg.jpg) center center /cover no-repeat;
}

.lifestyle_type__title {
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 1.4;
  text-align: center;
  font-family: 'Vollkorn SC', serif;
  line-height: 1.4;
  color: #fff;
}

.lifestyle_type__title span {
  font-size: 11px;
  display: block;
  font-family: 'Noto Sans Japanese',"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
}

.lifestyle_type__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}

.lifestyle_type__list li {
  font-family: 'oswald';
  font-size: 17px;
  font-weight: 700;
  flex-basis: 48%;
  margin-right: 2%;
  line-height: 1.2;
}

.lifestyle_type__list li:nth-child(even) {
  margin-right: 0;
}

.lifestyle_type__list li:nth-child(n+3) {
  margin-top: 1rem;
}

.lifestyle_type__list li span {
  font-size: 11px;
  display: block;
  font-weight: normal;
  color: #eee;
}

.original_item {
  display: flex;
  margin-bottom: 100px;
  align-items: flex-end;

}

.original_item__img {
  flex-basis: 70%;
  max-width: 70%;
  height: auto;
  background: #fff;
}

.original_item__img img {
  width: 100%;
}

.original_item__text {
  flex-basis: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 30px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  position: relative;
  margin: 0 0 -50px -20%;
  height: 60%;
}

.reflect > .original_item__img {
  order: 2;
}

.reflect > .original_item__text {
  order: 1;
  margin: 0 -20% -50px 0;
}

.semiorder_item {
  margin-bottom: 40px;
}

.semiorder_item__text {
  margin-bottom: 60px;
}

.semiorder_item__img img {
  width: 100%;
}

.semiorder_item__img p {
  text-align: center;
  font-size: 20px;
}

.cost_item__detail {
  text-align: left;
  width: 500px;
  margin: auto;
}

.fasard_item {
  position: relative;
}

.fasard_item img {
  width: 100%;
  height: auto;
}

.fasard_item__name {
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 100%;
  height: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: 'Vollkorn SC'
}

.sh_works {
  display: flex;
  background: #eee;
  padding: 40px;
}

.sh_works__img {
  flex-basis: 35%;
  max-width: 35%;
  margin-right: 3%;
}

.sh_works__description {
  flex-basis: 62%;
  max-width: 62%;
}

.sh_works__img img {
  width: 100%;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .house_mainvisual.standard {
    background-position: center center;
  }

  .house_mainvisual_copy__logo {
    width: 80%;
  }

  .cost_item__detail {
    width: 86%;
  }

  .lifestyle {
    display: block;
  }

  .lifestyle__img {
    width: 50%;
    margin: 30px auto;
  }

  .original_item {
    display: block;
    margin-bottom: 40px;
    align-items: flex-end;

  }

  .original_item__img {
    max-width: 100%;
    height: auto;
    background: #fff;
  }

  .original_item__img img {
    width: 100%;
  }

  .original_item__text {
    max-width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: relative;
    margin: 0;
    height: auto;
    min-height: auto;
  }

  .reflect > .original_item__text {
    margin: 0;
  }
  
  
.sh_works {
  display: block;
  padding: 30px;
}

.sh_works__img {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.sh_works__description {
  max-width: 100%;
}

.sh_works__img img {
  width: 100%;
}
  
  .sh_works .button{
    width: 100%;
  }
}

/*-----------------------------------------------------------------

HOUSE ABOUT

-------------------------------------------------------------------*/

.page_menu{
  display: flex;
      justify-content: center;
}

.page_menu li{
  padding: 0 20px;
  
}

.page_menu a{
    text-decoration: none;
    padding-bottom: 10px;
    color: #222;
  transition: .3s all ease;
}

.page_menu a:before{
  content: '\f123';
  font-family: ionicons;
  vertical-align: middle;
  margin-right: 5px;
}

.page_menu a:hover{
   border-bottom: 2px solid;
}



/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {
  .page_menu li:nth-child(n+2){
  margin-top: 20px;
}
  
  .page_menu{
    flex-wrap: wrap;
  }
  
  .page_menu li{
    text-align: center;
    flex-basis: 100%;
    padding: 0;
    border: 1px solid;
  }
  
  .page_menu li a{
    padding: 5px 20px;
    display: block;
  }
  
  .page_menu a:hover{
   border-bottom: none;
}
}


/*=========================================================

RENOVATION

=========================================================*/

.mainvisual--reno {
/*  background: url(/img/renovation/reno73_1.jpg) top center /cover no-repeat;*/
  position: relative;
/*  z-index: 10;*/
}

.mainvisual--reno-works {
  background: url(/img/renovation/reno73_1.jpg) top center /cover no-repeat;
  position: relative;
  z-index: 10;
}

.sec_feature_housemovie {
  position: relative;
  background-size: cover;
  z-index: 0;
  padding-top: 56.25%;
}

/*リノベーションの種類 */

.renotype {
  width: 100%;
  overflow: hidden;
  list-style: none;
  box-sizing: border-box;
  border: 1px solid #111;
}

.renotype > li {
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #111;
  background: #fff;
}

.renotype > li:nth-child(n+3){
  line-height: 1.4;
}

.renotype > li:first-child {
  height: 280px;
  text-align: center;
  border: none;
}

.renotype > li:last-child{
  border: none
    
}

.renotype > li:nth-child(2) {
  min-height: 280px;
}

.renotype > li:nth-child(n+6) {
  min-height: 80px;
}

.renotype > li:nth-child(10) {
  min-height: 120px;
}

li.bg_full {
  background: #203644;
}

li.bg_588 {
  background: #66a0a7;
}

.renotype > li:first-child > p {
  font-family: 'oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px 0;
  min-height: 100px;
}

.renotype > li.bg_full > p {
  line-height: 2;
  margin-top: -10px;
}

.renotype > li > ul > li {
  font-size: 11px;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
  font-weight: 100;
}

  .renotype > li.bg_full > p{
    line-height: 1.2;
    margin-top: 0;
  }
  
  .renotype > li:first-child > p{
    margin-bottom: 0;
  }
  
  .renotype > li:first-child{
    padding: 40px;
  }

/*施工事例 */

.works_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.works_list > li {
  width: 32%;
  height: 314px;
  margin-right: 2%;
  margin-bottom: 14.7px;
  float: left;
  position: relative;
  box-sizing: content-box;
  padding-bottom: 15px;
}

.works_list li:nth-child(3n) {
  margin-right: 0;
}

.works_list > li > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.works_list li a .works_overlay {
  opacity: 0;
}

.works_list > li > a > .works_overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95.5%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 99;
  transition: 0.3s all ease;
  o-transition: 0.3s all ease;
  ms-transition: 0.3s all ease;
  moz-transition: 0.3s all ease;
  webkit-transition: 0.3s all ease;
  color: #fff;
}

.works_list li:hover a img {
  opacity: 1;
}

.works_list li:hover .works_overlay {
  display: block;
  opacity: 1;
}

.works_overlay img {
  width: auto;
  display: block;
}

p.rname {
  display: none;
}

p.rname_sub {
  font-size: 12px;
}

p.jpname {
  font-size: 28px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1;
      margin-bottom: 10px;
}

    .jpname,
    .rname_sub {
      text-align: center;
      position: relative;
      color: #fff;
      z-index: 101;
      text-decoration: none;
      font-family: 'Vollkorn SC';
    }




/*------------------カテゴリートップ用*/

  .select_list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .select_list li a{
    position: relative;
    padding-top: 66.66%;
    display: block;
  }
  
  .select_list li a img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
  
  .select_list li a div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 800;
    color: rgba(255,255,255,.9);
    height: 28%;
    text-align: center;
    z-index: 9;
  }
  
  .select_list > li{
    flex-basis: 49%;
    max-width: 49%;
  }

.select_list > li:nth-child(odd){
  margin-right: 2%;
}

.select_list > li:nth-child(n+3){
  margin-top: 2%;
}


.select_list p{
  font-family: 'Vollkorn SC';
}
.select_list__title {
  font-size: 1.2rem;
  font-family: 'Vollkorn SC';
  line-height: 1
}

.select_list__title span {
  display: block;
  line-height: 1;
  font-size: 70px;
  font-weight: 600;
}

.select_list--shop .select_list__title span{
      font-size: 36px;
      line-height: 1.4
    }

/*----PLAN----------*/
  .reno_list{
    padding: 3rem 2rem 2rem;
    border: 1px solid #222;
    position: relative;
    margin-bottom: 6rem;
  }
  
  .reno_list:before{
    content: 'code style renovation';
    font-family: 'Vollkorn SC','NotoSansCJKjp',sans-serif;
    background: #eeebe3;
    padding: 10px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 360px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }
  
  .reno_list > li{
    font-family: 'oswald','NotoSansCJKjp',sans-serif;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    flex-wrap: wrap;
    padding: 40px 30px;
  }

.reno_list > li a{
  color: #fff;
  text-decoration: none;
}

.reno_list__name{
    height: 100px;
    line-height: 1.2;
  }
  
  .reno_list li div{
    font-size: 13px;
    font-weight: normal;
  }
  
   .reno_list__text{
    margin-bottom: 20px;
     text-align: left;
  }
  
  .reno_list > li div ul li{
    text-align: center;
    font-size: 13px;
    font-weight: normal;
  }

  
  .title_reno{
    width: 100%;
    margin: 0;
    padding: 60px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    font-family: 'oswald';
  }
  
  .title_reno--point{
    background: darkkhaki;
  }
  
  .title_reno--blue{
    background: #66a0a7;
  }
  
  .title_reno--navy{
    background: #203644;
  }
  
  .title_reno span {
    font-size: 12px;
    font-family: 'NotoSansCJKjp',"Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
    padding-top: 15px;
    display: block;
    color: #fff;
    font-weight: normal;
}
  
  .reno_item{
        background: #fff;
    padding: 3rem;
    margin-bottom: 4rem;
  }
  
 .reno_item__box{
    display: flex;
   margin-bottom: 40px;
  }
  
  .reno_item__text{
    flex-basis: 60%;
    margin-right: 10%;
  }
  
  .reno_item__list{
    flex-basis: 30%;
  }
  
  .reno_item__list ul{
    border-top: 1px solid #222
  }
  
  .reno_item__list ul li{
    border-bottom: 1px solid #222;
    padding: 20px 0;
  }
  
  .detail_list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .detail_list li{
    flex-basis:  32.66%;
    margin-right: 1%;
    background: #f3f1ec;
    color: #666;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 15px;
    box-sizing: border-box;
  }
  
  .detail_list li span{
    color: #66a0a7;
    font-weight: 900;
    flex-basis: 20%;
    min-width: 20%;
  }
  
  .detail_list li:nth-child(3n){
    margin-right: 0;
  }
  
  .detail_list li:nth-child(n+4){
    margin-top: 0.5rem;
  }
  
  .detail_list li.col2{
    flex-basis: 66.32%;
  }
  
  .detail_list li.col2 span{
    flex-basis: 9.5%;
    min-width: 9.5%;
  }

.flow_list_reno{
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      position: relative;
      z-index: 1;
    }
    
    .flow_list_reno:before{
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 25%;
      background: #333;
      z-index: -1;
    }
    
    .flow_list_reno:after{
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 25%;
      background: #333;
      z-index: -1
    }
    
    .flow_list_reno li{
      background: #fff;
      -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
      margin-right: 49px;
      padding: 25px;
      font-weight: 700;
      text-orientation: upright; 
      font-family: "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
      line-height: 1;
          box-sizing: border-box;
      flex-basis: 10.11%;
      max-width: 10.11%;
      height: 450px;
      font-size: 15px;
    }
    

    .flow_list_reno li:last-child{
      margin-right: 0;
    }
    
    .flow_list_reno li.col2{
      background: transparent;
      padding: 0;
      display: flex;
    }
    
    .flow_list_reno li i{
      padding: 10px 0;
    }
    
    .flow_list_reno li.col2 div{
      margin-bottom: 20px;
      height: 49%;
      background: #cecdcb;
      padding: 25px;
          box-sizing: border-box;
/*      border: 1px solid #333;*/
    }
    
    .flow_list_reno li.col2 div:nth-child(2){
      margin-bottom: 0;
    }
    
    .flow_list_reno li:last-child{
      background: #1A1B1D;
      color: antiquewhite
    }

/*--------------------------------------------------------------------------------------------------mediaquery*/
  
  @media screen and (max-width: 767px) {
    .select_list {
      display: block;
    }

    .select_list > li,
    .select_list > li:nth-child(odd){
      max-width: 100%;
      margin-right: 0;
    }
    
    .select_list > li:nth-child(n+2){
      margin-top: 5%;
    }
    
    .select_list li a div{
      height: 38%;
    }

    .select_list__title {
      font-size: 1.2rem;
    }
    
    .select_list__title span{
      font-size: 60px;
    }
    
     .select_list--shop .select_list__title span{
      font-size: 30px;
    }
    
    .reno_list{
      margin-top: 4rem;
    }
    
    .reno_list:before{
          top: -36px;
      width: 60%;
    }
    
    .title_reno{
      font-size: 28px;
    }
    
    .reno_item{
      padding: 1.5rem
    }
    
    .reno_item__box{
      display: block;
    }
    
    .reno_item__text{
      margin-right: 0;
      margin-bottom: 2rem;
    }
    
    .reno_list li{
      font-size: 24px;
    }
    
    .detail_list{
      display: block;
    }
    
    .detail_list li,
    .detail_list li:nth-child(n+4){
      margin-right: 0;
      margin-top: 0.3rem;
    }
    
    .detail_list li.col2 span{
    flex-basis: 20%;
      min-width: 20%;
  }
    
    .flow_list_reno{
        display: block;
      }
      
      .flow_list_reno li{
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        margin-right: 0;
        padding: 15px;
        margin-bottom: 20px;
        max-width: 100%;
      height: auto;
        text-align: center;
        font-size: 13px;
        font-family:'NotoSansCJKjp', "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
      }
      
      .flow_list_reno li.col2 div{
      margin-bottom: 0;
    margin-right: 4%;
    height: auto;
    padding: 15px;
    flex-basis: 48%;
        text-align: center;
        font-size: 13px;
    }
    
    .flow_list_reno li.col2 div:nth-child(2){
      margin-right: 0;
    }
      
      .flow_list_reno:before{
      width: 1px;
      height: 100%;
      left: 25%;
        top:0;
    }
    
    .flow_list_reno:after{
     width: 1px;
      height: 100%;
      bottom: 0;
      right: 25%;
    }
      
      .flow_list_reno li i{
        transform: rotate(-90deg);
        line-height: 1;
        width: 15px;
        display: inline-block;
        padding: 0;
      }
      
  }

/*------------------chousa*/

.chousa_list {
  float: left;
}

.chousa_list ul {
  margin-bottom: 40px;
  list-style: disc;
  list-style-position: inside;
}

.chousa_list h3 {
  font-size: 18px;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {
  
  .mainvisual--reno{
      background-size: 123vh;
      background-position: top;
        margin-top: 46px;
    }
  
  .sec_feature_housemovie {
  background: url(/img/renovation/reno61_1.jpg) center center /cover no-repeat;
}
  .sec_feature_housemovie video{
    display: none;
  }

  .works_list li {
    width: 48.5%;
    height: 45vw;
    margin-right: 3%;
  }

  .works_list li:nth-child(even) {
    margin-right: 0;
  }

  .works_list li:nth-child(5n) {
    margin-right: 3%;
  }

  /*------------------chousa*/
  .chousa_list {
    float: none;
  }

  /*------------------type*/
  .renotype > li:first-child {
    height: auto;
  }

  .renotype > li:nth-child(2),
  .renotype > li:nth-child(n+6),
  .renotype > li:nth-child(10) {
    min-height: auto;
  }
  
  /*-----------------movie*/
  
  .sec_feature_housemovie{
    padding-top: 0;
  }

.sec_feature_housemovie .scroll{
  display: none;
}

}

/*=========================================================

SHOPDESIGN

=========================================================*/

.mainvisual--shop {
  background: url(/img/shopdesign/shop126_27.jpg) top center /cover no-repeat;
  position: relative;
}

.shoptype {
  overflow: hidden;
  margin: 0 0 80px 0;
}

.shoptype li {
  box-sizing: border-box;
  width: 23%;
  margin: 0 2% 0 0;
  padding: 20px;
  text-align: center;
  float: left;
  background: #fff;
  height: 220px;
}

.shoptype li:last-child {
  margin-right: 0;
}

.shoptype li i {
  font-size: 50px;
}

.shoptype li p {
  font-family: 'oswald', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 5px 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shoptype li span {
  display: block;
  color: #aaa;
  font-size: 11px;
  letter-spacing: 2px;
  font-family: 'NotoSansCJKjp';
}

.serviceplan_list {
    justify-content: center;
  }
  .serviceplan_list li{
    text-align: center;
  }
  
  .serviceplan_list li img{
    width: 60%;
  }
  
  .serviceplan_list li .title_segment{
    font-size: 30px;
    margin: 20px 0 0 0;
  }

.shopdesign_color{
  color: #234241;
}

.shopdesignplus_color{
  color: #933B2D;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {
  
  .mainvisual--shop{
      background-size: 123vh;
      background-position: top;
    margin-top: 46px;
    }

  .shoptype li {
    width: 48.5%;
    margin: 0 3% 20px 0;
  }

  .shoptype li:nth-child(even) {
    margin-right: 0;
  }
  
  .serviceplan_list li img{
    width: 40%;
  }

}

/*=========================================================

EVENT

=========================================================*/

.event_date {
  margin-top: 10px;
  font-size: 14px;
}

.event_detail {
  border-top: 3px solid #222;
  border-bottom: 2px solid #222;
  margin-top: 60px;
}

.event_detail li {
  padding: 15px 0 15px 150px;
  border-bottom: 1px solid #222;
  position: relative;
}

.event_detail li:before {
  position: absolute;
  left: 0;
}

.event_detail__title:before {
  content: 'イベント名';
}

.event_detail__date:before {
  content: '日付';
}

.event_detail__time:before {
  content: '時間';
}

.event_detail__ticket:before {
  content: '料金';
}

.event_detail__fee:before {
  content: '参加費';
}

.event_detail__capacity:before {
  content: '定員';
}

.event_detail__remarks:before {
  content: '備考';
}

.event_detail__performer:before {
  content: '出演';
}

.event_detail__item:before {
  content: 'お持ちいただくもの';
}

.event_list {
  display: flex;
  flex-wrap: wrap;
}

.event_list > li {
  flex-basis: 48.5%;
  max-width: 48.5%;
  border: 3px solid #111;
  box-sizing: border-box;
  height: 250px;
  background: #fff;
}

.event_list > li:nth-child(n+3) {
  margin-top: 2rem;
}

.event_list > li:nth-child(odd) {
  margin-right: 3%;
}

.event_list > li > a {
  text-decoration: none;
  color: #111;
  display: flex;
  width: 100%;
  height: 100%;
}

.event_list__img {
  flex-basis: 50%;
  max-width: 50%;
  overflow: hidden;
}

.event_list__img img {
  width: 100%;
  height: auto;
}

.event_list__desc {
  padding: 20px;
  flex-basis: 50%;
  max-width: 50%;
  box-sizing: border-box;
  position: relative;
}

.event_list__title {
  font-size: 18px;
  line-height: 1.4;
}

.event_list__text {
  font-size: 12px;
}

.event_list__date {
  font-family: 'oswald';
  font-weight: 800;
  margin-bottom: 15px;
}

.event_list__more {
  position: absolute;
  bottom: 20px;
  text-align: right;
  display: inline-block;
  width: 80%;
  box-sizing: border-box;
  font-family: 'oswald';
  vertical-align: middle;
  line-height: 1;
}

.event_list__more:after {
  content: '\f3d1';
  font-family: 'ionicons';
  margin-left: 7px;
  position: relative;
  vertical-align: middle;
}

.event_list > li > a:hover .event_list__more {
  color: #B2AAA2;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .event_list {
    flex-direction: column;
  }

  .event_list > li {
    flex-basis: 100%;
    max-width: 100%;
    height: auto;
  }

  .event_list > li:nth-child(n+2) {
    margin-top: 2rem;
  }

  .event_list > li:nth-child(odd) {
    margin-right: 0;
  }

  .event_list__text {
    display: none;
  }

  .event_list__desc {
    padding: 15px;

  }
}

/*=========================================================

LABO

=========================================================*/

.mainvisual--labo {
  background: url(/img/labo/labo_kv.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.mainvisual--showroom {
  background: url(/img/labo/showroom_kv.jpg) top 30px center no-repeat;
  background-size: cover;
  position: relative;
}

.mainvisual--labo .mainvisual_copy,
.mainvisual--showroom .mainvisual_copy {
/*  height: 100px;*/
  font-family: 'oswald';
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
}

.mainvisual--showroom .mainvisual_copy h1 {
  font-size: 12px;
  display: block;
  margin-top: 40px;
}

.labo_about {
  margin-bottom: 40px;
}

.labo_about .two_panels {
  background: #f5f5f5;
  border: 5px solid #1A1B1D;
  padding: 40px;
}

.labo_about .two_panels li {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.labo_about .two_panels li:last-child {
  margin: 0;
}

.labo_about .two_panels p {
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
  font-weight: 800;
}

.labo_about .two_panels p,
.labo_about .two_panels li {
  font-family: "oswald";
  font-weight: 500;
}

.labo_about .two_panels li span {
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.labo_about .two_panels:before {
  content: "\f35f";
  font-family: "ionicons";
  color: #1A1B1D;
  display: block;
  text-align: center;
  margin-top: -57px;
  font-size: 40px;
  line-height: 1;
}

.photo_gallery > p {
  margin-bottom: 70px;
  position: relative;
  z-index: 8;
}

.photo_gallery img {
  border: 5px solid #1A1B1D;
  transition: 0.6s all ease;
}

.photo_gallery p:nth-child(2),
.photo_gallery p:nth-child(8) {
  text-align: right;
}

.photo_gallery p:nth-child(3),
.photo_gallery p:nth-child(4) {
  text-align: center;
}

.photo_gallery p:nth-child(5) {
  text-align: right;
}

.photo_gallery p:nth-child(5) img {
  vertical-align: top;
  margin-left: 40px;
}

.photo_gallery p:nth-child(6) {
  overflow: hidden;
  vertical-align: middle;
  margin-top: -100px;
}

.photo_gallery p:nth-child(6) img:first-child {
  float: left;
}

.photo_gallery p:nth-child(6) img:last-child {
  float: right;
  margin-top: 300px;
}

.photo_gallery div {
  background: #1A1B1D;
  padding: 40px;
  width: 450px;
  display: block;
  float: right;
  margin: -200px 0 70px 0;
  position: relative;
  z-index: 9;
}

.photo_gallery div p:first-child {
  font-family: "oswald";
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}

.photo_gallery div p:last-child {
  font-family: 'HelveticaNeue-bold',"work sans";
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-align: left;
}


/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .mainvisual--showroom .mainvisual_copy {
    font-size: 36px;
  }
  
  .mainvisual--showroom{
      background-size: 123vh;
      background-position: top;
    }

  .labo_logo_img {
    width: 100%;
  }

  .photo_gallery img {
    border: 5px solid #1A1B1D;
    margin-bottom: 40px;
    position: relative;
    z-index: 97;
    transition: 0.6s all ease;
    width: 100%;
  }

  .photo_gallery p:nth-child(7) img:last-child {
    margin-bottom: 0;
  }

  .photo_gallery div {
    background: #1A1B1D;
    padding: 30px;
    width: auto;
    display: block;
    float: right;
    margin: 0 0 70px 0;
    position: relative;
    z-index: 99;
    transition: 0.6s all ease;
  }

  .photo_gallery div p:first-child {
    font-family: "oswald";
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
  }

  .photo_gallery div p:last-child {
    font-family: 'HelveticaNeue-bold',"work sans";
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: left;
  }

  .photo_gallery p:nth-child(5) img {
    margin-left: 0;
  }

  .photo_gallery p:nth-child(6) img:first-child {
    float: none;
  }

  .photo_gallery p:nth-child(6) img:last-child {
    float: none;
    margin-top: auto;
  }

  .photo_gallery > p {
    margin-bottom: auto;

  }
}

/*=========================================================

DESIGN PRODUCE

=========================================================*/

.mainvisual--produce {
  background: url(/img/designworks/code_isahaya_1.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}


/* ------------------------------
   loopSlider
------------------------------ */

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 200px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */

.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

@media screen and (max-width: 767px) {
.mainvisual--produce{
      background-size: 123vh;
      background-position: top;
  margin-top: 46px;
    }
  
}

/* ------------------------------------------------------------
	
	ABOUT 

------------------------------------------------------------ */

.aboutus li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  box-sizing: border-box;
  padding: 30px;
  border: 3px solid #1A1B1D;
  height: 650px;
}

.aboutus li:last-child {
  margin-right: 0;
}

.aboutus td {
  padding-bottom: 10px;
}

.concept_text{
  text-align: center;
}

 .bg_black{
/*    background: #1c2429;*/
   background: #1A1B1D;
  }
  .title_history{
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0 60px 0;
    font-family: 'Vollkorn SC'
  }
  
  .title_history span{
    font-size: 26px;
    display: block;
  }
  
  .concept_text p{
    text-align: center;
    margin-bottom: 40px;
  }
  
   .img_mono{
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
      }
  
  .concept_text p br.sp{
        display: none;
      }

.lower_mainvisual--concept{
    background: url(/img/about/concept_bg.jpg) center center no-repeat;
    background-size: cover;
    
  }
  
  .title_page--concept {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    height: 100px;
    border: none;
    color: #fff;
}
  
  .title_page--concept span{
    color: #fff;
  }

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .aboutus li {
    width: 100%;
    margin-bottom: 60px;
    box-sizing: border-box;
    padding: 30px;
    border: 3px solid #1A1B1D;
    height: auto;
  }

  .aboutus td {
    padding-bottom: 10px;
  }
  
  .concept_text{
  text-align: left;
}
  
  .concept_text br{
    display: none;
  }
  
       .title_history{
    font-size: 40px;
        margin: 20px 0 50px 0;
        line-height: 1.3;
      }
      
      .title_history span{
    font-size: 22px;
      }
      
      .concept_text p br.sp{
        display: block;
      }
      


}

/* ------------------------------------------------------------

	Partnership

------------------------------------------------------------ */

.partner_list li {
  border: 3px solid #1A1B1D;
  padding: 20px;
  transition: 0.3s all ease;
}

.partner_list li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.partner_list li p {
  transition: 0.3s all ease;
}

.partner_list li a p:nth-child(2) {
  font-size: 24px;
  font-family: "oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.partner_list li a p:nth-child(3) {
  margin-bottom: 20px;
}

.partner_list li:hover {
  background: #1A1B1D;
}

.partner_list li:hover p {
  color: #fff;
}

.partner_list li:hover .partner_img img {
  opacity: 1;
}

.partner_img {
  margin-bottom: 20px;
}


.com_name {
  font-size: 16px;
  font-family: "oswald", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.com_sentence {
  font-size: 10px;
}

.ptlink {
  width: 980px;
  height: auto;
  margin: auto;
  background: #1A1B1D;
  padding: 10px 20px;
  color: #FFFFFF;
  text-align: right;
  margin-bottom: 60px;
  font-family: 'oswald';
  box-sizing: border-box;
}

.ptlink a {
  color: #fff;
}


/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .partner_list li {
    margin: 0 0 20px;
  }

  .ptlink {
    width: 100%;
    padding: 10px;
    clear: both;
  }

}


/*=========================================================

CONTACT

=========================================================*/

.tel_block {
  margin-bottom: 80px;
}

.tel_block__number a {
  font-family: "oswald";
  font-size: 60px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #222;
  line-height: 1;
  margin-bottom: 20px;
}

.tel_block__number a:before {
  content: '\f4b9';
  font-family: ionicons;
  margin-right: 10px;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .tel_block__number a {
    font-size: 40px;
  }
}


/*=========================================================

BLOG

=========================================================*/

/* SNSボタン */

.share {
  display: flex;
}

.share ul {
  display: flex;
}

.share li a {
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  letter-spacing: 0;
  line-height: 1;
}

.share li a span {
  font-size: 16px;
}

.share li a:hover {
  opacity: 0.8;
  color: #fff;
}

.share li a:visited {
  color: #fff;
}

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

.tweet a {
  background-color: #55acee;
}

.facebook a {
  background-color: #315096;
}

.googleplus a {
  background-color: #dd4b39;
}

.hatena a {
  background-color: #008fde;
}

.line a {
  background-color: #00c300;
}

.pocket a {
  background-color: #f03e51;
}

.rss a {
  background-color: #ff8c00;
}

.feedly a {
  background-color: #6cc655;
}

.category_block {
  display: flex;
  margin-bottom: 40px;
}

.single_category_tag {
  display: flex;
}

.single_category_tag a {
  background: #092544;
  font-size: 12px;
  padding: 0 10px;
  font-family: "oswald";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.single_category_tag a {
  color: #fff;
  text-decoration: none;

}

.single_date {
  font-family: "oswald";
  margin-right: 20px;
}


.single_date:before {
  content: 'Date：';
}

.wpp-meta.post-stats {
  color: #999;
  flex-basis: 100%;
  max-width: 100%;
  margin-left: 23px;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .category_block {
    display: block;
    margin-bottom: 4rem;
  }

  .single_category_tag {
    padding: 5px;
    margin: 0;
  }

  .single_date {
    margin: 0;
    padding: 5px;
  }

  .share ul {
    width: 100%;
  }

  .share ul li {
    flex-grow: 1;
  }

  .share li a {
    width: 100%;
  }

}

/*=========================================================

UNDER PAGE

=========================================================*/

.article_detail {
  display: flex;
  margin-bottom: 40px;
}

.article_detail__text {
  flex-basis: 75%;
  max-width: 75%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  border-right: 1px solid #999;
}

.article_detail__text p {
  margin-bottom: 20px;
}

.article_detail__info {
  flex-basis: 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}

.article_detail__info dl {
  font-size: 12px;
  line-height: 1.9;
}

.article_detail__info dt {
  box-sizing: border-box;
  display: block;
  font-size: 10px;
  color: #999;
}

.article_detail__info dd {
  /*  flex-basis: 73%;*/
  /*  max-width: 73%;*/
  box-sizing: border-box;
  margin-bottom: 10px;
  display: block;
}

.aritcle_detail__title {
  font-size: 26px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-family: 'Oswald', 'NotoSansCJKjp',sans-serif;
  font-weight: bold;
}

.aritcle_detail__title em{
    font-weight: normal;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    color: #888;
}

.aritcle_detail__title span {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}

.aritcle_detail__title span.jp{
  font-size: 18px;
}


.article_imglist img {
  margin: 0 auto 40px auto;
  display: block;
  height: auto;
}

.article_img{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.article_detail__service{
  font-family: copperplate, serif;
    font-weight: 600;
    color: #fff;
    background: #111;
    padding: 7px 10px;
    display: inline-block;
    font-size: 17px;
    letter-spacing: .07em;
    line-height: 1;
    margin-bottom: 10px;
  vertical-align: top;
  height: 30px;
  box-sizing: border-box;
  
}

.article_detail__cat{
  /* padding: 7px 10px;
  border: 1px solid #222;
  display: inline-block;
  margin-left:10px;
  font-size: 17px;
  height: 30px;
  box-sizing: border-box;
  vertical-align: top; */
  display: inline-block;
}

.article_detail__cat a{
text-decoration: none;
  color: #111;
  display: block;
  line-height: 0.9;
  font-family: copperplate, 'NotoSansCJKjp',sans-serif;

  padding: 7px 10px;
  border: 1px solid #222;
  display: inline-block;
  margin-left:10px;
  font-size: 17px;
  height: 30px;
  box-sizing: border-box;
  vertical-align: top;
}

.article_detail__cat.house{
  font-family: copperplate, serif;
  font-size: 17px;
}

/* .article_detail__cat.house a{
  padding-top: 0;
    margin-top: -1px;
} */


/*2019.02.08追加*/

 .works__title{
      font-size: 24px;
      margin-bottom: 40px;
   line-height: 1.4;
    }
    
    .works__title span{
      font-size: 40px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    }
    
    .works__img{
      margin-bottom: 40px;
    }
    
    .works__title_section{
      font-size: 20px;
      margin: 0 0 30px 0;
      font-weight: bold;
      line-height: 1.4;
    }
    
    .works__text{
      margin-bottom: 40px;
    }
    
    .works__text p{
      margin-bottom: 20px;
      font-size: 15px;
    }
    
    .works__owner{
      display: flex;
      flex-wrap: nowrap;
      padding: 40px;
      box-sizing: border-box;
      border: 4px solid #222;
      margin-bottom: 60px;
          font-size: 13px;
    }
    
    .works__owner dl{
      flex-basis: 50%;
      margin-right: 5%;
      display: flex;
      flex-wrap: wrap;
      
    }
    
    .works__owner dl:before{
      font-size: 24px;
      content: 'RENOVATION DATA';
      display: block;
      margin-bottom: 20px;
      line-height: 1;
      width: 100%;
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
    }
    
    .works__owner dl dt{
      flex-basis: 40%;
      margin-right: 5%;
      box-sizing: border-box;
    }
    
    .works__owner dl dd{
      flex-basis: 55%;
      font-weight: bold;
    }
    
    .works__owner__img{
      flex-basis: 50%;
      height: auto;
    }
    
    .works__imglist{
      text-align: center;
    }
    
    .works__imglist img{
      margin-bottom: 40px;
    }
    
    .writer_profile{
      margin-bottom: 60px;
      display: flex;
      padding: 40px;
      border:1px solid #666;
    }
    
    .writer_profile p:first-child:before{
      content: 'Written by ';
      font-family: 'HelveticaNeue-CondensedBold', 'oswald', sans-serif;
    }

.writer_profile p:first-child{
  margin-right: 20px;
  flex-basis: 20%;
  box-sizing: border-box;
}

.writer_profile p:last-child{
  font-size: 11px;
  flex-basis: 80%;
}

/*--------------------------------------------------------------------------------------------------mediaquery*/

@media screen and (max-width: 767px) {

  .article_detail {
    display: block;
  }

  .article_detail__text,
  .article_detail__info {
    max-width: 100%;
    border: none;
    padding: 0;
  }

  .article_detail__text {
    margin-bottom: 40px;
  }
  
  .article_detail__service,
  .article_detail__cat a{
    font-size: 14px;
    padding: 5px 8px;
    height: 26px;
  }
  
  .article_detail__info dl {
    line-height: 1.5
  }

  .article_detail__info dd {
    margin-bottom: 10px;
  }

  .aritcle_detail__title span {
    font-size: 30px;
  }
  
  .aritcle_detail__title{
    font-size: 22px;
  }

  .article_img,
  .article_imglist img {
    width: 100%;
    height: auto;
  }
  
  .article_detail__service,.article_detail__cat{
    letter-spacing: 0;
  }  
  
   .works__title span{
     font-size: 32px;
  }
  
  .works__title{
    font-size: 20px;
    margin-bottom: 40px;
  }
  
  .works__title_section{
    font-size: 16px;
  }
  
  .works__owner {
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: 40px;
}
  
  .works__owner dl {
    flex-basis: 100%;
    margin-right: 0;
     display: block; 
    flex-wrap: wrap;
    order: 2;
    line-height: 1.7;
}
  
  .works__owner dl dd {
    margin-bottom: 10px;
}
  
   .works__owner dl dd:last-child {
    margin-bottom: 0;
}
  
  .works__owner__img {
    flex-basis: 100%;
    height: auto;
    order: 1;
    margin-bottom: 20px;
}
  

}


/*=========================================================

new top page

=========================================================*/

body {
      background: #eeebe3;
    }

    .inner img {
      max-width: 100%;
    }

    .top_kv {
      width: 100%;
      min-width: 980px;
/*      background: url(/img/index/top-kv-bg.jpg)center center no-repeat;*/
      position: relative;
      height: 100vh;
      overflow: hidden;
      background-size: cover;
    }

    .top_kv img {
      width: 700px;
    }

    .top_kv_copy {
      display: block;
      text-align: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 200px;
      z-index: 10;
      color: #fff;
      text-shadow: 0 0 1px rgba(0,0,0,.4);
    }

.top_kv_text{
    font-weight: 800;
    letter-spacing: 0;
  }
  
  .top_kv_text__1{
    font-size: 44px;
    line-height: 1.4;
  }
  
  .top_kv_text__1 span{
    font-size:30px;
    vertical-align: top;
  }
  
  .top_kv_text__2{
    display: block;
    margin-top: 20px;
    font-size: 26px; 
    line-height: 1.4
  }
  
  .top_kv_text__3{
    display: block; 
    margin-top: 20px;
    font-size: 18px;
  }

  .concept_btn{
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px #fff solid;
    z-index: 12;
    transition: .7s all ease;
  }

.concept_btn--hide{
    bottom: -94px;
  }
    
    .service_block{
      overflow: hidden;
      margin: 0;
    }

    .main_service {
      width: 100%;
      display: block;
      position: relative;
      margin: 0;
      max-height:100vh;
      overflow: hidden;
    }

    .main_service:before{
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      background: rgba(0, 0, 0, .25);
      z-index: 1;
      transition: .5s all ease;
    }

a.main_service:hover:before{
  background: rgba(0,0,0,.4);
}

    .main_service img {
      width: 100%;
      height: auto;
    }
    
    a.main_service:hover img{
      opacity: 1;
    }

    .main_service__logo {
      position: absolute;
      top: 40%;
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      line-height: 1;
      color: #fff;
      z-index: 2;
    }
    
.main_service__logo img{
  width: 550px;
}

    .main_service__logo span{
      display: block;
      font-size: 12px;
      color: #fff;
      margin-top: 20px;
    }

    .button_rt {
      text-align: right;
      font-family: 'oswald', sans-serif;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      line-height: 1;
      text-decoration: none;
      color: #333;
    }

    .button_rt:before {
      font-family: 'ionicons';
      content: '\f3d3';
      font-size: 18px;
      margin-right: 5px;
    }

    .main_service__more {
    position: absolute;
    top: 70%;
    color: #fff;
    transition: .5s all ease;
    width: 200px;
    border: 3px solid #fff;
    padding: 15px;
    font-family: 'oswald', sans-serif;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
      z-index: 2;
    }

.main_service__more:before {
      font-family: 'ionicons';
      content: '\f3d3';
      font-size: 18px;
      margin-right: 5px;
    }
    
    a.main_service:hover .main_service__more{
      background: #fff;
      color: #222;
    }
a.main_service img{
  transform: 1.5s all ease;
  transition-duration: 3s;
}

a.main_service:hover img{
  transform: scale(1.04);
}

.top_works_list img,
.works_img{
      width: 100%;
      height: auto;
      margin-bottom: 4%;
    }

    .top_works_list {
      width: 980px;
      margin: auto;
      display: flex;
      flex-wrap: nowrap;
    }
    
    .top_works_list > li {
        margin-right: 40px;
            flex-basis: 300px;
      }

    .top_works_list > li:nth-child(3n) {
        margin-right: 0;
      }

    .works_number,
    .info_list__date {
      font-family: 'oswald', sans-serif;
      font-size: 14px;
      line-height: 1.7;
      color: #cea953;
    }

    .works_name {
      line-height: 1.2;
      color: #222;
    }

    .top_works_list>li>a {
      text-decoration: none;
      display: block;
    }

    .info_list {
      box-sizing: border-box;
      width: 980px;
      margin: auto;
    }
    
    .info_list .slick-list{
      margin-left: -40px;
    }
    
    .info_list li{
      padding-left: 40px;
    }

    .info_list a {
      box-sizing: content-box;
      display: block;
      text-decoration: none;
      color: #333;

    }

    .info_list__img {
      margin-bottom: 4%;
      width: 100%;
      height: 190px;
      overflow: hidden;
      background: #222;
    }

    .info_list__img img {
      width: 100%;
      height: auto;
    }

    .info_list__title {
      font-weight: normal;
      line-height: 1.4;
      margin-bottom: 7%;

    }

    .info_list__text {
      font-size: 12px;
      line-height: 1.6;
      word-break: break-all;
      display: none;
    }

    .top_contact {
      background: #1c2429;
      color: #fff;
      padding: 30px 0 40px 0;
    }

    .top_contact_inner {
      border-bottom: 1px solid #fff;
      text-align: center;
      padding: 0 0 40px 0;
    }

    .top_contact__title_en {
      font-family: 'oswald', sans-serif;
      position: relative;
      margin-bottom: 20px;
    }

    .top_contact__title_en span {
      display: inline-block;
      padding: 0 10px;
      background: #1c2429;
      position: relative;
    }

    .top_contact__title_en:before {
      content: '';
      height: 1px;
      width: 100%;
      background: #fff;
      display: block;
      position: absolute;
      top: 13px;
      z-index: 0;
    }

    .top_contact__title_jp {
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px;
    }

    .contact_block {
      margin-bottom: 40px;
      width: 50%;
    }

    .contact_block__tel {
      font-family:  'oswald', sans-serif;
      font-size: 60px;
      line-height: 1.2;
      margin-bottom: 10px;

    }

    .contact_block__tel a {
      text-decoration: none;
      color: #fff;
    }

    .contact_block__time {
      font-size: 12px;
      line-height: 1.4;
    }

    .top_about_text {
      padding: 0 5%;
    }
    
    .showroom_block{
     display: block;
      text-align: center;
    }
    
    .showroom_block__img{
      margin: 0 0 20px 0;
    }
    
    .contact_block_container{
        display: flex;
      }
    
    .slick_bn .youtube{
      padding-top: 50%;
    }

 .slick_bn img{
        width: 100%;
      }
    
    .slick_bn .slick-slide{
      padding: 20px 10px;
    }
    
    .slick_bn{
      width: 980px;
      margin: auto;
    }

/*--------------------------------------------------------------------------------------------------mediaquery*/


    @media screen and (max-width: 767px) {

      .top_kv {
        min-width: 100%;
      }

      .top_kv img {
        height: 100%;
/*        width: auto;*/
        width: 90%;
        position: relative;
/*        left: -50%;*/
        left: 0;
      }
      
        .top_kv_copy{
      height:220px;
    }
  .top_kv_text__1{
    font-size: 22px;
  }
  
  .top_kv_text__1 span{
    font-size:18px;
  }
  
  .top_kv_text__2{
    font-size: 15px; 
  }
  
  .top_kv_text__3{
    font-size: 15px;
    margin-top: 0;
  }
    
    .concept_btn{
/*      width: 40%;*/
      text-align: center;
    padding: 5px;
      border: 1px solid;
/*          bottom: 35vh;*/
      right: 0;
      left: 0;
      margin:auto;
      width: 30%;
      font-size: 11px;
      bottom: 30vh;
      
    }
      
/*
      .top_kv_copy__en{
        font-size: 36px;
      }
      
*/
      .concept_btn--hide{
    opacity: 0;
    bottom:20vh;
  }
      
       .top_works_list {
      width: 100%;
      }

      .top_works_list > li {
        flex-basis: 47.5%;
         margin-right: 5%;
      }

      .top_works_list > li:nth-child(even) {
       margin-right: 0;
      }
      
      .top_works_list > li:nth-child(n+3) {
        display: none;
      }
      
      .service_block{
        height: 350px;
      
    }
      
      .main_service{
        max-height: auto;
        height: 100%;
        display: flex;
        justify-content: center;
      }
      
      .main_service img {
    width: auto;
    height: 100%;
}
      
      .main_service__logo img{
  width: 85%;
}
      
      .main_service__logo span {
    margin-top: 10px;
}
      
      .main_service__more {
    position: absolute;
    top: 60%;
    width: 180px;
    border: 2px solid #fff;
    padding: 5px 0;
      }
      
      .info_list{
        width: 100%;
      }
      
      .info_list .slick-list{
      margin-left: 0;
    }
      
      .info_list li{
        padding-left: 1.4%;
      }
      
      .info_list__img{
        height: 30vw;
      }
      
      .info_list__img img{
        height: 100%;
        width: auto;
      }
      
      .showroom_block{
      display: block;
    }
      .showroom_block__img{
        margin:0 0 5% 0;
      }
      
      .contact_block_container{
        display: block;
      }
      
      .contact_block__tel {
      font-size: 40px;
      }
      
      .contact_block {
      margin-bottom: 12%;
        width: 100%;
    }
      
       .slick_bn{
      width: 100%;
      margin: auto;
    }
  
    }

/*=========================================================

sitemap

=========================================================*/

.sitemap .inner ul{
  list-style:disc;
  list-style-position: inside;
}

.sitemap ul ul{
  font-size: 12px;
}

.sitemap .col4_list li{
  margin-top: 5px
}

/*=========================================================

Interview

=========================================================*/

  .interview-text{
      background: #fff;
      padding: 40px;
    }
    
    .interview-title{
      font-size: 28px;
      border-left: 5px solid #222;
      padding: 0 0 0 20px;
      line-height: 1.5;
      margin: 40px 0;
    }

.interview-title ruby rb{
  font-size: 28px;
}

.interview-title ruby rp,
.interview-title ruby rt{
  font-size: 10px;
}
    


    .interview-title span{
      font-size: 18px;
       font-family: 'oswald', serif;
      display: block;
      margin-bottom: 15px;
      font-weight: 800;
      display: flex;
    }
    
    .interview-title span.reno:after{
    content: '／RENOVATION';
    display: flex;
      align-items: center;
    line-height: 1;
    }

.interview-title span.shop:after{
    content: '／SHOP DESIGN';
    display: flex;
      align-items: center;
    line-height: 1;
    }

.interview-title span.house:after{
    content: '／CODE HOUSE';
    display: flex;
      align-items: center;
    line-height: 1;
    }
    
    .interview-header{
      position: relative;
      margin-bottom: 120px;
    }
    
    .interview-header img{
      width: 800px;
    }

.interview-img{
  padding: 0 70px;
}
    
    
    .interview-data{
      background: #222;
      color: #fff;
      padding: 30px;
      position: absolute;
      right: 0;
      bottom: -80px;
      font-size: 12px;
      width: 30%;
    }
    
    .interview-data:before{
      content: '\f361';
      color: #222;
      position: absolute;
      left: -10px;
      top: 0;
      font-size: 60px;
      font-family: 'ionicons';
    }
    
    .interview-data dl{
/*      display: flex;*/
      flex-wrap: wrap;
    }
    
    .interview-data dl:before{
      content: 'RENOVATION DATA';
      font-family: 'oswald';
      display: block;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 20px;
      width: 100%;
      line-height: 1;
    }

.interview-data--shop dl:before{
      content: 'SHOP DATA';
}
    
    .interview-data dl dt{
      flex-basis: 35%;
      font-weight: bold;
       line-height: 1;
    }
    
    .interview-data dl dd{
      flex-basis: 65%;
      margin-bottom: 10px;
    }

      .interview-data dl dd:last-child{
        margin-bottom: 0;
      }
    
    .interview-caption{
      text-align: left;
      font-size: 11px;
      margin: 10px 110px 0 110px ;
      box-sizing: border-box;
      color: #999;
      line-height: 1.4;
    }
    
    .interview-text__title{
    font-size: 20px;
    margin: 0 0 30px 0;
    font-weight: bold;
    line-height: 1.4;
    }
    
    .interview-text__text p{
      margin-bottom: 20px;
/*    font-size: 15px;*/
    }
    
    .interview-text__text p:last-child{
      margin-bottom: 0;
    }
    
    .interview-footer{
      display: flex;
      background: #fff;
      padding: 0 70px 70px;
    }
    
    .interview-footer__link{
      flex-basis: 50%;
      position: relative;
    }
    
    .interview-footer__link img{
      max-width: 100%;
    }
    
    .interview-footer__link:after{
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.3);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 80;
    }
    
    .interview-footer__link div{
      font-family: 'oswald';
      font-size: 30px;
      position: absolute;
      top: 30%;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      text-align: center;
      z-index: 89;
    }
    
    .interview-footer__link div:before{
      content: 'この物件の施工事例はこちら';
      font-size: 12px;
      line-height: 1;
      display: block;
    }
    
    .interview-footer__link div:after{
      content: '\f362';
      font-family: 'ionicons';
      display: block;
      text-align: center;
      font-weight: normal;
      font-size: 50px;
    }
    
    .interview-footer__writer{
      flex-basis: 50%;
      margin-bottom: 0;
      background: #f9f9f9 url(/img/common/bg-tex.png);
      padding: 40px;
    }
    
    .interview-footer__writer p:first-child:before{
      content: 'Interview & Written by ';
      font-family: 'oswald';
    }
    
    .interview-footer__writer p{
      font-size: 11px;
    }
    
    .interview-footer__writer p:first-child{
      font-size: 15px;
      margin-bottom: 20px;
    }

.inter_banner{
  width: 60%;
  margin: auto;
}
    
    
    @media screen and (max-width: 767px) {
      
      .interview-data{
        position: static;
        width: 100%;
      }
      
      .interview-header{
        margin-bottom: 40px;
      }
      
      .interview-data:before{
        content: none;
      }
      
      .interview-data dl{
        display: block;
      }
      
      .interview-text{
        padding: 7%;
      }
      
      .interview-title,
      .interview-title ruby rb{
        font-size: 22px;
      }

.interview-title ruby rp,
.interview-title ruby rt{
  font-size: 8px;
}
      
      .interview-title span{
        font-size: 14px;
      }
      
      .interview-text__title{
        font-size: 18px;
        margin-bottom: 20px;
      }
      
      .interview-img{
        padding: 0;
      }
      
      .interview-caption {
          text-align: left;
          margin: 5px 5% 0;
        line-height: 1.5;
      }
      
      .interview-footer{
        display: block;
        padding: 0 7% 7%;
      }
      
      .interview-footer__writer{
        padding: 7%;
      }
      
      .interview-footer__writer p:first-child{
        margin-bottom: 10px;
      }
      .interview-footer__link{
        display: block;
      }
      
      .interview-footer__link div{
        font-size: 20px;
        padding: 20% 7%;
        top: 0;
      }
      
      .interview-footer__link div:after {
          font-size: 40px;
          line-height: 1;
      }
      
      .interview-data{
        font-size: 12px;
      }
      
      .inter_banner{
  width: 100%;
}
    }

/*=========================================================

Movie

=========================================================*/

.movie_thumb{
  margin-bottom: 10px;
  width: 100%;
}

.movie_list li a{
  display: block;
  position: relative;
}

.movie_list li a:after{
  content: '\f24d';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 40px;
  transition: all ease .3s;
      display: block;
    color: red;
    width: 50px;
    height: 50px;
    font-family: 'ionicons';
    line-height: 1;
    letter-spacing: 0;
  opacity: 0;
}

.movie_list li a:hover:after{
  opacity: 1;
}


/*=========================================================

For sale

=========================================================*/

.list-feature li{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.list-feature li:first-child{
  border-top: 1px solid #ccc;
}

.list-feature li div:first-child{
  flex-basis: 30%;
  line-height: 1
}

.list-feature li div:nth-child(2){
  flex-basis: 70%;
  line-height: 1
}

.list-feature li.cost-title{
  text-align: center;
  background: #d6d6d6;
  justify-content: center;
  padding: 0;
  font-size: 12px;
}

.fixed-contact{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.fixed-contact-inner{
  display: flex;
}

.fixed-contact-inner li{
  flex-basis: 50%;
}

.fixed-contact-inner li a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 5px;
  box-sizing: border-box;
  text-decoration: none;
   line-height: 1;
  font-weight: bold;
  font-size: 20px;
}

.fixed-contact-inner .tel{
  background: #ddd;
  color: #f1583d;
}

.fixed-contact-inner .tel:after{
  content: '092-406-9451';
  font-size: 36px;
  line-height: 1;
  margin-left:10px;
}

.fixed-contact-inner .form{
  background: #f1583d;
  color: #fff;
  height: 100%;
}

.fixed-contact-inner .form:before{
  content: '\f422';
  font-family: ionicons;
  font-size: 30px;
  margin-right: 5px;
}

.fixed-contact-inner .tel:before{
  content: '\f4b9';
  font-family: ionicons;
  font-size: 30px;
  margin-right: 5px;
}

#page-top{
  bottom: 60px!important;
  display: none;
}

.price-sub{
  margin-top: 7px;
}

.price-sub span{
  background: #1A1B1D;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: .5em;
}
.lp-text{
  width: 770px;
      margin: auto;
}
.lp-text p{
  margin-bottom: 20px;
}

/*
.list-feature li:first-child{
    padding-top:0;
  }
  
  .list-feature li:last-child{
    padding-bottom: 0;
  }
*/

.top_contact_inner--lp #fc2form form{
  width: 80%;
  margin: auto;
}

.inner_menu{
  display: flex;
}
.inner_menu li{
  padding: 0 10px;
      flex-basis: 33%;
}

.inner_menu li a{
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
  
}

.inner_menu li a:before{
  content: '\f3d0';
  font-family: ionicons;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  
  .list-feature li{
    padding: 10px 0;
  }

  .lp-text{
  width: 100%;

  }
  
.top_contact_inner--lp #fc2form form{
  width:100%;
}
  
  .fixed-contact-inner li a{
    
    padding: 15px 5px;
  }
  
  .fixed-contact-inner li:last-child{
  flex-basis: 60%;
}

.fixed-contact-inner li:first-child{
  flex-basis: 40%;
}
  
  .fixed-contact-inner .tel:after{
    content: none;
  }
  
  .fixed-contact-inner li a{
    font-size: 14px;
  }
  
  .fixed-contact-inner .form:before,
  .fixed-contact-inner .tel:before{
    font-size: 24px;
  }
  
  .inner_menu li{
  padding: 0 5px;
      flex-basis: 33%;
    line-height: 1.4
}
  .inner_menu li a:after{
    display: block;
  margin:0;
    font-family: ionicons;
    content: '\f3d0';
    line-height: 1
}
  
  .inner_menu li a:before{
  content: none;
}

}

/*=========================================================

ESTATE

=========================================================*/

.mainvisual--estate{
  background: url(/img/index/top_estate.jpg) top 50px center no-repeat;
  background-size: cover
}

/*=========================================================

WP overwrite

=========================================================*/

.wp-block-image{
  margin: 0
}


/*=========================================================

Works list NEW

=========================================================*/

  * {
      font-family: 'NotoSansCJKjp', sans-serif;
    }


    .works_list2 {
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    .works_list2>li {
      margin-bottom: 20px;
      float: left;
      position: relative;
      box-sizing: content-box;
      /*  padding-bottom: 15px;*/
      width: 49%;
      height: 319px;
      margin-right: 2%;
      overflow: hidden;
      padding-bottom: 0;
    }

    #works_list.works_list2>li{
      height: 339px;
    }

/*
    .works_list2 li:nth-child(3n) {
      margin-right: 0;
    }
*/

    .works_list2>li a {
      display: block;
      height: 100%;
      overflow: hidden;
      position: relative;
      text-decoration: none;
    }

    #works_list.works_list2>li a{
      height: calc(100% - 20px);
    } 

    .works_list2>li>a>img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
    }

    .works_list2 li a .works_overlay {
      opacity: 0;
    }

    .works_list2>li>a>.works_overlay {
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 95.5%;
      box-sizing: border-box;
      padding: 15px;
      z-index: 99;
      transition: 0.3s all ease;
      color: #fff;
    }

    .works_list2 li:hover a img {
      opacity: 1;
    }

    .works_list2 li:hover .works_overlay {
      display: block;
      opacity: 1;
    }

    .works_overlay img {
      width: auto;
      display: block;
    }

    .works_list2>li:nth-child(even) {
      margin-right: 0;
    }

    .works_list2>li>a>.overlay {
      height: 100%;
    }

    /*  }*/

    .rname,
    .jpname,
    .rname_sub {
      text-align: center;
      position: relative;
      color: #fff;
      z-index: 98;
      text-decoration: none;
      font-family: 'Vollkorn SC';
    }

    p.rname {
      display: none;
    }

    p.rname,
    .rname_sub {
      font-size: 12px;
      margin-bottom: 0
    }

    p.jpname {
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1;
      margin-bottom: 10px;
    }

    .overlay:after {
      z-index: 1;
    }

/*
    a {
      text-decoration: none
    }
*/

    .works_list2 .overlay {
      position: relative;
      padding-top: 30%;
      box-sizing: border-box;
      text-decoration: none;
    }

    .works_list2--reno .rname{
      display: block;
          font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
}
    .works_list2--reno .jpname{
      display: none;
}


    .category_menu__list li a {
      font-family: 'Vollkorn SC';
      font-weight: 400;
      font-size: 16px;
    }

    .category_menu__list li a span {
      display: none;
    }

    .category_menu {
      top: 75px;
    }

    .header_block+.lower_mainvisual,
    .header_block+h1.title_page--mt {
      margin-top: 0;
    }

    .showroom_block {
      display: block;
      text-align: center;
    }

    .showroom_block__img {
      margin: 0 0 20px 0;
    }

    .header_logo,
    header_nav {
      float: none;
    }

    .category_menu {
      position: relative;
      top: 0;
    }

    footer li.footer_menu a,
    footer li.footer_menu {
      font-family: 'oswald';
      font-weight: 300;
    }

    .lead {
      width: 606px;
      margin: 30px auto 30px auto;
      text-align: left;
    }


    @media screen and (max-width: 767px) {

      .works_list2>li {
        width: 100%;
        height: 57vw
      }

      .works_list2 .overlay {
        padding-top: 25%;
      }

  .works_list2--reno .rname{
      font-size: 26px;
}
      .lead {
        width: 100%;
      }
      
      
    .header_block+.lower_mainvisual,
    .header_block+h1.title_page--mt,
      .mt_header{
      margin-top: 46px;
    }

      #works_list.works_list2>li{
      height: 57vw;
    }



    }

    @media screen and (max-width: 350px) {
      .works_list2 .overlay {
        padding-top: 20%;
      }

}


/*=========================================================

WP WORKS

=========================================================*/

.prev_next_wrap{
/* display: flex;*/
/*  justify-content: space-between;*/
  padding: 40px 0;
  border-top: 1px solid #333;
  overflow: hidden;
}

.prev_next_wrap a{
  text-decoration: none;
  color: #111;
}

.prev_post{
  float:left;
}

.next_post{
  float: right;
}

.prev_post,
.next_post{
  display: flex;
  align-items: center;
}

.post_thum{
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}

.post_thum img{
  height: 100%;
  width: auto;
  object-fit: cover;
}

.next_post .post_thum{
  margin-left: 20px;
   margin-right: 0;
}

.prev_post > .post_thum{
  order: 1;
}

.prev_post > .post_info{
  order:2 ;
}

.post_info::before{
  content: 'prev';
/*  font-family: copperplate, serif;*/
  font-family: 'Vollkorn SC','NotoSansCJKjp',sans-serif;
    font-weight: 700;
  font-size: 24px;
}

.next_post > .post_info::before{
  content: 'next';
}


@media screen and (max-width: 768px) {
  
  .prev_post,
  .next_post{
  display: block;
    text-align: center;
}
  
  .post_thum,
  .next_post .post_thum{
    margin: auto;
  }
  
}


/*=========================================================

RECRUIT

=========================================================*/

.half_bg {
  padding: 80px 160px;
  background: #111;
  background: linear-gradient( 90deg, #111 0%, #111 70%, transparent 70%, transparent 100%);
}

.half_bg--ref{
  background: linear-gradient( 90deg, transparent 0%, transparent 30%, #111 30%, #111 100%);
}

.recruit{
  display: flex;
  align-items: center;
  color: #fff;
}

.recruit_content{
  flex-basis: 45%;
  max-width: 45%;
  margin-right: 5%;
}

.recruit_img{
  flex-basis: 50%;
  max-width: 50%;
}

.recruit_img img{
  max-width: 100%;
}

.half_bg--ref .recruit_img{
  margin-right: 5%;
  order: 1;
}

.half_bg--ref .recruit_content{
  margin-right: 0;
  order: 2;
}

.recruit_title{
  font-family: copperplate, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.recruit_title span{
  display: flex;
  align-items: center;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", verdana, sans-serif;
  font-size: 14px;
  margin-top: 10px;
}

.recruit_title span::before{
  content: '';
  margin-right: 10px;
  width: 30px;
  height: 1px;
  background: #fff;
  display: inline-block
  
}

@media screen and (max-width: 768px) {
  
  .half_bg,
  .half_bg--ref {
    padding: 0 0 40px 0;
    background: linear-gradient( 180deg, transparent 0%, transparent 15%, #111 15%, #111 100%);
  }
  
  .recruit{
    flex-wrap: wrap;
  }
  
  .recruit_content{
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    order: 2;
  }
  
  .recruit_img{
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  
  .recruit_title{
    font-size: 32px;
  }
  
  
  
}