/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
body {
  background: #f4f4f4;
}

.intro {
  position: relative;
  color: #fff;
  z-index: 0;
}

.intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 20%;
  bottom: 0;
  z-index: 0;
  background: #687172;
  background: linear-gradient(90deg, rgba(104, 113, 114, 0.700718) 0%, rgba(104, 113, 114, 0) 100%);
  mix-blend-mode: multiply;
}

@media (max-width: 767px) {
  .intro::after {
    right: 0;
  }
}

.intro__photos {
  width: 100%;
  height: 684px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 767px) {
  .intro__photos {
    height: 543px;
  }
}

.intro__photos img {
  width: 100%;
  height: 100%;
}

.intro__ttl {
  transition: color 3s;
  will-change: color;
  position: absolute;
  left: 20px;
  top: 231px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.53846em;
  letter-spacing: 0.08em;
  font-weight: 400;
  z-index: 1;
}

@media (min-width: 768px) {
  .intro__ttl {
    width: 86%;
    top: 35.6%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.89189em;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .intro__ttl > span {
    display:inline-block; max-width:60vw;
  }
  .intro:has(.intro__ttl.-right):after {
    width:100%;
    background:linear-gradient(-20deg, rgba(104, 113, 114, 0.700718) 0%, rgba(104, 113, 114, 0) 100%)
  }
  .intro__ttl.-right {
    text-align: right;
    text-shadow:0 0 .2em #0003, 0 0 .8em #0003, 0 0 1.6em #6663;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .intro__ttl {
    width: calc(100% - 40px);
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.9375em;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}

.intro__txt {
  z-index: 1;
  position: absolute;
  bottom: 22px;
  left: 20px;
}

@media (min-width: 768px) {
  .intro__txt {
    bottom: 17.1%;
    left: 50%;
    width: 86%;
    transform: translateX(-50%);
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .intro__txt {
    width: calc(100% - 40px);
  }
}

.intro__txt .label {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.36111em;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-weight: bold !important;
  font-family: "Nissan Brand" !important;
}

@media (max-width: 767px) {
  .intro__txt .label {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1em;
  }
}

.intro__txt .info {
  margin-top: 19px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .intro__txt .info {
    margin-top: 18px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
  }
}

.intro__pagename {
  z-index: 1;
  position: absolute;
  right: 17px;
  top: 25px;
  text-align: right;
}

@media (min-width: 768px) {
  .intro__pagename {
    right: auto;
    top: auto;
    bottom: 6%;
    left: 50%;
    width: 87%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .intro__pagename {
    width: calc(100% - 40px);
  }
}

.intro__pagename .en {
  color: #c3002f;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.11111em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-weight: bold !important;
  font-family: "Nissan Brand" !important;
}

@media (max-width: 767px) {
  .intro__pagename .en {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .intro__pagename .en {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}

.intro__pagename .jp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #000;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .intro__pagename .jp {
    padding-right: 3px;
  }
}

.c-movie {
  padding-top: 109px;
}

@media (max-width: 767px) {
  .c-movie {
    padding: 69px 0 80px;
  }
}

.c-movie__en {
  font-weight: bold !important;
  font-family: "Nissan Brand" !important;
}

@media (max-width: 767px) {
  .c-movie__en {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
}

.c-movie__ttl {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .c-movie__ttl {
    margin-bottom: 28px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 767px) {
  .c-movie__video {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.c-movie__video img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.c-movie__video a {
  display: block;
}

.ctn-detail {
  padding: 110px 0 96px;
}

@media (max-width: 767px) {
  .ctn-detail {
    padding: 100px 0 106px;
  }
}

.ctn-detail .inner {
  max-width: 1366px;
}

@media (min-width: 768px) {
  .ctn-detail .inner {
    width: 100%;
  }
}

.ctn-detail .item {
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .ctn-detail .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8rem;
  }
}

.ctn-detail .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ctn-detail .item__txt {
    width: 48.535%;
    padding: 0 69px 0 96px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1175px) {
  .ctn-detail .item__txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ctn-detail .item__photo {
  margin: 67px -20px 0;
}

@media (min-width: 768px) {
  .ctn-detail .item__photo {
    width: 51.465%;
    margin: 1rem 0 0;
  }
}

.ctn-detail .item__photo img {
  width: 100%;
}

.ctn-detail .item__ttl {
  margin-bottom: 23px;
  color: #c3002f;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5625em;
  letter-spacing: 0.06em;
  font-weight: 400;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ctn-detail .item__ttl {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.44em;
    letter-spacing: 0.02em;
  }
}

@media only screen and (max-width: 999px) {
  .ctn-detail .item__ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8em;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 767px) {
  .ctn-detail .item__ttl {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    letter-spacing: 0.06em;
  }
}


@media (min-width: 768px) {
  .ctn-detail .item--full .item__txt,
  .ctn-detail .item--full .item__photo {
    padding: 0 95px;
    width: 100%;
  }
  .ctn-detail .item--full .item__photo {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1175px) {
  .ctn-detail .item--full .item__txt,
  .ctn-detail .item--full .item__photo {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .ctn-detail .item--rev {
    flex-direction: row-reverse;
  }
  .ctn-detail .item--rev .item__txt {
    padding: 0 89px 0 76px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1175px) {
  .ctn-detail .item--rev .item__txt {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .ctn-detail .item--rev .item__ttl {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ctn-detail .item__photo {
    margin-bottom:2rem;
  }
  .ctn-detail .item--rev .item__photo {
    margin-top: 32px;
  }
  .ctn-detail .item--full {
    display: flex;
    flex-direction: column-reverse;
  }
  .ctn-detail .item--full .item__photo {
    margin-top:0;
  }
}

.ctn-detail .item__note {
	margin-top: 18px;
	margin-left: 3em;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.8em;
    letter-spacing: 0.08em;
}
.ctn-detail .item__note li {
	text-indent: -3em;
	
}

.other {
  padding-bottom: 51px;
}

@media (max-width: 767px) {
  .other {
    padding-bottom: 0;
  }
}

.other__en {
  margin-bottom: 48px;
  text-align: center;
  color: #c3002f;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-weight: bold !important;
  font-family: "Nissan Brand" !important;
}

@media (max-width: 767px) {
  .other__en {
    margin-bottom: 39px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1em;
  }
}

.other__list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .other__list {
    margin: 0 -10px;
  }
}

.other__item {
  width: 100%;
}

@media (min-width: 768px) {
  .other__item {
    width: calc(100% / 3 - 28px);
    margin-right: 42px;
    margin-top: 42px;
  }
  .other__item:nth-child(3n) {
    margin-right: 0;
  }
  .other__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .other__item {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .other__item:not(:first-child) {
    margin-top: 16px;
  }
}

.other__item .link {
  display: block;
  position: relative;
}

.other__item .link:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 81.31868%;
}

.other__item .link > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.other__item .photo {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.other__item .photo:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(37, 42, 43, 0) 0%, rgba(37, 42, 43, 0.7) 100%);
  mix-blend-mode: multiply;
}

.other__item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.other__item .txt {
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 17px 21px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .other__item .txt {
    padding: 0 15px 14px;
  }
}

.other__item .label {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.38462em;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-weight: bold !important;
  font-family: "Nissan Brand" !important;
}

@media (max-width: 767px) {
  .other__item .label {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.375em;
    letter-spacing: 0.06em;
  }
}

.other__item .info {
  margin-top: 9px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .other__item .info {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846em;
  }
}

@media (max-width: 767px) {
  .c-linkft {
    padding-top: 50px;
  }
}
