@charset "utf-8";


#glenco {
	width: 100%;
	overflow: hidden;
	font-family: "Jost","Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #4d5d5f;
}


#glenco img {
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}

#glenco a:hover{
	opacity: 0.7;
}





/*英フォント*/
#glenco .jost{
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#glenco .jost_b{
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
#glenco .jost_500{
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}




/* --------------------------------------------------------------------------------------------------------
 ■ メイン画像
----------------------------------------------------------------------------------------------------------*/
#glenco .main {}
#glenco .main .img {
	max-width: 1920px;
	margin: 0 auto;
}




/* --------------------------------------------------------------------------------------------------------
 ■ お試しパック
----------------------------------------------------------------------------------------------------------*/
#glenco .trial {	
	max-width: 1480px;
	margin: 7% auto 0;
}
#glenco .trial h2{	
	max-width: 1480px;
	margin: 7% auto 0;
}
#glenco .trial .box {
	background: url("../../images/glenco/index/trial_bg.jpg") no-repeat;
	background-size: cover;
	padding: 4% 0 1%;
	background-color: #fffbf8;
	margin-top: 50px;
	border: 2px solid #000;
	border-radius: 10px;

	position: relative;
}
#glenco .trial .box .ribbon {
	max-width: 252px;
	width: 20%;
	position: absolute;
	top:0;
	left:2%;
}
/*見出し*/
#glenco .trial .box .ttl{
	max-width: 800px;
	width: 60%;
	margin: 0 10% 3% auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	
	position: relative;
}
#glenco .trial .box .ttl::before{
	content:"";
	background:  url(../../images/glenco/index/teiki_c_icon1.png) no-repeat;
	background-size: 100%;
	width: 7vw;
	height:8vw;
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%); 	
}
#glenco .trial .box .ttl::after{
	content:"";
	background:  url(../../images/glenco/index/teiki_c_icon2.png) no-repeat;
	background-size: 100%;
	width: 7vw;
	height: 8vw;
	position: absolute;
	right: -10%;
	top: 50%;
	transform: translateY(-50%); 
}
#glenco .trial .box .ttl .logo{
	max-width:187px;
	width: 20%;
}
#glenco .trial .box .ttl h2{
	font-size: 100px;
	font-weight: 700;
	color: #536264;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#glenco .trial .box .cont {
	display: flex;
	justify-content: space-around;
	margin-bottom: 3%;
}

#glenco .trial .box .cont .item{
	max-width: 701px;
	width: 48%;
	z-index: 1;
}
#glenco .trial .box .cont .price{
	max-width: 598px;
	width: 48%;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .trial {	
		width: 96%;
		margin: 7% auto 0;
	}
	#glenco .trial .box .ttl h2{
		font-size: 6.1vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .trial {	
		width: 92%;
	}
	#glenco .trial .box {
		padding: 3vw 0 2vw;
		margin-top: 3vw;
	}
	
	#glenco .trial .box .ttl h2{
		font-size: 6.1vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
  ボタン  今すぐ試してみる
----------------------------------------------------------------------------------------------------------*/
#glenco .trial .btn {
	max-width: 1449px;
	margin: 0 auto;
}
#glenco .trial .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #286b70;
	padding: 2%;	

	box-shadow: 2px 2px 0px 2px rgba(43, 114, 119, 1);
	background-image: linear-gradient(180deg, rgba(63, 136, 141, 1), rgba(89, 154, 159, 1) 50%, rgba(63, 136, 141, 1));
	
	position: relative;
}
#glenco .trial .btn a::after {
	content:"";
	background:  url( "../../images/glenco/index/icon_btn_arrow.png");
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%); 
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .trial .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .trial .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .trial .btn {
		width: 92%;
	}
	#glenco .trial .btn a{
		font-size:4.4vw;
		padding:3vw;
	}
	#glenco .trial .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}





/* --------------------------------------------------------------------------------------------------------
 ■ 足跡
----------------------------------------------------------------------------------------------------------*/
#glenco .footprints {
	max-width: 44px;
	width: 100%;
	margin: 7% auto;
}
#glenco .footprints02 {
	background: #fffbf8;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 7% 0;
}
#glenco .footprints02 img{
	max-width: 44px;
	margin: 0 auto;
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .footprints {
		margin: 5vw auto;
	}
	#glenco .footprints02 {
		background: #fffbf8;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 10vw 0 5vw;
	}
	#glenco .footprints02 img{
		max-width: 5vw;
		margin: 0 auto;
	}
}




/* -------------------------------------------------------------------------------------------------------- 
 ■ 65%の香配合
----------------------------------------------------------------------------------------------------------*/
#glenco .about {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 10px;

	position: relative;
}
#glenco .about .img01{
	max-width: 1920px;
	margin: 0 auto;
}
#glenco .about .box{
	max-width: 1480px;
	width: 80%;
	margin: 0 auto 5% auto;
	display: flex;
	
	position: relative;
}
#glenco .about .img02{
	max-width: 509px;
	width: 30%;
	position: absolute;
	top: -20%;
	right: 2%;
}
#glenco .about .txt{
	width: 65%;
	font-size: 50px;
}
#glenco .about .txt .red{
	font-size: 60px;
	color: #c24944;
	font-weight: 700;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .about .txt{
		font-size: 2.6vw
	}
	#glenco .about .txt .red{
		font-size: 3.1vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .about {
		width: 92%;
	padding: 0 0 1vw;
	}
	#glenco .about .box{
		width: 80%;
		margin: 10% auto 5% auto;
	}
	#glenco .about .img02{
		top: -50%;
	}
	#glenco .about .txt{
		width: 100%;
		font-size: 3.6vw
	}
	#glenco .about .txt .red{
		font-size: 4vw;
	}
}






/* --------------------------------------------------------------------------------------------------------
  ボタン  ご購入はこちら
----------------------------------------------------------------------------------------------------------*/
#glenco .about .btn {
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .about .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #1b8330;
	padding: 2%;		

	box-shadow: 2px 2px 0px 2px rgba(9, 68, 28, 1);
	background-image: linear-gradient(180deg, rgba(11, 101, 26, 1), rgba(52, 153, 116, 1) 50%, rgba(11, 101, 26, 1));
	
	position: relative;
}
#glenco .about .btn a::after {
	content:"";
	background:  url( "../../images/glenco/index/icon_btn_arrow.png");
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%); 
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .about .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .about .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .about .btn {
		width: 92%;
	}
	#glenco .about .btn a{
		font-size:4.4vw;
		padding:3vw;
	}
	#glenco .about .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}





/* --------------------------------------------------------------------------------------------------------	
 ■ 背景  半円 トマト
----------------------------------------------------------------------------------------------------------*/	
#glenco .bg_circle {
	overflow: hidden;
	background: #4d5d5f;
	
	position: relative;
}
#glenco .bg_circle .circle {
	background: #fff;
	border-bottom-left-radius: 1000px 200px;
	border-bottom-right-radius: 1000px 200px;
	height: 10vw;
	margin-left: -5vw;
	margin-right: -5vw;
	padding-left: 10vw;
	padding-right: 10vw;
}
#glenco .bg_circle .bg_box {
	height:10vw;
}
#glenco .bg_circle .bg_tomato {
	max-width: 26vw;
	position: absolute;
	top: 0;
	right: -13%;
}	
	
/*レスポンシブ*/
@media only screen and (max-width: 1480px){
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .bg_circle .circle {
		height: 12vw;
	}
	#glenco .bg_circle .bg_box {
		height:10vw;
	}
	#glenco .bg_circle .bg_tomato {
		max-width: 30vw;
	}
}






/* --------------------------------------------------------------------------------------------------------
 ■ 3つのポイント
----------------------------------------------------------------------------------------------------------*/
#glenco .point {
	max-width: 1920px;
	margin: 0 auto;
	background:#4d5d5f;
	padding-bottom: 10%;
	
	position: relative;
}
#glenco .point .box{
	max-width: 1480px;
	margin: 0 auto 8% auto;
	background: #fff;
	padding: 7% 5% 6% 5%;
	box-sizing: border-box;
}

/*ポイント1,3
---------------------------------------------*/
#glenco .point .box .point1 .ttl{
	display: flex;
	align-items: center;
}
#glenco .point .box .point3 .ttl{
	display: flex;
	align-items: center;
	margin-bottom: 2%;
}
#glenco .point .box .point1 .ttl .icon,
#glenco .point .box .point3 .ttl .icon{
	max-width: 223px;
	width: 15%;
	margin-right: 5%;
}
/*ポイント2
---------------------------------------------*/
#glenco .point .box .point2{	
	margin-bottom: 8%;
}
#glenco .point .box .point2 .ttl{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#glenco .point .box .point2 .ttl .icon{
	max-width: 223px;
	width: 15%;
	margin-left: 5%;
}
#glenco .point .box h3{	
	font-size: 60px;
	color: #c24944;
	font-weight: 700;
}
/*詳細
---------------------------------------------*/
#glenco .point .box .point1 .cont,
#glenco .point .box .point2 .cont,
#glenco .point .box .point3 .cont{	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#glenco .point .box .point1 .cont .img{
	max-width: 785px;
	width: 50%;
}
#glenco .point .box .point1 .cont .txt{
	max-width: 530px;
	width: 45%;
}
#glenco .point .box .point2 .cont .img{
	max-width: 735px;
	width: 50%;
}
#glenco .point .box .point2 .cont .txt{
	max-width: 570px;
	width: 45%;
}
#glenco .point .box .point3 .cont .img{
	max-width: 698px;
	width: 50%;
}
#glenco .point .box .point3 .cont .txt{
	max-width: 600px;
	width: 45%;
}
#glenco .point .box .cont .txt{
	font-size: 36px;
	margin: 0;
}
#glenco .point .box .cont .txt span{
	font-weight: 700;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .point .box{
		width: 96%;
	}
	#glenco .point .box h3{	
		font-size: 4vw;
	}	
	#glenco .point .box .cont .txt{
		font-size: 2.1vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .point{
		padding-bottom: 15vw;
	}
	#glenco .point .box{
		width: 92%;
	}
	#glenco .point .box {
		padding:4vw 2vw 1vw 2vw;
	}
	#glenco .point .box h3{	
		font-size: 4.4vw;
	}	
	/*ポイント1,3
	---------------------------------------------*/
	#glenco .point .box .point1,
	#glenco .point .box .point3{	
		margin-bottom: 8vw;
	}
	#glenco .point .box .point1 .ttl,
	#glenco .point .box .point3 .ttl{
		margin-bottom: 3vw;
	}
	#glenco .point .box .point1 .ttl .icon,
	#glenco .point .box .point3 .ttl .icon{
		margin-right: 2%;
	}
	/*ポイント2
	---------------------------------------------*/
	#glenco .point .box .point2{	
		margin-bottom: 8vw;
	}
	#glenco .point .box .point2 .ttl{
		flex-direction: row-reverse;
		margin-bottom: 3vw;
	}
	#glenco .point .box .point2 .ttl .icon{
		margin-left: 0;
		margin-right: 2%;
	}

	/*詳細
	---------------------------------------------*/
	#glenco .point .box .point1 .cont,
	#glenco .point .box .point3 .cont{	
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#glenco .point .box .point2 .cont{	
		display: flex;
		flex-direction: column-reverse;;
		align-items: center;
	}
	#glenco .point .box .point1 .cont .img,
	#glenco .point .box .point2 .cont .img,
	#glenco .point .box .point3 .cont .img{
		width: 90%;
				margin-bottom: 5vw;
	}
	#glenco .point .box .point1 .cont .txt,
	#glenco .point .box .point2 .cont .txt,
	#glenco .point .box .point3 .cont .txt{
		width: 90%;
	}
	#glenco .point .box .cont .txt{
		font-size: 3.6vw;
	}
}





/* --------------------------------------------------------------------------------------------------------
 ■ ボタン  GLENCOについて詳しくはこちら
----------------------------------------------------------------------------------------------------------*/
#glenco .point .btn {
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .point .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #1b7383;
	padding:2%;		

	box-shadow: 2px 2px 0px 2px rgba(9, 68, 28, 1);
	background-image: linear-gradient(180deg, rgba(3, 121, 111, 1), rgba(3, 191, 158, 1) 50%, rgba(3, 121, 111, 1));
	
	position: relative;
}
#glenco .point .btn a::after {
	content:"";
	background:  url( "../../images/glenco/index/icon_btn_arrow.png");
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%); 
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .point .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .point .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .point .btn a{
		font-size:4.4vw;
		padding:3vw;
	}
	#glenco .point .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}



/* --------------------------------------------------------------------------------------------------------
 ■ 背景  玉ねぎ
----------------------------------------------------------------------------------------------------------*/
#glenco .bg_onion {
	max-width: 20vw;
	position: absolute;
	bottom: -12%;
	left: -3%;
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .bg_onion {
		max-width: 25vw;
		bottom: -21vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
 ■ 商品ラインナップ
----------------------------------------------------------------------------------------------------------*/
#glenco .lineup{
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 10%;
	
	position: relative;
}
#glenco .lineup .box{
	max-width: 1480px;
	width: 96%;
	margin: 0 auto;

	display: flex;
	justify-content: space-around;
}
#glenco .lineup .box .cont{
	width: 33%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#glenco .lineup .box .cont .img{
	max-width:486px;
	margin-bottom: 5%;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .lineup{
		padding-bottom: 13vw;
	}
	#glenco .lineup .box .cont .img{
		max-width:341px;
	}
}



/* --------------------------------------------------------------------------------------------------------
  ボタン  ビーフ、サーモン、ラム詳細
----------------------------------------------------------------------------------------------------------*/
#glenco .lineup .box .cont .btn {
	max-width:486px;
	width: 100%;
	margin: 0 auto;
}
#glenco .lineup .box .cont .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 30px;
	border-radius:50px;
	font-weight: 700;
	padding: 5%;

	position: relative;
}
#glenco .lineup .box .cont .btn a::after {
	content:"";
	background:  url( "../../images/glenco/index/icon_btn_arrow.png");
	background-size: 100%;
	width: 2.7vw;
	height: 2.7vw;
	position: absolute;
	right: 1vw;
	top: 55%;
	transform: translateY(-50%); 
}
#glenco .lineup .box .cont .beef a{
	background: #cc4334;
	box-shadow: 1px 1px 0px 2px rgba(138, 29, 17, 1);
}
#glenco .lineup .box .cont .salmon a{
	background: #108493;
	box-shadow: 1px 1px 0px 2px rgba(8, 92, 103, 1);
}
#glenco .lineup .box .cont .lamb a{
	background: #7c2d67;
	box-shadow: 1px 1px 0px 2px rgba(62, 10, 48, 1);
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .lineup .box .cont .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .lineup .box .cont .btn a{
		font-size: 2.2vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .lineup .box .cont .btn a{
		font-size: 2vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
 ■ 背景 ザクロ
----------------------------------------------------------------------------------------------------------*/
#glenco .bg_zakuro{
	max-width: 20vw;
	position: absolute;
	bottom: -14%;
	right: -5%;
	z-index: 1;
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .bg_zakuro{
		max-width: 25vw;
		bottom: -10vw;
		right: -6vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
 ■ レビュー
----------------------------------------------------------------------------------------------------------*/
#glenco .review{
	max-width: 1920px;
	margin: 0 auto;
	background: #fffbf8;
	padding: 10% 0 0;
	
	position: relative;
}
#glenco .review02{
	padding: 10% 0 7.5%;
}
#glenco .review h3{
	max-width: 1480px;
	width: 96%;
	margin: 0 auto 4% auto;
}

/*動画
----------------------------------------------*/
#glenco .review .movie{
	width: 90%;
	max-width: 900px;
	margin: 5% auto;
}
#glenco .review .movie iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

#glenco .review .box{
	max-width: 1480px;
	width: 96%;
	margin: 0 auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#glenco .review .box .cont{
	max-width:700px;
	width: 48%;
	margin: 0 auto 50px auto;
	   display: flex;
    flex-direction: column;
}
#glenco .review .box .cont .sub_ttl{
	border: 3px solid #258087;
	padding: 2% 5%;
	margin-bottom: 3%;	
	
	position: relative;
	flex-grow: 1;
}
#glenco .review .box .cont .sub_ttl::after{
	content: "";
	background: url(../../images/glenco/index/review_icon.png) no-repeat;
	background-size: contain;
	width: 1vw;
	height: 1vw;
	position: absolute;
	right: 4vw;
	bottom: -0.6vw;
}
#glenco .review .box .cont .sub_ttl .name{
	font-size: 20px;
}
#glenco .review .box .cont .sub_ttl .txt{
	font-size: 20px;
	font-weight: 700;
}
#glenco .review .box .cont .img{
	max-width: 700px;
	margin: 0 auto;
}


/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .review{
		width: 96%;
	}
	#glenco .review .box .cont .sub_ttl{
		margin-bottom: 3vw;	
	}
	#glenco .review .box .cont .sub_ttl::after{
		content: "";
		background: url(../../images/glenco/index/review_icon.png) no-repeat;
		background-size: contain;
		width: 1.4vw;
		height: 1.4vw;
		position: absolute;
		right: 4vw;
		bottom: -1vw;
	}
	#glenco .review .box .cont .sub_ttl .name{
		font-size: 2vw;
	}
	#glenco .review .box .cont .sub_ttl .txt{
		font-size: 2vw;
	}
	#glenco .review .box .cont .img{
		max-width: 700px;
		margin: 0 auto;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .review {	
		width: 100%;
	}
	#glenco .review .review-inner {	
		width: 92%;
		margin: 0 auto;
	}
	#glenco .review .box{
		display: flex;
		flex-direction: column;
	}
	#glenco .review .box .cont{
		width: 90%;
		margin: 0 auto 8vw auto;
	}
	#glenco .review .box .cont .sub_ttl{
		margin-bottom: 3vw;	
	}
	#glenco .review .box .cont .sub_ttl::after{
		content: "";
		background: url(../../images/glenco/index/review_icon.png) no-repeat;
		background-size: contain;
		width: 3vw;
		height: 3vw;
		position: absolute;
		right: 4vw;
		bottom: -2vw;
	}
	#glenco .review .box .cont .sub_ttl .name{
		font-size: 3.6vw;
	}
	#glenco .review .box .cont .sub_ttl .txt{
		font-size: 3.6vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
  ボタン  さらに詳しく見る
----------------------------------------------------------------------------------------------------------*/
#glenco .review .btn {
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .review .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #c36305;
	padding: 2%;	

	box-shadow: 2px 2px 0px 2px rgba(68, 29, 9, 1);
	background-image: linear-gradient(180deg, rgba(183, 84, 24, 1), rgba(237, 138, 20, 1) 50%, rgba(183, 84, 24, 1));
	
	position: relative;
}
#glenco .review .btn a::after {
	content:"";
	background:  url( "../../images/glenco/index/icon_btn_arrow.png");
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%); 
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .review .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .review .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .review .btn a{
		font-size:4.4vw;
		padding:3vw;
	}
	#glenco .review .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
 ■ 背景 カリフラワー
----------------------------------------------------------------------------------------------------------*/
#glenco .bg_cauliflower{
	max-width: 17vw;
	position: absolute;
	bottom:-23vw;
	left:-5%;
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .bg_cauliflower{
		max-width: 20vw;
		bottom:-28vw;
		left:-3vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
 ■ 獣医師専門家も推奨
----------------------------------------------------------------------------------------------------------*/
#glenco .recommend{
	max-width: 1920px;
	margin: 0 auto 10% auto;
}
#glenco .recommend h2{	
	margin-bottom: 3%;
}
#glenco .recommend .box{
	max-width: 1480px;
	margin: 0 auto;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#glenco .recommend .box .vet{
	max-width: 385px;
	width: 30%;
}
#glenco .recommend .box .copy{
	max-width: 1040px;
	width: 70%;
}
#glenco .recommend ul{
	max-width: 1480px;
	margin: 0 auto;	
}
#glenco .recommend ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
}
#glenco .recommend ul li .img{
	max-width: 740px;
	width: 48%;
}
#glenco .recommend ul li .cont{
	max-width: 680px;
	width: 48%;
}
#glenco .recommend ul li .cont .icon1{
	max-width:120px;
	width: 20%;
	margin: 0 8% 0 auto;
}
#glenco .recommend ul li .cont .icon2{
	max-width:150px;
	width: 20%;
	margin: 0 auto 0 0;
}
#glenco .recommend ul li .cont .icon3{
	max-width:140px;
	width: 20%;
	margin: 0 8% 0 auto;
}
#glenco .recommend ul li .cont h3{
	font-size: 48px;
	font-weight: 700;
	color: #6f4664;
	margin: 0;
}
#glenco .recommend ul li .cont .txt{
	font-size: 32px;
}

/*動画
----------------------------------------------*/
#glenco .recommend .movie{
	width: 90%;
	max-width: 750px;
	margin: 60px auto 0;
}
#glenco .recommend .movie iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .recommend .box{
		width: 96%;
		margin: 0 auto;
	}
	#glenco .recommend ul{
		width: 96%;
		margin: 0 auto;
	}
	#glenco .recommend ul li .cont h3{
		font-size: 3.24vw;	
	}
	#glenco .recommend ul li .cont .txt{
		font-size: 2.1vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .recommend .box{
		width:92%;
		flex-direction: column-reverse;
	}
	#glenco .recommend .box .copy{
		width:80%;
		margin-bottom: 3vw;
	}
	#glenco .recommend ul{
		width:92%;
	}
	#glenco .recommend ul li{
		display: flex;
		flex-direction: column;
		margin-bottom: 8vw;
	}
	#glenco .recommend ul li:nth-child(2){
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 8vw;
	}
	#glenco .recommend ul li .img{
		width: 90%;
		margin: 0 auto 2vw auto;
	}
	#glenco .recommend ul li .cont{
		width: 90%;
		margin: 0 auto;
	}
	#glenco .recommend ul li .cont .icon1{
		width: 16%;
		margin: 0 25vw 0 auto;
	}
	#glenco .recommend ul li .cont .icon3{
		width: 16%;
		margin: 0 25vw 0 auto;
	}
	#glenco .recommend ul li .cont h3{
		font-size: 4.4vw;
	}
	#glenco .recommend ul li .cont .txt{
		font-size: 3.6vw;
	}
}





/* --------------------------------------------------------------------------------------------------------
 ■ 3つのレシピ
----------------------------------------------------------------------------------------------------------*/
#glenco .recipe{
	max-width: 1920px;
	margin: 0 auto;	
}

#glenco .recipe .main_ttl{
	background: url("../../images/glenco/index/recipe_ttl.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	aspect-ratio: 1920 / 800; 
	
	position: relative;
}
#glenco .recipe .main_ttl h2{
	max-width:330px;
	width: 20%;
	position: absolute;
	left: 10%;
	top:50%;
	transform: translateY(-50%); 
}

/* --------------------------------
ビーフ
-----------------------------------*/
#glenco .recipe .beef{
	max-width: 1920px;
	background: #c24944 url("../../images/glenco/index/recipe_ribbon.png") no-repeat;
	background-size: contain;
	background-position: -3vw 11vw;;
	padding: 10vw 0;
}
#glenco .recipe .beef .box{
	max-width: 1480px;
	margin: 0 auto;
}

/*タイトル*/
#glenco .recipe .beef .ttl h3{
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.1em;
	margin: 0;
	padding:2% 0 0 20%;
	display: flex;
	align-items: center;
	
	position: relative;
}
#glenco .recipe .beef .ttl h3 span{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 1% 0 0 3%;
}
#glenco .recipe .beef .ttl h3::before{
	content:"";
	background:  url( "../../images/glenco/index/recipe_beef_icon.png");
	background-size: 100%;
	width: 15vw;
	height:18vw;
	position: absolute;
	left: -1vw;
	top: -4vw;
}


/*詳細*/
#glenco .recipe .beef .cont{
	max-width: 1480px;
	margin: 6% auto 2% auto;
	
	display: flex;
	justify-content: space-evenly;
}
#glenco .recipe .beef .cont .img-box{
	max-width: 580px;
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#glenco .recipe .beef .cont .quantity{
	max-width: 185px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
#glenco .recipe .beef .cont .img{
	max-width: 360px;
}
/*内容*/
#glenco .recipe .beef .cont .detail{
	max-width: 480px;	
	width: 48%;
}
#glenco .recipe .beef .cont .detail ul.for{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4%;
}
#glenco .recipe .beef .cont .detail ul.for li{
	max-width: 230px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#glenco .recipe .beef .cont .detail ul.for li .img{
	max-width: 180px;	
	width: 100%;
	margin-bottom: 2%;
}
#glenco .recipe .beef .cont .detail ul.for li .txt{
	max-width: 230px;
	width:100%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding: 2% 4%;
}
#glenco .recipe .beef .cont .detail ul.for li .txt p{
	font-size: 27px;
	font-weight: 700;
	color: #c24944;
}
#glenco .recipe .beef .cont .detail ul.for li .txt p.line{
	display: inline-block;
	border-bottom: 2px solid #c24944;
}
/*材料*/
#glenco .recipe .beef .cont .detail ul.material{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
	background: #f8efe7;
	border-radius: 10px;
	padding: 3% 2% 0% 2%;
}
#glenco .recipe .beef .cont .detail .material .icon{
	max-width: 105px;
	margin-bottom: 2%;
}
#glenco .recipe .beef .cont .detail .material .txt{
	font-size: 17px;
	font-weight: 500;
	color: #b85a59;
	text-align: center;
	margin-bottom: 4%;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){	
	#glenco .recipe .beef .box{
		width:96%;
		margin: 0 auto;
	}
	
	#glenco .recipe .beef .ttl h3{
		font-size: 3.6vw;
		padding:1.2% 0 0 18%;
	}
	#glenco .recipe .beef .ttl h3 span{
		font-size: 2.1vw;	
	}
	#glenco .recipe .beef .cont .quantity{	
		font-size: 2.4vw;	
	}	
	#glenco .recipe .beef .cont .detail ul.for li .txt p{
		font-size: 1.85vw;		
	}	
	#glenco .recipe .beef .cont .detail .material .txt{
		font-size: 1.2vw;
		
	}
}
@media screen and (max-width:1000px){
	#glenco .recipe .beef .cont .img-box{
		width: 45%;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .recipe .beef .box{
		width: 92%;
	}
	/*タイトル*/
	#glenco .recipe .beef .ttl h3{
		font-size: 3.6vw;
		padding: 1vw 0 0 19vw;
	}
	#glenco .recipe .beef .ttl h3 span{
		font-size: 1.6vw;
	}
	#glenco .recipe .beef .ttl h3::before{
		width: 18vw;
		height:21vw;
	}
	/*詳細*/
	#glenco .recipe .beef .cont{		
		margin: 5vw auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#glenco .recipe .beef .cont .img-box{
		width: 90%;
	}
	#glenco .recipe .beef .cont .quantity{
		font-size: 4vw;
	}
	#glenco .recipe .beef .cont .img{
		width: 50%;
	}
	/*内容*/
	#glenco .recipe .beef .cont .detail{
		width: 90%;
		margin: 0 auto;
	}
	#glenco .recipe .beef .cont .detail ul.for{
		display: flex;
		justify-content: space-between;
		margin-bottom: 4%;
	}
	#glenco .recipe .beef .cont .detail ul.for li{
		width:49%;
	}
	#glenco .recipe .beef .cont .detail ul.for li .img{
		width: 60%;
	}
	#glenco .recipe .beef .cont .detail ul.for li .txt p{
		font-size: 3vw;
	}
	/*材料*/
	#glenco .recipe .beef .cont .detail ul.material li{
		width: 24%;
	}
	#glenco .recipe .beef .cont .detail .material .txt{
		font-size: 2vw;
	}
}



/* --------------------------------------------------------------------------------------------------------
  ボタン  アンガスビーフの詳細はこちら
----------------------------------------------------------------------------------------------------------*/
#glenco .recipe .beef .btn {
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .recipe .beef .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #ffffff;
	padding: 2%;	

	box-shadow: 2px 2px 0px 2px rgba(139, 29, 24, 1);
	background-image: linear-gradient(180deg, rgba(188, 48, 42, 1), rgba(220, 81, 75, 1) 50%, rgba(188, 48, 42, 1));
	
	position: relative;
}
#glenco .recipe .beef .btn a::after {
	content:"";
	background:  url( "../../images/glenco/index/icon_btn_arrow.png");
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%); 
}
/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .recipe .beef .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .recipe .beef .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .recipe .beef .btn a{
		font-size:4.4vw;
		padding:3vw;
		letter-spacing: -0.05em;
	}
	#glenco .recipe .beef .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}




/* --------------------------------
サーモン
-----------------------------------*/
#glenco .recipe .salmon{
	max-width: 1920px;
	background: #3f888e url("../../images/glenco/index/recipe_ribbon.png") no-repeat;
	background-size: contain;
	background-position: -3vw 11vw;;
	padding: 10vw 0;
}
#glenco .recipe .salmon .box{
	max-width: 1480px;
	margin: 0 auto;
}

/*タイトル*/
#glenco .recipe .salmon .ttl h3{
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.1em;
	margin: 0;
	padding:2% 0 0 20%;
	display: flex;
	align-items: center;
	
	position: relative;
}
#glenco .recipe .salmon .ttl h3 span{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 1% 0 0 3%;
}
#glenco .recipe .salmon .ttl h3::before{
	content:"";
	background: url( "../../images/glenco/index/recipe_salmon_icon.png");
	background-size: 100%;
	width: 15vw;
	height:18vw;
	position: absolute;
	left: -1vw;
	top: -4vw;
}
/*詳細*/
#glenco .recipe .salmon .cont{
	max-width: 1480px;
	margin: 6% auto 2% auto;
	
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}
#glenco .recipe .salmon .cont .img-box{
	max-width: 580px;
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#glenco .recipe .salmon .cont .quantity{
	max-width: 185px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
#glenco .recipe .salmon .cont .img{
	max-width: 360px;
}
/*内容*/
#glenco .recipe .salmon .cont .detail{
	max-width: 480px;	
	width: 48%;
}
#glenco .recipe .salmon .cont .detail ul.for{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4%;
}
#glenco .recipe .salmon .cont .detail ul.for li{
	max-width: 230px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#glenco .recipe .salmon .cont .detail ul.for li .img{
	max-width: 180px;	
	width: 100%;
	margin-bottom: 2%;
}
#glenco .recipe .salmon .cont .detail ul.for li .txt{
	max-width: 230px;
	width:90%;
	background: #fff;
	text-align: center;
	padding: 2% 4%;
}
#glenco .recipe .salmon .cont .detail ul.for li .txt p{
	font-size: 27px;
	font-weight: 700;
	color: #53929a;
}
#glenco .recipe .salmon .cont .detail ul.for li .txt p.line{
	display: inline-block;
	border-bottom: 2px solid #53929a;
}
/*材料*/
#glenco .recipe .salmon .cont .detail .material{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
	background: #f8efe7;
	border-radius: 10px;
	padding: 3% 2% 0% 2%;
}
#glenco .recipe .salmon .cont .detail .material .icon{
	max-width: 105px;
	margin-bottom: 2%;
}
#glenco .recipe .salmon .cont .detail .material .txt{
	font-size: 17px;
	font-weight: 500;
	color:  #53929a;
	text-align: center;
	margin-bottom: 4%;
}
/*レスポンシブ*/
@media only screen and (max-width: 1480px){	
	#glenco .recipe .salmon  .box{
		width:96%;
		margin: 0 auto;
	}
	
	#glenco .recipe .salmon .ttl h3{
		font-size: 3.6vw;
		padding:1.2% 0 0 18%;
	}
	#glenco .recipe .salmon .ttl h3 span{
		font-size: 2.1vw;	
	}
	#glenco .recipe .salmon .cont .quantity{	
		font-size: 2.4vw;	
	}	
	#glenco .recipe .salmon .cont .detail ul.for li .txt p{
		font-size: 1.85vw;		
	}	
	#glenco .recipe .salmon .cont .detail .material .txt{
		font-size: 1.2vw;
		
	}
}
@media screen and (max-width:1000px){
	#glenco .recipe .salmon .cont .img-box{
		width: 45%;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .recipe .salmon .box{
		width: 92%;
	}
	/*タイトル*/
	#glenco .recipe .salmon .ttl h3{
		font-size: 3.6vw;
		padding: 1vw 0 0 19vw;
	}
	#glenco .recipe .salmon .ttl h3 span{
		font-size: 1.6vw;
	}
	#glenco .recipe .salmon .ttl h3::before{
		width: 18vw;
		height:21vw;
	}
	/*詳細*/
	#glenco .recipe .salmon .cont{		
		margin: 5vw auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#glenco .recipe .salmon .cont .img-box{
		width: 90%;
	}
	#glenco .recipe .salmon .cont .quantity{
		font-size: 4vw;
	}
	#glenco .recipe .salmon .cont .img{
		width: 50%;
	}
	/*内容*/
	#glenco .recipe .salmon .cont .detail{
		width: 90%;
		margin: 0 auto;
	}
	#glenco .recipe .salmon .cont .detail ul.for{
		display: flex;
		justify-content: space-between;
		margin-bottom: 4%;
	}
	#glenco .recipe .salmon .cont .detail ul.for li{
		width:49%;
	}
	#glenco .recipe .salmon .cont .detail ul.for li .img{
		width: 60%;
	}
	#glenco .recipe .salmon .cont .detail ul.for li .txt p{
		font-size: 3vw;
	}
	/*材料*/
	#glenco .recipe .salmon .cont .detail ul.material li{
		width: 24%;
	}
	#glenco .recipe .salmon .cont .detail .material .txt{
		font-size: 2vw;
	}
}


/* --------------------------------------------------------------------------------------------------------
  ボタン  スコティッシュサーモンの詳細はこちら
----------------------------------------------------------------------------------------------------------*/
#glenco .recipe .salmon .btn {
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .recipe .salmon .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #ffffff;
	padding:2%;	

	box-shadow: 2px 2px 0px 2px rgba(30, 105, 111, 1);
	background-image: linear-gradient(180deg, rgba(6, 150, 162, 1), rgba(49, 181, 195, 1) 50%, rgba(6, 150, 162, 1));
	
	position: relative;
}
#glenco .recipe .salmon a::after {
	content:"";
	background:  url( "../../images/glenco/index/icon_btn_arrow.png");
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%); 
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .recipe .salmon .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .recipe .salmon .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .recipe .salmon .btn a{
		font-size:4vw;
		padding:3vw;
		letter-spacing: -0.06em;
	}
	#glenco .recipe .salmon .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}




/* ---------------------------------
ラム
-----------------------------------*/
#glenco .recipe .lamb{
	max-width: 1920px;
	background: #623f5e url("../../images/glenco/index/recipe_ribbon.png") no-repeat;
	background-size: contain;
	background-position: -3vw 11vw;;
	padding: 10vw 0;
}
#glenco .recipe .lamb .box{
	max-width: 1480px;
	margin: 0 auto;
}

/*タイトル*/
#glenco .recipe .lamb .ttl h3{
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.1em;
	margin: 0;
	padding:2% 0 0 20%;
	display: flex;
	align-items: center;
	
	position: relative;
}
#glenco .recipe .lamb .ttl h3 span{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 1% 0 0 3%;
}
#glenco .recipe .lamb .ttl h3::before{
	content:"";
	background:url( "../../images/glenco/index/recipe_lamb_icon.png");
	background-size: 100%;
	width: 15vw;
	height:18vw;
	position: absolute;
	left: -1vw;
	top: -4vw;
}

/*詳細*/
#glenco .recipe .lamb .cont{
	max-width: 1480px;
	margin: 6% auto 2% auto;
	
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}
#glenco .recipe .lamb .cont .img-box{
	max-width: 580px;
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#glenco .recipe .lamb .cont .quantity{
	max-width: 180px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
#glenco .recipe .lamb .cont .img{
	max-width: 360px;
}
/*内容*/
#glenco .recipe .lamb .cont .detail{
	max-width: 480px;
	width: 48%;
}
#glenco .recipe .lamb .cont .detail ul.for{
	display: flex;
	justify-content: center;
	margin-bottom: 4%;
}
#glenco .recipe .lamb .cont .detail ul.for li{
	max-width: 230px;	
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#glenco .recipe .lamb .cont .detail ul.for li .img{
	max-width: 180px;
	width: 100%;
	margin-bottom: 2%;
}
#glenco .recipe .lamb .cont .detail ul.for li .txt{
	max-width: 230px;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 2% 4%;
}
#glenco .recipe .lamb .cont .detail ul.for li .txt p{
	font-size: 27px;
	font-weight: 700;
	color: #623f5e;
}
#glenco .recipe .lamb .cont .detail ul.for li .txt p.line{
	display: inline-block;
	border-bottom: 2px solid #623f5e;
}
/*材料*/
#glenco .recipe .lamb .cont .detail .material{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

	background: #f8efe7;
	border-radius: 10px;
	padding: 3% 2% 0% 2%;
}
#glenco .recipe .lamb .cont .detail .material .icon{
	max-width: 105px;
	margin-bottom: 2%;
}
#glenco .recipe .lamb .cont .detail .material .txt{
	font-size: 17px;
	font-weight: 500;
	color: #623f5e;
	text-align: center;
	margin-bottom:  4%;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){	
	#glenco .recipe .lamb .box{
		width:96%;
		margin: 0 auto;
	}	
	#glenco .recipe .lamb .ttl h3{
		font-size: 3.6vw;	
		padding:1.2% 0 0 18%;
	}
	#glenco .recipe .lamb .ttl h3 span{
		font-size: 2.1vw;	
	}
	#glenco .recipe .lamb .cont .quantity{	
		font-size: 2.4vw;	
	}	
	#glenco .recipe .lamb .cont .detail ul.for li .txt p{
		font-size: 1.85vw;		
	}	
	#glenco .recipe .lamb .cont .detail .material .txt{
		font-size: 1.2vw;
		
	}
}
@media screen and (max-width:1000px){
	#glenco .recipe .lamb .cont .img-box{
		width: 45%;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .recipe .lamb .box{
		width: 92%;
	}
	/*タイトル*/
	#glenco .recipe .lamb .ttl h3{
		font-size: 3.6vw;
		padding: 1vw 0 0 19vw;
	}
	#glenco .recipe .lamb .ttl h3 span{
		font-size: 1.6vw;
	}
	#glenco .recipe .lamb .ttl h3::before{
		width: 18vw;
		height:21vw;
	}
	/*詳細*/
	#glenco .recipe .lamb .cont{		
		margin: 5vw auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#glenco .recipe .lamb .cont .img-box{
		width: 90%;
	}
	#glenco .recipe .lamb .cont .quantity{
		font-size: 4vw;
	}
	#glenco .recipe .lamb .cont .img{
		width: 50%;
	}
	/*内容*/
	#glenco .recipe .lamb .cont .detail{
		width: 90%;
		margin: 0 auto;
	}
	#glenco .recipe .lamb .cont .detail ul.for{
		display: flex;
		justify-content: center;
		margin-bottom: 4%;
	}
	#glenco .recipe .lamb .cont .detail ul.for li{
		width:49%;
	}
	#glenco .recipe .lamb .cont .detail ul.for li .img{
		width: 60%;
	}
	#glenco .recipe .lamb .cont .detail ul.for li .txt p{
		font-size: 3vw;
	}
	/*材料*/
	#glenco .recipe .lamb .cont .detail ul.material li{
		width: 24%;
	}
	#glenco .recipe .lamb .cont .detail .material .txt{
		font-size: 2vw;
	}
}

/* --------------------------------------------------------------------------------------------------------
  ボタン  グラスフェッドラムの詳細はこちら
----------------------------------------------------------------------------------------------------------*/
#glenco .recipe .lamb .btn {
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .recipe .lamb .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #ffffff;
	padding: 2%;	

	box-shadow: 2px 2px 0px 2px rgba(73, 33, 68, 1);
	background-image: linear-gradient(180deg, rgba(98, 63, 94, 1), rgba(145, 77, 137, 1) 50%, rgba(98, 63, 94, 1));
	
	position: relative;
}
#glenco .recipe .lamb .btn a::after {
	content: "";
	background: url(../../images/glenco/index/icon_btn_arrow.png);
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%);
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .recipe .lamb .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .recipe .lamb .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .recipe .lamb .btn a{
		font-size:4.4vw;
		padding:3vw;
		letter-spacing: -0.05em;
	}
	#glenco .recipe .lamb .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
 ■ FEDIAF
----------------------------------------------------------------------------------------------------------*/
#glenco .fediaf{
	max-width: 1920px;
	margin: 0 auto;
	background: #fffbf8;
	padding: 2% 0 7.5%;
}

#glenco .fediaf .box{
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .fediaf .box h2{
}
#glenco .fediaf .box h3{
	font-size: 90px;
	color: #c34944;
	font-weight: 700;
	text-align: center;		
}

#glenco .fediaf .box .cont{	
	background: url("../../images/glenco/index/fediaf_bg.png") no-repeat;
	background-size: contain;
	padding: 2% 5% 10% 5%;
}
#glenco .fediaf .box .cont h4{	
	font-size: 70px;
	font-weight: 700;
	text-align: center;	
	margin-bottom: 3%;
	padding-bottom: 2%;
	
	position: relative;
}
#glenco .fediaf .box .cont h4::after{	
	content: "";
	background: url( "../../images/glenco/index/fediaf_line.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#glenco .fediaf .box .cont h4 span{	
	font-size: 60px;
}
#glenco .fediaf .box .cont .img{	
	max-width: 690px;
	width: 50%;
	margin: 0 auto 3% auto;
}
#glenco .fediaf .box .cont .txt{	
	font-size: 32px;
	margin-bottom: 5%;
}
#glenco .fediaf .box .cont h5{	
	font-size: 52px;
	color: #c34944;
	font-weight: 700;
	text-align: center;
	text-shadow: 
		 1px  1px 6px #ffffff,
		-1px  1px 6px #ffffff,
		 1px -1px 6px #ffffff,
		-1px -1px 6px #ffffff,
		 1px  0px 6px #ffffff,
		 0px  1px 6px #ffffff,
		-1px  0px 6px #ffffff,
		 0px -1px 6px #ffffff;
}
#glenco .fediaf .box .cont .leaf{	
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#glenco .fediaf .box .cont .leaf .txt_box{	
	max-width: 580px;
	width: 100%;
	background: url( "../../images/glenco/index/fediaf_bg_leaf.png") no-repeat center;
	background-size: contain;
	aspect-ratio: 582 / 371; 
	
	display: flex;
	align-items: center;
	justify-content: center;
}
#glenco .fediaf .box .cont .leaf .txt_box .txt{	
	font-size: 56px;
	font-weight: 700;
	text-align: center;
	color: #623f5f;
	line-height: 1.2;
	text-shadow: 
		 1px  1px 6px #ffffff,
		-1px  1px 6px #ffffff,
		 1px -1px 6px #ffffff,
		-1px -1px 6px #ffffff,
		 1px  0px 6px #ffffff,
		 0px  1px 6px #ffffff,
		-1px  0px 6px #ffffff,
		 0px -1px 6px #ffffff;
	margin-bottom: 0;
}
#glenco .fediaf .box .cont .leaf .txt_box .txt span{	
	font-size: 46px;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .fediaf .box{
		width: 96%;
		margin: 0 auto;
	}
	#glenco .fediaf .box h3{
		font-size: 6vw;
	}
	#glenco .fediaf .box .cont h4{	
		font-size: 4.7vw;
	}
	#glenco .fediaf .box .cont h4 span{	
		font-size: 4vw;
	}
	#glenco .fediaf .box .cont .txt{	
		font-size: 2.1vw;
	}
	#glenco .fediaf .box .cont h5{	
		font-size: 3.5vw;
	}
	#glenco .fediaf .box .cont .leaf .txt_box .txt{	
		font-size: 3.5vw;
	}
	#glenco .fediaf .box .cont .leaf .txt_box .txt span{	
		font-size: 3vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .fediaf .box{
		width: 92%;
	}
	#glenco .fediaf .box h3{
		font-size:6vw;
		margin-bottom: 3vw;
	}
	#glenco .fediaf .box .cont{	
		background-size: 100% 100%;
		padding: 5vw;
	}
	#glenco .fediaf .box .cont h4{	
		font-size: 4.4vw;
	}
	#glenco .fediaf .box .cont h4 span{	
		font-size:4vw;
	}
	#glenco .fediaf .box .cont .img{	
		width: 80%;
		margin: 0 auto 2vw auto;
	}
	#glenco .fediaf .box .cont .txt{	
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	#glenco .fediaf .box .cont h5{	
		font-size:3.8vw;
		letter-spacing: -0.05em;
		margin-bottom: 3vw;
	}
	#glenco .fediaf .box .cont .leaf .txt_box .txt{	
		font-size: 4vw;
	}
	#glenco .fediaf .box .cont .leaf .txt_box .txt span{	
		font-size: 3vw;
	}
}





/* --------------------------------------------------------------------------------------------------------
 ■ 定期コース
----------------------------------------------------------------------------------------------------------*/
#glenco .teiki_course {	
	max-width: 1480px;
	margin: 5% auto 10% auto;
}
#glenco .teiki_course .intoro {
	max-width: 1480px;
	margin: 3% auto 0;
}
#glenco .teiki_course .box {
	background: url("../../images/glenco/index/trial_bg.jpg") no-repeat;
	background-size: cover;
	padding: 4% 0 1%;
	background-color: #fffbf8;
	margin-top: 5%;
	border: 2px solid #000;
	border-radius: 10px;

	position: relative;
}
#glenco .teiki_course .box .ribbon {
	max-width: 252px;
	width: 20%;
	position: absolute;
	top: 0;
	left: 2%;
}
#glenco .teiki_course .box .medal {
	max-width: 363px;
	width: 20%;
	position: absolute;
	top: 1%;
	right: 0;
}
/*見出し*/
#glenco .teiki_course .box .ttl{
	max-width: 700px;
	width: 70%;
	margin:0 auto 6% 25%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	position: relative;
}
#glenco .teiki_course .box .ttl::before{
	content: "";
	background: url(../../images/glenco/index/teiki_c_icon1.png) no-repeat;
	background-size: 100%;
	width: 7vw;
	height: 8vw;
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
}
#glenco .teiki_course .box .ttl::after{
	content: "";
	background: url(../../images/glenco/index/teiki_c_icon2.png) no-repeat;
	background-size: 100%;
	width: 7vw;
	height: 8vw;
	position: absolute;
	right: -10%;
	top: 50%;
	transform: translateY(-50%);
}
#glenco .teiki_course .box .ttl .logo{
	max-width:187px;
	width: 40%;
}
#glenco .teiki_course .box .ttl h2{
	font-size: 100px;
	font-weight: 700;
	color: #536264;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#glenco .teiki_course .box .cont {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#glenco .teiki_course .box .cont .item_box{
	max-width: 701px;
	width: 50%;
}
#glenco .teiki_course .box .cont .item_box .item{
	max-width: 701px;
	width: 100%;
}
#glenco .teiki_course .box .cont .item_box .quantity{
	max-width: 400px;
	width: 70%;
	margin: 0 0 4% auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#glenco .teiki_course .box .cont .item_box .quantity .txt{
	max-width: 200px;
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}
#glenco .teiki_course .box .cont .item_box .quantity .label{
	max-width: 110px;
	font-size: 28px;
	background: #4d5d5f;
	color: #fff;
	font-weight: 700;
	padding: 0 15px;
}
#glenco .teiki_course .box .cont .price_box{
	max-width: 598px;
	width: 50%;
	margin: 3% 0;
	z-index: 1;
}
/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	/*見出し*/
	#glenco .teiki_course .box .ttl{
		max-width: 700px;
		width: 45%;
		margin:0 auto 10% 30%;
	}
	#glenco .teiki_course .box .ttl .logo{
		max-width:187px;
		width: 26%;
	}
	#glenco .teiki_course .box .ttl h2{
		font-size:6.1vw;
	}

	#glenco .teiki_course .box .cont .item_box .quantity{
		margin:  0 4% 0 auto
	}
	#glenco .teiki_course .box .cont .item_box .quantity .txt{
		font-size: 2.4vw;	
	}
	#glenco .teiki_course .box .cont .item_box .quantity .label{
		font-size:2vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .teiki_course {	
		width: 92%;
	}
	#glenco .teiki_course .box {
		padding: 3vw 0 2vw;
	}
	#glenco .teiki_course .box .ttl h2{
		font-size: 5.6vw;
	}
	#glenco .teiki_course .box .cont .item_box .quantity{
		width: 80%;
	}
	#glenco .teiki_course .box .cont .item_box .quantity .label{
		padding: 0 3vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
  ボタン  定期コース 今すぐ試してみる
----------------------------------------------------------------------------------------------------------*/
#glenco .teiki_course .btn {
	max-width: 1449px;
	margin: 0 auto;
}
#glenco .teiki_course .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #593355;
	padding: 2%;		

	box-shadow: 2px 2px 0px 2px rgba(74, 40, 70, 1);
	background-image: linear-gradient(180deg, rgba(98, 63, 94, 1), rgba(153, 104, 147, 1) 50%, rgba(98, 63, 94, 1));
	
	position: relative;
}
#glenco .teiki_course .btn a::after {
	content: "";
	background: url(../../images/glenco/index/icon_btn_arrow.png);
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%);
}
/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .teiki_course .btn {
		width: 96%;
		margin: 0 auto;
	}
	#glenco .teiki_course .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .teiki_course .btn {
		width: 92%;
	}
	#glenco .teiki_course .btn a{
		font-size:4.4vw;
		padding:3vw;
	}
	#glenco .teiki_course .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}





/* --------------------------------------------------------------------------------------------------------
 ■ GLENCO定期購入
----------------------------------------------------------------------------------------------------------*/
#glenco .teiki {
	max-width: 1920px;
	margin: 0 auto;
	background:#4d5d5f;
	padding: 10% 0;
}
#glenco .teiki .box{
	max-width: 1480px;
	margin: 0 auto;
}

#glenco .teiki .box h2{
	max-width: 850px;
	margin: 0 auto;
}
#glenco .teiki .box h3{
	font-size: 116px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0 0 2% 0;
}
/*ポイント*/
#glenco .teiki .box .cont{
	max-width: 1420px;
	margin: 0 auto 7% auto;	
	background: #fbf4ee;
	border: 2px solid #947d3e;
	border-radius: 15px;
	padding: 0 3% 3% 3%;
	box-sizing: border-box;
	
	position: relative;
}
#glenco .teiki .box .cont .icon{
	max-width: 250px;
	width: 17%;
	position: absolute;
	top: -10%;
	left: -6%;
}
/*見出し*/
#glenco .teiki .box .cont h4{
	color: #a7090f;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 0 auto 0 5%;
	padding: 0;
	font-weight: 700;
	
	position: relative;
}
#glenco .teiki .box .cont h4.f130{
	font-size: 130px;
	line-height: 0.5;
	margin-top: 1%;
}
#glenco .teiki .box .cont h4.f73{
	font-size: 73px;	
	line-height: 1;
	margin-top: 3%;
}
#glenco .teiki .box .cont h4::after{
	content: "";
	background: url( "../../images/glenco/index/teiki_line.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -20%;
}
#glenco .teiki .box .cont h4.point_3{
	padding-bottom: 2%;
}
#glenco .teiki .box .cont h4 .marker {
	background-image: linear-gradient(0deg, transparent 0.1em, #f8f9ad 0.1em, #f8f9ad 0.4em, transparent 0.4em);
}
#glenco .teiki .box .cont h4 .f50{
	font-size: 50px;
	display: inline-block;
	line-height: 1;	
}
#glenco .teiki .box .cont h4 .f_i{
	font-style: italic;
	font-weight: 500;
}
#glenco .teiki .box .cont h4 .f88{
	font-size: 88px;	
}
#glenco .teiki .box .cont h4 .f_g{
	font-size: 53px;
	color: #4d5d5f;
	letter-spacing: 0.05em;
}
#glenco .teiki .box .cont h4 .tax{
	display: inline-block;
	line-height:0.2;	
}
#glenco .teiki .box .cont h4 .f19{
	font-size: 19px;
	letter-spacing: 0.05em;
}
#glenco .teiki .box .cont h4 .f63{
	font-size: 63px;	
}
#glenco .teiki .box .cont h4 .f53{
	font-size: 53px;	
}
/*テキスト*/
#glenco .teiki .box .cont .txt{
	font-size: 38px;	
	text-align: center;
	margin-top:8%;
}
#glenco .teiki .box .cont .ls{
	letter-spacing: -0.08em;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .teiki .box{
		width: 96%;
		margin: 0 auto;	
	}
	#glenco .teiki .box h2{
		width: 60%;
	}
	#glenco .teiki .box h3{
		font-size: 7.8vw;
	}
	/*ポイント*/
	#glenco .teiki .box .cont{
		width: 90%;
		margin: 0 auto 7% auto;	
	}
	#glenco .teiki .box .cont .icon{
		top: -10%;
		left: -6%;
	}
	/*見出し*/
	#glenco .teiki .box .cont h4.f130{
		font-size: 8.8vw;
	}
	#glenco .teiki .box .cont h4.f73{
		font-size: 4.9vw;	
	}
	#glenco .teiki .box .cont h4 .f50{
		font-size: 3.4vw;	
	}

	#glenco .teiki .box .cont h4 .f88{
		font-size:6vw;	
	}
	#glenco .teiki .box .cont h4 .f_g{
		font-size: 3.6vw;
	}

	#glenco .teiki .box .cont h4 .f19{
		font-size: 1vw;
	}
	#glenco .teiki .box .cont h4 .f63{
		font-size: 4.3vw	
	}
	#glenco .teiki .box .cont h4 .f53{
		font-size: 3.6vw;	
	}
	/*テキスト*/
	#glenco .teiki .box .cont .txt{
		font-size: 2.2vw;	
	}
}
@media screen and (max-width:767px){
	#glenco .teiki {

	}
	#glenco .teiki .box{
		width: 92%;
	}

	#glenco .teiki .box h2{
		max-width: 850px;
		margin: 0 auto;
	}
	#glenco .teiki .box h3{
		
		font-weight: 500;
		color: #fff;
		text-align: center;
		margin: 0 0 2% 0;
	}
	/*ポイント*/
	#glenco .teiki .box .cont{
		max-width: 1420px;
		margin: 0 auto 7% auto;	
		background: #fbf4ee;
		border: 2px solid #947d3e;
		border-radius: 15px;
		padding: 0 3% 3% 3%;
		box-sizing: border-box;

		position: relative;
	}
	#glenco .teiki .box .cont .icon{
		max-width: 250px;
		width: 17%;
		position: absolute;
		top: -10%;
		left: -6%;
	}
	/*見出し*/
	#glenco .teiki .box .cont h4{
		color: #a7090f;
		text-align: center;
		letter-spacing: -0.05em;
		margin: 0 auto 0 5%;
		padding: 0;
		font-weight: 700;

		position: relative;
	}
	#glenco .teiki .box .cont h4.f130{
		
		line-height: 0.5;
		margin-top: 1%;
	}
	#glenco .teiki .box .cont h4.f73{
		
		line-height: 1;
		margin-top: 3%;
	}
	#glenco .teiki .box .cont h4::after{
		content: "";
		background: url( "../../images/glenco/index/teiki_line.png") no-repeat;
		background-size: 100%;
		width: 100%;
		height: 4px;
		position: absolute;
		left: 0;
		bottom: -20%;
	}
	#glenco .teiki .box .cont h4.point_3{
		
	}
	#glenco .teiki .box .cont h4 .marker {
	
	}
	#glenco .teiki .box .cont h4 .f50{
	
	}
	#glenco .teiki .box .cont h4 .f_i{
		
	}
	#glenco .teiki .box .cont h4 .f88{
		
	}
	#glenco .teiki .box .cont h4 .f_g{
		
		color: #4d5d5f;
		letter-spacing: 0.05em;
	}
	#glenco .teiki .box .cont h4 .tax{
		display: inline-block;
		line-height:0.2;	
	}
	#glenco .teiki .box .cont h4 .f19{
		
		letter-spacing: 0.05em;
	}
	#glenco .teiki .box .cont h4 .f63{
			
	}
	#glenco .teiki .box .cont h4 .f53{
			
	}
	/*テキスト*/
	#glenco .teiki .box .cont .txt{
		font-size: 3.6vw;	
		text-align:left;
	}
	#glenco .teiki .box .cont .ls{
		letter-spacing: -0.08em;
	}
}



/*----------------------------------------------------
吹き出し
-----------------------------------------------------*/
#glenco .teiki .box h5 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	text-align: center;

	position: relative;
	max-width: 1350px;
	margin: 0 auto 4% auto;
	padding: 1% 0;
	border-bottom: 2px solid #fff;;

	isolation: isolate;
}


#glenco .teiki .box h5::before {
	content: "";
	position: absolute;
	bottom: -4vw;
	left: 50%;
	width: 2vw;
	height: 2vw;
	box-sizing: border-box;
	background-color:#4d5d5f; /* 背景色と同じ色を指定 */
	rotate: 135deg;
	translate: -50% 0;
}

#glenco .teiki .box h5::after {
	content: "";
	position: absolute;
	bottom: -1vw;
	left: 50%;
	z-index: -1;
	width: 2vw;
	height: 2vw;
	box-sizing: border-box;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	background-color:#4d5d5f;
	rotate: 135deg;
	translate: -50% 0;
}
/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .teiki .box h5 {
		font-size: 2.7vw;
		width: 96%;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .teiki .box h5 {
		font-size:3.6vw;
		width: 92%;
	}
}



/* --------------------------------------------------------------------------------------------------------
  ボタン  お問い合わせはこちら
----------------------------------------------------------------------------------------------------------*/
#glenco .teiki .btn {
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .teiki .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #4d5d5f;
	font-size: 50px;
	border-radius:70px;
	font-weight: 700;
	border: 2px solid #d4dc00;
	padding: 2%;			

	box-shadow: 2px 2px 0px 2px rgba(9, 68, 28, 1);
	background-image: linear-gradient(180deg, rgba(243, 244, 184, 1), rgba(249, 250, 219, 1) 50%, rgba(243, 244, 184, 1));
	
	position: relative;
}
#glenco .teiki .btn a::after {
	content: "";
	background: url(../../images/glenco/index/icon_btn_arrow_g.png);
	background-size: 100%;
	width: 3.7vw;
	height: 3.7vw;
	position: absolute;
	right: 3vw;
	top: 50%;
	transform: translateY(-50%);
}
/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .teiki .btn{
		width: 96%;
		margin: 0 auto;
	}
	#glenco .teiki .btn a{
		font-size: 3.4vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .teiki .btn {
		width: 92%;
	}
	#glenco .teiki .btn a{
		font-size:4.4vw;
		padding:3vw;
	}
	#glenco .teiki .btn a::after {
		width: 5vw;
		height: 5vw;
	}
}






/* --------------------------------------------------------------------------------------------------------
 ■ よくある質問
----------------------------------------------------------------------------------------------------------*/
#glenco .faq {
	max-width: 1920px;
	margin: 0 auto;
	padding: 10% 0;
}
#glenco .faq .box{
	max-width: 1480px;
	margin: 0 auto;
}
#glenco .faq .box .img{
	max-width: 713px;
	margin: 0 auto 3% auto;
}
#glenco .faq .box h2{
	font-size: 57px;
	font-weight: 700;
	color: #4d5d5f;
	text-align: center;
	margin: 0 0 1% 0;
}
#glenco .faq .box h3{
	max-width: 408px;
	margin: 0 auto 5% auto;
}
#glenco .faq .box .cont .qa{
	margin-bottom: 8%;
}
#glenco .faq .box .cont .qa .qu{
	font-size: 46px;
	font-weight: 700;
	color: #3f888e;
	border-bottom: 1px solid #3f888e;
	padding-bottom: 1%;
	margin-bottom: 2%;
}
#glenco .faq .box .cont .qa .ans{
	font-size:40px;
}

/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .faq .box{
		width: 96%;
		margin: 0 auto;
	}
	#glenco .faq .box .img{
		width: 50%;
	}
	#glenco .faq .box h2{
		font-size: 3.9vw;
	}
	#glenco .faq .box h3{
		width: 30%;
	}
	#glenco .faq .box .cont .qa .qu{
		font-size: 3.1vw;
	}
	#glenco .faq .box .cont .qa .ans{
		font-size:2.9vw;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .faq .box{
		width: 90%;
	}
	#glenco .faq .box h2{
		font-size: 4.4vw;
	}
	#glenco .faq .box .cont .qa .qu{
		font-size: 4vw;
	}
	#glenco .faq .box .cont .qa .ans{
		font-size:3.6vw;
	}
}




/* --------------------------------------------------------------------------------------------------------
 ■ NATUREバナー
----------------------------------------------------------------------------------------------------------*/
#glenco .nature {
	max-width: 1920px;
	margin: 0 auto 10% auto;
}
#glenco .nature .box{
	max-width: 1000px;
	margin: 0 auto;
}
#glenco .nature .img{
	max-width: 1000px;
	margin: 0 auto 2% auto;
}
#glenco .nature .buy-btn a{
	font-size: 18px;
	background-color: #1c61a5;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 1px;
	display: block;
	padding: 5px 0;
	border-radius: 10px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
	text-align: center;
}
/*レスポンシブ*/
@media only screen and (max-width: 1480px){
	#glenco .nature .box{
		width: 96%;
		margin: 0 auto;
	}
}
/*スマホ*/
@media screen and (max-width:767px){
	#glenco .nature .box{
		width: 90%;
	}
	#glenco .nature .buy-btn a{
		font-size: 3.6vw;
		padding: 1% 0;
	}

}





/* --------------------------------------------------------------------------------------------------------
 ■ フローティングボタン
----------------------------------------------------------------------------------------------------------*/
#glenco .btn_float{
	position: fixed;
	right: 2%;
	bottom: 2%;
	max-width:300px;
	z-index: 100;
}
@media screen and (max-width:667px){
	#glenco .btn_float{
		right: 2vw;
		bottom: 2vw;
		width: 36vw;
		}
	}



