/*********************
     mv
*********************/

#mv {
position: relative;
    height: 100vh;
}

#mv .content {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    mix-blend-mode: difference;
}

#mv .content h2{
	font-size: 5rem;
    margin-bottom: 2rem;
letter-spacing: 3px;
}

#mv .content p{
	font-size: 2rem;
	font-family:var(--en);
}

/*********************
     aboutus
*********************/

#top_aboutus{
	border-bottom: 1px solid #6E6E6E;
}

#top_aboutus .title-wrap {
    margin-bottom: 0;
}

#top_aboutus .l-flex .flex-l{
    width: calc(40% - 2.5rem);
}

#top_aboutus .l-flex .flex-r{
    width: calc(60% - 2.5rem);
}

.top-head{
justify-content: space-between;
    align-items: flex-end;
	margin-bottom: 5rem;
}

.top-head .title-wrap {
    margin-bottom: 0;
}

.top-head .btn-wrap {
    margin-top: 0;
}

/*********************
     entry
*********************/

#top_entry {
    overflow: hidden;
}

#top_entry .swiper {
    overflow: visible;
}

#top_entry .swiper-controller {
    margin-top: 5rem;
}

#top_entry .swiper-scrollbar {
  position: relative;
width:100%;
	height:5px;
}

#top_entry .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}

#top_entry .swiper-scrollbar-drag {
	background: var(--accent) !important;
    border-radius: 0 !important;
}

#top_entry .swiper-button-prev,
#top_entry .swiper-button-next {
    position: relative;
    margin: 0;
    background: #0000005e;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

#top_entry .swiper-button-next, #top_entry .swiper-rtl .swiper-button-prev {
position: absolute;
    right: 0;
    top: 35%;
}

#top_entry .swiper-button-prev, #top_entry .swiper-rtl .swiper-button-next {
position: absolute;
    left: 0;
    top: 35%;
}

#top_entry .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

#top_entry .swiper-button-disabled::before {
    -webkit-box-shadow: var(--box-shadow-inset);
    box-shadow: var(--box-shadow-inset);
}

#top_entry .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
	background:var(--sub);
}

#top_entry .slide {
    overflow: hidden;
	width: 23vw;
    display: block;
}

.swiper-btn-wrap{
position: absolute;
    top: calc(50% + -2.5rem);
    transform: translatey(-50%);
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--main-r);
    font-size: 2rem!important;
    font-weight: 700;
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1400px) {
#mv .content h2 {
    font-size: 4rem;
}
}

@media screen and (max-width:1200px) {
#mv .content h2 {
    font-size: 3.5rem;
}
#top_entry .slide {
    width: 30vw;
}
}

@media screen and (max-width:960px) {
#mv .content h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}
#top_entry .slide {
    width: 33vw;
}
}

@media screen and (max-width:767px) {
#mv .content {
    width: 100%;
}
#mv .content h2 {
    font-size: 2rem;
}
#mv .content p {
    font-size: 1.4rem;
}
.top-head {
    margin-bottom: 3rem;
display: block;
}
#top_entry .slide {
    width: 75vw;
}
#top_entry .swiper-button-prev, #top_entry .swiper-button-next {
    width: 40px;
    height: 40px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem !important;
}
}