@charset "UTF-8";
body {
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
  color: #2b2b40;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .pcOnly {
    display: none !important;
  }

  .smOnly {
    display: block !important;
  }

  .product_wall #MAIN img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px), print {
  .pcOnly {
    display: block !important;
  }

  .smOnly {
    display: none !important;
  }
}
.realdeco_ico {
  vertical-align: bottom !important;
  position: relative;
  top: 4px;
}

#wrap {
  overflow: hidden;
  /* background: rgba(28, 27, 27, 0.13); */
}

header {
  background: #fff;
}

#contents {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
}

.product_wall #MAIN a img {
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product_wall #MAIN a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
  .realdecoModule03 .inner .itemWrap .txtWrap .btnWrap .btn01,
.realdecoModule04 .btn01 .name,
.realdecoModule05 .innerWrap .inner .in .menu01 li a,
.realdecoModule05 .inner .in .menu01 .list .menu02 > li,
.realdecoModule06 .btnWrap .btn,
.realdecoTitModule01.nm .titWrap .txt01,
.realdecoListModule01 .titType01 .txt01,
.realdecoListModule01 .titType01 .tit01 {
    font-family: "Noto Sans Japanese", sans-serif !important;
  }
}
/* -----------------------
realdecoTitModule03
----------------------- */
.realdecoTitModule03 {
  text-align: center;
  min-height: 77px;
}

.realdecoTitModule03 a {
  display: inline-block;
  line-height: 77px;
}

.realdecoTitModule03 img {
  width: 206px;
  height: 37px;
}

/* -----------------------
realdecoTitModule02
----------------------- */
@media screen and (max-width: 1024px) {
  .realdecoTitModule02 {
    position: relative;
    background: url(../img/bg_sp.jpg) center center;
    background-size: cover;
    min-height: 200px;
  }

  .realdecoTitModule02 .in {
    max-width: 485px;
    min-width: 208px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
    z-index: 20;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .realdecoTitModule02 .in img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .realdecoTitModule02 .in {
    max-width: 305px;
  }
}
@media screen and (min-width: 1025px), print {
  .realdecoTitModule02 {
    width: 100%;
    height: 260px;
    background: url(../img/bg_pc.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
  }

  .realdecoTitModule02 .in {
    width: 485px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* -----------------------
realdecoListModule01
----------------------- */
.realdecoListModule01 .inner .itemList li .photo {
  overflow: hidden;
}

.realdecoListModule01 .inner .itemList li .photo img {
  transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.realdecoListModule01 .inner .itemList li a:hover {
  opacity: 1 !important;
}

.realdecoListModule01 .inner .itemList li a:hover .photo img {
  /* transform: scale(1.1); */
  opacity: 0.6;
}

.realdecoListModule01 .inner .itemList li a:hover p {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .realdecoListModule01 .titType01 .txt01 {
    font-size: 14px;
    background: #000;
    color: #fff;
    width: 100%;
    display: block;
    line-height: 50px;
    padding: 0 0 0 24px;
    position: relative;
  }

  .realdecoListModule01 .titType01 .tit01 {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    padding: 10px 0 10px 24px;
    position: relative;
    background-color: white;
  }

  .realdecoListModule01 .inner {
    overflow: hidden;
    clear: both;
    padding: 30px 20px 40px;
  }

  .realdecoListModule01 .inner .itemList {
    width: 100%;
    /* display : block; */
    margin: 0 auto;
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    */
    text-align: left;
  }

  .realdecoListModule01 .inner .itemList li {
    display: block;
    width: 30%;
    float: left;
    margin: 0 0 15px;
  }

  .realdecoListModule01 .inner .itemList li:nth-of-type(3n + 2) {
    margin: 0 5%;
  }

  .realdecoListModule01 .inner .itemList li img {
    width: 100%;
  }

  .realdecoListModule01 .inner .itemList li .name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1025px), print {
  .realdecoListModule01 {
    overflow: hidden;
  }

  .realdecoListModule01 .titType01 {
    width: 960px;
    margin: 50px auto;
    display: flex;
  }

  .realdecoListModule01 .titType01 .txt01 {
    font-size: 15px;
    background: #000;
    color: #fff;
    width: 133px;
    line-height: 50px;
    text-align: center;
  }

  /*	.realdecoListModule01 .titType01 .txt01:before {
  	content: "";
  	position: absolute;
  	width: 1500px;
  	height: 50px;
  	display: block;
  	top: 0;
  	left: 0;
  	margin: 0 0 0 -1500px;
  	background: #000;
  } */
  .realdecoListModule01 .titType01 .tit01 {
    font-size: 16px;
    display: block;
    line-height: 1.8;
    padding: 10px 0 10px 40px;
    min-height: 50px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
  }

  /*	.realdecoListModule01 .titType01 .tit01:after {
  	content: "";
  	position: absolute;
  	width: 1500px;
  	height: 50px;
  	display: block;
  	top: 0;
  	left: 100%;
  	background: #fff;
  } */
  .realdecoListModule01 .inner {
    overflow: hidden;
    clear: both;
    padding: 0 0 70px;
  }

  .realdecoListModule01 .inner .itemList {
    width: 960px;
    /* display : block; */
    margin: 0 auto;
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    */
    text-align: left;
  }

  .realdecoListModule01 .inner .itemList li {
    display: block;
    width: 170px;
    float: left;
    margin: 0 27px 20px 0;
  }

  .realdecoListModule01 .inner .itemList li:nth-of-type(5n) {
    margin: 0 0 20px;
  }

  .realdecoListModule01 .inner .itemList li img {
    width: 100%;
  }

  .realdecoListModule01 .inner .itemList li .name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
/* -----------------------
realdecoModule05
----------------------- */
.realdecoModule05 {
  padding: 30px 15px 20px;
}

.realdecoModule05 .innerWrap {
  width: 960px;
}

.realdecoModule05 .innerWrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.realdecoModule05 .innerWrap ul li {
  width: 310px;
  height: 60px;
  display: table;
  margin-bottom: 10px;
}

.realdecoModule05 .innerWrap ul li a {
  width: 100%;
  height: 100%;
  line-height: 20px;
  background-color: black;
  display: table-cell;
  color: white;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .realdecoModule05 {
    padding: 0 15px 45px;
  }

  .realdecoModule05 .innerWrap {
    overflow: hidden;
    width: 100%;
  }

  .realdecoModule05 .innerWrap .tit01 {
    display: block;
    width: 100%;
    text-align: right;
    margin: 30px 0 0;
  }

  .realdecoModule05 .innerWrap .tit01 img {
    width: 108px;
  }

  .realdecoModule05 .innerWrap ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .realdecoModule05 .innerWrap ul li {
    width: 100%;
    height: 60px;
    display: table;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px), print {
  .realdecoModule05 {
    padding: 10px 0 45px;
  }

  .realdecoModule05 .innerWrap {
    margin: 0 auto;
    width: 960px;
  }
}
/* -----------------------
realdecoModule07
----------------------- */
.realdecoModule07 {
  padding: 50px 45px 30px;
  clear: both;
}

@media screen and (max-width: 1024px) {
  .realdecoModule07 {
    padding: 40px 45px 20px;
  }

  .realdecoModule07.list {
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1025px), print {
  .realdecoModule07 {
    padding: 50px 45px 30px;
  }

  .realdecoModule07.list {
    padding: 10px 45px 40px;
  }
}
.realdeco .btn01 {
  position: relative;
  display: block;
  background: #2f2f2f;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 54px;
}

@media screen and (max-width: 1024px) {
  .realdeco .btn01.back {
    width: 100%;
    margin: 0 auto;
  }

  .realdeco .btn01.back:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ico_arrow01.svg);
    background-size: 10px 30px;
    top: 50%;
    left: 10px;
    width: 10px;
    height: 30px;
    margin: -14px 0 0;
    transform: rotate(180deg);
    z-index: 2;
  }
}
@media screen and (min-width: 1025px), print {
  .realdeco .btn01.back {
    width: 400px;
    margin: 0 auto;
  }

  .realdeco .btn01.back:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/ico_arrow01.svg);
    background-size: 10px 30px;
    top: 50%;
    left: 10px;
    width: 10px;
    height: 30px;
    margin: -14px 0 0;
    transform: rotate(180deg);
    z-index: 2;
  }
}
footer {
  text-align: center;
  padding: 10px 0;
}

footer .copyright {
  font-size: 10px;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
}

/* listModule
-------------------------------------------- */
.listModule {
  margin: 0 20px;
}

.listModule ul {
  margin: 0 -5% 20px 0;
  overflow: hidden;
}

.listModule ul li {
  width: 29%;
  margin-right: 4%;
  float: left;
}

.listModule ul li a {
  display: block;
}

.listModule ul li p {
  margin: 10px 0 15px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .listModule {
    width: 960px;
    margin: 0 auto;
  }

  .listModule ul {
    margin: 0 -27px 35px 0;
  }

  .listModule ul li {
    width: 170px;
    margin-right: 27px;
  }

  .listModule ul li p {
    margin: 12px 0 35px;
    font-size: 15px;
  }

  .listModule ul li a img {
    width: 170px;
  }
}
/* detailModule
-------------------------------------------- */
/* txtWrap */
.detailModule .txtWrap {
  margin: 0;
  padding: 20px 0 30px;
  text-align: center;
  font-size: 18px;
}

.detailModule .txtWrap h2 {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 1;
}

.detailModule .txtWrap .txtList {
  border-left: solid 2px #cbcbcb;
}

.detailModule .txtWrap .txtList tr th {
  padding: 0 0 10px 22px;
}

.detailModule .txtWrap .txtList tr td {
  padding: 0 0 10px 10px;
}

.detailModule .txtWrap .txtList tr th,
.detailModule .txtList tr td {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.detailModule .txtWrap .txtList tr th span {
  font-size: 12px;
}

.detailModule .txtWrap .txtList tr:last-child th,
.detailModule .txtList tr:last-child td {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .detailModule .txtWrap {
    min-height: 70px;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px 0 90px;
  }

  .detailModule .txtWrap h2 {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
  }

  .detailModule .mainImg {
    text-align: center;
    background: #ededed;
  }

  .detailModule .mainImg img {
    width: 520px;
  }

  .detailModule .txtWrap {
    width: 760px;
    margin: 46px auto;
    overflow: hidden;
  }

  .detailModule .txtWrap h1 {
    width: 183px;
    float: left;
  }

  .detailModule .txtWrap .txtList tr th {
    padding: 0 0 10px 40px;
  }
}
/* スライド関連
-------------------------------------------- */
.swiper-container {
  text-align: center;
}

.thumsModule:not(:root) .swiper-button-next,
.thumsModule:not(:root) .swiper-button-prev {
  width: 46px;
  height: 46px;
  margin-top: 0 !important;
  transform: translateY(-50%);
  border-radius: 999px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .thumsModule:not(:root) .swiper-button-next,
.thumsModule:not(:root) .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.thumsModule:not(:root) .swiper-button-prev.swiper-button-white,
.thumsModule:not(:root) .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background: url("../img/ico_arrow02.svg") center center no-repeat;
  background-size: 4px 9px;
  z-index: 999999;
}
.thumsModule:not(:root) .swiper-button-next.swiper-button-white,
.thumsModule:not(:root) .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background: url("../img/ico_arrow02.svg") center center no-repeat;
  background-size: 4px 9px;
  z-index: 999999;
  transform: translateY(-50%) rotate(180deg);
}

.thumsModule .swiper-container {
  height: 25%;
  box-sizing: border-box;
  padding: 20px 0;
}

.thumsModule .swiper-container .swiper-slide img {
  width: 114px !important;
  height: 114px !important;
}

.thumsModule .swiper-container .swiper-slide {
  width: 114px;
  height: 100%;
  opacity: 1;
  cursor: pointer;
}

.thumsModule .swiper-container .swiper-slide-active,
.thumsModule .swiper-container .swiper-slide {
  position: relative;
}

.thumsModule .swiper-container .swiper-slide-active:before,
.thumsModule .swiper-container .swiper-slide:before,
.thumsModule .swiper-container .swiper-slide-active:after,
.thumsModule .swiper-container .swiper-slide:after {
  content: "";
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.thumsModule .swiper-container .swiper-slide-active:before,
.thumsModule .swiper-container .swiper-slide:hover:before {
  opacity: 1;
}

.thumsModule .swiper-container .swiper-slide-active:after,
.thumsModule .swiper-container .swiper-slide:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #000;
}

@media (max-width: 767px) {
  .sliderModule #slider .swiper-slide {
    height: 300px;
  }

  .sliderModule #slider .swiper-slide img {
    display: block;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .sliderModule {
    width: 100%;
    margin: 0 auto;
    max-height: 300px;
    text-align: center;
  }

  .sliderModule img {
    max-width: 100% !important;
    max-height: 300px !important;
    width: auto !important;
    height: auto !important;
  }

  .thumsModule {
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .thumsModule .swiper-container .swiper-slide {
    width: 76px;
  }

  .thumsModule .swiper-container .swiper-slide img {
    width: 76px !important;
    height: 76px !important;
  }

  .thumsModule .thumbsWrap {
    padding: 0 20px;
  }

  .thumsModule .swiper-container {
    width: 74.0298507463%;
  }

  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 5px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 20px !important;
  }
}
@media (max-width: 767px) {
  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 5px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 20px !important;
  }
}
@media (min-width: 768px), print {
  .detailModule {
    overflow: hidden;
  }

  .sliderModule {
    margin: 0 auto;
    text-align: center;
  }

  .sliderModule img {
    max-width: 100% !important;
    max-height: 520px !important;
    width: auto !important;
    height: auto !important;
  }

  .thumsModule {
    clear: both;
    max-width: 992px;
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
  }

  .thumsModule:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    width: 3000px;
    height: 194px;
    margin: 0 0 0 -1500px;
  }

  .thumsModule .thumbsWrap {
    padding: 20px 50px;
  }

  .thumsModule .swiper-container {
    max-width: 860px;
    width: 100%;
    height: 25%;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
  }

  .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 0 !important;
  }

  .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 0 !important;
  }
}
/* -----------------------
sampleModule01
----------------------- */
/*
.sampleModule01{

	@include mq-sm {
		.txt{
			@include font-size(10);
		}
	}
	@include mq-pc {
		.txt{
			@include font-size(12);
		}
	}
}
*/
.tabs {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .tabs {
    margin-top: 40px;
  }
}

.tab-list {
  display: flex;
  align-items: stretch;
}
.tab-list:before, .tab-list:after {
  content: "";
  border-bottom: 1px solid #e0e0e0;
  display: block;
  width: 10.7142857143%;
  height: 78px;
}
@media screen and (max-width: 767px) {
  .tab-list:before, .tab-list:after {
    width: 20px;
    height: 50px;
  }
}

.tab-item {
  box-sizing: border-box;
  width: 50%;
  display: block;
  background: none;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  background-color: #f8f8f8;
  color: #dcdce5;
  transition: color 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab-item {
    font-size: 12px;
  }
}
.tab-item:hover {
  color: #2b2b40;
}

.tab-item[aria-selected=true] {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  color: #2b2b40;
}

.tab-panel {
  padding-top: 65px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tab-panel {
    padding-top: 40px;
  }
}

.tab-panel[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}

.tabTitle {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tabTitle {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.detail-link {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .detail-link {
    margin-bottom: 30px;
  }
  .detail-link img {
    width: 70px;
  }
}

.digitalprintwallWrap {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .digitalprintwallWrap {
    padding-top: 40px;
  }
}

.p-grandwall-gallery h2, .p-grandwall-gallery h3 {
  line-height: 1;
}

.l-footer__text {
  line-height: 1;
}

.scroll-top {
  position: fixed;
  z-index: 9999;
  font-size: 14px;
  bottom: 30px;
  right: 130px !important;
  font-weight: 600;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}

@media screen and (max-width: 767px) {
  .scroll-top {
    right: 90px !important;
  }
}
.scroll-top__icon {
  background-color: #000 !important;
}

.scroll-top__icon:after {
  border-top: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
}

.scroll-top__text {
  color: #000;
}

.l-footer__attention {
  color: #333;
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino-sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
