@charset "UTF-8";
/* CSS Document */
.sec_ttl {
	color: #003366;
}

#mv {
	position: relative;
}

#mv .mv_img {
	width: 100%;
}

#mv > .wrap {
	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;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/bar.png");
	background-position: bottom center;
	background-repeat: repeat-x;
}

#mv .mv_txt {
	width: 250px;
}

#mv {
	overflow: hidden;
}
#mv .mv-slider img {
	width: 100%;
}
#mv .wrap {
	background-color: rgba(0, 0, 0, 0.4);
}

#splash {
	/*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #003366;
	width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
	height: 1.5rem;
}

/*割れる画面のアニメーション*/
.loader_cover {
	width: 100%;
	height: 50%;
	background-color: #ffffff;
	-webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
	transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
	-webkit-transform-origin: center top;
	        transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
	position: absolute;
	bottom: 0;
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
}

.progressbar-text {
	font-size: 3rem;
}

/*---------------------- news -------------------*/
#new_deli {
	padding: 60px 0;
}

#new_deli .sec_ttl {
	text-align: center;
	margin-bottom: 45px;
}

#new_deli .sub_ttl {
	margin-top: 35px;
	margin-bottom: 30px;
}

.familypack {
	width: 850px;
	margin: auto;
	max-width: 100%;
}

.family_txt01 {
	color: #F1C33B;
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;
}

.family_txt02 {
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
}

.family_txt02 a {
	color: inherit;
	text-decoration: underline;
}

.family_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.family_flex p {
	width: 49%;
}

/*---------------------- news -------------------*/
#news {
	padding: 60px 0;
}

#news .news_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#news .news_list dt {
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#news .news_list dd {
	width: calc(100% - 200px);
}

#news .news_list dd a {
	font-size: 1.4rem;
	color: #000;
}

#news .news_list dt .date {
	font-size: 1.4rem;
}

#news .news_list dd span {
	display: block;
}

#news .news_list dd a {
	text-decoration: none !important;
}

#news .news_list dd span + span {
	margin-top: 10px;
}

#news .news_list dd .news_ttl {
	font-size: 1.8rem;
}

#news .news_list dd .news_cnt {
	font-size: 1.6rem;
}

#news .news_list dd .more {
	font-size: 1.6rem;
	text-align: right;
}

#news .btn {
	margin-top: 25px;
}

.index_link {
	padding: 60px 0;
}

.index_link .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#food.index_link .wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.index_link .index_img {
	width: 450px;
	max-width: 100%;
}

.index_link .index_cnt {
	width: calc(100% - 450px);
	padding-left: 50px;
}

#food.index_link .index_cnt {
	padding-left: 0;
	padding-right: 50px;
}

.index_link .cnt_ttl {
	color: #003366;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.index_link .cnt_ttl + p {
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
}

.index_link .btn {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.index_link .btn a {
	background-color: #003366;
	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;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	border-radius: 20px;
	height: 40px;
	width: 250px;
}

/*------------------------------- sp ----------------------------*/
@media screen and (max-width: 768px) {
	#mv {
		background-size: cover;
		background-position: center center;
	}
	#mv .mv_txt {
		width: 30%;
		max-width: 250px;
		margin: auto;
	}
	#mv .mv_bar .wrap {
		height: auto;
	}
	#mv .mv_bar {
		height: 85px;
		padding: 15px 0 15px;
		bottom: 0;
	}
	#mv .mv_bar ul {
		height: auto;
		width: 100%;
	}
	#mv .mv_bar ul li {
		text-align: center;
		width: 45%;
	}
	#mv .mv_bar ul li + li {
		margin: 0 0 0 10%;
	}
	#mv .mv_bar ul li a {
		display: inline-block;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	#mv .mv_bar ul li:nth-of-type(1) a::before, #mv .mv_bar ul li:nth-of-type(2) a::before {
		content: "";
		background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
		display: block;
	}
	#mv .mv_bar ul li:nth-of-type(2) a::after {
		content: none;
	}
	#mv .mv_bar ul li:nth-of-type(1) a::before {
		width: 28px;
		margin: auto auto 0.5em;
		background-position: center top;
	}
	#mv .mv_bar ul li:nth-of-type(2) a::before {
		background-image: url("../images/index/icn02@2x.png");
		width: 28px;
		margin: auto;
		background-position: center top;
	}
	#news {
		padding: 15vw 0;
	}
	#news .news_list {
		display: block;
	}
	#news .news_list dt {
		width: 100%;
		margin-bottom: 0;
	}
	#news .news_list dd {
		width: 100%;
	}
	#news .news_list dd .news_ttl {
		font-size: 1.4rem;
	}
	#news .news_list dd .news_cnt,
	#news .news_list dd .more {
		font-size: 1.2rem;
	}
	#news .news_list dd span + span {
		margin-top: 2px;
	}
	.index_link .wrap {
		display: block;
	}
	.index_link .index_cnt,
	#food.index_link .index_cnt {
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	.index_link .cnt_ttl {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.index_link .cnt_ttl + p {
		font-size: 1.4rem;
	}
	.index_link .btn {
		margin-top: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.index_link .btn a {
		font-size: 1.2rem;
	}
	#new_deli {
		padding: 15vw 0;
	}
	#new_deli .sec_ttl {
		margin-bottom: 25px;
	}
	#new_deli .sub_ttl {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.familypack {
		width: 850px;
		margin: auto;
		max-width: 100%;
	}
	.family_flex {
		display: block;
	}
	.family_flex p {
		width: 100%;
	}
	.family_flex p + p {
		margin-top: 15px;
	}
	.family_txt01,
	.family_txt02 {
		text-align: center;
		font-weight: bold;
		font-size: 1.8rem;
	}
	.family_txt02 a {
		color: inherit;
		text-decoration: underline;
	}
}
.index_video_wrap video {
	width: 100%;
}

#attention {
	padding: 60px 0;
}

#attention .wrap {
	border: 1px solid #003366;
	padding: 25px 30px;
	max-width: 48%;
	margin: 0;
}

#attention .wrap.-full {
	max-width: 100%;
	width: 100%;
}

#attention .wrap.-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	padding: 0;
	gap: 50px 4%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
}

#attention .sec_ttl {
	border-bottom: 1px solid #003366;
	margin-bottom: 25px;
	font-size: 2rem;
	line-height: 1.3;
	padding-bottom: 0.5em;
}

#attention .txt {
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	#attention {
		padding: 15vw 0 0;
	}
	#attention .wrap {
		width: 95%;
		margin: auto;
		padding: 15px 20px;
		max-width: 100%;
	}
	#attention .wrap.-flex {
		display: block;
	}
	#attention .wrap + .wrap {
		margin-top: 20px;
	}
	#attention .sec_ttl {
		margin-bottom: 10px;
		line-height: 1.3;
		padding-bottom: 10px;
		font-size: 1.8rem;
	}
	#attention .txt {
		font-size: 1.4rem;
	}
}
.summer-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.summer-flex {
		display: block;
	}
}
.summer-flex .img {
	width: 200px;
}

@media screen and (max-width: 768px) {
	.summer-flex .img {
		width: 100%;
		height: 50vw;
		overflow: hidden;
	}
}
.summer-flex .img a {
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.summer-flex .img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.summer-flex .cnt {
	width: calc(100% - 200px);
	padding-right: 20px;
}

@media screen and (max-width: 768px) {
	.summer-flex .cnt {
		width: 100%;
		padding: 0 0 5vw;
	}
}
/*# sourceMappingURL=index.css.map */