@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #000;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{
width: 100%;
line-height: 1;
}

/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}
body{
position: relative;
font-family: "Zen Kaku Gothic New", sans-serif;
letter-spacing: 1px;
font-size: 1em;
line-height: 1.8;
color: #000;
background-color: #fff;
}
.w1000{
padding: 10% 8%;
}
.pc{
display: none;
}
#wrapper{
overflow: hidden;
}

/*--------------------------------------------------------------
Header:
----------------------------------------------------------------
*/

header{
width: 100%;
z-index: 100;
position: fixed;
top:0;
}

#global-menu{
position: relative;
width: 100%;
z-index: 100;
}

.nav-mobile{
z-index: 100;
position: relative;
float: right;
margin: 10px 20px 0 0;
width: 40px;
height: 40px;
background-color: transparent;
border: none;
}
.nav-mobile span{
position: absolute;
display: block;
height: 1px;
width: 40px;
background-color: #555;
}
.nav-mobile span:nth-child(1){
top:15px;
}
.nav-mobile span:nth-child(2){
top:20px;
}
header.open .nav-mobile span:nth-child(1){
transform-origin:center center; 
transform: rotate(15deg);
background-color: #000;
}
header.open .nav-mobile span:nth-child(2){
top:15px;
transform: rotate(-15deg);
background-color: #000;
}
#global-menu nav{
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
background-color: #ccc;
}
header.open #global-menu nav{
right: 0;
}
#global-menu nav ul{
padding: 10%;
}
#global-menu nav a{
display: block;
font-weight: 400;
font-style: normal; 
color: #000;
text-align: center;
padding: 5% 0;
width: 100%;
}
#global-menu nav a strong{
display: block;
font-family: "jost", sans-serif;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 400;
}
#global-menu nav a span{
display: block;
font-size: 80%;
letter-spacing: 2px;
}
#global-menu nav li.sns ul{
display: flex;
justify-content:center;
margin: 0;
}
#global-menu nav li.sns li{
width: 40px;
}
#global-menu nav li.sns li:nth-child(1){
margin-right: 10px;
}

/*--------------------------------------------------------------
contents
----------------------------------------------------------------
*/

section{
padding: 0;
width: 100%;
}

#header{
position: relative;
width: 100%;
background-color: #efe693;
overflow: hidden;
}
#header img{
display: block;
width: 80%;
max-width: 1000px;
margin: 5% auto 3%;
}

#header video{
display: block;
margin: 0 auto;
width: 100%;
max-width: 1440px;
pointer-events: none; 
}

.slick-slider div { transition: none; }

.slider-wrap.more .slick-slide{
margin: 0 5px;
}

.slide-arrow {
position: absolute;
top: 40%;
width: 20px;
display: block;
cursor: pointer;
}

.slide-arrow.prev-arrow {
left: 4%;
z-index: 10;
}
.slide-arrow.next-arrow {
right: 4%;
}

.dots-wrap {
position: absolute;
bottom: 8%;
top: auto;
right: 0;
left: 0;
margin: auto;
display: flex;
justify-content: center;
}

.dots-wrap li {
width: 10px;
height: 10px;
margin: 0 5px;
background: #fff;
border-radius: 50%;
cursor: pointer;
}

#sofa .dots-wrap li:hover,
#sofa .dots-wrap li.slick-active {
background: #90a6be;
}
#chair .dots-wrap li:hover,
#chair .dots-wrap li.slick-active {
background: #b6a539;
}
#table .dots-wrap li:hover,
#table .dots-wrap li.slick-active {
background: #d3a7a8;
}
#board .dots-wrap li:hover,
#board .dots-wrap li.slick-active {
background: #407578;
}
#diffuser .dots-wrap li:hover,
#diffuser .dots-wrap li.slick-active {
background: #90a6be;
}
#flower-vase .dots-wrap li:hover,
#flower-vase .dots-wrap li.slick-active {
background: #b6a539;
}
#clock .dots-wrap li:hover,
#clock .dots-wrap li.slick-active {
background: #d3a7a8;
}

.dots-wrap li button {
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}


#intro .text-box{
margin: 10% auto;
width: 80%;
max-width: 480px;
font-size: .9rem;
line-height: 2;
font-weight: bold;
text-align: justify;
letter-spacing: 1px;
}

#intro h2{
font-family: "Jost", sans-serif;
font-size: 2rem;
font-weight: 500;
text-align: center;
margin-bottom: 3%;
}

.local-nav-wrap{
margin: 8% 13% 10%;
}

.local-nav-wrap .upper{
display: flex;
justify-content: center;
width: 100%;
margin-bottom: 5%;
}

.local-nav-wrap .under{
display: flex;
justify-content: center;
width: 75%;
margin: 0 auto;
}
.local-nav-wrap .upper li{
width: 25%;
}
.local-nav-wrap .upper li{
width: 25%;
}

.local-nav-wrap span{
display: block;
text-align: center;
line-height: 1.2;
font-size: 70%;
font-weight: bold;
margin-top: -5%;
}
.local-nav-wrap .under li:nth-child(1) span{
letter-spacing: -1px;
}

.contents{
padding: 10% 0 8%;
margin-bottom: 12%;
}

.contents h2 img{
width: 20vw;
display: block;
margin: 0 auto;
max-width: 100px;
}
.contents h2 span{
font-family: "Jost", sans-serif;
font-weight: 500;
font-size: 2.5rem;
display: block;
margin: -1% auto 3%;
text-align: center;
color: #fff;
letter-spacing: 3px;
line-height: 1;
}

.first-title{
position: relative;
padding:8%;
}

.first-title p{
display: block;
text-align: center;
font-size: 1rem;
font-weight: 500;
letter-spacing: 1px;
color: #fff;
padding-top: 3%;
}
.first-title h3 strong{
font-family: "Jost", sans-serif;
font-weight: 400;
font-size: 2.3rem;
display: block;
margin: 5% auto 2%;
text-align: center;
color: #fff;
letter-spacing: 1px;
line-height: 1.2;
}
.first-title h3 span{
display: block;
margin: 0 auto 5%;
text-align: center;
color: #fff;
letter-spacing: 1px;
line-height: 1;
}
.first-title .ranking{
position: absolute;
top:-10%;
right: 0;
width: 25%;
max-width: 160px;
}

.box{
padding: 8% 8% 5%;
}
.box p {
color: #fff;
text-align: justify;
padding: 10% 0;
font-size: 13px;
line-height: 2;
font-weight: bold;
}
.box .no-video-wrap p {
padding-top: 0;
}
.box video{
width: 100%;
margin-bottom: 10%;
}

.box .video-wrap p{
padding-top: 0;
}

.buyers-comment h3{
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
max-width: 480px;
margin: 0 auto;
}
.buyers-comment h3 strong{
display: block;
padding: 5% 0 0;
text-align: center;
color: #fff;
font-family: "Jost", sans-serif;
font-weight: 400;
font-size: 1.5rem;
margin: 0 auto;
letter-spacing: 3px;
}
.buyers-comment h3 span{
display: block;
padding: 0 0 5%;
text-align: center;
color: #fff;
font-size: .8rem;
margin: 0 auto;
letter-spacing: 1px;
}

.profile{
display: flex;
margin: 8% 0 0;
justify-content: center;
align-items: center;
width: 100%;
}
.profile img{
width: 30%;
max-width: 180px;
}
.profile p{
width: 70%;
padding: 0 0 0 5%;
font-size: 1rem;
line-height: 1.4;
font-weight: 500;
}

.box .profile + p{
padding-top: 5%;
}
.box a{
display: block;
position: relative;
width: 64%;
max-width: 320px;
padding: 3% 0;
font-size: 1rem;
font-weight: 500;
text-align: center;
letter-spacing: 1px;
background-color: #fff;
margin: 0 auto 5%;
}
.box a::after{
content: "";
position: absolute;
display: block;
width: 10px;
height: 10px;
border-bottom: 3px solid;
border-right: 3px solid;
transform: rotate(315deg);
top: calc(50% - 7px);
right: 7%;
}

.line{
position: relative;
display: block;
border-top:none;
border-bottom: 2px solid #fff;
width: calc(84% - 5px);
margin: 0 auto -5px;
padding: 5px 0;
max-width: 640px;
}
.line::before{
content: "";
position: absolute;
display: block;
width: 10px;
height: 10px;
background-color: #fff;
border-radius: 5px;
top: calc(50% + 1px);
left: 0;
}
.line::after{
content: "";
position: absolute;
display: block;
width: 10px;
height: 10px;
background-color: #fff;
border-radius: 5px;
top: calc(50% + 1px);
right: 0;
}
.under-contents-title{
position: relative;
padding: 25% 0 0;
}
.under-contents-title .ranking{
position: absolute;
top: 10%;
right: 0;
display: block;
width: 20%;
}
.under-contents-title .ranking + .copy{
position: relative;
display: table;
background-color: #fff;
padding: 3% 5%;
font-size: 1rem;
line-height: 1;
font-weight: 500;
margin-top:calc(-3% - 1.2rem);
z-index: 1;
letter-spacing: 2px;
}
.under-contents-title h3 strong{
font-family: "Jost", sans-serif;
font-weight: 400;
font-size: 2.3rem;
display: block;
margin: 8% auto 0;
text-align: center;
color: #fff;
letter-spacing: 1px;
line-height: 1.4;
}
.under-contents-title h3 span{
display: block;
margin: 0 auto 8%;
text-align: center;
color: #fff;
letter-spacing: 1px;
line-height: 1;
}

.under-contents-title + p{
padding: 0 8% 8%;
font-size: 13px;
line-height: 2;
color: #fff;
text-align: justify;
font-weight: bold;
}

.under-contents-title + p + a{
display: block;
    position: relative;
    width: 56%;
    max-width: 320px;
    padding: 3% 0;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    background-color: #fff;
    margin: 0 auto 5%;
}
.under-contents-title + p + a::after{
content: "";
position: absolute;
display: block;
width: 10px;
height: 10px;
border-bottom: 3px solid;
border-right: 3px solid;
transform: rotate(315deg);
top: calc(50% - 7px);
right: 7%;
}
.second .under-contents-title + p + a{
margin-bottom: 10%;
} 

/*各コンテンツ別カラー*/

#sofa{
background: #90a6be;
}
#sofa .box a{
color: #90a6be;
}
#sofa .box a::after{
border-color: #90a6be;
}
#sofa .under-contents-title .ranking + .copy{
color: #90a6be;
}
#sofa .under-contents-title + p + a{
color: #90a6be;
}


#chair{
background: #b6a539;
}
#chair .box a{
color: #b6a539;
}
#chair .box a::after{
border-color: #b6a539;
}
#chair .under-contents-title .ranking + .copy{
color: #b6a539;
}
#chair .under-contents-title + p + a{
color: #b6a539;
}

#table{
background: #d3a7a8;
}
#table .box a{
color: #d3a7a8;
}
#table .box a::after{
border-color: #d3a7a8;
}
#table .under-contents-title .ranking + .copy{
color: #d3a7a8;
}
#table .under-contents-title + p + a{
color: #d3a7a8;
}

#board{
background: #407578;
}
#board .box a{
color: #407578;
}
#board .box a::after{
border-color: #407578;
}
#board .under-contents-title .ranking + .copy{
color: #407578;
}
#board .under-contents-title + p + a{
color: #407578;
}

#diffuser{
background: #90a6be;
}
#diffuser .box a{
color: #90a6be;
}
#diffuser .box a::after{
border-color: #90a6be;
}
#diffuser .under-contents-title .ranking + .copy{
color: #90a6be;
}
#diffuser .under-contents-title + p + a{
color: #90a6be;
}

#flower-vase{
background: #b6a539;
}
#flower-vase .box a{
color: #b6a539;
}
#flower-vase .box a::after{
border-color: #b6a539;
}
#flower-vase .under-contents-title .ranking + .copy{
color: #b6a539;
}
#flower-vase .under-contents-title + p + a{
color: #b6a539;
}

#clock{
background: #d3a7a8;
}
#clock .box a{
color: #d3a7a8;
}
#clock .box a::after{
border-color: #d3a7a8;
}
#clock .under-contents-title .ranking + .copy{
color: #d3a7a8;
}
#clock .under-contents-title + p + a{
color: #d3a7a8;
}

/*--------------------------------------------------------------
footer
----------------------------------------------------------------
*/

footer{
background-color: #ccc;
}
#lh-navigation{
margin-bottom: 10%;
}
#lh-navigation ul{
display: flex;
justify-content:center;
}
#lh-navigation li{
margin-right: 20px;
}
#lh-navigation li:last-child{
margin-right: 0;
}
#lh-navigation li a{
display: block;
width: 40px;
}
#lh-navigation li a img{
line-height: 0;
display: block;
}
footer h1{
position: relative;
width: 60%;
max-width: 320px;
margin: 0 auto 10%;
padding: 15% 0 0;
}
footer h1 img{
display: block;
width: 100%;
}
#lh-navigation + p{
display: block;
font-size: 10px;
padding: 10%;
}
#lh-navigation + strong{
display: block;
font-size: 10px;
padding-left: 15%;
}
footer table{
width: 70%;
margin: 0 auto 10%;
}
footer th{
font-size: 10px;
font-weight: 400;
text-align: left;
width: 3em;
}
footer td{
font-size: 10px;
}

.copyright{
background-color: #EAE9EA;
text-align: center;
font-size: 10px;
letter-spacing: 1px;
padding: 8% 0;
line-height: 1.6;
}
.page-top {
position: fixed;
bottom: 20px;
right: 10px;
width: 40px;
height: 40px;
z-index: 1;
opacity: 0.8;
display: none;
}

@media screen and (min-width:480px) {
.copyright{
padding:5% 0;
}
.copyright br{
display: none;
}
}

@media screen and (min-width:580px) {

.local-nav-wrap{
margin: 2% 3% 7%;
}
.local-nav-wrap nav.sp{
display: none;
}
.local-nav-wrap nav.pc{
display: block;
}
.local-nav-wrap ul{
display: flex;
max-width: 700px;
margin: 0 auto;
}
.local-nav-wrap li{
width: 14.285714%;
}
.local-nav-wrap span{
font-size: 10px;
letter-spacing: -.2px;
}
.local-nav-wrap li:nth-child(5) span,
.local-nav-wrap li:nth-child(6) span{
letter-spacing: -.2px;
}
}

@media screen and (min-width:768px) {
.nav-mobile{
display: none;
}
header{
background: rgba(255,255,255,.4);
margin-top: 0;
}
header.come{
margin-top: -140px;
}
#global-menu nav{
position: relative;
left: 0;
width: 100%;
height: auto;
background-color: transparent;
}
#global-menu nav ul{
display: flex;
padding: 12px 30px;
}
#global-menu nav li{
width: 33.33%;
}
#global-menu nav li.sns{
display: none;
}
#global-menu nav a{
padding: 20px 0;
width: 100%;
}

.slider-wrap.sp{
display: none;
}
.slider-wrap.pc{
display: block;
}
.dots-wrap {
bottom: 5%;
}
.pc{
display: block;
}
.sp{
display: none;
}
#intro h2 {
font-size: 48px;
padding: 60px 0 40px;
}
#intro .text-box {
margin: 60px auto;
}
.local-nav-wrap {
margin-bottom: 60px;
}
.contents {
padding: 60px 0 80px;
margin-bottom: 80px;
}
.contents h2 span{
font-size: 48px;
}
.contents h2 span br{
display: none;
}
.first-title {
padding: 20px 5%;
}
.first-title p {
padding-top: 10px;
}
.video-wrap{
display: flex;
justify-content: center;
align-items: center;
grid-gap: 5%;
margin-bottom: 60px;
}
.video-wrap .image-box{
width: 40%;
}
.video-wrap .image-box video{
width: 100%;
}
.video-wrap p{
width: 55%;
}
.box{
padding: 5%;
}
.box p {
font-size: 15px;
padding: 60px 0;
}
.box .no-video-wrap p{
padding-top: 0;
width: 480px;
margin: 0 auto;
}

.first-title .ranking {
top: -20px;
}
.item-image{
display: block;
width: 480px;
margin: 0 auto;
}
.comment-wrap{
/*display: flex;
justify-content: center;
align-items: center;
grid-gap: 20px;*/
margin: 60px auto;
max-width: 480px;
}

.profile {
display: block;
margin-top: 0;
}
.profile img {
display: block;
width: 20%;
max-width: 320px;
margin: 0 auto;
}
.comment-wrap .profile p{
display: block;
width: auto;
font-size: 18px;
text-align: center;
padding: 20px 0;
}

.under-contents-title h3 strong {
font-size: 28px;
}
.comment-wrap .profile p br{
display: none;
}

.comment-wrap .profile + p{
padding: 0;
width: 480px;
text-align: justify;
margin: 0 auto;
}
.buyers-comment h3 strong{
padding-top: 20px;
}
.buyers-comment h3 span{
padding-bottom: 20px;
}

.under-contents{
display: flex;
padding: 0 5%;
grid-gap: 5%;
}
.second,
.third{
width: 47.5%;
}
.under-contents-title h3 strong{
margin-top: 30px;
}
.under-contents-title h3 span{
margin-bottom: 30px;
}

.second,
.third{
display:flex;
flex-direction:column;
}
/*
.second p,
.third p{
flex-grow: 1;
}*/
.second + strong{
display: none;
}
.under-contents-title .ranking {
top: 15%;
}
.under-contents-title .ranking + .copy{
font-size: 15px;
padding: 10px 12px;
}

.under-contents-title + p{
font-size: 13px;
padding: 0 0 8%;
}

.box a{
padding: 15px;
}
.box a,
.under-contents-title + p + a{
font-size: 18px;
}


#flower-vase h2 br{
display: none;
}


#lh-navigation + strong {
text-align: center;
width: 70%;
margin: 0 auto;
font-size: 12px;
padding: 0 0 2% 0;
}
footer th {
font-size: 12px;
}
footer td {
font-size: 12px;
}
.copyright {
font-size: 12px;
}
}

@media screen and (min-width:1080px) {

#global-menu {
width: 1000px;
margin: 0 auto;
}
#global-menu nav ul{
padding: 20px 0;
}
first .slider-wrap{
width: 1000px;
margin: 0 auto;
}
.contents h2 span {
margin: -10px auto 40px;
}

.first-title h3 strong {
margin-top: 40px;
}
.first-title h3 span {
margin-bottom: 40px;
}
.box{
width: 1000px;
margin: 0 auto;
padding: 60px 0;
}
.box a{
margin-bottom: 40px;
}
.under-contents{
width: 1000px;
padding: 40px 0;
margin: 0 auto;
}
.under-contents-title {
padding: 100px 0 0;
}
.under-contents-title h3 strong {
 margin-top: 40px;
}
.under-contents-title h3 span {
margin-bottom: 40px;
}

footer h1 {
padding: 5% 0 0;
margin-bottom: 5%;
}
#lh-navigation {
margin-bottom: 5%;
}
footer table {
width: 600px;
margin: 0 auto 5%;
}
#lh-navigation + strong {
width: 600px;
margin: 0 auto;
}
.copyright {
padding: 40px 0;
}
}
