@charset "utf-8";
/* CSS Document */

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// common title
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#who_we_are #content h2{
	font-size:3.0rem;	
	line-height: 1.2;
	padding-top: 5px;
	margin-bottom: 40px;
	font-family:'DIN Next LT W01 Bold';
}

#who_we_are #content .read_txt{
	font-size:3.2rem;
	line-height: 1.4;
}

#who_we_are #content .intro_txt{
	font-size:2.4rem;
	line-height: 1.4;
}

#who_we_are #content h3{
	font-size:2.4rem;
	font-family:'DIN Next LT W01 Bold';
}

#who_we_are #content h4{	
	font-size:1.8rem;
	font-family:'DIN Next LT W01 Bold';
}


@media screen and (max-width:980px){
	#who_we_are #content h2{
		font-size:2.6rem;	
		line-height: 1.2;
		margin-bottom: 35px;
		font-family:'DIN Next LT W01 Bold';
	}

	#who_we_are #content .read_txt{
		font-size:2.8rem;
		line-height: 1.2;
	}

	#who_we_are #content .intro_txt{
		font-size:2.4rem;
		line-height: 1.3;
	}

	#who_we_are #content h3{
		font-size:2.0rem;
		font-family:'DIN Next LT W01 Bold';
	}

	#who_we_are #content h4{	
		font-size:1.8rem;
		font-family:'DIN Next LT W01 Regular';
	}
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// layout
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#who_we_are #content {
	font-family: 'Crimson Text', serif;
}

#who_we_are #content h2.box-title {
	color: #333333;
	font-size: 44px;
	font-family: 'Crimson Text', serif;
	font-weight: normal;
}
#who_we_are #content .one h2.box-title {
	padding-top: 7vw;
}
#who_we_are #content .one2 h2.box-title {
	padding-top: 7vw;
}
#who_we_are #content .two h2.box-title {
	padding-top: 7vw;
}
#who_we_are #content .three h2.box-title {
	padding-top: 7vw;
}
#who_we_are #content .seven h2.box-title {
	padding-top: 7vw;
}
#who_we_are #content h2.box-title.title-big {
	font-size: 57px;
	line-height: 1.0;
}
#who_we_are #content_area {
	max-width: inherit;
	margin: 0;
	padding: 0;
}
#who_we_are .sp-on {
		display: none;
	}
#who_we_are .sp-off {
	display: block;
}
/* layout */
#who_we_are .top-img-area {
	width: 100%;
	height: 850px;
	background: url("/en/who_we_are/common/img/japanese_food_culture/01.png") no-repeat center bottom / cover;
	margin-bottom: 130px;
	padding-top: 130px;
	box-sizing: border-box;
}
#who_we_are .top-img-area:before {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	padding-top: 100px;
	box-sizing: border-box;
	background: #fff;
	animation-name: topfade;
    animation-duration: 0.8s;
    animation-timing-function: ease-in; 
	animation-fill-mode: both;
	animation-delay: 0.5s;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes topfade {
	0%{opacity: 1;}
	100%{opacity: 0;}
}

#who_we_are h1.top-title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 70px;
	font-family: 'Crimson Text', serif;
	font-weight: normal;
}
#who_we_are .box-title {
	font-family: 'Crimson Text', serif;
}
#who_we_are #content .top-img-area h2.box-title,
#who_we_are #content .bottom-img-area h2.box-title {
	font-size: 60px;
	text-align: center;
	margin-bottom: 70px;
}
#who_we_are #content .bottom-img-area h2.box-title {
	margin-bottom: 50px;
}
#who_we_are .top-img-area .top-sub-txt,
#who_we_are .bottom-img-area .top-sub-txt {
	width: 62%;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	font-family: 'Crimson Text', serif;
}
#who_we_are .box {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto 100px;
}
#who_we_are .txt {
	max-width: 640px;
	width: 49.2%;
	height: 469px;
	margin-bottom: 30px;
	box-sizing: border-box;
	font-family: 'Crimson Text', serif;
}
#who_we_are .box-txt {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-family: 'Crimson Text', serif;
}
#who_we_are .link a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	font-family: 'Crimson Text', serif;
}
#who_we_are .link a:before,
#who_we_are .link a:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}
#who_we_are .link a:after {
	transform: rotate(-45deg);
	top: calc(50% + 3px);
}
#who_we_are .f-left {
	float: left;
}
#who_we_are .f-right {
	float: right;
}
#who_we_are .typeA .bg-box {
	max-width: 640px;
	width: 49.2%;
}
#who_we_are .typeA .bg {
	width: 100%;
	height: 469px;
}
#who_we_are #content_area #content .bg img {
	width: inherit;
	max-width: 100%;
}
#who_we_are .typeA {
	display: flex;
}
#who_we_are .typeA .f-left.txt {
	padding-right: 40px;
	text-align: right;
}
#who_we_are .typeA .f-right.txt {
	padding-left: 40px;
	text-align: left;
}
#who_we_are .one2, 
#who_we_are .three {
	flex-direction: row-reverse;
}
#who_we_are .three {
	margin-bottom: 150px;
}
#who_we_are .four {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 110px;
}
#who_we_are .four .bg-box {
	width: 70%;
	max-width: 910px;
}
#who_we_are .four .bg {
	width: 100%;
	height: 589px;
}
#who_we_are .four .box-txt {
	width: 100%;
}
#who_we_are .four .f-left {
	width: 23%;
	transform: translateX(-60px);
	transition: 1.3s;
	transition-timing-function: ease;
	opacity: 0.0;
}
#who_we_are .four .f-left.fourLeftInA {
	transform: translateX(-30px);
	opacity: 1.0;
}
#who_we_are .four .box-title {
	width: 500px;
}
#who_we_are .five {
	max-width: 1314px;
	width: 100%;
	height: 616px;
	padding-top: 40px;
	box-sizing: border-box;
	margin-bottom: 370px;
}
#who_we_are .five .box-title {
	text-align: center;
	top: 50px;
	margin-bottom: 0;
}
#who_we_are #content .five h2.box-title.title-big {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
#who_we_are .five .box-txt {
	width: 60.9%;
	max-width: 800px;
	text-align: center;
	margin: -30px auto 0;
}
#who_we_are .five .link {
	text-align: center;
	padding-top: 30px;
}
#who_we_are .five-wrapper {
	overflow: hidden;
}
#who_we_are .five .bg {
	height: 499px;
	float: left;
}
#who_we_are .five .bg + .bg {
	margin-left: 33px;
}
#who_we_are .six {
	margin-bottom: 150px;
}
/*-----------------------------------------------------------------------
	#fiveB 
--------------------------------------------------------------------------*/
#who_we_are #fiveB .bg {
	width: calc(33.33% - 22px);
	background: none;
}
#who_we_are #fiveB .bg span {
	display: block;
	height: 100%;
	margin: 0 auto;
}
#who_we_are .five .link {
	transition: 1.0s;
	transition-delay: 1.0s;
	transition-timing-function: ease;
}

#who_we_are .box.six {
	max-width: 1314px;
	width: 100%;
	height: 616px;
	background: url("/en/who_we_are/common/img/japanese_food_culture/10.jpg") no-repeat center;
	position: relative;
}
#who_we_are #content .six h2.box-title {
	color: #fff;
}
#who_we_are .six .box-txt {
	color: #fff;
}
#who_we_are .six .box-inner {
	width: 38.5%;
	max-width: 500px;
	position: absolute;
	top: 20%;
	right: 5%;
}
/* 七番目 */
#who_we_are .seven {
	display: flex;
	flex-direction: row-reverse;
	text-align: center;
	margin-bottom: 130px;
}
#who_we_are .seven .bg {
	background: url("/en/who_we_are/common/img/japanese_food_culture/11.png") no-repeat center;
}
#who_we_are .bottom-img-area {
	width: 100%;
	height: 850px;
	background: url("/en/who_we_are/common/img/japanese_food_culture/12.png") no-repeat center / cover;
	box-sizing: border-box;
	padding-top: 120px;
}
#who_we_are #content .bottom-img-area h2.box-title {
	text-align: center;
	opacity: 0;
	transition: 2.0s;
	transition-delay: 2.3s;
	transition-timing-function: ease;
}
#who_we_are #content .bottom-img-area h2.box-title.fromFadeIn {
	opacity: 1.0;
}
#who_we_are .bottom-img-area .top-sub-txt {
	transition: 1.5s;
    transition-delay: 1.0s;
    transition-timing-function: ease;
}
#who_we_are .ital {
	font-style: italic;
}
#who_we_are .bold {
	font-weight: bold;
}

/* 202407 Related Links */ 
#who_we_are .relatedLinks.content_box { max-width: 1300px;
	margin: 120px auto; padding: 0 5%;}
#who_we_are .relatedLinks.content_box .relatedLink{margin-top:80px;}
#who_we_are #content .relatedLinks h2, #who_we_are #content .relatedLinks h3, #who_we_are #content .relatedLinks h4{
	font-style: normal;
	color: #333333;
	letter-spacing: 0px;}
#who_we_are #content .relatedLinks h4{
	font-weight: bold;
}
#who_we_are #content .relatedLinks h2{text-align: center;
	font-size: 57px;}
#who_we_are #content .relatedLinks h3{
	font-size: 44px;
	margin-bottom: 23px;
}
/* .relatedLinks .more {
	margin-top:10px;
	padding-left: 20px;
	background: url("/en/common/img/icon_arrow01.png") left 4px no-repeat;
	font-family: 'Crimson Text', serif;
} */
#who_we_are .box-colum-4{display: flex; flex-wrap: wrap; gap:27px;}
#who_we_are .box-colum-4 .box{width: calc((100% - 81px) / 4); margin-left: 0; margin-right: 0; margin-bottom:0;}
#who_we_are .box-colum-4 .box .link_text{margin-top:10px;}
#who_we_are .box-colum-4 .box a{transition: 0.5s all;}
#who_we_are .box-colum-4 .box a:hover {opacity: .7;}
#who_we_are .recipe p.country {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#who_we_are .recipe p.country img {
	width: 40px !important;
	margin-right: 10px;
}
#who_we_are .history .box-colum-4 .box a {
	position: relative;
	display: block;
}
#who_we_are .box-colum-4 .box .history_link_text {
	position: absolute;
	top: 13%;
	width: 100%;
    text-align: center;
}
#who_we_are #content .box-colum-4 .box .pd400,
#who_we_are #content .box-colum-4 .box .pd400i {
	font-family: 'Bembo MT W01 Regular', times, serif;
	       margin: 0 0 10px;
	line-height: 1;
	color: #fff;
}
#who_we_are #content .box-colum-4 .box .pd400i {
	font-style: oblique; 
	font-size: 3.4rem;
}


/* ----------------------------------------------------------------------------

SP-layout

------------------------------------------------------------------------------*/
@media screen and (max-width:980px){
	#who_we_are .sp-on {
		display: block;
	}
	#who_we_are .sp-off {
		display: none;
	}
	#who_we_are .japan_cul_content {
    overflow: hidden;
	}
	#who_we_are #content h2.box-title {
		color: #333333;
		font-size: 30px;
	}
	#who_we_are #content .one h2.box-title {
		padding-top: 35px;
	}
	#who_we_are #content .one2 h2.box-title {
		padding-top: 35px;
	}
	#who_we_are #content .two h2.box-title {
		padding-top: 35px;
	}
	#who_we_are #content .three h2.box-title {
		padding-top: 35px;
	}
	#who_we_are #content .seven h2.box-title {
		padding-top: 35px;
	}
	#who_we_are #content h2.box-title.title-big {
		font-size: 30px;
		line-height: 1.0;
		width: calc(100% - 12px);
		position: static;
		margin: 0 auto 40px;
	}
	#who_we_are #content_area {
		max-width: inherit;
		margin: 0;
		padding: 0;
	}
	#who_we_are #content_area #content {
		padding-top: 0;
	}
	#who_we_are #content_area #content {
		padding-bottom: 0;
	}
		
	/* layout */
	#who_we_are .top-img-area {
		width: 100%;
		height: 100vw;
		background: url("/en/who_we_are/common/img/japanese_food_culture/01_sp.png") no-repeat center top / cover;
		background-size: 100%;
		margin-bottom: 200px;
		padding-top: 10%;
	}
		@media screen and (max-width:604px){
			#who_we_are .top-img-area {
				margin-bottom: 360px;
			}
		}
	#who_we_are .top-img-area:before {
		display: none;
	}


	#who_we_are h1.top-title {
		font-size: 7vw;
		margin-bottom: 10%;
		padding: 20px;
	}
	@media screen and (max-width:604px){
		#who_we_are h1.top-title {
			padding: 0;
		}
	}
	#who_we_are #content .top-img-area h2.box-title,
	#who_we_are #content .bottom-img-area h2.box-title {
		font-size: 10vw;
		margin-bottom: 10%;
	}
	#who_we_are #content .bottom-img-area h2.box-title {
		margin-bottom: 0;
		margin-top: 0;
	}
		#who_we_are #content  .top-img-area h2.box-title {
			width: 90%;
			margin: 0 auto;
		}
	#who_we_are .top-img-area .top-sub-txt,
	#who_we_are .bottom-img-area .top-sub-txt {
		width: 90%;
		font-size: 20px;
	}
	#who_we_are .top-img-area .top-sub-txt {
		margin: 40vw auto 0;
	}
	#who_we_are .box {
		max-width: inherit;
		width: calc(100% - 24px);
		margin: 0 auto 70px;
		clear: both;
	}
	#who_we_are .txt {
		max-width: inherit;
		width: 100%;
		height: inherit;
		margin-bottom: 60px;
	}
	#who_we_are .box-txt {
		font-size: 16px;
	}
	#who_we_are .one2 .box-txt,
	#who_we_are .three .box-txt {
		margin-bottom: 0;
	}
	#who_we_are .typeA .bg-box {
		max-width: inherit;
		width: 100%;
	}
	#who_we_are .typeA .bg {
		height: inherit;
	}
	#who_we_are .typeA {
		display: block;
	}
	#who_we_are .typeA .f-left.txt {
		padding-right: 0;
		text-align: left;
		margin-bottom: 70px;
	}
	#who_we_are .typeA .f-right.txt {
		padding-left: 0;
	}
	#who_we_are .one2, .three {
		flex-direction: row;
	}
	#who_we_are .three {
		margin-bottom: 0;
	}
	#who_we_are .four {
		display: block;
		flex-direction: row;
		margin-bottom: 80px;
		width: 100%;
	}
	#who_we_are .four .bg-box {
		width: 100%;
		max-width: inherit;
		margin-bottom: 25px;
		position: relative;
	}
	#who_we_are .four .bg {
		width: calc(100% - 6px);
		height: inherit;
		margin-left: 12px;
	}
	#who_we_are .four .box-txt {
		width: calc(100% - 24px);
		margin: 0 auto 70px;
		clear: both;
	}
	#who_we_are .four .f-left {
		width: 100%;
		transform: translateX(0);
		transition: none;
		transition-timing-function: none;
		opacity: 1.0;
	}
	#who_we_are .four .f-left.fourLeftInA {
		transform: translateX(0);
	}
	#who_we_are .four-inner {
		position: relative;
	}
	#who_we_are .four .box-title {
		width: auto;
		position: absolute;
		top: -22px;
		left: 12px;
	}
	#who_we_are .five {
		max-width: inherit;
		width: 100%;
		height: inherit;
		padding-top: 0;
		margin-bottom: 70px;
	}
	#who_we_are .five .box-title {
			top: 40px;
	}
	#who_we_are #content .five h2.box-title.title-big {
		position: static;
		clear: both;
	}
	#who_we_are .five .box-txt {
		width: calc(100% - 24px);
		max-width: inherit;
		margin: 25px auto 0;
	}
	#who_we_are .five-wrapper {
		overflow: visible;
	}
	#who_we_are .five .bg {
		height: inherit;
		float: none;
		background: none;
	}
	#who_we_are .five .bg.bg2 {
		background: none;
	}
	#who_we_are .five .bg.bg3 {
		background: none;
	}
	#who_we_are .five .bg + .bg {
		margin-left: 0;
	}
	#who_we_are .six {
		margin-bottom: 70px;
	}
	/*-----------------------------------------------------------------------
		#fiveB 
	--------------------------------------------------------------------------*/
	#who_we_are #fiveB .bg {
		width: 100%;
		margin: 0;
	}


	#who_we_are .box.six {
		max-width: inherit;
		width: 100%;
		height: inherit;
		background: none;
	}
	#who_we_are #content .six h2.box-title {
		margin-top: -50px;
		margin-left: 12px;
	}
	#who_we_are .six .box-txt {
		color: inherit;
		width: calc(100% - 24px);
		margin: 0 auto;
	}
	#who_we_are .six .box-inner {
		width: 100%;
		max-width: inherit;
		position: static;
		top: inherit;
		right: inherit;
	}
	#who_we_are .six-inner {
		width: calc(100% - 12px);
		margin-right: 12px;
	}
	#who_we_are .seven {
		display: block;
		flex-direction: row;
		text-align: left;
		margin-bottom: 70px;
	}
	#who_we_are .seven .bg {
		background: none;
	}
	#who_we_are .seven .typeA .f-left.txt {
		margin-bottom: 260px;
	}
	#who_we_are .seven .box-txt {
		margin-bottom: 70px;
	}
	#who_we_are .bottom-img-area {
		width: 100%;
		height: inherit;
		background: #f6f6f6 url("/en/who_we_are/common/img/japanese_food_culture/12_sp.png") no-repeat center bottom / cover;
		padding-top: 50px;
		clear: both;
		background-size: 100%;
		position: relative;
	}
	#who_we_are #content .bottom-img-area h2.box-title {
		text-align: center;
		transition: none;
		transition-delay: none;
		transition-timing-function: none;
		opacity: 1.0;
	}
	#who_we_are #content .bottom-img-area h2.box-title.fromFadeIn {
		opacity: 1.0;
	}
	#who_we_are .bottom-img-area .top-sub-txt {
		transition: 1.5s;
		transition-delay: 1.0s;
		transition-timing-function: ease;
		margin-top: 50px;
		padding-bottom: 300px;
	}
	/* 202407 Related Links */ 
	#who_we_are .box-colum-4 .box{
		width: calc((100% - 27px) / 2);
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	#who_we_are #content_area #content img {
		width: 100%;
	}

}


/* 202410 add (PC & SP)*/ 

#who_we_are div.relatedLinks h3.box-title {
	font-family: 'Crimson Text', serif !important;
}
#who_we_are div.relatedLinks div.link_text h4.box-title {
	font-family: 'Crimson Text', serif !important;
	font-weight: bold !important;
	color: #000 !important;
}


#who_we_are div.relatedLinks li.box.most_recent > a {
	position: relative;
}
#who_we_are div.relatedLinks li.box.most_recent > a > span.new {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 8px 10px 5px;
	background: #d01726;
	line-height: 1;
	font-size: 1.8rem;
	font-family: 'DIN Next LT W01 Bold';
	color: #fff;
}

 /*-----------------------------------------------------------------------
	Animations
--------------------------------------------------------------------------*/

.fromTopIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromTopOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,-30px);
	opacity: 0.0;
}

.fromBottomIn {
	transition: transform 1.5s ease, opacity 0.5s ease;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,20px);
	opacity: 0.0;
}

.fromLeftIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromLeftOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(-10px,0);
	opacity: 0.0;
}

.fromRightIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromRightOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(10px, 0);
	opacity: 0.0;
}

/* styleA */
.fromBottomIn {
	transition: transform 1.5s ease, opacity 0.5s ease;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,20px);
	opacity: 0.0;
}
/* fromBottom */
.fromBottomInA {
	transition: transform 2.0s ease, opacity 2.0s ease;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOutA {
	transition: transform 2.0s ease, opacity 2.0s ease;
	transform: translate(0,20px);
	opacity: 0.0;
}
/*------------------------------------------------------------------------
				fromBottom  #fiveB
---------------------------------------------------------------------------*/
.fromBottomInC1 {
	width: 100%;
	opacity: 1.0;
	transition: transform 2.0s ease, opacity 1.0s ease;
}
.fromBottomInC2 {
	width: 100%;
	opacity: 1.0;
	transition: transform 2.0s ease, opacity 2.0s ease;
}
.fromBottomInC3 {
	width: 100%;
	opacity: 1.0;
	transition: transform 2.0s ease, opacity 3.0s ease;
}

.fromBottomOutC1 {
	width: 1px;
	margin: 0 auto;
	opacity: 0;
	transition: transform 2.0s ease, opacity 2.0s ease;
}

.fourLeftIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translateX(175px);
	opacity: 1.0;
}

.fourLeftOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translateX(140px);
	opacity: 0.0;
}
.fromFadeIn {
	opacity: 1.0;
}

.fromFadeOut {
	opacity: 0.0;
}



/*-----------------------------------------------------------------------
	find your favorite japanese food
--------------------------------------------------------------------------*/
.reel-stories-card-wrap {
	display: flex;
	gap: 10px;
	> .reel-stories-card-title {
		padding: 32px;
		background: var(--Bg_BW2);
		min-width: 373px;
		border-radius: 10px;
	}
	> .reel-stories-card {
		display: flex;
		> .reel-stories-card-item {
			display: flex;
			flex-direction: column;
			background: var(--Bg_BW2);
			border-radius: 10px;
			overflow: hidden;
			width: calc(50% - 10px);
			margin-right: 10px;
			transition: 0.6s;
			&:last-child {
				margin-right: 0;
			}
			> .image-area {
				display: flex;
				align-items: center;
				aspect-ratio: 182/113;
				height: 226px;
				width: 100%;
				overflow: hidden;
				> img {
					height: 100%;
					width: 100%;
					object-fit: cover;
					transition: 0.6s;
				}
			}
			> .text-area {
				display: flex;
				flex-direction: column;
				flex: 1;
				padding: 16px 20px;
				> .title {
					font-size: 2rem;
					color: var(--Umios_Blue);
					font-weight: 500;
					line-height: 1.2;
					margin: 8px 0px 20px;
					transition: 0.6s;
				}
				> .text-link  {
					display: block;
					min-width: 126px;
					width: max-content;
					font-size: 1.4rem;
					text-align: center;
					pointer-events: none;
					border-radius: 50px;
					padding: 10px 0px;
					margin: auto 0 0 auto;
					background: var(--Umios_White);
					transition: 0.6s;
					svg {
						color: var(--Umios_Blue);
					}
				}
			}
			&:hover {
				color: var(--Umios_body_text);
				background: var(--Bg_B1);
				> .image-area {
					> img {
						transform: translateZ(0) scale(1.1);
					}
				}
			}
		}
	}
	&.design-style-2 {
		> .reel-stories-card-title {
			max-width: 373px;
		}
		> .reel-stories-card {
			> .reel-stories-card-item {
				max-width: 264px;
				width: 100%;
				> .image-area {
					aspect-ratio: 363 / 226;
					height: auto;
				}
				> .text-area {
					> .caption > span {
						display: flex;
						align-items: center;
						gap: 8px;
					}
					> .text-link {
						background: none;
            min-width: fit-content;
						padding: 0;
						margin-left: 0;
						svg {
							color: var(--Umios_Red);
						}
					} 
				}
			} 
		}
	}
}

@media screen and (max-width: 979px) {
	.reel-stories-card-wrap {
		flex-direction: column;
			> .reel-stories-card-title {
				padding: 0;
				background: none;
			}
			> .reel-stories-card {
				margin-top: 10px;
				> .reel-stories-card-item {
					width: calc(50% - 4px);
					> .image-area {
						height: 168px;
					}
				}
			}
			&.design-style-2 {
			> .reel-stories-card {
				> .reel-stories-card-item {
						max-width: 210px;
						min-width: 210px;
				}
			}
		}
	}
}

@media screen and (max-width: 449px) {
	.reel-stories-card-wrap {
		> .reel-stories-card {
			width: 100vw;
			overflow-x: scroll;
			padding-right: 10vw;
				> .reel-stories-card-item {
					min-width: 270px;
			}
		}
	}
}