@charset 'UTF-8';

/* recaptha削除 */
.grecaptcha-badge {
	display: none !important;
}

/* 共通
----------------------------------------------------------------------------------------------------*/
.bg-circle-top-wrap {
	position: relative;
}

.bg-circle-top-wrap .bg-circle-top {
	position: absolute;
	width: 100%;
	left: 0%;
	overflow: hidden;
}

.bg-circle-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.bg-circle-inner div {
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	position: absolute;
	top: 0;
	left: -10%;
	width: 120%;
	height: 100%;
}

@media screen and (max-width: 1399px) {
	.bg-circle-top-wrap .bg-circle-top {
		height: 23rem;
		top: -5.5rem;
	}
}

@media screen and (min-width: 1400px) {
	.bg-circle-top-wrap .bg-circle-top {
		height: 112rem;
		top: -25.3rem;
	}

	.bg-circle-top-inner {
		top: -11rem;
		position: relative;
	}

	.bg-circle-top-inner-80 {
		top: -8rem;
		position: relative;
	}
}

/* 英語タイトル */
.top-e-ttl,
.top-e-ttl-small,
.top-e-ttl-pc {
	line-height: 1;
}

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

	.top-e-ttl,
	.top-e-ttl-pc {
		font-size: 3.8rem;
	}

	.top-e-ttl-small {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1600px) {
	.top-e-ttl {
		font-size: 8rem;
	}

	.top-e-ttl-pc {
		font-size: 7rem;
	}

	.top-e-ttl-small {
		font-size: 5rem;
	}
}

/* 日本語タイトル */
.top-j-ttl,
.top-j-ttl-pc {
	line-height: 1;
}

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

	.top-j-ttl,
	.top-j-ttl-pc {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1600px) {
	.top-j-ttl {
		font-size: 1.7rem;
	}

	.top-j-ttl-pc {
		font-size: 1.6rem;
	}
}

/* 共通タイトル */
.top-common-ttl .top-e-ttl,
.top-common-ttl .top-e-ttl-pc,
.top-common-ttl .top-e-ttl-small {
	padding-bottom: 1rem;
}

.top-common-ttl .top-j-ttl,
.top-common-ttl .top-j-ttl-pc {
	letter-spacing: 0.1em;
}

/*********************************************
swiper
*********************************************/
.swiper-nav-wrap {
	max-width: 13.7rem;
	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;
}

.swiper-pagenation {
	line-height: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 0.5rem;
}

.swiper-pagenation .pagenation-slash {
	display: block;
	position: relative;
	width: 2.4rem;
}

.swiper-pagenation .pagenation-slash::before {
	content: " ";
	width: 1.5rem;
	height: 1px;
	background-color: #282828;
	display: block;
	position: absolute;
	top: 50%;
	left: calc(50% - 0.75rem);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 1599px) {
	.swiper-nav-wrap {
		max-width: 13.7rem;
	}

	.swiper-pagenation {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1600px) {
	.swiper-nav-wrap {
		max-width: 18.8rem;
	}

	.swiper-pagenation {
		font-size: 1.4rem;
	}
}

/* btn */
.swiper-button-prev,
.swiper-button-next {
	border-radius: 50%;
	background-color: #fff;
	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;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.swiper-button-prev .arrow-slide-icon,
.swiper-button-next .arrow-slide-icon {
	fill: #282828;
}

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

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

	.swiper-button-prev,
	.swiper-button-next {
		width: 3.5rem;
		height: 2.7rem;
	}

	.swiper-button-prev svg,
	.swiper-button-next svg {
		width: 0.8rem;
	}
}

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

	.swiper-button-prev,
	.swiper-button-next {
		width: 5rem;
		height: 3.8rem;
	}

	.swiper-button-prev {
		padding-right: 0.3rem;
	}

	.swiper-button-next {
		padding-left: 0.3rem;
	}

	.swiper-button-prev svg,
	.swiper-button-next svg {
		width: 1rem;
	}
}

.swiper-button-prev.bc-282828,
.swiper-button-next.bc-282828 {
	background-color: #282828;
}

/* a btn */

/* btn color */
.swiper-button-prev.bc-f0c33e,
.swiper-button-next.bc-f0c33e {
	background-color: #f0c33e;
}

a:hover .swiper-button-prev.bc-f0c33e,
a:hover .swiper-button-next.bc-f0c33e {
	background-color: #282828;
}

.swiper-button-prev.bc-f0c33e .arrow-slide-icon,
.swiper-button-next.bc-f0c33e .arrow-slide-icon,
.swiper-button-prev.bc-282828 .arrow-slide-icon,
.swiper-button-next.bc-282828 .arrow-slide-icon {
	fill: #fff;
}

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

	a .swiper-button-prev,
	a .swiper-button-next {
		width: 4rem;
		height: 3rem;
	}
}

/* ================================================ */
/* post rayout
------------------------------------------------------ */
.common-post-wrap,
.common-post-sp-100-wrap {
	display: flex;
	flex-wrap: wrap;
}

.swiper-initialized .swiper-slide .common-item {
	height: 100%;
}

.common-post-wrap.always-50 .common-item {
	width: 50% !important;
}

.common-item a {
	color: #282828;
	text-decoration: none;
}

.common-item-img-fit {
	aspect-ratio: 1 / 0.703;
}

.common-item-img-works-fit {
	aspect-ratio: 1 / 0.622;
}

.common-item-img-voice-fit {
	aspect-ratio: 1 / 1.079;
}
.common-item-img-staff-fit {
	aspect-ratio: 1 / 1.204;
}

.common-item-img-square-fit {
	aspect-ratio: 1 / 1;
}

.common-item-img-square-fit img,
.common-item-img-fit img,
.common-item-img-works-fit img,
.common-item-img-voice-fit img,.common-item-img-staff-fit img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.common-item-ttl {
	line-height: 1.6;
}

.common-item-ttl.bdb-dotted-mainblack {
	padding-bottom: 0.5rem;
	line-height: 3;
}

.common-item-txt {
	margin-bottom: 0;
}

@media screen and (max-width: 575px) {
	.common-post-wrap {
		margin-right: -0.6rem;
		margin-left: -0.6rem;
	}

	.common-post-wrap .common-item {
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}

	.common-post-wrap.cpw-sp-prpl-10 {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}

	.common-post-wrap.cpw-sp-prpl-10 .common-item {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.common-post-sp-100-wrap .common-item,.common-post-wrap.common-item-sp-100-pc-25 .common-item,.common-post-wrap.common-item-sp-100-pc-50 .common-item {
		width: 100%;
	}
}

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

	.common-post-wrap,
	.common-post-sp-100-wrap {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}

	.common-post-wrap .common-item,
	.common-post-sp-100-wrap .common-item {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.common-post-wrap.common-item-sp-100-pc-50 .common-item{
		width: 50%;
	}
}

@media screen and (min-width:576px) and (max-width:991px) {
	.common-post-sp-100-wrap .common-item,.common-post-wrap.common-item-sp-100-pc-25 .common-item {
		width: 50%;
	}
}
@media screen and (max-width: 991px) {
	.common-post-wrap .common-item {
		width: 50%;
	}
}

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

	.common-post-wrap .common-item,
	.common-post-sp-100-wrap .common-item {
		width: calc(100% / 3);
	}
}
@media screen and (min-width:992px) and (max-width:1599px){
	.common-post-wrap.common-item-sp-100-pc-25 .common-item{
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 1399px) {
	.common-post-wrap .common-item {
		margin-bottom: 4rem;
	}

	.common-item-img-fit,
	.common-item-img-square-fit,
	.archive-movie-img,
	.common-item-img-works-fit,
	.common-item-img-voice-fit,.common-item-img-staff-fit {
		border-radius: 1rem;
	}

	.common-item-img-fit,
	.common-item-img-square-fit,
	.archive-movie-img {
		margin-bottom: 2.4rem;
	}

	.common-item-img-works-fit {
		margin-bottom: 0.8rem;
	}

	.common-item-ttl {
		margin-bottom: 0.6rem;
	}
}

@media screen and (min-width: 1400px) {
	.common-post-wrap .common-item {
		margin-bottom: 6.5rem;
	}

	.common-item-img-fit,
	.common-item-img-square-fit,
	.archive-movie-img,
	.common-item-img-works-fit,
	.common-item-img-voice-fit,.common-item-img-staff-fit {
		border-radius: 1.5rem;
	}

	.common-item-img-works-fit {
		margin-bottom: 1rem;
	}

	.common-item-ttl {
		margin-bottom: 2rem;
		letter-spacing: 0.1em;
	}

	.common-post-wrap.common-post-prpl-50 {
		margin-right: -2.5rem;
		margin-left: -2.5rem;
	}

	.common-post-wrap.common-post-prpl-50 .common-item {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
	.common-post-wrap.common-post-prpl-45 {
		margin-right: -2.25rem;
		margin-left: -2.25rem;
	}

	.common-post-wrap.common-post-prpl-45 .common-item {
		padding-right: 2.25rem;
		padding-left: 2.25rem;
	}
	.common-post-wrap.common-post-prpl-40{
		margin-right: -2rem;
		margin-left: -2rem;
	}
	.common-post-wrap.common-post-prpl-40 .common-item{
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

@media screen and (max-width: 1599px) {
	.common-item-ttl {
		font-size: 1.5rem;
	}

	.common-item-txt {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 1600px) {
	.common-post-wrap.common-item-sp-100-pc-25 .common-item{
		width: 25%;
	}
	.common-item-ttl {
		font-size: 2rem;
	}

	.common-item-txt {
		font-size: 1.4rem;
		line-height: 1.7;
	}
}

/* トップと下層共通
----------------------------------------------------------------------------------------------------*/

/* ================================================ */
/* Information トップと共通
------------------------------------------------------ */
.common-post-text-box a {
	color: #808080;
	display: block;
	transition: .3s;
}

.common-post-text-box a:hover {
	opacity: 0.6;
}

.ciii-img {
	display: block;
}

@media screen and (max-width: 1599px) {
	.common-info-item-date {
		font-size: 1.1rem;
		padding-top: 1.6rem;
	}
}

@media screen and (min-width: 1600px) {
	.common-info-item-date {
		font-size: 1.2rem;
		padding-top: 3rem;
	}
}

/***** カテゴリー ****/
.common-cat-name {
	text-align: center;
}

.common-cat-name a,.ccn-not-link {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

.common-cat-name a:hover {
	opacity: 0.6;
}

.ccn-event a,.ccn-event .ccn-not-link {
	background-color: #f0c33e;
}

.ccn-news a {
	background-color: #282828;
}

.ccn-newsblog a {
	background-color: #808080;
}

@media screen and (max-width: 1599px) {
	.common-cat-name {
		font-size: 1.2rem;
		width: 8rem;
	}

	.common-cat-name a,.ccn-not-link {
		line-height: 2.5rem;
		border-radius: 1.3rem;
	}

	.common-cat-name {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 1600px) {
	.common-cat-name {
		font-size: 1.3rem;
		width: 10rem;
	}

	.common-cat-name a,.ccn-not-link {
		line-height: 3rem;
		border-radius: 1.5rem;
	}

	.common-cat-name {
		margin-bottom: 2.2rem;
	}
}

/***** dl ****/
.common-dl-list {
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.common-dl-list dt {
	position: relative;
	padding-right: 1em;
	font-weight: 500;
}

.common-dl-list dt::before {
	content: ":";
	position: absolute;
	top: 0;
	right: 0.65em;
}

.common-dl-list dd {
	margin-bottom: 0;
}

@media screen and (max-width: 1599px) {
	.common-dl-list {
		font-size: 1.2rem;
	}

	.common-dl-list dt {
		width: 6.6rem;
	}

	.common-dl-list dd {
		width: calc(100% - 6.8rem);
	}
}

@media screen and (min-width: 1600px) {
	.common-dl-list {
		font-size: 1.4rem;
	}

	.common-dl-list dt {
		width: 7.4rem;
		margin-bottom: 0.4rem;
	}

	.common-dl-list dd {
		width: calc(100% - 7.4rem);
		margin-bottom: 0.4rem;
	}
}

/***** 1600px以降 ****/
@media screen and (min-width: 1600px) {
	.common-infomation-wrap .common-item {
		padding-right: 1.8rem;
		padding-left: 1.8rem;
	}

	.common-infomation-item-inner {
		display: flex;
		justify-content: space-between;
		padding-top: 4rem;
		padding-bottom: 4rem;
		background-image: radial-gradient(#282828 30%, rgb(40, 40, 40, 0) 30%);
		background-size: 6px 6px;
		background-repeat: repeat-x;
		background-position: bottom left;
		position: relative;
	}

	.ciii-img {
		width: 39.4737%;
	}

	.ciii-img .common-item-img-square-fit {
		margin-bottom: 0 !important;
	}

	.ciii-txt {
		width: 51.5789%;
		padding-top: 3.8rem;
	}
}

/* ================================================ */
/* New icon
------------------------------------------------------ */
.common-newicon {
	position: absolute;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
}

@media screen and (max-width: 1599px) {
	.common-newicon {
		width: 4.5rem;
		height: 4.5rem;
		top: -1.1rem;
		right: -0.9rem;
		line-height: 4.5rem;
		font-size: 1.1rem;
		padding-top: 0.2rem;
	}
}

@media screen and (min-width: 1600px) {
	.common-newicon {
		width: 7rem;
		height: 7rem;
		top: -1.5rem;
		right: -1.5rem;
		line-height: 7rem;
	}
}

/* ================================================ */
/* WORKS 施工事例
------------------------------------------------------ */
.common-works-item-inner {
	height: 100%;
}

.common-works-item-inner a {
	display: block;
	position: relative;
}

@media screen and (max-width: 1399px) {
	.common-works-item-inner {
		border-radius: 1rem;
		padding-top: 2rem;
		padding-right: 2rem;
		padding-left: 2rem;
		padding-bottom: 1.6rem;
	}

	.common-works-item-inner a .common-item-ttl {
		margin-bottom: 1.4rem;
	}
}

@media screen and (min-width: 1400px) {
	.common-works-item-inner {
		border-radius: 1.5rem;
		padding-top: 3rem;
		padding-bottom: 3.2rem;
		padding-right: 3.4rem;
		padding-left: 3.4rem;
	}
}

/***** dl ****/
.common-works-item-inner .common-dl-list {
	padding-bottom: 1.2rem;
}

.common-works-dd-price {
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

@media screen and (max-width: 1599px) {
	.common-works-dt-price {
		padding-top: 0.5em;
	}

	.common-works-dt-price::before {
		top: 0.45em !important;
	}

	.common-works-dd-price {
		font-size: 1.4167em;
	}
}

@media screen and (min-width: 1600px) {
	.common-works-dt-price {
		padding-top: 0.75em;
	}

	.common-works-dt-price::before {
		top: 0.6em !important;
	}

	.common-works-dd-price {
		font-size: 2.1429em;
		line-height: 1;
		position: relative;
		top: 0.07em;
	}
}

/***** list ****/
.common-works-tag {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	overflow-x: scroll;
}
.common-works-tag::-webkit-scrollbar{
	height: 4px;
}
.common-works-tag::-webkit-scrollbar-track{
   background-color: #fff;
}
.common-works-tag::-webkit-scrollbar-thumb{
   background-color: #fef9ed;
}

.common-works-tag li {
	list-style: none;
	margin-right: 0.5rem;
	white-space: nowrap;
	padding-bottom: 0.5rem;
}

.common-works-tag li a {
	color: #808080;
	display: block;
	background-color: #fef9ed;
	transition: .3s;
	text-decoration: none;
}

.common-works-tag li a:hover {
	color: #fff !important;
	background-color: #f0c33e;
}
.common-works-tag li a .c-f0c33e{
	transition: .3s;
}
.common-works-tag li a:hover .c-f0c33e{
	color: #fff;
}

@media screen and (max-width: 1599px) {
	.common-works-tag {
		font-size: 1.1rem;
	}

	.common-works-tag li a {
		line-height: 1.9rem;
		border-radius: 1rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media screen and (min-width: 1600px) {
	.common-works-tag {
		font-size: 1.3rem;
	}

	.common-works-tag li a {
		line-height: 3rem;
		border-radius: 1.5rem;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

/* ================================================ */
/* VOICE お客様の声
------------------------------------------------------ */
.common-voice-item a{
	display: block;
	position: relative;
}
.common-voice-item .common-item-ttl {
	position: relative;
	line-height: 1.4;
	margin-bottom: 0;
}

.common-voice-item-ttl-dotted {
	display: block;
	width: 100%;
	height: 4px;
}

@media screen and (max-width: 1399px) {
	.common-item-img-voice-fit {
		margin-bottom: 1.6rem;
	}
	.common-voice-item .common-item-ttl {
		line-height: 1.4;
	}
	.common-voice-item-ttl-dotted {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.common-voice-item-txt {
		line-height: 1.5;
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 1400px) {
	.common-item-img-voice-fit {
		margin-bottom: 2.2rem;
	}
	.common-voice-item-ttl-dotted {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.common-voice-item-txt {
		line-height: 1.8;
		margin-bottom: 2.4rem;
	}
}
@media screen and (max-width: 1599px) {
	.common-voice-item-txt {
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 1600px) {
	.common-voice-item .common-item-ttl {
		font-size: 1.8rem;
	}
	.common-voice-item-txt {
		font-size: 1.4rem;
	}
}
/***** list※施工事例詳細でも利用 ****/
.common-voice-info-list{
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.common-voice-info-list li{
	list-style: none;
	margin-right: 1.2rem;
	position: relative;
	letter-spacing: 0.05em;
}
.common-voice-info-list li::before{
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	width: 2.4rem;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.cvil-name{
	padding-left: 2.1rem;
}
.cvil-city{
	padding-left: 1.7rem;
}
.cvil-price{
	padding-left: 3rem;
}
.cvil-name::before{
	background-image: url(../images/logo-icon/icon-voice-name.svg);
}
.cvil-city::before{
	background-image: url(../images/logo-icon/icon-voice-city.svg);
}
.cvil-price::before{
	background-image: url(../images/logo-icon/icon-voice-price.svg);
}
@media screen and (max-width: 1599px) {
	.common-voice-info-list li{
		font-size: 1.2rem;
	}
	.common-voice-info-list li::before{
		top: 0;
	}
}

@media screen and (min-width: 1600px) {
	.common-voice-info-list li{
		font-size: 1.3rem;
	}
	.common-voice-info-list li::before{
		top: 0.3rem;
	}
}

/* ================================================ */
/* 共通
------------------------------------------------------ */
/*container*/
.container-small,
.container-large,
.container-single,
.container-small-small,
.container-large-single,
.container-small-100,
.container-large-100,
.container-single-single,
.container-large-small,
.container-single-small,
.container-pc-75p,
.container-small-large,
.container-small-single {
	margin-right: auto;
	margin-left: auto;
}

.mra-mla {
	margin-right: auto;
	margin-left: auto;
}

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

	/*container*/
	.container-small,
	.container-large,
	.container-single,
	.container-pc-75p,
	.container-small-large {
		width: 89.7436%;
	}

	.container-small-small,
	.container-large-small,
	.container-single-small {
		width: 85.3846%;
	}

	.container-large-single,
	.container-single-single,
	.container-small-single {
		width: 79.4872%;
	}

	.container-small-100,
	.container-large-100 {
		width: 100%;
	}
}

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

	/*container*/
	.container-small,
	.container-small-small,
	.container-small-100,
	.container-small-large,
	.container-small-single {
		width: 86.6667%;
	}

	.container-large,
	.container-large-single,
	.container-large-small,
	.container-large-100 {
		width: 91.6667%;
	}

	.container-single,
	.container-single-single,
	.container-single-small {
		width: 77.7778%;
	}

	.container-pc-75p {
		width: 75%;
	}
}

/*font*/
.efont-medium {
	font-family: poppins, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.efont-semibold {
	font-family: poppins, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.efont-bold {
	font-family: poppins, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.efont-satoshi {
	font-family: 'Satoshi', sans-serif;
	font-weight: 700;
}

.efont-gotxt {
	font-family: poppins, kinto-sans,"游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
}

.txtmin {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Shippori Mincho", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txtGot {
	font-family: kinto-sans,"游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.txtGotYu {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.efont-txtmin {
	font-family: "Amiri", "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-weight-medium {
	font-weight: 500;
}

.bg-f5d578 {
	background-image: url(../images/bg/bg-f5d578.webp);
}

.bg-fdf9eb {
	background-image: url(../images/bg/bg-fdf9eb.webp);
}

.bg-fff {
	background-image: url(../images/bg/bg-fff.webp);
}

.bc-fff {
	background-color: #fff;
}

.bc-000 {
	background-color: #000;
}

.bc-282828 {
	background-color: #282828;
}

.bc-f0c33e {
	background-color: #f0c33e;
}

.bc-4d4d4d {
	background-color: #4d4d4d;
}

.bc-666 {
	background-color: #666;
}

.bc-cf2820 {
	background-color: #cf2820;
}

.bc-ededea {
	background-color: #ededed;
}

.bc-595959 {
	background-color: #595959;
}

.lh-1 {
	line-height: 1;
}

.lh-15 {
	line-height: 1.5;
}

.lh-16 {
	line-height: 1.6;
}

.lh-17 {
	line-height: 1.7;
}

.lh-20 {
	line-height: 2;
}

.m-ml {
	margin-left: -0.5em;
}

.fwm {
	font-weight: 500;
}

.under {
	text-decoration: underline;
}

.ls-001 {
	letter-spacing: 0.01em;
}

.ls-005 {
	letter-spacing: 0.05em;
}

.ls-007 {
	letter-spacing: 0.07em;
}

.ls-008 {
	letter-spacing: 0.08em;
}

.ls-01 {
	letter-spacing: 0.1em;
}

.c-fff {
	color: #fff;
}

.c-000 {
	color: #000;
}

.c-808080 {
	color: #808080;
}

.c-f0c33e {
	color: #f0c33e;
}
.c-595959{
	color: #595959;
}

.c-282828 {
	color: #282828;
}

.c-666 {
	color: #666;
}
.c-999 {
	color: #999;
}

.c-cf2820 {
	color: #cf2820;
}

.txt-kome {
	display: flex;
}

.txt-kome .tk-icon {
	width: 1.2em;
}

.txt-kome .tk-main {
	width: calc(100% - 1.2em);
}

.txt-small {
	font-size: 0.8em;
}

.text-1lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}

.text-2lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.text-3lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

.zindex-2 {
	z-index: 2;
}

@media screen and (max-width: 575px) {
	.br-pc {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.br-tab {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.sp-linkkill {
		pointer-events: none;
	}
}

@media screen and (max-width: 991px) {
	.br-max-991 {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.br-sp-lg {
		display: none;
	}
}

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

	/*font*/
	.sp-fsize-12 {
		font-size: 1.4rem;
	}

	.sp-fsize-13 {
		font-size: 1.4rem;
	}

	.sp-fsize-14 {
		font-size: 1.4rem;
	}

	.sp-fsize-15 {
		font-size: 1.5rem;
	}

	.sp-fsize-16 {
		font-size: 1.6rem;
	}

	.sp-fsize-18 {
		font-size: 1.8rem;
	}

	.text-2lines-sp {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
	}
}

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

	/*font*/
	.pc-fsize-13 {
		font-size: 1.3rem;
	}

	.pc-fsize-14 {
		font-size: 1.4rem;
	}

	.pc-fsize-17 {
		font-size: 1.7rem;
	}

	.pc-fsize-18 {
		font-size: 1.8rem;
	}

	.pc-fsize-20 {
		font-size: 2rem;
	}

	.text-1lines-pc {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		overflow: hidden;
	}
}

/*hoverani*/
.img-scale {
	overflow: hidden;
	position: relative;
}

.img-scale img {
	transition: .6s;
}

a:hover .img-scale img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.link-img-opacity a img {
	transition: .3s;
}

.link-img-opacity a:hover img {
	opacity: 0.6;
}

.transition-03 {
	transition: .3s;
}

/*rayout*/
.maw-200 {
	max-width: 20rem;
}

/* bd */
.bdb-dotted-mainblack,.bdt-dotted-mainblack,.bdb-dotted-fff,.bdb-dotted-bfbfbf{
	background-size: 6px 6px;
	background-repeat: repeat-x;

}
.bdb-dotted-mainblack {
	background-image: radial-gradient(#282828 30%, rgb(40, 40, 40, 0) 30%);
	background-position: bottom left;
}
.bdt-dotted-mainblack {
	background-position: top left;
}

.bdb-dotted-fff {
	background-position: bottom left;
}
.bdb-dotted-bfbfbf {
	background-position: bottom left;
}

@media screen and (max-width: 1199px) {
	.bdb-dotted-mainblack,.bdt-dotted-mainblack {
		background-image: radial-gradient(#282828 30%, rgb(40, 40, 40, 0) 30%);
		background-size: 6px 6px;
	}

	.bdb-dotted-fff {
		background-image: radial-gradient(#fff 30%, rgb(255, 255, 255, 0) 30%);
		background-size: 6px 6px;
	}
	.bdb-dotted-bfbfbf {
		background-image: radial-gradient(#bfbfbf 30%, rgb(255, 255, 255, 0) 30%);
		background-size: 6px 6px;
	}
}

@media screen and (min-width: 1200px) {
	.bdb-dotted-mainblack,.bdt-dotted-mainblack {
		background-image: radial-gradient(#282828 20%, rgb(40, 40, 40, 0) 20%);
		background-size: 8px 8px;
	}

	.bdb-dotted-fff {
		background-image: radial-gradient(#fff 20%, rgb(255, 255, 255, 0) 20%);
		background-size: 8px 8px;
	}
	.bdb-dotted-bfbfbf {
		background-image: radial-gradient(#bfbfbf 20%, rgb(255, 255, 255, 0) 20%);
		background-size: 8px 8px;
	}
}

/*******************************
/* 枠
*******************************/
.common-row {
	display: flex;
	flex-wrap: wrap;
}

.common-row-50 .common-col {
	width: 50%;
}

.common-row-25 .common-col {
	width: 25%;
}

.common-row-33 .common-col {
	width: calc(100% / 3);
}

@media screen and (max-width: 575px) {
	.common-row-33-991-50-sp-100 .common-col {
		width: 100%;
	}
}

@media screen and (min-width:575px) and (max-width:991px) {
	.common-row-33-991-50-sp-100 .common-col {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.common-row-25-767-50 .common-col {
		width: 50%;
	}

	.common-row-50-767-100 .common-col,
	.common-row-33-991-50-767-100 .common-col {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.common-row-25-767-50 .common-col {
		width: 25%;
	}

	.common-row-50-767-100 .common-col {
		width: 50%;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.common-row-33-991-50-767-100 .common-col {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.common-row-33-991-50 .common-col {
		width: 50%;
	}
}

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

	.common-row-33-991-50 .common-col,
	.common-row-33-991-50-sp-100 .common-col,
	.common-row-33-991-50-767-100 .common-col {
		width: calc(100% / 3);
	}
}

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

	.cr-prpl-100,
	.cr-prpl-80,
	.cr-prpl-60,
	.cr-prpl-50,
	.cr-prpl-40 {
		margin-right: -1rem;
		margin-left: -1rem;
	}

	.cr-prpl-100 .common-col,
	.cr-prpl-80 .common-col,
	.cr-prpl-60 .common-col,
	.cr-prpl-50 .common-col,
	.cr-prpl-40 .common-col {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	.cr-prpl-100 {
		margin-right: -5rem;
		margin-left: -5rem;
	}

	.cr-prpl-100 .common-col {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.cr-prpl-80 {
		margin-right: -4rem;
		margin-left: -4rem;
	}

	.cr-prpl-80 .common-col {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.cr-prpl-60 {
		margin-right: -3rem;
		margin-left: -3rem;
	}

	.cr-prpl-60 .common-col {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.cr-prpl-50 {
		margin-right: -2.5rem;
		margin-left: -2.5rem;
	}

	.cr-prpl-50 .common-col {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}

	.cr-prpl-40 {
		margin-right: -2rem;
		margin-left: -2rem;
	}

	.cr-prpl-40 .common-col {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

/*******************************
/* p/m
*******************************/
@media screen and (max-width: 1399px) {

	/*pt*/
	.pc-pt-10 {
		padding-top: 0.5rem;
	}
	.pc-pt-20 {
		padding-top: 1rem;
	}

	.pc-pt-30 {
		padding-top: 1.5rem;
	}

	.pc-pt-40 {
		padding-top: 2rem;
	}

	.pc-pt-50 {
		padding-top: 2.5rem;
	}

	.pc-pt-60 {
		padding-top: 3rem;
	}

	.pc-pt-70 {
		padding-top: 3.5rem;
	}

	.pc-pt-80 {
		padding-top: 4rem;
	}

	.pc-pt-90 {
		padding-top: 4.5rem;
	}

	.pc-pt-100 {
		padding-top: 5rem;
	}

	.pc-pt-110 {
		padding-top: 5.5rem;
	}

	.pc-pt-120 {
		padding-top: 6rem;
	}

	.pc-pt-130 {
		padding-top: 6.5rem;
	}

	.pc-pt-140 {
		padding-top: 7rem;
	}

	.pc-pt-150 {
		padding-top: 7.5rem;
	}

	.pc-pt-160 {
		padding-top: 8rem;
	}

	.pc-pt-180 {
		padding-top: 9rem;
	}

	.pc-pt-200,
	.pc-pt-240-sp-100,
	.pc-pt-280-sp-100 {
		padding-top: 10rem;
	}

	/*pb*/
	.pc-pb-20 {
		padding-bottom: 1rem;
	}

	.pc-pb-30 {
		padding-bottom: 1.5rem;
	}

	.pc-pb-40 {
		padding-bottom: 2rem;
	}

	.pc-pb-50 {
		padding-bottom: 2.5rem;
	}

	.pc-pb-60 {
		padding-bottom: 3rem;
	}

	.pc-pb-70 {
		padding-bottom: 3.5rem;
	}

	.pc-pb-80 {
		padding-bottom: 4rem;
	}

	.pc-pb-90 {
		padding-bottom: 4.5rem;
	}

	.pc-pb-100 {
		padding-bottom: 5rem;
	}

	.pc-pb-110 {
		padding-bottom: 5.5rem;
	}

	.pc-pb-120 {
		padding-bottom: 6rem;
	}

	.pc-pb-130 {
		padding-bottom: 6.5rem;
	}

	.pc-pb-140 {
		padding-bottom: 7rem;
	}

	.pc-pb-150 {
		padding-bottom: 7.5rem;
	}

	.pc-pb-160 {
		padding-bottom: 8rem;
	}

	.pc-pb-170 {
		padding-bottom: 8.5rem;
	}

	.pc-pb-180 {
		padding-bottom: 9rem;
	}

	.pc-pb-200,
	.pc-pb-220-sp-100,
	.pc-pb-240-sp-100,
	.pc-pb-250-sp-100,
	.pc-pb-280-sp-100 {
		padding-bottom: 10rem;
	}

	/*mt*/
	.pc-mt-80 {
		margin-top: 4rem;
	}

	.pc-mt-100 {
		margin-top: 5rem;
	}

	/*mb*/
	.pc-mb-20 {
		margin-bottom: 1rem;
	}

	.pc-mb-30 {
		margin-bottom: 1.5rem;
	}

	.pc-mb-40 {
		margin-bottom: 2rem;
	}

	.pc-mb-50 {
		margin-bottom: 2.5rem;
	}

	.pc-mb-60,
	.pc-mb-45-sp-mb-30 {
		margin-bottom: 3rem;
	}

	.pc-mb-70,
	.pc-mb-45-sp-mb-35 {
		margin-bottom: 3.5rem;
	}

	.pc-mb-80,
	.pc-mb-50-sp-mb-40 {
		margin-bottom: 4rem;
	}

	.pc-mb-90 {
		margin-bottom: 4.5rem;
	}

	.pc-mb-100 {
		margin-bottom: 5rem;
	}

	.pc-mb-110 {
		margin-bottom: 5.5rem;
	}

	.pc-mb-120 {
		margin-bottom: 6rem;
	}

	.pc-mb-130 {
		margin-bottom: 6.5rem;
	}

	.pc-mb-140 {
		margin-bottom: 7rem;
	}

	.pc-mb-150 {
		margin-bottom: 7.5rem;
	}

	.pc-mb-160 {
		margin-bottom: 8rem;
	}

	.pc-mb-170 {
		margin-bottom: 8.5rem;
	}

	.pc-mb-180 {
		margin-bottom: 9rem;
	}

	.pc-mb-200-sp-100,
	.pc-mb-230-sp-100,
	.pc-mb-240-sp-100,
	.pc-mb-320-sp-100 {
		margin-bottom: 10rem;
	}
}

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

	/*pt*/
	.pc-pt-10 {
		padding-top: 1rem;
	}
	.pc-pt-20 {
		padding-top: 2rem;
	}

	.pc-pt-30 {
		padding-top: 3rem;
	}

	.pc-pt-40 {
		padding-top: 4rem;
	}

	.pc-pt-50 {
		padding-top: 5rem;
	}

	.pc-pt-60 {
		padding-top: 6rem;
	}

	.pc-pt-70 {
		padding-top: 7rem;
	}

	.pc-pt-80 {
		padding-top: 8rem;
	}

	.pc-pt-90 {
		padding-top: 9rem;
	}

	.pc-pt-100 {
		padding-top: 10rem;
	}

	.pc-pt-110 {
		padding-top: 11rem;
	}

	.pc-pt-120 {
		padding-top: 12rem;
	}

	.pc-pt-130 {
		padding-top: 13rem;
	}

	.pc-pt-140 {
		padding-top: 14rem;
	}

	.pc-pt-150 {
		padding-top: 15rem;
	}

	.pc-pt-160 {
		padding-top: 16rem;
	}

	.pc-pt-180 {
		padding-top: 18rem;
	}

	.pc-pt-200 {
		padding-top: 20rem;
	}

	.pc-pt-240-sp-100 {
		padding-top: 24rem;
	}

	.pc-pt-280-sp-100 {
		padding-top: 28rem;
	}

	/*pb*/
	.pc-pb-20 {
		padding-bottom: 2rem;
	}

	.pc-pb-30 {
		padding-bottom: 3rem;
	}

	.pc-pb-40 {
		padding-bottom: 4rem;
	}

	.pc-pb-50 {
		padding-bottom: 5rem;
	}

	.pc-pb-60 {
		padding-bottom: 6rem;
	}

	.pc-pb-70 {
		padding-bottom: 7rem;
	}

	.pc-pb-80 {
		padding-bottom: 8rem;
	}

	.pc-pb-90 {
		padding-bottom: 9rem;
	}

	.pc-pb-100 {
		padding-bottom: 10rem;
	}

	.pc-pb-110 {
		padding-bottom: 11rem;
	}

	.pc-pb-120 {
		padding-bottom: 12rem;
	}

	.pc-pb-130 {
		padding-bottom: 13rem;
	}

	.pc-pb-140 {
		padding-bottom: 14rem;
	}

	.pc-pb-150 {
		padding-bottom: 15rem;
	}

	.pc-pb-160 {
		padding-bottom: 16rem;
	}

	.pc-pb-170 {
		padding-bottom: 17rem;
	}

	.pc-pb-180 {
		padding-bottom: 18rem;
	}

	.pc-pb-200 {
		padding-bottom: 20rem;
	}

	.pc-pb-220-sp-100 {
		padding-bottom: 22rem;
	}

	.pc-pb-240-sp-100 {
		padding-bottom: 24rem;
	}

	.pc-pb-250-sp-100 {
		padding-bottom: 25rem;
	}

	.pc-pb-280-sp-100 {
		padding-bottom: 28rem;
	}

	/*mt*/
	.pc-mt-80 {
		margin-top: 8rem;
	}

	.pc-mt-100 {
		margin-top: 10rem;
	}

	/*mb*/
	.pc-mb-20 {
		margin-bottom: 2rem;
	}

	.pc-mb-30 {
		margin-bottom: 3rem;
	}

	.pc-mb-40 {
		margin-bottom: 4rem;
	}

	.pc-mb-50,
	.pc-mb-50-sp-mb-40 {
		margin-bottom: 5rem;
	}

	.pc-mb-60 {
		margin-bottom: 6rem;
	}

	.pc-mb-45-sp-mb-30 {
		margin-bottom: 4.5rem;
	}

	.pc-mb-45-sp-mb-35 {
		margin-bottom: 4.5rem;
	}

	.pc-mb-70 {
		margin-bottom: 7rem;
	}

	.pc-mb-80 {
		margin-bottom: 8rem;
	}

	.pc-mb-90 {
		margin-bottom: 9rem;
	}

	.pc-mb-100 {
		margin-bottom: 10rem;
	}

	.pc-mb-110 {
		margin-bottom: 11rem;
	}

	.pc-mb-120 {
		margin-bottom: 12rem;
	}

	.pc-mb-130 {
		margin-bottom: 13rem;
	}

	.pc-mb-140 {
		margin-bottom: 14rem;
	}

	.pc-mb-150 {
		margin-bottom: 15rem;
	}

	.pc-mb-160 {
		margin-bottom: 16rem;
	}

	.pc-mb-170 {
		margin-bottom: 17rem;
	}

	.pc-mb-180 {
		margin-bottom: 18rem;
	}

	.pc-mb-200-sp-100 {
		margin-bottom: 20rem;
	}

	.pc-mb-230-sp-100 {
		margin-bottom: 23rem;
	}

	.pc-mb-240-sp-100 {
		margin-bottom: 24rem;
	}

	.pc-mb-320-sp-100 {
		margin-bottom: 32rem;
	}

	.pc-only-mb-130 {
		margin-bottom: 13rem;
	}
}

/* ================================================ */
/* btn
------------------------------------------------------ */
/*bt_more*/
.bt_more a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	letter-spacing: 0.05em;
}

.bt_more a:hover {
	text-decoration: none;
}

.bt_more a.c-282828:hover {
	color: #282828;
}

.bt_more-top-space {
	padding-top: 0.4rem;
	display: block;
}

@media screen and (max-width: 1599px) {
	.bt_more {
		max-width: 14rem;
	}

	.bt_more a {
		font-size: 1.4rem;
		max-width: 14rem;
	}

	.bt_more a .swiper-button-next {
		margin-right: 1rem;
	}
}

@media screen and (min-width: 1600px) {
	.bt_more {
		max-width: 17rem;
	}

	.bt_more a {
		font-size: 1.7rem;
	}
	.bt_more a .swiper-button-next {
		margin-right: 1.4rem;
	}
}

/*******************************
/* フォーム/テーブル
*******************************/
/*table*/
.normal-table {
	max-width: 100%;
	border-top: 1px rgba(148, 148, 148, 0.25) solid;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.normal-table th {
	vertical-align: top;
	font-weight: 500;
}

.normal-table td {
	vertical-align: middle;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(148, 148, 148, 0.25);
}

.normal-table td a {
	color: #000;
	text-decoration: none;
}

@media only screen and (max-width:767px) {
	.normal-table th {
		padding: 1.6rem 0 0.8rem;
		width: 100%;
		display: block;
		font-size: 1.5rem;
	}

	.normal-table td {
		padding: 0.8rem 0 1.6rem;
		width: 100%;
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.normal-table th {
		width: 22.2%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(148, 148, 148, 0.25);
		padding-right: 2%;
		padding-left: 2%;
	}

	.normal-table td {
		width: 77.8%;
	}
}

@media screen and (min-width:768px) and (max-width:1399px) {
	.normal-table th {
		padding-top: 1.6rem;
		padding-left: 1.6rem;
	}

	.normal-table td {
		padding: 1.6rem 0;
	}
}

@media screen and (min-width: 1400px) {
	.normal-table th {
		padding-top: 3.7rem;
		padding-bottom: 3.7rem;
	}

	.normal-table td {
		padding: 3.7rem 0;
	}
}

/*************
/* 汎用リスト
*************/
.dotted-list {
	padding-left: 0;
}

.dotted-list li {
	list-style: none;
	position: relative;
	line-height: 1.6;
}

ul.dotted-list>li {
	padding-left: 1em;
}

ul.dotted-list>li::before {
	content: "・";
}

ul.dotted-list.dotted-list-square>li::before {
	content: "▪️";
}

ol.dotted-list>li {
	padding-left: 1.4em;
}

ol.dotted-list {
	counter-reset: listNumber 0;
}

ol.dotted-list>li::before {
	counter-increment: listNumber 1;
	content: counter(listNumber) ".";
}

.dotted-list>li::before {
	top: 0;
	left: 0;
	display: block;
	position: absolute;
}

.dotted-list li:not(:last-of-type) {
	margin-bottom: 0.6em;
}

/*リスト入れ子の場合*/
.dotted-list-sub {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ol.dotted-list.dotted-list-sub>li::before {
	content: counter(listNumber) "";
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	border-radius: 50%;
	border: 1px rgba(150, 150, 150, 0.6) solid;
	font-size: 0.7em;
	top: 0.5em;
	text-align: center;
}

/*連番強制削除*/
ol.dotted-list>li.dotted-list-ol-skip,
ul.dotted-list>li.dotted-list-dotted-none {
	padding-left: 0;
}

ol.dotted-list.dotted-list-sub>li.dotted-list-ol-skip::before,
ul.dotted-list>li.dotted-list-dotted-none::before {
	display: none;
}

/* 行頭 */
.common-dotted-list-linehead {
	margin-left: -0.4em;
}

/*******************************
/* youtube　レスポンシブ対応
***************************/
.ggmap {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 0.656;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe,
.ggmap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*******************************
/* メイン画像
*******************************/
img {
	max-width: 100%;
	height: auto;
}

/* ================================================ */
/* swiper fadezoom ani
------------------------------------------------------ */
@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}