@font-face {
font-family: "analogue";
src: url("analogue-webfont.woff") format('woff');
}





* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul, li{
  list-style:none;
}



img{
  width:100%;
  height:auto;
}

a{
	display: block;
	color: #000000;
	text-decoration:none;
}


video{
	display:block;
  width:100%;
  height:auto;
}

::selection {
  background-color: #000;
  color:#fff;
}


.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #fff;
}


.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}








.font_bold{
  font-weight:bold;
}

.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}












html{
	overflow-x: hidden;
}


body {
	line-height: 180%;
	font-family: yu-gothic-pr6n, sans-serif;
	color:#000;
	overflow-x: hidden;
}


.space{
	height:130px;
}

/* 共通ページ */



#footer{
	background:#ef7f00;
	padding:100px 0;
}

.footer_wrap{
	width: 500px;
	margin: 0 auto;
}

.footer_box {
	display:flex;
	margin-bottom:40px;
}

.footer_box:last-child {
	margin-bottom:0px;
}


.footer_box > div{
	margin-right:40px;
}

.footer_box a{
	font-family: "analogue", sans-serif;
	font-size:26px;
	color:#000000;
	width:100%;
	display:inline-block;
}


.footer_box a span{
	border-bottom:1px solid #fff;
}




.main_content{
  padding-left:30%;
  padding-right:70px;
}


.inner{
  max-width:1180px;
  position: relative;
  margin:0 auto;
  padding: 0px 60px;
}



	.main_p{
	position:relative;
	line-height: 0;
	}

	.top_logo{
	width: 28%;
	position:absolute;
	top:50%;
	right:10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.main_detail{
	padding-top:150px;
	padding-bottom:150px;
	background-image:url(../img/main_detail_bg.gif);
	background-size: cover;
	width: 100%;
	height: 100%;
}






.main_logo{
	text-align:center;
}

.main_logo p{
	display:inline-block;
	width:600px;
}


.main_note{
		margin-top:30px;
}

.main_note p{
	text-align:center;
	line-height:180%;
	font-size: 12pt;
	color:#1e2066;
}




.insta_link {
	text-align:center;
	margin-top:80px;
}


.insta_link > p{
	font-size:11pt;
	line-height:100%;
}

.insta_link > a{
	display:inline-block;
	width:300px;
}



.st_sec{
		position:relative;;
}


.wrap{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

.wrap_w{
	display: flex;
	justify-content: space-between;
	padding:0 60px;
}



.link_btn{
	margin-top: 40px;
	text-align:center;
}

.link_btn_wrap{
	position: relative;
	display:inline-block;
}

.link_btn a{
	display: block;
	font-family: "analogue", sans-serif;
	font-weight:500;
	font-size:58px;
	padding: 30px 50px;
	background:#ef7f00;
	color:#fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}


.link_btn a:before, .link_btn a:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 80px;
  top: 5px;
  left: 0;
  background: #ef7f00;
	transform: translate3d(0,0,0);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.link_btn a:before {
  animation: anime 1s ease-out infinite;
}

.link_btn a:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.1,1.4); opacity:0}
}




.main_detail_wrap{
	position:relative;
}


.main_detail_wrap:after{
	content:"";
	position:absolute;
	z-index:99;
	top:0;
	right:0;
	width:70px;
	height:100%;
	background-image:url(../img/side_border.jpg);
	background-size: contain;
}

.main_detail_wrap:before{
	content:"";
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	width:70px;
	height:100%;
	background-image:url(../img/side_border.jpg);
	    background-size: contain;
}




.contents_link{
	padding: 150px 0;
	text-align:center;
}

.contents_link_title p{
	font-size:58px;
				font-family: "analogue", sans-serif;
				color:#1e2066;
}

.contents_link_title p span{
	display:inline-block;
	width:70px;
	vertical-align: middle;
}



.contents_link_list {
	margin-top:80px;
	display:flex;
	justify-content: center;
	gap:120px;
}

.contents_link_list a{
    font-size: 50px;
    font-family: "analogue", sans-serif;
    color: #a70004;
    text-align: center;
	display: inline-block;
				line-height:150%;
				-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
				-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
				-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
				-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
				transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
			}
			
			.contents_link_list a:hover{
				color: #fff;
				text-shadow: -1px 1px 5px #a70004, 1px -1px 5px #a70004;
				-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
				-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
				-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
				-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
				transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}

.contents_link_list a span{
	display:block;
	font-size:26px;
	line-height: 100%;
	margin-top:10px;
			}
			
			





.check{
	display:inline-block;
	line-height: 100%;
}


.check a{
	font-size: 15px;
	font-weight:bold;
}


.caption p{
	font-size:15px;
}







#sec01{
	max-width:1480px;
	margin:0 auto;
	position: relative;
}

	#sec01:after {
	content:"";
	position:absolute;
	bottom:0;
	z-index:-99;
	width:100%;
	height: 20%;
	background-image: url(../img/main_detail_bg.gif);
	background-size: cover;
	}


.sec01_wrap{
	background:#e6f4f5;
	padding:300px 0 200px;
	border-bottom-left-radius: 500px;
}


.sec01_01_01{
	width:100%;
	display:flex;
	margin-left: 13%;
}


.sec01_01_01 > div{
	width:33.3333%;
	margin-left:-13%;
}


.sec01_01_01_text{
	margin-top:15px;
	margin-left: 20%;
	display:inline-block;
}

.sec01_01_01_text p{
	font-family: "analogue", sans-serif;
				font-size:4.2vw;
				line-height: 100%;
	color:#1f4a9e;
}

.sec01_01_01_text p a{
	color:#1f4a9e;
}






.sec01_02{
	position:relative;
	margin-top:300px;
}

.sec01_02_01{
	width:45%;
	position:absolute;
	right:0;
}

.sec01_02_02{
	width:52%;
	padding-top:100px;
}

.sec01_02_02_text{
	margin-top:15px;
	padding-left:40px;
}

#sec01 .check a{
color:#f39800;
}





.sec01_03{
	position: relative;
	max-width:1280px;
	margin:200px auto 0;
	padding:0 100px;
}


.sec01_03_01{
	position:relative;
}

.sec01_03_01_img{
	padding-left: 30%;
}

.sec01_03_01_text{
				position:absolute;
				z-index: 99;
				top: 20%;
				left: -50px;
			}


			.sec01_03_01_text p{
				font-family: "analogue", sans-serif;
				font-size: 4.2vw;
				line-height:100%;
				color:#8fc31f;
			}

.sec01_03_01_text02{
	margin-top:15px;
	text-align:right;
}

			.sec01_03_02{
				position: absolute;
				width: 32%;
				top: 50%;
				transform: translateX(-150%);
				-webkit-transform: translateX(-150%);
				-moz-transform: translateX(-150%);
				-o-transform: translateX(-150%);
				-ms-transform: translateX(-150%);
			}
			
			
			
	.sec01_03_02.active{
				transform: translateX(0%);
				-webkit-transform: translateX(0%);
				-moz-transform: translateX(0%);
				-o-transform: translateX(0%);
				-ms-transform: translateX(0%);
				-webkit-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-moz-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-ms-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-o-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
			}


.sec01_04{
	position: relative;
	max-width:1280px;
	margin:250px auto 0;
	padding:0 100px;
}


			.sec01_04_01{
				padding-left: 30%;
				padding-right: 10%;
				position:relative;
				z-index: 99;
			}
			
			.sec01_04_01_text{
				top:0;
				left:0;
				position:absolute;
				padding-left: 30%;
				padding-right: 10%;
				z-index: 99;
			}
			
			
			
.sec01_04_02{
	width:45%;
	margin-top:-200px;
}

.sec01_04_02_text{
	text-align: center;
	float: left;
	margin-left: 60px;
			}
			
			
			
			
			
			




			.sec01_btn{
				position: relative;
				max-width:1280px;
				margin:100px auto 0;
				padding:0 100px;
				text-align:right;
				transform: translateX(150%);
				-webkit-transform: translateX(150%);
				-moz-transform: translateX(150%);
				-o-transform: translateX(150%);
				-ms-transform: translateX(150%);
			}
			
			.sec01_btn.active{
				transform: translateX(0%);
				-webkit-transform: translateX(0%);
				-moz-transform: translateX(0%);
				-o-transform: translateX(0%);
				-ms-transform: translateX(0%);
				-webkit-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-moz-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-ms-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-o-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
			}


.look_btn{
	width:350px;
	display:inline-block;
}


.sec01_copy{
	padding:200px 0;
}

.sec01_copy p{
	font-family: "analogue", sans-serif;
	font-size:4.8vw;
	color:#48b78e;
	text-align:center;
}







#sec02{
	padding: 200px 0 700px;
	position: relative;
}


#sec02:after{
	content:"";
	position:absolute;
	z-index:99;
	top:0;
	right:0;
	width:80px;
	height:100%;
	background-image:url(../img/side_border.jpg);
	background-size: contain;
}

#sec02:before{
	content:"";
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	width:80px;
	height:100%;
	background-image:url(../img/side_border.jpg);
	    background-size: contain;
}



.sec02_wrap{
	max-width:1080px;
	margin:0 auto;
	padding:0 100px;
}

.sec02_wrap > div{
	margin-bottom:150px;
}

.sec02_wrap > div:last-child{
	margin-bottom:0px;
}



.sec02_img{
	display: flex;
	justify-content: space-between;
	gap:50px;
}

.sec02_img > div{
	width:50%;
}


.sec02_title p{
				font-family: "analogue", sans-serif;
				font-size:4.2vw;
				line-height: 100%;
	color:#a70004;
	text-align:center;
}

.sec02_img{
	margin-top:30px;
}

.sec02_text{
	margin-top:10px;
	text-align:right;
}


.sec02_wrap > div:nth-child(2) .sec02_text{
	text-align:left;
}


			.sec02_btn{
				margin-top:100px;
				text-align: center;
				-webkit-transform: translateX(150%);
				-moz-transform: translateX(150%);
				-o-transform: translateX(150%);
				-ms-transform: translateX(150%);
			}
			
			.sec02_btn.active{
				transform: translateX(0%);
				-webkit-transform: translateX(0%);
				-moz-transform: translateX(0%);
				-o-transform: translateX(0%);
				-ms-transform: translateX(0%);
				-webkit-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-moz-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-ms-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-o-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
		}
		
		


#sec02 .check a{
	color:#a70004;
}




#sec03 {
	
}

#sec03 .check a{
color:#f39800;
}




.sec03_img{
	position:relative;
}

.sec03_img > div.main{
	width:80%;
}


.sec03_img > div.sub{
	position:absolute;
	right:0;
	bottom:-80px;
	width:40%;
}

.sec03_01 .sec03_img > div.sub{
	width:35%;
}





#sec03{
	padding:200px 0;
	position: relative;
	z-index:99;
	overflow: hidden;
	border-top-right-radius: 500px;
	margin-top:-500px;
	background: #fcf8d6;
	
}

	#sec03:after {
	content:"";
	position:absolute;
	top:0;
	z-index:-99;
	width:100%;
	height: 100%;
	background-image: url(../img/sec03_bg.webp);
	background-size: contain;
	}


.sec03_wrap{
	max-width:1080px;
	margin:0 auto;
	padding:0 80px;

}

.sec03_wrap > div{
				overflow: hidden;
				margin-bottom:150px;
				position: relative;	
}

.sec03_wrap > div:last-child{
	margin-bottom:0px;
}


.sec03_title p{
	font-family: "analogue", sans-serif;
				font-size:4.2vw;
				line-height:100%;
	color:#22ac38;
	text-align:center;
	line-height: 100%;
}


.sec03_02 .sec03_title p{
	color:#f777b7;
}

.sec03_03 .sec03_title p{
	color:#e83c42;
}



			.sec03_img{
				margin-top: 80px;

			}
			.sec03_img > div.main{
				opacity: 0;
				transform: scale(.7);
			}
			
			.sec03_img.active > div.main{
				opacity: 1;
				transform: scale(1);
				-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
				-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
				-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
				-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
				transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
			}

.sec03_text{
	margin-top:100px;
	float:right;
	text-align:center;
}



			.sec03_02 .sec03_img > div.main{
				margin-left: 20%;
			}
			

			

.sec03_02 .sec03_text{
	float:left;
}

.sec03_02 .sec03_img > div.sub {
	left: 0;
	right:auto;
}
			
			
			
			
			
			


.sec03_btn{
	margin-top:100px;
	text-align: center;
				transform: translateX(150%);
				-webkit-transform: translateX(150%);
				-moz-transform: translateX(150%);
				-o-transform: translateX(150%);
				-ms-transform: translateX(150%);
			}
			
			.sec03_btn.active{
				transform: translateX(0%);
				-webkit-transform: translateX(0%);
				-moz-transform: translateX(0%);
				-o-transform: translateX(0%);
				-ms-transform: translateX(0%);
				-webkit-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-moz-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-ms-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				-o-transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
				transition: 1.8s cubic-bezier(0.78, .18, .34, .98);
			}


.sec03_04{
	margin-top:200px;
}


.sec03_04_img{
	max-width:580px;
	margin:0px auto;
}

			
			
			
			
			
			
			.icon_cherry01{
				position: absolute;
				z-index: 99;
				width: 150px;
				right: 8%;
				top: 40%;
			}
						
			.icon_cherry02{
				position: absolute;
				z-index: 99;
				width: 170px;
				left: 5%;
				top: 65%;
			}
			
									
			.icon_cherry03{
				position: absolute;
				z-index: 99;
				width: 90px;
				right: 40%;
				top: 85%;
			}
			
			
			
			
						.icon_pineapple{
				position: absolute;
				left: 20px;
				bottom: 154px;
				width: 180px;
			}
			
						
			.icon_cherry04{
				position: absolute;
				bottom: 150px;
				left: 160px;
				width: 140px;
			}
			
			
			.icon_apple01{
				position: absolute;
				right: 100px;
				bottom: 195px;
				width: 130px;
			}
			
						
			.icon_cherry05{
				position: absolute;
				bottom: 150px;
				right: 160px;
				width: 140px;
			}
			
			
			.icon_apple02{
				position: absolute;
				left:70px;
				bottom: 178px;
				width: 130px;
			}
			
						
			.icon_lemon01{
				position: absolute;
				bottom: 150px;
				left: 160px;
				width: 90px;
			}
			
			
			.icon_lemon02{
				position: absolute;
				bottom: -30px;
				right: -50px;
				width: 90px;
			}
			
			
			
			
			/*アニメーション*/
			.ani_yura01{
				animation: yura01 2s linear infinite;
				scale: 1;
			}
			
						/*アニメーション*/
			.ani_yura02{
				animation: yura02 2s linear infinite;
				scale: 1;
			}
			
			@keyframes yura01{
				0%  {transform:rotate(0deg);}
				25% {transform:rotate(-5deg);}
				50% {transform:rotate(0deg);}
				75% {transform:rotate(5deg);}
				100% {transform:rotate(0deg);}
			}
						
			@keyframes yura02{
				0%  {transform:rotate(0deg);}
				25% {transform:rotate(5deg);}
				50% {transform:rotate(0deg);}
				75% {transform:rotate(-5deg);}
				100% {transform:rotate(0deg);}
			}
			
			
			.active .ani_kuru01{
				animation: kuru01 2s linear;;
			}
			
			@keyframes kuru01{
				0% { -webkit-transform: rotate(0deg); }
				50%  { -webkit-transform: rotate(180deg); }
				100%   { -webkit-transform: rotate(360deg);}
			}
			
			
			
						
			.active .ani_kuru02{
				animation: kuru02 2s linear;;
			}
			
			@keyframes kuru02{
				0% { -webkit-transform: rotate(0deg); }
				50%  { -webkit-transform: rotate(-180deg); }
				100%   { -webkit-transform: rotate(-360deg);}
			}
			
			
			
			
			
			
			
			
			
			
			
			.sp_img{
				display:none!important;
			}







@media screen and (max-width: 768px) {
  
  
  
  img{
  width:100%;
  height:auto;
}

.sp_img{
  display:block!important;
}

.pc_img{
  display:none!important;
}


.inner {
  padding: 0px 30px;
	}
	
	
	
	
	.top_logo {
		position: absolute;
		bottom: 50px;
		top: auto;
		left: 0;
		width: 100%;
		padding: 0 10%;
		transform: none;
		-webkit-transform:none;
		-moz-transform:none;
		-o-transform: none;
		-ms-transform:none;
	}
	
	
	
	
	
	.wrap {
    padding: 0 20px;
}
	
	.wrap_w {
    padding: 0 20px;
	}
	
	
	.detail {
	   margin-top: 10px;
	}
	
	
	.detail p {
		font-size: 12pt;
		line-height: 180%;
	}
	
	.detail p a{
		font-size: 8pt;
		line-height:160%;
		margin-bottom:0px;
		margin-top: 5px;
		display:inline-block;
	}
	
	
	
	#sec01 {
		padding: 0px;
	}
	
	
	
	
	.main_note {
		margin-top: 30px;
		padding: 0 50px;
	}
	
	
	.main_note p {
		font-size: 15px;
		text-align: left;
	}
	
	
	
	.main_logo p {
		width: 80%;
	}
	
	
	.wrap {
		display: block;
		padding: 0 0px;
	}
	
	.wrap_w {
		display: block;
		padding: 0 0px;
	}
	
	
	.link_btn_wrap {
		width: 70%;
	}
	
	
	
	.link_btn a {
		font-size: 28px;
		line-height: 100%;
		padding: 20px 20px;
	}
	
	
	.link_btn a:before, .link_btn a:after {
					height: 85px;
				}
	
	.main_detail {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	
	
	
	.item_list {
		padding: 80px 40px;
	}
	
	.item_list .wrap > div {
		width: 100%;
		margin-bottom: 60px;
	}
	
	.item_list .wrap > div:last-child {
		margin-bottom: 0px;
	}
	
	
	
	
	
	
	#footer {
    padding: 60px 0;
	}
	
	
	.footer_wrap {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	
	.footer_box {
		display: block;
		text-align: center;
	}
	
	.footer_box > div{
			width: 50%;
		margin: 0 auto;
	}
	
	.footer_box a {
		font-size: 20px;
		margin-top: 10px;
	}
	
	
	
	.item_list .detail a::after {
		display:none;
	}
	
	
	
	.main_detail_wrap:before {
		width: 20px;
	}
	
	.main_detail_wrap:after {
		width: 20px;
	}
	
	
	
	.contents_link {
		padding: 60px 0;
	}
	
	
	.contents_link_title p {
		font-size: 10.5vw;
	}
	
	
	.contents_link_title p span {
		width: 48px;
	}
	
	
	.contents_link_list {
		display: block;
		margin-top:40px;
	}
	
	
	.contents_link_list a {
		display: block;
		margin-bottom: 30px;
		font-size: 40px;
	}
	
	.contents_link_list a:last-child {
		margin-bottom: 0px;
	}
	
	
	
	
	.contents_link_list a span {
		font-size: 18px;
		line-height: 100%;
		margin-top: 0px;
	}
	
	
	.caption p {
		font-size: 13px;
	}
	
	.check a {
		font-size: 14px;
	}

	
	
	
	
	.sec01_wrap {
		background: #e6f4f5;
		padding: 100px 0 100px;
		border-bottom-left-radius: 200px;
	}
	
	
	
	
	.sec01_01_01 > div {
		width: 42%;
	}
	
	.sec01_01_01_text {
		margin-top: 5px;
		margin-left: 18px;
	}
	
	
	
	
	
	.sec01_01_01_text p {
		font-size: 22px;
	}
	
	
	.sec01_02 {
		margin-top: 80px;
	}
	
	
	
	
	.sec01_02_01 {
		width: 100%;
		padding-left:20%;
		position: relative;
		right: 0;
	}
	
	
	.sec01_02_02 {
		width: 70%;
		padding-top: 20px;
	}
	
	
	.sec01_03 {
		margin: 100px auto 0;
		padding: 0 20px;
	}
	
	.sec01_03_01_img {
		margin-top: 20px;
		padding-left: 15%;
	}
	
	.sec01_03_01_text {
		position: static;
	}
	
	
	.sec01_03_01_text p {
		font-size: 24px;
		text-align: center;
	}
	
	
	.sec01_03_02 {
		width: 44%;
	}
	
	
	.sec01_04 {
		padding: 0 20px;
		margin: 150px auto 0;
	}
	
	.sec01_04_02 {
		width: 60%;
		margin-top: -80px;
	}
	
	
	.sec01_btn {
		padding: 0 20px;
		text-align: center;
	}
	
	
	.look_btn {
		width: 45%;
	}
	
	.sec01_copy {
		padding: 100px 0;
	}
	
	
	
	
	.sec01_copy p {
		font-size: 42px;
		line-height: 130%;
	}
	
	
	.sec01_03_01_text02 {
		width: 100%;
		margin-top: 55px;
		text-align: left;
		position: absolute;
	}
	
	
	
	.sec01_04_02_text {
    text-align: left;
    float: none;
    margin-left: 0px;
	}
	
	
	
	
	#sec02 {
		padding: 80px 0 400px;
		position: relative;
	}
	
	
	
	.sec02_wrap {
		padding: 0 40px;
	}
	
	
	
	#sec02:after {
		width: 20px;
	}
	
	#sec02:before {
		width: 20px;
	}
	
	.sec02_title p {
		font-size: 28px;
	}
		
	
	
	.sec02_img {
		display: block;
		width: 70%;
		margin: 30px auto 0;
	}
	
	
	.sec02_img > div {
		width: 100%;
	}
	
	
	.sec02_text {
		text-align: center;
	}
	
	.sec02_wrap > div:nth-child(2) .sec02_text {
		text-align: center;
	}
	
	.sec01_02_02_text {
		padding: 0 20px;
	}
	
	
	
	
	#sec03 {
		padding: 100px 0;
		border-top-right-radius: 200px;
		margin-top: -300px;
	}
	

	
	
	
	.sec03_title p {
		font-size: 28px;
	}
	
	.sec03_wrap {
		padding: 0 50px;
	}
	
	.sec03_wrap > div {
		margin-bottom: 100px;
	}
	
	
	
	.sec03_img {
		margin-top: 30px;
	}

	
	
	
	
	.sec03_img > div.main {
		width: 100%;
	}
	
	
	.sec03_02 .sec03_img > div.main {
		margin-left: 0;
	}
	
	
	.sec03_img > div.sub {
					bottom: -100px;
					width: 50%;
				}
				
				
				.sec03_01 .sec03_img > div.sub{
					bottom: -70px;
					width:40%;
				}
	
	.sec03_text {
		margin-top: 0px;
		float: left;
		text-align: center;
	}
	
	
	.sec03_02 .sec03_text {
		float: right;
	}
	
	
	
	.sec03_04 {
		margin-top: 100px;
	}
	
	.sec03_04 .link_btn_wrap {
		width: 80%;
	}
	
				
				.sec03_04 .link_btn a:before, .sec03_04 .link_btn a:after {
					height: 60px;
				}
	
				
				
				
				
				.icon_cherry01{
					width: 70px;
					right: 8%;
					top: 40%;
				}
						
			.icon_cherry02{
					width: 90px;
					left: 5%;
					top: 42%;
			}
			
				
			.icon_cherry03{
					width: 50px;
					right: 36%;
					top: 75%;
			}
			
				
				.icon_pineapple{
					left: 15px;
					bottom: 93px;
					width: 65px;
			}
			
						
			.icon_cherry04{
					left: 65px;
					bottom: 90px;
					width: 65px;
			}
			
			
			.icon_apple01{
					right: 22px;
					bottom: 140px;
					width: 50px;
			}
			
						
			.icon_cherry05{
					bottom: 115px;
					right: 40px;
					width: 58px;
			}
			
			
			.icon_apple02{
					left: 0px;
					bottom: 150px;
					width: 50px;
			}
			
						
			.icon_lemon01{
					bottom: 135px;
					left: 30px;
					width: 40px;
			}
			
			
			.icon_lemon02{
				bottom: -10px;
				right: -10px;
				width: 40px;
			}
	
	
	
	
	
}




@media screen and (min-width: 1480px) {
				
				
				
				.sec01_01_01_text p {
					font-size: 60px;
				}
				.sec01_03_01_text p {
					font-size: 60px;
				}
				
				.sec01_copy p {
					font-size: 75px;
				}
				
				
				.sec02_title p {
					font-size: 60px;
				}
				
				.sec03_title p{
					font-size: 60px;
				}
				
				
				
}












