@charset "UTF-8";
/* スマートフォン用CSS */

.hidden-sp {
	display:none !important;
}
.hidden-pc {
	display: inherit !important;
}
.only-sp {
	display: inherit !important;
}
.only-pc {
	display: none !important;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}


.inner {
	width:72rem;
	margin:0 auto;
	position:relative;
}

video {
    width: 100vw;
    height: 100dvh;
    object-fit: cover;
}

body {
  background: url(/ise/wp-content/themes/mc_theme/include/img/bg01.png) repeat-y center top / 90rem;
}


.mainimage-carousel {
  width:85%;
  margin: 0 auto;
}

.slick-arrow.slick-prev {
  left: -5.5rem;
}
.slick-arrow.slick-next {
  right: -5.5rem;
}

#pd-menu li a {
  font-size: 4rem;
}