#digital_content {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	position: relative;
	max-width: 558px;
	background-color: #fff;
	opacity: 0;
}
#sub_contents {
	width: calc(100% - 4vw);
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #f4f4f4;
	opacity: 0;
}
.thisweek_title {
	width: 100%;
	padding: 0;
	background: #fff;
	text-align: center;
}
.thisweek_title_img {
	width: 100%;
	height :auto;
	display: block;
}

.fixedMenu_wrap {
	display: none;
	width: 100%;
	background-color: #fff;
	margin: 0;
	position: sticky;
	position: -webkit-sticky;
	top:0;
	z-index: 1000;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,.1);
}
.fixedMenu_wrap.-fixed {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	justify-content: space-around;
	align-items: center;
	margin-top: -56px;
	animation: showMenu .6s ease-in-out;
}
@keyframes showMenu {
  0% {
      opacity: 0.5;
			transform: translateY(-100%);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
.fixedMenu_content {
	width: 50%;
	height: 54px;
	position: relative;
	text-align: center;
	border-bottom: none;
	border-right: 1px solid #dadada;
	font-size: 12px;
	line-height: 15.6px;
}
.fixedMenu_anchor {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-family: 'Uniqlo';
	font-size: 15px;
	font-weight: 400;
}
.fixedMenu_anchor:visited {
	text-decoration: none;
}
.fixedMenu_anchor:hover,
.fixedMenu_anchor:active {
	text-decoration: none;
}
.fixedMenu_content.one_col {
	width: 100%;
}
.fixedMenu_content:nth-child(2n) {
	border-right: 1px solid #dadada;
}
.fixedMenu_content:last-child {
	border-right: none;
}
.fixedMenu_anchor.current {
	position: relative;
}
.fixedMenu_anchor.current::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
  background: #1b1b1b;
  bottom: -1px;
  left: 0;
}
.menu_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 999;
	margin-top: calc((12 / 375) * 100%);
	margin-bottom: calc((12 / 375) * 100%);
}
.menu_content {
	border: 1px solid #dadada;
	width: calc((172 / 375) * 100%);
	margin-left: calc((11 / 375) * 100%);
}
.menu_content:first-of-type {
	margin-left: 0;
}
.menu_anchor {
	display: flex;
	height: 100%;
}
.menu_anchor_img {
	width: calc((43 / 172) * 100%);
}
.menu_anchor_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	color: #000;
	font-family: 'Uniqlo';
	font-size: calc((15 / 375) * 100vw);
	letter-spacing: calc((0.45 / 375) * 100vw);
	font-style: normal;
	font-weight: 400;
}

#menu_01,#menu_02 {
	padding-top: 56px;
	margin-top: -56px;
}
.content_wrap {
	z-index: 998;
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	padding: 0;
	padding-bottom: 11px;
	margin: 0;
}

.content_body {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.content_item.-full {
	width: 100%;
}
.content_item.-half {
	width: 50%;
}
.content_item.-half.content_ml, .content_item.-half.content_mr{
	width: calc(50% - 4.001%);
}
.content_item_link {
	display: block;
	width: 100%;
	height: 100%;
}
.content_item_img {
	width: 100%;
	height: auto;
}

.content_mx {
	margin-left: 4%;
	margin-right: 4%;
}
.content_ml {
	margin-left: 4%;
}
.content_mr {
	margin-right: 4%;
}

.g-only-pc {
	display: none;
}

.digital_heading {
	display: none;
}

@media screen and (min-width:559px) {
	body {
		background: #fff;
	}

	#digital_content {
		margin-top: 36px;
	}

	.menu_anchor_txt {
		font-size: 22.32px;
		letter-spacing: 0.6696px;
	}

	.content_wrap {
		padding-bottom: 40px;
	}
}

@media screen and (min-width:768px) {
	#sub_contents {
		border-top: none;
		width: 100%;
		padding: 0 12px;
		max-width: 1200px;
		margin: 0 auto;
	}

	.g-only-pc {
		display: block;
	}
	.g-only-sp {
		display: none;
	}
}

