@charset "utf-8";



/* custom
 * ========================================================================== */
#freeArea .brand-contents {
    line-height: 1.6;
}
#freeArea .brand-contents img{
	max-width: 100%;
	width: auto;
    height: auto;
}
#freeArea #value .secBox > section > ul li.data_item.full .bnr_item img{
	width: 480px;
}
#value .secBox > section > ul li.data_item h4 small{
  font-size: .7em;
}
@media only screen and (max-width: 767px) {
	#freeArea #value .secBox > section > ul li.data_item.full .bnr_item img{
		width: 275px;
	}
}

/* brand page
 * ========================================================================== */
#freeArea {
  padding: 50px 0 0;
  max-width: none;
  text-align: center;
}

section {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.contentsWrap {
  width: 100%;
  padding-top: 250px;
  overflow: hidden
}
@media only screen and (max-width: 991px) {
  .contentsWrap {
    padding-top: 80px
  }
}
.contentsWrap .lower-kv {
  width: 87.5%;
  margin-left: 12.5%
}
.contentsWrap #message {
  position: relative;
  padding-bottom: 200px;
}
.contentsWrap #message::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 100px);
  z-index: -1;
  background: url(../img/movieBg.jpg);
  width: 100%;
  height: calc(50% + 200px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0
}
@media only screen and (max-width: 767px) {
  .contentsWrap #message {
    padding-bottom: 100px;
  }
  .contentsWrap #message::before {
    bottom: -100px;
    height: 520px;
  }
}
@media only screen and (max-width: 991px) {
  .contentsWrap .lower-kv {
    width: 100%;
    margin-left: 0
  }
}
.contentsWrap .lower-kv .kv-ttl-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px
}
@media only screen and (max-width: 1280px) {
  .contentsWrap .lower-kv .kv-ttl-wrap {
    flex-wrap: wrap
  }
}
@media only screen and (max-width: 991px) {
  .contentsWrap .lower-kv .kv-ttl-wrap {
    width: calc(100% - 60px);
    margin: 0 auto
  }
}
.contentsWrap .lower-kv .kv-ttl-wrap h2 {
  font-size: 110px;
  font-weight: 100;
  line-height: 1
}
@media only screen and (max-width: 1440px) {
  .contentsWrap .lower-kv .kv-ttl-wrap h2 {
    font-size: 80px
  }
}
@media only screen and (max-width: 1280px) {
  .contentsWrap .lower-kv .kv-ttl-wrap h2 {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 60px
  }
}
@media only screen and (max-width: 991px) {
  .contentsWrap .lower-kv .kv-ttl-wrap h2 {
    margin-bottom: 20px;
    font-size: 46px
  }
}
@media only screen and (max-width: 991px) {
  .contentsWrap .lower-kv figure {
    margin-left: 30px
  }
}
@media only screen and (max-width: 991px) {
  .contentsWrap .lower-kv figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}
.bg02ne {
  position: relative
}

.branzkv {
  margin-bottom: 50px;
}

.brandTxt {
  position: absolute;
  z-index: 11;
  text-align: left;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  color: #000
}
@media only screen and (max-width: 1440px) {
  .brandTxt {
    left: 60px
  }
}
@media only screen and (max-width: 767px) {
  .branzkv {
    margin-bottom: 25px;
  }
  .brandTxt {
    position: static;
    transform: none;
    background: url(../img/brandImg_smp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 30px;
    left: 0;
    flex-direction: column
  }
  .parallax-kv-up.PC_TB { display: none !important;}
}
.brandTxt h3 {
  margin-right: 120px;
  width: 255px;
}
@media only screen and (max-width: 1440px) {
  .brandTxt h3 {
    margin-bottom: 50px;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .brandTxt h3 {
    margin-right: 0;
    position: relative;
    z-index: 1
  }
}
.brandTxt p {
  /*padding-top: 3.8vw;*/
  width: 340px;
}
@media only screen and (max-width: 1440px) {
  .brandTxt p {
    position: relative;
    z-index: 1;
    padding-top: 0.2vw;
    width: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .brandTxt p {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .brandTxt p {
    width: 280px;
  }
}
@media only screen and (max-width: 374px) {
  .brandTxt p {
    width: 230px;
  }
}
#brandmovie {
  position: relative;
  overflow: initial;
  margin-top: 150px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #brandmovie {
    margin-top: 80px
  }
}
#brandmovie::before {
  content: '';
  display: block;
  position: absolute;
  top: -300px;
  z-index: -1;
  background: url(../img/movieBg.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0
}
@media only screen and (max-width: 767px) {
  #brandmovie::before {
    height: 440px
  }
}
#brandmovie>div .movieThumb p {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  letter-spacing: 0.2rem;
  margin-bottom: 80px;
  font-size: 21px;
  transition: .5s all ease-in-out;
}
@media only screen and (max-width: 767px) {
  #brandmovie>div .movieThumb p {
    position: relative;
    color: #333;
    font-size: 16px;
    margin-top: 10px
  }
}
#brandmovie>div .movieThumb p::after {
  content: '';
  display: block;
  background: #f0f0f0;
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%)
}
#brandmovie>div .movieThumb {
  position: relative;
  cursor: pointer;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
#brandmovie>div .movieThumb .movieThumbImg { transition: all .5s ease-in-out;}
#brandmovie>div .movieThumb:hover .movieThumbImg { transform: scale(.95);}
#brandmovie>div .movieThumb:hover p { letter-spacing: .6rem;}
.movie-wrap {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 20px;
}
.movie-wrap > .movie-inner {
  aspect-ratio: 16 / 9;
}
#brandmovie>div .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 165px;
  width: 100%
}
@media only screen and (max-width: 767px) {
  #brandmovie>div .btn {
    max-width: 100px
  }
}

#value {
  margin-top: 150px;
  position: relative
}
#value::after {
  content: '';
  display: block;
  position: absolute;
  top: -150px;
  left: 50%;
  width: 1px;
  height: calc(100% + 150px);
  background: #aaa;
  opacity: .2;
  z-index: -1
}
@media only screen and (max-width: 767px) {
  #value {
    margin-top: 80px
  }
  #value::after {
    top: -80px;
    height: calc(100% + 80px);
  }
}

#value #name-sec {
  padding-bottom: 80px;
  position: relative;
}
#value #name-sec .cc {
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 20px;
  padding: 0 30px;
}

#value #name-sec h3 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8rem;
}

.greenlifeBox {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.greenlifeBox .cc {
  font-size: 22px;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 60px;
}
.greenlifeBox .greenlifeList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.greenlifeBox .greenlifeList li {
  width: 32%;
}

@media only screen and (max-width: 1440px) {
  #value #name-sec h3 {
    font-size: 28px;
  }
  .greenlifeBox .cc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #value #name-sec h3 {
    font-size: 24px;
  }
  #value #name-sec .cc {
    font-size: 18px;
  }
  .greenlifeBox .cc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .greenlifeBox {
    width: 100%;
    margin-bottom: 60px;
  }
  .greenlifeBox .cc {
    padding: 0 5%;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .greenlifeBox .greenlifeList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 5px;
  }
  .greenlifeBox .greenlifeList li {
    width: 100%;
  }
}
@media screen and (max-width: 619px) {
  #value #name-sec h3 {
    letter-spacing: 0.5rem;
  }
}
@media only screen and (max-width: 450px) {
  #value #name-sec h3 {
    font-size: 18px;
  }
  #value #name-sec .cc {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  #value #name-sec h3 {
    letter-spacing: 0.3rem;
  }
}
#value .secBox > figure {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #value .secBox > figure {
    margin-bottom: 0;
  }
}
#value .secBox > section {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1220px) {
  #value .secBox > section {
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  #value .secBox > section {
    width: 100%;
    margin-right: 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #value .secBox > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
#value .secBox > section > p {
  width: 400px;
  font-size: 18px;
  line-height: 2.666em;
}

@media only screen and (max-width: 1440px) {
  #value .secBox > section > p {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #value .secBox > section > p {
    width: 100%;
    font-size: 14px;
  }
}
#value .secBox > section > ul.data_items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  #value .secBox > section > ul.data_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-bottom: 80px;
  }
}
#value .secBox > section > ul li.data_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
}

#value .secBox > section > ul li.data_item.full {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

#value .secBox > section > ul li.data_item.full .bnr_item {
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #value .secBox > section > ul li.data_item {
    width: 100%;
    margin-top: 40px !important;
  }
}
#value .secBox > section > ul li.data_item:nth-child(n+3) {
  margin-top: 80px;
}

#value .secBox > section > ul li.data_item h4 {
  font-size: 21px;
  font-weight: 500;
}

#value .secBox > section > ul li.data_item .branzSupportImg {
  max-width: 300px;
}

#value .secBox > section > ul li.data_item .branzWellImg {
  max-width: 192px;
}

@media only screen and (max-width: 767px) {
  #value .secBox > section > ul li.data_item h4 {
    font-size: 18px;
  }
  #value .secBox > section > ul li.data_item .branzSupportImg {
    max-width: 260px;
  }
  #value .secBox > section > ul li.data_item .branzWellImg {
    max-width: 180px;
  }
}
#value .secBox > section > ul li.data_item p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.7em;
  letter-spacing: 0.2rem;
}

#value .secBox > section > ul li.data_item.full .caption {
  margin-top: -50px;
  font-size: 11px;
  text-align: left;
}

#value .secBox > section > ul li.data_item p.note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 10px;
  margin: 0;
}

#value .secBox > section > ul li.data_item p.note02 {
  text-indent: -2.7em;
  padding-left: 2.7em;
  font-size: 10px;
  margin: 0;
}

#value .secBox > section > ul li.data_item p.note:last-child,
#value .secBox > section > ul li.data_item p.note02:last-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #value .secBox > section > ul li.data_item p {
    font-size: 13px;
  }
  #value .secBox > section > ul li.data_item.full .caption {
    margin-top: 0;
  }
}
#value .secBox > section > ul li.data_item .data_item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.data_item--title {
	line-height: 1.5;
	font-feature-settings: "palt";
	letter-spacing: 0.3rem;
	font-weight: 300
}
#value .secBox>section>ul li.data_item figure { margin-top: auto;}

.bnrArea {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 1220px) {
	.bnrArea {
		margin: 0 40px
	}
}
@media only screen and (max-width: 991px) {
	.bnrArea {
		margin: 0 30px
	}
}
.greenlifestyle {
	margin-top: 40px;
        margin-bottom: 60px;
}
@media screen and (max-width: 619px) {
	.greenlifestyle {
		margin-top: 20px
	}
}

figure { position: relative;}
figure .imgcap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px 5px;
    line-height: 1.2;
    font-size: 11px;
    color: #222;
    z-index: 1;
        text-shadow: none;
}
figure .imgcap.white { color: #fff;}
figure figcaption {
  font-size: 10px !important;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
}
.main-sec .aside-sidebar{
    display: none;
}


.well_banner {
  max-width: 1200px;
  width: 100%;
  width: auto;
  margin: 80px auto 150px;
  box-sizing: content-box;
}

#value .secBox.qualitySec > section > ul.data_items {
  margin-bottom: 0;
}

@media only screen and (max-width: 1220px) {
  .well_banner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .well_banner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .well_banner {
    margin: 40px auto 80px;
  }
}
