.video-wrap {
	position: relative;
	height: 720px;
	width: 100%;
	overflow: hidden;
}
.video-wrap video {
	position: absolute;
	left: 50%;
	top: -40%;
	height: 205%;
	z-index: -1;
	transform: translateX(-50%);
}
.video-wrap .img_hero {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.video-wrap .img_hero img {
	width: 100%;
}
.video-wrap::before {
	content: "";
	background: url(https://osusumeya.co.jp/img/ol_mesh.png) repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap::after {
	content: "";
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap p.main_text {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0px 2px 9px rgba(0, 0, 0, 1);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 906px;
	padding: 0 0 20px;
}
.video-wrap p.main_text img {
	width: 100%;
}
.video-wrap .main_logo {
	width: 495.5px;
	position: absolute;
	top: 44%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}
.video-wrap .main_logo img {
	width: 100%;
}
@media (max-width:640px) {
	.video-wrap {
		position: relative;
		height: 300px;
		display: none;
	}
	.video-wrap video {
		position: absolute;
		left: 50%;
		top: -40%;
		height: 205%;
		z-index: -1;
		transform: translateX(-50%);
	}
	.video-wrap p.main_text {
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		text-shadow: 0px 2px 9px rgba(0, 0, 0, 1.004);
		position: absolute;
		bottom: 35px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
		width: 250px;
		background: url(https://osusumeya.co.jp/img/bg_text.png) top 17px center no-repeat;
		background-size: 100% auto;
		padding: 0 30px 30px 24px;
	}
	.video-wrap .main_logo {
		width: 230px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.video-wrap .main_logo img {
		width: 100%;
	}
}
.topNews_heading{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background-color: #2a1502;
  font-family: serif;
  line-height: 41px;
  padding-left: 17px;
  color: #fff;
}
@media (max-width: 640px){
  .topNews_heading{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 0 9px 16px;
    background-color: #2a1502;
    margin: 0 0 13px;
  }
}
.topNews_list {
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 640px){
  .topNews_list{
    margin-inline: 10px;
  }
}
@media screen and (max-width: 480px){
  .topNews_list{
    padding-top: 0;
  }
}
.news_title {
text-align: left;
line-height: 1.0;
padding-bottom: 15px;
padding-top: 10px;
font-size: 1.3rem;
}
.news_title a {
color: #000;
}
@media screen and (max-width:480px){
  .news_title {
    font-size: 0.9rem;
    }
  .news_title a {
    color: #000;
    }
  .news_title {
  padding-top: 10px;
  }
}
.news_child {
  justify-content: space-between;
  width: 100%;
  background: #fff; 
}
.news_child .inner {
  margin: 0 20px;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px dotted #2a1502;
}
.topNews_thumb {
  width: 150px;
  text-align: left;
  margin-right: 20px;
}
.topNews_thumb img {
  width: 120px;
  /* height: 120px; */
  height: auto; 
}
.topNews_body {
  width: 100%;
  font-family: serif; 
}
.topNews_data {
  font-weight: bold; 
}
.topNews_data li {
  display: inline-block; 
}
.topNews_data .icon {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  padding: 3px 10px;
  margin-left: 10px;
  font-weight: bold;
  letter-spacing: 0.1em; 
}
.topNews_data .ico_newshop {
  background: #F7BD2D; 
}
.topNews_data .ico_news {
  background: #4769a6; 
}
.topNews_data .ico_campaign {
  background: #e55c00; 
}
.topNews_data .ico_media {
  background: #a60808; 
}
/* .topNews_data .ico_shopinfo {
background: #a60808; }
.topNews_data .ico_campaign {
background: #ee5a87; }
.topNews_data .ico_news {
background: #e55c00; }
.topNews_data .ico_iteminfo {
background: #4769a6; }
.topNews_data .ico_csr {
background: #53ae66; }
.topNews_data .ico_recruit {
background: #666; } */
.topNews_title {
  text-align: left;
  line-height: 1.0;
  padding-bottom: 15px;
  padding-top: 10px;
  font-size: 1.3rem;
  }
.topNews_title a {
  color: #000;
  }
/* .news_child:last-child .inner {
  border: none; }
  */

/* スマホ */
@media screen and (max-width:480px) {
  .news_child .inner {
  padding-bottom: 0px;
  /* padding-top:15px; */
  }
  .topNews_thumb img {
    width: 70px;
    height: 70px; }
  .topNews_title {
    font-size: 0.9rem;
    }
  .topNews_title a {
    color: #000;
    }
  .topNews_thumb {
  width: 80px;
  margin-right: 10px; }
  .topNews_title {
  padding-top: 10px;
  }
}

.menu_list {
  padding-bottom: 65px;
}
@media (max-width: 640px){
  .menu_list{
    padding-bottom: 0;
  }
}
.menu_list .list li a {
	display: block;
	float: left;
	width: 300px;
	margin-right: 18px;
}
.menu_list .list li:last-child a {
	margin-right: 0;
}
.menu_list .list li a img {
	width: 100%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
}
@media (max-width:640px) {
  .menu_list .list li a {
		display: block;
		float: none;
		width: auto;
		margin-right: 18px;
		margin: 0 auto 30px;
	}
	.menu_list .list li:last-child a {
		margin-bottom: 0;
		margin-right: auto;
	}
	.menu_list .list li a img {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
}

@media (max-width: 640px){
  .notion_sp{
    padding-top: 24px;
  }
  body.home .container{
    padding-top: 0;
  }
}