#nahe {
	color: #fffde6;
	letter-spacing: 0.05em;
}
#nahe .inner {
	width: 100%;
	max-width: 1140px !important;
	margin-top: 0;
}
#nahe a {
	color: #fffde6;
	text-decoration: underline;
}



/*==================================================
ふわっ
===================================*/

#nahe .fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

#nahe .delay-time02{
animation-delay: 0.3s;
}

#nahe .delay-time04{
animation-delay: 0.7s;
}

#nahe .delay-time06{
animation-delay: 1.1s;
}

#nahe .delay-time08{
animation-delay: 1.5s;
}

#nahe .main-visual {
	background: #d7bc6e;
}
#nahe .main-img {
	display: flex;
	width: 98%;
    margin: 0 auto;
}
#nahe .img1 img {
	transform: rotate(-2deg);
}
#nahe .img2 img {
	transform: rotate(2deg);
}
#nahe .img3 img {
	transform: rotate(-2deg);
}

#nahe .main-visual h2 {
	    width: 264px;
    margin: 0 auto;
    padding: 6% 0 4%;
}
#nahe h3 {
	color: #fffde6;
    
}
#nahe .main-visual h3 {
	text-align: center;
    padding: 4%;
	font-size: 20px;
	line-height: 1.8;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	margin: 0;
	
}
#nahe .item1 {
	background: #93cb8c;
}
#nahe .item2 {
	background: #ed9262;
}
#nahe .item3 {
	background: #7d98bb;
}
#nahe .item4 {
	background: #d7bc6e;
}
#nahe .fadein {
  opacity : 0;
  transition : all 1s;
}
  
#nahe .fadein.active{
  opacity : 1;
}
#nahe .contents-item {
	padding-bottom: 3%;
}
#nahe .contents-item h2 {
	margin-top: 0;
	position: relative;
    padding: 4% 2% 2%;
    margin-bottom: 6%;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
	letter-spacing: normal;
}
#nahe h2 {
	font-family: "mendl-serif-dawn", sans-serif;
font-weight: 400;
font-style: normal;
}
#nahe .item1 h2 {
	color: #3f633d;
	
}
#nahe .item1 h2::before {
	border-bottom: 2px solid #3f633d;
}
#nahe .item2 h2 {
	color: #86442c;
}
#nahe .item2 h2::before {
	border-bottom: 2px solid #86442c;
}
#nahe .item3 h2 {
	color: #455263;
}
#nahe .item3 h2::before {
	border-bottom: 2px solid #455263;
}
#nahe .contents-item h2::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    content: '';
}
#nahe .top {
	box-sizing: border-box;
        display: flex;
}
#nahe .item2 .top,#nahe .item4 .top {
	flex-direction: row-reverse;
}
#nahe .top .item-img {
	width: 50%;
    padding: 0 3%;
}
#nahe .top .item-text {
	width: 50%;
    padding: 0 3%;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	z-index: 1;
	    font-size: 16px;
	line-height: 1.6;
	    text-align: left;
}
#nahe .item1 .bottom,#nahe .item3 .bottom {
	flex-direction: row-reverse;
}
#nahe .bottom {
	box-sizing: border-box;
        display: flex;
        
}
#nahe .item3 .bottom .vid_contents {
	margin-top: -33%;
}
#nahe .bottom .vid_contents {
            margin: 0 0;
    margin-top: -24%;
    width: 50%;
    padding: 0 3%;
}
#nahe .bottom .item-text {
	width: 50%;
	padding: 1% 3%;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}
#nahe div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
}
#nahe video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}
#nahe .btn-buy {
	background-color: #000;
	border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	
}
#nahe .btn-buy a {
	text-decoration: none;
	padding: 0 8px;
	color: #fffde6;
}

#nahe .link-online {
	position: relative;
}
#nahe br.sp {
	display: none;
}
@media (max-width: 767px) {
	#nahe section .inner {
		width: 100% !important;
	}
	#nahe .main-visual h2 {
		width: 46%;
		padding: 10% 0;
	}
	#nahe .main-img {
		position:relative;
		height: 95vw;
	}
	#nahe .main-visual h3 {
    	padding: 8%;
		font-size: 20px;
		text-align: left;
		line-height: 1.6;
	}
	#nahe .img1 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#nahe .img2 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	#nahe .img3 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
	}
	#nahe .contents-item h2 {
		font-size: 28px;
		margin-bottom: 8%;
		text-align: center;
		padding: 4%;
	}
	#nahe .delayScroll {
		width: 92%;
        margin: 0 auto;
	}
	#nahe .top,#nahe .bottom{
		display: inline;
	}
	#nahe .top .item-img {
		        width: 90%;
		padding: 0;
        margin: 0 auto;
	}
	#nahe .top .item-text {
		        width: 100%;
        padding: 7% 9%;
		font-size: 16px;
        letter-spacing: 0.03em;
		text-align: left;
		        line-height: 1.8;
	}
	#nahe .bottom .item-text {
		        width: 100%;
        padding: 7% 9%;
		font-size: 14px;
        letter-spacing: normal;
		text-align: left;
	}
	#nahe .bottom .vid_contents {
		width: 100%;
		margin: 0 !important;
		padding: 0;
	}
	
	#nahe .contents-item {
		padding:6% 0;
	}
	#nahe .contents-item h2::before {
		width: 40px;
	}
	#nahe br.sp {
		display: inline;
	}
}