@charset "UTF-8";
/* ヘッダー */
.top_bk {
	background-image: url("../images/pc_hero_ev_bk.png");
	width: 100%;
	height: 0;
	padding-top: 41.223%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position:relative;
}
.top_bk h1 {
    position: absolute;
    top: 37%;
    left: 52%;
    width: 35.9vw;
}

.contents-wrap {
    margin: 0px auto 0;
    max-width: 1200px;
    width: 100%;
}
/* h2 */
.h2-title {
    margin-bottom: 20px;
    text-align: center;
    margin-top: -21px;
    position: relative;
    margin-bottom: 65px;
}
.h2-title span {
    display: block;
}
.h2-title .photo-h2 img {
    width: 377px;
}
.h2-title .cap-h2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

/* 1段目 */
.top-box {
    display: flow-root;
}
.top-box-in {
    display: flow-root;
    margin-bottom: 60px;
}
.top-box-in .top-box_photo {
    width: 38.6%;
    margin-bottom: -37.5%;
    position: relative;
}
.top-box-in .top-box_text {
    margin-bottom: 60px;
    width: 53%;
    padding-top: 20px;
    float: right;
    padding-left: 35%;
    padding-right: 4%;
}
.top-box-in .top-box_text h3{
	color: #bf9331;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.3;
}
.top-box-in .top-box_color {
    background-color: #eeeeef;
    float: right;
    width: 53%;
    padding: 25px 4% 35px 33%;
}
/* 1段目テキスト */
.top-box-in .top-box_color p.normal {
    margin-bottom: 25px;
    padding: 0 10px;
}
.top-box-in .top-box_color p.bold {
	border-bottom: 1px solid #b4b4b5;
	padding: 0px 10px 30px;
	margin-bottom: 35px;
	font-weight: 600;
}
.top-box-in .top-box_color .photo_01 {
    padding: 0 10px;
}

/* you tube */
.movie {
    width: 77.1%;
    background-color: #eeeeef;
    padding: 50px 35px 45px 10%;
    margin-bottom: 85px;
}
.movie-in .youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.movie-in .youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

/* ツリーアーティスト 2段目用ボックス */
.art-box {
    display: flow-root;
}
.art-box-in {
    position: relative;
    display: flow-root;
    margin-bottom: 65px;
}
.art-box-in .art-photo {
    width: 32%;
    position: absolute;
    right: 0;
    display: flow-root;
    top: 0;
}
.art-text h3 span{
    display: block;
    font-size: 21px;
    font-weight: 600;
}
.art-text h3 strong{
    color: #bf9331;
    font-size: 48px;
    line-height: 1.3;
    display: block;
}
.art-text .art-title {
    display: flow-root;
    margin-bottom: 3%;
    float: left;
    width: 60%;
    text-align: right;
    padding: 0 26% 0 4%;
}

.art-text .art-color {
    background-color: #eeeeef;
    float: left;
    width: 60%;
    padding: 60px 26% 60px 4%;
}
.art-color .art-lead-t {
    margin-bottom: 65px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.art-color .art-gt {
    color: #bf9331;
    font-weight: 600;
    font-size: 24px;
    border-bottom: 2px solid #bf9331;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.art-color .art-bt {
    margin-bottom: 60px;
}
.art-color .art-pb:last-of-type .art-bt {
    margin-bottom: 0;
}

/* pc 右アーティスト解説 */
.art-pc-cap {
	width: 83%;
	padding-left: 25px;
	padding-top: 35px;
}
.art-pc-cap span {
    font-size: 18px;
    font-weight: 600;
}
.art-pc-cap h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}


/* 3段目 */
.bottom-box {
    display: flow-root;
}
.bottom-box-in {
    display: flow-root;
    margin-bottom: 30px;
    position: relative;
}
.bottom-box-in .bottom-box_photo {
    width: 37.2%;
    position: absolute;
    right: 0;
    top: 0;
}
.bottom-box-in .bottom-box_text {
    margin-bottom: 7.5%;
    float: left;
    width: 55%;
    padding: 100px 31% 0 4%;
}
.bottom-box-in .bottom-box_text h3{
	color: #bf9331;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.3;
}
.bottom-box-in .bottom-box_color {
    background-color: #eeeeef;
    float: left;
    width: 55%;
    padding: 65px 31% 100px 4%;
}
/* 3段目テキスト */
.bottom-box_color p {
    margin-bottom: 30px;
}
.bottom-box_color p.border {
    margin-bottom: 25px;
    padding: 0px 10px 25px;
    border-bottom: 1px solid #b4b4b5;
    font-weight: 600;
}
.bottom-box_color p.normal {
	padding: 0px 10px;
	margin-bottom: 35px;
}
.bottom-box_color .photo_01 {
    padding: 0 10px;
}

/* 3段目2カラム */
.cap-box {
    border-bottom: 1px solid #b4b4b5;
    margin-bottom: 40px;
    padding: 0 10px 60px;
}
.cap-box .left-b {
    width: 33.5%;
}
.cap-box .right-b {
    width: 52%;
}
.cap-box .in-cap {
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.5;
}
.cap-box .in-cap span {
    margin-top: 1em;
    display: block;
}

/* 3段目2カラム ボタニカルライト */
p.botanical-title {
    font-weight: 600;
    margin-bottom: 20px;
}
p.botanical-link a {
    font-size: 13px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
.top_bk {
    padding-top: 47.334%;
    background-image: url(../images/sp_hero_ev_bk.png);
}
.top_bk h1 {
    position: absolute;
    top: 27%;
    left: 42%;
    width: 53vw;
}

/* h2 */
.h2-title {
    text-align: center;
    margin-left: inherit;
    margin-bottom: 20px;
    margin-top: -21px;
}
.h2-title .photo-h2 img {
    width: 47.5%;
}
.h2-title .cap-h2 {
  margin-top: 0;
  font-size: 12px;
}

/* 1段目 */
.top-box-in {
	margin-bottom: 30px;
}
.top-box-in .top-box_photo {
    width: 62%;
    margin: 0px auto -40%;
}
.top-box-in .top-box_text {
    background-color: #eeeeef;
    margin-bottom: 0;
    padding-top: 44%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.top-box-in .top-box_text h3 {
    font-size: 18px;
    text-align: center;
}
.top-box-in .top-box_color {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.top-box-in .top-box_color p {
    font-size: 14px;
}
/* 1段目テキスト */
.top-box-in .top-box_color p.normal {
    margin-bottom: 5px;
}
.top-box-in .top-box_color p.bold {
	padding: 0px 0px 10px;
	margin: 0 10px 20px;
}


/* you tube */
.movie {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
.movie-in {
    width: 95%;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 6px;
}


/* ツリーアーティスト 2段目用ボックス */
.art-box {
}
.art-box-in {
    margin-bottom: 50px;
}
.art-box-in p {
	font-size: 14px;
}
.art-box-in .art-photo {
    width: 51%;
}
.art-text h3 span{
    font-size: 14px;
}
.art-text h3 strong{
    font-size: 24px;
}
.art-text .art-title {
    margin-bottom: 8%;
    width: 46%;
    text-align: left;
    padding: 25px 0 0 10px;
}
.art-text .art-color {
    width: 100%;
    padding: 21% 0 0;
}
.art-text .art-color .sp-box-w10p {
    padding: 0 10px;
}
.art-color .art-lead-t {
    margin-bottom: 15px;
    font-size: 15px;
}
.art-color .art-gt {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.art-color .art-bt {
    margin-bottom: 25px;
}
.art-color .art-pb:last-of-type .art-bt {
    margin-bottom: 0;
}

/* sp 2段目最下部 アーティスト解説 */
.art-sp-cap {
	padding-top: 30px;
	font-size: 12px !important;
	line-height: 1.7;
	padding-bottom: 20px;
}
.art-sp-cap span {
    font-size: 14px;
    font-weight: 600;
}
.art-sp-cap h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

/* 3段目 */
.bottom-box {
    display: flow-root;
}
.bottom-box-in {
    display: flow-root;
    margin-bottom: 15px;
}
.bottom-box-in p {
	font-size: 14px;
}
.bottom-box-in .bottom-box_photo {
    position: relative;
    width: 62%;
    margin: 0 auto -66%;
}
.bottom-box-in .bottom-box_text {
    background-color: #eeeeef;
    margin-bottom: 0;
    padding-top: 69%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.bottom-box-in .bottom-box_text h3{
	font-size: 15px;
	text-align: center;
}
.bottom-box-in .bottom-box_color {
    padding: 30px 0 35px;
    margin-bottom: 0;
    width: 100%;
}
.bottom-box-in .bottom-box_color .sp-box-w10p {
	padding: 0 10px;
}
/* 3段目テキスト */
.bottom-box_color p {
    margin-bottom: 30px;
}
.bottom-box_color p.lead {
    margin-bottom: 10px;
}
.bottom-box_color p.border {
    padding: 0px 0 20px;
}
.bottom-box_color p.normal {
	padding: 0;
}
.bottom-box_color p.normal.bill-text {
    line-height: 1.5;
    margin-bottom: 25px;
}
.bottom-box_color .photo_01 {
    padding: 0 10px;
}
.bottom-box_color .photo_02 {
    width: 53.6%;
    margin: 0 auto;
}
/* 3段目2カラム */
.cap-box {
    border-bottom: none;
    margin-bottom: 30px;
    padding: 0;
}
.cap-box .left-b {
    width: 100%;
}
.cap-box .left-b .left-b-photo {
    width: 77.5%;
    margin: 0 auto 25px;
}
.cap-box .right-b {
    width: 100%;
}
.cap-box .right-b .in-photo {
    width: 69%;
    margin: 0 auto;
}
.cap-box .in-cap {
    font-size: 12px;
}
}

@media screen and (min-width: 500px) and (max-width: 767px)  {
	/* h4 タイトルが画像にかぶるので調整 */
	.art-text .art-color {
    padding-top: 38%;
}
}