@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  base
========================================================================== */
body.isuzujms {
  position: relative;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body.isuzujms {
    font-size: 16px;
  }
}
body.isuzujms.nav-pad {
  padding-top: 60px;
}

* {
  box-sizing: border-box;
}

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

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

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.moves {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
  transform: translate(0, 0);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 9px;
  left: 10px;
  width: 30px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .menu {
    display: none;
  }
}

.menu span {
  transition: all 0.2s;
  background: #d0974a;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.menu span:nth-child(1) {
  top: 0;
}
.menu span:nth-child(2) {
  top: 10px;
}
.menu span:nth-child(3) {
  bottom: 0;
}

.active span {
  transition: all 0.2s;
}
.active span:nth-child(1), .active span:nth-child(3) {
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 10px;
}
.active span:nth-child(2) {
  display: none;
}
.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
}

/* ==========================================================================
  header
========================================================================== */
.is-header {
  background: #fff;
}

.is-header-inner {
  height: 100px;
  width: 100%;
  padding: 0 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .is-header-inner {
    padding: 4vw;
    height: auto;
  }
}

.is-header-left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .is-header-left {
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
  }
}
.is-header-left p {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .is-header-left p {
    margin-right: 15px;
  }
}
.is-header-left p:last-child {
  margin: 0;
}
.is-header-left p img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .is-header-left p img {
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .is-header-right {
    text-align: center;
    width: 100%;
  }
}
.is-header-right img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .is-header-right img {
    height: 40px;
  }
}

.is-nav {
  width: 100%;
  position: relative;
  background: #000000;
  z-index: 100;
}
.is-nav.nav-fix {
  position: fixed;
  top: 0;
  left: 0;
}

.is-nav-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  height: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .is-nav-inner {
    justify-content: space-around;
    width: 100%;
  }
}
.is-nav-inner a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .is-nav-inner a {
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .is-nav-inner a {
    font-size: 0.8em;
  }
}
.is-nav-inner a:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .is-nav-inner a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
共通
========================================================================== */
.cont-sign {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 12px;
}
@media screen and (max-width: 767px) {
  .cont-sign {
    top: 15px;
    right: 15px;
  }
}

.cont-sign-name {
  margin-bottom: 20px;
}

.cont-line {
  width: 1px;
  margin: 0 auto;
  background: #fff;
  animation: 2s ease-in lines infinite;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .cont-line {
    animation: 2s ease-in linessp infinite;
  }
}

.cont-sign-02 .cont-line {
  background: #000000;
}

@keyframes lines {
  0% {
    height: 0;
  }
  50% {
    height: 300px;
  }
  100% {
    height: 0;
  }
}
@keyframes linessp {
  0% {
    height: 0;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 0;
  }
}
.is-h2 {
  font-size: 3em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .is-h2 {
    font-size: 1.6em;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.is-h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 10px;
  background: #E20B1E;
}
@media screen and (max-width: 767px) {
  .is-h2:after {
    height: 8px;
  }
}

.is-h2-w {
  color: #fff;
}

/* ==========================================================================
  mv
========================================================================== */
.mv-area {
  width: 100%;
  height: calc(100vw / 16 * 9);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../img/kv.webp) center center no-repeat;
  background-size: cover;
}
.mv-area h1 {
  display: block;
  width: 75%;
  padding: 0 20px;
  max-width: 1200px;
}

/* ==========================================================================
　lead
========================================================================== */
.lead-area {
  background: #fff;
  padding: 100px 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead-area {
    padding: 50px 5vw;
  }
}

.lead-body {
  text-align: center;
  font-size: 1.2em;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lead-body {
    margin-bottom: 50px;
    font-size: 1.1em;
  }
}

.lead-img {
  max-width: 720px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .lead-img {
    margin: 0 auto 30px;
  }
}

.lead-movie-ttl {
  text-align: center;
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lead-movie-ttl {
    margin: 0 auto 30px;
  }
}

.lead-movie-sub {
  font-size: 0.9em;
  line-height: 1.7;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead-movie-sub {
    margin: 0 auto;
    text-align: left;
  }
}

.lead-ol {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lead-ol {
    margin-bottom: 30px;
  }
}
.lead-ol li {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .lead-ol li {
    margin-bottom: 15px;
    line-height: 1.7;
  }
}
.lead-ol li:last-child {
  margin-bottom: 0;
}

.lead-last {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lead-last {
    font-size: 1.1em;
    line-height: 1.7;
  }
}

/* ==========================================================================
概要
========================================================================== */
.ol-area,
.about-area {
  background: url(../img/kv.webp) fixed center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .ol-area,
.about-area {
    background: url(../img/kv.webp) center top repeat-y;
    background-size: auto 100vh;
  }
}

.ol-outer,
.about-outer {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .ol-outer,
.about-outer {
    padding: 50px 0 0;
  }
}

.ol-head {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 200px;
}
@media screen and (max-width: 767px) {
  .ol-head {
    padding: 0 5vw 50px;
  }
}

.ol-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ol-img {
    margin-bottom: 30px;
  }
}

.ol-body {
  line-height: 2;
  font-weight: 500;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.ol-body p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ol-body p {
    margin-bottom: 15px;
  }
}
.ol-body p:last-child {
  margin-bottom: 0;
}

.ol-bottom {
  background: #EAEAEA;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ol-bottom {
    padding: 30px 0 50px;
  }
}

.ol-list {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ol-list {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .ol-list {
    transform: translateY(-100px);
  }
}

.ol-list-cont {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .ol-list-cont {
    width: 100%;
    margin-bottom: 50px;
  }
}

.ol-list-img {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ol-list-img {
    height: 30vw;
    overflow: hidden;
  }
  .ol-list-img img {
    object-fit: cover;
  }
}
.ol-list-img p {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.7;
  transform: translateY(-50%);
  text-shadow: 0 0 8px #000000;
}
@media screen and (max-width: 767px) {
  .ol-list-img p {
    font-size: 1.4em;
  }
}

.ol-ol {
  padding-left: 1em;
}
.ol-ol li {
  list-style: disc;
  font-size: 0.75em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ol-ol li {
    font-size: 0.9em;
  }
}
.ol-ol li:last-child {
  margin-bottom: 0;
}

.ol-list-text {
  font-size: 0.75em;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ol-list-text {
    font-size: 0.9em;
  }
}

.ol-godo {
  max-width: 960px;
  width: 100%;
  padding: 40px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 1.7;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .ol-godo {
    margin: 0 auto 30px;
    padding: 5vw;
  }
}

.godo-ttl {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .godo-ttl {
    margin-bottom: 15px;
  }
}

.godo-text {
  font-size: 0.9em;
}
.godo-text p:first-child {
  margin-bottom: 15px;
}

.alli-h3 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .alli-h3 {
    margin-bottom: 30px;
    font-size: 1.4em;
    padding: 0 5vw;
    line-height: 2;
  }
}
.alli-h3 span {
  padding-bottom: 10px;
  border-bottom: 10px solid #E20B1E;
}
@media screen and (max-width: 767px) {
  .alli-h3 span {
    padding-bottom: 0;
    border-bottom: 6px solid #E20B1E;
  }
}

.alli-text {
  line-height: 2;
  font-weight: 500;
  margin: 0 auto 60px;
  max-width: 1000px;
  font-size: 0.9em;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .alli-text {
    margin: 0 auto 30px;
    padding: 0 5vw;
  }
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  height: auto;
}
.swiper-slide p:last-child {
  font-size: 0.7em;
  margin-top: 15px;
  line-height: 1.5;
}

/* ==========================================================================
　ご来場者様へ
========================================================================== */
.info-area {
  position: relative;
  padding: 100px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .info-area {
    padding: 50px 5vw;
  }
}
.info-area a {
  color: #E20B1E;
  text-decoration: underline;
}
.info-area a:hover {
  text-decoration: none;
}

.info-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.info-lead {
  line-height: 1.7;
  margin-bottom: 60px;
  text-align: center;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .info-lead {
    margin-bottom: 30px;
  }
}

.info-btns {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .info-btns {
    margin-bottom: 0;
  }
}

.info-btn {
  width: 46%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-btn {
    width: 100%;
    margin-bottom: 30px;
  }
}

.info-btn-name {
  margin-bottom: 15px;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .info-btn-name {
    margin-bottom: 10px;
    font-size: 0.8em;
  }
}

a.info-btn-body {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  a.info-btn-body {
    margin-bottom: 10px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  a.info-btn-body:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
a.info-btn-body:after {
  content: "";
  width: 20px;
  height: 17px;
  background: url(../img/arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.info-btn-body p {
  width: 100%;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
}
a.info-btn-body p img {
  width: 60%;
}
a.info-btn-body:hover img {
  opacity: 1;
}
a.info-btn-body:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-btn-cap {
  font-size: 0.65em;
  color: #666;
}

.info-list {
  border-top: 1px solid #ccc;
}
.info-list dl {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 0.8em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .info-list dl {
    padding: 15px 0;
  }
}
.info-list dl dt {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .info-list dl dt {
    width: 30%;
  }
}
.info-list dl dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .info-list dl dd {
    width: 70%;
  }
}

/* ==========================================================================
　いすゞグループについて
========================================================================== */
.about-inner {
  width: 100%;
  padding: 0 20px 100px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-inner {
    padding: 0 5vw 50px;
  }
}

.about-lead {
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .about-lead {
    margin: 0 auto 30px;
  }
}
.about-lead p {
  line-height: 1.7;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about-lead p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .about-lead p {
    margin-bottom: 20px;
  }
}
.about-lead p:last-child {
  margin-bottom: 0;
}

.about-h3 {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
　バナー
========================================================================== */
.ban-area {
  padding: 60px 20px;
  background: #EAEAEA;
}
@media screen and (max-width: 767px) {
  .ban-area {
    padding: 40px 5vw;
  }
}

.ban-inner {
  width: 100%;
  max-width: 1060px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.ban-cont {
  width: 46%;
}

.ban-img {
  margin-bottom: 20px;
}

.ban-text {
  line-height: 1.7;
  font-size: 0.9em;
  text-align: center;
}
.ban-text b {
  font-weight: bold;
}

/* ==========================================================================
　SNS
========================================================================== */
.sns-area {
  padding: 50px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sns-area {
    padding: 40px 5vw;
  }
}

.sns-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sns-cont {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns-cont {
    width: 100%;
  }
  .sns-cont:first-child {
    margin-bottom: 40px;
  }
}

.sns-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sns-img {
    margin-bottom: 20px;
  }
}
.sns-img img {
  height: 30px;
  width: auto;
}

.sns-icons a {
  margin: 0 15px;
}
.sns-icons a img {
  height: 18px;
  width: auto;
}

/* ==========================================================================
　footer
========================================================================== */
.is-footer {
  padding: 60px 20px;
  background: #000000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .is-footer {
    padding: 30px 5vw;
  }
}

.is-footer-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-links {
  width: 50%;
  text-align: center;
  line-height: 2;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .footer-links {
    width: 100%;
    font-size: 0.9em;
  }
  .footer-links:first-child {
    margin-bottom: 30px;
  }
}
.footer-links a {
  color: #fff;
}

.footer-copy {
  text-align: center;
  font-size: 0.6em;
  color: #ccc;
  font-family: Helvetica;
  line-height: 1.7;
}

/* ==========================================================================
  モーダル
========================================================================== */
.remodal {
  max-width: 1160px;
  padding: 0;
}

.remodal-close {
  position: absolute;
  display: block;
  top: -70px;
  right: 0;
  left: auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.remodal-close:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .remodal-close:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .remodal-close {
    width: 40px;
    height: 40px;
  }
}
.remodal-close span {
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .remodal-close span {
    width: 40px;
  }
}
.remodal-close span:nth-child(1) {
  transform: rotate(45deg);
}
.remodal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

/*# sourceMappingURL=style.css.map */
