@charset "utf-8";
/* brand page
 * ========================================================================== */

html * {
font-family: "Times New Roman", Times, A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#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 h3 {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: .8rem;
        text-align: center;
}
@media only screen and (max-width: 1440px) {
	#value #name-sec h3 {
		font-size: 28px
	}
}
@media only screen and (max-width: 991px) {
	#value #name-sec h3 {
		font-size: 24px
	}
}
@media screen and (max-width: 619px) {
	#value #name-sec h3 {
		letter-spacing: .5rem
	}
}
@media only screen and (max-width: 450px) {
	#value #name-sec h3 {
		font-size: 18px
	}
}
@media screen and (max-width: 360px) {
	#value #name-sec h3 {
		letter-spacing: .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: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-between;
	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 {
		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 {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 150px
}
@media only screen and (max-width: 767px) {
	#value .secBox>section>ul.data_items {
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 80px
	}
}
#value .secBox>section>ul li.data_item {
	display: flex;
	flex-direction: column;
	width: calc(50% - 20px)
}
#value .secBox>section>ul li.data_item.full {
	width: 100%;
	text-align: center;
}
#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(3), #value .secBox>section>ul li.data_item:nth-child(4) {
	margin-top: 80px
}
#value .secBox > section > ul li.data_item:not(:first-child):not(:nth-child(2))
 {
    margin-top: 80px;
}

#value .secBox>section>ul li.data_item h4 {
	font-size: 21px
}
@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 p {
	font-size: 14px;
	margin: 20px auto;
	line-height: 1.7em;
	letter-spacing: .2rem
}
@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 .data_item_inner {
	display: flex;
	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
}
@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;
}
figure .imgcap.white { color: #fff;}



.well_banner {
  max-width: 1200px;
  width: 100%;
	width: auto;
	margin: 80px auto 150px;
/* 	padding: 0 30px; */
	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;
	}
}
.entry_start_inner_wrap .main span {
   font-size: 54px;
}
@media screen and (max-width: 1024px) {
	.entry_start_inner_wrap .main span {
      font-size: 5.273vw;   
   }
}
@media screen and (max-width: 619px) {
	.entry_start_inner_wrap .main span {
		font-size: 6.4vw;      
	}
}
