@charset "UTF-8";

/* base */

/* Layout */

root {
	--header-height: 80px;
}

body,
html {
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

.wrap {
	border-left: 0;
}

.fukukuma {
	color: #2F2725;
}

.fukukuma ::-moz-selection {
	background-color: #2F2725;
	color: #FF7537;
}

.fukukuma ::selection {
	background-color: #2F2725;
	color: #FF7537;
}

.fukukuma * {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.fukukuma--en * {
	font-family: "Noto Sans", sans-serif;
}

.fukukuma--zh * {
	font-family: "Noto Sans TC", sans-serif;
}

.l-fukukuma-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	width: 84.375%;
}

/* Module */

.fukukuma-bg-orange {
	background: #FF7537;
}

.fukukuma-bg-blue {
	background: #21C4E1;
}

.fukukuma-bg-green {
	background: #85CF1D;
}

.fukukuma-bg-yellow {
	background: #FFB820;
}

.fukukuma-bg-white {
	background: #FFFFFF;
}

.fukukuma-heading-1 {
	margin-bottom: 40px;
	text-align: center;
}

.fukukuma-heading-1--mb0 {
	margin-bottom: 0;
}

.fukukuma-heading-1__en {
	display: inline-block;
	margin-bottom: -5px;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-family: "Comfortaa", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	color: #FF7537;
}

.fukukuma-heading-1--white .fukukuma-heading-1__en {
	color: #FFFFFF;
}

.fukukuma-heading-1__jp {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1.8px;
	color: #2F2725;
}

.fukukuma-heading-1--white .fukukuma-heading-1__jp {
	color: #FFFFFF;
}

.fukukuma--zh .fukukuma-heading-1__jp {
	font-family: "Noto Sans TC", sans-serif;
}

.fukukuma-heading-2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.fukukuma-heading-2--sp-sm {
	font-size: 18px;
}

.fukukuma--en .fukukuma-heading-2 {
	line-height: 1.3;
}

.fukukuma-section {
	overflow: hidden;
	position: relative;
	padding: 100px 0;
}

.fukukuma-section--movie {
	padding: 100px 0 150px;
}

.fukukuma-section--goods {
	padding: 100px 0 200px;
}

.fukukuma-section--sns {
	padding: 100px 0 315px;
}

.fukukuma-section--about-soon {
	padding: 100px 0;
}

.fukukuma-section--campaign-soon {
	padding: 100px 0;
}

.fukukuma-navi {
	position: fixed;
	position: sticky;
	position: absolute;
	top: calc(100% - 90px);
	left: 0;
	z-index: 100;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: opacity 0.4s 2.6s ease-in-out;
	transition: opacity 0.4s 2.6s ease-in-out;
	opacity: 0;
}

.is-open .fukukuma-navi {
	opacity: 1;
}

.fukukuma-navi.is-fixed {
	position: fixed;
	top: 161px;
}

.fukukuma-navi__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 35px;
	list-style: none;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	padding: 14px 40px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.fukukuma-navi__item a {
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-size: 16px;
	color: #2F2725;
	line-height: 1.5;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1.6px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-navi__trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 0;
	border: none;
	background: #FFFFFF;
	color: #2F2725;
	border-radius: 100px;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 15px 22px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma:has(.modal.is-open) .fukukuma-navi__trigger {
	opacity: 0;
	visibility: visible;
}

.fukukuma-navi__trigger::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/fukukuma/icon_menu.svg) no-repeat center center/contain;
}

.fukukuma-modal-navi {
	padding: 40px 15px;
	list-style: none;
}

.fukukuma-modal-navi__item {
	text-align: center;
}

.fukukuma-modal-navi__item:not(:last-child) {
	margin-bottom: 18px;
}

.fukukuma-modal-navi__item a {
	color: #2F2725;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1.6px;
}

.fukukuma-mv {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100svh - 60px);
	background: #FFFFFF;
}

.fukukuma-mv::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 137px;
	height: 224px;
	background: url(../images/fukukuma/deco_mv.svg) no-repeat left bottom/contain;
}

.fukukuma-mv__images {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 50%;
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	overflow: hidden;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
	-webkit-mask-image: linear-gradient(to right, black 0%, black 100%);
	mask-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
	mask-image: linear-gradient(to right, black 0%, black 100%);
	-webkit-mask-size: 0% 100%;
	mask-size: 0% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.is-open .fukukuma-mv__images {
	-webkit-animation: revealMask 1s 1.3s ease-in-out forwards;
	animation: revealMask 1s 1.3s ease-in-out forwards;
}

.fukukuma-mv__images__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.fukukuma-mv__images__item {
	position: relative;
}

.fukukuma-mv__images__item img {
	display: block;
	width: 100%;
}

.fukukuma-mv__main {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 10px;
	background: #FFFFFF;
	-webkit-transition: width 1s 1.3s ease-in-out, height 1s 1.3s ease-in-out;
	transition: width 1s 1.3s ease-in-out, height 1s 1.3s ease-in-out;
}

.fukukuma-mv__main__inner {
	max-width: 191px;
}

.fukukuma-mv__main__inner--en {
	max-width: 180px;
}

.fukukuma-mv__main__inner--en .fukukuma-mv-text__item:nth-of-type(1) {
	width: 78.1%;
}

.fukukuma-mv__main__inner--en .fukukuma-mv-text__item:nth-of-type(2) {
	width: 60.9%;
}

.fukukuma-mv__main__inner--en .fukukuma-mv-text__item:nth-of-type(3) {
	width: 100%;
}

.fukukuma-mv__main__inner--zh .fukukuma-mv-text {
	width: 100%;
	max-width: 190px;
	gap: 26px;
}

.fukukuma-mv__main__inner--zh .fukukuma-mv-text__item:nth-of-type(1) {
	width: 85.2%;
}

.fukukuma-mv__main__inner--zh .fukukuma-mv-text__item:nth-of-type(2) {
	width: 100%;
}

.fukukuma-mv__main__inner--zh .fukukuma-mv__logo {
	width: 156px;
}

.fukukuma-mv__logo {
	width: 150px;
	margin-top: 39px;
}

.fukukuma-mv__logo img {
	display: block;
	width: 100%;
}

.fukukuma-mv-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	gap: 20px;
}

.fukukuma-mv-text__item {
	display: inline-block;
	overflow: hidden;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
	-webkit-mask-image: linear-gradient(to right, black 0%, black 100%);
	mask-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
	mask-image: linear-gradient(to right, black 0%, black 100%);
	-webkit-mask-size: 0% 100%;
	mask-size: 0% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.fukukuma-mv-text__item img {
	display: block;
	width: 100%;
}

.fukukuma-mv-text__item:nth-of-type(1) {
	width: 81.137%;
}

.fukukuma-mv-text__item:nth-of-type(2) {
	width: 100%;
}

.fukukuma-mv-text__item:nth-of-type(3) {
	width: 83.233%;
}

.is-open .fukukuma-mv-text__item:nth-of-type(1) {
	-webkit-animation: revealMask 0.6s 0s ease-in-out forwards;
	animation: revealMask 0.6s 0s ease-in-out forwards;
}

.is-open .fukukuma-mv-text__item:nth-of-type(2) {
	-webkit-animation: revealMask 0.6s 0.2s ease-in-out forwards;
	animation: revealMask 0.6s 0.2s ease-in-out forwards;
}

.is-open .fukukuma-mv-text__item:nth-of-type(3) {
	-webkit-animation: revealMask 0.6s 0.4s ease-in-out forwards;
	animation: revealMask 0.6s 0.4s ease-in-out forwards;
}

.fukukuma-about {
	position: relative;
	z-index: -1;
	padding: 20px 0;
}

.fukukuma-about__pagination {
	position: absolute;
	bottom: 7%;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 13px;
}

.fukukuma-about__pagination .swiper-button-prev,
.fukukuma-about__pagination .swiper-button-next {
	position: static;
	margin: 0;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.fukukuma-about__pagination .swiper-button-prev::after,
.fukukuma-about__pagination .swiper-button-next::after {
	content: none;
}

.fukukuma-about__pagination .swiper-button-prev {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fukukuma-about__pagination .swiper-button-next {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fukukuma-about__pagination .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: static;
	width: auto !important;
	gap: 10px;
	background: #ffffff;
	padding: 10px 14px;
	border-radius: 50px;
}

.fukukuma-about__pagination .swiper-pagination::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% - 28px);
	height: 1px;
	display: block;
	background: #FF7537;
	z-index: -1;
}

.fukukuma-about__pagination .swiper-pagination .swiper-pagination-bullet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 !important;
	width: 30px;
	height: 30px;
	background: #FF7537;
	border: 1px solid #FF7537;
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	line-height: 1;
}

.fukukuma-about__pagination .swiper-pagination .swiper-pagination-bullet-active {
	background: #ffffff;
	color: #FF7537;
}

.fukukuma-about-head {
	color: #FFFFFF;
	width: 100%;
	padding: 20px 0 100px;
}

.fukukuma-about-head__image {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
}

.fukukuma-about-head__image img {
	display: block;
	width: 100%;
}

.fukukuma-about-head__head {
	margin-bottom: 10px;
}

.fukukuma-about-head__lead {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

.fukukuma-about-head__lead span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
}

.fukukuma--en .fukukuma-about-head__lead span {
	line-height: 1.3;
}

.fukukuma--en .fukukuma-about-head__lead {
	line-height: 1.3;
}

.fukukuma-about-head__text p {
	text-align: justify;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.08em;
	margin: 0;
}

.fukukuma--en .fukukuma-about-head__text p {
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0;
}

.fukukuma-about-item {
	color: #FFFFFF;
	width: 100%;
	padding: 35px 0 0;
}

.fukukuma-about-item__image {
	width: 90%;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -12px;
}

.fukukuma-about-item__image--sm {
	max-width: 520px;
}

.fukukuma-about-item__image img {
	display: block;
	width: 100%;
}

.fukukuma-about-item__body {
	width: 41.6667%;
}

.fukukuma-about-item__body--pd {
	margin-left: auto;
}

.fukukuma-about-item__head {
	margin-bottom: 17px;
}

.fukukuma-about-item__lead {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.fukukuma--en .fukukuma-about-item__lead {
	line-height: 1.3;
}

.fukukuma-about-item__lead span {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.fukukuma--en .fukukuma-about-item__lead span {
	line-height: 1.3;
}

.fukukuma-about-item__text p {
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1.12px;
	margin: 0;
}

.fukukuma-about-item__text p:not(:last-child) {
	margin-bottom: 1.5em;
}

.fukukuma--en .fukukuma-about-item__text p {
	line-height: 1.5;
	letter-spacing: 0;
}

.fukukuma-about-item__text--lhsm p {
	line-height: 1.7;
}

.fukukuma-about-item__text:not(:last-of-type) {
	margin-bottom: 15px;
}

.fukukuma-about-item__info {
	margin: 0;
}

.fukukuma-about-item__info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: justify;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1.12px;
}

.fukukuma-about-item__info__item:not(:last-child) {
	margin-bottom: 4px;
}

.fukukuma--en .fukukuma-about-item__info__item {
	text-align: left;
	line-height: 1.3;
	letter-spacing: 0;
}

.fukukuma-about-item__info__label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 58px;
	margin: 0;
	font-weight: 400;
}

.fukukuma--en .fukukuma-about-item__info__label {
	width: 80px;
}

.fukukuma-about-item__info__text {
	margin: 0;
}

.fukukuma-about-item__section:not(:last-child) {
	margin-bottom: 10px;
}

.fukukuma-about-item__heading {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 4px;
}

.fukukuma--en .fukukuma-about-item__heading {
	line-height: 1.3;
}

.fukukuma-about-progress {
	position: sticky;
	top: 100%;
	width: 100%;
	left: 50%;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.is-scrollable .fukukuma-about-progress {
	opacity: 1;
	visibility: visible;
}

.fukukuma-about-progress__inner {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, calc(-100% - 30px));
	transform: translate(-50%, calc(-100% - 30px));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-family: "Comfortaa", sans-serif;
	font-size: 7.5px;
	font-weight: 700;
	line-height: 1.4;
}

.fukukuma-about-progress__inner::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 22px;
	background: url(../images/fukukuma/icon_scroll.svg) no-repeat center center/contain;
}

.fukukuma-about-progress .progress-arc {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 100%;
	height: 100%;
}

.fukukuma-about-progress .progress-arc .bg {
	stroke-opacity: 0;
	stroke-width: 1;
}

.fukukuma-about-progress .progress-arc .progress {
	stroke-width: 1;
	stroke-linecap: round;
	stroke-dasharray: 210.486;
	stroke-dashoffset: 210.486;
}

.fukukuma-about-profile {
	padding: 10px 0 0;
}

.fukukuma-about-profile__inner {
	position: relative;
}

.fukukuma-about-profile__image img {
	display: block;
	width: 100%;
}

.fukukuma-about-profile__image__btn {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	width: 6.15vw;
	aspect-ratio: 1/1;
	border: 1.5px solid #ffffff;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	font: 700 3.59vw "Comfortaa", sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	color: #ffffff;
}

.fukukuma-about-profile__image__btn--1 {
	top: 0.77vw;
	right: 9.2vw;
}

.fukukuma-about-profile__image__btn--2 {
	top: 16.6vw;
	right: 18.1vw;
}

.fukukuma-about-profile__image__btn--3 {
	top: 19vw;
	left: 8.4vw;
}

.fukukuma-about-profile__image__btn--4 {
	top: 45.4vw;
	right: 5.9vw;
}

.fukukuma-about-profile__image__btn--5 {
	top: 59.2vw;
	left: 9.7vw;
}

.fukukuma-about-profile__head {
	margin-bottom: 25px;
}

.fukukuma-about-profile__item {
	position: relative;
}

.fukukuma-about-profile__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: clamp(12px, 0px + 1.5625vw, 20px) clamp(6px, 0px + 0.78125vw, 10px);
}

.fukukuma-about-profile__main {
	width: 100%;
}

.fukukuma-about-profile__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.fukukuma--en .fukukuma-about-profile__heading {
	line-height: 1.3;
}

.fukukuma-about-profile__heading span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	padding-top: 2px;
	font-family: "Comfortaa", sans-serif;
	font-size: 18px;
	border-radius: 50%;
	border: 1px solid #2F2725;
}

.fukukuma-about-profile__text {
	text-align: justify;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	letter-spacing: 1.12px;
}

.fukukuma--en .fukukuma-about-profile__text {
	text-align: left;
}

.modal-en .fukukuma-about-profile__text {
	text-align: left;
}

.fukukuma-about-profile__text p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.fukukuma--en .fukukuma-about-profile__text p {
	line-height: 1.5;
	letter-spacing: 0;
}

.fukukuma-about-profile__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.fukukuma-about-profile__item--horizontal .fukukuma-about-profile__icon {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: clamp(9px, 0px + 1.171875vw, 15px);
}

.fukukuma-about-profile__icon__item {
	width: 100px;
}

.fukukuma-about-profile__icon--lg .fukukuma-about-profile__icon__item {
	width: 100px;
}

.fukukuma-about-profile__icon--lg--pc-lg .fukukuma-about-profile__icon__item {
	width: 100px;
}

.fukukuma-about-profile__icon__item img {
	display: block;
	width: 100%;
}

.fukukuma-about-profile__modal-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #ffffff;
	width: 100%;
	padding: 10px 0;
}

.fukukuma--en .fukukuma-about-profile__modal-btn {
	line-height: 1.3;
}

.fukukuma-about-profile__modal-btn span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.6em;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #ffffff;
	font: 700 11px "Comfortaa", sans-serif;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.fukukuma-about-profile__modal-btn::after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.fukukuma-movie-wrap {
	position: relative;
}

.fukukuma-movie-wrap__image {
	position: absolute;
	top: calc(100% - 10px);
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 350px;
	height: 428px;
}

.fukukuma-movie-wrap__image img {
	display: block;
	width: 100%;
}

.fukukuma-movie-wrap__inner {
	position: relative;
	width: 100%;
	padding: 22px 0;
	background: #2F2725;
}

.fukukuma-movie-wrap__inner::before,
.fukukuma-movie-wrap__inner::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 14.35px;
	background: url(../images/fukukuma/deco_movie_line.svg) repeat-x left -5px center/auto 100%;
}

.fukukuma-movie-wrap__inner::before {
	top: 4px;
}

.fukukuma-movie-wrap__inner::after {
	bottom: 4px;
}

.fukukuma-movie--soon {
	pointer-events: none;
}

.fukukuma-movie__item {
	aspect-ratio: 16/9;
}

.fukukuma-movie__item iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fukukuma-movie .swiper-button-prev,
.fukukuma-movie .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-movie .swiper-button-prev::before,
.fukukuma-movie .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
}

.fukukuma-movie .swiper-button-prev::after,
.fukukuma-movie .swiper-button-next::after {
	content: none;
}

.fukukuma-movie .swiper-button-prev {
	left: 3.2%;
}

.fukukuma-movie .swiper-button-prev::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	border-top: 1px solid #FF7537;
	border-left: 1px solid #FF7537;
	margin-left: 2px;
}

.fukukuma-movie .swiper-button-next {
	right: 3.2%;
}

.fukukuma-movie .swiper-button-next::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border-top: 1px solid #FF7537;
	border-right: 1px solid #FF7537;
	margin-left: -2px;
}

.fukukuma-movie__soon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-family: "Comfortaa", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	background: #E0E0E0;
}

.fukukuma-movie-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.fukukuma-movie-list__trg {
	overflow: hidden;
	position: relative;
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
	aspect-ratio: 530/306;
	border-radius: 5.95px;
	border: 6px solid #2F2725;
	cursor: pointer;
	width: 100%;
}

.fukukuma-movie-list__trg::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: url(../images/fukukuma/icon_movie.svg) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-movie-list__trg img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.fukukuma-movie-list__trg--no-icon {
	cursor: auto;
}

.fukukuma-movie-list__trg--no-icon::after {
	content: none;
}

.fukukuma-campaign__image {
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-campaign__image img {
	display: block;
	width: 100%;
}

.fukukuma-campaign__text {
	margin: 19px 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
}

.fukukuma--en .fukukuma-campaign__text {
	line-height: 1.3;
}

.fukukuma-goods-wrap {
	position: relative;
}

.fukukuma-goods-wrap__image {
	position: absolute;
	top: calc(100% + 40px);
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 361px;
	height: 376px;
}

.fukukuma-goods-wrap__image img {
	width: 100%;
	-webkit-transform: translate(0, 260px);
	transform: translate(0, 260px);
}

.is-visible .fukukuma-goods-wrap__image img {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fukukuma-goods__slider {
	overflow: visible !important;
}

.fukukuma-goods__inner {
	display: block;
	padding: 20px 20px 25px 20px;
	background: #FFFFFF;
	border-radius: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-goods__image img {
	display: block;
	width: 100%;
}

.fukukuma-goods__name {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	color: #2F2725;
}

.fukukuma-goods__button {
	display: block;
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 20px;
	background: #FF7537;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fukukuma--en .fukukuma-goods__button {
	line-height: 1.3;
}

.fukukuma-goods .swiper-button-prev,
.fukukuma-goods .swiper-button-next {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-goods .swiper-button-prev::before,
.fukukuma-goods .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-goods .swiper-button-prev::after,
.fukukuma-goods .swiper-button-next::after {
	content: none;
}

.fukukuma-goods .swiper-button-prev {
	left: -60px;
}

.fukukuma-goods .swiper-button-prev::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	border-top: 1px solid #FF7537;
	border-left: 1px solid #FF7537;
	margin-left: 2px;
}

.fukukuma-goods .swiper-button-next {
	right: -60px;
}

.fukukuma-goods .swiper-button-next::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border-top: 1px solid #FF7537;
	border-right: 1px solid #FF7537;
	margin-left: -2px;
}

.fukukuma-goods__soon {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 312px;
	background: #E0E0E0;
	border-radius: 20px;
	color: #FFFFFF;
	text-align: center;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-family: "Comfortaa", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}

.fukukuma-sns-wrap {
	position: relative;
}

.fukukuma-sns-wrap::before {
	content: "";
	position: absolute;
	top: calc(100% + 40px);
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 290px;
	height: 215px;
	margin-left: 20px;
	background: url(../images/fukukuma/deco_sns.svg) no-repeat center center/contain;
}

.fukukuma-sns__heading {
	position: relative;
	width: 90%;
	max-width: 588px;
	margin: 0 auto;
	text-align: center;
}

.fukukuma-sns__heading.is-en {
	max-width: 665px;
}

.fukukuma-sns__heading img {
	display: block;
	width: 100%;
}

.fukukuma-sns__heading::before {
	content: "";
	position: absolute;
	bottom: -60px;
	left: -32px;
	z-index: 1;
	width: 50px;
	height: 48px;
	background: url(../images/fukukuma/deco_sns_01.svg) no-repeat center center/contain;
}

.fukukuma-sns__heading::after {
	content: "";
	position: absolute;
	bottom: -60px;
	right: -20px;
	z-index: 1;
	width: 33px;
	height: 30px;
	background: url(../images/fukukuma/deco_sns_02.svg) no-repeat center center/contain;
}

.fukukuma-sns-list {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin-top: 15px;
	padding: 0;
}

.fukukuma-sns-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #FFFFFF;
	border-radius: 60px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-sns-list__item a:focus {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.fukukuma-sns-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 114px;
	background: #000;
}

.fukukuma-sns-bottom__text p {
	color: #FFFFFF;
	font-family: "Comfortaa", sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	margin: 0 30px -0.18em;
	white-space: nowrap;
}

.fukukuma-about-soon {
	color: #FFFFFF;
}

.fukukuma-about-soon__head {
	margin-bottom: 52px;
}

.fukukuma-about-soon__image {
	width: 60%;
	margin: 0 auto 45px;
}

.fukukuma-about-soon__image img {
	display: block;
	width: 100%;
}

.fukukuma-about-soon__heading {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

.fukukuma--en .fukukuma-about-soon__heading {
	line-height: 1.3;
}

.fukukuma-about-soon__text p {
	margin: 0;
	text-align: justify;
	-webkit-font-feature-settings: "palt" on;
	font-feature-settings: "palt" on;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1.12px;
}

.fukukuma--en .fukukuma-about-soon__text p {
	line-height: 1.5;
}

.youtube-modal {
	position: relative;
	z-index: 10000;
	display: none;
}

.youtube-modal.is-open {
	display: block;
}

.youtube-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.youtube-modal__container {
	position: relative;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	background: #F0F2EF;
	max-width: 900px;
	max-height: calc(100% - 80px);
	width: 84vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.youtube-modal__inner {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 85vh;
}

.youtube-modal__movie {
	aspect-ratio: 16/9;
}

.youtube-modal__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.youtube-modal__close {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -55px;
	right: -14px;
	z-index: 10;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 58px;
	height: 58px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.youtube-modal__close img {
	display: block;
	width: 100%;
}

/**************************\
	Demo Animation Style
\**************************/

.youtube-modal[aria-hidden=false] .youtube-modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.youtube-modal[aria-hidden=false] .youtube-modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.youtube-modal[aria-hidden=true] .youtube-modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.youtube-modal[aria-hidden=true] .youtube-modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.youtube-modal .youtube-modal__container,
.youtube-modal .youtube-modal__overlay {
	will-change: transform;
}

.fukukuma-sns-select {
	position: relative;
}

.fukukuma-sns-select__btn {
	position: relative;
	display: block;
	background: none;
	border: 1px solid #ffffff;
	padding: 0.25em 1.9em 0.25em 2.6em;
	min-width: 106px;
	margin: 0;
	font-weight: 500;
	line-height: 1.7;
	border-radius: 50px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	cursor: pointer;
}

.fukukuma-sns-select__btn.is-en {
	margin-top: -10.77vw;
}

.fukukuma-sns-select__btn:focus-visible {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.fukukuma-sns-select__btn::before {
	position: absolute;
	top: 50%;
	left: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1.125em;
	height: 1.125em;
	display: inline-block;
	background: url(../images/fukukuma/icon_lan.svg) no-repeat center/contain;
}

.fukukuma-sns-select__btn::after {
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	content: "";
	width: 0.375em;
	height: 0.375em;
	display: inline-block;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.fukukuma-sns-select__contents {
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	background: #ffffff;
	border-radius: 20px;
	padding: 30px 20px;
	z-index: 10;
	width: 100%;
	max-width: 540px;
}

.fukukuma-sns-select__contents.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.fukukuma-sns-select__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.fukukuma-sns-select__item {
	list-style: none;
}

.fukukuma-sns-select__item button {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4;
	background: none;
	border: 1px solid #E0E0E0;
	border-radius: 50px;
	padding: 0.4em 0.65em;
	margin: 0;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fukukuma-sns-select__item button:focus-visible {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.fukukuma-about-profile-modal__close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/*
#styleguide
タブ
```
<div class="js-tab">
	<div role="tablist" aria-labelledby="このタブの見出しタグのid紐付け" class="js-tablist">
		<button id="tab-1" class="js-tablist__item" type="button" role="tab" aria-selected="true" aria-controls="tabpanel-1">すべて</button>
		<button id="tab-2" class="js-tablist__item" type="button" role="tab" aria-selected="false" aria-controls="tabpanel-2" tabindex="-1">お知らせ</button>
	</div>
	<div class="">
		<!-- TabPanel1 -->
		<div id="tabpanel-1" role="tabpanel" tabindex="0" aria-labelledby="tab-1">
			「すべて」のタブの中身
		</div>
		<!-- / TabPanel1 -->
		<!-- TabPanel2 -->
		<div id="tabpanel-2" role="tabpanel" tabindex="0" aria-labelledby="tab-2" class="is-hidden">
			「お知らせ」のタブの中身
		</div>
		<!-- / TabPanel2 -->
	</div>
</div>
```
*/

.js-tablist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

[role=tabpanel].is-hidden {
	display: none;
}

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff; /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 10px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.modal {
	position: relative;
	z-index: 10000;
	display: none;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(76, 73, 72, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal__container {
	position: relative;
	border-radius: 20px;
	background: #FFFFFF;
	max-width: 960px;
	max-height: calc(100% - 80px);
	width: 84.6vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal__inner {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 85vh;
}

.modal__close {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 10;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	height: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

/**************************\
	Demo Animation Style
\**************************/

.modal[aria-hidden=false] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal__container,
.modal .modal__overlay {
	will-change: transform;
}

@media (hover: hover) {

.fukukuma-navi__item a:hover {
	color: #FF560B;
}

.fukukuma-movie .swiper-button-prev:hover,
.fukukuma-movie .swiper-button-next:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-box-shadow: 0px 3.833px 19.167px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3.833px 19.167px 0px rgba(0, 0, 0, 0.15);
}

.fukukuma-movie-list__trg:hover::after {
	-webkit-transform: translate(-50%, -50%) scale(1.15);
	transform: translate(-50%, -50%) scale(1.15);
}

.fukukuma-campaign__image:hover {
	opacity: 0.6;
}

.fukukuma-goods__inner:hover {
	position: relative;
	z-index: 20;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.fukukuma-goods__inner:hover .fukukuma-goods__button {
	background: #FF560B;
}

.fukukuma-goods .swiper-button-prev:hover,
.fukukuma-goods .swiper-button-next:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-box-shadow: 0px 3.833px 19.167px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3.833px 19.167px 0px rgba(0, 0, 0, 0.15);
	border-color: #FF560B;
}

.fukukuma-sns-list__item a:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.fukukuma-sns-select__item button:hover {
	background: #2F2725;
	border-color: #2F2725;
	color: #ffffff;
}

}

@media screen and (min-width: 768px) {

.fukukuma-heading-1 { /* pc */
	margin-bottom: 50px;
}

.fukukuma-heading-1--pc-left { /* pc */
	text-align: left;
}

.fukukuma-heading-1--mb0 { /* pc */
	margin-bottom: 0;
}

.fukukuma-heading-1__en { /* pc */
	font-size: 60px;
}

.fukukuma-section { /* pc */
	padding: 120px 0;
}

.fukukuma-section--movie { /* pc */
	padding: clamp(120px, 0px + 9.375vw, 180px) 0 clamp(200px, 0px + 15.625vw, 300px);
}

.fukukuma-section--campaign { /* pc */
	padding: clamp(120px, 0px + 9.375vw, 180px) 0 clamp(135px, -45px + 14.0625vw, 225px);
}

.fukukuma-section--goods { /* pc */
	padding: clamp(120px, 0px + 9.375vw, 180px) 0 clamp(310px, -60px + 28.90625vw, 495px);
}

.fukukuma-section--sns { /* pc */
	padding: clamp(120px, 0px + 9.375vw, 180px) 0 clamp(586px, 554px + 2.5vw, 602px);
}

.fukukuma-section--about-soon { /* pc */
	padding: 178px 0 190px;
}

.fukukuma-section--campaign-soon { /* pc */
	padding: clamp(120px, 0px + 9.375vw, 180px) 0 clamp(195px, 0px + 15.234375vw, 292.5px);
}

.fukukuma-navi__trigger { /* pc */
	display: none;
}

.fukukuma-mv { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: calc(100svh - 117px);
}

.fukukuma-mv::before { /* pc */
	width: 21.40625%;
	height: 100%;
	max-width: 274px;
	max-height: 448px;
}

.fukukuma-mv__images { /* pc */
	width: 50%;
	height: 100%;
	grid-template-columns: repeat(2, 1fr);
}

.fukukuma-mv__images__row { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.fukukuma-mv__main { /* pc */
	height: 100%;
	padding-left: 0;
	padding-bottom: 80px;
}

.is-open .fukukuma-mv__main { /* pc */
	width: 50%;
	height: 100%;
}

.fukukuma-mv__main__inner { /* pc */
	width: 53.87%;
	max-width: 334px;
}

.fukukuma-mv__main__inner--en { /* pc */
	max-width: 325px;
	margin-bottom: -70px;
}

.fukukuma-mv__main__inner--zh { /* pc */
	margin-bottom: -80px;
}

.fukukuma-mv__main__inner--zh .fukukuma-mv-text { /* pc */
	max-width: 338px;
	gap: 43px;
}

.fukukuma-mv__main__inner--zh .fukukuma-mv__logo { /* pc */
	width: 100%;
}

.fukukuma-mv__logo { /* pc */
	width: 82%;
	max-width: 274px;
	margin-top: 68px;
}

.fukukuma-mv-text { /* pc */
	gap: 36px;
}

.fukukuma-about { /* pc */
	z-index: 0;
}

.fukukuma-about-head__contents { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fukukuma-about-head__image { /* pc */
	width: 50.1%;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.fukukuma-about-head__body { /* pc */
	width: 41.6666666667%;
}

.fukukuma-about-head__lead { /* pc */
	font-size: clamp(24px, 0px + 3.125vw, 30px);
	margin-bottom: 30px;
}

.fukukuma-about-head__lead span { /* pc */
	font-size: 28px;
}

.fukukuma-about-item__contents { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fukukuma-about-item__contents--reverse { /* pc */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.fukukuma-about-item__image { /* pc */
	width: 50.1%;
	max-width: none;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.fukukuma-about-item__lead { /* pc */
	margin-bottom: 30px;
	font-size: clamp(22px, 10px + 1.5625vw, 30px);
}

.fukukuma--en .fukukuma-about-item__lead { /* pc */
	font-size: 28px;
}

.fukukuma-about-item__lead span { /* pc */
	font-size: 20px;
}

.fukukuma-about-item__text p { /* pc */
}

.fukukuma-about-item__info__item:not(:last-child) { /* pc */
	margin-bottom: 10px;
}

.fukukuma-about-item__info__item--fz-lg { /* pc */
	font-size: clamp(14px, 9.5px + 0.5859375vw, 17px);
}

.fukukuma--en .fukukuma-about-item__info__item:not(:last-child) { /* pc */
	margin-bottom: 15px;
}

.fukukuma-about-item__info__label { /* pc */
	width: 90px;
}

.fukukuma--en .fukukuma-about-item__info__label { /* pc */
	width: 120px;
}

.fukukuma-about-item__heading { /* pc */
	font-size: clamp(18px, 15px + 0.390625vw, 20px);
}

.fukukuma-about-progress { /* pc */
	top: 100%;
}

.fukukuma-about-progress__inner { /* pc */
	width: 68px;
	height: 68px;
	font-size: 8.5px;
}

.fukukuma-about-progress__inner::before { /* pc */
	width: 16px;
	height: 24px;
}

.fukukuma-about-profile { /* pc */
	padding: 5px 0 0;
}

.fukukuma-about-profile__inner { /* pc */
	max-width: 1080px;
	margin: 0 auto;
}

.fukukuma-about-profile__image { /* pc */
	width: 47.5%;
	width: clamp(310.8px, 7.5px + 39.4921875vw, 513px);
	margin: 0 auto;
}

.fukukuma-about-profile__image img { /* pc */
	margin-left: -10px;
}

.fukukuma-about-profile__image__btn { /* pc */
	display: none;
}

.fukukuma-about-profile__head { /* pc */
	position: absolute;
	top: -12.5%;
	left: 0;
	margin: 0;
}

.fukukuma-about-profile__item { /* pc */
	position: absolute;
}

.fukukuma-about-profile__item--01 {
	top: 3.5%;
	left: 69.5%;
	width: clamp(162px, 0px + 21.09375vw, 270px);
}

.fukukuma-about-profile__item--01 .fukukuma-about-profile__icon {
	position: absolute;
	left: 0;
	top: 105%;
}

.fukukuma-about-profile__item--02 {
	top: 61%;
	left: 75%;
	width: clamp(162px, 0px + 21.09375vw, 270px);
}

.fukukuma-about-profile__item--03 {
	top: 18%;
	left: 0;
	width: clamp(162px, 0px + 21.09375vw, 270px);
}

.fukukuma-about-profile__item--04 {
	top: 42.5%;
	left: 69.5%;
	width: clamp(162px, 0px + 21.09375vw, 270px);
}

.fukukuma-about-profile__item--05 {
	top: 72.5%;
	left: 2.2%;
	width: clamp(175.2px, 33px + 18.515625vw, 270px);
}

.fukukuma-about-profile__item--05 .fukukuma-about-profile__contents {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fukukuma--en .fukukuma-about-profile__item--05 {
	left: 0;
	width: clamp(175.2px, -42px + 28.28125vw, 320px);
}

.fukukuma-about-profile__heading { /* pc */
	margin-bottom: clamp(7.2px, 3px + 0.546875vw, 10px);
	font-size: clamp(12px, 3px + 1.171875vw, 18px);
}

.fukukuma-about-profile__heading span { /* pc */
	display: none;
	border-color: #ffffff;
	width: 29px;
	height: 29px;
}

.fukukuma-about-profile__text p { /* pc */
	font-size: clamp(8.4px, 0px + 1.09375vw, 14px);
}

.fukukuma-about-profile__item--horizontal .fukukuma-about-profile__icon { /* pc */
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.fukukuma-about-profile__icon__item { /* pc */
	width: 80px;
	width: clamp(60px, 0px + 7.8125vw, 100px);
}

.fukukuma-about-profile__icon--lg .fukukuma-about-profile__icon__item { /* pc */
	width: clamp(60px, 0px + 7.8125vw, 100px);
}

.fukukuma-about-profile__icon--lg--pc-lg .fukukuma-about-profile__icon__item { /* pc */
	width: clamp(72px, 0px + 9.375vw, 120px);
}

.fukukuma-about-profile__modal-btn { /* pc */
	display: none;
}

.fukukuma-movie-wrap__image { /* pc */
	top: calc(100% - 80px);
	width: 700px;
	height: 857px;
}

.fukukuma-movie-wrap__inner { /* pc */
	padding: 53px 0;
}

.fukukuma-movie-wrap__inner::before,
.fukukuma-movie-wrap__inner::after { /* pc */
	height: 35.6px;
}

.fukukuma-movie-wrap__inner::before { /* pc */
	top: 9px;
}

.fukukuma-movie-wrap__inner::after { /* pc */
	bottom: 9px;
}

.fukukuma-movie__soon { /* pc */
	font-size: 70px;
}

.fukukuma-movie-list { /* pc */
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.fukukuma-movie-list__trg { /* pc */
	border-width: 10px;
	border-radius: 10px;
}

.fukukuma-movie-list__trg::after { /* pc */
	width: 56px;
	height: 56px;
}

.fukukuma-goods-wrap__image { /* pc */
	top: calc(100% + 53px);
	width: 723px;
	height: 752px;
	margin-left: 10px;
}

.fukukuma-goods__slider { /* pc */
}

.fukukuma-goods__slider::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: calc(100% + 20px);
	z-index: 10;
	width: calc(50vw - 50% - 20px);
	height: calc(100% + 100px);
	background: #85CF1D;
}

.fukukuma-goods__slider::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 20px);
	z-index: 10;
	width: calc(50vw - 50% - 20px);
	height: calc(100% + 100px);
	background: #85CF1D;
}

.fukukuma-goods__inner { /* pc */
	padding: 15px 20px 20px 20px;
}

.fukukuma-goods__soon { /* pc */
	height: 338px;
	font-size: 70px;
}

.fukukuma-sns-wrap::before { /* pc */
	top: calc(100% + 40px);
	width: 580px;
	height: 431px;
	margin-left: 40px;
}

.fukukuma-sns__heading { /* pc */
	width: 55.471%;
}

.fukukuma-sns__heading.is-en { /* pc */
	width: 61.6%;
}

.fukukuma-sns__heading::before { /* pc */
	bottom: -88px;
	left: -120px;
	width: 101px;
	height: 96px;
}

.fukukuma-sns__heading::after { /* pc */
	bottom: -80px;
	right: -100px;
	width: 67px;
	height: 60px;
}

.fukukuma-sns-list { /* pc */
	margin-top: 20px;
}

.fukukuma-sns-bottom { /* pc */
	height: 230px;
}

.fukukuma-sns-bottom__text p { /* pc */
	font-size: 110px;
}

.fukukuma-about-soon { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fukukuma-about-soon__head { /* pc */
	width: 25%;
	margin-bottom: 0;
}

.fukukuma-about-soon__image { /* pc */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 35%;
	margin: 0;
}

.fukukuma-about-soon__body { /* pc */
	width: 25%;
}

.fukukuma-about-soon__heading { /* pc */
	font-size: 28px;
}

.fukukuma-sns-select__btn { /* pc */
	margin-top: -42px;
}

.fukukuma-sns-select__btn.is-en { /* pc */
	margin-top: -9.6vw;
}

.fukukuma-sns-select__contents { /* pc */
	padding: 30px 36px;
}

.modal--sp-only { /* pc */
	display: contents;
}

.modal--sp-only .modal__overlay {
	display: contents;
}

.modal--sp-only .modal__container {
	display: contents;
}

}

@media screen and (min-width: 768px) and (min-width: 1400px) {

.fukukuma-about-profile__item--01 { /* xl */
	top: 5%;
	left: 71%;
}

.fukukuma-about-profile__item--03 { /* xl */
	top: 19%;
	left: auto;
	right: 77%;
}

.fukukuma-about-profile__item--04 { /* xl */
	left: 71%;
}

.fukukuma-about-profile__item--05 { /* xl */
	top: 77.5%;
	left: auto;
	right: 73%;
}

.fukukuma--en .fukukuma-about-profile__item--05 { /* xl */
	left: auto;
	right: 73%;
}

}

@media screen and (min-width: 768px) and (min-width: 960px) {

.fukukuma-about-profile__item--01 .fukukuma-about-profile__icon { /* md */
	top: 123%;
}

.fukukuma-about-profile__item--02 { /* md */
	top: 59%;
}

}

@media screen and (min-width: 768px) and (max-width: 767px) {

.fukukuma-about-profile__item--05 .fukukuma-about-profile__contents { /* sp */
	display: block;
}

}

@media screen and (min-width: 960px) {

.fukukuma-heading-2 { /* md */
	font-size: 24px;
}

.fukukuma-about-head__lead { /* md */
	font-size: clamp(30px, 0px + 3.125vw, 40px);
}

.fukukuma-about-item__body { /* md */
	max-width: 450px;
}

.fukukuma--en .fukukuma-about-item__body {
	max-width: 455px;
}

.fukukuma-about-item__head { /* md */
	margin-bottom: 30px;
}

.fukukuma-about-item__section:not(:last-child) { /* md */
	margin-bottom: 22px;
}

.fukukuma-about-item__heading { /* md */
	margin-bottom: 8px;
}

.fukukuma-about-profile__heading { /* md */
	margin-bottom: 12px;
}

}

@media screen and (hover: hover) and (min-width: 960px) {

.fukukuma-goods__inner:hover { /* md */
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

}

@media screen and (hover: hover) and (min-width: 1280px) {

.fukukuma-goods__inner:hover { /* lg */
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

}

@media screen and (min-width: 1400px) {

.fukukuma-about-item__body { /* xl */
	max-width: none;
}

.fukukuma-about-item__text p { /* xl */
	font-size: 16px;
}

.fukukuma-about-profile__inner { /* xl */
	width: 90%;
	max-width: none;
}

.fukukuma-about-profile__image { /* xl */
	width: 52%;
}

.fukukuma-about-profile__heading { /* xl */
	font-size: 20px;
}

.fukukuma-about-profile__text p { /* xl */
}

.fukukuma-sns__heading.is-en { /* xl */
}

.fukukuma-sns-select__btn.is-en { /* xl */
	margin-top: -134px;
}

}

@media screen and (max-width: 767px) {

.l-fukukuma-wrapper { /* sp */
}

.fukukuma-navi.is-fixed { /* sp */
	top: 92px;
}

.fukukuma-navi__items { /* sp */
	display: none;
}

.fukukuma-mv__images__item { /* sp */
	height: calc((100svh - 60px) / 4);
	aspect-ratio: 1/1;
}

.is-open .fukukuma-mv__main { /* sp */
	width: 100%;
	height: 50%;
}

.fukukuma-about__pagination { /* sp */
	bottom: 50px;
	gap: 10px;
}

.fukukuma-about__pagination .swiper-button-prev,
.fukukuma-about__pagination .swiper-button-next { /* sp */
	width: 9px;
	height: 9px;
}

.fukukuma-about-head { /* sp */
	padding: 40px 0 200px;
}

.fukukuma-about-head--en { /* sp */
	padding: 40px 0 230px;
}

.fukukuma-about-head--zh { /* sp */
	padding: 40px 0 210px;
}

.fukukuma-about-head__lead .pc-only { /* sp */
	display: none;
}

.fukukuma-about-head__text .pc-only { /* sp */
	display: none;
}

.fukukuma-about-item__body { /* sp */
	width: 100%;
}

.fukukuma-about-item__lead .pc-only { /* sp */
	display: none;
}

.fukukuma-about-progress { /* sp */
	display: none;
}

.fukukuma-about-profile__image { /* sp */
	width: 90%;
	max-width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
}

.fukukuma-about-profile__item { /* sp */
	display: block;
	border-bottom: 1px dashed #FFFFFF;
}

.fukukuma-about-profile__item--horizontal { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fukukuma-about-profile__contents { /* sp */
	padding: 20px;
}

.fukukuma-about-profile__icon { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fukukuma-about-profile__icon__item { /* sp */
	border: 1px solid #CDCDCD;
	border-radius: 50%;
}

.fukukuma-movie .swiper-button-prev { /* sp */
	left: 0%;
}

.fukukuma-movie .swiper-button-next { /* sp */
	right: 0%;
}

.fukukuma-goods .swiper-button-prev,
.fukukuma-goods .swiper-button-next { /* sp */
	display: none;
}

.youtube-modal__movie { /* sp */
	width: 100%;
}

}

@-webkit-keyframes revealMask {

to {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

}

@keyframes revealMask {

to {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

}

@-webkit-keyframes animation {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

50% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

100% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@keyframes animation {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

50% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

100% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

