@charset "UTF-8";

/**************************************************
Brakpoint
***************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style-image: none;
  list-style-type: none;
}

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

caption,
th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Helper */
.valign_top {
  vertical-align: top;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* COMMON
--------------------------------------------------- */
html {
  background: #fff;
  font-family: "futura-pt", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  color: #000;
  font-size: .6944444444vw !important;
  line-height: 2.0;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  html {
     font-size: 0.80vw !important;
  }
  .recruit_txt {
    padding: 0 8rem 0 10rem!important;
}
.business_item:nth-child(even) .business_txt {
    padding-left: 10rem!important;
}
}



@media screen and (min-width: 1600px) {
  html {
    font-size: 0.625vw !important;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 0.556vw !important;
  }
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 0.5vw !important;
  }
}
@media screen and (min-width: 2200px) {
  html {
    font-size: 0.4545vw !important;
  }
}
@media screen and (min-width: 2400px) {
  html {
    font-size: 0.4167vw !important;
  }
}
@media screen and (min-width: 2600px) {
  html {
    font-size: 0.3846vw !important;
  }
}


main{
  position: relative;
  background-color: #fff;
}

a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.pc {
  display: block;
  margin: auto;
}

.sp {
  display: none;
}


.common_ttl_en {
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.common_ttl_en::after {
  content: "";
  display: block;
  border-bottom: 3px solid #000;
  width: 4.0rem;
  margin: 1.6rem auto 0;
}

.common_lead {
  font-size: 1.8rem;
  margin-top: 3.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.common_btn {
  border: 2px solid #000;
  border-radius: 100px;
  color: #000;
  display: flex;
  font-size: 1.8rem;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 1.3rem 2.5rem;
  line-height: 1.0;
  position: relative;
  width: 17rem;
}

.common_btn:hover {
  background-color: #000;
  color: #fff;
}


.inner {
  max-width: 114rem;
  padding: 0 2rem;
  position: relative;
  margin: 0 auto;
  text-align: center;
}



@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    line-height: 1.8;
  }

  .inner{
    max-width: 100%;
    padding: 0 3rem;
  }


.common_ttl_en {
  font-size: 2.8rem;
}

.common_ttl_en::after {
  border-bottom: 2px solid #000;
  width: 3.5rem;
  margin: 1.2rem auto 0;
}

.common_lead {
  font-size: 1.4rem;
  margin-top: 3.0rem;
}




.common_btn {
  font-size: 1.6rem;
  padding: 1.2rem 2.5rem;
  line-height: 1.0;
  position: relative;
  width: 17rem;
}

.common_btn:hover {
  background-color: transparent;
  color: #000;
}




  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
  }

}

/* HEADER
--------------------------------------------------- */
header {
  padding: 0px 4rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 14rem;
}

header .header_inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

header .header_inner .head_logo {
  width: 7.4rem;
}

header .header_inner .global-nav {
  display: flex;
  align-items: center;
}

header nav ul.main-nav {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header nav .apply_btn .common_btn::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: -1px;
  margin-left: 3px;
  vertical-align: middle;
  background: url("../img/icon_arrow.svg") no-repeat center center;
  background-size: contain;
}

header nav ul.main-nav li a {
  margin-left: 18px;
  padding-right: 18px;
  line-height: 1.4;
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
}

header nav ul.main-nav li:last-child a {
  border-right: none;
  padding-right: 10px;
}

header .sns-nav {
  display: flex;


}

header .sns-nav li {
  width: 3.5rem;
  margin-left: 1rem;


}

/*.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
}*/
.menu-trigger {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    padding: 0px 0rem;
    height: 0rem;
    position: relative;
  
    

  }


  header .header_inner {
    position: relative;

  }


  header .header_inner .head_logo {
    width: 5rem;
    position: absolute;
    left: 2.5rem;
    top: 2.5rem;

  }

  header .header_inner .global-nav {
    display: block;
  }

  header nav ul {
    display: block;
  }

  header nav ul.main-nav {
    padding-right: 0;
    display: block;
    margin-top: 5rem;
  }



  header nav ul.main-nav li a {
    margin-left: 0;
    padding-right: 0;
    line-height: 1.4;
    font-size: 2.2rem;
    border-right: none;
    padding-top: 1.5rem
  }

  header nav ul.main-nav li:last-child a {
    border-bottom: none;
    padding-bottom: 3rem;
  }

  header ul.sns-nav {
    display: flex;
    margin-top: 25px;
  }

  header ul.sns-nav li {
    width: 4.0rem;
    margin-right: 1rem;
  }

  header nav .apply_btn .common_btn {
    font-size: 1.7rem;
    padding: 1.5rem 0;
  }

  header nav .apply_btn .common_btn::after {
    width: 2rem;
    height: 2rem;
    top: 0px;
    margin-left: 0.5rem;
  }

  .global-nav-wrap {
    background-color: #000;
    min-height: 100vh;
    overflow: scroll;
    padding: 0px 3.5rem 0;
    position: fixed;
    right: -100vw;
    top: 0rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 85vw;
    z-index: 1001;
  }

  .global-nav-wrap.show {
    bottom: 0;
    right: 0;
    top: 0rem;
     z-index: 1001;
  }

  .menu-trigger {
    display: block;
    height: 1rem;
    position: fixed;
    right: 2.3rem;
    top: 2.3rem;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    width: 3rem;
    z-index: 9999;
   
  }



  .menu-trigger .trigger-inner {
    bottom: 0;
   height: 1rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
     width: 3rem;
    
  }

  .menu-trigger .trigger-inner span {
    background-color: #fff;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
     width: 3rem;
   

  }

    .menu-trigger .trigger-inner .triger_border.black ,
    .menu-trigger .trigger-inner .triger_border:nth-child(3).black {
    background-color: #000;
  }

    .menu-trigger .trigger-inner .triger_border:nth-child(2).black {
   background-color: transparent;
  }



  .menu-trigger .trigger-inner span:first-child {
    top: 0;
  }

  .menu-trigger .trigger-inner span:nth-child(2) {
    background-color: transparent;
  }

  .menu-trigger .trigger-inner span:nth-child(3) {
    bottom: 0;
  }





  .menu-trigger.active .trigger-inner span:first-child,
  .menu-trigger.active .trigger-inner .triger_border:nth-child(1).black {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
    transform: translateY(0.8rem) rotate(45deg);
    background-color: #fff;
 
  }

  .menu-trigger.active .trigger-inner span:nth-child(2) {
    opacity: 0;
  }

  .menu-trigger.active .trigger-inner span:nth-child(3),
    .menu-trigger.active .trigger-inner .triger_border:nth-child(3).black  {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
     background-color: #fff;

    
  }


}
/* KV
--------------------------------------------------- */
#kv {
  width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

#kv .kv_img {
  background-color: #000;
}

#kv .kv_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0.7;
}

#kv .kv_txt {
  position: absolute;
  left: 10rem;
  bottom: 9rem;
  color: #fff;
}

#kv .kv_copy_en {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4;
}

#kv .kv_copy_jp {
  font-size: 2.0rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #kv {
  height: 100dvh;

}



#kv .kv_img img {
 height: 100dvh;
  opacity: 0.7;
}

#kv .kv_txt {
  left: 3rem;
  bottom:3rem;
}

#kv .kv_copy_en {
  font-size: 2.8rem;
}

#kv .kv_copy_jp {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 0.5rem;
}
}


/* business
--------------------------------------------------- */
#business {
  padding: 3rem 0 18rem;
  margin-top: 9rem;
}

.business_list {
  margin-top: -4rem;
}

.business_item {
  margin-top: 10rem;
  display: flex;
  align-items: center;

}

.business_item:nth-child(even) {
  flex-direction: row-reverse;

}

.business_img {
  width: 50%;
}

.business_txt {
  width: 50%;
  padding: 0 10rem;
}

.business_item:nth-child(even) .business_txt {
  padding-left: 16rem;

}

.business_number {
  color: #B9B9B9;
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.business_name_en {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.business_name_en span {
  font-size: 2.0rem;
  font-weight: 500;
  display: block;
  margin-top: 0.2rem;
  letter-spacing: 0.05em;
}

.business_detail {
  font-size: 1.6rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #business {
  padding: 2rem 0 10rem;
  margin-top: 5rem;
}

.business_list {
  margin-top: -2rem;
}

.business_item {
  margin-top: 6rem;
  display: block;

}

.business_item:nth-child(even) {
  flex-direction: row-reverse;

}

.business_img {
  width: 100%;
}

.business_txt {
  width: 100%;
  padding: 2.5rem 3rem 0;
}

.business_item:nth-child(even) .business_txt {
  padding-left: 3rem;

}

.business_number {
  font-size: 1.4rem;
}

.business_name_en {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.business_name_en span {
  font-size: 1.3rem;
  margin-top: 0.0rem;
}

.business_detail {
  font-size: 1.4rem;
  margin-top: 2rem;
}
}

/* company
--------------------------------------------------- */
#company {
  padding: 14rem 0;
  background: #F7F7F7;
}

.company_subttl {
  text-align: left;
  position: relative;
  padding-left: 5.0rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.0;
}

.company_member {
  margin-top: 6rem;
}

.company_subttl::before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 1.3rem;
}

.member_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}


.member_item {
  width: 33.3333%;
  margin-top: 4rem;
  text-align: left;
  padding: 2.5rem 3rem;
  border-left: 1px solid #ccc;
}

.member_item:nth-child(4),
.member_item:nth-child(5) {
  width: 50%;
}

.member_item:nth-child(3),
.member_item:nth-child(5) {
  border-right: 1px solid #ccc;
}

.member_position {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.member_name_en {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
}

.member_name_en span {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.0;
  display: block;
}

.company_group {
  margin-top: 9rem;
}

.group_ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.group_tel {
  font-size: 1.5rem;
  font-weight: 500;
}

.group_item {
  width: 33.3333%;
  margin-top: 4rem;
  text-align: left;
  padding: 2.5rem 3rem;
  border-left: 1px solid #ccc;
}

.group_item:nth-child(3),
.group_item:nth-child(6) {
  border-right: 1px solid #ccc;
}

.group_name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.group_category {
  font-size: 1.3rem;
  color: #666;
  font-weight: 500;
}

.group_address {
  font-size: 1.4rem;
  margin-top: 0.4rem;
}

@media screen and (max-width: 767px) {
  #company {
  padding: 10rem 0 12rem;
  background: #F7F7F7;
}

.company_subttl {
  padding-left: 3.7rem;
  font-size: 2.0rem;
}

.company_member {
  margin-top: 5rem;
}

.company_subttl::before {

  width: 3rem;
  top: 1.1rem;
}

.member_list {
  display: block;
  margin-top: 0rem;
}


.member_item {
  width: 100%;
  margin-top: 0rem;
  text-align: left;
  padding: 3rem 0rem;
  border-left: none;
  border-bottom: 1px solid #ccc;
}

.member_item:nth-child(4),
.member_item:nth-child(5) {
  width: 100%;
}

.member_item:nth-child(3),
.member_item:nth-child(5) {
  border-right: none;
}

.member_position {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.member_name_en {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.member_name_en span {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.0;
  display: block;
}

.company_group {
  margin-top: 7rem;
}

.group_ttl_wrap {
  display: block;
}

.group_list {
  display: block;
  margin-top: 1rem;
}

.group_tel {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
  margin-top: 3rem;
}

.group_item {
  width: 100%;
  margin-top: 0rem;
  padding: 3rem 0rem;
  border-left: none;
  border-bottom: 1px solid #ccc;
}

.group_item:nth-child(3),
.group_item:nth-child(6) {
  border-right:none;
}

.group_name {
  font-size: 1.6rem;
}

.group_category {
  font-size: 1.2rem;
  color: #666;
  font-weight: 500;
}

.group_address {
  font-size: 1.3rem;
  margin-top: 0.4rem;
}
}



/* message
--------------------------------------------------- */
#message {
  padding: 0rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message_img {
  background-color: #000;
}

.message_img img {
  opacity: 0.5;
}

.message_txt {
  position: absolute;
  text-align: left;
  color: #fff;
  width: 114rem;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}

#message .common_ttlarea {
  width: 20%;
}

#message .common_ttl_en {
  text-align: left;
}

#message .common_ttl_en::after {
  border-bottom: 3px solid #fff;
  margin: 1.6rem auto 0 0;
}

#message .common_lead {
  text-align: left;
}

.message_detail {
  width: 80%;
  padding-left: 4rem;
  margin-top: 2rem;
}

.message_ttl {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.10em;
}

.message_lead {
  font-size: 1.6rem;

  letter-spacing: 0.10em;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  #message {
  padding: 0rem 0;
}

.message_img {
  background-color: #000;
    height: 80rem;
  width: 100%;

}

.message_img img {
  opacity: 0.5;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.message_txt {
    padding: 12rem 0;
  position: absolute;
  text-align: left;
  color: #fff;
  width: 100%;
  padding: 0 3rem;
  display: block;
}

#message .common_ttlarea {
  width: 100%;
}

#message .common_ttl_en {
  text-align: center;
}

#message .common_ttl_en::after {
  border-bottom: 2px solid #fff;
  margin: 1.6rem auto 0;
}

#message .common_lead {
  text-align: center;
}

.message_detail {
  width: 100%;
  padding-left: 0rem;
  margin-top: 2rem;
}

.message_ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.10em;
  margin-top: 3.5rem;
}

.message_lead {
  font-size: 1.4rem;

  letter-spacing: 0.10em;
  margin-top: 2.5rem;
}
}






/* recruit
--------------------------------------------------- */
#recruit {
  padding: 0rem 0 17rem;
  margin-top: 17rem;
}


#recruit .common_ttl_en {
  text-align: left;
}

#recruit .common_ttl_en::after {
  margin: 1.6rem auto 0 0;
}

.recruit_wrap {
  display: flex;
  align-items: center;
}

.recruit_img {
  width: 50%;
}

.recruit_txt {
  width: 50%;
  padding: 0 10rem 0 16rem;
}

.recruit_ttl {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.10em;
  margin-top: 5.5rem;
}

.recruit_detail {
  font-size: 1.6rem;
  letter-spacing: 0.10em;
  margin-top: 2.5rem;
}

.recruit_btn {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  #recruit {
  padding: 2rem 0 0;
  margin-top: 6rem;
}


#recruit .common_ttl_en {
  text-align: center;
}

#recruit .common_ttl_en::after {
  margin: 1.6rem auto 0;
}

.recruit_wrap {
  display: block;
}

.recruit_img {
  width: 100%;
  margin-top: 6rem;
}

.recruit_txt {
  width: 100%;
  padding: 2.5rem 3rem 0;
}

.recruit_ttl {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 5.0rem;
}

.recruit_detail {
  font-size: 1.4rem;
  letter-spacing: 0.10em;
  margin-top: 2.5rem;
}


}


/* FOOTER
--------------------------------------------------- */
footer {
  background-color: #000;
  padding: 2.4rem 0;
  color: #fff;
}

footer .cr {
  text-align: center;
  font-size: 1.4rem;

}


@media screen and (max-width: 767px) {
footer {
  padding: 2.4rem 0;
}

footer .cr {
  font-size: 1.2rem;

}


}


/* animated-y 
--------------------------------------------------- */
.animated-y {
  animation: move-y 3s infinite alternate ease-in-out;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(10px);
  }
}

.animated-y02 {
  animation: move-y02 5s infinite alternate ease-in-out;
}

@keyframes move-y02 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-10px);
  }
}

.animated-y03 {
  animation: move-y03 2s infinite alternate ease-in-out;
}

@keyframes move-y03 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(5px);
  }
}

/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s !important;
  opacity: 0;
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}

.dummy-space {
  height: 50vh;
}

.modal-link-items {
  display: none;
}