@charset "utf-8";

/* キーカラー　毎回編集 */

.keycolor{
  background:#7832a0 !important;
}
.keycolor_text{
  color:#7832a0 !important;
}

/* キーカラー　ここまで */


.fade{
  opacity:0;
  transition-duration: 0.5s;
}

.scroll-right{
  padding-left: 100px;
}
.scroll-bottom{
  padding-top: 80px;
}

body {
	padding: 0;
	margin: 0;
}

i{
  font-style:normal;
}

#main {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
color: #333;
line-height:1.6;
letter-spacing:0;
font-size: 16px;
width: 100% !important;
/*height: 5000px;*/
}

#main h1{
text-align: center;
}

.luster{
text-shadow: 3px 3px 2px #FFF, 3px -3px 2px #FFF, -3px 3px 2px #FFF, -3px -3px 2px #FFF, 3px 0 2px #FFF, 0 3px 2px #FFF, -3px 0 2px #FFF, 0 -3px 2px #FFF;
}

.contentBlock {
margin: 10px auto 40px auto;
display: block;
zoom: 1;
width:100%;
/*height:660px;*/
background:#f4f4f4;
position: relative;
overflow: hidden;
}

.trans_1s{
-moz-transition-duration:1s;
-webkit-transition-duration:1s;
-o-transition-duration:1s;
-ms-transition-duration:1s;
}
.trans_05s{
-moz-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;
}

.contentBlock_bg {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-align: center;
}
.contentBlock_bg div{
  width:100%;
}

.contentBlock_shroud {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-align: center;
    z-index:2;
}
.contentBlock_shroud span {
    position: relative;
    width: 960px;
    height: 600px;
    margin:auto;
    display: block;
}
.contentBlock_shroud span i {
    width: 1920px;
    height: 600px;
    transform: rotate(-30deg);
    display: block;
    opacity: 0.85;
}
.contentBlock_shroud span i:first-child{
    position: absolute;
    top: -200px;
    left: -1400px;
}
.contentBlock_shroud span i:last-child{
    position: absolute;
    bottom: -200px;
    right: -1400px;
}


.contents {
    width: 100%;
    height: auto;
    color: #666666;
    margin: 0 auto;
    padding: 0;
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
}

.contents h2.title_bg {
    width: 960px;
    height: 560px;
    margin: -600px auto 0;
    position: relative;
    text-align: left;
    display: table;
}
.contents h2.title_bg i{
    display:table-cell;
    vertical-align: middle;

}

.contents h2.title_bg img{
    width: 100%;
}
.contents h2.title_bg strong{
}
.contents .title_number{
    width:920px;
    margin:auto;
    text-align: center;
    color:#ffffff;
    border:4px solid #ffffff;
    line-height:48px;
    font-size:200%;
    height:400px;
    margin-bottom: 120px;
}
.contents .title_number span{
    display:block;
    line-height: 200%;
    margin-top: 120px;
}
.contents .title_number strong{
    display:block;
    font-size: 180%;
    line-height: 200%;
}
.unit_transition{
  opacity:0;
  font-size: 80%;
}

.contents .article01{
    margin-bottom: 120px;
    display:inline-block;
    width:960px;
}

.contents .article01 i{
    display: block;
    text-align: center;
    font-size: 220%;
    font-weight: bold;
}
.contents .article01 span.image{
    display:block;
    text-align:center;
    margin:24px auto;
}

.contents .article01 div.answer span{
    display:block;
    line-height: 160%;
    font-size: 200%;
    text-align:center;
    font-weight:bold;
}
.contents .article01 div.answer strong{
    display:block;
    line-height: 200%;
    font-size: 280%;
    text-align:center;
    font-weight:bold;
}

.contents .article02{
    -moz-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -moz-transition-delay:1s;
    -webkit-transition-delay:1s;
    -o-transition-delay:1s;
    -ms-transition-delay:1s;
    width:480px;
    display:inline-block;
    float:right;
    opacity:0;
    margin-top: 36px;
    line-height: 200%;
    position: relative;
}

.contents .article02 a {
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
    width: 98%;
    padding: 12px 0%;
    display: block;
    margin-top: 24px;
    font-size: 130%;
    position: absolute;
}
.contents .article02 a:hover {
  opacity:0.7;
}

.contents .article02 a i {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    /* float: left; */
    margin: 0px 0 0 -8px;
}
.contents .article02 a span {
    display: inline-block;
    vertical-align: middle;
    width: 92%;
}

.contents_jump{
  position:absolute;
  right:16px;
  top:10%;
  display:block;
  width:24px;
}

.contents_jump span{
  display:inline-block;
  width:12px;
  height:12px;
  background:#ffffff;
  border-radius:12px;
  margin:4px;  
}
.contents_jump span:hover{
  cursor:pointer;
}

.contentBlock h2.title{
text-align:center;
}

.contentBlock dl {
    margin: 0 auto 40px auto;
    padding: 20px 0;
    font-weight: bold;
    width: 760px;
    /* height: 260px; */
    display: block;
    zoom: 1;
}

.contentBlock dl dt{
overflow: hidden;
padding:0;
margin: -90px 0 30px 0;
position:relative;
}

.contentBlock dl dt:before{
content:'';
}

.contentBlock dl dt:after{
content:'';
}

.contents h2{
  margin-top: 27%;
}

.contents h2 .roboto {
    /* font-family: Roboto, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif; */
    font-weight: 300 !important;
    color: #666666;
    display: block;
    text-align: left;
    font-size: 100%;
    letter-spacing: 1px;
    margin-top: 7px;
}

.contents h2 .title{
    display:block;
    text-align: center;
    width: 240px;
}

.contents .w100{
color:#000000;
margin:0 0 20px 0;
line-height: 200%;
font-size: 90%;
}

.contents dl{
overflow: hidden;
}

.contents dl dt, .contents dl dd{
color:#000000;
width:420px;
margin:0 0 20px 0;
line-height: 200%;
font-size: 90%;
}

.contents dl dt{
float: left;
}

.contents dl dd{
float: right;
}

.contents dl dd .mini-img img:first-child{
margin-right: 20px;
}

.contents .bold{
font-weight:bold;
}

.contents #result{
margin: 25px 15px 15px;
padding: 30px 15px;
background:url(../images/result_bg.png);
display:table;
table-layout: fixed;
position:relative;
border:6px solid ;
border-image: url(../images/result_shadow.png) 6 6 round;
}

.contents #result:before{
content:'';
position:absolute;
top:0;
right:-6px;
width:6px;
height:6px;
background:#ffffff;
}

.contents #result:after{
content:'';
position:absolute;
bottom:-6px;
left:0;
width:6px;
height:6px;
background:#ffffff;
}

.contents #result li{
display:table-cell;
padding: 0 15px;
}

.contents #result li img{
width:360px;
height:auto;
}

.induction{
width:700px;
height:280px;
background:url(../images/induction_bg.png) no-repeat center center;
margin:-70px auto 15px auto;
padding:100px 60px 50px 60px;
font-weight: bold;
}

.induction dt{
color:#000000;
margin-top: 50px;
line-height: 180%;
}

.induction dd a{
display:block;
color:#FFFFFF;
padding:24px 30px;
background:#e7ac02;
text-align: center;
border-radius: 20px;
margin: 30px 20px 0 20px;	
font-size:150%;
}

.trailer{
width: 380px;
background: url(../images/next_ttl.png) no-repeat left;
background-size: contain;
padding: 20px 20px 20px 400px;
margin: auto;
font-weight: bold;
border: 4px solid #000000;
}

.backnumber {
border:4px solid #000000;
padding-bottom: 4px;
display:block;
zoom:1;
margin: 80px auto 0 auto;
width: 920px;
position: relative;
}

.backnumber h3 {
    font-family: Roboto, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-weight: 300 !important;
    margin: -50px 0 50px 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-size: 130%;
    width: 100%;
    position: relative;
    letter-spacing: 3px;
}

.backnumber h3 p{
font-size:120%;
font-weight:bold;
padding: 0 0 0 0;
}

.backnumberIn {
text-align: center;
overflow:hidden;
margin: 0 4px;
position: relative;
background: #fff;
padding: 0px 0 20px 0 !important;
display: block;
border-left: 17px solid #fff;
border-right: 17px solid #fff;
}

.backnumberInIn {
display: block !important;
padding: 0 !important;
}

.backnumberIn ul {
display: block;
margin: 0;
}

.backnumberIn ul li {
width: 130px;
margin: 0 8px;
float: left;
text-align: center;
}

.backnumberIn ul li .numIn {
margin-bottom: 5px;
display: block;
color:#000000;
font-size:140%;
line-height: 100%;
}

.backnumberIn ul li .numInText {
color: #000000;
font-size: 60%;
margin: 4px 0 8px 0;
}

.backnumberIn ul li span {
display: block;
width: 130px;
height: 20px;
font-size: 60%;
}

.backnumber .next {
position: absolute;
right: -20px;
margin-top: 64px;
z-index: 100;
}

.backnumber .prev {
position: absolute;
left: -20px;
margin-top: 64px;
z-index: 100;
}

/* 箇条書き見本用 */

.list01 li{
  background: linear-gradient(transparent 65%, #47aed1 65%);
  padding-bottom: 1px;
  padding-left: 2px;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  text-shadow: 2px 2px 2px #FFF, 2px -2px 2px #FFF, -2px 2px 2px #FFF, -2px -2px 2px #FFF, 2px 0 2px #FFF, 0 2px 2px #FFF, -2px 0 2px #FFF, 0 -2px 2px #FFF;
  margin:12px 0;
}

.list02 li h4{
  background: linear-gradient(transparent 65%, #47aed1 65%);
  padding-left: 2px;
  padding-bottom: 1px;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  text-shadow: 2px 2px 2px #FFF, 2px -2px 2px #FFF, -2px 2px 2px #FFF, -2px -2px 2px #FFF, 2px 0 2px #FFF, 0 2px 2px #FFF, -2px 0 2px #FFF, 0 -2px 2px #FFF;
  margin:12px 0;
}

.list02 li p{
  color:#000000;
  margin:0 0 20px 0;
  line-height: 200%;
  font-size: 90%;
}

.list_half{
  width: 103%;
  overflow: hidden;
}

.list_half li{
  width: 47%;
  margin-right: 3%;
  float: left;
}

.list_half li h4{
  background: linear-gradient(transparent 65%, #47aed1 65%);
  padding-left: 2px;
  padding-bottom: 1px;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  text-shadow: 2px 2px 2px #FFF, 2px -2px 2px #FFF, -2px 2px 2px #FFF, -2px -2px 2px #FFF, 2px 0 2px #FFF, 0 2px 2px #FFF, -2px 0 2px #FFF, 0 -2px 2px #FFF;
  margin:12px 0;
}

.list_half li p{
  color:#000000;
  margin:0 0 20px 0;
  line-height: 200%;
  font-size: 90%;
}

/* 2018年　TOPカルーセル */

.contentBlock_bg i{
  display:block;
  width:100%;
  height:600px;
}
.contentBlock_bg i:nth-child(1){
  background:url(../images/design_top_01.jpg) center center no-repeat;
  background-size: cover;
}
.contentBlock_bg i:nth-child(2){
  background:url(../images/design_top_02.jpg) center center no-repeat;
  background-size: cover;
}
.contentBlock_bg i:nth-child(3){
  background:url(../images/design_top_03.jpg) center center no-repeat;
  background-size: cover;
}
.contentBlock_bg i:nth-child(4){
  background:url(../images/design_top_04.jpg) center center no-repeat;
  background-size: cover;
}
.contentBlock_bg i:nth-child(5){
  background:url(../images/design_top_05.jpg) center center no-repeat;
  background-size: cover;
}
.contentBlock_bg i:nth-child(6){
  background:url(../images/design_top_06.jpg) center center no-repeat;
  background-size: cover;
}

/* 2018年　デザインセンター紹介 */

.article_center{
  position:relative;
}

.center_bg {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-align: center;
}
.center_bg i{
  display:block;
  width:100%;
  height:600px;
}
.center_bg i:nth-child(1){
  background:url(../images/center_img01.jpg) center center no-repeat;
  background-size: cover;
}
.center_bg i:nth-child(2){
  background:url(../images/center_img02.jpg) center center no-repeat;
  background-size: cover;
}
.about_center_wrap {
    width: 960px;
    height: 600px;
    text-align: left;
    margin: 0px auto 0 -480px;
    display: table;
    position: absolute;
    top: 0;
    left: 50%;
}
.about_center {
    width: 320px;
    display: inline-block;
    margin-top: 15%;
    /* vertical-align: middle; */
}
.about_center h3{
  display: table;
  width:100%;
}
.about_center h3 i{
  width:25%;
  height:80px;
  display:table-cell;
  color:#ffffff;
  line-height: 80px;
  background:#666666;
  text-align: center;
  vertical-align: middle;
}
.about_center h3 strong {
    width: 75%;
    /* height: 80px; */
    display: table-cell;
    color: #ffffff;
    background: rgba(0,0,0,0.7);
    padding: 18px 0 16px 24px;
    font-size: 120%;
    font-weight: normal;
    line-height: 150%;
}
.about_center p{
  padding:24px 24px 30px 24px;
  background:rgba(255,255,255,0.85);
  font-size:110%;
  line-height:200%;
}


/* 2018年 商品タイトル */

div.article_intro{
  width:800px;
  margin:80px auto;
  overflow: hidden;
}
div.article_intro .image{
  display:inline-block;
  float:left;
  background: #ffffff;
}
div.article_intro .leadtxt{
  display:inline-block;
  float:right;
  width:420px;
}
div.article_intro .leadtxt h3{
  display:table;
  margin-bottom: 30px;
}
div.article_intro .leadtxt h3 i {
    font-family: ;
    width: 60px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 20px;
    font-size: 160%;
    line-height: 150%;
    font-family: "SourceHanSerif","ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3","游明朝", "Yu Mincho", "游明朝体", "YuMincho","HGS明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
div.article_intro .leadtxt h3 span{
  display:table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-size:160%;
  line-height:160%;
}
div.article_intro .leadtxt p{
  font-size:120%;
  line-height:200%;
}

/* 2018年 見出し部分 */

div.article_ttl{
  text-align: center;
}
div.article_ttl.ttl01{
  background:url(../images/ttl_bg01.jpg) center center no-repeat;
  background-size: cover;
}
div.article_ttl.ttl02{
  background:url(../images/ttl_bg02.jpg) center center no-repeat;
  background-size: cover;
}
div.article_ttl.ttl03{
  background:url(../images/ttl_bg03.jpg) center center no-repeat;
  background-size: cover;
}
div.article_ttl.ttl04{
  background:url(../images/ttl_bg04.jpg) center center no-repeat;
  background-size: cover;
}
div.article_ttl.ttl05{
  background:url(../images/ttl_bg05.jpg) center center no-repeat;
  background-size: cover;
}
div.article_ttl h3{
  font-family: "SourceHanSerif","ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3","游明朝", "Yu Mincho", "游明朝体", "YuMincho","HGS明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: table;
  width:100%;
  height:340px;
  color:#ffffff;
  font-size:240%;
  line-height:150%;
  font-weight: bold;
}
div.article_ttl h3 i{
  display:table-cell;
  vertical-align: middle;
}
div.article_ttl h3 i:after{
  content:'';
  width:240px;
  height:1px;
  background:#ffffff;
  display:block;
  margin:16px auto 8px;
}

div.article_ttl .ttl_arrow{
  width:100%;
  height:64px;
  background:url(../images/ttl_arrow.png) center center repeat-x;
  display: block;

}


/* 2018年 テキスト部分 */

div.article_txt{
  width:800px;
  margin:16px auto 80px auto;
  padding:40px 80px 80px;
  background:#ffffff;
}
div.article_txt .col2_text{
  width:100%;
  margin:40px auto;
  overflow: hidden;
}
div.article_txt .col2_text span{
  display:inline-block;
  float:left;
}
div.article_txt .col2_text p{
  display:inline-block;
  float:right;
  width:420px;
}
div.article_txt .col2_text p i{
  display:block;
  margin-bottom: 20px;
  font-size:120%;
  line-height:200%;
}
div.article_txt .col2_text p i:last-child{
  margin-bottom: 0px;
}
div.article_txt .txt_last{
  background:#f4f4f4;
  width:100%;
  text-align:center;
}
div.article_txt .txt_last p{
  padding:80px 0;
  font-size:120%;
  line-height: 200%;
}
div.article_txt .designers_comment{
  width:800px;
  height:380px;
  background:url(../images/designer.jpg) center center no-repeat;
  position:relative;
  display:table;
}
div.article_txt .designers_comment h4{
  position:absolute;
  top:0;
  left:0;
  padding:12px 24px;
  color:#ffffff;
  text-align: center;
  font-size:120%;
}
div.article_txt .designers_comment p {
    display: table-cell;
    vertical-align: middle;
    padding: 24px 24px 24px 80px;
    font-size: 120%;
    line-height: 200%;
	color:#ffffff;
}


/* 2018年 商品リンク */

div.article_itemlink{
  width:600px;
  margin:60px auto;
  display:table;
}
div.article_itemlink .image{
  width:240px;
  height:240px;
  display:table-cell;
  vertical-align: middle;
}
div.article_itemlink .image img{
  width:100%;
  height:auto;
}
div.article_itemlink div{
  display:table-cell;
  padding-left: 30px;
  vertical-align: middle;
  font-size:120%;
}
div.article_itemlink div h3{
  font-size:140%;
}
div.article_itemlink div p{
  margin-top: 24px;
}
div.article_itemlink div p a{
  color: #ffffff;
  padding: 8px 24px;
  text-align: center;
  display:inline-block;
}

/* slick */

#main .contentBlock_bg .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    /* margin: -40px 0 0 0; */
    list-style: none;
    text-align: center;
    display: block;
    margin-top: -60px;
    z-index:110;
}
#main .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: 1;
    color:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main .slick-dots li.slick-active button:before {
    opacity: 1;
    color:#666666;
}
#main .center_bg .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    /* margin: -40px 0 0 0; */
    list-style: none;
    text-align: center;
    display: block;
    margin-top: -60px;
    z-index:110;
}