@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: #EAE9EA;
}
.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: #000;
}
.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;
margin: 0;
padding: 0;
width: 100%;
}

h2{
text-align: center;
display: block;
letter-spacing: 3px;
font-size: 1.1em;
font-weight: 500;
padding: 0 0 10%;
animation: stroke-top .8s linear 1;
}

#intro{
padding: 10% 0 0 0;
margin: 0 7%;
width: 86%;
border-top: #000 1px solid;
}
#intro h2{
padding-bottom: 7%;
font-size: 1.3em;
}

#intro .box{
padding: 0;
}

#intro .text-box{
display: block;
font-size: 13px;
letter-spacing: 3px;
animation: stroke-top .8s linear 1;
text-align: justify;
}

@keyframes stroke-top {
0% {
color: #EAE9EA;
opacity: 0;
}
100% {
color: #000;
opacity: 1;
}
}

#intro .image-box{
width: 100%;
padding:10% 0 12%;
}

#features{
width: 100%;
background-color: #DFEBED;
}

.osarai{
text-align: center;
padding-bottom: 2%;
padding-top:10%;
}
.osarai span{
font-weight: 600;
background-color: #4e859b;
color:  #DFEBED;
padding: 0 2%;
font-family: "jost", sans-serif;
}
.slick-slider div{
transition: none;
}
.slick-wrap-parent{
position: relative;
padding-bottom: 10%;
}


.slider-wrap-02 .info-box{
padding: 3% 0;
font-size: 10px;
font-weight: 700;
display: flex;
}
.slider-wrap-02 .slick-slide{
margin-right: 20px!important;
margin-left: 20px!important;
}
.slider-wrap-02 .slick-slide{
width: 100%;
max-width: 800px;
}
.slider-wrap-02 .text-box{
font-size: 11px;
line-height: 1.4;
text-align: justify;
letter-spacing: 3px;
}
.slide-arrow {
position: absolute;
top: 40%;
width: 25px;
display: block;
cursor: pointer;
}

.slide-arrow.prev-arrow {
left: 7%;
}
.slide-arrow.next-arrow {
right: 7%;
}

.slider-wrap-02 h4{
padding-bottom: 2%;
}

.slider-wrap-02 .text-box a{
border-bottom: 1px dotted #000;
}
.part-title{
display: table;
margin: 0 auto;
color: #000;
font-weight: 500;
font-size: 1.4em;
font-family: "jost", sans-serif;
padding-top: 5%;
border-bottom: 1px solid #000;

}

.box{
padding: 7%;
}

#staff-recommend .box,
#staff-house .box,
#developer .box{
padding-bottom: 10%;
}
.kiitemita {
letter-spacing: 5px;
padding: 5% 0;
font-size: 1.3em;
color: #000;
}
.sub-copy{
text-align: center;
margin: 3% 0 7%;
}
.sub-copy span{
display: table;
background-color: #f3fe00;
color: #000;
padding: 0 2%;
line-height: 1;
margin: 0 auto;
}

.sub-copy span{
margin-top: 1%;
}

.sub-copy + .text-box{
font-size: 13px;
letter-spacing: 3px;
animation: stroke-top .8s linear 1;
padding: 0;
padding-bottom: 10%;
text-align: justify;
}
.box .image-box,
.box .image-box img{
line-height: 1;
}

.profile-box.sp{
position: relative;
padding: 7%;
background-color: #fff;
border-radius: 20px;
}
.sp-layout{
display: flex;
align-items: center;
}
.profile-box.sp img{
width: 25%;
}
.profile-box.sp h3{
width: 70%;
padding-left: 5%;
color: #000;
}
.profile-box.sp h3 strong{
font-weight: 600;
background-color: #000;
color:  #fff;
padding: 0 2%;
font-family: "jost", sans-serif;
font-size: 13px;
}
.profile-box.sp h3 span{
display: block;
line-height: 1.2;
}
.profile-box.sp h3 span:nth-child(2){
padding-top: 3%;
}
.profile-box.sp p{
padding-top: 7%;
display: block;
font-size: 13px;
letter-spacing: 3px;
line-height: 1.6;
animation: stroke-top .8s linear 1;
text-align: justify;
}

.movie-box{
padding: 7% 0 10%;
background-color: #fff;
margin-bottom: 3%;
}
.movie-title{
text-align: center;
}
.movie-title h3{
display: block;
font-size: 1.3em;
letter-spacing: 5px;
font-weight: 500;
font-family: "jost", sans-serif;
}
.movie-title p{
display: block;
font-size: 13px;
padding-bottom: 5%;
font-weight: 600;
}
 
.movie-box iframe{
position: relative!important;
display: block!important;
aspect-ratio: 16 / 9;
width: 90%;
height: 90%;
max-width: 1000px;
margin: 0 auto!important;
}
.intro{
text-align: justify;
font-size: 13px;
}
#column .sub-copy + .intro p{
margin-bottom: 3%;
}
#column figure{
padding-top: 5%;
}
#column figcaption{
font-size: 10px;
line-height: 1.2;
padding: 0 0 7%;
text-align: right;
}

.acd-check{
display: none;
}
.acd-label{
position: relative;
display: block;
cursor: pointer;
width: 100%;
max-width: 320px;;
margin: 0 auto;
}
.open-close{
position: absolute;
width: 20px;
height: 20px;
top: calc(50% - 10px);
right: 5%;
}

.acd-content{
height: 0;
opacity: 0;
padding: 0;
transition: .5s;
visibility: hidden;
background-color: #fff;
}

.acd-check:checked + .acd-label + .pc + .acd-content{
height: 100%;
opacity: 1;
visibility: visible;
padding: 7%;
margin: 7% 0 0;
}
.acd-check:checked + .acd-label .open-close{
transform: rotate(45deg);
}

.index-wrap{
padding: 7%;
background-color: #EAE9EA;
}
.index-wrap h3{
padding-bottom: 2%;
border-bottom: #000 1px solid;
margin-bottom: 5%;
text-align: center;
font-size: 1.6em;
}
.index-wrap li{
/*border-bottom: #000 1px solid;*/
font-size:13px;
line-height: 1.2;
padding-bottom: 5%;

}
.index-wrap li a{
position: relative;
display: block;
border-bottom: #000 1px dotted;
padding-bottom: 5%;
}
.index-wrap li a::before{
display: block;
position: absolute;
top:calc(50% - 10px);
right: 0;
content: "";
width: 20px;
height: 20px;
border-radius: 10px;
background-color: #000;

}
.index-wrap li a::after{
display: block;
position: absolute;
top:calc(50% - 3px);
right: 7.5px;
content: "";
width:3px;
height: 3px;
border-bottom: 2px #EAE9EA solid;
border-right: 2px #EAE9EA solid;
transform: rotate(45deg);
}
.index-wrap li ol{
padding-left: 1em;
}
.index-wrap li li{
/*border-bottom: #000 1px dotted;*/

}
.index-wrap li li:first-child{
padding-top:3%;
}
.index-wrap li li:last-child{
border-bottom:none;
}
.index-wrap li strong{
display: block;
color: #4e859b;
padding-bottom: 2%;
font-family: "jost", sans-serif;
font-weight: 500;
}
.acd-content .box{
padding: 0;
}
.acd-content .text-box{
padding: 0 0 7%;
font-size: 13px;
}
.acd-content .image-box + .text-box{
padding-top: 7%;
}
#column .box h4{
font-size: 1.2em;
padding: 7% 0 3%;
margin-bottom: 5%;
border-bottom: #b3b3b3 1px solid;
}
#column .box h4 strong{
display: block;
color: #4e859b;
font-weight: 600;
font-family: "jost", sans-serif;
}
.open-column .intro{
padding: 0 0 7% 0;
}

#column .image-box{
display: block;
width: 100%;
}
#column .box#back-cushion h4,
#column .box#just-size h4,
#column .box#nessos-concept h4{
padding-top: 2%;
}

.a-san{
color: #4e859b;
}
.o-san{
color: #666;
}
.to-onlinestore.pc{
display: none;
}
.to-onlinestore.sp{
position: relative;
z-index: 10;
display: block;
max-width: 320px;
margin: 0 auto;
padding: 7% 0 10%;
}


/*--------------------------------------------------------------
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:480px) {

#intro h2 span {
padding: 0;
display: inline;
}
#intro h2 span:nth-child(1){
padding-left: 2%;
}
#intro h2 span:nth-child(2){
padding-right: 2%;
}
.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: 25%;
}
#global-menu nav li.sns{
display: none;
}
#global-menu nav a{
padding: 20px 0;
width: 100%;
}

h2{
font-size: 1.6em;
padding: 3% 0 5%;
}

.pc{
display: block;
}
.sp{
display: none;
}
#intro .box {
display: flex;
flex-direction:row;
align-items: center;
padding: 5% 0;
}
#intro .box .text-box {
width: 53%;
padding: 0 5% 0 0;
line-height: 1.8;
}

#intro h2{
padding: 0;
font-size: 2em;
}

#intro .image-box {
width: 42%;
padding: 0;
}
.osarai{
font-size: 16px;
padding-bottom: 0;
}
.slider-wrap-02 .info-box {
font-size: 12px;
}
.slider-wrap-02 .text-box {
font-size: 14px;
line-height: 1.6;
}
#staff-recommend .box,
#staff-house .box,
#developer .box{
padding-top: 5%;
}

.part-title {
font-size: 1.8em;
margin-bottom: 0;
}
.kiitemita {
padding: 2% 0;
font-size: 2em;
}
.sub-copy {
margin-bottom: 4%;
}
.sub-copy span {
display: inline;
}

.sub-copy span:nth-child(1) {
padding-right: 0;
}
.sub-copy span:nth-child(2) {
padding-left: 0;
}

.profile-box.pc{
display: flex;
align-items: center;
padding: 5%;
background-color: #fff;
border-radius: 20px;
}
.profile-box.pc img{
width: 25%;
}
.pc-layout{
width: 70%;
padding-left: 5%;
}
.profile-box.pc h3{
text-align: center;
}
.profile-box.pc h3 strong {
display: table;
font-weight: 600;
background-color: #000;
color: #fff;
padding: 0 2%;
font-family: "jost", sans-serif;
margin: 0 auto 1%;
line-height: 1.4;
font-size: 13px;
}

.profile-box.pc h3 span:nth-child(3){
padding-left: .5em;
}
.profile-box.pc p{
padding-top: 5%;
font-size: 13px;
}
.sub-copy + .text-box {
padding-bottom: 5%;
}

.movie-box {
padding: 7% 0 10%;
}
.movie-title{
font-size:  1.6em;
}
.movie-title p{
font-size:  16px;
}

#column .sub-copy + .intro p {
margin-bottom: 1%;
}

.index-wrap li{
padding-bottom: 2%;
font-size: 16px;
}
#column .box{
display: block;
}

#column figcaption{
font-size: 13px;
line-height: 1.4;
}

#column figcaption br{
display: none;
}
.acd-label {
float: left;
width: 48%;
max-width: none;
margin:0;
}
.to-onlinestore.sp{
display: none;
}
.to-onlinestore.pc{
display: block;
float: right;
width: 48%;
margin: 0;
}
.acd-content{
clear: both;
}
.acd-check:checked + .acd-label + .pc + .acd-content{
margin-top: 20%;
}
.index-wrap h3 {
font-size: 1.3em;
margin-bottom:5%;
}
.index-wrap li{
margin-top: 3%;
}
#column .box h4 {
font-size: 1.5em;
}
#column .box .text-box {
width: 100%; 
}
#column .box h4 br{
display: none;
}
.index-wrap li a span 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;
}
#intro h2{
padding-bottom: 5%;
}
#intro .box{
padding: 0 0 10% 0;
}
#intro .text-box {
width: 460px;
padding: 0;
padding-right: 40px;
}
#intro .image-box {
width: 500px;
padding: 0;
}
#intro .text-box span{
font-size: 16px;
}
h2{
font-size: 1.8em;
letter-spacing: 8px;
}
#features h2{
padding-top: 2%;
}
.osarai{
font-size: 1.3em;
}
.slider-wrap-02 .info-box {
font-size: 14px;
}
.slider-wrap-02 .text-box {
font-size: 16px;
}
.part-title{
font-size: 1.5em;
}
.sub-copy{
font-size: 1.3em;
}
.profile-box.pc h3 {
font-size: 1.3em;
}
.profile-box.pc p{
font-size: 16px;
line-height: 1.8;
}
#column .box {
padding-bottom: 5%;
}
#intro .box .text-box,
.box .text-box{
font-size: 16px;
}
.movie-box {
margin-bottom: 5%;
}
.intro{
padding: 0 0 3% 0;
font-size: 16px;
}
#column .kiitemita + p {
padding-bottom: 0;
padding-left: calc(50% - 500px);
}
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;
}
}

@media screen and (min-width:1140px) {
.box {
padding: 7% 0 10%;
width: 1000px;
margin: 0 auto;
}
#column .acd-content .box{
margin: 0;
padding: 0;
width: 100%;
}
}

/*モニタが縦長*/
@media screen and (orientation: portrait) {
.header-wrap .sp{
width: 100%;
}
.header-wrap .pc{
display: none;
}

#header .sp img{
display: block;
margin: 0 auto;
width: 100%;
}

#header .pc img{
display: none;
}

/*#header .sp .header-under::after  {
content: "";
display: block;
padding-top: calc(100vw*.57407407);
}

#header .sp .header-under::before{
content: "";
animation: flipbook_anime 4s steps(5) infinite; 
position:absolute;
top:0;
left: 0;background-image: url("../images/anime-sp.png"); display:inline-block;
vertical-align:middle;width:100vw;height:calc(100vw*.57407407);
background-repeat: no-repeat;
background-position:0 0; 
background-size: 500% auto;

}

@keyframes flipbook_anime {
from { 
background-position:0; 
}
to { 
background-position: 125%;
}
}*/

}

/*モニタが横長*/
@media screen and (orientation: landscape) {
.header-wrap .pc{
display: block;
width: 100%;
}
.header-wrap .sp{
display: none;
}

#header .sp img{
display: none;
}
#header .pc img{
display: block;
width: 100%;
}
#header .pc img:nth-child(2){
margin: 0 auto;
max-width: 1000px;
}

/*#header .pc .header-under::after  {
content: "";
display: block;
padding-top: calc(100vw*.35714286);
}

#header .pc .header-under::before{
content: "";
animation: flipbook_anime 4s steps(5) infinite; 
position:absolute;
top:0;
left: 0;background-image: url("../images/anime-pc.png"); display:inline-block;
vertical-align:middle;width:100vw;height:calc(100vw*.35714286);
background-repeat: no-repeat;
background-position:0 0; 
background-size: 500% auto;
}

@keyframes flipbook_anime {
from { 
background-position:0; 
}
to { 
background-position: 125%; 
}
}

}

@media screen and (min-width:1001px) {
#header .pc .header-under::after  {
padding-top: calc(1000px*.35714286);
}

#header .pc .header-under::before{
content: "";
animation: flipbook_anime 4s steps(5) infinite; 
position:absolute;
top:0;
left: 0;background-image: url("../images/anime-pc.png"); display:inline-block;
vertical-align:middle;width:1000px;height:calc(1000px*.35714286);
background-repeat: no-repeat;
background-position:0 0; 
background-size: 5000px auto;
}
@keyframes flipbook_anime {
from { 
background-position:0; 
}
to { 
background-position: 125%; 
}
}*/
}