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

body{
	background:#FFFF99;
    padding: 10px;
	max-width: 100%;
	margin: 0;
	padding: 60px 0 0 0;
	position: relative;
	text-align: center;
	line-height: 1.6em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-overflow-scrolling: touch;
}

h1{
	max-width: 100%;
	height: auto;
}

p{
	margin: 0;
}

.withtea__logo {
	position: absolute;
	left: 20px;
	top: 25px;
}

@media screen and (max-width:600px){
	.withtea__logo{
		width: 75px;
	    height: auto;
	}
}

#header{
	width: 100%;
	background: linear-gradient( #ffcc00, #ffff99 );
	margin-bottom: 40px;
}

@media screen and (max-width:600px){
	#header{
		margin-bottom: 20px;
	}
}

.header__contents{
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	background: linear-gradient( #ffcc00, #ffff99 );
	height: 400px;
}

.header__contents_sp{
	width: 100%;
	height: auto;
}

@media screen and (max-width:600px){
	.header__contents{
		display: none;
	}
	h1{
		margin: 10px 0;
	}
}

@media screen and (min-width:601px){
	.header__contents_sp{
		display: none;
	}
}

.header__title{
	width: 100%;
	height: auto;
}

.header__imgL {
	padding: 50px 10px 0 0;
	width: 25%;
	height: auto;
	max-width: 251px;
}

.header__imgR {
	padding: 0 0 30px 10px;
	width: 25%;
	height: auto;
	max-width: 251px;
}

.header__bgImg{
	background: url("img/bg_border.jpg") repeat-x;
	height: 30px;
}

.point{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.point1 , .point2 , .point3 , .point4{
	position: relative;
	width: 20%;
	padding: 0 10px;
}

.point__inner{
	width: 100%;
    height: auto;
}

.point1__img{
	position: absolute;
	left: -5px;
    top: 30px;
    width: 35%;
    height: auto;
}

.point3__img{
	position: absolute;
	right:0;
	bottom:0px;
}

.point4__img{
	position: absolute;
	right:0;
	bottom:0px;
}

@media screen and (max-width:600px){
	.point1 , .point2 , .point3 , .point4{
		width: 70%;
		padding: 10px 0 0;
	}
	.point1__img{
		left: -30px;
		top: 45px;
	}
	.point3__img{
		right: -15px;
	    bottom: 30px;
	}
	.point4__img{
		right: -10px;
	    bottom: 30px;
	}
}

.youtube {
	background: #ffe400;
	padding: 10px;
	margin-top: 40px;
}

.youtube__title{
	padding: 20px 0;
}

@media screen and (max-width:600px){
	.youtube__movie{
		width: 100%;
	}
}
.youtube__movie {
	margin: 0 auto;
	position: relative;
	max-width: 560px;
	height: 0;
	padding-bottom: 330px;
	overflow: hidden;
	margin-bottom: 30px;
}

@media screen and (max-width:550px){
	.youtube__movie{
		padding-bottom: 56.25%;
	}
}


.youtube__movie iframe {
  	width: 100%;
  	height: 100%;
	max-height: 315px;
 	position: absolute;
 	top: 0;
  	left: 0;
}

.youtube__recipe_01 {
	background: #ffffff;
	padding: 30px 20px;
	max-width: 760px;
	margin: 30px auto;
}
.youtube__recipe_02 {
	background: #ffffff;
	padding: 30px 20px;
	max-width: 410px;
	margin: 30px auto;
}

h2{
	background: linear-gradient(transparent 50%, #fce067 50%);
	display: inline;
	color: #692b09;
	line-height: 1.5;
	font-size: 17pt;
}

@media screen and (max-width:600px){
	.youtube__recipe{
		padding: 30px 10px;
	}
}

.youtube__text{
	margin-top: 20px;
}

.youtube__recipePh {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.youtube__recipePh01 {
	width: 100%;
	height: auto;
	padding-top: 20px;
}

@media screen and (max-width:600px){
	.youtube__recipePh01 {
		margin-right: 0;
	}
}

.youtube__recipePh02 {
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.tobuy{
	padding: 50px 0;
}

@media screen and (max-width:600px){
	.tobuy{
		padding: 20px 10px;
	}
}


.tobuy__btn{
	transition: all 0.3s ease 0s;
	width: 100%;
	height: auto;
	max-width: 800px;
}

.tobuy__btn:hover{
	opacity: 0.8;
}

.copywrite{
	padding: 30px 0 10px;
}

.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	transition: all 1s ease 0s;
}


/* margin */
.mgt2  {margin-top: 2px !important;}
.mgt3  {margin-top: 3px !important;}
.mgt4  {margin-top: 4px !important;}
.mgt5  {margin-top: 5px !important;}
.mgt7  {margin-top: 7px !important;}
.mgt8  {margin-top: 8px !important;}
.mgt10 {margin-top:10px !important;}
.mgt15 {margin-top:15px !important;}
.mgt20 {margin-top:20px !important;}
.mgt25 {margin-top:25px !important;}
.mgt30 {margin-top:30px !important;}
.mgt35 {margin-top:35px !important;}
.mgt40 {margin-top:40px !important;}
.mgt45 {margin-top:45px !important;}
.mgt50 {margin-top:50px !important;}
.mgt55 {margin-top:55px !important;}
.mgt60 {margin-top:60px !important;}

.mgl5  {margin-left: 5px !important;}
.mgl10 {margin-left:10px !important;}
.mgl15 {margin-left:15px !important;}
.mgl20 {margin-left:20px !important;}
.mgl25 {margin-left:25px !important;}
.mgl30 {margin-left:30px !important;}

.mgr5 {margin-right:5px !important;}
.mgr10 {margin-right:10px !important;}
.mgr15 {margin-right:15px !important;}
.mgr17 {margin-right:17px !important;}
.mgr20 {margin-right:20px !important;}
.mgr21 {margin-right:21px !important;}
.mgr25 {margin-right:25px !important;}
.mgr30 {margin-right:30px !important;}
.mgr47 {margin-right:47px !important;}
