@charset "utf-8";
/* CSS Document */



/*基本css*/

body {
  overflow-x: hidden;
  width: 100%;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.font-en {
  font-family: 'Montserrat', sans-serif;
}

img {
    vertical-align: middle;
    width: auto;
}

.inner_new {
/*  max-width: 1200px;*/
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1%;
  margin: auto;
  position: relative;
  width: 100%;
}

.inner_m {
    /* max-width: 1200px; */
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 3%;
    margin: auto;
    position: relative;
    width: 90%;
}

.inner_b {
    /* max-width: 1200px; */
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 1%;
    margin: auto;
    /* position: relative; */
    width: 90%;
}

.inner_gt {
    /* max-width: 1200px; */
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 1%;
    margin: auto;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.3rem;
  }

  .inner_g {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
    
      .inner_gt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

 .inner_b {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

 .inner_k {
    margin: auto;
    position: relative;
    width: 100%;
 }
    
}

/*見出し*/
.title_top {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    
}

.title_top p {
    text-align: center;
    font-size: 1.6rem;
    margin: 4%;
}



.font-en {
    font-family: 'Montserrat', sans-serif;
}

.title_main {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 3rem;
    border-bottom: 6px double #000;
}

.title_main02 {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 2.6rem;
    font-family: 'Noto Sans JP';
    color: #ffae00;
    text-align: center;
}

.title_main02 img{
    width: 10%;
}

/*.title_main::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 96%;
    height: 3px;
    background-color: #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

/*h2{
    font-size: 2.6rem;
    font-family: 'Noto Sans JP';
}
*/

h2{
    font-size: 3rem;
    FONT-VARIANT: JIS83;
    font-weight: bold;
    color: #505050;
}

/*about*/

.ContHeader {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 30px;
}

.contheader_sab{
    margin-top: 3%;
    margin-bottom: 3%;
}





/*3column*/

.TabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    width: 70%;
    margin: auto;
    margin-top: 3%;
}


.TabList::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-color: #e2e2e2;
}

.TabList_listItem.is-active {
  background-color: #e2e2e2;
}

.TabList_listItem.is-active {
    background-color: #e2e2e2;
}



.TabList_listItem {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}

.TabList_listItem::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 16px;
  opacity: 0;
}


.TabList_listItem::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.TabList_listItem.is-active::after,
.TabList_listItem.is-active::before {
  opacity: 1;
}

.TabList_listTxt {
  display: block;
  position: relative;
  padding: 20px 5%;
  text-align: center;
}


.TabList_listTxt::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-size: contain;
}


/*.kasen {
  position: relative;
}

.kasen:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}*/





ul li {
    list-style: none;
}


.bg_top{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_top.jpg);
    height: 350px;
    background-size: cover;
}


.bg_top h1 {
    text-align: center;
    font-size: 8rem;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
    padding-top: 5%;
    text-shadow: 0 0.05em 0.05em rgb(0 0 0 / 50%);
}

.bg_varsan{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_room.jpg);
    height: 350px;
    background-size: cover;
    margin: auto;
    margin-top: 10%;
}

.bg_natyukuri{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_natyukuri.jpg);
    height: 350px;
    background-size: cover;
    margin-top: 10%;
}


.bg_natyukuri p {
    margin: 4%;
    padding:20px 0 -10px;
}


.bg_raku{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_raku.jpg);
    height: 350px;
    background-size: cover;
    margin-top: 4%;
}


.bg_life{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_life.jpg);
    height: 350px;
    background-size: cover;
    margin-top: 10%;
}


.bg_kids{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_kids.jpg);
    height: 350px;
    background-size: cover;
    margin-top: 10%;
    margin-bottom: 5%;
}






h1 h2 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
  text-align: center;
}

h1 h2:before {
  content: "";
  position: absolute;
  background: #a9e1ff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  border: dashed 1px white;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  box-shadow: 0px 0px 0px 5px #a9e1ff;
}

.bg_top h2 {
    text-align: center;
}


.product{
    width: 100%;
    margin: auto;
    
}

.product p {
    text-align: center;
    padding: 10px;
    
}

.product .title_top p {
    margin: 6%;
    text-align: center;
    font-size: 1.4rem;
    padding: 10px;
    
}

.product p {
    text-align: center;
    margin: 4%;
}

.product img {
    margin: auto;
    text-align: center;
}

.product_parts{
    width: 80%;
    margin: auto;
}


/*.product div img {
    width: 60%;
    margin: auto;
    text-align: center;
    
}*/


.varsan_about{
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 10%;
    
}

.product .varsan_3type tr th img {
    margin: auto;
    text-align: center;
    width: 30%;
}

.product tr th h2 {
    float: right;
    font-size: 2rem;
    padding: 4%;
    margin: 4%;
    margin-left: -6%;
    margin-right: 16%;
}

.varsan_setumei tr {
   width: 80%;
}

.varsan_setumei tr p {
    margin-top: -18%;
    text-align: center;
    color: turquoise;
}




.product_natyukuri{
    
    text-align: center;
    
}
.product_natyukuri img {
    width: 60%;
    margin: 5%;
    text-align: center;
    
}

.yogore {
    text-align: center;
    margin: 5%;
}

.yogore p {
    text-align: center;
    margin: 1%!important;
}

.yogore ul li{
    padding: 0 25px;
    letter-spacing: normal;
    display: inline-block;
}

table {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 2%;
}

table tr {
    width: 100%;
}

table th img {
    width: 80%;
    margin: auto;
}
table td p {
    font-size: 1.8rem;
    font-weight: bold;
    
  }




@media screen and (max-width: 991px) {
    
    
.bg_top{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_top.jpg);
    height: 260px;
    background-size: cover;
}


.bg_top h1 {
    text-align: center;
    font-size: 8rem;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
    padding-top: 5%;
    text-shadow: 0 0.05em 0.05em rgb(0 0 0 / 50%);
}

.bg_varsan{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_room.jpg);
    height: 260px;
    background-size: cover;
    margin: auto;
    margin-top: 10%;
}

.bg_natyukuri{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_natyukuri.jpg);
    height: 260px;
    background-size: cover;
    margin-top: 10%;
}


.bg_natyukuri p {
    margin: 4%;
    padding:20px 0 -10px;
}


.bg_raku{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_raku.jpg);
    height: 260px;
    background-size: cover;
    margin-top: 4%;
}


.bg_life{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_life.jpg);
    height: 260px;
    background-size: cover;
    margin-top: 10%;
}


.bg_kids{
    background: url(https://lecinc.itembox.design/item/html/future_lp/newlife/jpg/newlife_kids.jpg);
    height: 260px;
    background-size: cover;
    margin-top: 10%;
    margin-bottom: 5%;
}

.title_main02 {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 2.2rem;
    font-family: 'Noto Sans JP';
    color: #ffae00;
    text-align: center;
}

.title_main02 img {
    width: 8%;
}
    
    
    
    .TabList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    /* width: 70%; */
    margin: auto;
    margin-top: 3%;
    padding: 1%;
}
    
    .TabList_listItem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}
    
    
    .title_top p {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 6%;
}
    
    
    
    
    
    
    
    
    
}





