@charset "utf-8";

.machine-holiday {
	background: url(/business/biz-t/special/machine-holiday/assets/img/body-bg.png) #f0f0f0;
	background-size: 34px;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	color: #000;
	letter-spacing: .05em;
	line-height: 1;
}
.machine-holiday img {
	vertical-align: bottom;
}
.machine-holiday *,
.machine-holiday *:before,
.machine-holiday *:after {
	box-sizing: border-box;
}
.machine-holiday sub {
	bottom: 0;
}

@media (hover: hover) {
	.machine-holiday a:link {
		transition: opacity .5s;
	}
	.machine-holiday a:hover {
		opacity: .7;
		text-decoration: none;
	}
}

@media (max-width: 767px ) {
	.machine-holiday {
		background-size: 6vw;
		overflow-x: hidden;
	}
	.machine-holiday img {
		max-width: 100%;
	}
}


/* Component
-------------------------------------------------- */
[class$="Blk"] {
	padding: 120px 50px 110px;
}
[class$="Blk__inner"] {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
.cSecTitle {
	position: relative;
	display: inline-block;
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
	font-size: 5rem;
  font-weight: 800;
  font-style: normal;
}
.cSecTitle::first-letter {
	color: #dc0000;
}
.cSecTitle::before {
	content: "";
  position: absolute;
  display: block;
  right: -22px;
  bottom: 12.5px;
  transform: skewX(-30deg);
  width: 17.5px;
  height: 15px;
  background-color: #dc0000;
}
.cTitle__small {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
}
.cTitle__mid {
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
}
.cTitle__large {
	position: relative;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
}
[class*="cBtn__type1"] {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	border-radius: 46px;
	background: #000;
	font-size: clamp(1rem, 1.3vw, 1.125rem); 
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color: #fff !important;
}
.cMovie {
	position: relative;
	max-width: 840px;
	margin: 0 auto;
	cursor: pointer;
}
.cMovie__thumb {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.cMovie__thumb img {
	width: 100%;
}
.cMovie__video {
	width: 100%;
	aspect-ratio: 16 / 9;
	vertical-align: bottom;
}
.cIcon__newTab {
	position: absolute;
	right: 10px;
	top: 50%;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: url(/business/biz-t/special/machine-holiday/assets/img/icon-new-tab.png) no-repeat center center #fff;
	background-size: 60%;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	[class$="Blk"] {
		padding: 20vw 5.3333vw 0;
	}
	.cSecTitle {
		font-size: 13.3333vw;
	}
	.cSecTitle::before {
		right: -4vw;
		bottom: 1.5vw;
		width: 3.4666vw;
		height: 2vw;
	}
	.cTitle__small {
		font-size: 4.2666vw;
	}
	.cTitle__mid {
		font-size: 4.8vw;
	}
	.cTitle__large {
		font-size: 6.4vw;
	}
	[class*="cBtn__type1"] {
		width: 84vw;
		height: 20.5333vw;
		font-size: 4vw;
	}
	.cIcon__newTab {
		width: 5.8667vw;
		height: 5.8667vw;
	}
}


/* Utility
-------------------------------------------------- */
.uFlex {
	display: flex;
}
.uMt--adjust0 {
	margin-top: 0 !important;
}
.uText__small {
	font-size: 1rem;
	line-height: 1.85;
}
.uText__mid {
	font-size: 1.25rem;
	line-height: 1.85;
}
.uText__large {
	font-family: "Outfit", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
}
.uText__sr {
	position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.uText--left {
	text-align: left;
}
.uText--center {
	text-align: center;
}
.uText--right {
	text-align: right;
}

@media (min-width: 768px ) {
	.uFlex--pc {
		display: flex;
	}
	.uHidden--pc {
		display: none;
	}
	.uMt--adjust1 {
		margin-top: 5px !important;
	}
	.uMt--adjust2 {
		margin-top: 10px !important;
	}
	.uMt--adjust3 {
		margin-top: 15px !important;
	}
	.uMt--adjust4 {
		margin-top: 20px !important;
	}
	.uMt--adjust5 {
		margin-top: 30px !important;
	}
	.uMt--adjust6 {
		margin-top: 50px !important;
	}
	.uMt--adjust7 {
		margin-top: 60px !important;
	}
	.uMt--adjust8 {
		margin-top: 80px !important;
	}
	.uMt--adjust9 {
		margin-top: 100px !important;
	}
	.uMt--adjust10 {
		margin-top: 150px !important;
	}
}

@media (max-width: 767px ) {
	.uFlex--sp {
		display: flex;
	}
	.uHidden--sp {
		display: none;
	}
	.uMt--adjust1 {
		margin-top: 1.3333vw !important;
	}
	.uMt--adjust2 {
		margin-top: 2.6666vw !important;
	}
	.uMt--adjust3 {
		margin-top: 3.2vw !important;
	}
	.uMt--adjust4 {
		margin-top: 4.8vw !important;
	}
	.uMt--adjust5 {
		margin-top: 6.6666vw !important;
	}
	.uMt--adjust6 {
		margin-top: 8vw !important;
	}
	.uMt--adjust7 {
		margin-top: 8vw !important;
	}
	.uMt--adjust8 {
		margin-top: 10.66666vw !important;
	}
	.uMt--adjust9 {
		margin-top: 13.3333vw !important;
	}
	.uMt--adjust10 {
		margin-top: 20vw !important;
	}
	.uText__small {
		font-size: 4.2666vw;
	}
	.uText__mid {
		font-size: 4.8vw;
	}
	.uText__large {
		font-size: 7.2vw;
	}
}

/* kvBlk
-------------------------------------------------- */
.kvBlk {
	position: relative;
	padding: 0;
}
.kvBlk::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transition: opacity .5s ease-in, visibility .5s;
	opacity: .5;
	z-index: 1;
}
.kvBlk._action::before {
	visibility: hidden;
	opacity: 0;
}
.kvBlk__inner {
	position: relative;
	width: 100%;
	max-width: initial;
}
.kvBlk__inner > *:not(.kvBlk__bg) {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.kvBlk__title {
	top: 34.5%;
	width: 36.2187%;
}
.kvBlk__title--small,
.kvBlk__title--large {
	display: block;
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	transform: translateY(5px);
	will-change: transform, opacity;
	opacity: 0;
}
.kvBlk__title--small {
	transition-delay: .25s;
}
.kvBlk._action .kvBlk__title--small,
.kvBlk._action .kvBlk__title--large {
	transform: translateY(0);
	opacity: 1;
}
.kvBlk__title--large {
	margin-top: 2.5%;
	transition-delay: .8s;
}
.kvBlk__text1,
.kvBlk__logo {
	transition: opacity .5s ease-in;
	transition-delay: 1.25s;
	opacity: 0;
}
.kvBlk__text1 {
	top: 66.3%;
	width: 21%;
}
.kvBlk__logo {
	top: 72.5%;
	width: 8.25%;
}
.kvBlk__scroll {
	position: absolute;
	left: 50%;
	bottom: 5%;
	width: 140px;
	height: 60px;
	padding-top: 15px;
	border-radius: 50px;
	background: rgba(0, 0, 0, .5);
	font-size: 1rem;
	color: #fff;
	text-align: center;
	transform: translateX(-50%);
	transition: opacity .5s ease-in;
	transition-delay: 1.75s;
	opacity: 0;
}
.kvBlk__scroll::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(225deg) translate(0,-50%);
}
.kvBlk._action .kvBlk__scroll::before {
	animation: triangleDip 3s ease-in-out infinite;
}
.kvBlk._action .kvBlk__text1,
.kvBlk._action .kvBlk__logo,
.kvBlk._action .kvBlk__scroll {
	opacity: 1;
}
.kvBlk img {
	width: 100%;
}

@media (min-width: 768px) {
	@keyframes triangleDip {
		0% {
			bottom: 15px;
		}
		10% {
			bottom: 10px;
		}
		20% {
			bottom: 15px;
		}
		100% {
			bottom: 15px;
		}
	}
}

@media (max-width: 767px) {
	.kvBlk__title {
		top: 73.8667vw;
		width: 80.4vw;
	}
	.kvBlk__text1 {
		top: 113.7333vw;
		width: 50vw;
	}
	.kvBlk__logo {
		top: 120.5333vw;
		width: 24vw;
	}
	.kvBlk__scroll {
		bottom: 16vw;
		width: 23.6vw;
		height: 12.5333vw;
		padding-top: 3.2vw;
		border-radius: 6.4vw;
		font-size: 3.7333vw;
	}
	.kvBlk__scroll::before {
		bottom: 3.4666vw;
		width: 2vw;
		height: 2vw;
	}

	@keyframes triangleDip {
  0% {
    bottom: 3.4666vw;
  }
  10% {
    bottom: 3vw;
  }
  20% {
    bottom: 3.4666vw;
  }
  100% {
    bottom: 3.4666vw;
  }
}
}

/* aboutBlk
-------------------------------------------------- */
.aboutBlk {
	position: relative;
}
.aboutBlk::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 75%;
	height: 100%;
	border-bottom-left-radius: 200px;
	background: #fff;
	z-index: 0;
}
.aboutBlk__figure {
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.aboutBlk__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.aboutBlk .cSecContent {
		position: relative;
		flex-shrink: 0;
		width: 350px;
		z-index: 1;
	}
	.aboutBlk__figure {
		width: 62.5%;
	}
	.aboutBlk__figure img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.aboutBlk {
		padding-bottom: 10.6666vw;
	}
	.aboutBlk::before {
		width: 70%;
		border-bottom-left-radius: 13.3333vw;
	}
	.aboutBlk__figure {
		margin: 8vw -5.3333vw 0;
	}
}


/* movieBlk
-------------------------------------------------- */
.movieBlk {
	position: relative;
}
.movieBlk::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 75%;
	height: 100%;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	background: #fff;
	z-index: 0;
}

@media (max-width: 767px) {
	.movieBlk {
		padding-bottom: 10.6666vw;
	}
	.movieBlk::before {
		width: 70%;
		border-top-right-radius: 13.3333vw;
		border-bottom-right-radius: 13.3333vw;
	}
	.movieBlk .uText__mid {
		font-size: 4vw;
	}
}

/* characterBlk
-------------------------------------------------- */
.characterBlk {
	overflow: hidden;
}
.characterBlk__unitImg {
	position: relative;
}
.characterBlk__unitImg img:nth-child(n+2) {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .35s ease-in, transform .35s;
	transition-delay: .25s;
	transform: scale(.95);
	opacity: 0;
	z-index: 0;
}
.characterBlk__unitImg._action img:nth-child(n+2) {
	transform: scale(1);
	opacity: 1;
}
.characterBlk__unitImg img {
	position: relative;
	z-index: 1;
}
.characterBlk__unitImg {
	position: relative;
}
.characterBlk__unitImg::before {
	content: '';
	position: absolute;
	bottom: 25px;
	width: 200%;
	height: 30px;
	background: #ff0000;
	transition: opacity .5s ease-in;
	opacity: 0;
	z-index: 0;
}
.characterBlk__unitImg._action::before {
	opacity: 1;
}
.characterBlk__unit:nth-child(odd) .characterBlk__unitImg::before {
	left: 0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.characterBlk__unit:nth-child(even) .characterBlk__unitImg::before {
	right: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.characterBlk__link {
	display: inline-block;
	margin-top: 15px;
	padding-right: 24px;
	background: url(/business/biz-t/special/machine-holiday/assets/img/icon-new-tab.png) no-repeat right center;
	font-size: 1.125rem;
	color: #000 !important;
	text-decoration: underline !important;
}

@media (hover: hover) {
	.characterBlk__link:hover {
		text-decoration: none !important;
	}
}

@media (min-width: 768px) {
	.characterBlk {
		padding-bottom: 0;
	}
	.characterBlk .cSecContent {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin-top: -25px;
	}
	.characterBlk__unit {
		width: 48%;
	}
	.characterBlk__unit:nth-child(even) {
		margin-top: 250px;
	}
	.characterBlk__unit:nth-child(odd) {
		margin-top: -200px;
	}
	.characterBlk__unit:nth-child(odd) .characterBlk__textContent {
		padding-left: 50px;
	}
	.characterBlk__unit:nth-child(even) .characterBlk__textContent {
		padding-right: 50px;
	}
	.characterBlk__unitBtn {
		display: none;
	}
	.characterBlk__unitImg img {
		width: 90%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.characterBlk__unit {
		margin-top: 10.6666vw;
	}
	.characterBlk__unitImg::before {
		bottom: 1.3333vw;
		height: 5.3333vw;
		border-radius: 2.6666vw;
	}
	.characterBlk__unit .uText__small {
		position: relative;
		max-height: 5em;
		transition: max-height .35s ease-in-out;
		overflow: hidden;
	}
	.characterBlk__unit .uText__small::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1.5em;
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f0f0f0 100%);
	}
	.characterBlk__unitBtn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 56vw;
		height: 11.7333vw;
		margin: 2.6666vw auto 0;
		padding: 3.2vw 2vw;
		border-radius: 9999px;
		background: #000;
		font-size: 4vw;
		font-weight: bold;
		color: #fff !important;
		text-align: center;
		text-decoration: none !important;
		cursor: pointer;
	}
	.characterBlk__unitBtnIcon {
		position: absolute;
		right: 2.6666vw;
		top: 50%;
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		background: #fff;
		border-radius: 50%;
		font-size: 4vw;
		line-height: 1.45;
		text-align: center;
		font-weight: bold;
		color: #000;
		transform: translateY(-50%);
	}
	.characterBlk__unit .uText__small.is-open {
		max-height: 300vh;
	}

	.characterBlk__unit .uText__small.is-open::after {
		display: none;
	}
	.characterBlk__link {
		padding-right: 6.4vw;
		background-size: 4.8vw;
		font-size: 4.2666vw;
	}
}

/* linkBlk
-------------------------------------------------- */
.linkBlk .cSecTitle::before {
	right: -30px;
}
.linkBlk__btnList {
	list-style: none;
}

@media (min-width: 1001px) {
	.linkBlk__btnList {
		display: flex;
		justify-content: center;
		gap: 30px;
	}
	.linkBlk__btnList li {
		width: 32.5%;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.linkBlk__btnList {
		display: block;
	}
	.linkBlk__btnList li {
		width: 75%;
		margin: 0 auto;
	}
	.linkBlk__btnList li + li {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.linkBlk {
		padding-bottom: 10.6666vw;
	}
	.linkBlk .cSecTitle::before {
		right: -6vw;
	}
	.linkBlk__btnList li + li {
		margin-top: 6vw;
	}
}

/* animation
-------------------------------------------------- */
.fadeIn {
	transition: opacity 1s ease-in-out;
	will-change: opacity;
	opacity: 0;
}
.fadeIn._action {
	opacity: 1;
}

.bounceIn {
	opacity: 0;
}
.bounceIn._action {
	animation: bounceInAnimation 0.5s ease-out 1 forwards;
}

.slideRight {
	transition: opacity .25s ease-in-out, transform .25s linear;
	transform: translateX(-30%);
	opacity: 0;
}
.slideRight._action {
	transform: translateX(0);
	opacity: 1;
}

.slideLeft {
	transition: opacity .25s ease-in-out, transform .25s linear;
	transform: translateX(30%);
	opacity: 0;
}
.slideLeft._action {
	transform: translateX(0);
	opacity: 1;
}

@keyframes bounceInAnimation {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1.05) translateY(10px);
  }
  80% {
		opacity: 1;
    transform: scale(0.98) translateY(-5px);
  }
  100% {
		opacity: 1;
    transform: scale(1) translateY(0);
  }
}