@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: #fff;
}
.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%;
height: 100vh;
overflow: hidden;
}

.slider{
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.slider.upper{
background-position: top center;
}
.slider.kei{
background-position: center right;
}
.slider-wrap.pc{
display: none;
}
.main-title{
position: absolute;
display: block;
left: 7%;
bottom: 10%;
height: auto;
width: 70%;
}

.main-title.pc{
display: none;
}


.sub-title{
position: absolute;
display: block;
right: 7%;
top:12%;
width: auto;
height: 42vh;
}

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

#header .slide-arrow{
top:60%;
}

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

.dots-wrap {
position: absolute;
bottom: 5%;
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;
}

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

#intro h2{
text-align: center;
display: table;
letter-spacing: 3px;
font-size: 16px;
font-weight: 700;
padding: 15% 0 10%;
margin: 0 auto;

/*background-image: url("../images/exclamation-mark.svg");
background-repeat: no-repeat;
background-position: center left;
background-size: 30px;*/
}

#intro h2 p,
.local-nav-wrap h2 p{
display: table;
border-bottom: 1px solid #333;
margin: 0 auto;
padding-bottom: 3%;
animation: stroke-bottom 2s linear 1;
width: 100%;
text-align: left;
}

@keyframes stroke-bottom {
0% {
width: 0;
opacity: 0;
}
100% {
width: 100%;
opacity: 1;
}
}

#intro .text-box span{
display: block;
text-align: center;
font-size: 13px;
padding-bottom: 3%;
}


.local-nav{
display: flex;
column-gap: 2%;
margin-bottom: 10%;
}
.nav-btn-wrap{
width: 49%;
}
#intro .local-nav .text-box{
padding: 0;
}
.local-nav a{
position: relative;
display: block;
background-color: #c8b29d;
width: 86%;
padding: 3% 0;
text-align: center;
margin: 0 auto;
font-size: 13px;
}

.local-nav a::after{
content: '';
display: block;
position: absolute;
top:calc(50% - 4px);
right: 10px;
width: 7px;
height: 7px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
transform: rotate(315deg);
}

.box{
padding: 5% 10% 10%;
text-align: justify;
font-size: 13px;
}

#frida h2,
#nelly h2{
text-align: center;
display: block;
letter-spacing: 3px;
font-size: 16px;
font-weight: 700;
line-height: normal;
padding-top: 10%;
}

.point-01{
padding: 10% 0;
background-color: #dacccb;
}

.point-title{
width: 100%;
text-align: center;
}
.point-svg{
display: block;
margin: 0 auto;
width: 100px;
}

.point-title h3{
text-align: center;
display: block;
letter-spacing: 3px;
font-size: 16px;
font-weight: 700;
line-height: normal;
padding-top: 5%;
}

.point-title + p{
padding: 5% 10% 10%;
display: block;
text-align: justify;
font-size: 13px;
}

video{
padding: 0 10% 10%;
width: 80%;
height: auto;
}

.box-wrap-02 .image-box{

}
.slider-wrap.more .slider{
height: auto;
}

.box-wrap-02 .text-box{
padding: 3% 10% 10%;
text-align: justify;
font-size: 13px;
}
.slider-wrap.more .dots-wrap {
bottom: 10%;
}

.point-02{
padding: 10% 0;
background-color: #d9d6c7;
}

.point-title h3 + p{
padding: 10%;
display: block;
text-align: justify;
font-size: 13px;
}
.slider-wrap.point{
position: relative;
}
.slider-wrap.point .slider{
width: 100%;
height: auto;
}

.slider-wrap.point .slider .text-box{
text-align: center;
font-size: 13px;
padding: 3% 0;
}
.slider-wrap.point .dots-wrap{
bottom: 20%;
}

.point-03{
padding: 10% 0;
background-color: #c8b29d;
}

.spec{
padding: 10% 0;
}
.h3-wrap{
margin: 0 auto;
}
.spec h3{
color: #c4adaa;
text-align: center;
display: block;
font-size: 24px;
font-weight: 400;
line-height: normal;
}
.spec h3 + p{
text-align: center;
font-size: 13px;
}
.spec h3 + p + img{
width: 160px;
display: block;
margin: 2% auto 0;
}

.spec h3 + p + img + P{
width: 80%;
text-align: right;
font-size: 9px;
color: #999;
line-height: normal;
margin: -10% 10% 0;
}

.spec table{
margin: 10%;
font-size: 13px;
}

.spec tr{
border-bottom: #dacccb 1px solid;
}

.spec tr:nth-child(1){
border-top: #dacccb 1px solid;
}

.spec th{
font-weight: normal;
text-align: left;
padding: 20px 10px;
width: 20%;
vertical-align: middle;
}

.spec td{
padding: 20px 10px;
vertical-align: middle;
}
.spec td .size:nth-child(1){
padding-bottom: 2%;
}
.spec td p{
display: block;
line-height: normal;
margin-bottom: 2%;
}

#frida .spec tr:nth-child(1) td p{
text-align: center;
}

.to-online-store{
background-color: #dacccb;
font-weight: 700;
padding: 5% 10%;
display: table;
margin: 5% auto;
}

.point-title h3 + p {
padding: 5% 10% 7%;
font-size: 15px;
}


/*--------------------------------------------------------------
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;
}

@media screen and (min-width:400px) {
.spec table {
margin: 10% auto;
width: 80%;
}
.spec th{
padding-right: 0;
}

}


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

.spec table {
margin: 10% auto;
font-size: 15px;
width: auto;
}
.spec th{
padding-right: 10px;
}

.spec h3 + p + img + P {
width: 70%;
}

.copyright{
padding:5% 0;
}
.copyright br{
display: none;
}
}

@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;
}
.main-title.pc {
display: block;
}
.main-title {
bottom: 12%;
width: 80%;
}
.sub-title {
top:15%;
height: 50vh;
}

.pc{
display: block;
}
.sp{
display: none;
}

#intro h2{
padding: 5% 0;
font-size: 1.2em;
}
#intro .text-box {
padding-bottom: 5%;
}
#intro .text-box span{
font-size: 15px;
padding-bottom: 1%;
}
#intro .local-nav .text-box{
padding: 0 10%;
}
.local-nav a {
width: 72%;
}

#frida h2, #nelly h2{
font-size: 1.2em;
}

#nelly h2 br{
display: none;
}
.box {
font-size: 15px;
}
.point-svg {
width: 160px;
}
.point-title h3 {
font-size: 1.2em;
}

.point-title + p {
padding: 5% 10%;
font-size: 15px;
}

.box-wrap-01,
.box-wrap-02{
display: flex;
align-items:center;
}
.box-wrap-01 .image-box{
padding: 5% 5% 5% 0;
width: 45%;
}
video {
width:  100%;
padding: 0;
}
.box-wrap-01 .text-box{
width: 45%;
padding: 5%;
}
.box-wrap-02{
padding-bottom: 10%;
}
.box-wrap-02 .image-box {
width: 50%;
}
.box-wrap-02 .image-box .image-box{
width: 100%;
}

.box-wrap-02 .text-box {
padding: 5% 10% 10%;
font-size: 15px;
}
.slider-wrap.point .slider .text-box{
font-size: 15px;
}
.slider-wrap.point .dots-wrap{
bottom: 17%;
}

.spec h3 {
font-size: 32px;
}
.spec td p {
line-height: 1.6;
margin-bottom: 0;
}
.spec h3 + p + img + P {
width: 400px;
margin: -7% auto 0;
}

.to-online-store {
padding: 30px 60px;
font-size: 1.6em;
}

#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;
}
.main-title.pc {
width: 800px;
}
.local-nav{
width: 800px;
margin: 0 auto 10%;
}
#frida h2, #nelly h2 {
font-size: 1.6em;
}
.top-image{
width: 1000px;
margin: 0 auto;
}
.point-title h3{
font-size: 1.6em;   
}
.box{
width: 1000px;
margin: 40px auto 80px;
padding: 0;
}
.box-wrap-01,
.box-wrap-02 {
width: 1000px;
margin: 0 auto;
padding: 0;
}

.box-wrap-01 .point-title h3{
padding-top: 40px;
}

.box-wrap-01 .point-title + p{
padding-top: 40px;
}
.point-title h3 {
padding: 30px 0 0;
}

.point-title h3 + p {
padding: 0;
width: 800px;
margin: 60px auto;
}
.point-title h3 br{
display: none;
}
.point-01 .point-title h3 br{
display: block;
}
.slider-wrap.point{
width: 1000px;
margin: 0 auto;
}


.spec h3 + p + img {
width: 240px;
}
.spec table {
margin: 80px auto;
}
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;
}
}
