@charset "UTF-8";
/*----------
	top
----------*/
@-webkit-keyframes balloon_motion {
	0% {
		-webkit-transform: translateY(0) translate3d(0, 0, 0);
		transform: translateY(0) translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translateY(-20px) translate3d(0, 0, 0);
		transform: translateY(-20px) translate3d(0, 0, 0);
	}
}
@keyframes balloon_motion {
	0% {
		-webkit-transform: translateY(0) translate3d(0, 0, 0);
		transform: translateY(0) translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translateY(-20px) translate3d(0, 0, 0);
		transform: translateY(-20px) translate3d(0, 0, 0);
	}
}
.top-kv {
	width: 100%;
	position: relative;
	background-color: gray;
}
.top-kv__inner {
	width: 100%;
	height: 0;
	padding-bottom: 125%;
	background: url("/entier/image/top/kv.jpg") no-repeat center;
	background-size: cover;
}
.top-kv__copy {
	text-indent: -9999px;
}
.top-kv__baloon {
	position: absolute;
	bottom: 30px;
	left: 5%;
	-webkit-animation: balloon_motion linear 2s;
	animation: balloon_motion linear 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.top-kv__baloon > a {
	display: block;
	width: 110px;
	height: 110px;
	position: relative;
	background: url("/entier/image/top/kv_cmbtn.png") no-repeat center;
	background-size: contain;
}
.top-kv__baloon > a > img {
	display: block;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px) {
	.top-kv__inner {
		padding-bottom: 540px;
		background-image: url("/entier/image/top/kv_pc.jpg");
	}
	.top-kv__baloon {
		bottom: 60px;
		left: 64px;
	}
	.top-kv__baloon > a {
		width: 160px;
		height: 160px;
	}
}

.top-news {
	width: 100%;
	position: relative;
    background: #b1cf77;
/*	background: url("/entier/image/menu_bg.png");
	background-size: 18px 18px;*/
}
.top-news h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
.top-news ul {
	padding: 20px 20px 16px 40px;
}
.top-news ul > li {
	text-align: center;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8;
	/*color: #c5a100;*/
}
.top-news ul > li a {
	text-decoration: underline;
	/*color: #c5a100;*/
}
.top-news ul > li + li {
	padding-top: 12px;
}
.top-news ul > li.new .top-news__date::after {
	content: "New";
	display: inline-block;
	width: 32px;
	height: 13px;
	background-color: #c5a100;
	margin-left: 6px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 13px;
	color: #666;
}
.top-news__date {
	font-weight: bold;
}
.top-news__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 3.6em;
	overflow: hidden;
}
@media (min-width: 768px) {
	.top-news {
		position: static;
	}
	.top-news__inner {
		width: 920px;
		margin: 0 auto;
		padding-left: 100px;
		position: relative;
	}
	.top-news ul {
		padding: 16px 0;
	}
	.top-news ul > li {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
		font-size: 1.4rem;
	}
	.top-news__date {
		flex: 0 0 auto;
		margin-right: 24px;
	}
	.top-news__text {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

.top-lead {
	padding-top: 60px;
	padding-bottom: 320px;
	background: url("/entier/image/top/lead_bg.jpg") no-repeat center top;
	background-size: contain;
	text-align: center;
}
.top-lead p:first-child {
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.top-lead {
		padding-bottom: 130px;
		background-image: url("/entier/image/top/lead_bg_pc.jpg");
		background-size: 1200px auto;
	}
}

.top-feature {
    background-color: #b1cf77;
/*	background-color: #646b71;*/
	text-align: center;
/*	color: #fff;*/
	color: #222;
}
.top-feature .entier-subtitle {
	margin-bottom: 16px;
}
.top-feature__muen {
	position: relative;
	padding-top: 160px;
}
.top-feature__muen__image {
	width: 355px;
	position: absolute;
	top: -180px;
	left: 50%;
	-webkit-transform: translateX(-160px);
	transform: translateX(-160px);
}
.top-feature__secret {
	margin-top: 48px;
	padding-top: 340px;
	padding-bottom: 60px;
	position: relative;
}
.top-feature__secret__image {
	width: 315px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-160px);
	transform: translateX(-160px);
}
.top-feature__secret .entier-btn {
	margin-top: 40px;
}
.top-feature__secret .entier-btn > a {
	color: #FFF;
	text-align: center;
	background-color: #c5a100;
}

@media (min-width: 768px) {
	.top-feature__secret .entier-btn > a {
		transition: background-color 0.3s linear, color 0.3s linear;
	}
	.top-feature__secret .entier-btn > a:hover {
		background-color: rgba(197, 161, 0, 0);
		color: #c5a100;
	}
}


@media (min-width: 768px) {
	.top-feature {
		text-align: left;
	}
	.top-feature__muen {
		padding-top: 80px;
	}
	.top-feature__muen__image {
		width: 600px;
		top: 55px;
		left: 500px;
		-webkit-transform: none;
		transform: none;
	}
	.top-feature__secret {
		margin-top: 72px;
		padding: 90px 0 200px 460px;
	}
	.top-feature__secret__image {
		width: 420px;
		top: 0;
		left: -30px;
		-webkit-transform: none;
		transform: none;
	}
	.top-feature__secret .entier-btn {
		margin: 40px auto 0 0;
	}
}

.top-scene {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
}
.top-scene__herb1 {
	width: 346px;
	height: 122px;
	position: absolute;
	top: -47px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("/entier/image/top/scene_herb1.png") no-repeat center;
	background-size: contain;
	pointer-events: none;
}
.top-scene__item {
	padding-top: 40px;
	position: relative;
}
.top-scene__image {
	width: 78.7878787879%;
	max-width: 400px;
}
.top-scene__copy {
	margin-top: 16px;
}
.top-scene__copy > h3 {
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.6;
}
.top-scene__tag {
	display: inline-block;
	padding: 0 10px;
	background-color: #b1cf77;
/*	background-color: #646b71;*/
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
	/*color: #fff;*/
    color: #222;
}
.top-scene__sholder {
	position: absolute;
}
.top-scene__item--scene1 .top-scene__sholder {
    width: 114px;
    top: 50px;
    left: auto;
    right: 0;
}
.top-scene__item--scene2 .top-scene__image {
	margin-right: 0;
	margin-left: auto;
}
.top-scene__item--scene2 .top-scene__sholder {
    width: 144px;
    top: 40px;
    right: auto;
}
.top-scene__item--scene3 .top-scene__sholder {
    width: 117px;
    top: 30px;
    left: auto;
    right: 0;
}
@media (min-width: 768px) {
	.top-scene {
		padding-top: 90px;
		padding-bottom: 120px;
	}
	.top-scene__bg {
		width: 1200px;
		height: 434px;
		top: -74px;
		background-image: url("/entier/image/top/scene_herb1_pc.png");
	}
	.top-scene__item {
		padding-top: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-scene__image {
		max-width: none;
		width: 450px;
		flex: 0 0 450px;
	}
	.top-scene__copy {
		margin-top: 0;
		width: 400px;
		flex: 0 0 400px;
	}
	.top-scene__copy > h3 {
		font-size: 3.2rem;
	}
	.top-scene__item--scene1 {
		margin-top: 40px;
	}
	.top-scene__item--scene1 .top-scene__sholder {
		width: 135px;
		top: 14px;
		left: 722px;
	}
	.top-scene__item--scene2 {
		flex-direction: row-reverse;
	}
	.top-scene__item--scene2 .top-scene__image {
		margin-left: 0;
	}
	.top-scene__item--scene2 .top-scene__copy {
		padding-left: 10px;
	}
	.top-scene__item--scene2 .top-scene__sholder {
		width: 180px;
		top: 25px;
		right: 422px;
	}
	.top-scene__item--scene3 .top-scene__sholder {
		width: 140px;
		top: 26px;
		left: 770px;
	}
}

.top-history {
	padding-bottom: 64px;
	position: relative;
    background: #b1cf77;
/*	background: #111 url("/entier/image/menu_bg.png") repeat;
	background-size: 27px 27px;*/
}
.top-history__history {
	text-align: center;
	/*color: #fff;*/
    color: #222;
}
.top-history__history .entier-text {
	margin-top: 16px;
	margin-bottom: 32px;
}
.top-history__brand {
	margin-top: 32px;
	/*color: #fff;*/
    color: #222;
}
.top-history__brand__logo {
	width: 300px;
	margin: 0 auto;
}
.top-history__brand .entier-subtitle {
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
}
   .top-history__history .entier-btn > a {
	color: #FFF;
	text-align: center;
	background-color: #c5a100;
}
@media (min-width: 768px) {
	.top-history__history .entier-btn > a {
		transition: background-color 0.3s linear, color 0.3s linear;
	}
	.top-history__history .entier-btn > a:hover {
		background-color: rgba(197, 161, 0, 0);
		color: #c5a100;
	}
}
 
@media (min-width: 768px) {
	.top-history {
		padding-top: 64px;
	}
	.top-history__headimg {
		display: block;
		width: 832px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.top-history__history {
		text-align: left;
	}
	.top-history__history .entier-btn {
		margin-left: 0;
		margin-right: auto;
	}
 
	.top-history__brand {
		margin-top: 120px;
		padding-left: 324px;
		position: relative;
	}
	.top-history__brand__logo {
		width: 380px;
		position: absolute;
		top: 0px;
		left: -26px;
	}
	.top-history__brand .entier-subtitle {
		text-align: left;
		font-size: 3rem;
	}
	.top-history__brand .entier-text {
		font-size: 1.4rem;
	}
}

.top-lineup {
	padding-top: 32px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.top-lineup__herb1 {
	width: 346px;
	height: 129px;
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("/entier/image/top/lineup_herb1.png") no-repeat center;
	background-size: contain;
	pointer-events: none;
}
.top-lineup__image {
	max-width: 500px;
	margin: 16px auto;
}
@media (min-width: 768px) {
	.top-lineup {
		padding-top: 88px;
		padding-bottom: 100px;
	}
	.top-lineup__herb1 {
		width: 506px;
		height: 143px;
		top: 20px;
		background-image: url("/entier/image/top/lineup_herb1_pc.png");
	}
	.top-lineup__image {
		max-width: none;
		margin-top: 30px;
	}
}

.top-cm {
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
	background-color: #f9f0cc;
	text-align: center;
}
.top-cm__herb1 {
	width: 350px;
	height: 145px;
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("/entier/image/top/cm_herb1.png") no-repeat center;
	background-size: contain;
	pointer-events: none;
}
.top-cm ul > li {
	margin: 24px auto 0;
	max-width: 500px;
}
.top-cm ul > li > a {
	display: block;
	position: relative;
}
.top-cm ul > li > a::after {
	content: "";
	display: block;
	width: 36px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("/entier/image/top/cm_icon.png") no-repeat center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top-cm ul > li > p {
	margin-top: 8px;
}
.top-cm ul > li > p > span {
	display: inline-block;
	padding-left: 20px;
	background: url("/entier/image/icon_time.png") no-repeat center left;
	background-size: 14px 14px;
	font-size: 1.4rem;
	color: #c5a100;
	-webkit-transform: translateY(-0.4em);
	transform: translateY(-0.4em);
}
@media (min-width: 768px) {
	.top-cm {
		padding-top: 80px;
	}
	.top-cm__herb1 {
		width: 500px;
		height: 130px;
		top: 30px;
		left: 50%;
	}
	.top-cm ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.top-cm ul > li {
		width: 300px;
		max-width: none;
		flex: 0 0 300px;
	}
	.top-cm ul > li > a::after {
		opacity: 0.8;
		transition: opacity 0.3s linear;
	}
	.top-cm ul > li > a:hover::after {
		opacity: 1;
	}
}

.entier_top_cm_modal_movie {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.entier_top_cm_modal_movie > iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*===========================================
important
===========================================*/
.important {
	padding: 10px 20px;
	background: #fafafa;
  }
  .important .important_wrap {
	position: relative;
	max-width: 1000px;
	margin: auto;
	z-index: 2;
  }
  .important .important_inner {
	padding: 10px 0;
  }
  .important .list {
	/* border: 1px solid #e30934; */
	padding: 0 1em;
	background: #fafafa;
  }
  .important .list ul {
	display: table;
  }
  .important .list li {
	display: table-row;
  }
  .important .list p {
	display: table-cell;
	font-size: 1.5rem;
  }
  .important .list .date {
	/* color: #e30934; */
	white-space: nowrap;
	/* font-weight: bold; */
  }
  .important .list .txt {
	padding: 0 0 0 2em;
	/* color: #e30934; */
  }
  .important .list .txt a {
	/* color: #e30934; */
  }
  .important p.imp_ttl {
	font-size: 1.7rem;
	padding-bottom: 1rem;
	font-weight: bold;
	/* color: #e30934; */
	}
  .important.subimportant,
  .important.subimportant .list{
	background-color: #fff;
  }
  @media screen and (max-width:767px) {
	.important .important_inner {
	  padding: 0;
	}
	.important .list ul, .important .list li, .important .list p {
	  display: block;
	}
	.important .list li + li {
	  margin-top: 1em;
	}
	.important .list .txt {
	  padding: 0;
	}
  }