@charset "utf-8";

.contents-wrap .main .top-title1_en{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.344rem, 0.736rem + 6.86vw, 6.25rem);
  line-height: 1.2;
  color: #333;
}
.contents-wrap .main .top-title2_en{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:clamp(1.563rem, 0.919rem + 2.74vw, 3.125rem);
  line-height: 1.2;
}

.contents-wrap .main .link-button-box{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width:calc(10.61vw + 210px)
}
.contents-wrap .main a.link-button{
  display: block;
  position: relative;
  font-size: clamp(0.75rem, 0.52rem + 0.98vw, 1.5rem);
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
}
.contents-wrap .main a.link-button:hover{
  color: #000;
  background-color: rgba(255,255,255,0.9);
}
.contents-wrap .main a.link-button::after{
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 23px;
  width: 13px;
  height: 24px;
  background-image: url("/car/jimny/special/home/image/link_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.contents-wrap .main a.link-button:hover::after{
  background-image: url("/car/jimny/special/home/image/link_arrow_on.svg");
}
@media print, screen and (min-width: 751px) {
.contents-wrap .main a.link-button{
  padding: 8px 0;
  background-color: rgba(0,0,0,0.5);
  }
.contents-wrap .main a.link-button::after{
  top: calc(50% - 11px);
  right: 23px;
  width: 13px;
  height: 24px;
  }
}
@media only screen and (max-width: 750px) {
.contents-wrap .main a.link-button{
  padding: 6px 0;
  background-color: rgba(0,0,0,0.3);
  }
.contents-wrap .main a.link-button::after{
  top: calc(50% - 7px);
  right: 12px;
  width: 8px;
  height: 15px;
  }
}

/* ------------------------------
history
------------------------------ */
#history{
  position: relative;
  aspect-ratio: 80/33;
  background-image: url(/car/jimny/special/home/image/history_pc.jpg);
  background-size:  cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
#history .top-title1_en{
  color: #fff;
  text-align: center;
  text-shadow:
  0 0 0.2em rgba(0, 0, 0, 1),
  0 0 0.2em rgba(0, 0, 0, 1);
}
#history .link-button-box{
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  #history{
    margin-top: 1.75vw;
  }
  #history .top-title1_en{
    padding-top: 3.75vw;
  }
  #history .link-button-box{
    bottom: 3.81vw;
    width: 380px;
  }
}
@media only screen and (max-width: 750px) {
  #history{
    margin-top: 2.67vw;
  }
  #history .top-title1_en{
    padding-top: 6.67vw;
  }
  #history .link-button-box{
    bottom: 5.33vw;
    width: 250px;
  }
}
/* ------------------------------
movie
------------------------------ */
#movie{
  background-color: #202020;
}
#movie *{
  color: #fff;
}
#movie .top-title1_en{
  margin-top: 0;
  text-align: center;
}
#movie .movie-box > div > a{
  text-decoration: none;
}
#movie .movie-title-box h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:clamp(1.875rem, 1.103rem + 3.29vw, 3.75rem);/*ok*/
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
#movie .movie-title-box p{
  font-size: clamp(0.656rem, 0.386rem + 1.15vw, 1.313rem);/*ok*/
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
#movie .top-title2_en{
  text-align: center;
}

@media print, screen and (min-width: 751px) {
  #movie .top-title1_en{
    padding-top: 4.68vw;
  }
  #movie .movie-box{
    margin-top: 25px;
  }
  #movie .movie-box > div{
    aspect-ratio: 196/145;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  } 
  #movie .movie-box > div::after{
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    right: 5.12%;
    width: 13px;
    height: 24px;
    background-image: url("/car/jimny/special/home/image/link_arrow.svg");
    background-repeat: no-repeat;
  }
  #movie .movie-image-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #movie .movie-title-box{
    position: relative;
    z-index:5;
  }
  #movie .movie-title-box h3{
    letter-spacing: -0.035em;
  }
  #movie .movie-title-box p{
    margin-top: 25px;
  }
  #movie .top-title2_en{
    padding-top: 75px;
  }
  #movie .swiper{
    margin-top: 55px;
  }
}
@media only screen and (max-width: 750px) {
  #movie .top-title1_en{
    padding-top: 35px;
  }
  #movie .movie-box{
    margin-top:15px;
  }
  #movie .movie-box > div{
    margin-bottom: 10px;
  }
  #movie .movie-box > div > a{
    display: flex;
  }
  #movie .movie-image-box{
    width: 45.65%;
  }
  #movie .movie-title-box{
    position: relative;
    flex:1;
    align-content: center;
  }
  #movie .movie-title-box::after{
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 8px;
    height: 15px;
    background-image: url("/car/jimny/special/home/image/link_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
#movie .movie-title-box p{
  margin-top: 12px;
  }
#movie .top-title2_en{
  padding-top: 5.33vw;
}
#movie .swiper{
  margin-top: 2.66vw;
}
}
/* ------------------------------
media
------------------------------ */

#media .top-title1_en{
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  #media .top-title1_en{
    padding-top: 60px;
  }
  #media .swiper{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #media .top-title1_en{
    padding-top: 10.66vw;
  }
  #media .swiper{
    margin-top: 4vw;
  }
}
/* ------------------------------
slide
------------------------------ */
.slide{
  overflow: hidden;
}
.swiper-wrapper{
	height: auto !important;
}
.slide .swiper-slide {
	opacity: 0.6;
	height: auto !important;
}
.slide .swiper-slide-active {
	opacity: 1;
}
#media .slide .swiper-slide{
  height: auto;
}
#media .swiper .swiper-slide-item { 
	height: 100% ;
  display: flex;
  flex-direction: column;
}
#media .swiper .swiper-slide-item:hover{
  text-decoration: none;
}
.contents-wrap .main .slide .media-category {
  display: inline;
  padding: 0 1em;
  color: #FFFFFF;
  font-size: clamp(0.625rem, 0.574rem + 0.22vw, 0.75rem);
  align-self: flex-start;
  line-height: 1.5;
}
.contents-wrap .main .slide .type_m {
    background-color: #c30d23;
}
.contents-wrap .main .slide .type_c {
    background-color: #003399;
}
.contents-wrap .main .slide .movie-title,
.contents-wrap .main .slide .media-title{
  font-weight: bold;
  font-size: clamp(0.938rem, 0.706rem + 0.99vw, 1.5rem);
}
.contents-wrap .main .slide .media-title{
  flex:1;
}
.contents-wrap .main .slide .movie-text,
.contents-wrap .main .slide .media-text{
  font-size: clamp(0.75rem, 0.596rem + 0.66vw, 1.125rem);
}
.contents-wrap .main .slide .media-text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.25em;
}
@media print, screen and (min-width: 751px) {
.contents-wrap .main .slide .media-category {
  margin-top: 20px;
  }
.contents-wrap .main .slide .movie-title{
  margin-top: 25px;
  line-height: 1.17;
  }
.contents-wrap .main .slide .media-title{
  margin-top: 5px;
  line-height: 1.17;
  }
.contents-wrap .main .slide .movie-text,
.contents-wrap .main .slide .media-text{
  margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
.contents-wrap .main .slide .media-category {
  margin-top: 15px;
  }
.contents-wrap .main .slide .movie-title,
.contents-wrap .main .slide .media-title{
  margin-top: 10px;
  line-height: 1.4;
  }
.contents-wrap .main .slide .movie-text,
.contents-wrap .main .slide .media-text{
  margin-top: 5px;
  }
}
.contents-wrap .main .slide .media-logo{
  margin-top: 10px;
}
.slide .swiper-pagination-area{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide .swiper-button-next,.slide .swiper-button-prev {
  position: relative;
  margin-top: 0;
  background-image: none;
}
.slide .swiper-button-next{
  right: 0 !important;
}
.slide .swiper-button-prev{
  left: 0 !important;
}
#movie .slide .swiper-button-next,#movie .slide .swiper-button-prev {
	border: 1px solid #fff;
}
#media .slide .swiper-button-next,#media .slide .swiper-button-prev {
	border: 1px solid #000;
}
.slide .swiper-button-prev:after,.slide .swiper-button-next::after{
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#movie .slide .swiper-button-prev:after,#movie .slide .swiper-button-next::after,
#media .slide .swiper-button-prev:hover:after,#media .slide .swiper-button-next:hover::after{
  background-image: url("/car/jimny/special/home/image/link_arrow.svg");
}
#movie .slide .swiper-button-prev:hover:after,#movie .slide .swiper-button-next:hover::after,
#media .slide .swiper-button-prev:after,#media .slide .swiper-button-next::after{
    background-image: url("/car/jimny/special/home/image/link_arrow_on.svg");
}
.slide .swiper-button-prev::after{
  transform: rotate(180deg);
}
.slide .swiper-button-next::after{
}
.slide .swiper-button-next,
.slide .swiper-button-prev {
  color: #fff;
  top:0;
  border: 1px solid #fff;
  transition: 0.3s;
  width: clamp(40px,1.632vw + 33.877px,60px) !important;
  height: clamp(40px,1.632vw + 33.877px,60px) !important;flex-shrink: 0;
}
.slide .swiper-button-prev:after{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.slide .swiper-button-next:after{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
#movie .slide .swiper-button-next:hover,#movie .slide .swiper-button-prev:hover {
  background-color: #fff;
}
#media .slide .swiper-button-prev:hover,#media .slide .swiper-button-next:hover{
  background-color: #000;

}
.swiper-pagination{
  width: auto;
  margin-left: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#movie .slide .swiper-pagination-bullet {
    background: #909090;
}
#movie .slide .swiper-pagination-bullet-active {
    background: #fff;
}
#media .slide .swiper-pagination-bullet {
    background: #999;
}
#media .slide .swiper-pagination-bullet-active {
    background: #333;
}
@media print, screen and (min-width: 751px) {
  .swiper-pagination-area{
    gap:0 75px;
    height: 55px;
    margin:60px auto 60px;
  }
  .slide .swiper-button-next,.slide .swiper-button-prev {
  }
  .slide .swiper-button-prev:after,.slide .swiper-button-next:after{
    width: 23.33%;
    height: 40%;
  }
	.slide .swiper-pagination-bullets .swiper-pagination-bullet,#movie .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
}
@media only screen and (max-width: 750px) {
  .swiper-pagination-area{
    gap:0 6.67vw;
    height: 40px;
    margin:30px auto;
  }
  .slide .swiper-button-prev:after,.slide .swiper-button-next:after{
    width: 16.25%;
    height: 30%;
  }
	.slide .swiper-pagination-bullets .swiper-pagination-bullet,#movie .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
}

/* ------------------------------
collection
------------------------------ */
#collection{
  background-image: linear-gradient(180deg, rgba(255, 254, 10, 1), rgba(206, 205, 0, 1));
}
#collection .top-title1_en{
  text-align: center;
}

@media print, screen and (min-width: 751px) {
  #collection{
    padding-bottom: 4.06vw;
  }
  #collection .top-title1_en{
    padding-top: 3.75vw;
  }
.collection-box::before{
  content: "";
  height: 100%;
  width: 57.81%;
  position: absolute;
  top: 0;
  left: 0;
  
  background: url(/car/jimny/special/home/image/collection_image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contents-wrap .main .collection-box{
  box-sizing: content-box;
  position: relative;
  padding-left: 57.81%;
  padding-top: 7.5%;
  padding-bottom:4.18%;
  width: 42.18%;
  display: flex;
  align-items: center;
}
.collection-box-inner{
  width: 71.40%;
  margin-left: 4.14%;
}
.collection-box .link-button-box{
  margin-top: 7.26%
}
.collection-box .link-button-box .link-button{
  margin-left: auto;
  margin-right: auto;
}
}
@media only screen and (max-width: 750px) {
  #collection{
    padding-bottom: 8vw;
  }
#collection .top-title1_en{
  padding-top: 5.33vw;
  }
  .collection-box .collection-title{
    box-sizing: content-box;
    position: relative;
    margin: 4vw auto 0;
    width: 92vw;
    padding-bottom: 55.33vw;
    display: flex;
    justify-content: center;
    
  }
  .collection-box .collection-title::after{
    position: absolute;
    bottom: 0;
    content: "";
    width: 88.73%;
    height: 100%;
    background: url(/car/jimny/special/home/image/collection_image.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .collection-box .link-button-box{
    margin-top: 2.67%
  }
    
}
/* ------------------------------
cm
------------------------------ */
#cm{
  position: relative;
  aspect-ratio: 80/33;
  background-image: url(/car/jimny/special/home/image/cm.jpg);
  background-size:  cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  
  
}
#cm .top-title1_en{
  padding-top: 3.75%;
  color: #fff;
  text-align: center;
  text-shadow:
  0 0 0.2em rgba(0, 0, 0, 1),
  0 0 0.2em rgba(0, 0, 0, 1);
}
#cm .link-button-box{
  position: absolute;
}
@media print, screen and (min-width: 751px) {
#cm .top-title1_en{
  padding-top: 3.75vw;
  }
#cm .link-button-box{
  bottom: 3.81vw;
  }
}
@media only screen and (max-width: 750px) {
#cm .top-title1_en{
  padding-top: 5.33vw;
  }
#cm .link-button-box{
  bottom: 5.33vw;
  }
}
