@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
html {
  font-size: 62.5%;
  line-height: 1;
}
body {
  font-size: 1.4em;
  padding: 0;
  margin: 0;
  color: #24190A;
  line-height: 1.8;
  font-weight: 400;
  font-family: 'YakuHanJP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
a {
  color: #24190A;
  text-decoration: none;
}
/*a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}*/
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pc {
  display: block !important;
}
.pc_inline {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.sp2 {
    display:none !important;
  }
.sp_inline {
  display: none !important;
}
.hind {
  font-family: 'Hind', sans-serif;
  font-size: 4.5rem;
  position: relative;
  top:10px;
}
header {
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 99;
}
.drawer-hidden {
  display: none;
}
/* ハンバーガーアイコン */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
/* ハンバーガーメニューのアイコン */
.is-in .drawer-open span, .is-in .drawer-open span:before, .is-in .drawer-open span:after {
  background: #222;
}
.drawer-open span, .drawer-open span:before, .drawer-open span:after {
  content: '';
  display: block;
  height: 4px;
  width: 50px;
  background: #222;
  transition: .5s;
  position: absolute;
}
.drawer-open span:before {
  bottom: 15px;
}
.drawer-open span:after {
  top: 15px;
  width: 30px;
}
#drawer-check:checked ~ .drawer-open span {
  background-color: hsla(0, 0%, 100%, 0.00);
}
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff;
}
#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
  width: 50px;
  background: #fff;
}
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #573D18;
  transition: .5s;
  left: 100%;
}
#drawer-check:checked ~ .drawer-content {
  transition: .5s;
  left: 60%;
}
header .drawer-content {
  display: flex;
  flex-direction: column;
  padding-top: 10%;
  padding-left: 5%;
  padding-bottom: 5%;
}
header .menu {
  max-width: 300px;
}
header .menu li {
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 2rem;
}
header .menu .product ul{
    visibility: hidden;
	height: 0px;
	transition: 0.2s;	
}
header .menu .product:hover ul {
  visibility: visible;
	height: 19rem;

}
header .menu li ul {
  padding-left: 20px;
  margin-top: 10px;
}
header .menu li ul li {
  position: relative;
}
header .menu li ul li:before {
  content: "-";
  padding-right: 5px;
}
header .menu li a {
  color: #fff;
}
header .menu li a:hover {
  opacity: 0.7;
}
header .sns {
  margin-top: auto;
  margin-bottom: 0px;
  border-top: 1px solid #fff;
  padding-right: 10px;
  max-width: 300px;
  padding-top: 10px;
}
header .sns li {
  display: inline-block;
  margin-right: 10px;
}
#side_nav {
    position: fixed;
    right: 0px;
    top: 30vh;
    z-index: 98;
    width: 130px;
    text-align: right;
}
#side_nav li {
  position: relative;
  text-align: right;
  margin-bottom: 10px;
  display: inline-block;
}
#side_nav ul li:first-child {
  display: none;
}
#side_nav li a {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding-right: 50px;
  color: #222;
}
#side_nav li a:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 0px;
  top: 10px;
}
#side_nav li a:hover {
  opacity: 0.5;
}
#side_nav li .current:before {
  content: "";
  background-image: url(../images/side_arrow01.svg);
  width: 10px;
  height: 7px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 7px;
}
/*.is-in #side_nav li a{
	color: #222;
}
.is-in #side_nav li a:after {
    background-color: #707070;
}*/
p {
  font-size: 1.4rem;
}
.innerL {
  max-width: 1166px;
  margin: 0 auto;
  width: 98%;
}
.inner {
  max-width: 966px;
  margin: 0 auto;
  width: auto;
}
.box {
    min-height: 100vh;
    position: relative;
}
section {
    position: relative;
    background-color: #fff;
}
#top .bg_fade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    /* [disabled]min-height: 90vh; */
}
.bg_fade div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  width: 100%;
}
#top {
    z-index: 1;
    min-height: 100vh;
}
#top .innerL {
    position: relative;
    height: 100vh;
}
#top .logo {
	max-width: 207px;
	max-height: 163px;
    text-align: center;
    margin:auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
	left: 0px;
	right: 0px;
}
#top .txt p {
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px #000000;
}
#top .btn_wrap {
    position: absolute;
    bottom: 5vh;
}
/*#top .top_bnr {
    position: absolute;
    bottom: 5vh;
    right: 0px;
}*/

/*------maruシリーズbanner-------*/
.maru-bnr{
    position: absolute;
    bottom: 5vh;
    right: 0px;
    width:430px;
}
.maru-bnr a:hover{
    opacity: 0.8;
    display: block;
}
.maru-bnr-new{
    background: #C36A19;
    color:#fff;
    border-radius: 50%;
    width:70px;
    height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:-35px;
    right:15px;
    font-size:1.8rem;
}
.maru-bnr-img{}
.maru-bnr-copy{
    font-size:1.3rem;
    background:#573D18;
    color: #fff;
    text-align: center;
    padding:7px 0;
    line-height: 1.8;
}
/*------maruシリーズbanneここまで-------*/

#top .btn_contact a {
  background-color: #C36A19;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: 'Hind', sans-serif;
  position: relative;
  padding: 5px;
  width: 200px;
  margin-bottom: 20px;
}
#top .btn_dl a {
  background-color: #2B1D0A;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: 'Hind', sans-serif;
  position: relative;
  padding: 5px;
  width: 200px;
}
#top .btn_contact a:after, #top .btn_dl a:after {
  background-image: url(../images/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 10px;
  content: "";
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 20px;
}
#top .btn_contact a:hover:after, #top .btn_dl a:hover:after {
  transition: 0.5s;
  right: 15px;
}

#top .bg_fade .bg_01 {
  background-image: url(../images/top_back01@2x.jpg);
}
#top .bg_fade .bg_02 {
  background-image: url(../images/top_back02@2x.jpg);
}

/*------インテリアライフスタイル展-------*/
/*#top .top_bnr2{
  position: absolute;
  bottom: 5vh;
  right: 0px;
  background-color: #2B1D0A;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: 'Hind', sans-serif;
  padding: 20px;
  width: 320px;
}
#top .top_bnr2 span{
	font-size: 1.6rem;
	font-weight: 600;
}

#top .top_bnr2 .btn_dl{
	border: 1px solid #fff;
	width: 210px;
	margin: 10px auto 0px;
}*/

#concept p.concept_logo img{
	width:100px;
	display: inline-block;
	margin:10px;
	vertical-align: middle;}

#concept p.concept_logo img.kake{
	width:20px;}

#concept p.concept_logo img.enzo{
	width:200px;}

#concept .concept_lead {
    text-align: center;
    padding-top: 20vh;
}
#concept .concept_lead p {
    font-size: 2rem;
    line-height: 2.5;
    margin-bottom: 20px;
}
#concept .concept_lead p sup{
	vertical-align: baseline;}
/*#concept .concept_lead p span{
	font-size: 3.2rem;
	 line-height: 1.5;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
}*/

#concept .concept_lead p.small-txt{
	font-size: 1.4rem;
	font-weight: normal;
}

#concept a.icon_insta2{
	display: block;
	width:35px;
	margin:0 auto;
	margin-bottom:20px;
}

#utuwa_top.box,#akari_top.box,#katachi_top.box{
    background-color: transparent;
}
#utuwa_top {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

#utuwa_top .sec_txt_box {
  osition: absolute;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#akari_top .sec_txt_box {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#katachi_top .sec_txt_box {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#utuwa_top .bg_fade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    /* [disabled]min-height: 100vh; */
}
#utuwa_top .bg_fade .bg_01 {
  background-image: url(../images/utuwa_back01@2x.jpg);
	background-position:100% 50%;
}
#utuwa_top .bg_fade .bg_02 {
  background-image: url(../images/utuwa_back02@2x.jpg);background-position:100% 50%;

}
.sec_txt_box {
    padding: 35px 50px;
    background-color: hsla(27, 93%, 6%, 0.40);
    display: inline-block;
    color: #fff;
    min-width: 500px;
}
.sec_txt_box h2 {
  font-size: 3.8rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
	font-weight: 400;
}
.sec_txt_box p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.sec_txt_box li a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding-left: 27px;
}
.sec_txt_box li a:before {
  content: "";
  background-image: url(../images/icon_arrow01.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 5px;
  width: 15px;
  position: absolute;
  left: 0px;
  margin: auto;
  top: 5px;
}
.sec_txt_box li a:hover:before {
  left: 4px;
  transition: 0.5s;
}
.box .title {
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 1.6rem;
    width: 100px;
    border-bottom: 1px solid #707070;
    position: absolute;
    top: 5vh;
    left: 10%;
}
.item_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 30vh;
}
.inner.item4 {
    max-width: 1050px;
}
.inner.item3 {
  max-width: 1000px;
}
.inner.item2 {
    max-width: 1000px;
}
.inner.item1 {
    max-width: 1000px;
}
.item_main {
    width: 43%;
    position: relative;
    max-width: 430px;
}

#G-OP-001 .item_main {border: 1px solid #707070;}
.item_detail {
    width: 54.2%;
    flex-direction: column;
    display: flex;
}
.inner.item4 .item_detail {
    width: 56.1%;
}
.item_detail h3 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Hind', sans-serif;
}
.item_detail p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.item_detail dl {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 10px;
}
#G-OP-001 .item_detail dl { 
	display: block;
	margin-bottom:10px;
}
.item_detail dl dt {
  display: inline-block;
}
.item_detail dl dd {
  display: inline-block;
  letter-spacing: 2px;
}
.item_detail .item_thum {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: 0px;
}
.item_detail .item_thum li {
  margin-right: 4.5%;
	width:160px;
}

.item_detail .item_thum li.img120 {
	width:120px;
}
.item_detail .item_thum li:last-child {
  margin-right: 0px;
}
.item_wrap .item_detail .txt_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.item_wrap .item_detail .txt_flex .detail_txt {
  width: 47%;
  margin-bottom: 10px;
}
.item_wrap .item_detail .detail_txt h4 {
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.item2 .item_main {
    /* [disabled]width: 60%; */
    text-align: center;
    /* [disabled]max-width: none; */
}
.item2 .item_detail {
    /* [disabled]width: 47%; */
}
.btn_use {
  margin: auto;
  max-width: 200px;
  position: absolute;
  width: 100%;
  right: 0px;
  bottom: -15%;
  left: 0px;
}
.item_detail .btn_manual  , .item_detail .btn_option{
    display: inline-block;
    width: 160px;
    margin-right: 20px;
    margin-top: 10px;
}
.btn_manual a {
    width: 100%;
}
.btn_option a {
  width: auto;
  margin-top: 10px;
  display: block;
}
.btn_use a, .btn_manual a, .btn_option a {
    border: 1px solid #707070;
    text-align: center;
    padding: 5px 0 3px;
    display: block;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 1px;
    position: relative;
}
.btn_use a:hover, .btn_manual a:hover, .btn_option a:hover {
  background-color: #F3F3F4;
}
.btn_use a:after, .btn_manual a:after, .btn_option a:after {
  background-image: url(../images/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 10px;
  content: "";
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 5px;
}
.btn_use a:hover:after, .btn_manual a:hover:after, .btn_option a:hover:after {
  transition: 0.5s;
  right: 15px;
}

/*--------shopifyボタン追加--------*/
.btn-area{
  margin-top:20px;
}

.btn-flex{
	display: flex;
	align-items: flex-end;
}

.btn_cart{
  display: inline-block;
  width:160px;
  position: relative;
  top:-10px;
}

.btn_cart2{
  display: inline-block;
  width:160px;
  position: relative;
  top:0px;
}
/*--------shopifyボタン追加ここまで--------*/

.item_wrap figure {
    position: relative;
    display: inline-block;
}
.item_wrap figcaption {
  position: absolute;
  right: 10px;
  bottom: 3px;
  font-size: 1rem;
}
#akari_top {
    /* [disabled]padding-top: 20vh; */
}
#akari_top .bg_fade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
}
#akari_top .bg_fade .bg_01 {
  background-image: url(../images/akari_back01@2x.jpg);
  background-position:100% 50%;
}
#akari_top .bg_fade .bg_02 {
  background-image: url(../images/akari_back02@2x.jpg);
  background-position:100% 50%;
}
#katachi_top {
}
#katachi_top .bg_fade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    min-height: 100vh;
}
#katachi_top .bg_fade .bg_01 {
  background-image: url(../images/katachi_back01@2x.jpg);
  background-position:100% 50%;
}
#katachi_top .bg_fade .bg_02 {
  background-image: url(../images/katachi_back02@2x.jpg);
  background-position:100% 50%;
}
/*#G-003b-U .item_wrap .item_detail p {
    margin: 0 0 5px;
}*/
#designers {
    padding-top: 25vh;
}
#designers .profile_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#designers .profile_wrap .profile_txt {
  width: 40%;
}
#designers .profile_wrap .profile_txt h3 {
  width:200px;
  margin-bottom:20px;
}
#designers .profile_wrap .profile_txt p {
  line-height: 2;
  text-align: justify;
}

#designers .profile_wrap .profile_txt p.txt_min{
  margin-top:20px;
  font-size:1.1rem;
}
#designers .profile_wrap .profile_img {
  width: 59%;
  text-align: right;
}
#company {
  padding: 10vh 0;
  background-image: url(../images/company_back@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
#company h3 {
  font-family: 'Hind', sans-serif;
  font-size: 3.3rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 60px;
  position: relative;
	text-align: center;
}
#company h3:after {
  background-color: #D0D0D0;
  width: 47px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  margin: auto;
  left: 0px;
}
#company .contact_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#company dl {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#company dt {
  width: 22%;
}
#company dd {
  width: 78%;
  text-indent: -6px;
  padding-left: 6px;
  text-align: justify;
}
#company dd:before {
    content: "：";
}
#company .txt_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#company .txt_wrap .txt_box {
  width: 48%;
}
#contact {}
#contact .inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
#contact .contact_wrap {
  margin-top: auto;
  border: 1px solid #D0D0D0;
  width: 100%;
  margin-bottom: auto;
  padding: 10% 10px;
  text-align: center;
}
#contact h3 {
  font-family: 'Hind', sans-serif;
  font-size: 3.3rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 60px;
  position: relative;
}
#contact h3:after {
  background-color: #D0D0D0;
  width: 47px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  margin: auto;
  left: 0px;
}
#contact h4 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#contact .tel {
  font-size: 3rem;
  font-family: 'Hind', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
#contact p.marg-b{margin-bottom:20px;}
#contact .btn_contact a {
  background-color: #C36A19;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 10%;
  margin: 30px 0 0;
  font-size: 1.6rem;
  position: relative;
}
#contact .btn_contact a:hover {
  opacity: 0.7;
}
#contact .btn_contact a:after {
  background-image: url(../images/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 10px;
  content: "";
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
}
#contact .btn_contact a:hover:after {
  transition: 0.5s;
  right: 15px;
}
footer {
  background-color: #2B1D0A;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}
footer small {
  font-size: 1.4rem;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
header .menu.black .drawer-open span {
  background: #000;
}
.check {
  position: relative;
  top: -10px;
}

@media screen and (max-width:1024px){
#utuwa_top .bg_fade .bg_01{background-position:90% 50%;}	
#utuwa_top .bg_fade .bg_02 {background-position:90% 50%;}
#akari_top .bg_fade .bg_01{background-position:70% 50%;}
#akari_top .bg_fade .bg_02 {background-position:80% 50%;}
	
#katachi_top .bg_fade .bg_01 {background-position:85% 50%;}
	#katachi_top .bg_fade .bg_02 {background-position:90% 50%;}	
}

@media screen and (max-width:900px){
  .pc {
    display: none !important;
  }
  .pc_inline {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
	
  .sp2 {
    display:none !important;
  }
  .sp_inline {
    display: inline-block !important;
  }
.inner {
    width: 96%;
}
.box {
    padding: 0px 0 50px;
}
header .menu .product:hover ul {
    /* [disabled]visibility: hidden; */
    /* [disabled]height: 0; */
}
header .menu .product ul   {
    height: 19rem;
    visibility: visible;
}
#drawer-check:checked ~ .drawer-content {
    left: 30%;
}
#side_nav {
    display: none;
}
#top {
    padding-top: 0;
}
#top .innerL {
    /*height: auto;*/
    position: relative;
    height:100vh;
}
/*#top .logo {
    margin-bottom: 50px;
    position: relative;
}*/
    
 #top .logo {
   max-width: 207px;
	max-height: 163px;
    text-align: center;
    margin:auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
	left: 0px;
	right: 0px;
}
    
#top .top_bnr {
    position: relative;
    bottom: auto;
    margin: 0 auto 30px;
    right: auto;
    text-align: center;
} 
#top .btn_wrap {
    position: absolute;
    left: auto;
    text-align: center;
    right: auto;
    width: 100%;
    height: 100px;
}
#top .btn_wrap .btn_contact a ,#top .btn_wrap .btn_dl a{
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}
    
/*------maruシリーズbanner-------*/
.maru-bnr{
    position: relative;
    width:90%;
    margin:7vw auto;
}
/*------maruシリーズbanneここまで-------*/
	
/*#top .top_bnr2{
  position: relative;
  bottom: auto;
  margin: 0 auto ;
  left: auto;
  text-align: center;
  right: auto;
   width: 100%;
	max-width:400px;
  background-color: #2B1D0A;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: 'Hind', sans-serif;
  padding: 20px;
}*/

#concept .concept_lead p {
    font-size: 2.5vw;
}
	
#concept .concept_lead p.small-txt{
	font-size: 2.3vw;
}
.sec_txt_box h2 {
    font-size: 3.5rem;
    letter-spacing: 2px;
}
.hind {
  position: relative;
  top:15px;
}
.item_main {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.item3 .item_detail .item_thum li {
    margin: 0;
    width: 32%;
}
.item4 .item_detail .item_thum li {
    margin: 0;
    width: 23%;
}
.item3 .item_detail .item_thum ,.item4 .item_detail .item_thum{
    justify-content: space-between;
}
.item_detail {
    width: 100%;
    margin: 20px auto;
    max-width: 500px;
}
.btn_use {
    margin: 20px auto 0;
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
}
.item2 .item_main ,.item2 .item_detail{
    margin: 0 auto 20px;
    width: 100%;
  
}
.item_wrap .item_detail .txt_flex .detail_txt {
	width:100%;
    margin-bottom: 10px;
}
	
.item_wrap .item_detail .txt_flex .block{display: block;}	
	
.item_wrap figcaption {
  position: absolute;
  right: 45px;
}
#designers .profile_wrap .profile_txt {
    width: 100%;
    margin-bottom: 20px;
}
#designers .profile_wrap .profile_img {
    width: 100%;
}
#contact .inner {
    padding-top: 50px;
}
#company .txt_wrap .txt_box {
    width: 100%;
}
.sec_txt_box {
    padding: 20px 20px;
    min-width: 0px;
}
#utuwa_top .sec_txt_box,#akari_top .sec_txt_box,#katachi_top .sec_txt_box  {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    width: 90%;
    max-width: 500px;
}
#utuwa_top .bg_fade .bg_01{background-position:90% 50%;}	
#utuwa_top .bg_fade .bg_02 {background-position:90% 50%;}
#akari_top .bg_fade .bg_01{background-position:70% 50%;}
#akari_top .bg_fade .bg_02 {background-position:80% 50%;}
	
#katachi_top .bg_fade .bg_01 {background-position:80% 50%;}
	#katachi_top .bg_fade .bg_02 {background-position:90% 50%;}
	
.item_wrap figure {
    position: relative;
    margin: 0 auto;
    display: block;
}
.inner.item4 .item_detail {
    width: 100%;
}
.box .title {
    font-size: 1.4rem;
    position: absolute;
    top: 5vh;
    left: 5px;
}
.item_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 20vh;
}
#designers {
    padding-top: 20vh;
}
#designers .profile_wrap .profile_img {
  text-align: center;
}
}

@media screen and (max-width:480px){
.inner ,.innerL{
    width: 94%;
}
.sp2 {
    display:block !important;
  }
#concept .concept_lead {
    text-align: center;
    margin: 0;
    padding-top: 15vh;
}
#concept .concept_lead p {
	font-size: 1.4rem;
}
#concept .concept_lead p.small-txt{
	font-size: 1.2rem;
}
	
#concept p.concept_logo img{
	width:80px;}

#concept p.concept_logo img.kake{
	width:20px;}

#concept p.concept_logo img.enzo{
	width:180px;}

#utuwa_top .sec_txt_box,#akari_top .sec_txt_box,#katachi_top .sec_txt_box  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    width: 90%;
    max-width: 500px;
}
	
.sec_txt_box p {
    font-size: 1.4rem;
}
.sec_txt_box li a {
    font-size: 1.4rem;
    padding-left: 20px;
}
.item2 .item_detail .item_thum li    {
    width: 32%;
    margin-right: 2%;
}
.item2 .item_detail .item_thum {
    /* [disabled]justify-content: space-between; */
}
.item4 .item_detail .item_thum li {
    margin: 0 0 20px;
    /* [disabled]width: 49%; */
    /* [disabled]text-align: center; */
}
.item4 .item_detail .item_thum {
    margin: 20px auto;
}
.btn_manual, .btn_option {
    display: block;
    width: auto;
    max-width: none;
}
.btn_manual a, .btn_option a {
    margin: 10px auto 0;
    width: 100%;
    max-width: 200px;
}
#contact .btn_contact a {
    display: block;
    padding: 10px;
}
#company dl {
    margin-bottom: 10px;
}
#company dt {
    width: 100%;
    display: block;
    border-bottom: 1px solid hsla(0,0%,100%,0.20);
}
#company dd {
    width: 100%;
    display: block;
    text-indent: 0px;
    padding-left: 5px;
}
#company dd:before {
    content: "";
}
footer small {
    font-size: 1.2rem;
}
#utuwa_top .bg_fade .bg_01 {
    background-image: url(../images/utuwa_back01_sp@2x.jpg);
	background-position:50% 80%;
}
#utuwa_top .bg_fade .bg_02 {
    background-image: url(../images/utuwa_back02_sp@2x.jpg);
	background-position:50% 80%;
}
#akari_top .bg_fade .bg_01 {
    background-image: url(../images/akari_back01_sp@2x.jpg);
	background-position:50% 100%;
}
#akari_top .bg_fade .bg_02 {
    background-image: url(../images/akari_back02_sp@2x.jpg);
}
#katachi_top .bg_fade .bg_01 {
    background-image: url(../images/katachi_back01_sp@2x.jpg);
	background-position:50% 100%;
}
#katachi_top .bg_fade .bg_02 {
    background-image: url(../images/katachi_back02_sp@2x.jpg);
	background-position:50% 90%;
}
}

/* --------- news ---------*/
#news .news_lead {
    text-align: center;
    padding-top: 40vh;
}
#news .news_lead p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 20px;
}
#news .news_lead .news-ttl{
    font-size:2rem;
    font-weight: bold;
}
@media screen and (max-width:480px){
    #news .news_lead {
        padding-top: 30vh;
    }
    #news .news_lead p {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 3vw;
    }
    #news .news_lead .news-ttl{
        font-size: 1.8rem;
    }
}