/* CSS Document */

#fv {
	position: relative;
}
#fv img {
	max-width: 100%;
	height: auto;
	display: inline;
}
#fv h1 {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 30px;
}
#fv .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#fv .img {
	text-align: center;
}
#fv #animation_container {
	position: absolute;
	bottom: 0;
	width: 100% !important;
	overflow: hidden;
}


.hdBnr{
	position: fixed;
	width: 140px;
	top: 130px;
	right: 20px;
}
.hdBnr li{
	margin: 10px;
}
.hdBnr li img:hover{
	opacity: .8;
}


#content .titleSet h2 span {
	color: #d1ac43;
}
#content .titleSet h2 span::before {
	content: url("/images/pear/icon_pear.png");
	margin-right: 10px;
}


#content .hdText{
  text-align: center;
	font-weight: 700;
	font-size: 120%;
	line-height: 150%;
	margin: 40px auto 30px;
}
#content .hdText img{
  display: inline;
}
#content .hdText h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 300%;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 2px;
	margin: 20px 0;
	color: #d1ac43;
}

#content .Gallery {
	width: 1000px;
	margin: 0 auto 50px;
	position: relative;
}
#content .Gallery::before,
#content .Gallery::after{
	content: '';
	position: absolute;
	top: 50px;
	width: 70px;
	height: 90px;
}
#content .Gallery::before {
	background: url("/images/pear/bg_leaf_l.jpg") no-repeat;
	background-size: 60px;
	left: -10px;
}
#content .Gallery::after {
	background: url("/images/pear/bg_leaf_r.jpg") no-repeat;
	background-size: 60px;
	right: -10px;
}
#content .Gallery ul {
	letter-spacing: -4px;
	text-align: center;
	height: 220px;
}
#content .Gallery ul li {
	display: inline-block;
	letter-spacing: 2px;
	width: 130px;
	margin: 0 8px;
	transition: all 0.2s ease-in;
	vertical-align: bottom;
}
#content .Gallery ul li a:hover {
	text-decoration: none;
}
#content .Gallery ul li img {
	width: 100%;
	height: auto;
	transition: all 0.2s ease-in;
}
#content .Gallery ul li:hover img {
	transition: all 0.2s ease-in;
	transform: scale(1.2) translateY(-10px);
}
#content .Gallery ul li p {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 700;
	color: #d8bb5b;
	position: relative;
	margin-top: 5px;
	padding-bottom: 10px;
	font-size: 130%;
}
#content .Gallery ul li p::after {
	content: "▼";
	display: inline-block;
	width: 30px;
	height: 10px;
	margin-left: -15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 80%;
}


#content .fair ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
#content .fair ul li{
	margin: 5px;
	/*width: 32%;*/
}
#content .fair ul li img{
	max-width: 100%;
}
#content .fair ul li a:hover{
	opacity: .8;
}


#content .search {
	margin: 0 0 50px;
}
#content .search .titleSet {
	margin: 0 0 20px;
}
#content .search ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5px 0;
}
#content .search ul li{
	margin: 5px;
}
#content .search ul li a:hover{
	opacity: .8;
}

#content .featured {
	margin: 0 0 80px;
}
#content .featured .titleSet {
	margin: 0 0 20px;
}
#content .featured ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5px 0;
}
#content .featured ul li{
	margin: 10px;
	width: 220px;
	line-height: 1.4em;
}
#content .featured ul li a{
	display: flex;
	flex-direction: column;
	text-align: center;
}
#content .featured ul li a em{
	font-style: normal;
	background: #77bc35;
	color: #fff;
	font-size: 95%;
	line-height: 1.8em;
	margin-bottom: 5px;
	border-radius: 0 0 10px 10px;
}
#content .featured ul li a img{
	width: 220px;
	height: 120px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
#content .featured ul li a:hover{
	opacity: .8;
}


#CAMPAIGN .titleSet .more a {
	color: #d1ac43;
}
#CAMPAIGN .news .block dl dd a {
	color: #d1ac43;
}
.present dl dd .period {
	color: #d1ac43;
}


#content .pickUP {
	margin: 80px 0 20px;
}
/*
#content .pickUP .list dl:nth-of-type(odd) dt h4 {background: #FF5665;}
#content .pickUP .list dl:nth-of-type(even) dt h4 {background: #FF8CB2;}
*/


#BRAND {
	margin: 50px 0;
}


.youtubeBlock{
  position: relative;
  padding-top: 56.25%;
}
.youtubeBlock iframe{
  position: absolute;
  top: 0;
  left: 50%;
	transform: translateX(-50%);
  width: 90% !important;
  height: 90% !important;
	border: none;
	border-radius: 10px;
	max-width: 920px;
}




@media screen and (max-width:640px){

	#fv .text {
    transform: translate(-50%,-50%) scale(1.6);
	}
	
	.hdBnr {
		position: fixed;
		width: 90px;
		top: 90px;
		right: 0;
		display: block;
	}
	
	#content .titleSet h2 {
    font-size: 115%;
    letter-spacing: 0;
	}
	
	#content .hdText {
    font-size: 110%;
    margin: 20px auto 10px;
	}
	#content .Gallery {
    width: auto;
    margin: 0 0 40px;
	}
	#content .Gallery::before,
	#content .Gallery::after {
    display: none;
	}
	#content .Gallery ul {
    height: auto;
	}
	#content .Gallery ul li {
    width: 28%;
	}
	#content .Gallery ul li:hover {
    width: 28%;
	}
	#content .Gallery ul li p {
		margin-top: 0;
    font-size: 110%;
	}
	
	#content .fair {
		margin: 20px;
	}
	#content .fair ul li{
		width: 100%;
	}
	#content .fair ul li img{
		max-width: 100%;
	}
	
	
	#content .search ul {
    /*justify-content: space-between;*/
		margin: 5px;
	}
	#content .search ul.block1 li{
		width: 48%;
		margin: 1%;
	}
	#content .search ul li img{
		max-width: 100%;
	}
	
	#content .featured ul {
    margin: 5px;
	}
	#content .featured ul li {
		margin: 0 1% 20px;
    width: 48%;
	}
	#content .featured ul li a img {
    width: 100%;
    height: 110px;
	}
	
	#content .pickUP {
    margin: 40px 0 20px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
}


.youtube-wrap{
    margin:auto;
    max-width:840px;
  padding:0 20px;
    
}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
    border-radius:10px;
}
