@charset "UTF-8";

*,
:after,
:before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
html {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', yugothic, 'メイリオ', 'Meiryo', Verdana, 'Droid Sans', sans-serif;
	color: #535252;
}
main {
	overflow: hidden;
}
img {
	display: block;
	height: auto;
}
li {
	list-style: none;
}
a:hover {
	@media (hover: hover) {
		opacity: 0.8;
		transition: all 0.3s;
	}
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.sp_only {
		display: none;
	}
}

@media screen and (max-width: 559px) {
	.eom_header .sp_only {
		display: inline;
	}
	.eom_header .pc_only {
		display: none;
	}
}
@media screen and (min-width: 560px) {
	.eom_header .sp_only {
		display: none;
	}
	.eom_header .pc_only {
		display: inline;
	}
}

sub {
	display: inline;
	font-size: 2vw;
}
@media screen and (min-width: 560px) {
		sub {
		font-size: 1.5vw;
	}
}
@media screen and (min-width: 769px) {
	sub {
		font-size: 10px;
	}
}

/* header */
.eom_header {
	position: relative;
}
.eom_site_logo {
	position: absolute;
	top: 2.667vw;
	left: 4.267vw;
	display: block;
	width: 11.467vw;
}
.eom_site_logo img {
	width: 100%;
}
.eom_kv img {
	width: 100%;
}
@media screen and (min-width: 560px) {
	.eom_site_logo {
		top: 2.083vw;
		left: 3.472vw;
		width: 5.842vw;
	}
}

/* main .eom_what */
.eom_what {
	position: relative;
	padding-top: 9.6vw;
	padding-bottom: 21.333vw;
}
.eom_what::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 6.667vw;
	height: 100%;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	background: #DE0309;
}
.eom_what_inner1 {
	position: relative;
	padding: 0 16px;
	margin: 0 auto;
	z-index: 1;
}
.eom_what_about {
	width: 84.84%;
	margin: 0 auto;
	padding-right: 3.673%;
}
.eom_what_about img {
	width: 100%;
}
.eom_what_lead {
	font-size: 3.733vw;
	line-height: 1.857em;
	text-align: center;
	margin-top: 13.867vw;
}
.eom_what_lead span {
	color: #DE0309;
	font-weight: bold;
	background: #FFEAEA;
	padding-left: 0.2em;
}
.emo_what_bubble_wrap {
	margin-top: 7.467vw;
}
.emo_what_bubble {
	position: relative;
	width: 78.426%;
	margin: 0 auto;
	z-index: 1;
}
.emo_what_bubble_item {
	width: 74.052%;
	margin: -17.6vw auto 0;
}
.emo_what_map {
	position: relative;
	display: grid;
	place-content: center;
	place-items: center;
	grid-template-columns: auto auto;
	gap: 3.2vw;
	width: calc(100% - 32px);
	height: 17.6vw;
	color: #DE0309;
	font-size: 4.267vw;
	font-weight: bold;
	line-height: 1.625em;
	border-top: 2px solid #DE0309;
	border-bottom: 2px solid #DE0309;
	margin: 10.667vw auto 0;
	transition: all 0.3s;
	cursor: pointer;
}
.emo_what_map:hover {
	@media (hover: hover) {
		opacity: 0.7;
	}
}
.emo_what_map .text {
	margin-left: 6.4vw;
}
.emo_what_map .icon {
	display: block;
	width: 9.067vw;
	height: 7.2vw;
	background: url(/brand/everyonemeal/img/icon.svg) no-repeat center center / cover;
}
.emo_what_map .button {
	position: absolute;
	top: 50%;
	right: 2.667vw;
	transform: translateY(-50%);
	display: block;
	width: 8.533vw;
	height: 8.533vw;
	background: #F3F5F9;
	border-radius: 50%;
	transition: all 0.3s;
}
.emo_what_map .button::before,
.emo_what_map .button::after {
	content: '';
	position: absolute;
  top: 50%;
  left: 51%;
	transform: translate(-50%, -50%);
	display: block;
	width: 2.667vw;
  height: 2px;
  background: #FB3733;
  border-radius: 4px;
	transition: 0.3s;
}
.emo_what_map .button::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.emo_what_map .button.is-open::after {
	transform: translate(-50%, -50%);
}
.eom_what_inner2 {
	position: relative;
	display: none;
	padding: 0 7.467vw;
	margin-top: 10.933vw;
	z-index: 1;
}
.emo_what_iframe {
	width: 100%;
}
@media screen and (min-width: 560px) and (max-width: 768px) {
	.eom_what {
		padding-top: 36px;
		padding-bottom: 80px;
	}
	.eom_what::after {
		width: 65px;
	}
	.eom_what_inner1 {
		max-width: 375px;
	}
	.eom_what_lead {
		font-size: 14px;
		margin-top: 52px;
	}
	.emo_what_bubble_wrap {
		margin-top: 28px;
	}
	.emo_what_bubble_item {
		margin: -66px auto 0;
	}
	.emo_what_map {
		width: 343px;
		gap: 12px;
		height: 66px;
		font-size: 16px;
		margin-top: 40px;
	}
	.emo_what_map .text {
		margin-left: 24px;
	}
	.emo_what_map .icon {
		width: 34px;
		height: 27px;
	}
	.emo_what_map .button {
		right: 10px;
		width: 32px;
		height: 32px;
	}
	.emo_what_map .button::before,
	.emo_what_map .button::after {
		width: 10px;
	}
	.eom_what_inner2 {
		display: none;
		padding: 0 28px;
		margin-top: 41px;
	}
}
@media screen and (min-width: 769px) {
	.eom_what {
		padding: 80px 16px 76px;
	}
	.eom_what::after {
		width: 166px;
	}
	.eom_what_inner1 {
		max-width: 882px;
		padding: 0;
	}
	.eom_what_about {
		width: 720.7px;
		margin: 0 auto;
		padding-right: 0;
	}
	.eom_what_lead {
		font-size: 20px;
		line-height: 1.5em;
		margin-top: 64px;
	}
	.emo_what_bubble_wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 35px;
	}
	.emo_what_bubble {
		width: 400px;
		padding-bottom: 28px;
	}
	.emo_what_bubble_item {
		width: 376px;
		margin: 0 0 0 -44px;
	}
	.emo_what_map {
		max-width: 882px;
		gap: 12px;
		height: 51px;
		font-size: 24px;
		line-height: 1.125em;
		margin-top: 56px;
	}
	.emo_what_map .text {
		margin-left: 0;
	}
	.emo_what_map .icon {
		width: 34px;
		height: 27px;
	}
	.emo_what_map .button {
		right: 32px;
		width: 32px;
		height: 32px;
	}
	.emo_what_map .button::before,
	.emo_what_map .button::after {
		width: 10px;
	}
	.eom_what_inner2 {
		position: relative;
		max-width: 1108px;
		padding: 0;
		margin: 40px auto 0;
		z-index: 1;
	}

}

/* main .eom_lineup */
.eom_lineup_inner {
	border-left: 4px solid #DE0309;
	border-right: 4px solid #DE0309;
	background: linear-gradient(to bottom, #F2F2EC 0%, #fff 38.133vw, #fff 100%);
	padding: 9.334vw 6.934vw 32vw;
	margin: 0 auto;
}
.eom_lineup_title {
	width: 68.3%;
	margin: 0 auto;
}
.eom_lineup_title img {
	width: 100%;
}
.eom_lineup_category {
	border-bottom: 1px solid #DE0309;
	padding-bottom: 3.040vw;
	margin-top: 16.533vw;
}
.eom_lineup_category img {
	margin-left: 0.953%;
}
.eom_lineup_category_01 {
	width: 23.578%;
}
.eom_lineup_category_02 {
	width: 26.063%;
}
.eom_lineup_category_03 {
	width: 25.858%;
}
.eom_lineup_category_04 {
	width: 19.492%;
}
.eom_lineup_category_05 {
	width: 13.467%;
}
.eom_lineup_line {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10.613vw;
}
.eom_lineup_item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 47.937%;
}
.eom_lineup_item_text {
	min-height: 11.192vw;
	font-size: 3.733vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
.eom_lineup_item_text-new {
	position: relative;
}
@media screen and (min-width: 769px) {
	.eom_lineup_item_text-new {
		padding-left: 40px;
	}
}
.eom_lineup_item_text-new::before {
	content: '';
	width: 35px;
	height: 22px;
	background: url(/brand/everyonemeal/img/icon_new.gif)center center/contain no-repeat;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
	.eom_lineup_item_text-new::before {
		width: 40px;
		top: 0;
		left: 0;
		transform: unset;
	}
}

.eom_lineup_item img {
	margin: 2.133vw auto 0;
	max-width: 100%;
}
.eom_lineup_item_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 11.733vw;
	color: #fff;
	font-size: 3.733vw;
	font-weight: bold;
	background: #DE0309;
	border-radius: 5.867vw;
	margin-top: 3.733vw;
	transition: all 0.3s;
	cursor: pointer;
}
.eom_lineup_item_btn:hover {
	@media (hover: hover) {
		opacity: 0.7;
	}
}
@media screen and (min-width: 560px) and (max-width: 768px) {
	.eom_lineup {
		background-position: center top;
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-size: cover;
		background-image: url(/brand/everyonemeal/img/item_bg.jpg);
	}
	.eom_lineup_inner {
		width: 375px;
		background: linear-gradient(to bottom, #F2F2EC 0%, #fff 143px, #fff 100%);
		padding: 35px 26px 120px ;
	}
	.eom_lineup_category {
		padding-bottom: 11px;
		margin-top: 62px;
	}
	.eom_lineup_line {
		margin-top: 40px;
	}
	.eom_lineup_item_text {
		min-height: 42px;
		font-size: 14px;
	}
	.eom_lineup_item img {
		margin-top: 8px;
	}
	.eom_lineup_item_btn {
		height: 44px;
		font-size: 14px;
		border-radius: 22px;
		margin-top: 14px;
	}
}
@media screen and (min-width: 769px) {
	.eom_lineup {
		background: linear-gradient(to bottom, #F2F2EC 0%, #fff 92px, transparent 100%);
	}
	.eom_lineup_inner {
		max-width: 898px;
		border-left: 8px solid #DE0309;
		border-right: 8px solid #DE0309;
		background: none;
		padding: 82px 41px 120px;
		margin: 0 auto;
	}
	.eom_lineup_title {
		width: 326.844px;
	}
	.eom_lineup_category {
		padding-bottom: 13px;
		margin-top: 100px;
	}
	.eom_lineup_category img {
		margin-left: 5px;
	}
	.eom_lineup_category_01 {
		width: 121.54px;
	}
	.eom_lineup_category_02 {
		width: 134.35px;
	}
	.eom_lineup_category_03 {
		width: 130.75px;
	}
	.eom_lineup_category_04 {
		width: 100.48px;
	}
	.eom_lineup_category_05 {
		width: 69.41px;
	}
	.eom_lineup_line {
		display: grid;
		grid-template-columns: repeat(2, 252px);
		place-content: center;
  		place-items: center;
		gap: 140px;
		margin-top: 60px;
	}
	.eom_lineup_item {
		width: 100%;
	}
	.eom_lineup_item_text {
		min-height: 54px;
		font-size: 18px;
	}
	.eom_lineup_item_text_unset {
		min-height: unset;
	}
	.eom_lineup_item img {
		margin-top: 15px;
	}
	.eom_lineup_item_btn {
		height: 52px;
		font-size: 16px;
		border-radius: 26px;
		margin-top: 24px;
	}
}
@media screen and (max-width: 768px){
	.eom_lineup_item_img_06,
	.eom_lineup_item_img_05{
		width: 52px;
	}
	.eom_lineup_item_img_07 {
		width: 80.97px;
	}
	.eom_lineup_item_img_08 {
		width: 86.74px;
	}
	.eom_lineup_item_img_09 {
		width: 74.69px;
	}
}

/* footer */
.eom_footer {
	background: #DE0309;
	text-align: center;
	padding: 8.534vw 0 8.267vw;
}
.eom_footer_logo {
	display: block;
	width: 59.144%;
	margin: 0 auto;
}
.eom_footer_logo img {
	width: 100%;
}
.eom_footer_copy {
	color: #fff;
	font-size: 2.933vw;
	line-height: 2em;
	margin-top: 7.467vw;
}
.eom_footer-list {
	width: 700px;
	margin: 25px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.eom_footer-list_item {
	display: inline-block;
	margin-top: 4px;
}
.eom_footer-list_item > a {
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .eom_footer-list_item:not(.is-no-line):after {
    content: '|';
    display: inline-block;
    margin: 0 0.5em;
    color: #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .eom_footer-list {
		width: 100%;
		margin: 14px 0 0;
		border-top: 1px solid #988a86;
		border-bottom: 1px solid #988a86;
  }
  .eom_footer-list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-height: 39px;
    padding: 10px 0;
		margin-top: 0;
  }
	.eom_footer-list_item > a {
    line-height: 1.25;
  }
}
@media screen and (min-width: 560px) and (max-width: 768px) {
	.eom_footer {
		padding: 32px 0 31px;
	}
	.eom_footer_inner {
		width: 375px;
		margin: 0 auto;
	}
	.eom_footer_copy {
		font-size: 11px;
		margin-top: 28px;
	}
}
@media screen and (min-width: 769px) {
	.eom_footer {
		padding: 32px 0 31px;
	}
	.eom_footer_logo {
		width: 222px;
	}
	.eom_footer_copy {
		font-size: 12px;
		margin-top: 22px;
	}
}

/* modal */
.emo_modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.emo_modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.42);
}
.emo_modal_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 89.867vw;
	background: #fff;
	border-radius: 3.2vw;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.emo_modal_title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 10.667vw;
	background: #DE0309;
	border-top-left-radius: 3.2vw;
	border-top-right-radius: 3.2vw;
}
.emo_modal_title img {
	width: 24.451vw;
}
.emo_modal_detail {
	padding: 0 0 6.933vw;
	margin-top: 3.467vw;
}
.emo_modal_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.emo_modal_item img {
	width: 47.733vw;
}
.emo_modal_item_detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 45.067vw;
	padding-right: 2.933vw;
	margin-left: -2.933vw;
}
.emo_modal_item_detail_title {
	position: relative;
	width: 100%;
	color: #DE0309;
	font-size: 4.267vw;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 0.533vw;
	z-index: 1;
}
.emo_modal_item_detail_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 3.667vw;
	display: block;
	width: 45.2vw;
	height: 9.491vw;
	background: url(/brand/everyonemeal/img/item_info_line_sp.svg) no-repeat center bottom;
}
.emo_modal_item_detail_text {
	width: 100%;
	font-size: 3.734vw;
	line-height: 5.925vw;
	text-align: center;
	margin-top: 4.107vw;
}
.emo_modal_item_detail_text span {
	color: #DE0309;
	font-size: 3.2vw;
	line-height: 1em;
	background: #FEEAEA;
	padding: 1.6vw 2.133vw 1.6vw;
	margin-right: 2.133vw;
}
.emo_modal_features {
	padding: 0 6.4vw;
	margin-top: 2.667vw;
}
.emo_modal_features_title {
	display: inline-block;
	color: #DE0309;
	font-size: 3.2vw;
	line-height: 1em;
	background: #FEEAEA;
	padding: 1.333vw 2.133vw;
}
.emo_modal_features_list {
	display: block;
	margin-top: 2.667vw;
}
.emo_modal_features_list li {
	position: relative;
	list-style: none;
	font-size: 3.733vw;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.emo_modal_features_list li::before {
	content: '';
	display: inline-block;
	width: 1em;
}
.emo_modal_features_list li::after {
	content: '';
	position: absolute;
	top: calc(0.75em - 3px);
	left: calc(0.5em - 2px);
	display: block;
	width: 4px;
	height: 4px;
	background: #DE0309;
	border-radius: 2px;
}
.emo_modal_close {
	position: absolute;
	top: -10.133vw;
	right: -1.067vw;
	color: #fff;
	font-size: 3.2vw;
	line-height: 8.533vw;
	padding-right: 10.133vw;
	transition: all 0.3s;
	cursor: pointer;
}
.emo_modal_close:hover {
	opacity: 0.7;
}
.emo_modal_close span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 8.533vw;
	height:  8.533vw;
	background: #fff;
	border-radius: 50%;
	transform: rotate(45deg);
}
.emo_modal_close span::before,
.emo_modal_close span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2.933vw;
	height: 2px;
	border-radius: 4px;
	background: #DE0309;
}
.emo_modal_close span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 560px) and (max-width: 768px) {
	.emo_modal_content {
		width: 337px;
		border-radius: 12px;
	}
	.emo_modal_title {
		height: 40px;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}
	.emo_modal_title img {
		width: 91.693px;
	}
	.emo_modal_detail {
		padding: 0 0 26px;
		margin-top: 13px;
	}
	.emo_modal_item img {
		width: 179px;
	}
	.emo_modal_item_detail {
		width: 169px;
		padding-right: 11px;
		margin-left: -11px;
	}
	.emo_modal_item_detail_title {
		font-size: 16px;
		padding-bottom: 2px;
	}
	.emo_modal_item_detail_title::after {
		right: 13.8px;
		width: 169.5px;
		height: 35.939px;
	}
	.emo_modal_item_detail_text {
		font-size: 14px;
		line-height: 22px;
		margin-top: 15.4px;
	}
	.emo_modal_item_detail_text span {
		font-size: 12px;
		padding: 6px 8px 6px;
		margin-right: 8px;
	}
	.emo_modal_features {
		padding: 0 24px;
		margin-top: 10px;
	}
	.emo_modal_features_title {
		font-size: 12px;
		padding: 5px 8px;
	}
	.emo_modal_features_list {
		margin-top: 10px;
	}
	.emo_modal_features_list li {
		font-size: 14px;
	}
	.emo_modal_close {
		top: -38px;
		right: -4px;
		font-size: 12px;
		line-height: 32px;
		padding-right: 38px;
	}
	.emo_modal_close span {
		width: 32px;
		height:  32px;
	}
	.emo_modal_close span::before,
	.emo_modal_close span::after {
		width: 11px;
	}
}
@media screen and (min-width: 769px) {
	.emo_modal_content {
		width: 720px;
		border-radius: 12px;
	}
	.emo_modal_title {
		height: 48px;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}
	.emo_modal_title img {
		width: 110.032px;
	}
	.emo_modal_detail {
		padding: 0 38px 38px;
		margin-top: 42px;
	}
	.emo_modal_item img {
		width: 344px;
	}
	.emo_modal_item_detail {
		width: 290px;
		padding-right: 0;
		margin-left: 0;
	}
	.emo_modal_item_detail_title {
		width: 340px;
		font-size: 24px;
		line-height: 1.25em;
		margin: 0 -25px;
		padding-bottom: 6px;
	}
	.emo_modal_item_detail_title::after {
		right: 15px;
		width: 394px;
		height: 67px;
		background: url(/brand/everyonemeal/img/item_info_line_pc.svg) no-repeat center bottom;
	}
	.emo_modal_item_detail_text {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}
	.emo_modal_item_detail_text span {
		font-size: 16px;
		line-height: 28px;
		padding: 4px 10px 3px;
		margin-right: 10px;
	}
	.emo_modal_features {
		padding: 0 37px;
		margin-top: 26px;
	}
	.emo_modal_features_title {
		font-size: 16px;
		padding: 7px 10px 5px;
	}
	.emo_modal_features_list {
		margin-top: 11px;
	}
	.emo_modal_features_list li {
		font-size: 16px;
	}
	.emo_modal_close {
		top: -38px;
		right: 6px;
		font-size: 14px;
		line-height: 32px;
		padding-right: 40px;
	}
	.emo_modal_close span {
		width: 32px;
		height: 32px;
	}
	.emo_modal_close span::before,
	.emo_modal_close span::after {
		width: 11px;
	}
}

.eom_catalog-area {
background-image: linear-gradient(#F2F2EC, #FFF);
}

.eom_catalog-area_inner {
	border-left: 4px solid #DE0309;
	border-right: 4px solid #DE0309;
	padding: 9.334vw 6.934vw 17.5vw;
	margin: 0 auto;
}

@media screen and (min-width: 560px) and (max-width: 768px) {
	.eom_catalog-area_inner {
		width: 375px;
		padding: 35px 26px 72px;
	}
}

@media screen and (min-width: 769px) {
	.eom_catalog-area_inner {
		max-width: 898px;
		border-left: 8px solid #DE0309;
		border-right: 8px solid #DE0309;
		padding: 82px 41px 72px;
	}
}

.eom_catalog_title {
	width: 76.68vw;
	margin: 0 auto 32px;
}

@media screen and (min-width: 560px) and (max-width: 768px) {
	.eom_catalog_title {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.eom_catalog_title {
		width: 410px;
	}
}

.eom_catalog_title img {
	width: 100%;
}

.eom_catalog_thumb {
	width: 54.93vw;
	margin: 0 auto 32px;
	display: block;
}

@media screen and (min-width: 560px) and (max-width: 768px) {
	.eom_catalog_thumb {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.eom_catalog_thumb {
		width: 184px;
	}
}

.eom_catalog_thumb img {
	width: 100%;
}

.eom_catalog_btn {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	padding: 18px;
	color: #DE0309;
	border: solid 2px #DE0309;
	border-radius: 26px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.eom_catalog_btn {
		width: 266px;
		font-size: 16px;
		padding: 10px;
	}

	.eom_catalog_btn:hover {
		opacity: 0.5;
	}
}

.eom_brand-movie_title img {
	width: 100%;
}

.eom_brand-movie_title {
	width: 58.67vw;
	margin: 48px auto 12px;
}

@media screen and (min-width: 560px) and (max-width: 768px) {
	.eom_brand-movie_title {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.eom_brand-movie_title {
		width: 370px;
		margin: 72px auto 32px;
	}
}

.eom_brand-movie_wrap {
	width: 71.73vw;
	margin: 0 auto;
}

@media screen and (min-width: 560px) and (max-width: 768px) {
	.eom_brand-movie_wrap {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 769px) {
	.eom_brand-movie_wrap {
		width: 730px;
	}
}

.eom_brand-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.eom_brand-movie_thumb {
	position: absolute;
	z-index: 1;
	width: 100%;
	cursor: pointer;
	transition: all .3s;
}

.eom_brand-movie_thumb img {
	width: 100%;
}

.eom_brand-movie_thumb::before,
.eom_brand-movie_thumb::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.eom_brand-movie_thumb::before {
	left: calc(50% + 0.53vw);
	width: 4.53vw;
	height: 4.8vw;
	clip-path: polygon(4.53vw 50%, 0% 0%, 0% 4.8vw);
	background: #FFF;
	z-index: 1;
}

@media screen and (min-width: 769px) {
	.eom_brand-movie_thumb::before {
		left: calc(50% + 2px);
		width: 32px;
		height: 37px;
		clip-path: polygon(32px 50%, 0% 0%, 0% 37px);
	}
}

.eom_brand-movie_thumb::after {
	width: 13.867vw;
	height: 13.867vw;
	left: 50%;
	background: #4F4F4F;
	border-radius: 50%;
}

@media screen and (min-width: 769px) {
	.eom_brand-movie_thumb::after {
		width: 91px;
		height: 91px;
	}
}

.eom_brand-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
