@charset "utf-8";
/* ------------------------------------------------------------ common */

header { position: absolute; width: 100%; left: 0; top: 0; box-sizing: border-box; }

/* ------------------------------------------------------------ fv */

#fv { width: 100%; position: relative; padding: 200px 0 360px; box-sizing: border-box; overflow: hidden; background: url(../images/index/slant_bg_00.jpg) no-repeat center bottom; }
#fv .inner { position: inherit; z-index: 1; }
#fv .box { float: right; width: 450px; }
#fv .box h2 { font-weight: bold; font-size: 46px; font-style: italic; line-height: 140%; }
#fv .box h2 span { display: block; font-size: 48px; font-weight: bold; font-family: 'Montserrat-Bold'; color: #d2d400; }
#fv .box p { font-size: 18px; font-weight: bold; padding: 10px 0 20px; }

/* ------------------------------------------------------------ movie */

#movie { text-align: center; padding: 110px 0 175px; background: url(../images/index/slant_bg_01.jpg) no-repeat center top; }
#movie h3.h3_common { background: url(../images/index/h_bg_00.png) no-repeat center top; }
#movie .video { width: 800px; margin: auto; }
#movie .video img { width: 100%; height: auto; }

/* ------------------------------------------------------------ image */

#image { position: relative; padding: 270px 0 300px; max-width: 2000px; margin: auto; background: #d2d400; }
#image .image_inner { position: relative; width: 100%; max-width: 1950px; margin: auto; }
#image h3.h3_common { background: url(../images/index/h_bg_01.png) no-repeat center top; }
#image:before,
#image:after { content: ''; position: absolute; width: 100%; height: 280px; left: 0; z-index: 0; }
#image:before { background: url(../images/index/slant_bg_02.jpg) no-repeat center top; top: 0; }
#image:after { background: url(../images/index/slant_bg_03.jpg) no-repeat center bottom; bottom: 0; }
#image .slider li { width: 900px; float: left; padding: 0 10px; }
#image .arrows { width: 927px; margin: auto; position: absolute; z-index: 10; height: 45px; top: 0; bottom: 0; left: 0; right: 0; }
#image .arrows .prev { float: left; }
#image .arrows .next { float: right; }
#image .slick-dots { text-align: center; padding: 38px 0 0; }
#image .slick-dots li { float: none; display: inline-block; width: 15px; padding: 0; margin: 0 10px; outline: none !important; }
#image .slick-dots li button { font-size: 0; width: 100%; height: 15px; border: 1px solid #a4a494; padding: 0; background: none; outline: none !important;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%;
}
#image .slick-dots li.slick-active button { background: #000; border: none; }

/* ------------------------------------------------------------ info */

#info { padding: 40px 0 170px; }
#info h3 { font-size: 30px; font-weight: bold; text-align: center; line-height: 150%; padding: 0 0 40px; }
#info .box { display: none; }
#info .box div { padding: 50px 0 0; }
#info .box .border { border-bottom: 1px solid #e5e5e5; padding: 0 0 50px; }
#info .left { float: left; }
#info .right { float: right; }

/* ------------------------------------------------------------ function */

#function { padding: 0 0 140px; }
#function h3.h3_common { background: url(../images/index/h_bg_02.png) no-repeat center top; }
#function ul { padding: 60px 0 0; margin: 0 0 0 -40px; }
#function ul li { width: 340px; float: left; margin: 0 0 40px 40px; height: 400px; overflow: hidden; }
#function ul li h4 { font-size: 20px; font-weight: bold; padding: 25px 0 0; }
#function p.tax { font-weight: bold; padding: 0 0 65px; }
#function .box { width: 980px; margin: auto; box-sizing: border-box; padding: 35px 75px; background: #fcf7ea; }
#function .box .left { float: left; width: 330px; }
#function .box .left p.tag { padding: 16px 0 0; }
#function .box .left p.tag span { display: inline-block; background: #fff; padding: 2px 18px; min-width: 128px; box-sizing: border-box; margin: 0 5px; text-align: center; font-weight: bold;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}
#function .box .right { width: 457px; float: right;  }
#function .box .right p { font-size: 14px; }

/* ------------------------------------------------------------ flow */ 

#flow { padding: 120px 0 130px; background: #fcf7ea; }
#flow h3.h3_common { background: url(../images/index/h_bg_03.png) no-repeat center top; }
#flow p.lead { text-align: center; font-size: 18px; padding: 0; }
#flow ul { margin: auto; width: 980px; }
#flow ul li { position: relative; border-top: 1px solid #e5e5e5; padding: 80px 0 60px; background: url(../images/index/arw_00.png) no-repeat center top; }
#flow ul li:first-child{ padding: 50px 0 60px; border-top: none; background: none; }
#flow ul li .box { position: relative; float: right; width: 410px; padding: 50px 0 0; }
#flow ul li .box { position: relative; }
#flow ul li .box span { position: absolute; left: 0; top: 0; display: block; font-family: 'Montserrat-ExtraBold'; font-size: 80px; color: #f4f0bb; z-index: 0; line-height: 100%; letter-spacing: 2px; }
#flow ul li .box h4 { position: inherit; font-size: 32px; font-weight: bold; }
#flow ul li .box p { font-size: 22px; }
#flow .option { background: #fff; padding: 40px 60px 90px; }
#flow .option h4 { font-size: 18px; text-align: center; padding: 0 0 25px; border-bottom: 1px solid #e5e5e5; }
#flow .option h4 span { display: block; color: #d2d400; font-size: 30px; font-family: 'Montserrat-Medium'; line-height: 120%; }
#flow .option p.lead { font-size: 26px; font-weight: bold; padding: 30px 0; }
#flow .option .box { width: 410px; }
#flow .option .box h5 { font-size: 22px; font-weight: bold; padding: 30px 0 0; }
#flow .option .box p { padding: 20px 0 0; }

/* ------------------------------------------------------------ color */

#color { padding: 100px 0 120px; } 
#color h3.h3_common { background: url(../images/index/h_bg_04.png) no-repeat center top; padding: 60px 0 45px; }
#color ul.chairs { margin: 0 0 0 -40px; padding: 0 0 60px; }
#color ul.chairs li { float: left; width: 150px; margin: 0 0 0 40px; }
#color ul.chairs li img { width: 100%; height: auto; }
#color .detail { padding: 50px 0 35px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
#color .detail table { width: 980px; margin: auto; }
#color .detail table tr { border-top: 1px solid #e5e5e5; }
#color .detail table tr:first-child { border: none; }
#color .detail table th { text-align: left; font-size: 18px; font-weight: bold; padding: 25px 0 15px; }
#color .detail table th p { display: inline-block; font-weight: bold; padding: 10px 30px 0 0; background: url(../images/index/icn_03.png) no-repeat right center; }
#color .detail table td { width: 650px; padding: 25px 0 15px; }
#color .detail table td ul { margin: 0 0 0 -10px; }
#color .detail table td ul li { float: left; width: 100px; margin: 0 0 0 10px; }
#color .detail table td ul li p { font-size: 14px; font-family: 'Montserrat-Bold'; text-align: center; }
#color .detail table td ul li img { width: 100%; height: auto; }
#color .detail table td ul li span { display: block; height: 50px; width: 100%; }
#color .detail table td ul li span.white { background: #f4f4f4; }
#color .detail table td ul li span.black { background: #4c4948; }

/* ------------------------------------------------------------ line up */

#line_up { padding: 120px 0 130px; background: #fcf7ea; }
#line_up h3.h3_common { background: url(../images/index/h_bg_05.png) no-repeat center top; padding: 90px 0 80px }
#line_up ul { margin: 0 0 0 -40px; }
#line_up ul li { float: left; width: 340px; margin: 0 0 40px 40px; }
#line_up ul li h5 { font-size: 20px; font-weight: bold; padding: 10px 0 5px; }
#line_up ul li p.shell { font-weight: bold; padding: 2px 0; }
#line_up ul li p.shell span { background: #fff; display: inline-block; text-align: center; width: 134px; height: 25px; line-height: 25px; margin: 0 10px 0 0;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}
#line_up ul li p.shell.black span { background: #000; color: #fff; }
#line_up ul li p.size { font-size: 13px; padding: 20px 0 0; }
#line_up ul li p.price { color: #d30636; font-size: 34px; font-family: 'Montserrat-SemiBold'; }

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

#fv { text-align: right; padding: 22% 0 0; height: 130vw; background-size: 190% auto; box-sizing: border-box; }
#fv .box { display: none; text-align: center; width: 280px; position: absolute; height: 230px; top: 20vw; right: 0; }
#fv img.fv_text { display: inline-block; width: 100%; height: auto; }

/* ------------------------------------------------------------ movie */

#movie { padding: 50px 0 0; background-size: 720px auto; }
#movie .video { width: 94%; }
#movie .video iframe { width: 100%; height: 53vw; }

/* ------------------------------------------------------------ image */

#image { padding: 110px 0; }
#image .image_inner {}
#image::before,
#image::after { height: 100px; background-size: auto 100%; }
#image .slider { z-index: 1; }
#image .slider li { width: 94vw !important; }
#image .slider li img { width: 100%; height: auto; }
#image .arrows  { width: 100%; }
#image .arrows img { width: 35px; height: auto; }
#image .slick-dots { padding: 10px 0 20px; }
#image .dots { position: relative; z-index: 1; }
#image .slick-dots li { width: 10px; margin: 0 5px; }
#image .slick-dots li button { height: 10px; }

/* ------------------------------------------------------------ info */

#info { padding: 0 0 30px; }
#info h3 { font-size: 16px; padding: 0 0 30px; }
#info .box div { padding: 30px 0 0; }
#info .box div img { width: 100%; height: auto; float: none; }
#info .box .border { padding: 0 0 30px; }

/* ------------------------------------------------------------ function */

#function { padding: 20px 0 30px; }
#function h3.h3_common { padding: 15px 0 30px; }
#function img { width: 100%; height: auto; float: none; }
#function ul { margin: 0; }
#function ul li { width: 100%; float: none; margin: 0 0 20px; height: auto; }
#function ul li h4 { font-size: 16px; padding: 15px 0 5px; line-height: 160%; }
#function ul li p { font-size: 14px; }
#function p.tax { padding: 0 0 30px; font-size: 12px; }
#function .box { width: 100%; padding: 30px 6%; }
#function .box .left { width: 100%; float: none; text-align: center; }
#function .box .left img { max-width: 300px; }
#function .box .left p.tag { padding: 20px 0; }
#function .box .left p.tag span { min-width: inherit; font-size: 12px; }
#function .box .right { width: inherit; float: none; }
#function .box .right p { font-size: 12px; }

/* ------------------------------------------------------------ flow */

#flow { padding: 60px 0 30px; }
#flow p.lead { font-size: 14px; }
#flow ul { width: 94%; }
#flow ul li { padding: 40px 0 30px; background-size: 45px auto; } 
#flow ul li img { width: 100%; height: auto; float: none; }
#flow ul li:first-child { padding: 30px 0 20px; }
#flow ul li .box { width: 100%; float: none; padding: 22px 0 0; margin: 10px 0 0; text-align: center; }
#flow ul li .box h4 { font-size: 20px; padding: 0 0 5px; }
#flow ul li .box span { font-size: 40px; margin: auto; left: 0; right: 0; }
#flow ul li .box p {font-size: 14px; text-align: left; }
#flow .option { padding: 30px 6% 40px; }
#flow .option h4 { font-size: 14px; padding: 0 0 15px; }
#flow .option h4 span { font-size: 26px; }
#flow .option p.lead { font-size: 20px; padding: 20px 0; }
#flow .option img { float: none; width: 100%; height: auto; }
#flow .option .box { width: inherit; float: none; }
#flow .option .box h5 { font-size: 20px; padding: 20px 0 0; }
#flow .option .box p { font-size: 14px; padding: 10px 0 0; }

/* ------------------------------------------------------------ #color */

#color { padding: 50px 0 40px; }
#color h3.h3_common { padding: 10px 0 30px; max-width: none; background-size: 320px auto !important; }
#color h3.h3_common span { font-size: 25px; }
#color ul.chairs { margin: 0 0 0 -5%; padding: 0 0 30px; }
#color ul.chairs li { width: 28%; margin: 0 0 20px 5%; }
#color .detail { padding: 0; }
#color .detail table { width: 92%; }
#color .detail table th,
#color .detail table td { display: block; }
#color .detail table th { font-size: 14px; padding: 15px 0 10px; }
#color .detail table th p { background-size: 12px auto; padding: 5px 18px 0 0; }
#color .detail table td { width: 100%; padding: 0 0 10px; }
#color .detail table td ul { margin: 0 0 0 -3%; }
#color .detail table td ul li { width: 30%; margin: 0 0 5px 3%; }
#color .detail table td ul li p { font-size: 12px; }

/* ------------------------------------------------------------ #line_up */

#line_up { padding: 50px 0 40px; }
#line_up h3.h3_common { padding: 20px 0 40px; }
#line_up ul { margin: 0; }
#line_up ul li { float: none; margin: 0 0 20px; width: 100%; }
#line_up ul li img { width: 100%; height: auto; }
#line_up ul li h5 { font-size: 18px; }
#line_up ul li p.shell { font-size: 14px; padding: 5px 0; }
#line_up ul li p.shell span { font-size: 12px; width: 120px; }
#line_up ul li p.size { font-size: 12px; padding: 10px 0 0; }
#line_up ul li p.price { font-size: 26px; } 
#line_up p.btn.black { padding: 20px 0 0; }
#line_up p.btn.black a { font-size: 14px; }
#line_up p.btn.black a img { width: 17px; }



}











