@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&display=swap");

/* re-visual */
.cc__main .re-visual .re-kv {
    position: relative;
}

.cc__main .re-visual .re-kv .kv_pc{
    display: block;
    width: 100%;
}

.cc__main .re-visual .re-kv .kv_sp{
    display: none;
    width: 100%;
}

.cc__main .re-visual .re-kv .wrap{
    width: 30%;
    position: absolute;
    top:10%;
    left:50%;
    transform: translateX(-50%);
}

.re-visual > .wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% - 40px);
	padding-top: 130px;
}

.re-visual__headline {
	text-align: center;
}

.re-visual__arrow {
	margin-top: 25px;
}
.re-visual__arrow a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 68px;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0, 0, 0, .3);
	transition: .5s;
}
.re-visual__arrow a:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.re-visual__arrow svg {
	opacity: .7;
}

@media only screen and (max-width: 768px) {

	    .cc__main .re-visual .re-kv .kv_pc{
    display: none;
}

.cc__main .re-visual .re-kv .kv_sp{
    display: block;
}

.cc__main .re-visual .re-kv .wrap{
    width: 88%;
    position: absolute;
    top:calc(170 / 750 * 100vw);
    left:50%;
    transform: translateX(-50%);
}

	.re-visual > .wrap {
		width: auto;
		padding-top: calc(170 / 750 * 100vw);
	}

	.re-visual__headline img {
		width: 100%;
	}

	.re-visual__arrow {
		margin-top: calc(30 / 750 * 100vw);
	}
	.re-visual__arrow a {
		width: calc(90 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.re-visual__arrow a:hover {
		-webkit-transform: translateY(calc(20 / 750 * 100vw));
		transform: translateY(calc(20 / 750 * 100vw));
	}
	.re-visual__arrow svg {
		width: calc(44 / 750 * 100vw);
	}
}

/* re-brand */
.re-brand {
	margin-top: 115px;
	padding-top: 55px;
}
.re-brand__headline {
	margin-bottom: 75px;
	font-size: 48px;
	font-weight: 800;
	text-align: center;
}
.re-brand__contents {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
	.re-brand {
		margin-top: 0;
		padding-top: calc(50 / 750 * 100vw);
	}
	.re-brand__headline {
		margin-bottom: calc(70 / 750 * 100vw);
		font-size: calc(60 / 750 * 100vw);
	}
}

/* re-list-brand */
.re-list-brand {}

.re-list-brand__item {
	display: -webkit-flex;
	display: flex;
	position: relative;
	height: 480px;
}
.re-list-brand__item:nth-child(odd) .re-list-brand__image {
	order: 2;
}
.re-list-brand__item:nth-child(odd) .re-list-brand__inner {
	margin-left: auto;
}

.re-list-brand__item.-item01 { background-color: #FF4D33;}
.re-list-brand__item.-item01 .re-list-brand__text p { color: #001e62;}
.re-list-brand__item.-item02 { background-color: #ffbd40;}
.re-list-brand__item.-item02 .re-list-brand__image img {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@supports (object-fit: cover) {
	.re-list-brand__item.-item02 .re-list-brand__image img {
		-webkit-transform: none;
		transform: none;
		object-position: 50% 0;
	}
}
.re-list-brand__item.-item02 .re-list-brand__text p { color: #6d1414;}
.re-list-brand__item.-item03 { background-color: #00677f;}
.re-list-brand__item.-item03 .re-list-brand__text p { color: #ffd940;}

.re-list-brand__item.-item04 { background-color: #685bc7;}
.re-list-brand__item.-item04 .re-list-brand__text p { color: #d9ffff;}

.re-list-brand__item.-item04 .re-list-brand__image {
	position: absolute;
	left: 50%;
	bottom: 0;
}
.re-list-brand__item.-item04 .re-list-brand__image img {
	position: static;
	width: 527px;
	object-fit: fill;
	-webkit-transform: none;
	transform: none;
}

.re-list-brand__item.-item04 .re-list-brand__text p {
	font-size: 64px;
}
.re-list-brand__item.-item04 .re-list-brand__text p > b {
	font-size: inherit;
}
.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
	margin-right: 5.5em;
}

.re-list-brand__image,
.re-list-brand__contents {
	-webkit-flex: 1;
	flex: 1;
}

.re-list-brand__image {
	overflow: hidden;
	position: relative;
}
.re-list-brand__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
	.re-list-brand__image img {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
		-webkit-transform: none;
		transform: none;
	}
}

.re-list-brand__contents {}

.re-list-brand__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	padding: 20px 75px;
	text-align: center;
}

.re-list-brand__text {}
.re-list-brand__text p {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.7;
}
.re-list-brand__text p:not(:first-child) {
	margin-top: 2em;
}
.re-list-brand__text p > b {
	font-size: 40px;
	line-height: .5;
}

@media only screen and (max-width: 1280px) {
	.re-list-brand__item {
		height: auto;
		min-height: 480px;
	}

	.re-list-brand__item.-item04 {
		min-height: calc(480 / 1280 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__image img {
		width: calc(527 / 1280 * 100vw);
	}

	.re-list-brand__item.-item04 .re-list-brand__text {}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		font-size: calc(64 / 1280 * 100vw);
	}

	.re-list-brand__image img {
		max-width: 640px;
	}
}

@media only screen and (max-width: 768px) {
	.re-list-brand__item {
		display: block;
		min-height: auto;
	}
	.re-list-brand__item:nth-child(odd) .re-list-brand__image {
		order: 0;
	}
	.re-list-brand__item:nth-child(odd) .re-list-brand__inner {
		margin-left: auto;
	}

	.re-list-brand__item.-item04 .re-list-brand__image {
		position: static;
	}
	.re-list-brand__item.-item04 .re-list-brand__image img {
		width: 100%;
	}

	.re-list-brand__item.-item04 .re-list-brand__inner {
		height: calc(632 / 750 * 100vw);
		padding-top: calc(92 / 750 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		font-size: calc(72 / 750 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		display: inline;
		margin-bottom: calc(16 / 750 * 100vw);
		margin-right: 0;
	}

	.re-list-brand__image img {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		object-fit: cover;
		-webkit-transform: none;
		transform: none;
	}

	.re-list-brand__inner {
		max-width: none;
		height: calc(730 / 750 * 100vw);
		padding: calc(24 / 750 * 100vw) calc(48 / 750 * 100vw);
	}

	.re-list-brand__text p {
		font-size: calc(32 / 750 * 100vw);
		line-height: 1.563;
	}
	.re-list-brand__text p > b {
		font-size: calc(56 / 750 * 100vw);
	}
}

/* re-movie */
.re-movie {
	margin-top: 0;
	margin-bottom: -5px;
}
.re-movie .wrap {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
}

.re-movie a {
	display: block;
	position: relative;
}
.re-movie a:hover {
	opacity: .8;
}
.re-movie a:hover .re-movie__image img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.re-movie a:hover .re-movie__image::before{
	width: 70px;
	height: 70px;
}

.re-movie__image {
	overflow: hidden;
	text-align: center;
}

.re-movie__image img{
	width: 100%;
}

.re-movie__image::before,
.re-movie__image::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transition: all .3s ease;
}
.re-movie__image::before {
	width: 64px;
	height: 64px;
	border-radius: 64px;
	background-color: #00677f;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.re-movie__image::after {
	border-left: 24px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	-webkit-transform: translate(-50%, -50%) translateX(4px);
	transform: translate(-50%, -50%) translateX(4px);
}
.re-movie__image img {
	transition: .25s;
}

.re-movie__headline {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	-webkit-transform: translate(-50%, -50%) translateY(45px);
	transform: translate(-50%, -50%) translateY(45px);
}

@media only screen and (max-width: 768px) {


	.re-movie__image::before {
		width: calc(100 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: calc(100 / 750 * 100vw);
	}
.re-movie a:hover .re-movie__image::before{
	width: calc(100 / 750 * 110vw);
	height: calc(100 / 750 * 110vw);
}

	.re-movie__image::after {
		border-left-width: calc(38 / 750 * 100vw);
		border-top-width: calc(21 / 750 * 100vw);
		border-bottom-width: calc(21 / 750 * 100vw);
		-webkit-transform: translate(-50%, -50%) translateX(2px);
		transform: translate(-50%, -50%) translateX(2px);
	}

	.re-movie__headline {
		font-size: calc(24 / 750 * 100vw);
		-webkit-transform: translate(-50%, -50%) translateY(calc(80 / 750 * 100vw));
		transform: translate(-50%, -50%) translateY(calc(80 / 750 * 100vw));
	}
}

/* re-modal-movie */
.re-modal-movie {
	display: none;
	position: relative;
	z-index: 50000;
}

.re-modal-movie__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	transition: .25s;
}

.re-modal-movie__movie {
	position: fixed;
	top: 50%;
	right: 20px;
	left: 20px;
	z-index: 3;
	width: calc(100% - 40px);
	max-width: 800px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.re-modal-movie__movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.re-modal-movie__movie iframe,
.re-modal-movie__movie object,
.re-modal-movie__movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.re-modal-movie__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #685bc7;
	cursor: pointer;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	transition: .25s;
}
.re-modal-movie__close::before,
.re-modal-movie__close::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 18px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	transition: .25s;
}
.re-modal-movie__close::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.re-modal-movie__close::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.re-modal-movie__close:hover {
	background-color: #fff;
}
.re-modal-movie__close:hover::before,
.re-modal-movie__close:hover::after {
	background-color: #685bc7;
}

@media only screen and (max-width: 768px) {
	.re-modal-movie__movie {
		right: calc(80 / 750 * 100vw);
		left: calc(80 / 750 * 100vw);
		width: calc(100% - calc(160 / 750 * 100vw));
	}

	.re-modal-movie__close {
		width: calc(60 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
		border-radius: calc(60 / 750 * 100vw);
	}
	.re-modal-movie__close::before,
	.re-modal-movie__close::after {
		width: calc(28 / 750 * 100vw);
		height: calc(4 / 750 * 100vw);
	}
}


/*
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}*/

.cc__main {
	overflow: hidden;
}
.re-brand {
	margin-top: 15px;
}
.re-list-brand__image img {
	height: 100vh;
	max-width: inherit;
	position: static;
	transform: inherit;
	width: auto;
}

@media only screen and (min-width: 769px) {
	.re-list-brand__inner {
		max-width: inherit;
	}
	.re-list-brand__text {
		/* margin: auto; */
		text-align: center;
	}
	.re-list-brand__text p > b {
		line-height: 1;
	}
	.re-list-brand__item.-item02 .re-list-brand__image img {
		object-position: 50% 100%;
	}
	.re-list-brand__item.-item04 {
		min-height: calc(600 / 1280 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		font-size: 3.85vw;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		margin-right: 21vw;
	}
	.re-list-brand__item.-item04 .re-list-brand__image {
		align-content: flex-end;
		display: flex;
		left: 39.5%;
		max-height: 100vh;
	}
	.re-list-brand__item.-item04 .re-list-brand__image img {
		height: auto;
		min-height: inherit;
		width: 52vw;
	}
}

/* 幅768px以上かつ横長 */
@media only screen and (min-width: 769px) and (orientation: landscape){
	/* .re-list-brand__image, */
	.re-list-brand__contents {
		height: 100vh;
	}
	.re-list-brand__inner {
		padding: 2vw 3vw;
	}
	.re-list-brand__item {
		height: auto;
		min-height: 100vh;
	}
	.re-list-brand__text p {
		font-size: 2.5vw;
	}
	.re-list-brand__text p:not(:first-child) {
		margin-top: 2.5vw;
	}
	.re-list-brand__text p > b {
		font-size: 5vw;
	}
	.re-list-brand__item .re-list-brand__image {
		align-items: flex-end;
		display: flex;
	}
	.re-list-brand__item.-item01 .re-list-brand__image img,
	.re-list-brand__item.-item03 .re-list-brand__image img {
		min-width: 50vw;
	}
	.re-list-brand__item.-item02 .re-list-brand__image img {
		transform: inherit;
		height: auto;
	}
	.re-list-brand__item.-item04 {
		min-height: 100vh;
	}
}

@media only screen and (min-width: 1025px) {
	.re-list-brand__item.-item02 .re-list-brand__image img {
		height: auto;
		margin-left: -15%;
		max-height: inherit;
		max-width: inherit;
		min-height: inherit;
		min-width: inherit;
		object-fit: contain;
		width: 120%;
		transform: inherit;
	}
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.re-list-brand__item.-item02 .re-list-brand__image img {
		/* margin-left: -15%;
		width: 120%; */
		/* bottom: 29vh; */
	}
}
/* 幅1025px以上かつ横長 */
@media only screen and (min-width: 1025px) and (orientation: landscape){
	.re-list-brand__item.-item04 .re-list-brand__image {
		align-items: flex-end;
		display: flex;
		left: 45%;
		margin-left: -4vw;
	}
	.re-list-brand__item.-item04 .re-list-brand__image img {
		height: auto;
		max-height: inherit;
		max-width: 42vw;
		min-height: inherit;
		object-position: 0% 0%;
		width: 42vw;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		/* margin-left: -2.5vw; */
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		/* margin-right: 35vw; */
	}
}
@media only screen and (min-width: 1025px) and (orientation: portrait){
	.re-list-brand__item.-item04 .re-list-brand__image {
		margin-left: -104px;
		width: 800px;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		margin-left: 2.5vw;
	}
}
@media only screen and (min-width: 2000px) and (orientation: landscape) {
	.re-list-brand__item.-item04 .re-list-brand__image img {
		max-width: 50vw;
	}
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.re-list-brand__item.-item04 {
		height: auto;
		min-height: 42vh;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		margin-right: 32vw;
	}
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
	.re-list-brand__item.-item02 .re-list-brand__image img {
		margin-left: -25%;
		max-height: inherit;
		max-width: inherit;
		min-height: inherit;
		min-width: inherit;
		object-fit: contain;
		width: 150%;
	}
}
@media only screen and (max-width: 768px) {
	.re-list-brand__item .re-list-brand__image img {
		height: auto;
		margin: auto;
		transform: inherit !important;
		width: 100%;
	}
	.re-list-brand__item.-item04 {
		min-height: calc(600 / 1280 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p {
		font-size: calc(60 / 750 * 100vw);
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b {
		display: inline;
		line-height: 1;
	}
	.re-list-brand__item.-item04 .re-list-brand__text p > b:first-child {
		margin-right: inherit;
	}
}


.language_btn_area {
    position: fixed;
    top: 140px;
    right: 50px;
    z-index: 100;
	font-weight: bold;
}

.language_btn_area a {
    color: #001E62;
    display: block;
    padding: 8px 20px;
}

.language_btn_area .language_btn {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    height: 46px;
    line-height: 46px;
    padding-right: 40px;
    background-color: #FFBD40;
	border: solid 2px #fff;
    box-sizing:content-box;
    border-width: 2px 2px 0 2px;
    position: relative;
}

.language_btn_area .language_btn.open::before {
    transform: rotate(180deg);
}
.language_btn_area .language_btn::before {
    content: "\025bc";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    font-size: 10px;
}

.language_btn_area .language_area {
    height: 0;
    overflow: hidden;
	border: solid 2px #fff;
    box-sizing:content-box;
    border-width: 0 2px 2px 2px;
}
.language_btn_area .language_area a {
    font-size: 14px;
    background-color: #FFD940;
    transition: background-color 0.3s ease;
}

@media only screen and (min-width: 767px) {
    .language_btn_area .language_area a:hover { background-color: #FFBD40;}
}
@media only screen and (max-width: 768px) {
    .language_btn_area {
		top: 86px;
		right: 12px;
    }
    .language_btn_area .language_btn {
        font-size: 12px;
        height: 44px;
        line-height: 44px;
    }
}

[lang="zh-CN"] body main {
	font-family: 'Noto Sans SC', 'Roboto', sans-serif;
}
[lang="zh-TW"] body main {
	font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}
[lang="ko"] body main {
	font-family: 'Noto Sans KR', 'Roboto', sans-serif;
}

[lang="en"] *,[lang="fr"] *,[lang="de"] *,[lang="es"] *,[lang="pt"] *,
[lang="en"] body,[lang="fr"] body,[lang="de"] body,[lang="es"] body,[lang="pt"] body {
	font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 769px) {
	[lang="zh-CN"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 42.5%;
	}
	[lang="ko"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 28.5%;
	}
	[lang="fr"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 53.3%;
	}
	[lang="es"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 33.3%;
	}
}

@media only screen and (min-width: 1025px) and (orientation: landscape) {
	[lang="zh-CN"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 46.5%;
	}
	[lang="ko"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 37.5%;
	}
	[lang="fr"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 61.3%;
	}
	[lang="es"] .re-list-brand__item.-item04 .re-list-brand__image {
		left: 42.3%;
	}
}

@media only screen and (max-width: 768px) {
	.re-visual__headline img {
		height: 32px;
		width: auto;
	}
}


.pc-only video{
	width: 100%;
}

@media only screen and (max-width: 768px) {
.sp-only video{
	width: 100%;
}
}

.cc__content footer{
	margin-top: 0;
}
