/*
Theme Name:NAGATA DENKI
*/

/*------------reset.css-------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
	overflow-x: hidden;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
	width: 100%;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


p{
    font-size: 1.2rem;
    line-height: 1.8em;
    letter-spacing: .05em;
}

h2{
    font-size: 2.2rem;
	margin-bottom: 1.5rem;
}

.left-border{
	border-left: 7px solid;
    font-weight: bold;
    padding-left: 15px;
}
body.customize-support{
	overflow-x: hidden;
}

@media(max-width:600px){
	h2{
		font-size: 2rem;
	}
}
/*ヘッダー*/
/* ============================================ */
.wrapper{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 32px;
}
@media(max-width: 600px){
    .wrapper{
        padding: 15px 15px 0px;
    }
}


.top-bg-img::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}


.top-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.nav-flex{
    position: absolute;
	top: -15px;
    padding: 40px 30px;
	z-index: 998;
}

.nav-flex a{
	letter-spacing: .05em;
}

.nav-flex li{
    margin-right: 20px;
    list-style: none;
}
.top-title{
	position: absolute;
    bottom: 40px;
    color: #fff;
    left: 30px;
	z-index: 999;
}
.top-title h2{
	font-size: 4rem;
	text-shadow: 1px 1px 2px black;
}

@media(max-width: 600px){
	.top-title{
    bottom: 100px;
    left: 15px;
}
   .top-title h2{
	font-size: 2.5rem;
}
}
/*パソコンメニュー*/
/* ============================================ */
.flex-nav{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 32px;
	color: #fff;
	position: absolute;
    padding: 0px 5vw;
    width: 100%;
    top: 2vw;
	letter-spacing: .05em;
	z-index: 999;
}

.flex-nav ul{
	display: flex;
	gap: 28px;
	color: #fff;
}

.main-visual{
	background: url(http://testsite.flokka-22.com/testsite/wp-content/uploads/2024/04/背景黒1920.png);
	width: 100%;
	height: 867px;
}

.main-visual img{
	width: 100%;
	height: 700px;
	object-fit: cover;
	display: block;
    opacity: 0.9;
}
.main-visual img::after{
content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
}

.main-visual img::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.rogo{
	position: absolute;
	top: 0;
	left: 0;
    background: #fff;
    padding: 4vw;
	z-index: 2;
}
.rogo-pc{
	width: 100px;
}
.rogo-sp{
	width: 100px;
}

.main-title{
	padding: 0 5vw;
    position: absolute;
    bottom: 30px;
    left: 0px;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 2px 2px 2px #333;
	line-height: 5rem;
}

.main-title span{
	font-size: 1.5rem;
    text-shadow: none;
    font-weight: 100;
	text-shadow: 2px 2px 2px #333;
}

@media(max-width: 1000px){
	.flex-nav{
		display: none;
	}
	.rogo{
		padding: 25px;
		background: none;
	}
	.main-title{
		bottom: 10px;
    left: 0px;
    font-size: 4rem;
		text-shadow: 2px 2px 2px #333;
	}
	.main-visual{
		padding: 0px;
	}
	.main-visual img{
		height: 90vh;
	}
}

@media(max-width: 600px){
	.main-title{
		bottom: 56px;
		left: 0px;
		font-size: 2.3rem;
		line-height: 3.5rem;
	}
		.main-visual img{
		height: 55vh;
	}
	.main-visual{
	height: 650px !important;
}
	.rogo-pc{
		display: none;
	}
}
@media(min-width: 601px){
	.rogo-sp{
		display: none;
	}
}

/*スクロールダウン*/

.scroll_down {
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  }

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: -36px;
  bottom: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  margin: auto;
}

.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ddd;
}

.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}

.scroll_down a:hover {
  opacity: .5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media(max-width: 900px){
	.scroll_down a{
		display: none;
	}
}

/*スマホハンバーガーメニュー*/
/* ============================================ */
.nav-sp {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open .nav-sp {
  left: 0;
  opacity: 1;
}
.nav-sp .inner {
  padding: 25px;
}
.nav-sp .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-sp .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
.nav-sp .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 3em 0em .5em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.nav-sp .inner ul li a:hover {
  background: #e4e4e4;
}
@media(max-width: 767px) {
  .nav-sp {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_bg{
	background: #333;
	width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
.toggle_btn {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
@media(min-width: 1001px){
	#navArea{
		display: none;
	}
}
@media(max-width: 1000px){
	.toggle_btn {
  top: 40px;
    right: 25px;
    width: 40px;
    height: 30px;
	}
}
@media(max-width: 600px){
	.toggle_btn {
		top: 20px;
		right: 19px;
		width: 30px;
	}
	.toggle_bg{
	width: 70px;
    height: 70px;
	z-index: 3;
	}
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
/*============
main
=============*/
main {
  padding: 50px;
}

/*事業内容*/
/* ============================================ */
.business-bg{
	background: url(http://testsite.flokka-22.com/testsite/wp-content/uploads/2024/05/bl-bg1.png);
	margin: -18px calc(50% - 50vw);
    width: 100vw;
	padding: 200px 120px 200px 0px;
    background-size: cover;
}
	.business-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 64px;
	color: #fff;
}

.business-img{
    width: 100%;
}

.business-item{
   flex: 1;
}

.business-item2{
    max-width: 500px;
}

.business-item2 p{
	padding-bottom: 16px;
}
@media(max-width: 1000px){
	.business-bg{
		padding: 15px;
		margin-top: -35px;
	}
    .business-flex{
		flex-direction: column;
		padding: 20px 0px 30px;
	}
	.business-img{
		max-width: 600px;
		margin-top: 120px;
	}
    .business-item{
		width: 100%;
		text-align: center;
    }
    .business-item2{
        width: 100%;
		max-width: 600px;
    }
}
@media(max-width: 600px){
	.business-bg{
		padding: 40px 15px 0px;
		margin-top: -15px;
	}
    .business-flex{
		flex-direction: column;
		padding: 20px 0px 30px;
	}
	.business-img{
		margin-top: 0px;
	}
    .business-item{
        width: 100%;
    }
    .business-item2{
        width: 100%;
    }
}

/*真ん中のリストセクション*/
/* ============================================ */
.list-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
	padding: 200px 120px;
	background: #000;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.list-flex p{
	color: #fff;
}

.item-flex{
    width: 30%;

}

.item-flex img{
    width: 100%;
}


@media(max-width: 600px){
    .list-flex{
        flex-direction: column;
		padding: 15px;
		gap: 60px;
    }
    .item-flex{
         width: 100%;
        }
}
/*会社概要*/
  .company-bg{
	background: url(http://testsite.flokka-22.com/testsite/wp-content/uploads/2024/05/bl-bg2.png);
	margin: 0 calc(50% - 50vw);
    width: 100vw;
	padding: 200px 0px 200px 120px;
    background-size: cover;
}

 .company-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 64px;
    margin: 0 auto;
	 color: #fff;
}
    
    .company-img{
        width: 100%;
}
    
    .company-item{
        width: 80%;
}
    
    .company-item2{
        width: 50%;
		padding-left: 40px;
    max-width: 500px;
}

@media(max-width: 1000px){
	.company-bg{
		padding: 15px;
	}
	.company-flex{
		flex-direction: column-reverse;
		padding: 30px 0px 60px;
	}
	.company-img{
        max-width: 600px;
}
	.company-item{
		text-align: center;
	}
	.company-item2{
		width: 100%;
		max-width: 600px;
		margin-right: auto;
		padding-left: 13%;
	}
}

@media(max-width: 600px){
	.company-bg{
		padding: 15px;
	}
	.company-flex{
		flex-direction: column-reverse;
		padding: 40px 0px 60px;
	}
	.company-item{
		width: 100%;
	}
	.company-item2{
		padding-left: 0%;
	}
}
/*アクセス*/
.access-wrap{
	color: #fff;
	margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 120px;
    background-size: cover !important;
    background: url(http://testsite.flokka-22.com/testsite/wp-content/uploads/2024/05/bl-bg1.png);
}
.g-map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
	margin-top: 40px;
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 600px){
	.g-map{
		height: 500px;
	}
	.access-wrap{
    padding: 48px 15px;
}
}
/*フッター*/
/* ============================================ */

.footer-wrapper{
	padding: 48px;
}

/*お問い合わせフォーム*/
/* ============================================ */
/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
	color: #fff;
    padding: 4rem;
    background-size: cover !important;
    background: url(http://testsite.flokka-22.com/testsite/wp-content/uploads/2024/05/bl-bg2.png);
}
h2.heading.sec__heading_contact {
    text-align: center;
}
h2.heading.sec__heading_contact{
	font-size: 2rem;
}
/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
/* 背景色（お好きな色に） */
section.contact {
    background-color: #edf6f7;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 700px;
    margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 2.5rem;
}
/* 項目名 */
.label {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 1rem;
    color: #ffffff;
    border-radius: .3rem;
    margin-right: 1rem;
    padding: 5px 10px;
}
/* 必須タグ */
.label_must {
    background-color: #C84772;
}
/* 任意タグ */
.label_option {
    background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"],input[type="tel"] {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1.8rem;
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1.8rem;
}
/* ボタン */
.btnArea {
    text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
input[type="submit"]{
    background: #C84772;
    border: 2px solid #ffffff;
    width: 280px;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1rem 0;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
    
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
    color: #C84772;
    background-color: #ffffff;
    border-color: #C84772;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
/* モバイル版 */
@media screen and (max-width: 600px) {
    .contact_item {
        margin-bottom: 1.6rem;
    }
    .label {
        font-size: 1.2rem;
        margin-bottom: .4rem;
    }
    .label_tag {
        font-size: 1.1rem;
    }
    input[type="text"],input[type="email"] {
        padding: .4rem;
        font-size: 1.5rem;
    }
    textarea {
        padding: .4rem;
        font-size: 1.5rem;
    }
    input[type="submit"]{
        font-size: 1.5rem;
    }
}
.full-width {
    padding: 48px 15px;
}
/*フッター*/
hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

address {
  font-style: normal;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.footer {
  padding: 4rem 3rem;
  font-size: 15px;
  color: #ddd;
  background: #333;
}

.footer__navi-heading {
	font-size: 1rem;
  font-weight: 600;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer__logo img{
	width: 150px;
	margin-bottom: 24px;
}

.footer__navi li {
  margin-bottom: 0.75rem;
}

.footer__address {
  margin-bottom: 4rem;
	line-height: 2rem;
}

.footer__address a {
  text-decoration: underline;
}

.copyright{
	font-size: 1rem;
	margin-top: 2rem;
}

@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }
	.footer__navi-heading {
	padding-left: 32px;
}
	.footer {
  padding: 4rem;
	}

  .md-justify-between {
    justify-content: space-between;
	  align-items: center;
  }
	.footer__address {
  margin-bottom: 2rem;
}

  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .footer__address a {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  .lg-flex {
    display: flex;
  }
}
/*スライドズーム*/
.wrap{
	padding: 5vw;
	max-width: 100vw;
	position: relative;
	overflow: hidden;
	background: url(http://testsite.flokka-22.com/testsite/wp-content/uploads/2024/04/背景黒1920.png);
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
.slide-text{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 46px;
	font-family: serif;
	font-weight: bold;
	text-shadow: 2px 2px 8px #000;
	color: #fff;
	transform: translate(-50%,-50%);
}
.swiper-wrapper{
	overflow: hidden;
}
.slide-img{
	
}
.slide-img img{
	object-fit: cover;
}
@media(max-width: 1000px){
	.wrap{
		padding: 0px;
	}
}

@media(max-width: 600px){
	.slide-img img{
	object-fit: contain;
}
}