@charset "utf-8";
/* CSS Document */

html *,::before,::after {
	box-sizing: border-box;
	/*max-width: 100%;*//*必要か確認する*/
}



html{
	font-size: 16px;
	background: #F2FFF8;
	font-family: 'Noto Sans JP', sans-serif;
	color: #5B5A5A;
}

body {
	margin: 0 auto;
}


.wrapper {
	overflow: hidden;
	background: #A5E5C3;
}



@media (min-width: 786px){
	body {
		margin: 0 auto;
		max-width: 1040px;
		font-size: 18px; /*あとから追加*/
	}
}

@media (max-width: 374px){
	body {
		font-size: 14px;
	}
}


/*ここからヘッダー*/

.page-header{
	/*background: #A5E5C3;*/
	/*padding: 18% 10px 20%; */
	min-height: 550px;
	position: relative;

}




.header-container {
    padding: 18% 10px 20%; 
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	
	
	
}

.sdgslogo {
		width: 100%;
	}
	


.toptitle {
	margin: 8% 0 2%; 
}

.toptitle img {
		width: 100%;
	}

.toplogo {
	
	animation: poyoyon2 1s ease-in-out 1 forwards;
}

@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}



.header-container p {
	font-weight: 500;
	color: #6A7081;
}

@media (max-width: 785px)/*785px以下*/{
	
	.toplogo {
	max-width: 450px;
	}
}


@media (min-width: 786px)/*786px以上*/{
	
/*	.page-header{
	padding: 15% 10px 25%; 
	
	
}
   */ 
.header-container{
	padding: 15% 10px 25%; 
}
   
	
	.toptitle {
		width: 60%;
	}
	
	.toplogo {
		width: 60%;
	}
	
	.toplogo img {
		width: 100%;
	}
	
}


/*ヘッダーナビゲーション*/
/*
.navbtn {
	display: block;
	width: 65px;
    height: 65px;
	background-image: url("../images/hamburger1.svg");
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	top: 6px;
	left: 6px;
	z-index: 70;
}

.navbtn.close {
	background-image: url("../images/closebtn.svg");
	background-color: #A5E5C3;
	width: 55px;
	height: 55px;
	border : solid 3px #5DAB84;
	z-index: 75;
		
	}*/

/*ul*/
/*.nav-list {
	display: flex;
	flex-direction: column;
	margin:  0;
	padding: 0;
	list-style: none;
	
}

.header-nav {
	background-image: url("../images/Menucolorbar.svg");
	background-size: cover;
	background-color: #A5E5C3;
	position: fixed;
	top:0;
	right: auto;
	z-index: 71;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0 0 5% ;
	margin: 0 auto;
	-ms-overflow-style: none; */   /* IE, Edge 対応 */
	/*scrollbar-width: none; */      /* Firefox 対応 */
	
/*}

.header-nav.collapse {
	display: none;
	
}
*/
/*.nav-listulクラス名*/ /*{
	padding-top: 50px;
	width: 320px;
}


.nav-list li a {
	display: inline-block;
	padding: 30px 20px 0;
	color: #818181;
	font-size: 1.3rem;
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	transform: rotate(0.05deg);*//*文字シャギ防止*/

/*}

.nav-list li a:hover, .nav-sns a:hover {
    color: #F6F5B0;
}

.sono1 {*/
	/*pointer-events: none;
	opacity: 0.5;*/
/*}	*/
	

/*menu内SNSボタン*/
/*.nav-sns {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	position: absolute;
	top: 3vh;
	right: 1vw;
	
	
}

.nav-sns a {
	display:block; 
	padding: 0;
	width: 43px;
	height: 43px;
	font-size: 23px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	background-color: #F0797B;
	color: #FFF ;
	border: solid 2px #FFF ;
	
}*/

	/*SNSアイコン同士の余白*/
/*.nav-sns div {
	margin:20%;*/ /* 0 5% 4% 0;*/
	
/*}


	
@media (min-width: 786px){*/
	
/*
	
.navbtn {
	width: 70px;
    height: 70px;
	background-size: cover;
	top: 3%;
	left: auto;
	}
		


.navbtn.close {
	width: 65px;
	height: 65px;
	
	}

.nav-list li a {
	font-size: 2rem;
	padding-left: 8%;
	line-height: 1.8em;
}

	.nav-list {
		padding-top: 100px;
		width: 100%;
	}	

	
.nav-sns a {
	width: 65px;
	height: 65px;
	font-size: 35px;
	line-height: 55px;
	border: solid 3px;
}
*/

	/*SNSアイコン同士の余白*/
	/*.nav-sns div {
	margin: 15%;0 5% 2% 0;
	
}*/
	
	/*.header-nav {
		margin: 0 auto;
		max-width: 1025px;*/ /*ズレるので応急処置*/
/*				
	}
	}	*/


/*スクロール表示*/

.scrolldown{
	position: absolute;
	right: 5%;
	bottom: -1%;
	display: inline-block;
	animation: arrowmove 4s ease-in-out /*infinite*/;
	
	
}

.scrolldown img {
	width: 15vw;
	max-width: 110px;
}


/*下からの距離が変化(スタートは描画位置のボトムと合わせる)*/ 
		@keyframes arrowmove {
			0%{bottom:-1%;}
			50%{bottom:9%;}
			100%{bottom:-1%;}
			}
		

		
/*スクロールはここまで*/



/*目次1.2.3*/

.menu-section{
	padding : 20% 3% 20px;
	background: /*#A5E5C3;*/ repeating-linear-gradient(90deg,#A5E5C3,#A5E5C3 4%,#FFFDF3 4%,#FFFDF3 8%);
	
}

.menu-section h2{
    text-align: center;
    padding: 20% 0 5%;
    color: #F0797B;
    text-shadow: 1px 1px 0 #9C9F9C,-1px -1px 0 #F3F0F0,-1px 1px 0 #F3F0F0,1px -1px 0 #FFF,0px 1px 0 #F3F0F0,0 -1px 0 #F3F0F0,-1px 0 0 #F3F0F0,1px 0 0 #F3F0F0;
    font-weight: 900;
    font-size: 6.8vw;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);/*文字シャギ防止*/
}


.contents-menu ul{
	display: flex;
	list-style: none;
	list-style-position: inside;
	padding-left: 0; /*必須*/
	padding-top: 15%;
			
}

.contents-menu li{
	background-color: #FFFDF3;
	border: 2px solid #83837F;
	border-radius: 10px; 
	padding: 1%;
	margin: 0.5%;
	text-align: center;
	
}

.contents-menu li a{
	display: block;
	text-decoration: none;
	font-size: 2em;
	font-weight: 900;
	color: #83837F;
	
	
}



.contents-menu img{
	width: 100%;
}


.soon {
	position: relative;
} 
/*画像のグレイアウト*/
.soon img{
	/*filter: brightness(0.4);*/
}

.comingsoon /*.soon p*/{
	position: absolute;
	color: #C9C1C5;
	top: 50%;
	left: 50%;
	transform: translate(-50%,50%);
	padding-inline: 0.2em; 
	font-family:'M PLUS Rounded 1c',sans-serif;/*sketchnote-text,sans-serif*/
	font-weight: bold;
	/*font-style: normal;*/
	font-size: clamp(0.625rem, 0.27rem + 1.89vw, 1.6rem);/*1.2em*/
	/*line-height: 0.8em;*/
	white-space: nowrap;
	margin: 0;
}


.comingsoon {
	/*font-size: 6vw;
	font-weight: 600;*/
}


@media (min-width: 786px){
.contents-menu li:hover{
	background-color:#F88DBC;
	}
	

	
.menu-section {
	margin: 0 auto;
	max-width: 1040px;
	
	}
	
	#menu123 h2{
		padding: 10% 0 5%;
		font-size: 3.6em;
	}
	
.contents-menu ul{
		justify-content: center;
		margin: 0 5%;
		}
	
	
.contents-menu li{
	margin: 3%;
	
}
	
.comingsoon {
	/*font-size: 2.4em;
	font-weight: 600;*/
}


.menu-section h2{
    font-size: 3.8em;
	margin-bottom: 0;
    
}
.contents-menu{
		padding: 3% 0 12%;
}
	

}

/*5つのP*/
.sub {
	/*background: #A5E5C3;*/
	min-height: 667px;
	text-align: center;
	padding: 150px 30px;
	
}

.subbox h1 {
	margin: 5% 0 8%;
	padding: 25px 70px 20px;
	border-radius: 28px;
	border: solid ;
	font-size: 2.5em;
	line-height: 2em;
	background: #FFFDF3;
	font-family:  'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);/*文字シャギ防止*/
		
}


.fiveP {
	font-size: 0.6em;
}

	.subbox h2 {
		font-size: 1.6em;
}

	
.sub-imagebox img {
	width: 100%;
}

.image {
	width: 280px;
	margin: 0 20px 50px;
	padding: 0 5px;
	
}


.subbox p {
		font-size: 1.3rem;
		line-height: 2em;
		margin-top: 5%;
	}

.P5 {
    font-size: 1.8em;
    font-weight: bold;
    color: rgba(0,0,0,0);
    text-shadow: 3px 2px 0 #FD9595;
    -webkit-text-stroke: 1.2px #5B5A5A;
    text-stroke: 1.2px #5B5A5A;
}

.sub-imagebox {
	margin: 50px 0 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.image p {
	font-size: 1.5rem;
	white-space: nowrap;
	
}

.sdgsicon{
	width: 100%;
	padding: 3px;
		
}

.sdgsicon1 {
	padding: 3px;
		
}

.mgl-50 /*パートナーシップの左マージン*/{
		margin-left: -45px;
	}

.pn {
	 /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt" 1;
}



/*br改行クラス*/
.pc-hid, .pc-hid374, .pc-hid398, .pc-hid398nomi {
	display: none;
}

/*5つのP*/
@media (max-width: 785px)/*785px以下*/{
	.sub {
		padding: 50px 15px;
	}
	
	.sub h1 {
		padding: 18px;
		border-radius: 28px;
		margin-left: 5px;
		margin-right: 5px;
		border: solid ;
		font-size: 1.85em;
		line-height: 1.2em;
		
}

	.subbox h2 {
		line-height: 2em;
		font-size: 1.4em;
}

	.subbox p {
		font-size: 1.1rem;
		line-height: 2em;
	}
	
	
.subbox p span/*span追記*/ {
		line-height: 2.5em;
		
	}
	
.image p /*5つP1～5*/{
	font-size: 1.3rem;
	
}
	.mgl-50 /*パートナーシップの左マージン*/{
		margin-left: -6vw;
	}
	
		
	/*br改行クラス　横幅狭くなると改行*/
	.pc-hid {
		display: block;
	}

}/*785以下ここまで*/

@media (max-width: 785px) and (min-width: 399px)/*785px以下399px以上*/ {
	.pc-hid398 {
		display: block;
	}
}
@media (min-width: 399px)/*399px以上*/ {
	.pc-hid398nomi {
		display: block;
	}
}
/*メイン*/


#article1, #article2, #article3 {
	position: relative;
	padding: 80px 10px;	
}

/*その1リニューアルにつき追記*/
/*#article2 {
	border-top: 0.15rem solid #FFFDF3;
}*/
/*ここまで*/


article .main-logo{
	min-width: 160px;
	height: auto;
	position: absolute;
    left: 50%;
	transform: translate(-50%,-50%);
		
}

/*コンテンツ見出し*/

#article1, #article3/*背景*/ {
	
	background: repeating-linear-gradient(90deg,#A5E5C3,#A5E5C3 4%,#FFFDF3 4%,#FFFDF3 8%);
	font-feature-settings: "palt" 1;/* プロポーショナルメトリクス有 */
	
}

.a-h1{
	color: #FFFDF3;
    text-shadow: 2px 0 0 #010A01,0 1px 0 #010A01,-1px 0 0 #010A01,0 -1px 0 #010A01;
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.2em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3%;
	
}


.a-h1 rt /*ルビ*/{
    text-shadow: 1px 0 0 #010A01,0 1px 0 #010A01,-1px 0 0 #010A01,0 -1px 0 #010A01;
	font-size: 0.4em;
	}

.a2p {
	letter-spacing: -0.05em; 
}

/*右上そのわけ*/
.SDGswake{
    color: #5A745E;
    font-weight: bold;
    position: absolute;
    top: 1%;
    right: 2%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);/*文字シャギ防止*/
}



/*コンテンツ内容枠*/
.main-contents{
	background-color: #FFFDF3;
	border: 3px solid #83837F;
	border-radius: 5px;
	margin: 28% 3% 10px;
	
}

/*コンテンツ内小見出し*/
.main-contents p{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #5B5A5A;
    margin: 75px auto 3%;
   	padding-top: 5%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);/*文字シャギ防止*/
	line-height: 2em;
}
  p.mc3 {
  line-height: 2.1rem;
  text-align: center;
}

/*コンテンツ内リスト*/
.main-contents ul{
	padding: 0.8em 3% 0 10%;
	margin-left: 1%;
	/*rubyについて追記*/
	line-height: 160%;
	
}

/*言葉区切り指定*/
.break {
	/*display: inline-block;*/
	white-space: nowrap;/*chrome128~textbeseのつまり防止のため　24/09/09　*/
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/*safariだけ指定 最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .main-contents ul span, .food-mile span, .gcsdgs span, .subbox span, span.break {
	white-space: nowrap;
}

_::-webkit-full-page-media, _:future, :root ruby[data-ruby]::before{
        
    bottom: 96%;/*もともと105％*/
	}

/*// 古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .main-contents ul span, .food-mile span, .gcsdgs span, .subbox span, span.break {
	white-space: nowrap;
	}
	
	::i-block-chrome, ruby[data-ruby]::before{
        /* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
    bottom: 96%;/*もともと105％*/
	}
	
}

/*safariここまで*/

.main-contents li{
	margin-top: 0.5em;
	color: #3B3A3A;
	line-height: 2rem;
	
}

/*フリガナ*/

ruby[data-ruby] {
	position: relative;
		
}

ruby[data-ruby]::before{
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -3em;
    right: -3em;
    transform-origin: bottom center;
    /* ルビの文字サイズを親文字に対する比率で指定 */
    transform: scale(0.45);
    /* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
    bottom: 100%;/*もともと105％*/
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
     white-space: nowrap; /*ルビを段落ちさせないように*/
}
ruby[data-ruby] rt
{
    display: none;
}

ruby {
	white-space: nowrap;
}

@media (min-width: 786px){
	
	.a-h1{
    text-shadow: 4px 0 0 #223522,0 2px 0 #010A01,-1px 0 0 #010A01,0 -1px 0 #010A01;
		font-size: 4em;
}

	.main-contents p{
		font-size: 1.6rem;
		
	}
	
	.main-contents li{
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
	
	.img_container{
		justify-content: center;
		
}
	.main-contents{
		margin: 20% 15% 10px;
		
}
	
	
	.main-logo img {
		width: 200px;
	}
	
	article .main-logo {
		transform: translate(-50%,-65%);
	}
}

/*詳細ボタン*/
.btn{
	text-align: right;
	
}

.btn-sticky{
    display: inline-block;
    padding: 1em 1.2em;
	margin: 10% 3% 3% 0;
    text-decoration: none;
    background: #FFFDF3;
    border-left: solid 8px #85D598;
    color: #659E73; /*文字色*/
	font-size: 0.9em;
    font-weight: 700;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.29);
	font-feature-settings: 0;
	}

.btn-sticky:active {
	box-shadow: inset 0 0 2px rgba(128,128,128,0.1);
	transform: translateY(2px);
}






/*下部コンテンツ*/

/*SDGsについて*/
.bottom-container {
	background: #C3E2F9;
	padding: 5% 4%;	
	line-height: 2em;

}

/*実績数値*/
.bottom-container2 {
	background: repeating-linear-gradient(90deg,#A5E5C3,#A5E5C3 4%,#FFFDF3 4%,#FFFDF3 8%);
	padding: 6px 0 0;
	padding: 5% 4%;	

}


.bottom-container, .bottom-container2, .subtitle {
	text-align: center;
	
}

.bottom-container h1, .bottom-container2, .subtitle {
	font-family: 'M PLUS Rounded 1c'/*, sans-serif*/;
	transform: rotate(0.05deg);/*文字シャギ防止*/
	
}

	.bottom-container2 h1 {
		font-size: 1.75rem;
		line-height: 1.65em;
		
	}
	
	
	

.subtitle/*表のタイトル*/ {
	
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 1%;
		
}

.poster{
	display: flex;
	flex-direction: column;
	
}

.gcsdgs {
	/*font-family: 'Noto Sans JP', sans-serif;*/
	margin: 10% 0 5%;
	line-height: 2.15em;
	font-feature-settings: "palt" 1;/* プロポーショナルメトリクスを有 */
}

.life {
	/* プロポーショナルメトリクスを無効 */
	font-feature-settings: "palt" 0;
	
}

	.pc-hid1040 {
		display: none;
	}

.poster img {
	width: 95%;
}

.gctypeA img {
	width: 100%;
}

.gctypeA {
	padding: 0 2vw;
	margin: 0 auto;
	display: inline-block;
}

/*テーブル*/

table{
  	width: 100%;
  	border-collapse: collapse;
	color: #3C453C;
	font-family: 'Noto Sans JP'/*, sans-serif*/;
	font-feature-settings: "palt" 1;/* プロポーショナル（文字ごとに幅を設定した）メトリクスを有（自動文字詰め）漢字、かな、英数字 */
}

th ruby rt {
	font-size: 0.5em;
}


table th,table td{
  text-align: center;
  border: solid 5px #F8E5E5;
  line-height: 1.9em;
  padding: 15px 0 10px;
	background: #F8D1B0;
}

table th/*回収品回収率*/{
	background: #FBC7A8;
	
}

.table {
	width: 85%;
	text-align: center;
	display: inline-block;
}

/*フードマイレージ*/

.food-mile{
	border: solid 6px #F8E5E5;
	border-radius: 20px;
	background: #F7B6B9 ;
	padding: 0 10px 20px;
	margin: 50px 20px 30px;
	/* プロポーショナルメトリクスを有効にする指定 */
	font-feature-settings: "palt" 1;
}

.title-foodmile {
	margin: 0 0 30px;
	padding: 0 1%;
	line-height: 1.65em;
	font-size: 1.4em;
	
}

.title-foodmile:before {
	content: url("../images/slicebread78_83.svg");
	
	position: relative;
	top: 30px;
	margin: 0 -5px 0 0;
}

.foodmileage {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 200%;
	text-align: justify;
	
	
	
}


.calc1, .calc1a {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 2em;
	background: #FBE4E4;
	padding: 6% 3%;
	display: inline-block;
	margin-top: 0;
		
}

.b, .b1 {
	font-size: 1.35em;
	font-weight: 500;
	}

.b1 {
	line-height: 3rem;
	
}

.calc2/*フードマイレージめざせること*/ {
	font-size: 1.3em;
	font-weight: 500;
	line-height: 2em;
	background: #FBE4E4;
	padding: 3% 5%;
	border: solid 3px #A09F9F;
	display: inline-block;
}

.kome {
	/*line-height: 0.5em;*/
	font-size: 0.8em;
}
@media (max-width: 374px)/*374px以下*/{
	
	.mgl-50 /*パートナーシップ*/{
		font-size: 0.89em;
		margin-left: -5vw;
	}
	
	.pn {
		font-size: 0.87em;
	}
	.mgr25 {
		margin-left: -2em;
	}
	
	.pc-hid374 {
		display: block;
	} 
	
	.mgl25 {
		margin-left: 1em;
	}
	
	.main-contents p {
		font-size: 1.2rem;
	}
	
	
.food-mile{
	margin: 50px 10px 30px;
	
}
	
	.calc1, .calc1a {
		font-size: 1em;}
	
.b1 {
	font-size: 6vw;	
}

	.calc2{
		font-size: 5vw;
	}
	
}
.image {
	margin: 0 auto 50px;
}

@media (min-width: 786px){
	
	.page-bottom {
		width: 100%;
		max-width: 1040px;
	}
	
	/*SDGsについて*/
	.bottom-container{
	
		padding: 100px 20px;
}
	
	.bottom-container h1 {
		font-size: 2.5em;
	}
	
	.bottom-container2 {
		
		padding: 5% 2%;
	}
	
	.bottom-container2 h1 {
		font-size: 2.5em;
		margin-bottom: 50px;
	}
	
.poster img {
	width: 80%;
}

	.gcsdgs {
	font-size: 1.5rem; 
	padding: 0 2%; 
	margin: 10% 3% 5%;
}

	.gctypeA /*GCSDGsロゴ*/{
	width: 60%;
}


	/*ここから実績*/
	
	/*テーブル*/
	.table {
		font-size: 1.3em;
		max-width: 800px;
	}
	
	table th, table td{
		line-height: 2em;/*要確認*/
}

	.bottom-container2 h1 {
		margin-bottom: 50px;
	}
	


	.pc-hid1040 {
		display: block;
	}

/*フードマイレージ*/	
.food-mile{
	margin: 100px auto 30px;
	padding: 0 36px 20px;
	max-width: 800px;
	
}


.title-foodmile {
	font-size: 2rem;
	margin: 40px 0 30px;
	
	
}

.title-foodmile:before {
	position: static;
	vertical-align: middle;
}
	
	
.foodmileage {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2em;
	}

	
.calc1, .calc1a {
	font-size: 1.4em;
	padding: 5% 10%;
	
	
	}
	
	.calc1a {
		padding: 5%;
	}

	
	
	.calc2 {
		line-height: 2.20em;
		padding: 3% 10%;
		
	}

.b {
	font-size: 1.8rem;
	
}

	.mgl-40 {
		margin-left: 40px;
	}
	
}  /*実績pc終わり*/

/*レシピ動画*/
.recipe-container{
	padding: clamp(2.344rem, -4.365rem + 28.63vw, 9.375rem) clamp(0.938rem, 0.639rem + 1.27vw, 1.25rem);
	background: #f7a1bc;
	text-align: center;
	font-family: 'M PLUS Rounded 1c';
	transform: rotate(0.05deg);/*文字シャギ防止*/
}



.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-wrapper p {
	margin-top: 80px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-feature-settings: "palt" 1;
}

span.ytsub {
	font-size: 0.6em;
}

@media (min-width: 786px){
	
	.recipe-container{
		margin: 0 auto;
		max-width: 1040px;
		/*padding: 100px 20px;*/
}
	
	.youtube-wrapper {
		width: 60%;
		margin: 0 auto;
		
	}
	
.youtube-wrapper p {
	margin-top: 100px;
	font-size: 1.4em;
	font-weight: 500;
	
}
	}

.ytsub {
	font-size: 0.8em;
}




/*フッター*/
.page-footer{
	/*background: #A5E5C3;*/
	padding-top: 12%;
	position: relative;
	margin-top: -2px; /*隙間防止*/
	
	
}

.banner {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	
	}
.banner a:hover {
	opacity: .8;
}

.banner div{
	margin: 0 auto 50px;
	text-align: center;
	padding: 0 5vw;
	
}


div.item2 {
	width: 319px;
	padding: 0;
}

.item1 img, .item2 img {
	width: 100%;
}

#genki/*item3*/ {
	
	margin: 0 auto;
}

#genkikun {
	padding: 0 20px 20px 18px;
	
}


#genki a {
	text-decoration: none;
	display: inline-block;
	
}

#genki p {
	font-size: 1.8rem;
	font-weight: 900;
	color: #8fbc8f;
	-webkit-text-stroke: 1px #ff69b4;
	text-stroke: 1px #ff69b4;
	margin-top: -80px;
	
	
}


.footer-container{
	padding: 100px 4% 5%;
	
}

.followus {
    margin: 0 0 15px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.875rem;
    text-align: center;
    color: #6EA767;
}

#sns {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

#sns div {
	margin: 0 2vw;
	}

#sns div a{
	display: block;
	width: 70px;
	height: 70px;
	font-size: 40px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	border: solid 3px #FFFFFF;
}

.ig {
    background-color: #C174AC;
}

.yt {
    background-color:#F14646;
}

.fb {
	background-color: #3B5998;
}

.tw {
	background-color: #000;
	/*background-color: #00acee;*/
}

#sns div a:hover {
	opacity: .8;
}

/*ページ戻るボタン*/

.gotop{
	text-align: right;
	
	/*transform: translate(100%,3%);*/
	
	z-index: 80;
}

.gotop a {
    display: inline-block;
    line-height: 60px;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 6%;
    background: #EFF6CA; 
    border-radius: 50%;
    font-size: 40px;
    text-align: center;
    color:  #2CB06E;
    border: solid 4px #2CB06E;
	transition: all 0.8s 1s ease;
	opacity: 0.9;
}

.gotop a:hover{
	opacity: .8;
}

.footer-container p {
    text-align: center;
	color: #273A2E;
}


@media (min-width: 786px){
	.page-recipe{
		margin: 0 auto;
		max-width: 1040px;
	}
	
	.page-footer {
		margin: 0 auto;
		max-width: 1040px;
		padding: 100px 0 10px;
}
	
	
#sns div {
	margin: 0 10px;
	
}

}



