@charset "UTF-8";

/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
word-break: normal;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
font-size: 62.5%;
}
*,
::before,
::after {
background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
::before,
::after {
text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
vertical-align: inherit;
}
* {
padding: 0; /* Reset `padding` and `margin` of all elements */
margin: 0;
}
/* # =================================================================
# General elements
# ================================================================= */
hr {
overflow: visible; /* Show the overflow in Edge and IE */
height: 0; /* Add the correct box sizing in Firefox */
color: inherit; /* Correct border color in Firefox. */
}
details,
main {
display: block; /* Render the `main` element consistently in IE. */
}
summary {
display: list-item; /* Add the correct display in all browsers */
}
small {
font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
display: none; /* Add the correct display in IE */
}
abbr[title] {
border-bottom: none; /* Remove the bottom border in Chrome 57 */
/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
a,
button {
background-color: transparent; /* Remove the gray background on active links in IE 10 */
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
ul li,
ol li {
list-style: none;
}
a:active,
a:hover {
outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}
/* # =================================================================
# Forms
# ================================================================= */
input {
border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
overflow: auto; /* Internet Explorer 11+ */
resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
-webkit-transition: 0.2s;
transition: 0.2s;
}
button,
select {
text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
cursor: pointer;
color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
background-color: transparent;
border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
outline-width: 0;
}
/* Style select like a standard input */
select {
-moz-appearance: none; /* Firefox 36+ */
-webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
color: currentColor; /* Internet Explorer 11+ */
}
legend {
border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
display: table; /* Correct the text wrapping in Edge and IE */
max-width: 100%; /* Correct the text wrapping in Edge and IE */
white-space: normal; /* Correct the text wrapping in Edge and IE */
max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
/* Correct the inability to style clickable types in iOS and Safari */
-webkit-appearance: button;
color: inherit;
font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
# Specify media element style
# ================================================================= */
img {
width: 100%;
border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
vertical-align: top;
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
vertical-align: baseline;
}
/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
cursor: default;
}
@media (hover: hover) and (pointer: fine) {
	a:hover,
	button:hover {
		opacity: 0.5;
	}
}

/* base */
:root {
	--color-black: #333;
	--color-primary: #D02B33;
	--color-bg-primary: #FEF3F2;
	--font-jp: "Noto Sans JP", sans-serif;
}
body {
	position: relative;
	width: 100%;
	background: var(--color-bg-primary);
	color: var(--color-black);
	font-family: var(--font-jp);
	font-size: calc(28 / 750 * 100vw);
	line-height: 1.7;
	font-weight: 500;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	transition: opacity 1s;
}
body.-show {
	opacity: 1;
}
.l_inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px), print {
	body {
		font-size: 16px;
	}
	.l_inner {
		padding: 0 40px;
	}
}

/* utility */z
.sm\:hidden {
	display: none;
}
@media screen and (min-width: 768px), print {
	.sm\:hidden {
		display: inline;
	}
	.lg\:hidden,
	.md\:hidden {
		display: none;
	}
}
@media screen and (min-width: 1024px), print {
	.sm\:hidden,
	.md\:hidden {
		display: inline;
	}
	.lg\:hidden {
		display: none;
	}
}

/* script */
.js_scrollanime {
  opacity: 0;
  transform: translateY(5%);
  transition: transform .6s cubic-bezier(0.5, 1, 0.89, 1), opacity .6s cubic-bezier(0.5, 1, 0.89, 1);
}
.js_scrollanime.-show {
  opacity: 1;
  transform: translateY(0);
}

/* animation */
@keyframes modalopen {
  from {
		opacity: 0
	}
  to {
		opacity: 1
	}
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

/* header */
.header {
	position: relative;
	z-index: 2;
	height: calc(100 / 750 * 100vw);
	padding: 0 calc(40 / 750 * 100vw);
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.header_logo {
	width: calc(280 / 750 * 100vw);
	font-size: 0;
}
.header_logo a {
	display: block;
}
.header_lang ul {
	font-size: 0;
}
.header_lang li {
	display: inline-block;
}
.header_lang li + li {
	margin-left: calc(8 / 750 * 100vw);
}
.header_lang li.-active a {
	background: var(--color-primary);
	color: #fff;
	pointer-events: none;
}
.header_lang a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(70 / 750 * 100vw);
	height: calc(70 / 750 * 100vw);
	color: var(--color-primary);
	font-weight: 700;
	font-size: calc(24 / 750 * 100vw);
	background: #fff;
	border-radius: 1000px;
}
@media screen and (min-width: 768px), print {
	.header {
		height: 100px;
		padding: 0 40px;
	}
	.header_logo {
		width: 240px;
	}
	.header_lang li + li {
		margin-left: 8px;
	}
	.header_lang a {
		width: 44px;
		height: 44px;
		font-size: 16px;
	}
}

/* visual */
.visual {
	margin-top: calc(-100 / 750 * 100vw);
	position: relative;
}
.visual_heading {
	position: absolute;
	top: calc(210 / 750 * 100vw);
	left: calc(40 / 750 * 100vw);
	z-index: 2;
	width: calc(660 / 750 * 100vw);
}
.visual_image {
	position: relative;
	height: calc(1200 / 750 * 100vw);
	overflow: hidden;
}
.visual_image * {
	height: 100%;
}
.visual_image img {
	object-fit: cover;
}
.visual_image::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
	width: 100%;
	height: calc(80 / 750 * 100vw);
	background: url(https://www.marubeni.com/en/lp_cs/img/deco_visual_01.svg) 0 0 / cover no-repeat;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img img {
  display: block;
}
@media screen and (min-width: 768px), print {
	.visual {
		margin-top: -100px;
	}
	.visual_heading {
		top: 160px;
		left: 40px;
		width: 660px;
	}
	.visual_image {
		height: 100vh;
	}
}
@media screen and (min-width: 1024px), print {
	.visual_heading {
		width: 65%;
		max-width: 840px;
	}
}

/* message */
.message {
	position: relative;
	padding: calc(120 / 750 * 100vw) 0;
	overflow: hidden;
}
.message.-show::before {
	transform: translateX(0);
}
.message.-show::after {
	transform: scale(-1, 1) translateX(0);
}
.message::before,
.message::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: calc(300 / 750 * 100vw);
	height: calc(600 / 750 * 100vw);
	background: url(https://www.marubeni.com/en/lp_cs/img/deco_message_01.svg) 0 0 / cover no-repeat;
	transition: .6s cubic-bezier(0.5, 1, 0.89, 1) .2s;
}
.message::before {
	right: 0;
	top: 0;
	transform: translateX(100%);
}
.message::after {
	left: 0;
	bottom: 0;
	transform: scale(-1, 1) translateX(100%);
}
.message_image {
	width: calc(536 / 750 * 100vw);
	margin: 0 auto;
}
.message_text {
	margin-top: calc(64 / 750 * 100vw);
}
.message_text p + p {
	margin-top: calc(48 / 750 * 100vw);
}
.message_text strong {
	font-size: calc(32 / 750 * 100vw);
	letter-spacing: -.03em;
}
@media screen and (min-width: 768px), print {
	.message {
		padding: 120px 0;
	}
	.message::before,
	.message::after {
		width: 300px;
		height: 600px;
	}
	.message_image {
		width: 536px;
	}
	.message_text {
		margin-top: 64px;
		line-height: 2;
	}
	.message_text p + p {
		margin-top: 40px;
	}
	.message_text strong {
		font-size: 22px;
		letter-spacing: 0;
		line-height: 1.7;
	}
}
@media screen and (min-width: 1024px), print {
	.message .l_inner {
		display: flex;
		align-items: center;
	}
	.message_image {
		width: 48.7%;
	}
	.message_text {
		flex: 1;
		margin: 0 0 0 64px;
	}
}

/* movie */
.movie {
	margin-bottom: calc(120 / 750 * 100vw);
}
.movie_thumb:not(:first-of-type) {
	margin-top: calc(64 / 750 * 100vw);
}
.movie_thumb p {
	margin-top: calc(24 / 750 * 100vw);
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}
.movie .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.modal_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.modal_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 calc(40 / 750 * 100vw);
  animation: modalopen .6s;
}
.modal_content {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.modal_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal_close {
	position: absolute;
	top: 32vh;
	right: calc(40 / 750 * 100vw);
	font-size: calc(60 / 750 * 100vw);
	color: #fff;
	font-weight: 200;
	line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
	.movie {
		margin-bottom: 120px;
	}
	.movie_inner {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.movie_thumb:nth-child(n) {
		width: calc(50% - 20px);
		margin: 0 10px;
	}
	.movie_thumb:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.movie_thumb p {
		margin-top: 24px;
		font-size: 18px;
	}
	.modal_inner {
		max-width: 880px;
		margin: 0 auto;
		padding: 0 40px;
	}
	.modal_close {
		top: 40px;
		right: 40px;
		font-size: 60px;
	}
}
@media screen and (min-width: 1024px), print {
	.movie {
		margin-bottom: 120px;
	}
	.movie_inner {
		margin: 0 -20px;
	}
	.movie_thumb:nth-child(n) {
		width: calc(50% - 40px);
		margin: 0 20px;
	}
	.movie_thumb:nth-of-type(n+3) {
		margin-top: 40px;
	}
}

/* koukoku */
.koukoku {
	position: relative;
	padding-bottom: calc(120 / 750 * 100vw);
}
.koukoku::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: calc(340 / 750 * 100vw);
	background: url(https://www.marubeni.com/en/lp_cs/img/bg_ad_01_sm.svg) 0 0 / cover no-repeat;
}
.koukoku_heading {
	margin-bottom: calc(48 / 750 * 100vw);
	font-size: calc(32 / 750 * 100vw);
	font-weight: 500;
	color: var(--color-primary);
	text-align: center;
}
.koukoku_inner {
	padding: calc(64 / 750 * 100vw) calc(32 / 750 * 100vw);
	background: #fff;
	border-radius: calc(40 / 750 * 100vw);
}
.koukoku_inner img {
	display: block;
	max-width: 690px;
	margin: 0 auto;
}
@media screen and (min-width: 1024px), print {
	.koukoku {
		padding-bottom: 120px;
	}
	.koukoku::before {
		height: 340px;
		background: url(https://www.marubeni.com/en/lp_cs/img/bg_ad_01_lg.svg) 0 0 / cover no-repeat;
	}
	.koukoku_heading {
		margin-bottom: 48px;
		font-size: 32px;
	}
	.koukoku_inner {
		padding: 80px;
		border-radius: 40px;
	}
}

/* bnr */
.bnr_inner {
	display: flex;
}
.bnr_inner > div {
	width: 50%;
}
.bnr_inner > div a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(210 / 750 * 100vw);
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.bnr_inner > div a::before,
.bnr_inner > div a::after {
	content: '';
	position: absolute;
}
.bnr_inner > div a::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-black);
	opacity: .6;
}
.bnr_inner > div a::after {
	top: calc(50% - calc(8 / 750 * 100vw));
	right: calc(24 / 750 * 100vw);
	width: calc(16 / 750 * 100vw);
	height: calc(16 / 750 * 100vw);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.bnr_inner > div a span {
	position: relative;
  z-index: 2;
  line-height: 1.3;
}
.bnr_inner > div:first-of-type {
	background: url(https://www.marubeni.com/en/lp_cs/img/bg_bnr_01_sm.jpg) 0 0 / cover no-repeat;
}
.bnr_inner > div:nth-of-type(2) {
	background: url(https://www.marubeni.com/en/lp_cs/img/bg_bnr_02_sm.jpg) 0 0 / cover no-repeat;
}
@media (hover: hover) and (pointer: fine) {
	.bnr_inner > div a::before {
		transition: .2s;
	}
	.bnr_inner > div a:hover {
		opacity: 1;
	}
	.bnr_inner > div a:hover::before {
		opacity: .8;
	}
}
@media screen and (min-width: 768px), print {
	.bnr_inner > div a {
		height: 240px;
		font-size: 22px;
	}
	.bnr_inner > div a::after {
		top: calc(50% - 8px);
		right: 24px;
		width: 16px;
		height: 16px;
	}
	.bnr_inner > div:first-of-type {
		background: url(https://www.marubeni.com/en/lp_cs/img/bg_bnr_01_lg.jpg) 0 0 / cover no-repeat;
	}
	.bnr_inner > div:nth-of-type(2) {
		background: url(https://www.marubeni.com/en/lp_cs/img/bg_bnr_02_lg.jpg) 0 0 / cover no-repeat;
	}
}
@media screen and (min-width: 1024px), print {
	.bnr_inner > div a {
		font-size: 32px;
	}
}

/* footer */
.footer {
	padding: calc(40 / 750 * 100vw);
	background: #fff;
}
.footer img {
	display: block;
	width: calc(650 / 750 * 100vw);
	margin: 0 auto;
}
@media screen and (min-width: 768px), print {
	.footer {
		padding: 40px;
	}
	.footer img {
		width: 650px;
	}
}