

body{
	margin: 0;
}
/* ------------------------------
responsive
------------------------------ */

@media screen and (min-width : 641px) {

	.sp {
		display:none!important;
	}
	.pc{
		display: block!important;
	}

}

@media screen and (max-width : 640px) {

	.sp {
		display: block!important;
	}
	.pc {
		display:none!important;
	}

}

img{
	margin:  0 auto;
}

main{
	display: block;
	font-family: 'Noto Sans JP', serif;
	overflow: hidden;
}

.catch{
	margin-top: 30px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 6px;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
p.txt{
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.2;
	letter-spacing: 5px;
}
.sec_ttl{
	text-align: center;
}
.wrap{
	width: 1100px;
	margin: 0 auto;
}
.fade{
	opacity: 0;
	transform: translate(0, 45px);
	-webkit-transform: translate(0, 45px);
	-moz-transform:translate(0, 45px);
	-o-transform:translate(0, 45px);
	-ms-transform:translate(0, 45px);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.fade.effect{
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	cursor: default;
}

@media screen and (max-width: 1024px) {
	main{
		background-size: 100%;
		-webkit-background-size: 100%;
	}
	.wrap{
		width: 100%;
	}

}
@media screen and (max-width: 640px) {
	main{
		overflow: inherit;
	}
	.android main{
		position: relative;
		background-image: none;
	}
	.catch{
		margin-top: 10px;
		font-size: 1.1rem;
		letter-spacing: 3px;
		line-height: 1.8;
	}
	p.txt{
		font-size: 0.9rem;
		letter-spacing: 2px;
		line-height: 2;
	}
	.l-footer{
		position: relative;
	}
}


/* --------------------------------
milk_mv
--------------------------------*/

#milk_mv{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: calc((var(--vh, 1vh) * 100) - 124px);
	position: relative;
	background: url(../img/bg_mv_pc.jpg) 0 0 / cover no-repeat;
	overflow: hidden;
	box-sizing: border-box;
}
#milk_mv::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 194px;
	background: url(../img/bg_mv_grad_pc.png) 0 0 / auto 100% repeat-x;
	z-index: 1;
}
#milk_mv .block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#milk_mv .content{
	position: relative;
	opacity: 0;
}
#milk_mv .ttl{
}
#milk_mv .txt{
	color: #666;
	font-size: 1.125rem;
	line-height: 2.5em;
	text-align: left;
	letter-spacing: 0.26em;
	margin-top: 30px;
}
#milk_mv .en{
	position: absolute;
	bottom: -140px;
	left: 14px;
}
#milk_mv .product{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 546px;
}
#milk_mv .product .inner{
	z-index: 2;
	opacity: 0;
	transition: opacity 0.2s;
}
#milk_mv .product .inner img{
	width: 100%;
	height: auto;
}
#milk_mv .product .img00{
	position: absolute;
	bottom: -38px;
	left: -38px;
	width: 537px;
	height: auto;
	opacity: 0;
	transition: opacity 0.2s;
}
#milk_mv .product .img01{
	width: 76px;
	margin-right: 28px;
	margin-top: 124px;
}
#milk_mv .product .img02{
	width: 131px;
}
#milk_mv .product .img03{
	width: 130px;
	margin-top: 140px;
}
#milk_mv .product .img04{
	width: 148px;
	margin-top: 45px;
}
.navigation{
	width: 100%;
	padding: 80px 0 0;
	z-index: 100;
}
.navigation.is-pc.is-fixed{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	margin: 0;
}
.navigation ul{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}
.navigation ul li{
	width: 300px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.15em;
}
.navigation ul li:nth-child(2){
	width: 337px;
	border-left: 1px solid #7880A2;
	border-right: 1px solid #7880A2;
}
.navigation ul li a{
	position: relative;
	display: block;
	color: #595757;
	padding: 0 0 28px;
	transition: 0.3s;
}
.navigation ul li a:hover{
	opacity: 0.6;
	text-decoration: none;
}
.navigation ul li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 22px;
	height: 8px;
	background: url(../img/icon_nav_arrow.svg) 0 0 / 100% auto no-repeat;
	transform: translateX(-50%);
}
@media screen and (min-width : 641px) {
	.navigation.is-sp{
		display: none!important;
	}
}
@media screen and (max-width : 640px) {
	#milk_mv{
		display: block;
		/*height: calc((var(--vh, 1vh) * 100) - 75px);
		min-height: 157vw;*/
		height: auto;
		background: #fff;
		box-sizing: border-box;
		padding: 11vw 0 0;
	}
	#milk_mv::before{
		content: none;
	}
	#milk_mv .block{
		display: flex;
		align-items: center;
		justify-content: start;
		flex-flow: column;
		height: 100%;
	}
	#milk_mv .content{
		width: 100%;
	}
	#milk_mv .ttl{
		width: 58.7vw;
		margin: 0 auto;
	}
	#milk_mv .txt{
		font-size: 3.4vw;
		text-align: center;
		line-height: 2.7;
		margin-top: 6.3vw;
	}
	#milk_mv .en{
		width: 55vw;
		bottom: -19vw;
		right: -6vw;
		left: auto;
	}
	#milk_mv .product{
		width: 100%;
		padding: 0 12vw 10vw 15vw;
		box-sizing: border-box;
		margin-top: 10vw;
	}
	#milk_mv .product .img01{
		width: 11.2vw;
		margin-top: 16.2vw;
		margin-right: 3vw;
	}
	#milk_mv .product .img02{
		width: 18vw;
	}
	#milk_mv .product .img03{
		width: 18vw;
		margin-top: 19vw;
	}
	#milk_mv .product .img04{
		width: 19vw;
		margin-top: 6vw;
	}
	#milk_mv .product .img00{
		left: 5.65vw;
		bottom: 0;
		width: 88.7vw;
	}
	
	.navigation{
		width: 100%;
		height: 13vw;
		padding: 0;
		transition: opacity 0.3s;
	}
	.navigation ul{
		background: #7880A2;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.navigation ul li{
		font-size: 3.4vw;
	}
	.navigation ul li a{
		background: #7880A2;
		color: #fff;
		padding: 0;
	}
	.navigation ul li:nth-child(2){
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.navigation ul li a::before{
		content: none;
	}
	.navigation.is-pc{
		display: none;
	}
	.navigation.is-sp{
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		/*pointer-events: all;
		opacity: 1;*/
		transition: transform 0.3s;
	}
	.navigation.is-sp.is-stop.is-hide{
		/*pointer-events: all;
		opacity: 1;*/
		transform: translateY(0);
	}
	.navigation.is-sp.is-hide{
      transform: translateY(13vw);
      /*
		pointer-events: none;
		opacity: 0;
      */
	}
	.navigation.is-sp.is-end{
		pointer-events: all!important;
		opacity: 1!important;
		transform: translateY(0);
	}
	
}

@keyframes ttl {
	0%{
		opacity: 0;
		transform: translateY(15px);
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes img {
	0%{
		transform: translateY(15px);
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}

#milk_mv.is-start .content{
	animation: ttl 1s 0s cubic-bezier(0.19, 0.24, 0.39, 0.78);
	animation-fill-mode: forwards;
}
#milk_mv.is-start .img00{
	animation: img 1s 0s cubic-bezier(0.19, 0.24, 0.39, 0.78);
	animation-fill-mode: forwards;
}
#milk_mv.is-start .product .img01{
	animation: img 1s 1s cubic-bezier(0.19, 0.24, 0.39, 0.78);
	animation-fill-mode: forwards;
}
#milk_mv.is-start .product .img02{
	animation: img 1s 1.25s cubic-bezier(0.19, 0.24, 0.39, 0.78);
	animation-fill-mode: forwards;
}
#milk_mv.is-start .product .img03{
	animation: img 1s 1.5s cubic-bezier(0.19, 0.24, 0.39, 0.78);
	animation-fill-mode: forwards;
}
#milk_mv.is-start .product .img04{
	animation: img 1s 1.75s cubic-bezier(0.19, 0.24, 0.39, 0.78);
	animation-fill-mode: forwards;
}

/* --------------------------------
milk_about
--------------------------------*/

#milk_about{
	padding-top: 150px;
}
#milk_about .intro{
	text-align: center;
}
#milk_about .intro .block{
	position: relative;
}
#milk_about .intro .en{
	text-align: center;
}
#milk_about .intro .ttl{
	text-align: center;
	font-size: 1.75rem;
	letter-spacing: 0.2em;
	line-height: 1.0;
	margin: 50px 0 57px;
}
#milk_about .intro .ttl span{
	color: #7880A2;
	font-weight: 700;
}
#milk_about .intro .txt{
	font-size: 0.875rem;
	letter-spacing: 0.26em;
	text-align: center;
	line-height: 2;
	margin-top: 40px;
}
#milk_about .intro .txt span{
	color: #7880A2;
	font-weight: 700;
}
#milk_about .intro .img01{
	position: absolute;
	top: -45px;
	right: -248px;
	width: 425px;
	height: auto;
}
#milk_about .intro .img02{
	position: absolute;
	top: 170px;
	left: -406px;
	width: 614px;
	height: auto;
}
#milk_about .point{
	position: relative;
	background: url(../img/bg_point.jpg) 0 0 / 100% 100% no-repeat;
	background-attachment: fixed;
	padding: 100px 0;
	margin-top: 60px;
}
#milk_about .point::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}
#milk_about .point::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}
#milk_about .point .block{
	position: relative;
	background: rgba(223,231,243,0.6);
	text-align: center;
	border-radius: 10px;
	z-index: 3;
}
#milk_about .point .block::before{
	content: '';
	pointer-events: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 144px;
	height: 170px;
	border-top: 1px solid #7880A2;
	border-left: 1px solid #7880A2;
	border-top-left-radius: 5px;
}
#milk_about .point .inner{
	padding: 115px 0 65px;
}
#milk_about .point .inner::before{
	content: '';
	pointer-events: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 144px;
	height: 170px;
	border-bottom: 1px solid #7880A2;
	border-right: 1px solid #7880A2;
	border-bottom-right-radius: 5px;
}
#milk_about .point .block + .block{
	margin-top: 170px;
}
#milk_about .point .block .en{
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
}
#milk_about .point .block .ttl{
	text-align: center;
	margin: 0;
}
#milk_about .point .block01 .img01{
	display: block;
	text-align: center;
	margin: 40px 0 0;
}
#milk_about .point .block01 .sub{
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.8;
	color: #647295;
	margin: 40px 0 20px;
}
#milk_about .point .block .txt{
	font-size: 0.875rem;
	line-height: 2;
	letter-spacing: 0.28em;
	color: #595757;
}
#milk_about .point .block .txt span{
	font-weight: 700;
	color: #647295;
}
#milk_about .point .block01 .link{
	font-size: 1rem;
	text-align: center;
	line-height: 1.0;
	margin: 40px 0 30px;
}
#milk_about .point .block01 .link a{
	position: relative;
	text-decoration: underline;
	color: #3A5680;
	padding: 0 1.125em 0 0;
	transition: 0.3s;
}
#milk_about .point .block01 .link a:hover{
	color: #9EA4BC;
}
#milk_about .point .block01 .link a::before{
	content: '';
	position: absolute;
	top: 0.25em;
	right: 0;
	width: 9px;
	height: 17px;
	background: url(../img/icon_arrow_bl.svg) 0 0 no-repeat;
}
#milk_about .point .block01 .link a:hover::before{
	background: url(../img/icon_arrow_gr.svg) 0 0 no-repeat;
}
#milk_about .point .block01 .img02{
	display: block;
	text-align: center;
	width: 616px;
	margin: 0 auto;
}
#milk_about .point .block01 .img02 img{
	width: 100%;
	height: auto;
}
#milk_about .point .block01 .notes{
	width: 616px;
	font-size: 0.75em;
	text-align: right;
	margin: 1em auto 0;
}
#milk_about .point .block02 .inner{
	padding-top: 85px;
}
#milk_about .point .block02 .img01{
	width: 221px;
	height: auto;
	margin: 36px 0 15px;
}
#milk_about .point .block02 .img02{
	display: block;
	text-align: center;
	margin: 30px 0 0;
}
#milk_about .point .block02 .notes{
	width: 400px;
	font-size: 0.75em;
	text-align: right;
	margin: 0.2em auto 0;
}
#milk_about .point .block03 .inner{
	padding-bottom: 115px;
}
#milk_about .point .block03 .notes{
	width: 565px;
	font-size: 0.75em;
	text-align: right;
	margin: 0 auto;
}
#milk_about .point .block03 .img01{
	display: block;
	width: 565px;
	margin: 68px auto 0;
}
#milk_about .point .block03 .img01 img{
	width: 100%;
	height: auto;
}
#milk_about .point .block03 .img02{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	width: 740px;
	height: 176px;
	background: url(../img/img_point_03-2_pc.png) 0 0 no-repeat;
	box-sizing: border-box;
	padding-left: 200px;
	margin: 28px auto 43px;
}
#milk_about .point .block03 .txt{
	text-align: left;
}
#milk_about .point .cotton{
	position: relative;
	width: 600px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	padding: 30px 0 70px;
}
#milk_about .point .cotton .ttl{
	font-size: 1.438rem;
	text-align: center;
	letter-spacing: 0.13em;
	color: #7880A2;
	font-weight: 500;
}
#milk_about .point .cotton .txt{
	text-align: center;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 1em 0 2em;
}
#milk_about .point .cotton .detail{
	text-align: center;
	font-size: 0.875rem;
	font-weight: 300;
	margin-top: 0.8em;
}
#milk_about .point .block03 .img03{
	display: block;
	margin-right: 6px;
}
#milk_about .point .block03 .arrow{
	position: absolute;
	bottom: -117px;
	left: 100px;
}
#milk_about .point .btn{
	position: absolute;
	left: 50%;
	bottom: -33px;
	width: 380px;
	height: 65px;
	text-align: center;
	font-size: 1rem;
	background: none;
	padding: 0;
	margin: 0;
	transform: translateX(-50%);
}
#milk_about .point .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	letter-spacing: 0.004em;
	background: #7880A2;
	padding: 0;
	border-radius: 5em;
	transition: 0.3s;
}
#milk_about .point .btn a:hover{
	background: #A4A9C0;
	text-decoration: none;
}
#milk_about .point .btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 17px;
	background: url(../img/icon_arrow_wh.svg) 0 0 / 100% 100% no-repeat;
	border: 0;
	transform: translateY(-50%);
}
#milk_about .point .block04{
	position: relative;
	width: 900px;
	background: rgba(223,231,243,0.6);
	text-align: center;
	border-radius: 10px;
	padding: 68px 0 50px;
	margin: 70px auto 0;
	z-index: 2;
}
#milk_about .point .block04 .movie{
	position: relative;
	width: 650px;
	height: 366px;
	margin: 0 auto;
}
#milk_about .point .block04 .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
#milk_about .point .block04 .movie .play-btn{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
#milk_about .point .block04 .movie .play-btn:hover{
	background: rgba(255,255,255,0.3);
}
#milk_about .point .block04 .movie .play-btn.played{
	display: none;
}
#milk_about .point .block04 .sub{
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #595757;
	margin: 55px 0 25px;
}
#milk_about .point .block04 .other{
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.05em;
	color: #595757;
	margin: 64px 0 0;
}
@media screen and (max-width: 640px) {
	#milk_about{
		padding-top: 0;
	}
	#milk_about .intro{
		background: #fff;
		padding-top: 14vw;
	}
	#milk_about .intro .en{
		width: 35.2vw;
		margin: 0 auto;
	}
	#milk_about .intro .ttl{
		font-size: 5.2vw;
		line-height: 1.5;
		margin: 4vw 0 9.6vw;
	}
	#milk_about .intro .txt{
		position: relative;
		line-height: 2.3;
		font-size: 3.4vw;
		margin-top: 8.3vw;
		z-index: 2;
	}
	#milk_about .intro .img{
		display: block;
		width: 63.2vw;
		margin: 0 auto;
	}
	#milk_about .intro .img01{
		width: 46vw;
		top: 20vw;
		right: -14.2vw;
	}
	#milk_about .intro .img02{
		width: 71.7vw;
		top: auto;
		bottom: -14vw;
		left: -34vw;
		z-index: 1;
	}
	#milk_about .point{
		background: none;
		margin-top: 0;
		padding: 24.8vw 5.7vw;
	}
	#milk_about .point .bg::before{
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/bg_point.jpg) center center / cover no-repeat;
		z-index: -1;
	}
	#milk_about .point .block::before{
		top: 2.6vw;
		left: 2.3vw;
		width: 19vw;
		height: 10vw;
	}
	#milk_about .point .block::after{
		content: '';
		pointer-events: none;
		position: absolute;
		top: 2.6vw;
		right: 2.3vw;
		width: 19vw;
		height: 10vw;
		border-top: 1px solid #7880A2;
		border-right: 1px solid #7880A2;
		border-top-right-radius: 5px;
	}
	#milk_about .point .inner::before{
		content: '';
		pointer-events: none;
		position: absolute;
		bottom: 2.6vw;
		right: 2.3vw;
		width: 19vw;
		height: 10vw;
		border-bottom: 1px solid #7880A2;
		border-right: 1px solid #7880A2;
		border-bottom-right-radius: 5px;
	}
	#milk_about .point .inner::after{
		content: '';
		pointer-events: none;
		position: absolute;
		bottom: 2.6vw;
		left: 2.3vw;
		width: 19vw;
		height: 10vw;
		border-bottom: 1px solid #7880A2;
		border-left: 1px solid #7880A2;
		border-bottom-left-radius: 5px;
	}
	#milk_about .point .inner{
		padding: 27.4vw 0 15.6vw;
	}
	#milk_about .point .block .en{
		top: -8.2vw;
		width: 28.7vw;
	}
	#milk_about .point .block .ttl{
		height: 5.2vw;
	}
	#milk_about .point .block .ttl img{
		width: auto;
		height: 100%;
	}
	#milk_about .point .block01 .img01{
		width: 34vw;
		margin: 11.7vw auto 0;
	}
	#milk_about .point .block01 .sub{
		font-size: 4.2vw;
		line-height: 1.7;
		margin: 7.8vw 0 5.2vw;
	}
	#milk_about .point .block .txt{
		font-size: 3.4vw;
		line-height: 2.4;
	}
	#milk_about .point .block01 .link{
		font-size: 3.7vw;
		margin: 11.7vw 0 7.8vw;
	}
	#milk_about .point .block01 .link a::before{
		top: 0.3em;
	}
	#milk_about .point .block01 .img02{
		width: auto;
		padding: 0 3vw;
	}
	#milk_about .point .block01 .notes{
		width: auto;
		font-size: 2.7vw;
		margin: 2vw 3vw 0;
	}
	#milk_about .point .block + .block{
		margin-top: 27vw;
	}
	#milk_about .point .block02 .inner{
		padding-top: 25vw;
	}
	#milk_about .point .block02 .ttl{
		height: 10.4vw;
	}
	#milk_about .point .block02 .img01{
		width: 50vw;
		margin: 10vw 0 11.7vw;
	}
	#milk_about .point .block02 .img02{
		margin: 9.4vw 5vw 0;
	}
	#milk_about .point .block02 .notes{
		width: auto;
		font-size: 2.7vw;
		margin: 1vw 4vw 0;
	}
	#milk_about .point .block03 .inner{
		padding-bottom: 26vw;
	}
	#milk_about .point .block03 .img01{
		width: auto;
		margin: 14.3vw 4.2vw 0;
	}
	#milk_about .point .block03 .notes{
		width: auto;
		font-size: 2.6vw;
		margin: 2vw 4vw 0;
	}
	#milk_about .point .block03 .img02{
		display: block;
		width: auto;
		height: auto;
		background: url(../img/img_point_03-2_sp.png) right 0 / 45.6vw auto no-repeat;
		padding: 3.1vw 0 0;
		margin: 7.8vw 3.1vw 0 5.9vw;
	}
	#milk_about .point .block03 .img02 .txt{
		line-height: 1.9;
		letter-spacing: 0.1em;
	}
	#milk_about .point .cotton .ttl{
		font-size: 4.4vw;
		line-height: 1.3;
	}
	#milk_about .point .cotton .txt{
		font-size: 3.7vw;
		line-height: 1.4;
	}
	#milk_about .point .cotton{
		width: auto;
		padding: 9.3vw 0 13vw;
		margin: 6.8vw 6.5vw 0;
	}
	#milk_about .point .block03 .img03{
		margin: 0 15vw 0 7.3vw;
	}
	#milk_about .point .block03 .arrow{
		width: 17.2vw;
		bottom: -13vw;
		left: -3vw;
	}
	#milk_about .point .cotton .detail{
		font-size: 3.4vw;
		line-height: 1.7;
		font-weight: 400;
		margin: 5.2vw 0 0;
	}
	#milk_about .point .btn{
		width: 58.7vw;
		height: 13vw;
		bottom: -6.8vw;
		letter-spacing: 0;
		font-size: 3.4vw;
	}
	#milk_about .point .btn a{
		letter-spacing: -0.05em;
		box-sizing: border-box;
	}
	#milk_about .point .cotton .btn a{
		padding-bottom: 0.2em;
	}
	#milk_about .point .btn a::before{
		width: 1.8vw;
		height: 3.1vw;
		background-size: 100% 100%;
	}
	#milk_about .point .block04{
		width: auto;
		padding: 7.6vw 6.8vw 9.2vw;
		margin-top: 0;
	}
	#milk_movie{
		padding-top: 13vw;
	}
	/*
	#milk_about .point .block04::before{
		content: '';
		display: block;
		width: 1px;
		height: calc(13vw + 75px);
		margin-top: calc((13vw + 75px) * -1);
	}
	*/
	#milk_about .point .block04 .ttl{
		width: 66.8vw;
		margin: 0 auto;
	}
	#milk_about .point .block04 .sub{
		font-size: 3.4vw;
		letter-spacing: 0.05em;
		line-height: 1.7;
		margin: 6.5vw 0 9.4vw;
	}
	#milk_about .point .block04 .movie{
		width: 100%;
		height: 43vw;
	}
	#milk_about .point .block04 .movie .play-btn img{
		width: 14.3vw;
	}
	#milk_about .point .block04 .other{
		font-size: 3.4vw;
		margin: 12vw 0 0;
	}
}



#milk_other{
	background: #fff;
	padding: 60px 0 95px;
}
#milk_other .bnr{
	width: 850px;
	text-align: center;
	margin: 0 auto 100px;
}
#milk_other .bnr img{
	width: 100%;
	height: auto;
}
#milk_other .bnr .link{
	display: block;
	transition: 0.3s;
}
#milk_other .bnr .link:hover{
	opacity: 0.6;
}
#milk_other .bnr .img{
	display: block;
}
#milk_other .info{
	text-align: center;
	color: #595757;
	font-size: 1.125rem;
	line-height: 1.4;
	letter-spacing: 0.16em;
}
#milk_other .btnWrap{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
#milk_other .btnWrap .btn{
	position: relative;
	width: 48%;
	height: 180px;
	transition: 0.3s;
}
#milk_other .btnWrap .btn:hover{
	opacity: 0.6;
}
#milk_other .btnWrap .btn::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 117px;
	height: 40px;
	border-top: 1px solid #80AAE0;
	border-left: 1px solid #80AAE0;
}
#milk_other .btnWrap .btn::after{
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 117px;
	height: 40px;
	border-top: 1px solid #80AAE0;
	border-right: 1px solid #80AAE0;
}
#milk_other .btnWrap .btn01 .link{
	background: #DAE2EF;
}
#milk_other .btnWrap .btn02 .link{
	background: #F0E2E3;
}
#milk_other .btnWrap .btn .link{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
}
#milk_other .btnWrap .btn .link::before{
	content: '';
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 117px;
	height: 40px;
	border-bottom: 1px solid #80AAE0;
	border-left: 1px solid #80AAE0;
}
#milk_other .btnWrap .btn .link::after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 117px;
	height: 40px;
	border-bottom: 1px solid #80AAE0;
	border-right: 1px solid #80AAE0;
}
#milk_other .btnWrap .btn02::before,
#milk_other .btnWrap .btn02::after,
#milk_other .btnWrap .btn02 .link::before,
#milk_other .btnWrap .btn02 .link::after{
	border-color: #E7B6BC;
}
#milk_other .btnWrap .btn .link:hover{
	text-decoration: none;
}
#milk_other .btnWrap .btn .ttl{
	font-size: 1.375rem;
	line-height: 1.0;
	margin: 0 0 1em;
}
#milk_other .btnWrap .btn .txt{
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
	#milk_other{
		padding: 0 5.7vw 17.2vw;
	}
	#milk_other .bnr{
		width: 100%;
		margin-bottom: 18.3vw;
	}
	#milk_other .info{
		font-size: 3.4vw;
		line-height: 1.7;
	}
	#milk_other .btnWrap{
		display: block;
		margin-top: 6.3vw;
	}
	#milk_other .btnWrap .btn{
		width: 74.3vw;
		height: 32.6vw;
		margin: 0 auto;
	}
	#milk_other .btnWrap .btn .ttl{
		font-size: 4.4vw;
		margin-bottom: 0.8em;
	}
	#milk_other .btnWrap .btn .txt{
		font-size: 3.5vw;
	}
	#milk_other .btnWrap .btn + .btn{
		margin-top: 11.7vw;
	}
	#milk_other .btnWrap .btn::before{
		top: 2.3vw;
		left: 2.3vw;
		width: 16.3vw;
		height: 6vw;
	}
	#milk_other .btnWrap .btn::after{
		top: 2.3vw;
		right: 2.3vw;
		width: 16.3vw;
		height: 6vw;
	}
	#milk_other .btnWrap .btn::before{
		top: 2.3vw;
		left: 2.3vw;
		width: 16.3vw;
		height: 6vw;
	}
	#milk_other .btnWrap .btn .link::before{
		bottom: 2.3vw;
		left: 2.3vw;
		width: 16.3vw;
		height: 6vw;
	}
	#milk_other .btnWrap .btn .link::after{
		bottom: 2.3vw;
		right: 2.3vw;
		width: 16.3vw;
		height: 6vw;
	}
}

#milk_history{
	background: url(../img/bg_history_pc.jpg) center center / cover no-repeat;
	padding: 190px 0 130px;
}
#milk_history .inner{
	position: relative;
	width: 1184px;
	height: 2530px;
	background: url(../img/bg_history_inner_pc.png) center center / cover no-repeat;
	margin: 0 auto;
	padding-top: 120px;
	box-sizing: border-box;
}
#milk_history .ttl{
	position: absolute;
	top: -64px;
	left: 50%;
	width: 585px;
	transform: translateX(-50%);
	margin: 0;
}
#milk_history .ttl .img{
	display: block;
}
#milk_history .ttl .img img{
	width: 100%;
	height: auto;
}
#milk_history .intro{
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.625;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	color: #413F3F;
}
#milk_history .block{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 980px;
	margin: 180px auto 0;
}
#milk_history .block + .block{
	margin-top: 120px;
}
#milk_history .block.reverse{
	flex-flow: row-reverse;
}
#milk_history .block .content{
	position: relative;
	width: 520px;
	padding-left: 42px;
	box-sizing: border-box;
}
#milk_history .block .ttl{
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	margin-bottom: 30px;
}
#milk_history .block .ttl img{
	width: auto;
	height: 24px;
}
#milk_history .block .en{
	position: absolute;
	top: 0;
	left: 0;
}
#milk_history .block .txt{
	font-size: 1rem;
	line-height: 1.875;
	letter-spacing: 0;
	text-align: left;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
#milk_history .block .txt + .txt{
	margin-top: 1.875em;
}
#milk_history .block .txt span{
	font-weight: bold;
}
#milk_history .block .photo{
	width: 410px;
}
#milk_history .block .photo img{
	width: 100%;
	height: auto;
}
#milk_history .block.wide .content{
	width: 100%;
}
#milk_history .block .column{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#milk_history .block .column .txt{
	width: 48%;
}
#milk_history .block .column .txt + .txt{
	margin-top: 0;
}
@media screen and (max-width: 640px) {
	#milk_history{
		padding: 18.3vw 2.6vw 31.3vw;
		background-size: 330% 100%;
	}
	#milk_history .inner{
		width: 100%;
		height: 777vw;
		background: url(../img/bg_history_inner_sp.png) 0 0 / 100% auto no-repeat;
		padding-top: 18.3vw;
	}
	#milk_history .ttl{
		top: -9.2vw;
		width: 77vw;
	}
	#milk_history .intro{
		font-size: 3.9vw;
		line-height: 2.1;
	}
	#milk_history .block{
		display: block;
		width: auto;
		margin: 20vw 0 0;
		padding: 0 14.3vw;
	}
	#milk_history .block .content{
		width: auto;
		padding: 0;
	}
	#milk_history .block .en{
		left: -7.2vw;
		width: 3.1vw;
	}
	#milk_history .block .ttl{
		width: auto;
		margin: 0 0 7.2vw;
	}
	#milk_history .block .ttl img{
		width: 61.1vw;
		height: auto;
	}
	#milk_history .block .txt{
		font-size: 3.4vw;
		line-height: 1.7;
	}
	#milk_history .block .txt + .txt,
	#milk_history .block .column .txt + .txt{
		margin-top: 1.4em;
	}
	#milk_history .block .photo{
		width: 100%;
		margin-top: 7.4vw;
	}
	#milk_history .block + .block{
		margin-top: 22vw;
	}
	#milk_history .block .column{
		display: block;
	}
	#milk_history .block .column .txt{
		width: 100%;
	}
}
