:root {
  --z-lv-1: 1;
  --z-lv-2: 10;
  --z-lv-3: 100;
  --z-lv-4: 1000;
  --z-lv-5: 10000;
  --z-lv-6: 100000;
  --z-lv-7: 1000000;
  --z-lv-8: 10000000;
  --z-lv-9: 100000000;
  --z-lv-10: 1000000000;
  --z-behindLv-1: -1;
  --z-behindLv-2: -10;
  --z-behindLv-3: -100;
  --z-behindLv-4: -1000;
  --z-behindLv-5: -10000;
  --z-behindLv-6: -100000;
  --z-behindLv-7: -1000000;
  --z-behindLv-8: -10000000;
  --z-behindLv-9: -100000000;
  --z-behindLv-10: -1000000000;
  --fontFamily-base: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  --fontFamily-mincho: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --fontFamily-mono: monospace, serif;
  --fontWeight-thin: 100;
  --fontWeight-extraLight: 200;
  --fontWeight-light: 300;
  --fontWeight-normal: 400;
  --fontWeight-medium: 500;
  --fontWeight-semiBold: 600;
  --fontWeight-bold: 700;
  --fontWeight-extraBold: 800;
  --fontWeight-black: 900;
  --easeIn-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOut-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOut-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeIn-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOut-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOut-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeIn-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOut-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOut-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeIn-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOut-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOut-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeIn-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOut-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOut-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeIn-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOut-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOut-expo: cubic-bezier(1, 0, 0, 1);
  --easeIn-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOut-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOut-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeIn-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOut-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOut-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --size-ipad-long: 1024px;
  --size-ipad-short: 768px;
  --size-ipadPro10inch-long: 1112px;
  --size-ipadPro10inch-short: 834px
}

@keyframes funyafunya {
  0% {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%
  }

  12.5% {
    border-radius: 80% 30% 50% 50%/50%
  }

  25% {
    border-radius: 40% 40% 50%/30% 50% 50%
  }

  37.5% {
    border-radius: 20% 30% 56% 70%/80% 50% 70% 20%
  }

  50% {
    border-radius: 5%
  }

  62.5% {
    border-radius: 3%
  }

  75% {
    border-radius: 2%
  }

  86.5% {
    border-radius: 1%
  }

  to {
    border-radius: 0
  }
}

body {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
}

*,
:after,
:before {
  box-sizing: border-box
}

pre {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 400;
}

@media (min-width:768px) {
  .-hidden-pc {
    display: none !important
  }
}

@media (max-width:767px) {
  .-hidden-sp {
    display: none !important
  }
}

.-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

#kv .kv__wrapper {
  padding: 0 4rem 0 12rem
}

@media (max-width:767px) {
  #kv .kv__wrapper {
    padding: 4.5rem 0 0
  }
}

#kv .kv__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

#kv .kv__clickable {
  position: relative;
  display: block;
  width: 100%
}

#kv .kv__video video {
  width: 100%;
  vertical-align: bottom
}

#kv .kv__texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 7rem 0 7rem
}

@media (max-width:767px) {
  #kv .kv__texts {
    top: 0;
    padding: 4rem 3rem 0
  }
}

@media (max-width:767px) {
  #kv .kv__title {
    width: 100%
  }
}

#kv .kv__title{
  width: 100%;
}

#kv .kv__title>h2 {
  width: 100%;
  font-size: 11rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff
}

@media (min-width:768px) {
  #kv .kv__title>h2 {
    white-space: nowrap
  }
}

@media (max-width:767px) {
  #kv .kv__title>h2 {
    text-align: left;
    line-height: 1.17;
    letter-spacing: .047em;
    font-size: 4.7rem;
  }
}

#kv .kv__title>p {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: .04em
}

@media (max-width:767px) {
  #kv .kv__title>p {
    font-size: 3.6rem;
    text-align: center
  }
}

@media (max-width:767px) {
  #kv .kv__caption {
    margin-left: 2.5rem
  }
}

#kv .kv__caption>p {
  font-size: 3rem;
  line-height: 1.467;
  color: #fff;
  letter-spacing: .02em;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  #kv .kv__caption>p {
    font-size: 2rem;
    line-height: 1.6
  }
}

#kv .kv__note {
  position: absolute;
  bottom: 4rem;
  right: 3.7rem
}

@media (min-width:768px) {
  #kv .kv__note {
    max-width: 45%
  }
}

@media (max-width:767px) {
  #kv .kv__note {
    bottom: 1.8rem;
    left: 2rem;
    right: 0;
    max-width: 100%;
    overflow: hidden
  }
}

#kv .kv__note>p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: .02em;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em
}

@media (max-width:767px) {
  #kv .kv__note>p {
    font-size: .8rem;
    white-space: nowrap
  }
}

#kv .kv__note>p:before {
  content: "※"
}

#kv .kv__news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 2.9rem 15.5rem;
  background-color: #fff
}

@media (max-width:767px) {
  #kv .kv__news {
    flex-direction: column;
    padding: 2.1rem 2.5rem 1.8rem
  }
}

#kv .kv__news--name {
  margin-right: 4.9rem
}

@media (max-width:767px) {
  #kv .kv__news--name {
    margin-right: 0;
    margin-bottom: 1rem
  }
}

#kv .kv__news--contents>p,
#kv .kv__news--name>p {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .02em
}

#kv .kv__news--contents>p {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  #kv .kv__news--contents>p {
    line-height: 1.4
  }
}

#intro .intro__wrapper {
  padding: 9.8rem 24rem 0 32.1rem
}

@media (max-width:767px) {
  #intro .intro__wrapper {
    padding: 8rem 2.9rem 0 5rem
  }
}

#intro .intro__texts>h2 {
  font-size: 1.8rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .050em
}

@media (min-width:768px) {
  #intro .intro__texts>h2 {
    white-space: nowrap
  }
}

@media (max-width:767px) {
  #intro .intro__texts>h2 {
    font-size: 1.2rem;
    line-height: 2.571
  }
}

#movie .movie {
  padding-bottom: 0
}

#movie .movie__wrapper {
  padding: 0 4rem
}

@media (max-width:767px) {
  #movie .movie__wrapper {
    padding: 0
  }
}

#movie .movie__movie {
  position: relative;
  cursor: pointer;
  margin-bottom: 70px
}

@media (max-width:767px) {
  #movie .movie__movie {
    margin-bottom: 30px
  }
}

#movie .movie__movie--heading {
  font-size: 2.4rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  margin-bottom: 1.8rem
}

@media (max-width:767px) {
  #movie .movie__movie--heading {
    max-width: 29rem;
    margin-left: 2.5rem;
    font-size: 1.05rem
  }
}

#movie .movie__movie--heading>p {
  font-size: 2.4rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em
}

@media (max-width:767px) {
  #movie .movie__movie--heading>p {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

#movie .movie__play,
.slider-image .movie__play {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4.1rem;
}

@media (max-width:767px) {
  #movie .movie__play,
  .slider-image .movie__play {
    width: 2.8rem;
  }
}

#movie .movie__title {
  position: absolute;
  top: 7rem;
  left: 15.5rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  #movie .movie__title {
    top: 2.5rem;
    left: 2.5rem
  }
}

#movie .movie__title>h2 {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  letter-spacing: .03em;
  white-space: nowrap
}

@media (max-width:767px) {
  #movie .movie__title>h2 {
    font-size: 2rem
  }
}

#movie .movie__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 6rem 15.5rem 14.5rem
}

@media (max-width:767px) {
  #movie .movie__list {
    margin: 2.5rem 2.5rem 8rem
  }
}

#movie .movie__item {
  position: relative;
  width: 50%
}

@media (max-width:767px) {
  #movie .movie__item {
    width: 15rem
  }
}

#movie .movie__item a {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

#movie .movie__item--thumb {
  width: 23rem;
  margin-right: 4rem
}

@media (max-width:767px) {
  #movie .movie__item--thumb {
    width: 100%;
    margin-right: 0
  }
}

@media (max-width:767px) {
  #movie .movie__item--texts {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 1.5rem
  }
}

#movie .movie__item--texts>p {
  color: #343434;
  letter-spacing: .02em
}

@media (max-width:767px) {
  #movie .movie__item--texts>p {
    color: #fff
  }
}

#movie .movie__item--texts>p:first-child {
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1.625
}

@media (max-width:767px) {
  #movie .movie__item--texts>p:first-child {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.636
  }
}

#movie .movie__item--texts>p:nth-child(2) {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap
}

@media (max-width:767px) {
  #movie .movie__item--texts>p:nth-child(2) {
    padding-left: 2rem;
    font-size: 1.1rem
  }
}

#movie .movie__item--texts>p:nth-child(2):before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.8rem;
  height: .1rem;
  content: "";
  background-color: #343434
}

@media (max-width:767px) {
  #movie .movie__item--texts>p:nth-child(2):before {
    width: 1.5rem;
    background-color: #fff
  }
}

#movie .movie__heading {
  margin: 7rem 15.5rem
}

@media (min-width:768px) {
  #movie .movie__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
  }
}

@media (max-width:767px) {
  #movie .movie__heading {
    margin: 0 2.5rem 2.5rem
  }
}

#movie .movie__heading p {
  line-height: 1
}

@media (max-width:767px) {
  #movie .movie__heading p {
    line-height: 1.037;
    letter-spacing: .04em
  }
}

#movie .movie__heading .movie__headingTitle>p:first-child {
  margin-bottom: 1.2rem;
  font-size: 3.6rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 400;
  letter-spacing: .04em
}

@media (max-width:767px) {
  #movie .movie__heading .movie__headingTitle>p:first-child {
    margin-bottom: .9rem;
    font-size: 2.6rem
  }
}

#movie .movie__heading .movie__headingTitle>p:nth-child(2) {
  font-size: 6.6rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  letter-spacing: .02em
}

@media (max-width:767px) {
  #movie .movie__heading .movie__headingTitle>p:nth-child(2) {
    font-size: 5.4rem
  }
}

#movie .movie__heading .movie__headingText {
  font-size: 1.6rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.8
}

@media (max-width:767px) {
  #movie .movie__heading .movie__headingText {
    margin-top: 2.5rem;
    font-size: 1.1rem
  }
}

#main h1 {
  font-weight: 500;
}

#main .sectionType.-slider_image {
  position: relative
}

@media (max-width:767px) {
  #main .sectionType.-slider_image {
    margin-left: 6.1rem
  }
}

#main .sectionType.-slider_image .slider-next,
#main .sectionType.-slider_image .slider-prev {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 10rem;
  height: 100%;
  cursor: pointer
}

@media (max-width:767px) {

  #main .sectionType.-slider_image .slider-next,
  #main .sectionType.-slider_image .slider-prev {
    width: 3.5rem
  }
}

#main .sectionType.-slider_image .slider-next.-deactive,
#main .sectionType.-slider_image .slider-prev.-deactive {
  display: none
}

#main .sectionType.-slider_image .slider-prev {
  left: 0
}

@media (max-width:767px) {
  #main .sectionType.-slider_image .slider-prev {
    pointer-events: none
  }
}

#main .sectionType.-slider_image .slider-next {
  right: 0
}

#main .sectionType.-slider_image .features-info .features-infoContent.-headline .features-headline {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: .07em;
  white-space: pre-wrap
}

@media (max-width:767px) {
  #main .sectionType.-slider_image .features-info .features-infoContent.-headline .features-headline {
    margin-bottom: 2rem;
    font-size: 2rem
  }
}

#main .sectionType.-slider_image .features-info .features-infoContent.-headline .features-title {
  margin-bottom: 1.5rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
  font-size: 1.5rem
}

@media (max-width:767px) {
  #main .sectionType.-slider_image .features-info .features-infoContent.-headline .features-title {
    margin-bottom: 1.5rem
  }
}

#main .sectionType.-slider_image .features-infoWrap {
  margin-top: 4rem
}

#main .sectionType.-slider_image .note-swiper .features-infoWrap {
  margin-top: 2rem
}

@media (min-width:768px) {
  #main .sectionType.-slider_image .features-infoWrap {
    width: 100%;
    padding-right: 5rem;
    padding-left: 5rem;
    max-height: 23rem
  }
  #main .sectionType.-slider_image .features-infoWrap.-scroll {
    padding-right: 9.5rem;
    padding-bottom: 4.2rem;
  }

  #main .sectionType.-slider_image .note-swiper .features-infoWrap {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (max-width:767px) {
  #main .sectionType.-slider_image .features-infoWrap {
    margin-top: 3rem;
    max-height: 21.5rem;
  }
  #main .sectionType.-slider_image .features-infoWrap.-scroll {
    padding-bottom: 4.4rem;
  }
}

#main .sectionType.-slider_image .features-infoWrap .features-infoInner {
  width: 100%
}

@media (min-width:768px) {
  #main .sectionType.-slider_image .features-infoWrap .features-infoInner {
    height: 72rem
  }
}

@media (min-width:768px) {
  #main .sectionType.-slider_image .features-infoWrap .features-infoInner.-scroll {
    padding-right: 5.5rem;
    margin-right: -5.5rem
  }
}

@media (min-width:768px) {
  #main .sectionType.-slider_image .features-infoWrap .features-infoInner:not(.-scroll) {
    height: auto
  }
}

#main .sectionType.-slider_image .features-infoWrap .scrollbar-track-x {
  display: none !important
}

#main .sectionType.-slider_image .btnInfo {
  margin-top: 4rem
}

@media (max-width:767px) {
  #main .sectionType.-slider_image .btnInfo {
    margin-top: 2rem
  }
}

@media (min-width:768px) {
  #main .sectionType.-slider_image .swiper {
    padding-right: 19.5rem
  }
}

@media (max-width:767px) {
  #main .sectionType.-slider_image .swiper {
    padding-right: 2.5rem
  }
}

#main .sectionType.-slider_image .swiper-wrapper.-type01>.swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 52rem;
  height: auto !important;
  margin-right: 1rem
}

#main .sectionType.-slider_image .swiper-wrapper.note-swiper.-type01>.swiper-slide {
  width: 23.6rem;
}

@media (max-width:767px) {
  #main .sectionType.-slider_image .swiper-wrapper.-type01>.swiper-slide {
    width: 26rem;
    margin-right: 3rem
  }
  #main .sectionType.-slider_image .swiper-wrapper.note-swiper.-type01>.swiper-slide {
    width: 12.5rem;
    margin-right: 1rem;
  }
  #main .sectionType.-slider_image .swiper-wrapper.note-swiper.-type01>.swiper-slide .features-info {
    padding: 0;
  }
  #main .sectionType.-slider_image .swiper-wrapper.note-swiper.-type01>.swiper-slide .features-infoWrap {
    padding: 0;
  }
}

#main .sectionType.-slider_image .swiper-wrapper.-type01>.swiper-slide:last-child {
  margin-right: 0
}

@media (max-width:767px) {
  #main .sectionType.-slider_image .swiper-wrapper.-type01>.swiper-slide:last-child {
    margin-right: 0
  }
}

#main .sectionType.-slider_image .swiper-wrapper.-type01 .slider-image {
  width: 100%
}

#main .sectionType.-slider_image .swiper-wrapper.-type01 .slider-movie{
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

#main .sectionType.-slider_image .swiper-wrapper.-type01 .slider-image video {
  width: auto;
  height: 100%;
  max-width: inherit;
  max-height: 100%;
  transition: all .2s ease;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

#main .sectionType.-slider_image .swiper-slide .slider-image,
#main .sectionType.-slider_image .swiper-slide .slider-video {
  position: relative
}

@media (min-width:768px) {

  #main .sectionType.-slider_image .swiper-slide .slider-image,
  #main .sectionType.-slider_image .swiper-slide .slider-video {
    width: 72rem
  }
}

#main .sectionType.-slider_image .swiper-slide .slider-image svg,
#main .sectionType.-slider_image .swiper-slide .slider-video svg {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 6%;
  pointer-events: none;
  mix-blend-mode: difference;
  fill: #fff
}

@media (min-width:768px) {

  #main .sectionType.-slider_image .sliderColorNextImage,
  #main .sectionType.-slider_image .swiper-slide-next {
    transition-duration: .5s;
    transition-property: transform, opacity
  }
}

#main .sectionType.-slider_family .swiper-slide .slider-mask,
#main .sectionType.-slider_image .swiper-slide .slider-mask,
#main .sectionType.-slider_movie .swiper-slide .slider-mask,
#main .sectionType.-slider_text .swiper-slide .slider-mask {
  position: relative;
  overflow: hidden
}

#main .sectionType.-slider_family .swiper-slide .swiper-slideText,
#main .sectionType.-slider_image .swiper-slide .swiper-slideText,
#main .sectionType.-slider_movie .swiper-slide .swiper-slideText,
#main .sectionType.-slider_text .swiper-slide .swiper-slideText {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: .04em
}

@media (max-width:767px) {

  #main .sectionType.-slider_family .swiper-slide .swiper-slideText,
  #main .sectionType.-slider_image .swiper-slide .swiper-slideText,
  #main .sectionType.-slider_movie .swiper-slide .swiper-slideText,
  #main .sectionType.-slider_text .swiper-slide .swiper-slideText {
    margin-left: 2.4rem
  }
}

@media (min-width:768px) {

  #main .sectionType.-slider_family .swiper-slide .features-info,
  #main .sectionType.-slider_image .swiper-slide .features-info,
  #main .sectionType.-slider_movie .swiper-slide .features-info,
  #main .sectionType.-slider_text .swiper-slide .features-info {
    margin-top: 0
  }
}

@media (max-width:767px) {

  #main .sectionType.-slider_family .swiper-slide .features-info,
  #main .sectionType.-slider_image .swiper-slide .features-info,
  #main .sectionType.-slider_movie .swiper-slide .features-info,
  #main .sectionType.-slider_text .swiper-slide .features-info {
    max-height: 24rem;
    padding-right: 1.8rem
  }
}

#main .sectionType.-slider_family .swiper-slide .features-info.-scroll,
#main .sectionType.-slider_image .swiper-slide .features-info.-scroll,
#main .sectionType.-slider_movie .swiper-slide .features-info.-scroll,
#main .sectionType.-slider_text .swiper-slide .features-info.-scroll {
  width: auto;
  padding-right: 3rem;
  overflow-y: hidden
}

@media (max-width:767px) {

  #main .sectionType.-slider_family .swiper-slide .features-info.-scroll,
  #main .sectionType.-slider_image .swiper-slide .features-info.-scroll,
  #main .sectionType.-slider_movie .swiper-slide .features-info.-scroll,
  #main .sectionType.-slider_text .swiper-slide .features-info.-scroll {
    padding-right: 1.5rem;
    margin-right: 1.5rem
  }
}

#main .sectionType.-slider_family .swiper-slide .features-info.-scroll .features-infoScrollBar,
#main .sectionType.-slider_image .swiper-slide .features-info.-scroll .features-infoScrollBar,
#main .sectionType.-slider_movie .swiper-slide .features-info.-scroll .features-infoScrollBar,
#main .sectionType.-slider_text .swiper-slide .features-info.-scroll .features-infoScrollBar {
  position: absolute;
  top: 0;
  right: 0;
  width: .2rem;
  height: 100%;
  background-color: #dcdcdc
}

#main .sectionType.-slider_family .swiper-slide .features-info.-scroll .features-infoScrollBar .features-infoScrollBarTab,
#main .sectionType.-slider_image .swiper-slide .features-info.-scroll .features-infoScrollBar .features-infoScrollBarTab,
#main .sectionType.-slider_movie .swiper-slide .features-info.-scroll .features-infoScrollBar .features-infoScrollBarTab,
#main .sectionType.-slider_text .swiper-slide .features-info.-scroll .features-infoScrollBar .features-infoScrollBarTab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24%;
  background-color: #343434
}

#main .sectionType.-slider_family .swiper-slide .features-info:not(.-scroll) .features-infoScrollBar,
#main .sectionType.-slider_image .swiper-slide .features-info:not(.-scroll) .features-infoScrollBar,
#main .sectionType.-slider_movie .swiper-slide .features-info:not(.-scroll) .features-infoScrollBar,
#main .sectionType.-slider_text .swiper-slide .features-info:not(.-scroll) .features-infoScrollBar {
  display: none
}

#main .sectionType.-slider_family .slider-image,
#main .sectionType.-slider_image .slider-image {
  position: relative
}

#main .sectionType.-slider_family .slider-image img,
#main .sectionType.-slider_image .slider-image img,
#main .sectionType.-slider_movie img,
#main .sectionType.-slider_movie video {
  width: 100%;
  vertical-align: top
}

#main .sectionTypeTab {
  width: 126rem;
}

.features-indicator {
  z-index: 2;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem
}

@media (min-width:768px) {
  .features-indicator {
    position: fixed;
    right: 1.6rem;
    bottom: 1.6rem;
    transition-duration: .5s;
    transition-property: transform, opacity, visibility
  }
}

@media (max-width:767px) {
  .features-indicator {
    position: fixed;
    top: 60%;
    left: calc(2.4rem - 1px);
    transform: translateY(-50%)
  }
}

.features-indicator .features-indicatorItem {
  position: relative;
  display: flex;
  overflow: hidden
}

@media (min-width:768px) {
  .features-indicator .features-indicatorItem {
    flex-direction: row-reverse
  }
}

.features-indicator .features-indicatorItem .features-hitArea {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.features-indicator .features-indicatorItem .features-indicatorItemBullet {
  position: relative;
  z-index: 1;
  display: flex;
  width: 2px;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  background-color: #dcdcdc
}

.features-indicator .features-indicatorItem .features-indicatorItemBullet .features-page {
  display: block;
  width: 100%;
  background-color: #343434;
  transform-origin: top left
}

.features-indicator .features-indicatorItem .features-indicatorItemText {
  padding: .8rem 1rem;
  letter-spacing: .16em;
  pointer-events: none;
  transition-duration: .5s;
  transition-property: transform, font-size, background-color;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  .features-indicator .features-indicatorItem .features-indicatorItemText {
    height: 3rem;
    transition-duration: 1s
  }
}

.features-indicator .features-indicatorItem .features-indicatorItemText .-top {
  display: block
}

@media (min-width:768px) {
  .features-indicator .features-indicatorItem .features-indicatorItemText .-top {
    font-size: 1.4rem
  }
}

@media (min-width:768px) {
  .features-indicator .features-indicatorItem .features-indicatorItemText .-top.-hide {
    display: none
  }
}

.features-indicator .features-indicatorItem .features-indicatorItemText .-current {
  display: block
}

@media (min-width:768px) {
  .features-indicator .features-indicatorItem .features-indicatorItemText .-current {
    font-size: 1rem;
    text-align: right;
    white-space: pre-wrap
  }
}

@media (min-width:768px) {
  .features-indicator .features-indicatorItem .features-indicatorItemText .-current.-hide {
    display: none
  }
}

.features-indicator .features-indicatorItem+.features-indicatorItem {
  margin-top: 3px
}

@media (max-width:767px) {
  .features-indicator .features-indicatorItem:nth-last-of-type(2) .features-indicatorItemText {
    transition-delay: .1s
  }

  .features-indicator .features-indicatorItem:nth-last-of-type(3) .features-indicatorItemText {
    transition-delay: .2s
  }

  .features-indicator .features-indicatorItem:nth-last-of-type(4) .features-indicatorItemText {
    transition-delay: .3s
  }

  .features-indicator .features-indicatorItem:nth-last-of-type(5) .features-indicatorItemText {
    transition-delay: .4s
  }

  .features-indicator .features-indicatorItem:nth-last-of-type(6) .features-indicatorItemText {
    transition-delay: .5s
  }
}

@media (min-width:768px) {
  .features-indicator .features-indicatorItem:not(.-current) .features-indicatorItemText {
    transform: translateX(100%)
  }
}

@media (min-width:768px) {
  .features-indicator .features-indicatorItem:hover .features-indicatorItemText {
    transform: translateX(0)
  }
}

@media (max-width:767px) {
  .features-indicator.-close .features-indicatorItemText {
    transform: translateX(-100%)
  }
}

@media (max-width:767px) {
  .features-indicator:not(.-close) .features-hitArea {
    width: 100%
  }
}

.features-indicator:not(.-show) {
  opacity: 0;
  visibility: hidden
}

.features-sectionName {
  position: fixed;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 100vh;
  overflow: hidden
}

@media (max-width:767px) {
  .features-sectionName {
    width: 4.6rem;
    transition-duration: .5s;
    transition-property: transform, opacity
  }
}

.features-sectionName .features-sectionName__inner {
  position: absolute;
  top: 0;
  left: 2.4rem;
  z-index: 1;
  width: 100%;
  height: 100%
}

.features-sectionName .features-sectionName__items {
  margin-top: 5.5rem;
  font-size: 0;
  white-space: nowrap;
  pointer-events: none;
  transition-duration: .5s;
  transition-property: transform
}

.features-sectionName .features-sectionName__items .features-sectionName__item {
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.features-sectionName .features-sectionName__items .features-sectionName__item span {
  display: block;
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: translateX(-50%);
  letter-spacing: .1em;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  .features-sectionName:not(.-show) {
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden
  }
}

.sideInfo {
  position: fixed;
  z-index: 1200;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  transition-duration: .3s;
  transition-property: visibility, opacity;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

.sideInfo,
.sideInfo .slideInfoBg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.sideInfo .slideInfoBg {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, .4)
}

.sideInfo .slideInfoInner {
  z-index: 3;
  margin-top: 0;
  overflow-y: auto;
  background-color: #f4f4f4;
  box-shadow: 0 0 75px 14px rgba(0, 0, 0, .5);
  transition: transform .3s cubic-bezier(.25, .46, .45, .94)
}

@media (min-width:768px) {
  .sideInfo .slideInfoInner {
    position: relative;
    display: flex;
    align-items: center;
    width: 72.3rem;
    height: 100%
  }
}

@media (max-width:767px) {
  .sideInfo .slideInfoInner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%
  }
}

.sideInfo .slideInfoInner .slideInfoBtn {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 5rem;
  cursor: pointer;
  transform: translateY(-50%)
}

.sideInfo .slideInfoInner .slideInfoBtn .slideInfoBtn__arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #343434;
  border-left: 2px solid #343434;
  transform: rotate(45deg)
}

.sideInfo .slideInfoInner .infoContent {
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: .054em
}

.sideInfo .slideInfoInner .infoContent p{
  font-weight: bold;
}

@media (min-width:768px) {
  .sideInfo .slideInfoInner .infoContent {
    width: 32rem;
    padding: 5rem 0;
    margin-left: 7rem
  }
}

@media (max-width:767px) {
  .sideInfo .slideInfoInner .infoContent {
    padding: 4.2rem 2.6rem
  }
}

.sideInfo .slideInfoInner .infoContent .desc2Text,
.sideInfo .slideInfoInner .infoContent .descGradeText,
.sideInfo .slideInfoInner .infoContent .descText {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.72;
  color: #343434;
  text-indent: -1.5em;
  letter-spacing: .14em
}

@media (max-width:767px) {

  .sideInfo .slideInfoInner .infoContent .desc2Text,
  .sideInfo .slideInfoInner .infoContent .descGradeText,
  .sideInfo .slideInfoInner .infoContent .descText {
    letter-spacing: .03em
  }
}

.sideInfo .slideInfoInner .infoContent .descText:before {
  content: "※ "
}

.sideInfo .slideInfoInner .infoContent .desc2Text {
  padding-left: 1em;
  text-indent: -1em
}

.sideInfo .slideInfoInner .infoContent .desc2Text:before {
  content: "＊"
}

.sideInfo .slideInfoInner .infoContent .desc3Text:before {
  content: "■"
}

.sideInfo .slideInfoInner .infoContent .desc4Text:before {
  content: "●";
}

.sideInfo .slideInfoInner .infoContent .descGradeText {
  padding-left: 1em;
  text-indent: -1em
}

.sideInfo .slideInfoInner .infoContent .descGradeText:before {
  content: "＊"
}

.sideInfo.-open {
  visibility: visible;
  opacity: 1
}

@media (min-width:768px) {
  .sideInfo:not(.-open) .slideInfoInner {
    transform: translateX(-12rem)
  }
}

@media (max-width:767px) {
  .sideInfo:not(.-open) .slideInfoInner {
    transform: translateY(100%)
  }
}

.features-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw
}

@media (max-width:767px) {
  .features-fixed {
    position: absolute;
    z-index: 10
  }
}

.features-fixed.-sticky,
.features-fixed.-sticky .features-sectionName {
  position: absolute;
  top: auto;
  bottom: 0
}

.features-fixed.-sticky .features-indicator {
  position: absolute
}

@media (max-width:767px) {
  .features-fixed.-sticky .features-indicator {
    left: -1px
  }
}

@media (min-width:768px) {
  .features-introTitleHolder {
    position: absolute;
    top: 18.8rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 84rem);
    height: min(72rem, calc(100vh - 37.6rem));
    pointer-events: none
  }
}

.features-introTitleHolder .features-introTitle {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  font-size: 6.4rem;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .features-introTitleHolder .features-introTitle {
    transition-duration: .4s;
    transition-property: visibility, opacity
  }

  .features-introTitleHolder .features-introTitle.-hide {
    visibility: hidden;
    opacity: 0
  }
}

@media (max-width:767px) {
  .features-introTitleHolder .features-introTitle {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    font-size: 3rem;
    color: #fff
  }
}

.features-contentArea {
  overflow: hidden
}

@media (min-width:768px) {
  .features-contentArea {
    margin-left: 12rem;
    padding-top: 4rem;
    padding-bottom: 17.6rem;
  }
}

@media (max-width:767px) {
  .features-contentArea {
    padding-bottom: 12rem
  }
}

.mainVisual {
  display: flex;
  align-items: flex-start
}

.mainVisual:nth-child(2) {
  margin-top: 15rem;
}

@media (max-width:767px) {
  .mainVisual:nth-child(2) {
    margin-top: 8rem;
  }
}

.mainVisual .mainVisual__image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 72rem
}

.mainVisual .mainVisual__image img {
  width: 100%
}

@media (max-width:767px) {
  .mainVisual .mainVisual__image {
    position: relative
  }
}

.mainVisual .mainVisual__image video {
  width: 100%
}

.mainVisual .mainVisual__image svg {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 6%;
  pointer-events: none;
  mix-blend-mode: difference;
  fill: #fff
}

.mainVisual .mainVisual__Title {
  flex: 1 1
}

@media (min-width:768px) {
  .mainVisual .mainVisual__Title {
    display: flex;
    font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
    font-weight: 500 !important;
    font-size: 5.3rem;
    letter-spacing: .1em;
    width: calc(100% - 84rem);
    align-self: center;
    justify-content: center;
  }
}

@media (max-width:767px) {
  .featureMenu {
    margin-top: 4rem;
    margin-left: 4.8rem
  }

  .featureMenu .featureMenu__items .featureMenu__item {
    padding: .8rem 0;
    font-size: 1.4rem;
    letter-spacing: .16em
  }
}

.feature-heading {
  max-width: 1200px;
  padding: 0 5rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  margin-bottom: 4rem
}

.feature-heading.ad-heading{
  margin-bottom: 2rem;
}

#main .feature-heading p + p{
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 4rem;
  letter-spacing: .05em
}

@media (max-width:767px) {
  .feature-heading {
    margin-left: 6.1rem;
    margin-right: 2.9rem;
    margin-bottom: 4rem;
    padding: 0;
  }
  .feature-heading.ad-heading{
    margin-bottom: 2.7rem;
  }
  .feature-heading.feature-heading_noLead{
    margin-bottom: 2.5rem;
  }
}

.feature-heading>p {
  font-size: 3rem;
  line-height: 1.6;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  letter-spacing: .05em
}

.feature-heading>p.subtxt {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: .02em
}

@media (max-width:767px) {
  .feature-heading>p {
    font-size: 2rem;
    line-height: 1.5;
    font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
    font-weight: 700;
  }
  .feature-heading>p.subtxt,
  #main .feature-heading p + p{
    font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
    font-weight: 500;
  }
  #main .feature-heading p + p{
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .feature-heading>p.subtxt{
    font-size: 1.3rem;
    line-height: 1.76;
  }
}

#main .sectionBlock {
  margin-top: 15rem
}

#main .features-contentArea .sectionBlock > .sectionFeatures:first-child {
  margin-top: 0;
}

@media (max-width:767px) {
  #main .sectionBlock {
    margin-top: 12rem
  }
  #main .features-contentArea .sectionBlock:first-child {
    margin-top: 8rem;
  }
}

#main .sectionBlock .sectionFeatures {
  position: relative
}

@media (min-width:768px) {
  #main .sectionBlock .sectionFeatures {
    margin-top: 8rem
  }
  #main .sectionBlock #ad_02.sectionFeatures{
    margin-top: 7rem;
  }
  #main .sectionBlock .sectionFeatures.noteSliderSection {
    margin-top: 7rem
  }
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures {
    padding-top: 0;
    margin-top: 7rem
  }
  #main .sectionBlock .note-area + .sectionFeatures{
    margin-top: 2rem;
  }
}

@media (min-width:768px) {

  #main .sectionBlock .sectionFeatures .sectionType.-image,
  #main .sectionBlock .sectionFeatures .sectionType.-movie {
    display: flex
  }
}

@media (min-width:768px) {

  #main .sectionBlock .sectionFeatures .sectionType.-slider_family .swiperHolder .features-info,
  #main .sectionBlock .sectionFeatures .sectionType.-slider_text .swiperHolder .features-info {
    max-height: 36rem
  }
}

#main .sectionBlock .sectionFeatures .featurePic {
  position: relative
}

#main .sectionBlock .sectionFeatures .featurePic img,
#main .sectionBlock .sectionFeatures .featurePic video {
  width: 100%
}

@media (min-width:768px) {
  #main .sectionBlock .sectionFeatures .featurePic {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    flex-shrink: 0;
    align-self: flex-start;
    width: 72rem
  }
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .featurePic {
    margin-bottom: 4rem;
    margin-left: 4.6rem
  }
}

#main .sectionBlock .sectionFeatures .featurePic>svg {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 6%;
  pointer-events: none;
  mix-blend-mode: difference;
  fill: #fff
}

#main .sectionBlock .sectionFeatures .featurePic .featureVideo__sound {
  position: absolute;
  right: 1.3rem;
  bottom: 1.3rem;
  width: 6%;
  cursor: pointer
}

#main .sectionBlock .sectionFeatures .featurePic .featureVideo__sound>svg {
  width: 100%;
  fill: #fff
}

#main .sectionBlock .sectionFeatures .featurePic .featureVideo__sound.-on .featureVideo__soundOff,
#main .sectionBlock .sectionFeatures .featurePic .featureVideo__sound:not(.-on) .featureVideo__soundOn {
  display: none
}

@media (min-width:768px) {
  #main .sectionBlock .sectionFeatures .featureSet {
    display: flex;
    align-items: center;
    width: 41rem;
    padding-left: 9rem
  }
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .featureSet {
    margin-right: 2.9rem;
    margin-left: 6.1rem
  }
}

#main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-title {
  position: static;
  margin-top: 0;
  margin-bottom: 3.3rem;
  font-size: 4.2rem;
  line-height: 1.19;
  letter-spacing: .05em;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

#main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-title span {
  font-size: 3.8rem;
  letter-spacing: .05em;
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-title {
    margin-bottom: 4rem;
    font-size: 5.2rem;
    line-height: 1.05;
    letter-spacing: .05em
  }
  #main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-title span {
    font-size: 3.4rem;
    letter-spacing: .02em;
  }
}

#main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-text {
  height: auto;
  margin-bottom: 3.4rem;
  font-size: 2.2rem;
  line-height: 1.54;
  letter-spacing: .05em;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

/* @media (min-width:768px) {
  #main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-text {
    white-space: nowrap
  }
} */

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-text {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .05em
  }
}

#main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-caption {
  font-size: 1.4rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: .05em
}

#main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-caption + .features-infomation {
  margin-top: 3.6rem;
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-caption {
    font-size: 1.3rem;
    line-height: 1.769;
    letter-spacing: .02em
  }
  #main .sectionBlock .sectionFeatures .featureSet .features-infoWrap .features-info .features-caption + .features-infomation {
    margin-top: 1.5rem;
  }
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info {
  width: 100%;
  color: #343434
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-titleParent.-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem
  }
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-titleParent.-info .features-title {
    max-width: 22rem;
    margin-bottom: 0
  }
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-titleParent.-info .btnInfo {
    margin-top: 0;
    margin-right: 0
  }
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-title {
  font-size: 2rem;
  line-height: 1.3;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-title + .features-text {
  margin-top: 2.5rem;
}

#main .sectionBlock .sectionFeatures .swiper-slide .features-infoWrap .features-info .features-title span{
  font-size: 1.6rem;
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .more-txt {
  position: absolute;
  bottom: 0;
  right: 5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .more-txt:before {
  content: "";
  display: inline-block;
  margin-right: 0.8rem;
  width: 2.25rem;
  height: 1px;
  background: #343434;
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-title {
    line-height: 1.52;
    font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-title + .features-text {
    margin-top: 2rem;
  }

  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .more-txt {
    right: 0;
    font-size: 1.4rem;
  }

  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .more-txt:before {
    width: 3rem;
  }
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-text {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: .05em;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-text {
    font-size: 1.3rem;
    line-height: 1.76
  }
  #main .sectionBlock .sectionFeatures .note-swiper .features-infoWrap .features-info .features-text {
    font-size: 1.1rem;
    line-height: 1.54
  }
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-text a {
  text-decoration: underline
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textDefault,
#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textOption,
#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textSettings {
  font-size: 1.2rem;
  line-height: 2.1;
  color: #343434;
  letter-spacing: .03em;
  white-space: pre-wrap
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textDefault:before,
#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textOption:before,
#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textSettings:before {
  display: block;
  margin-bottom: .5rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: .1em;
  content: "メーカーオプション"
}

@media (max-width:767px) {

  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textDefault:before,
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textOption:before,
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textSettings:before {
    margin-bottom: .4rem
  }
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textDefault {
  margin-top: 3.9rem
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textDefault:before {
  content: "標準装備"
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textDefault {
    margin-top: 2.5rem
  }
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textSettings {
  margin-top: 2.4rem
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textSettings:before {
  content: "設定あり"
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textSettings {
    margin-top: 1.5rem
  }
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textOption {
  margin-top: 2.4rem
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textOption:before {
  content: "メーカーオプション"
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-info .features-textOption {
    margin-top: 1.5rem
  }
}

#main .sectionBlock .sectionFeatures .features-infoWrap .features-extraInfoHolder {
  margin-top: 10rem
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infoWrap .features-extraInfoHolder {
    margin-top: 3.2rem
  }
}

/* @media (min-width:768px) {
  #main .sectionBlock .sectionFeatures .features-infomation {
    padding-left: 4rem;
    padding-right: 4rem
  }
} */

#main .sectionBlock .sectionFeatures .features-infomation .btnInfo {
  margin-top: 2rem;
  margin-left: 0;
}

@media (min-width:768px) {
  #info .info {
    margin-bottom: -4rem
  }
}

@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .features-infomation .btnInfo {
    margin-top: 1.5rem;
  }
}

#info .info__wrapper {
  margin-top: 14rem
}

@media (min-width:768px) {
  #info .info__wrapper {
    width: 105rem
  }
}

@media (max-width:767px) {
  #info .info__wrapper {
    width: auto;
    margin-left: 5rem;
    margin-right: 2.5rem;
    margin-top: 11rem
  }
}

#info .info__title {
  padding-left: 2rem;
  margin-bottom: 2rem
}

@media (max-width:767px) {
  #info .info__title {
    padding-left: 0;
    margin-bottom: 1.4rem
  }
}

#info .info__title>h2 {
  font-size: 2rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em
}

@media (max-width:767px) {
  #info .info__title>h2 {
    font-size: 1.4rem;
    letter-spacing: .02em;
    line-height: 1.6
  }
}

#info .info__row {
  display: flex;
  align-items: center;
  height: 7rem;
  padding-left: 1.5rem;
  border-bottom: .1rem solid #dcdcdc
}

@media (min-width:768px) {
  #info .info__row {
    justify-content: space-between
  }
}

#info .info__row:first-child {
  border-top: .1rem solid #dcdcdc
}

#info .info__names {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: .1rem solid #dcdcdc;
  border-bottom: .1rem solid #dcdcdc
}

#info .info__name {
  width: 20%;
  height: 3.7rem;
  display: flex;
  align-items: center
}

@media (min-width:768px) {
  #info .info__name {
    justify-content: center
  }
}

@media (max-width:767px) {
  #info .info__name {
    width: 11rem;
    padding: 0
  }
}

#info .info__name>p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  letter-spacing: .02em;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  #info .info__name>p {
    text-align: left
  }
}

#info .info__details {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width:767px) {
  #info .info__details {
    border-bottom: .1rem solid #dcdcdc
  }
}

#info .info__detail {
  position: relative;
  display: flex;
  align-items: center
}

@media (min-width:768px) {
  #info .info__detail {
    height: 11.4rem;
    width: 20%;
    justify-content: center
  }
}

@media (max-width:767px) {
  #info .info__detail {
    padding: 0
  }
}

#info .info__detail>p {
  position: relative;
  font-size: 3rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap
}

@media (max-width:767px) {
  #info .info__detail>p {
    font-size: 2.6rem;
    text-align: left
  }
}

#info .info__detail>p:nth-child(2) {
  margin-left: 2.5rem
}

@media (max-width:767px) {
  #info .info__detail>p:nth-child(2) {
    margin-left: 1.7rem
  }
}

#info .info__detail>p>span {
  font-size: 2rem
}

@media (max-width:767px) {

  #info .info__detail>p>span,
  #info .info__detail>p>span.info__about {
    font-size: 1.8rem
  }
}

#info .info__detail>p>span.info__asterisk {
  vertical-align: super
}

#info .info__detail>p>span.info__asterisk,
#info .info__detail>p>span.info__upper {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  font-size: 1rem
}

#info .info__detail>p>span.info__upper {
  letter-spacing: .02em
}

@media (min-width:768px) {
  #info .info__detail>p>span.info__upper {
    position: absolute;
    bottom: calc(100% + .6rem);
    left: 0
  }
}

@media (max-width:767px) {
  #info .info__detail>p>span.info__upper {
    display: block;
    margin-bottom: .3rem
  }
}

#info .info__detail>.btnInfo {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: .5em;
  margin-right: -1.8rem
}

@media (min-width:768px) {
  #gallery {
    padding-bottom: 4rem
  }
}

#gallery .gallery__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15rem
}

@media (max-width:767px) {
  #gallery .gallery__main {
    flex-direction: column;
    margin-left: 2.5rem;
    margin-bottom: 9rem
  }
}

#gallery .gallery__title {
  position: relative;
  width: 19.5rem
}

@media (max-width:767px) {
  #gallery .gallery__title {
    width: auto;
    margin-bottom: 2rem
  }
}

#gallery .gallery__title>h2 {
  position: absolute;
  top: 0;
  right: 3.7rem;
  font-size: 5rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed
}

@media (max-width:767px) {
  #gallery .gallery__title>h2 {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: .02em;
    position: static;
    -webkit-writing-mode: rl-tb;
    -ms-writing-mode: rl-tb;
    writing-mode: rl-tb
  }
}

#gallery .gallery__swiper {
  width: calc(100% - 19.5rem);
  padding-right: 19.5rem
}

@media (max-width:767px) {
  #gallery .gallery__swiper {
    width: 100%;
    padding-right: 2.5rem
  }
}

.swiper-wrapper {
  margin-bottom: 5.2rem;
}

.swiper-scrollbar-lock .swiper-wrapper{
  margin-bottom: 0;
}

@media (max-width:767px) {
  .swiper-wrapper {
    margin-bottom: 3.2rem
  }
}

#gallery .gallery__swiper .swiper-slide {
  width: 105rem;
  margin-right: 1rem
}

@media (max-width:767px) {
  #gallery .gallery__swiper .swiper-slide {
    width: 30rem;
    margin-right: 2.5rem
  }
}

.swiper-scrollbar {
  left: auto !important;
  right: 19.5rem !important;
  bottom: 0 !important;
  width: 105.8rem !important;
  height: 2px !important;
  background-color: #dcdcdc
}

@media (max-width:767px) {
  .swiper-scrollbar {
    right: 2.5rem !important;
    width: calc(100% - 2.5rem) !important;
  }
}

.swiper-scrollbar-drag {
  background-color: #343434
}

#gallery .gallery__movie {
  position: relative;
  cursor: pointer;
  margin: 0 4rem 8rem
}

@media (max-width:767px) {
  #gallery .gallery__movie {
    margin: 0 0 2rem
  }
}

@media (min-width:768px) {
  #gallery .gallery__movie--texts {
    position: absolute;
    top: 6rem;
    left: 7rem
  }
}

@media (max-width:767px) {
  #gallery .gallery__movie--textsHead {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem
  }
}

#gallery .gallery__movie--textsHead>p {
  color: #fff
}

#gallery .gallery__movie--textsHead>p:first-child {
  font-size: 8rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .02em
}

@media (max-width:767px) {
  #gallery .gallery__movie--textsHead>p:first-child {
    font-size: 4.4rem
  }
}

#gallery .gallery__movie--textsHead>p:nth-child(2) {
  margin-bottom: 2.65rem;
  font-size: 4.4rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1
}

@media (max-width:767px) {
  #gallery .gallery__movie--textsHead>p:nth-child(2) {
    margin-bottom: 2.4rem;
    font-size: 2.4rem
  }
}

#gallery .gallery__movie--textsBody {
  color: #fff;
  font-size: 1.7rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 400;
  line-height: 2
}

@media (max-width:767px) {
  #gallery .gallery__movie--textsBody {
    font-size: 1.2rem;
    line-height: 1.833;
    position: absolute;
    bottom: 1.5rem;
    left: 2.5rem
  }
}

#gallery .gallery__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.1rem;
  transform: translate(-50%, -50%)
}

@media (max-width:767px) {
  #gallery .gallery__play {
    width: 4rem
  }
}

#gallery .gallery__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 19.5rem;
  margin-bottom: 15rem
}

@media (max-width:767px) {
  #gallery .gallery__container {
    flex-direction: column;
    padding: 0 0 0 2.5rem;
    margin-bottom: 8rem
  }
}

#gallery .gallery__videos {
  position: relative;
  width: 100%;
  padding-right: 19.5rem
}

@media (max-width:767px) {
  #gallery .gallery__videos {
    padding-right: 9rem
  }
}

#gallery .gallery__videos .swiper-wrapper {
  margin-bottom: 4rem
}

@media (max-width:767px) {
  #gallery .gallery__videos .swiper-wrapper {
    margin-bottom: 3rem
  }
}

#gallery .gallery__videos .swiper-slide {
  width: 52.5rem;
  margin-right: 1rem
}

@media (max-width:767px) {
  #gallery .gallery__videos .swiper-slide {
    width: 26rem;
    margin-right: 2rem
  }
}

#gallery .gallery__videos .swiper-slide:last-child {
  margin-right: 0
}

@media (max-width:767px) {
  #gallery .gallery__videos .swiper-slide:last-child {
    margin-right: 0
  }
}

#gallery .gallery__videos .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 105rem;
  height: 2px;
  background-color: #dcdcdc
}

@media (max-width:767px) {
  #gallery .gallery__videos .swiper-scrollbar {
    width: 32.5rem;
    margin-right: 5rem
  }
}

#gallery .gallery__videos .swiper-scrollbar-drag {
  background-color: #343434
}

#gallery .gallery__image,
#gallery .gallery__link {
  position: relative
}

@media (min-width:768px) {
  #gallery .gallery__link {
    margin-bottom: 1.5rem
  }
}

@media (max-width:767px) {
  #gallery .gallery__link {
    margin-bottom: 2rem
  }
}

#gallery .gallery__name {
  margin-top: 1.5rem
}

#gallery .gallery__name>p {
  font-size: 1.8rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em
}

@media (max-width:767px) {
  #gallery .gallery__name>p {
    font-size: 1.4rem
  }
}

#gallery .gallery__press {
  position: relative;
  margin: 0 19.5rem 15rem
}

@media (max-width:767px) {
  #gallery .gallery__press {
    margin: 0 2.5rem 8rem
  }
}

#gallery .gallery__press--text {
  position: absolute;
  bottom: 5.3rem;
  left: 6.4rem
}

@media (max-width:767px) {
  #gallery .gallery__press--text {
    bottom: 2.5rem;
    left: 2.5rem
  }
}

#gallery .gallery__press--text>p {
  color: #fff;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

#gallery .gallery__press--text>p:first-child {
  margin-bottom: 1.3rem;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: .03em
}

@media (max-width:767px) {
  #gallery .gallery__press--text>p:first-child {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.625
  }
}

#gallery .gallery__press--text>p:nth-child(2) {
  position: relative;
  padding-left: 3.4rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .02em
}

@media (max-width:767px) {
  #gallery .gallery__press--text>p:nth-child(2) {
    padding-left: 2.2rem;
    font-size: 1.2rem
  }
}

#gallery .gallery__press--text>p:nth-child(2):before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: .1rem;
  content: "";
  background-color: #fff
}

@media (max-width:767px) {
  #gallery .gallery__press--text>p:nth-child(2):before {
    width: 1.8rem
  }
}

#gallery .gallery__news {
  position: relative;
  margin: 0 4rem
}

@media (max-width:767px) {
  #gallery .gallery__news {
    margin: 0
  }
}

#gallery .gallery__news--name {
  position: absolute;
  top: 6.2rem;
  left: 5.1rem
}

@media (max-width:767px) {
  #gallery .gallery__news--name {
    top: 3.9rem;
    left: 1.6rem
  }
}

#gallery .gallery__news--name>p {
  color: #fff;
  font-size: 3.2rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed
}

@media (max-width:767px) {
  #gallery .gallery__news--name>p {
    font-size: 1.8rem
  }
}

#gallery .gallery__news--text {
  position: absolute;
  top: 6.2rem;
  right: 6.7rem
}

@media (max-width:767px) {
  #gallery .gallery__news--text {
    top: 4.8rem;
    left: 9rem
  }
}

#gallery .gallery__news--text>p {
  font-size: 3.2rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  line-height: 1.5625;
  color: #fff;
  letter-spacing: .05em;
  font-feature-settings: "palt"
}

@media (max-width:767px) {
  #gallery .gallery__news--text>p {
    font-size: 1.6rem;
    line-height: 1.625;
    white-space: nowrap
  }
}

#gallery .gallery__news--text>p:nth-child(2) {
  position: relative;
  padding-left: 3.4rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .02em;
  margin-top: 1rem
}

@media (max-width:767px) {
  #gallery .gallery__news--text>p:nth-child(2) {
    padding-left: 2.2rem;
    font-size: 1.2rem
  }
}

#gallery .gallery__news--text>p:nth-child(2):before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: .1rem;
  content: "";
  background-color: #fff
}

@media (max-width:767px) {
  #gallery .gallery__news--text>p:nth-child(2):before {
    width: 1.8rem
  }
}

#gallery .gallery__news--date {
  position: absolute;
  bottom: 5.8rem;
  left: 5.5rem
}

@media (max-width:767px) {
  #gallery .gallery__news--date {
    bottom: 4rem;
    left: 1.8rem
  }
}

#gallery .gallery__news--date>p {
  font-size: 1.8rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed
}

@media (max-width:767px) {
  #gallery .gallery__news--date>p {
    font-size: 1rem
  }
}

#gallery .gallery__banner {
  position: relative;
  margin: 4rem 4rem 0
}

@media (max-width:767px) {
  #gallery .gallery__banner {
    margin: 0
  }
}

.movie {
  padding-bottom: 12rem
}

@media (max-width:767px) {
  .movie {
    padding-bottom: 10rem
  }
}

.movie .movieTitle {
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: .1em
}

@media (max-width:767px) {
  .movie .movieTitle {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 4rem
  }
}

.movie .movieCategories .movieCategory:not(:first-of-type) {
  margin-top: 10rem
}

@media (max-width:767px) {
  .movie .movieCategories .movieCategory:not(:first-of-type) {
    margin-top: 7rem
  }
}

.movie .movieCategories .movieCategory .movieCategory__title {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: .05em
}

@media (max-width:767px) {
  .movie .movieCategories .movieCategory .movieCategory__title {
    font-size: 2.2rem
  }
}

.movie .movieCategories .movieCategory .movieCategoryList {
  position: relative;
  margin-top: 2rem
}

@media (max-width:767px) {
  .movie .movieCategories .movieCategory .movieCategoryList {
    padding-right: 8.3rem;
    margin-top: 1rem
  }
}

.movie .movieCategories .movieCategory .movieCategoryList .slider-next,
.movie .movieCategories .movieCategory .movieCategoryList .slider-prev {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 10rem;
  height: 100%;
  cursor: pointer
}

@media (max-width:767px) {

  .movie .movieCategories .movieCategory .movieCategoryList .slider-next,
  .movie .movieCategories .movieCategory .movieCategoryList .slider-prev {
    width: 2rem
  }
}

.movie .movieCategories .movieCategory .movieCategoryList .slider-next.-deactive,
.movie .movieCategories .movieCategory .movieCategoryList .slider-prev.-deactive {
  display: none
}

.movie .movieCategories .movieCategory .movieCategoryList .slider-next {
  right: 0
}

.movie .movieCategories .movieCategory .movieCategoryList .slider-prev {
  left: 0
}

.movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem {
  width: 50rem;
  margin-right: 1rem
}

@media (max-width:767px) {
  .movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem {
    width: 26rem;
    margin-right: .2rem
  }
}

.movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem .movieCategoryItemThumbnail {
  position: relative;
  cursor: pointer;
  background-color: #000
}

.movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem .movieCategoryItemThumbnail img {
  width: 100%
}

.movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem .movieCategoryItemThumbnail svg {
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  z-index: 10;
  width: 5rem;
  height: 5rem
}

@media (max-width:767px) {
  .movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem .movieCategoryItemThumbnail svg {
    top: calc(50% - 1.25rem);
    left: calc(50% - 1.25rem);
    width: 2.5rem;
    height: 2.5rem
  }
}

.movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem .movieCategoryItemThumbnail .movieCategoryItem__time {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff
}

.movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem .movieCategoryItem__text {
  margin-top: 2rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: .1em;
  white-space: pre-wrap
}

@media (max-width:767px) {
  .movie .movieCategories .movieCategory .movieCategoryList ul .movieCategoryItem .movieCategoryItem__text {
    font-size: 1.4rem
  }
}

.movieModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow-y: scroll;
  background-color: #343434;
  transition-duration: .5s;
  transition-property: visibility, opacity
}

.movieModal .movieModalContent {
  margin: auto
}

@media (min-width:768px) {
  .movieModal .movieModalContent {
    width: calc(100% - 24rem)
  }
}

@media (max-width:767px) {
  .movieModal .movieModalContent {
    width: 100%
  }
}

.movieModal .movieModalContent .movieModal_close {
  position: relative;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: auto;
  cursor: pointer
}

@media (max-width:767px) {
  .movieModal .movieModalContent .movieModal_close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 2.5rem;
    height: 2.5rem
  }
}

.movieModal .movieModalContent .movieModal_close:after,
.movieModal .movieModalContent .movieModal_close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-color: #fff;
  transform: rotate(45deg)
}

.movieModal .movieModalContent .movieModal_close:before {
  width: 100%;
  height: 1px
}

.movieModal .movieModalContent .movieModal_close:after {
  width: 1px;
  height: 100%
}

.movieModal .movieModalContent .movieModal_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 3rem
}

.movieModal .movieModalContent .movieModal_embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.movieModal:not(.-show) {
  visibility: hidden;
  opacity: 0;
  transition-duration: .25s
}

.btnInfo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-left: 0;
  width: 3.2rem;
  height: 3.2rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  font-size: 0;
  cursor: pointer;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1)
}

@media (min-width:768px) {
  .ad_info{
    margin-left: 5rem;
    margin-top: 5.5rem;
  }
}

@media (max-width:767px) {
  .btnInfo {
    margin-top: 1.5rem;
  }
}

.btnInfo span{
  font-size: 1.2rem;
  line-height: 2.16;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
  color: #000;
}

.btnInfo:before {
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  content: "";
  background-image: url(/common/v4/img/icon/icon-info.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transform: translate(-50%, -50%)
}

.btnInfo:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block
}

.swiper-slide .features-infomation{
  padding: 0 5rem;
}

@media (max-width:767px) {
  .swiper-slide .features-infomation{
    padding: 0;
  }
}

.txtbtn.btnInfo{
  padding-left: 4.2rem;
  width: auto;
  height: auto;
  min-height: 3.2rem;
}

.lineup .btnInfo{
  padding-left: 4.2rem;
  width: auto;
  height: auto;
  min-height: 3.2rem;
}

.kv__note .btnInfo{
  margin-top: 0;
}

.txtbtn.btnInfo:before{
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.kv__note .btnInfo{
  padding-left: 5.2rem;
  width: auto;
  height: 100%;
  min-height: 3.2rem;
}

.kv__note .btnInfo:before{
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.kv__note .btnInfo span{
  font-size: 1.5rem;
  line-height: 1.46;
  color: #fff;
  text-align: left;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
}

@media (max-width:767px) {
  .kv__note .btnInfo {
    padding-left: 4.7rem;
  }
  .kv__note .btnInfo span{
    font-size: 1.2rem;
    line-height: 1.66;
  }
  .btnInfo span{
    text-align: left;
  }
  .sectionType + .features-infomation{
    padding-left: 6.1rem;
    padding-right: 2.9rem;
    margin-top: 3rem;
  }
}

.arrowLeft{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block
}

.arrowLeft {
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #343434;
  border-left: 2px solid #343434;
  transition-duration: .3s;
  transition-property: opacity, visibility;
  transform: rotate(45deg) translate(-50%, -50%)
}

.scrollbar-track {
  background-color: #dcdcdc
}

.scrollbar-track .scrollbar-thumb {
  background-color: #343434
}

.scrollbar-track.scrollbar-track-x {
  position: relative;
  height: .2rem
}

@media (max-width:767px) {
  .scrollbar-track.scrollbar-track-x {
    margin-top: 4rem
  }
}

.scrollbar-track.scrollbar-track-x .scrollbar-thumb-x {
  height: 100%
}

.scrollbar-track.scrollbar-track-y {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%
}

@media (max-width:767px) {
  .scrollbar-track.scrollbar-track-y {
    width: 1px
  }
}

.scrollbar-track.scrollbar-track-y .scrollbar-thumb {
  width: 100%;
  border-radius: 0
}

:root {
  --fontFamily-Nobel: Nobel-Book, Meiryo, sans-serif;
  --fontFamily-NobelRegular: Nobel-Regular, Meiryo, sans-serif;
  --fontFamily-NobelBold: Nobel-Bold, Meiryo, sans-serif;
  --fontFamily-lexus: Nobel-Regular, LexusRodinPro-DB, Meiryo, sans-serif;
  --fontFamily-lexus: Nobel-Book, Nobel-Regular, LexusRodinPro-DB, Meiryo, sans-serif;
  --fontFamily-lexusB: Nobel-Bold, LexusRodinPro-B, Meiryo, sans-serif;
  --fontFamily-lexusDB: Nobel-Regular, LexusRodinPro-DB, Meiryo, sans-serif;
  --fontFamily-lexusM: Nobel-Book, LexusRodinPro-M, Meiryo, sans-serif
}

body {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 400;
}

#main p {
  margin: 0
}

main#main.main {
  color: #343434;
  background-color: #f4f4f4
}

main#main.main section {
  margin: 0
}

main#main.main img {
  width: 100%
}

.-informationTexts {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  display: none !important
}

.js-movie {
  cursor: pointer
}

.-nobelBold {
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
}

.sidenav .sidenavInner .sidenavHolder .sidenavHolder__topLink h1 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    letter-spacing: .12em;
    font-size: 1.2rem;
    font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
    font-weight: 500;
}

@media (max-width:767px) {
  .sidenavHead .sidenavHead__modelName{
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.lineup{
  width: 120rem;
  margin-top: 12rem;
  padding: 0 5rem;
}

.lineup h3{
  font-size: 1.8rem;
  line-height: 1.44;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #DCDCDC;
}

.lineup .lineup-inner{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.lineup .lineup-inner div{
  position: relative;
  width: 25rem;
  margin-right: 3.3rem;
  margin-bottom: 3rem;
}

.lineup .lineup-inner div:nth-child(4n){
  margin-right: 0;
}

.lineup .lineup-inner div p{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3rem;
  line-height: 1;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  .lineup{
    width: 100%;
    margin-top: 7rem;
    padding: 0 5.6rem 0 6.1rem;
  }
  .lineup.lineup_under_info{
    margin-top: 5rem;
  }
  .lineup .lineup-inner{
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .lineup .lineup-inner div{
    width: calc(50% - 1rem);
    padding-top: 2.5rem;
    margin-bottom: 1rem;
    margin-right: 0 !important;
  }
  .lineup h3{
    padding-bottom: .6rem;
    font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
    font-weight: 700;
  }
}


.note-area{
  margin-top: 12rem;
}

.note-area h3{
  font-size: 3rem;
  line-height: 1.6;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  padding-bottom: 1.6rem;
  text-align: center;
}

.note-area .movie-image{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.note-area .movie__play{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
}

@media (max-width:767px) {
  .note-area{
    margin-top: 7rem;
    padding-left: 6.1rem;
    padding-right: 2.9rem;
  }
  .note-area h3{
    font-size: 1.8rem;
    text-align: left;
    padding-bottom: 1.2rem;
  }
}

.features-table{
  margin-top: 20rem;
  width: 120rem;
  padding: 0 5rem;
}

.features-table h3{
  font-size: 3.2rem;
  line-height: 1.56;
  letter-spacing: .02em;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

.features-table table{
  width: 100%;
  margin-top: 1.6rem;
}

.features-table table th,
.features-table table td{
  border: 1px solid #DCDCDC;
  vertical-align: middle;
  text-align: center;
  padding: 2.4rem 2rem;
}

.features-table table td{
  font-size: 1.4rem;
  line-height: 1.57;
}

.features-table table th:first-child,
.features-table table td:first-child{
  border-left: none;
}

.features-table table th:last-child,
.features-table table td:last-child{
  border-right: none;
}

.features-table table tr:first-child td{
  width: 17.09%;
}

.features-table table tr:first-child th:nth-child(2){
  width: 26.45%;
}

.features-table table tr:first-child th:nth-child(3){
  width: 22.91%;
}

.features-table table tr:first-child th:nth-child(4){
  width: 21.91%;
}

.features-table table tr:first-child th:nth-child(5){
  width: 11.64%;
  padding-left: 2px;
}

.features-table table tr:first-child th,
.features-table table tr:first-child td{
  padding: 1.8rem 0;
}

.features-table table tr:first-child th{
  font-size: 1.4rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
}

.features-table table .table-txt{
  display: inline-block;
  text-align: left;
}

.features-table table .subttl{
  font-size: 1.8rem;
  line-height: 1.16;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 700;
  text-align: center;
}

.features-table table .subttl span{
  font-size: 1.6rem;
}

.features-table table .model{
  font-size: 2.2rem;
  line-height: 1;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
}

.features-table table .features-txt{
  width: 100%;
}

.features-table table .operate-txt{
  font-size: 1.2rem;
  line-height: 1.83;
}

@media (max-width:767px) {
  .features-table{
    margin-top: 7rem;
    width: 100%;
    padding-left: 6.1rem;
    padding-right: 0;
  }
  .features-table-inner{
    width: 67.5rem;
    padding-right: 2.5rem;
  }
  .features-table table{
    width: 100%;
  }
  .features-table table th,
  .features-table table td{
    padding: 2.8rem 2rem;
  }
  .features-table table tr:first-child th,
  .features-table table tr:first-child td{
    padding: 1rem 0;
  }
  .features-table table tr:first-child th{
    font-size: 1.2rem;
    line-height: 1.83;
  }
  .features-table table td,
  .features-table table .operate-txt{
    font-size: 1.1rem;
    line-height: 1.54;
  }
  .features-table table .subttl,
  .features-table table .subttl span {
    font-size: 1.4rem;
    line-height: 1.28;
    text-align: left;
  }
  .features-table table tr:first-child td{
    width: 14.46%;
  }
  .features-table table tr:first-child th:nth-child(2){
    width: 21.69%;
  }
  .features-table table tr:first-child th:nth-child(3){
    width: 22.15%;
  }
  .features-table table tr:first-child th:nth-child(4){
    width: 24.62%;
  }
  .features-table table tr:first-child th:nth-child(5){
    width: 17.08%;
  }
  .features-table h3{
    font-size: 2.2rem;
    line-height: 1.36;
    padding-right: 2.9rem;
    font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
    font-weight: 700;
  }
  .features-table h3 span{
    font-size: 1.4rem;
  }
  .features-table table .fixed{
    position: sticky;
    left: 0;
    background:#F4F4F4;
    border-right: none;
    border-bottom: none;
  }
  .features-table table .fixed:before{
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #DCDCDC;
  }
  .features-table table .fixed:after{
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
  }
}

@media (max-width:767px) {
  .scroll__inner {
    padding: 0 0 4.2rem 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scroll__inner::-webkit-scrollbar {
    display: none;
  }
  .simplebar-scrollbar::before {
    background: #000;
    border-radius: 0;
    top: -2px !important;
    height: 2px !important;
  }
  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .simplebar-track {
    background: #dcdcdc;
    height: 2px !important;
    width: calc(100% - 2.5rem)!important;

  }
  .simplebar-track.simplebar-horizontal{
    left: auto !important;
    right: 2.5rem !important;
  }
  .simplebar-content-wrapper::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
}

@media (min-width:768px) {
  .scrollbar-thumb,
  .scrollbar-track.scrollbar-track-y{
    right: 4.8rem !important;
  }
}

/**===============================================================================
ssaver
===============================================================================**/
@keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@media (min-width:768px) {
  #main .sectionBlock .notes {
    width: 126rem;
  
  }
  #main .sectionBlock p.text {
    border: 1px solid #000;
    text-align: center;
    width: 75rem;
    margin: 0 auto 0 20rem;
    padding: 20px 20px;
    font-size: 1.2em;
    line-height: 2em;
  }
}

@media (max-width: 767px) {

  #main .sectionBlock p.text {
    border: 1px solid #000;
    text-align: center;
    margin: 0 3rem;
    padding: 20px;
    font-size: 1em;
    line-height: 2em;
  }
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap {
  margin-bottom: 8rem;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList {
  display: flex;
  flex-wrap: wrap;
  width: 85rem;
  margin: 0 auto;
  row-gap: 2rem;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList .features-tabList-item {
  font-size: 2.5rem;
  font-family:"Nobel", "Lexus Rodin", "メイリオ",  sans-serif;
  font-weight: 500;
  width: calc(100% / 6);
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList .features-tabList-item .features-tabList-itemText {
  cursor: pointer;
  opacity: 0.5;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList .features-tabList-item.is-current .features-tabList-itemText {
  opacity: 1;
  border-bottom: 2px solid #000;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap {
  display: none;
  opacity: 0;
  visibility: hidden;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap.is-current {
  display: flex;
  justify-content: center;
  opacity: 0;
  animation: fadein .9s forwards;;
  visibility: visible;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item {
  margin-right: 2rem;
}
@media (min-width:768px) {
  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap.is-current.conceptcar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 50px;
  }
  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap.is-current.conceptcar .features-wallpaperWrap-item {
   width: 18%;
  }
  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList.list2 {
    margin-top:28px;
  }
}
@media (max-width:767px) {
  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList .features-tabList-item:nth-child(13) {
    flex-basis: 100%;
  }
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item:last-child {
  margin-right: 0;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item .features-wallpaperWrap-item-button {
  margin-top: 1rem;
  width: 100%;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item .features-wallpaperWrap-item-button a {
  transition : 1s;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item .features-wallpaperWrap-item-button a:hover {
  opacity: 0.6;
  transition : 1s;
}

#main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item .features-wallpaperWrap-item-button p {
  padding: 20px 22px;
  text-align: center;
  background-color: #333;
  color: #fff;
  line-height: 1;
  font-size: 1.2rem;
}

#main .sectionBlock .sectionDisclaimer {
  margin-top: 16rem;
  margin-left: -12rem;
  display: flex;
  justify-content: center;
}

#main .sectionBlock .sectionDisclaimer .disclaimer-list li {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.8125;
  color: #909090;
  position: relative;
}

#main .sectionBlock .sectionDisclaimer .disclaimer-list li::before {
  position: absolute;
  top: 0;
  left: -2rem;
  content: "※";
}

@media (max-width: 767px) {
  #main .sectionTypeTab {
    width: 100%;
    padding: 0 1.5rem;
  }

  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList {
    width: 100%;
    padding: 0 2rem;
  }

  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap {
    flex-wrap: wrap;
    row-gap: 3rem;
  }

  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap.is-current {
    justify-content: space-between;
  }

  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item {
    width: calc(100% / 2 - 1rem);
  }

  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item:nth-child(2n) {
    margin-right: 0;
  }

  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList .features-tabList-item {
    width: calc(100% / 3);
    margin-right: 0.2rem;
  }
  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList .features-tabList-item:nth-child(3n) {
    width: auto;
    margin-right: 0;
  }
  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList .features-tabList-item.conceptcar:nth-child(1n) {
    width: auto;
    margin-right: 0;
  }
  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-TabWrap .features-tabList.list2 {
    margin-top:32px;
  }
  #main .sectionBlock .sectionFeatures .sectionTypeTab .features-wallpaperWrap .features-wallpaperWrap-item .features-wallpaperWrap-item-button p {
    font-size: 1.4rem;
    padding: 8px 10px 7px;
  }

  #main .sectionBlock .sectionDisclaimer {
    width: 100%;
    padding: 0 1.5rem;
    margin-top: 12rem;
    margin-left: 0;
  }

  #main .sectionBlock .sectionDisclaimer .disclaimer-list li {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: .043rem;
  }
｝
