section .txt {
  position: relative;
  font-weight: 500;
  color: #555;
  text-align: left; }
  @media screen and (min-width: 769px) {
    section .txt {
      line-height: 1.875em;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    section .txt {
      line-height: 1.467em;
      font-size: 1.5rem; } }

/*page*/
#fv_movie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  transition: all 3200ms cubic-bezier(0.795, 0.775, 0.22, 0.91);
  /* custom */
  transition-timing-function: cubic-bezier(0.795, 0.775, 0.22, 0.91);
  /* custom */
  transform: scale(1.4);
  opacity: 0; }
  @media screen and (min-width: 769px) {
    #fv_movie {
      height: 100vh; } }
  @media screen and (max-width: 768px) {
    #fv_movie {
      /*height:100vh;*/
      height: auto; } }

#fv_movie.active {
  transform: scale(1);
  opacity: 1; }

#fv_movie video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#kv {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #kv {
      height: 100vh;
      border: #fff solid 2rem; } }
  @media screen and (max-width: 768px) {
    #kv {
      /*height:100vh;*/
      height: auto;
      border: #fff solid 1rem; } }

#kv > div {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.5rem;
  /*filter: blur(15px);
  opacity: 0;*/ }

/*
#kv.active > div{
	transition: all 1200ms cubic-bezier(0.835, 0.255, 0.485, 0.830);
	transition-timing-function: cubic-bezier(0.835, 0.255, 0.485, 0.830);
	filter: blur(0);
	opacity: 1;
}
#kv > div .ttl{
    position: relative;
	@include fw(SemiBold);
	color: $color_w;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	@include mq(pc) {
    @include tbmag(32, 32, pc);
    letter-spacing: 0.08em;
    }
    @include mq(sp) {
    @include tbmag(18, 18, sp);
    letter-spacing: 0.05em;
    }
}
*/
#kv > div .ttl {
  position: relative;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: 'Noto Serif JP', serif; }
  @media screen and (min-width: 769px) {
    #kv > div .ttl {
      line-height: 1em;
      font-size: 3.2rem;
      letter-spacing: 0.08em; } }
  @media screen and (max-width: 768px) {
    #kv > div .ttl {
      line-height: 1em;
      font-size: 1.8rem;
      letter-spacing: 0.05em; } }

#kv .ttl span {
  position: relative;
  display: inline-block;
  opacity: 0;
  filter: blur(15px); }

#kv.active .ttl span {
  opacity: 1;
  filter: blur(0px);
  transition: all 1500ms cubic-bezier(0.835, 0.255, 0.485, 0.83);
  transition-timing-function: cubic-bezier(0.835, 0.255, 0.485, 0.83); }

#kv.active .ttl span:nth-of-type(1) {
  transition-delay: .3s; }

#kv.active .ttl span:nth-of-type(2) {
  transition-delay: .4s; }

#kv.active .ttl span:nth-of-type(3) {
  transition-delay: .5s; }

#kv.active .ttl span:nth-of-type(4) {
  transition-delay: .6s; }

#kv.active .ttl span:nth-of-type(5) {
  transition-delay: .7s; }

#kv.active .ttl span:nth-of-type(6) {
  transition-delay: .8s; }

#kv.active .ttl span:nth-of-type(7) {
  transition-delay: .9s; }

#kv.active .ttl span:nth-of-type(8) {
  transition-delay: 1.0s; }

#kv.active .ttl span:nth-of-type(9) {
  transition-delay: 1.1s; }

#kv.active .ttl span:nth-of-type(10) {
  transition-delay: 1.2s; }

#kv.active .ttl span:nth-of-type(11) {
  transition-delay: 1.3s; }

#kv.active .ttl span:nth-of-type(12) {
  transition-delay: 1.4s; }

#kv.active .ttl span:nth-of-type(13) {
  transition-delay: 1.5s; }

#kv.active .ttl span:nth-of-type(14) {
  transition-delay: 1.6s; }

#kv.active .ttl span:nth-of-type(15) {
  transition-delay: 1.7s; }

#kv > div div {
  position: absolute;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #kv > div div {
      gap: 1.5rem;
      top: 3rem;
      left: 3rem; } }
  @media screen and (max-width: 768px) {
    #kv > div div {
      gap: 1rem;
      top: 2rem;
      left: 2rem; } }

#kv > div div p {
  position: relative;
  font-weight: 700;
  color: #fff; }
  @media screen and (min-width: 769px) {
    #kv > div div p {
      line-height: 1em;
      font-size: 1.2rem;
      letter-spacing: 0.08em; } }
  @media screen and (max-width: 768px) {
    #kv > div div p {
      line-height: 1em;
      font-size: 1.1rem;
      letter-spacing: 0.08em; } }

#kv > div div h1 {
  position: relative; }
  @media screen and (min-width: 769px) {
    #kv > div div h1 {
      width: 27.8rem; } }
  @media screen and (max-width: 768px) {
    #kv > div div h1 {
      width: 19rem; } }

#kv .scroll {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }
  @media screen and (min-width: 769px) {
    #kv .scroll {
      width: 7.5rem;
      height: 7.5rem;
      gap: 2rem; } }
  @media screen and (max-width: 768px) {
    #kv .scroll {
      width: 6.5rem;
      height: 6.5rem;
      gap: 1.5rem; } }

#kv .scroll p {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #kv .scroll p {
      line-height: 1em;
      font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    #kv .scroll p {
      line-height: 1em;
      font-size: 1.2rem; } }

#kv .scroll span {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
  animation: dot_animation 4s ease infinite; }
  @media screen and (min-width: 769px) {
    #kv .scroll span {
      width: 0.7rem;
      height: 0.7rem; } }
  @media screen and (max-width: 768px) {
    #kv .scroll span {
      width: 0.7rem;
      height: 0.7rem; } }

@keyframes dot_animation {
  0% {
    background: #398FD5; }
  50% {
    background: #fff; }
  100% {
    background: #398FD5; } }
#message {
  background: #fff; }
  @media screen and (min-width: 769px) {
    #message {
      padding: 14rem 0 0; } }
  @media screen and (max-width: 768px) {
    #message {
      padding: 10rem 0 0; } }

#message .inner {
  position: relative; }
  @media screen and (min-width: 769px) {
    #message .inner {
      min-height: 97rem; } }

.message_txt {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .message_txt {
      gap: 1.8rem; } }
  @media screen and (max-width: 768px) {
    .message_txt {
      gap: 1.5rem; } }

.message_txt p {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #000;
  filter: blur(10px);
  opacity: 0; }
  @media screen and (min-width: 769px) {
    .message_txt p {
      line-height: 2.112em;
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    .message_txt p {
      line-height: 2.334em;
      font-size: 1.5rem; } }

#message .active .message_txt p {
  transition: all 1600ms cubic-bezier(0.835, 0.255, 0.485, 0.83);
  transition-timing-function: cubic-bezier(0.835, 0.255, 0.485, 0.83);
  filter: blur(0);
  opacity: 1; }

#message .active .message_txt p.mes_1 {
  transition-delay: .3s; }

#message .active .message_txt p.mes_2 {
  transition-delay: .6s; }

#message .active .message_txt p.mes_3 {
  transition-delay: .9s; }

#message .active .message_txt p.mes_4 {
  transition-delay: 1.2s; }

#message .active .message_txt p.mes_5 {
  transition-delay: 1.5s; }

#message .active .message_txt p.mes_6 {
  transition-delay: 1.8s; }

#message .active .message_txt p.mes_7 {
  transition-delay: 2.1s; }

@media screen and (max-width: 768px) {
  #message_txt_1 {
    padding-top: 26rem; } }

@media screen and (min-width: 769px) {
  #message_txt_2 {
    margin: 15rem 0 0 auto;
    text-align: right !important; } }
@media screen and (max-width: 768px) {
  #message_txt_2 {
    padding-top: 32rem; } }

#message_txt_3 {
  text-align: right !important; }
  @media screen and (min-width: 769px) {
    #message_txt_3 {
      margin: 5rem 0 0 auto; } }
  @media screen and (max-width: 768px) {
    #message_txt_3 {
      padding-top: 3rem; } }

#message_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#message_img figure {
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  transition: ease-in-out 1.2s all; }

@media screen and (min-width: 769px) {
  #message_img figure#message_img_1 {
    top: 0rem;
    right: -15.5rem;
    width: 64rem; } }
@media screen and (max-width: 768px) {
  #message_img figure#message_img_1 {
    top: -2rem;
    right: -2rem;
    width: 35.5rem;
    opacity: 1 !important; } }

@media screen and (min-width: 769px) {
  #message_img figure#message_img_2 {
    bottom: 23.5rem;
    left: 22rem;
    width: 32rem; } }
@media screen and (max-width: 768px) {
  #message_img figure#message_img_2 {
    top: 67.5rem;
    left: 14rem;
    width: 17.5rem; } }

@media screen and (min-width: 769px) {
  #message_img figure#message_img_3 {
    bottom: 0rem;
    left: -7rem;
    width: 42rem; } }
@media screen and (max-width: 768px) {
  #message_img figure#message_img_3 {
    top: 76.5rem;
    left: -2rem;
    width: 23rem; } }

#movie {
  background: #fff; }
  @media screen and (min-width: 769px) {
    #movie {
      padding: 12rem 0; } }
  @media screen and (max-width: 768px) {
    #movie {
      padding: 10rem 0; } }

#movie .inner {
  position: relative; }

.main_section .h_group {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .main_section .h_group {
      gap: 2rem; } }
  @media screen and (max-width: 768px) {
    .main_section .h_group {
      gap: 2rem; } }

.main_section .h_group h2 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #398FD5;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .main_section .h_group h2 {
      line-height: 1em;
      font-size: 4.2rem; } }
  @media screen and (max-width: 768px) {
    .main_section .h_group h2 {
      line-height: 1em;
      font-size: 3.2rem; } }

.main_section .h_group p {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #000;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .main_section .h_group p {
      line-height: 1em;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .main_section .h_group p {
      line-height: 1em;
      font-size: 1.4rem; } }

.slide_ttl span {
  position: relative;
  display: inline-block;
  transform: translateY(75%);
  opacity: 0; }

.slide_ttl.active span {
  transform: translateY(0);
  opacity: 1;
  transition: all 600ms cubic-bezier(0.835, 0.255, 0.485, 0.83);
  transition-timing-function: cubic-bezier(0.835, 0.255, 0.485, 0.83); }

.slide_ttl.active span:nth-of-type(1) {
  transition-delay: .3s; }

.slide_ttl.active span:nth-of-type(2) {
  transition-delay: .4s; }

.slide_ttl.active span:nth-of-type(3) {
  transition-delay: .5s; }

.slide_ttl.active span:nth-of-type(4) {
  transition-delay: .6s; }

.slide_ttl.active span:nth-of-type(5) {
  transition-delay: .7s; }

.slide_ttl.active span:nth-of-type(6) {
  transition-delay: .8s; }

.slide_ttl.active span:nth-of-type(7) {
  transition-delay: .9s; }

.slide_ttl.active span:nth-of-type(8) {
  transition-delay: 1.0s; }

.slide_ttl.active span:nth-of-type(9) {
  transition-delay: 1.1s; }

.slide_ttl.active span:nth-of-type(10) {
  transition-delay: 1.2s; }

.main_section .h_group p {
  opacity: 0; }

.slide_ttl.active p {
  opacity: 1;
  transition: all 1200ms cubic-bezier(0.835, 0.255, 0.485, 0.83);
  transition-timing-function: cubic-bezier(0.835, 0.255, 0.485, 0.83); }

#movie .movie_set {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    #movie .movie_set {
      gap: 5rem;
      margin-top: 5rem; } }
  @media screen and (max-width: 768px) {
    #movie .movie_set {
      gap: 3rem 0;
      margin-top: 5rem; } }

#movie .movie_box {
  position: relative;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #movie .movie_box {
      width: 51.5rem;
      gap: 1.5rem; } }
  @media screen and (max-width: 768px) {
    #movie .movie_box {
      width: 16rem;
      gap: 1rem; } }

#movie #full {
  position: relative;
  margin: 0;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #movie #full {
      width: 108rem; } }
  @media screen and (max-width: 768px) {
    #movie #full {
      width: 33.5rem; } }

#movie .movie_box a {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  display: block; }

#movie .movie_box a.soon {
  pointer-events: none;
  cursor: default; }

#movie .movie_box a.soon::after {
  content: 'Coming soon';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  font-weight: 700;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #movie .movie_box a.soon::after {
      line-height: 1em;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    #movie .movie_box a.soon::after {
      line-height: 1em;
      font-size: 1rem; } }

#movie .movie_box a.soon p {
  opacity: 0; }

#movie .movie_box a.soon figure {
  opacity: 0.5; }

#movie .movie_box a p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

#movie .movie_box a p img {
  position: relative;
  display: block;
  transition: ease-out .4s all; }
  @media screen and (min-width: 769px) {
    #movie .movie_box a p img {
      width: 12rem;
      height: 12rem; } }
  @media screen and (max-width: 768px) {
    #movie .movie_box a p img {
      width: 7.2rem;
      height: 7.2rem; } }

@media screen and (min-width: 769px) {
  #movie a:hover .movie_thumb_loop img {
    transform: scale(1.2); } }

#movie .movie_thumb_loop {
  animation: loop_animation 12s linear infinite; }

@keyframes loop_animation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
#movie .movie_box > p {
  position: relative;
  font-weight: 500;
  color: #555;
  text-align: left; }
  @media screen and (min-width: 769px) {
    #movie .movie_box > p {
      line-height: 1.572em;
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    #movie .movie_box > p {
      line-height: 1.467em;
      font-size: 1.5rem; } }

/**/
#about {
  background: #e4eaef; }
  @media screen and (min-width: 769px) {
    #about {
      padding: 12rem 0; } }
  @media screen and (max-width: 768px) {
    #about {
      padding: 10rem 0; } }

#about .about_cont {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #about .about_cont {
      gap: 1.6rem;
      margin-top: 4rem; } }
  @media screen and (max-width: 768px) {
    #about .about_cont {
      gap: 1.5rem;
      margin-top: 4rem; } }

@media screen and (min-width: 769px) {
  #about .about_cont .txt {
    text-align: center; } }

#about .btn_set {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    #about .btn_set {
      margin-top: 5rem; } }
  @media screen and (max-width: 768px) {
    #about .btn_set {
      margin-top: 4rem; } }

#activities {
  background: #fff; }
  @media screen and (min-width: 769px) {
    #activities {
      padding: 12rem 0; } }
  @media screen and (max-width: 768px) {
    #activities {
      padding: 10rem 0; } }

#activities .inner {
  position: relative;
  display: flex; }
  @media screen and (min-width: 769px) {
    #activities .inner {
      flex-direction: row;
      /*gap:divceil(60, 10, rem);*/ } }
  @media screen and (max-width: 768px) {
    #activities .inner {
      flex-direction: column;
      gap: 4rem; } }

@media screen and (min-width: 769px) {
  #activities.main_section .h_group {
    justify-content: flex-start;
    pointer-events: auto; } }

@media screen and (min-width: 769px) {
  #activities.main_section .h_group h2,
  #activities.main_section .h_group p {
    text-align: left; } }

#activities .cont_block {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #activities .cont_block {
      width: 47rem;
      gap: 4rem;
      z-index: 10;
      pointer-events: none; } }
  @media screen and (max-width: 768px) {
    #activities .cont_block {
      gap: 4rem; } }

#activities .slide_cont {
  position: relative;
  overflow: visible; }
  @media screen and (min-width: 769px) {
    #activities .slide_cont {
      width: 61rem;
      z-index: 2; } }
  @media screen and (max-width: 768px) {
    #activities .slide_cont {
      width: 29.5rem;
      margin: 0 auto; } }

@media screen and (min-width: 769px) {
  #activities .slide_cont::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #fff;
    pointer-events: none; } }

#activities .outer {
  position: relative;
  overflow: visible; }
  @media screen and (min-width: 769px) {
    #activities .outer {
      width: 61rem; } }
  @media screen and (max-width: 768px) {
    #activities .outer {
      width: 29.5rem; } }

#activities .outer_scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; }

#activities .outer_scroll::-webkit-scrollbar {
  display: none; }

#activities .outer_inner {
  position: relative;
  display: flex; }
  @media screen and (min-width: 769px) {
    #activities .outer_inner {
      gap: 4rem; } }
  @media screen and (max-width: 768px) {
    #activities .outer_inner {
      gap: 2rem; } }

.outer_clone {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  z-index: 5; }

.outer_clone_inner {
  position: relative;
  display: flex; }
  @media screen and (min-width: 769px) {
    .outer_clone_inner {
      gap: 4rem; } }
  @media screen and (max-width: 768px) {
    .outer_clone_inner {
      gap: 2rem; } }

@media screen and (min-width: 769px) {
  #activities .item {
    flex: 0 0 41.5rem; } }
@media screen and (max-width: 768px) {
  #activities .item {
    flex: 0 0 29.5rem; } }

@media screen and (min-width: 769px) {
  #activities .item:last-of-type {
    /*flex: 0 0 divceil(610, 10, rem);*/
    flex: 0 0 41.5rem; } }

#activities .item > div {
  position: relative;
  background: #d7f2ff;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #activities .item > div {
      width: 41.5rem;
      height: 51rem;
      border-radius: 1rem;
      padding: 5rem;
      gap: 1.5rem; } }
  @media screen and (max-width: 768px) {
    #activities .item > div {
      width: 29.5rem;
      height: 43.8rem;
      border-radius: 1rem;
      padding: 3rem;
      gap: 1.5rem; } }

#activities .item:nth-of-type(even) > div {
  background: #eef3f6; }

#activities .item > div figure {
  position: relative;
  margin: 0;
  width: 100%;
  padding-bottom: 1rem; }

#activities .item > div h3 {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.0em;
  color: #398FD5;
  text-align: left; }
  @media screen and (min-width: 769px) {
    #activities .item > div h3 {
      line-height: 1.334em;
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    #activities .item > div h3 {
      line-height: 1.334em;
      font-size: 1.8rem; } }

#activities .item > div p {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.0em;
  color: #555;
  text-align: left; }
  @media screen and (min-width: 769px) {
    #activities .item > div p {
      line-height: 1.467em;
      font-size: 1.5rem; } }
  @media screen and (max-width: 768px) {
    #activities .item > div p {
      line-height: 1.429em;
      font-size: 1.4rem; } }

#activities .scrollbar {
  position: relative;
  width: 61rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #f5f5f5;
  margin: 3rem auto 0; }
  @media screen and (max-width: 768px) {
    #activities .scrollbar {
      display: none; } }

#activities .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #398FD5;
  border-radius: 0.3rem;
  width: auto;
  cursor: pointer;
  transform: translateX(0); }

#activities .slider_nav {
  display: flex; }
  @media screen and (min-width: 769px) {
    #activities .slider_nav {
      justify-content: space-between;
      position: absolute !important;
      left: -17rem;
      top: 30rem;
      width: 11rem; } }
  @media screen and (max-width: 768px) {
    #activities .slider_nav {
      position: relative;
      justify-content: center; } }

#activities .slider_nav {
  display: flex; }
  @media screen and (min-width: 769px) {
    #activities .slider_nav {
      justify-content: space-between;
      position: absolute !important;
      left: -17rem;
      top: 30rem;
      width: 11rem;
      z-index: 12; } }
  @media screen and (max-width: 768px) {
    #activities .slider_nav {
      position: relative;
      justify-content: center;
      gap: 1.5rem;
      margin-top: 3rem; } }

#activities .slider_nav button {
  position: relative;
  display: block;
  cursor: pointer;
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  transition: ease-out .4s all; }
  @media screen and (min-width: 769px) {
    #activities .slider_nav button {
      width: 4.8rem;
      height: 4.8rem; } }
  @media screen and (max-width: 768px) {
    #activities .slider_nav button {
      width: 4.8rem;
      height: 4.8rem; } }

#activities .slider_nav .prev {
  background: url("../../img/slide_arrow_key.png") center center no-repeat;
  background-size: contain;
  transform: scale(-1, 1); }

#activities .slider_nav .next {
  background: url("../../img/slide_arrow_key.png") center center no-repeat;
  background-size: contain; }

#activities .slider_nav .prev.disabled {
  background: url("../../img/slide_arrow.png") center center no-repeat;
  background-size: contain;
  transform: scale(-1, 1); }

#activities .slider_nav .next.disabled {
  background: url("../../img/slide_arrow.png") center center no-repeat;
  background-size: contain; }

/* arrows */
.prev.disabled,
.next.disabled {
  opacity: 0.3;
  pointer-events: none; }

@media screen and (min-width: 769px) {
  #activities .slider_nav button:hover {
    opacity: 0.3; } }
