@media screen and (max-width: 767px) {
	.c-r1-home__slider-nav-arrow-left {
		left: 11vw;
	}
}

@media screen and (max-width: 767px) {
	.c-r1-home__slider-nav-arrow-right {
		right: 12vw;
	}
}

.c-r1-home__cm-link {
	bottom: 76px;
	left: calc(50% - 450px);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.c-r1-home__cm-link {
		bottom: calc(76/1023*100vw);
		left: calc(50% - calc(450/1023*100vw));
	}
}

@media screen and (max-width: 767px) {
	.c-r1-home__cm-link {
		left: calc(45/750*100vw);
		right: auto;
		bottom: calc(100/750*100vw);
	}
}

@media screen and (min-width:768px) {
	.c-r1-home__products-img {
		max-width: 684px;
		margin-left: auto;
		margin-right: auto
	}
}

/* 20231109 追加：sustainability */
.c-r1-home__sustainability {
	color: #141d24;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ececec));
	background: linear-gradient(180deg, white 0, #ececec 100%);
	padding: 82px 0 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

@media screen and (max-width:767px) {
	.c-r1-home__sustainability {
		padding: calc(55 / 750 * 100vw) 0 calc(48 / 750 * 100vw);
	}
}

.c-r1-home__sustainability::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: url(/dairies/yogurt/meiji-r1/assets/img/slide_shadow.png) left top repeat-x;
	z-index: 15
}

.c-r1-home__sustainability h2 {
	font-family: Noto Sans JP, sans-serif;
	margin-bottom: 48px;
	text-align: center;
	font-size: 2.4rem;
	color: #323232;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.c-r1-home__sustainability h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width:767px) {
	.c-r1-home__sustainability h2 {
		margin-bottom: calc(53 / 750 * 100vw);
		font-size: calc(25/375*100vw);
	}
}

.c-r1-home__sustainability h2>span {
	display: block;
	font-family: Noto Sans JP, sans-serif;
	font-weight: 400;
	letter-spacing: .08rem;
	font-size: .9375rem;
	color: #c09b0f;
}

@media screen and (max-width:767px) {
	.c-r1-home__sustainability h2>span {
		font-size: calc(12/375*100vw);
	}
}

.c-r1-home__sustainability-text {
	font-size: 1.125rem;
	margin: 0 15px;
}

@media screen and (max-width:767px) {
	.c-r1-home__sustainability-text {
		font-size: calc(28 / 750 * 100vw);
		margin: 0;
	}
}

.c-r1-home__sustainability-link {
	margin-top: 90px;
}

@media screen and (max-width:767px) {
	.c-r1-home__sustainability-link {
		margin-top: calc(64 / 750 * 100vw);
	}
}

/* 20231215 追記：movie */
.c-r1-home__movie {
	color: #141d24;
	position: relative;
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;

	width: 100%;
	z-index: 10;
}

@media screen and (max-width:767px) {
	.c-r1-home__movie {
		padding: calc(118 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
	}
}

@media screen and (max-width:767px) {
	.c-r1-home__movie-item {
		max-width: 100%;
		padding-left: calc(40 / 750 * 100vw);
		padding-right: calc(40 / 750 * 100vw);
	}
}

@media screen and (max-width:767px) {
	.c-r1-home__movie-thumb {
		padding-bottom: calc(17 / 750 * 100vw);
	}	
}

@media screen and (max-width:767px) {
	.c-r1-home__movie-thumb-play img {
		width: 100%;
		height: auto;
	}
}

.c-r1-home__movie::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: url(/dairies/yogurt/meiji-r1/assets/img/slide_shadow.png) left top repeat-x;
	z-index: 15
}

.c-r1-home__movie h2 {
	font-family: Noto Sans JP, sans-serif;
	margin-bottom: 27px;
	text-align: center;
	font-size: 2.4rem;
	color: #323232;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.c-r1-home__movie h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width:767px) {
	.c-r1-home__movie h2 {
		margin-bottom: calc(75 / 750 * 100vw);
		font-size: calc(25/375*100vw);
	}
}

.c-r1-home__movie h2>span {
	display: block;
	font-family: Noto Sans JP, sans-serif;
	font-weight: 400;
	letter-spacing: .08rem;
	font-size: .9375rem;
	color: #c09b0f;
}

@media screen and (max-width:767px) {
	.c-r1-home__movie h2>span {
		font-size: calc(12/375*100vw);
	}
}

.c-r1-home__movie-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 456px;
	margin: 30px auto 0;
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.c-r1-home__movie-button {
		max-width: calc(456/1024*100vw);
	}
}

@media screen and (max-width:767px) {
	.c-r1-home__movie-button {
		max-width: calc(560/750*100vw);
		margin-top: calc(46/750*100vw);
	}
}

.c-r1-home__movie-button li {
	width: 50%;
}

@media screen and (min-width:768px) {
	.c-r1-home__movie-button li {
		cursor: pointer;
	}
}

@media screen and (min-width:768px) {
	.c-r1-home__movie-button li:hover span:before {
		background-image: url(/dairies/yogurt/meiji-r1/assets/img/btn-cm-play-hover.svg);
	}
}

.c-r1-home__movie-button li:not(:first-child) {
	margin-left: 24px;
}

@media screen and (max-width:767px) {
	.c-r1-home__movie-button li:not(:first-child) {
		margin-left: calc(30/750*100vw);
	}
}

.c-r1-home__movie-button li label {
	cursor: pointer;
}

.c-r1-home__movie-button li input {
	display: none;
}

.c-r1-home__movie-button li span {
	position: relative;
	display: block;
	height: 60px;
}

@media screen and (max-width:767px) {
	.c-r1-home__movie-button li span {
		height: calc(65/750*100vw);
	}
}

.c-r1-home__movie-button li span:before,
.c-r1-home__movie-button li span:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 216px;
	height: 60px;
	left: 0;
	top: 0;
}

@media screen and (min-width:768px) and (max-width:1023px) {

	.c-r1-home__movie-button li span:before,
	.c-r1-home__movie-button li span:after {
		width: calc(216/1024*100vw);
		height: calc(60/1024*100vw);
	}
}

@media screen and (max-width:767px) {

	.c-r1-home__movie-button li span:before,
	.c-r1-home__movie-button li span:after {
		width: calc(270/750*100vw);
		height: calc(65/750*100vw);
	}
}

@media screen and (min-width:768px) {
	.c-r1-home__movie-button-15seconds span {
		color: #fffdf8;
	}
}

.c-r1-home__movie-button-15seconds span:before {
	background-image: url(/dairies/yogurt/meiji-r1/assets/img/btn-cm-play-pc.svg);
}

@media screen and (max-width:767px) {
	.c-r1-home__movie-button-15seconds span:before {
		background-image: url(/dairies/yogurt/meiji-r1/assets/img/btn-cm-play-sp.svg);
	}
}

.c-r1-home__movie-text {
	text-align: center;
	margin-top: 35px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	padding-right: 20px;
}

@media screen and (max-width:767px) {
	.c-r1-home__movie-text {
		margin-top: calc(43/750*100vw);
		font-size: calc(14.5/375*100vw);
	}
}

.c-r1-home__movie-text a {
	color: #020202;
	border-bottom: 1px solid;
	line-height: 1;
	display: inline-block;
	position: relative;
}

.c-r1-home__movie-text a:before {
	position: absolute;
	content: '';
	width: 19px;
	height: 19px;
	right: -24px;
	top: -4px;
	background: url(/dairies/yogurt/meiji-r1/assets/img/arrow_black.png) no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
	.c-r1-home__movie-text a:before {
		width: calc(19/375*100vw);
		height: calc(19/375*100vw);
		top: calc(-4/375*100vw);
		right: calc(-24/375*100vw);
	}
}

/* 20231215 追記：modal */
.c-r1-modal__player-text {
	text-align: center;
	margin-top: 20px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}

.c-r1-modal__player-text a {
	color: #020202;
	border-bottom: 1px solid;
	line-height: 1;
	display: inline-block;
	position: relative;
}

.c-r1-modal__player-text a:before {
	position: absolute;
	content: '';
	width: 19px;
	height: 19px;
	right: -24px;
	top: -4px;
	background: url(/dairies/yogurt/meiji-r1/assets/img/arrow_black.png) no-repeat;
	background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
	.c-r1-home__about {
		background-size: cover;
		padding: 88px 0 72px;
		height: 355px;
	}

	.c-r1-home__about-link .c-r1-btn {
		margin-top: 55px;
	}
}

@media screen and (max-width: 767px) {
	.c-r1-home__about-link {
		margin-top: calc(25/375*100vw);
	}
}

/* 20231205 追記 */
@media screen and (max-width:767px) {
	.c-r1-home__cm:before {
		box-shadow: none;
		background: none;
	}
}

/* 20240220 追記 */
.c-r1-home__buy {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ececec));
	background: linear-gradient(180deg, white 0, #ececec 100%);
	padding: 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width:767px) {
	.c-r1-home__buy {
		padding: calc(105/750*100vw) 0 calc(121 / 750 * 100vw)
	}
}

.c-r1-home__buy:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: url(/dairies/yogurt/meiji-r1/assets/img/slide_shadow.png) left top repeat-x;
	z-index: 15
}

@media screen and (max-width:767px) {
	.c-r1-home__buy:before {
		background: transparent;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
		height: 5px;
		top: -5px
	}
}

.c-r1-home__buy h2 {
	display: inline-block;
	font-family: Noto Sans JP, sans-serif;
	font-size: 23px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	margin-bottom: 31px;
	letter-spacing: .1em;
	color: #323232;
}

@media screen and (max-width:767px) {
	.c-r1-home__buy h2 {
		font-size: calc(36/750*100vw);
		margin-bottom: calc(43/750*100vw);
		letter-spacing: .08em;
	}
}

.c-r1-home__buy-body {
	text-align: center
}

@media screen and (max-width:767px) {
	.c-r1-home__buy-tenpo-img {
		max-width: calc(620/750*100vw);
		margin: auto;
	}
	
	.c-r1-home__buy-tenpo-img img {
		width: 100%;
		height: auto;
	}
}

.c-r1-home__buy-tenpo-img a {
	display: inline-block;
}

@media screen and (min-width:1024px) {
	.c-r1-home__buy-tenpo-img a {
		-webkit-transition: .3s all;
		transition: .3s all;
	}

	.c-r1-home__buy-tenpo-img a:hover {
		opacity: .7;
	}
}

.c-lg21-home__buy-amazon {
	margin-bottom: 60px;
}

@media screen and (max-width:767px) {
	.c-lg21-home__buy-amazon {
		margin-bottom: 30px;
	}
}

/* 20240403 追記 */
.c-r1-home__item-img {
	margin-top: -10px;
}

.c-r1-home__qa {
	background-size: 1550px 586px
} 

@media screen and (min-width:768px) and (max-width:1023px) {
	.c-r1-home__qa {
		background-size: cover;
	}
}

@media screen and (max-width:767px) {
	.c-r1-home__qa {
		background-size: 100%;
	}
}