@charset "utf-8";
/* CSS Document */
/*--------------------------------------
    reset
---------------------------------------*/
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 {
list-style:none;
}

blockquote, q {
quotes:none;
}

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

a {
margin:0;
padding:0;
vertical-align:baseline;
background:transparent;
text-decoration: none;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
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;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
/*-----------------//reset css-----------------*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp-ExtraLight_sub.woff) format('woff');
}
@font-face {
  font-family: 'Noto Serif-Regular Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp-Regular_sub.woff) format('woff');
}
@font-face {
  font-family: 'Noto Serif-Medium Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifCJKjp-Medium_sub.woff) format('woff');
}
/*--------------------------------------
		基本設定
---------------------------------------*/
html {
  overflow-x: hidden;
}
body {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 18px;
  background: #fff;
  overflow-x: hidden;
}
h1 {
  float: left;
  width: 40%;
  max-width: 241px;
  font-size: 29px;
  line-height: 90px;
}
h1 img {
	width: 100%;
	max-width: 100%;
}
p {
  line-height: 2.57;
  letter-spacing: 0.02em;/*0.12em*/
}
h2 {
  font-size: 24px;
  letter-spacing: 0.04em;
}
h2.sec-h2 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6em;
}
h4 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.12em;
}
a{
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: rgba(199,0,18,1.00);
  }
.flex-container {
  display: -webkit-flex; /* Safari */
  display: flex;
  text-align: center;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
		nav
---------------------------------------*/
.area-nav {
  position: relative;
  top: 0px;
  width: 100%;
  height: 50px;
  background: rgba(0,0,0,0.30);
  z-index: 1000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
  .area-nav nav {
    max-width: 1540px;
    height: 50px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .area-nav h2 {
    float: left;
    font-size: 16px;
    color: rgba(255,255,255,1.00);
    font-weight: normal;
    margin-left: 0;
    line-height: 50px;
  }
  .area-nav ul {
    float: right;
  }
  .area-nav li {
    display: inline-block;
    margin-left: 20px;
  }
  .area-nav li a {
    font-size: 16px;
    color: rgba(255,255,255,1.00);
    line-height: 50px;
  }
  .area-nav li a:hover {
    color: rgba(199,0,18,1.00)
  }
  .area-nav li.current a {
    color: rgba(199,0,18,1.00)
  }
/*--------------------------------------
		main-img
---------------------------------------*/
/*  scroll矢印 */
span.img-scroll {
  position: absolute;
  height: 39px;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  display: inline-block;
    -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 60px;
}
span.img-scroll a {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-size:14px;
  text-decoration: none;
  color: rgba(255,255,255,1.00);
  letter-spacing: 0.040em;
}
span.img-scroll img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 34px;
  height: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: border-box;
}
.scroll_animation:before {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: -1;
      -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 100%;
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    content: '';
    opacity: 0;
      -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
      -webkit-animation: shadow 3s infinite;
    animation: shadow 3s infinite;
}
@-webkit-keyframes shadow {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.8;
    }
    60% {
          -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes shadow {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.8;
    }
    60% {
          -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* ==============================
    ・ .sec-main-img(movie)
================================= */
.sec-main-img {
	width: 100%;
	position: relative;
}

.sec-main-img .wrapVideo,
.sec-main-img .wrapVideo video {
	width: 100%;
}
/*--------------------------------------
		about
---------------------------------------*/
.sec-about {
  /*max-width: 1540px;*/
  /*height: 960px;*/
  /*margin: -50px auto 0;*/
  margin: 0 auto;
  padding-top: 250px;
  padding-bottom: 250px;
}
  .concept {
    max-width: 1540px;
    width: 100%;
    height: 100%;
    display: table;
    margin: 0 auto;
  }
  .concept-logo, .concept-txt {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }
  .concept-logo img {
    /*width: 50%;*/
    width: 60%;
    max-width: 349px;
    margin: auto;
  }
  .concept-txt p {
    margin: auto;
    padding-right: 80px;
    text-align: justify;
  }
  .concept-txt h3 {
    text-align: left;
    line-height: 2.57;
    margin-top: 75px;
  }
/*--------------------------------------
		product
---------------------------------------*/
.sec-product {
  width: 100%;
  text-align: center;
}
  .box-series-img {
    width: 100%;
    height: auto;
    background-color: rgba(245,245,245,1.00);
    padding: 140px 30px;
    box-sizing: border-box;
  }
  .box-series-img p {
    line-height: 1;
  }
  .box-series-img p img {
    line-height: 1;
    width: 100%;
    max-width: 1004px;
    margin-bottom: 60px;
  }
  .box-series-img p a img:hover {
    opacity: 0.3;
    }
  .box-series-img p:last-child img {
    margin-bottom: 0;
  }
  .box-series-img h3 {
    width: 100%;
    max-width: 561px;
    height: auto;
    margin: 0 auto 80px;
  }
.series-img h3 img {
  width: 100%;
  height: auto;
}
.series-img .series-txt{
  font-size: 24px;
  letter-spacing: 0.12em;
  margin-top: 20px;
  margin-bottom: 140px;
}
.box-series-img h4 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}
.box-series-img h4 .newRelease {
  font-family: 'Noto Serif Japanese', serif;
  font-size: 28px;
  letter-spacing: 0.12em;
  margin-left: 25px;
  vertical-align: baseline;
}
.series-sub {
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
  padding: 120px 80px 120px;
}
.series-sub-img {
  width: 50%;
  height: auto;
  text-align: right;
  display: table-cell;
}
.series-sub-img img{
  max-width: 638px ;
  width: 100%;
  height: auto;
}
.series-sub-txt {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.series-sub-txt-in {
  max-width: 630px;
  text-align: justify;
  padding: 0 0 0 66px;
  box-sizing: border-box;
}
/* series-box
-------------------------------------*/
.series001-main,
.series002-main,
.series003-main {
  width: 100%;
  height: auto;
  max-height: 960px;
  display: table;
}
.series001-main {
  background-color: rgba(57,42,0,1.00);
  color: #fff;
  }
.series002-main {
  background-color: #fff;
  color: #000;
  }
#page-002 .series002-main {
  background-color: rgba(220,150,150,1.00);
  color: #fff;
}
.series003-main {
  margin-top: 0;
  background-color: #7a6854;
  color: #FFFFFF;
  }
#page-003 .series003-main {
  margin-top: -50px;
  }
.series-main-txt {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 80px;/*50px*/
}
.series-main-txt-in h4 {
  margin-bottom: 40px;
}
.series-main-txt-in {
  text-align: justify;
  display: inline-block;
}
#page-001 .series-main-txt-in {
  max-width: 695px;
}
.series-main-img {
  display: table-cell;
  width: 50%;
  height: auto;
}
.series-main-img img {
  width: 100%;
  height: auto;
  display: block;
}
/*-------------------------------------*/
.btn-001,
.btn-002,
.btn-003 {
  width: 100%;
  max-width: 484px;
  height: 60px;
  margin-top: 80px;
}
.btn-001 p,
.btn-002 p,
.btn-003 p {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.btn-001 p a,
.btn-002 p a,
.btn-003 p a {
  font-family: 'Noto Serif-Medium Japanese', serif;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  line-height: 60px;
  letter-spacing: 0.12em;
}
.btn-001 p a {
  border: 2px solid #392a00;
  color: #392a00;
}
.btn-002 p a {
  border: 2px solid #c88282;
  color: #c88282;
}
.btn-003 p a {
  border: 2px solid #7a6854;
  color: #7a6854;
}
.btn-001 p a,
.btn-002 p a,
.btn-003 p a{ background-color: rgba(255,255,255,1);}
.btn-001 p a:hover {
  color: #fff;
  background-color: #7a6854;
}
.btn-002 p a:hover {
  color: #fff;
  background-color: #c88282;
}
.btn-003 p a:hover {
  color: #fff;
  background-color: #392a00;
}
/*--------------------------------------
		story
---------------------------------------*/
.sec-story {
  width: 100%;
  height: auto;
  margin-top: 180px;
}
.story-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.story-img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.sec-story h3 {
  margin-bottom: 30px;
}
.sec-story-start {
  max-width: 1540px;
  height: auto;
  margin: 0 auto;
  padding: 120px 80px;
}
.box-story {
  max-width: 1540px;
  max-height: 468px;
  margin: 0 auto 120px;
  padding: 0 80px;
  display: table;
}
.story-l_txt,
.story-r_txt {
  width: 50%;
  max-height: 468px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.story-r_img, .story-l_img{
  width: 50%;
  max-height: 468px;
  display: table-cell;
  text-align: left;
}
.story-l_txt-in, .story-r_txt-in {
  text-align: justify;
  display: inline-block;
}
.story-l_txt-in {
  padding-right: 80px;
}
.story-r_txt-in {
  padding-left: 100px;
}
.story-l_txt-in p, .story-r_txt-in p {
  line-height: 2.1em;
}
.story-r_img img, .story-l_img img{
  width: 100%;
  height: auto;
  display: block;
}
/*--------------------------------------
		carousel
---------------------------------------*/
.carousel {
  max-width: 1540px;
  max-height: 1125px;
  margin: 0 auto 180px;
}
.thumbs ul {
  max-width: 750px;
  height: 120px;
  margin: 0 auto;
}
.ami {
  background-color: black;
}
.ami img {
  opacity: 0.3;
}
.flex-active-slide img {
  opacity: 1;
}
.flex-nav-next {
width: 100%;
background-color: brown;
}
/*--------------------------------------
		developer
---------------------------------------*/
.sec-developer {
  width: 100%;
  height: auto;
}
.developer-main_img {
  width: 100%;
  text-align: center;
}
.developer-main_img img{
  width: 100%;
  height: auto;
}
  .developer-sub_img {
    max-width: 1540px;
    height: auto;
    margin: 120px auto 180px;
    text-align: center;
  }
    .developer-sub_img-in {
      width: 15%;
      max-height: 240px;
      height: auto;
      display: inline-block;
      box-sizing: border-box;
      position: relative;
      margin-right: 10px;
    }
    .sub_img-in-last {
      margin-right: 0px;
    }
    .developer-sub_img-in img {
      width: 100%;
      max-height: 240px;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
    }
    .developer-sub_img-in:before {
      content: "";
      display: block;
      padding-top: 100%; /* 1:1 */
    }
    .dev_01 {background: url(../images/img_developer_01on_pc.png);background-size:cover;}
    .dev_02 {background: url(../images/img_developer_02on_pc.png);background-size:cover;}
    .dev_03 {background: url(../images/img_developer_03on_pc.png);background-size:cover;}
    .dev_04 {background: url(../images/img_developer_04on_pc.png);background-size:cover;}
    .dev_05 {background: url(../images/img_developer_05on_pc.png);background-size:cover;}
    .dev_06 {background: url(../images/img_developer_06on_pc.png);background-size:cover;}

    .developer-sub_img-in a:hover {
      opacity: 0;
      -webkit-transition: opacity .5s linear;
      -moz-transition: opacity .5s linear;
      -o-transition: opacity .5s linear;
      transition: opacity .5s linear;
      filter: alpha(opacity=0);
    }
/* -------modal-------- */
.lock {
    overflow:hidden;
}
.modal-content {
 width: 90% ;
 margin: 0 ;
 position: fixed ;
 display: none ;
 z-index: 999999 ;
}
.modal-content-innar{
 margin:0 auto;
 width:100%;
  background-color: #fff;
  overflow: hidden;
  height: 596px;
}
.modal-overlay {
 z-index: 99999 ;
 display: none ;
 position: fixed ;
 top: 0 ;
 left: 0 ;
 width: 100% ;
 height: 120% ;
 background-color: rgba( 0,0,0, 0.7 ) ;
}
.modal-wrap {
    z-index:9999999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.custmaer-voice-wrap{
  width: 100%;
  max-height: 596px;
  background-color: white;
  box-sizing: border-box;
}
.img-area {
  width: 596px;/*596px*/
  float: left;
}
.img-area img{
  width: 100%;
  max-width: 596px;
  display: block;
}
.voice-area {
  overflow: auto;
/*  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';*/
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 50px;
  height: 596px;
  line-height: 2em;
  font-size: 18px;
}
.voice-area h3 {
  margin-bottom: 15px;
}
.voice-area dl {
  margin-bottom: 20px;
}
.voice-area dt {
  float: left;
}
.voice-area p {
  text-align: justify;
  padding-right: 40px;
}
.modal-close {
  position: absolute;
  z-index: 9999999;
  top: 3%;
  right: 3%;
  line-height: 50px;
  width: 50px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 200;
  background: #fff;
  background: rgba(128, 128, 128, 1.0);
  color: #fff;
  border: none;
  padding: 0;
  font-size: 30px;
  border-radius: 25px;
  margin-top: 5px;
}
.modal-close:hover,
#con001 .modal-close:hover {
  background: rgba(199,0,18,1.00);
  color: rgba(255,255,255,1.00);
}
@media (max-width: 1280px) {
  .modal-content-innar{
    height: 460px;
  }
  .custmaer-voice-wrap{
    max-height: 460px;
  }
  .voice-area {
    height: 460px;
  }
    .img-area {
    width: 460px;
  }
}

/*--------------------------------------
		video
---------------------------------------*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/*--------------------------------------
		お手入れコンテンツ
---------------------------------------*/
.displayNone {
  display: none;
}
#con001 section {
  margin: 100px auto;
}
#con001 section h3 {
  font-size: 20px;
}
#con001 .tab-part ul,
#con001 .tab-partFooter ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#con001 .tab-part li,
#con001 .tab-partFooter li {
  font-size: 18px;
  text-align: center;
}

#con001 section.care {
  margin: 40 auto;
  text-align: center;
}
#con001 section.care h2 {
  font-size: 34px;
  margin-bottom: 40px;
}
#con001 section.care h3 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
}
#con001 section.care>ul {
  margin-bottom: 70px;
}
#con001 section.care>ul:after {
content: "";
clear: both;
display: block;
}
#con001 section.care>ul li {
  float: left;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: left;
}
#con001 section.care>ul li::before {
  content: "・";
  display: inline-block;
  width: 18px;
  height: 18px;
}
#con001 section.care>ul li {
width: 48.56%;
margin-right: 2.88%;
}
#con001 section.care>ul li:nth-child(2n) {
margin-right: 0;
}
#con001 section.care-part h2 {
  text-align: left;
  margin-bottom: 15px;
}
#con001 section.care-part .box-flex div {
  position: relative;
  width: 49%;
}
#con001 section.care-part p {
  position: absolute;
  top: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  text-align: justify;
  letter-spacing: 0;
}
#con001 section.care-part img {
  width: 100%;
  height: auto;
  line-height: 0;
}
#con001 .btn-care001 {
  display: block;
  width: 50%;
  margin: 100px auto;
  padding: 20px;
  font-size: 20px;
  color: #562e14;
  text-align: center;
  letter-spacing: .1em;
  border: 2px solid #562e14;
  background: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#con001 .btn-care001:hover {
  background-color: rgba(57,42,0,1);
  color: #fff;
}
/* コンテンツボタン */
.btn-care a {
  display: block;
  width: 100%;
  max-width: 900px;
  height: 90px;
  margin: 100px auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn-care a:hover {
  opacity: .6;
}
@media (max-width: 1366px) {
    /* -------modal 001-------- */
  .modal-content001 .custmaer-voice-wrap{
    height: 30vh;
  }
  .modal-content001 .voice-area h3 {
    font-size: 24px;
  }
  .modal-content001 .voice-area p {
    font-size: 18px;
  }
  .modal-content001 .voice-area {
    height: 374px;
    padding-top: 10px;
  }
  .modal-content001 .img-area {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .sec-commitment {
    margin: 100px auto 140px;
  }
  .lineup-001-normal h3,
  .lineup-001-special h3 {
    font-size: 14px;
    line-height: 1.8em;
  }
  .lineup-001 dd {
    font-size: 12px;
  }
  .lineup-002-normal h3,
  .lineup-002-special h3 {
    font-size: 14px;
  }
  .lineup-002-normal p {
    font-size: 11px;
  }
  /* -------modal 001-------- */
  .modal-content001 .custmaer-voice-wrap{
    height: 30vh;
  }
  .modal-content001 .voice-area h3 {
    font-size: 20px;
  }
  .modal-content001 .voice-area p {
    font-size: 14px;
  }
  .modal-content001 .voice-area {
    height: 300px;
    padding-top: 10px;
  }
}
