@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #fff;
  background: #000000;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
}
a:hover {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
  position: relative;
}

/*---------------------------------------------------------------------------------------
  fadeIn
----------------------------------------------------------------------------------------*/
.fadeInAnim {
  transform: translate(0, 40px);
  opacity: 0;
}
.fadeInAnim.fadeInAnimActive {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.7s;
}

@media screen and (max-width: 768px) {
  .fadeInAnimSP {
    transform: translate(0, 60px);
    opacity: 0;
  }
  .fadeInAnimSP.fadeInLeft {
    transform: translate(-50px, 0);
  }
  .fadeInAnimSP.fadeInRight {
    transform: translate(50px, 0);
  }
  .fadeInAnimSP.fadeInAnimActive {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 1s ease;
  }
  .fadeInAnimSP.fadeInAnimActive.fadeInDelay3ms {
    transition-delay: 0.3s;
  }
  .fadeInAnimSP.fadeInAnimActive.fadeInDelay5ms {
    transition-delay: 0.5s;
  }
  .fadeInAnimSP.fadeInAnimActive.fadeInDelay7ms {
    transition-delay: 0.7s;
  }
  .fadeInAnimSP.fadeInAnimActive.fadeInDelay1s {
    transition-delay: 1s;
  }
}
@media screen and (min-width: 769px) {
  .fadeInAnimPC {
    transform: translate(0, 60px);
    opacity: 0;
  }
  .fadeInAnimPC.fadeInLeft {
    transform: translate(-50px, 0);
  }
  .fadeInAnimPC.fadeInRight {
    transform: translate(50px, 0);
  }
  .fadeInAnimPC.fadeInAnimActive {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 1s ease;
  }
  .fadeInAnimPC.fadeInAnimActive.fadeInDelay3ms {
    transition-delay: 0.3s;
  }
  .fadeInAnimPC.fadeInAnimActive.fadeInDelay5ms {
    transition-delay: 0.5s;
  }
  .fadeInAnimPC.fadeInAnimActive.fadeInDelay7ms {
    transition-delay: 0.7s;
  }
  .fadeInAnimPC.fadeInAnimActive.fadeInDelay1s {
    transition-delay: 1s;
  }
}
/*---------------------------------------------------------------------------------------
  header
----------------------------------------------------------------------------------------*/
.header {
  background: #fff;
  position: relative;
}
.headerInner {
  margin: 0 auto;
  padding: 0 4.6666666667vw 0 5.3333333333vw;
  max-width: 100%;
  min-height: 12vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerLogo, .headerBrand {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .headerLogo img {
    width: 18.5333333333vw;
  }
  .headerBrand img {
    width: 25.2vw;
  }
}
@media screen and (min-width: 768px) {
  .headerInner {
    padding: 0;
    max-width: 1255px;
    min-height: 70px;
  }
  .headerLogo img {
    width: 112px;
  }
  .headerBrand img {
    width: 172px;
  }
}
/*---------------------------------------------------------------------------------------
  main
----------------------------------------------------------------------------------------*/
.kv {
  min-height: 227.2vw;
  font-size: 0;
  background: url(/rs2024/img/kv.png) 0 0/100% no-repeat;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: scale(99%);
  transition: all 0.7s ease-in 0.2s;
}
.kv.active {
  opacity: 1;
  visibility: visible;
  transform: scale(100%);
}

@media screen and (min-width: 768px) {
  .kv {
    min-height: 1120px;
    background: url(/rs2024/img/pc/kv.png) 50% 0 no-repeat;
  }
}
.movie {
  padding: 0 5.3333333333vw 6.6666666667vw;
}
.movieCont {
  margin-bottom: 5.3333333333vw;
}
.movieCont > :not(:last-of-type) {
  margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .movie {
    margin: -270px auto 0;
    padding: 0 0 100px;
    max-width: 900px;
  }
  .movieCont {
    margin-bottom: 100px;
  }
  .movieCont > :not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .movieBnr + div.movieBnr {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .movieBnr + div.movieBnr {
    margin-top: 4vw;
  }
}

.about {
  padding: 9.3333333333vw 0 0;
  text-align: center;
}
.aboutLeadThumb {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.aboutLeadText {
  margin: 0 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1.6666666667;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .aboutCont {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutCont {
    margin-top: 21.3333333333vw;
  }
}
.aboutTitle {
  font-weight: 600;
  letter-spacing: 0.025em;
}
.aboutTitle.Title01 {
  font-size: 8vw;
  line-height: 1.3333333333;
  text-align: center;
}
.aboutTitle.Title01 strong {
  color: #ef9e39;
}
.aboutTitle.Title02 {
  margin-top: 13.3333333333vw;
  margin-bottom: 4vw;
  font-size: 6.6666666667vw;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .Box02 {
    padding: 0 !important;
  }
}
.about .Box02 .aboutImage img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about h3 {
    margin-top: 0 !important;
    font-size: 5.3333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .about h3 + p {
    position: relative;
    z-index: 2;
    text-align: left !important;
    margin-top: 9.3333333333vw !important;
    margin-bottom: 0;
    padding: 0 5.3333333333vw;
    font-size: 3.7333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .about h4 {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .about h4 + p {
    margin-top: 2.6666666667vw !important;
    font-size: 3.7333333333vw !important;
  }
}
.aboutText.Text01 {
  margin-bottom: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 300;
  line-height: 1.7857142857;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .aboutText.Text01 {
    text-align: center;
    margin-top: -33.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.aboutText.Text01 small {
  font-weight: 300;
  display: block;
}
.aboutText.Text02 {
  margin: 6.6666666667vw 0 10.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 767px) {
  .aboutLeadThumb.Thumb01 {
    margin-bottom: -9.3333333333vw;
  }
  .aboutLeadThumb.Thumb01 img {
    width: 51.8666666667vw;
  }
  .aboutLeadThumb.Thumb02 {
    margin-bottom: -6.6666666667vw;
  }
  .aboutLeadThumb.Thumb02 img {
    width: 66.2666666667vw;
  }
  .aboutCont:first-of-type {
    margin-top: 17.3333333333vw;
  }
  .aboutBox {
    padding: 0 5.3333333333vw;
  }
  .aboutImage {
    margin-bottom: 6.6666666667vw;
  }
  .aboutImage.Image01 img {
    width: 47.6vw;
  }
  .aboutImage.Image02 img {
    width: 51.6vw;
  }
  .aboutImage.Image03 img {
    width: 50.9333333333vw;
  }
  .aboutImage.Image04 img {
    margin-top: -66.6666666667vw;
    width: 100vw;
  }
  .aboutImage.Image04 + h3 {
    margin-top: 10.6666666667vw !important;
  }
  .aboutImage.Image04 + h3 + p {
    text-align: center !important;
    margin-top: 2.6666666667vw !important;
  }
  .aboutImage.Image05 img {
    width: 97.3333333333vw;
  }
  .aboutImage.Image06 img {
    width: 89.2vw;
  }
  .aboutImage.Image07 img {
    width: 92.1333333333vw;
  }
  .aboutImage.Image08 img {
    width: 51.4666666667vw;
  }
  .aboutImage.Image09 img {
    width: 76.6666666667vw;
  }
  .aboutImage.Image10 img {
    width: 76.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about {
    padding: 0 0 100px;
  }
  .aboutLeadInner {
    margin: 0 auto;
    position: relative;
  }
  .aboutLeadInner.Inner01 {
    margin-bottom: 95px;
    max-width: 990px;
    padding-left: 455px;
  }
  .aboutLeadInner.Inner02 {
    margin-bottom: 100px;
    max-width: 1000px;
    padding-left: 445px;
  }
  .aboutLeadThumb {
    margin: 0;
    position: absolute;
  }
  .aboutLeadThumb.Thumb01 {
    top: -55px;
  }
  .aboutLeadThumb.Thumb02 {
    top: -65px;
  }
  .aboutLeadText {
    margin: 0;
    font-size: 20px;
    line-height: 2.3;
  }
  .about h3 + p {
    font-size: 16px !important;
    line-height: 3 !important;
  }
  .about h4 {
    margin: 40px 0 30px;
  }
  .about h4 + p {
    font-size: 16px !important;
    line-height: 3 !important;
  }
  .aboutBox.Box02 {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .aboutTitle.Title01 {
    margin: 0;
    font-size: 50px;
    line-height: 1.4;
    position: relative;
    z-index: 10;
  }
  .aboutTitle.Title02 {
    color: #fff;
    text-align: center;
    margin: 90px 0 30px;
    font-size: 40px;
    line-height: 1.5;
  }
  .aboutText.Text01 {
    text-align: center;
    margin: 0;
    font-size: 28px;
    line-height: 2;
  }
  .aboutText.Text02 {
    margin: 20px 0 150px;
    font-size: 36px;
    line-height: 1.3888888889;
  }
  .aboutImage.Image04 {
    margin-top: -110px;
  }
  .aboutImage.Image05 {
    margin-top: 50px;
  }
  .aboutImage.Image06 {
    margin-top: 40px;
  }
  .aboutImage.Image07 {
    margin-top: 55px;
  }
}
.product {
  padding: 12.6666666667vw 0 13.3333333333vw;
  background: linear-gradient(to bottom, #022127, #000 15%);
}
.productLead {
  margin: 9.3333333333vw 0 18.6666666667vw;
  font-size: 4.8vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.2777777778;
  text-align: center;
  letter-spacing: 0.025em;
}
.productWrap {
  margin-top: 9.3333333333vw;
}
.productTitle {
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.015em;
  position: relative;
}
.productTitle.Title01 {
  margin: 6.6666666667vw 0 0;
  font-size: 5.3333333333vw;
  text-align: center;
}
.productTitle.Title01:before {
  content: "";
  width: 36.9333333333vw;
  height: 5.0666666667vw;
  display: block;
  background: url(../img/logo_rsjust.png) 0 0/contain no-repeat;
  position: absolute;
  top: -6.6666666667vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.productTitle.Title02 {
  margin-bottom: 5.3333333333vw;
  font-size: 8vw;
}
.productTitle.Title02 .lto {
  margin-left: 1.6vw;
  padding: 1.3333333333vw 2.1333333333vw 1.2vw;
  font-size: 3.2vw;
  font-weight: 600;
  color: #000;
  background-color: #ef9e39;
  position: relative;
  bottom: 1.3333333333vw;
}
.productTitle.Title03 {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
.productTitle.Title03 sup {
  font-size: 30%;
  top: -1.8em;
}
.productCont:not(:last-of-type) {
  margin-bottom: 18vw;
}
@media screen and (max-width: 767px) {
  .productCont:nth-of-type(1) h3 img {
    width: 61.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .productCont:nth-of-type(2) h3 img {
    width: 46.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .productCont:nth-of-type(3) h3 img {
    width: 56.2666666667vw;
  }
}
.productThumb {
  text-align: center;
}
.productShaft {
  margin-bottom: 2.6666666667vw;
}
.productText {
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.6428571429;
  color: #fff;
  text-align: left;
}
.productButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.6666666667vw;
  width: 32vw;
  height: 9.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 9.3333333333vw;
  text-align: left;
  border-radius: 0.6666666667vw;
  color: #fff;
  background-color: #0ca8c8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .productButton {
    padding-right: 8px;
    gap: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .productButton {
    padding-right: 1.46484375vw;
    gap: 0 1.3333333333vw;
  }
}
.productButton:hover {
  color: #fff;
  opacity: 0.8;
}
.productButton:before {
  content: "";
  width: 1.4666666667vw;
  height: 2.2666666667vw;
  background: url(../img/arrow-white.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .productButton:before {
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .productButton:before {
    margin-top: 0.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .product div.fw-ut {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .product div.fw-ut h3 {
    margin-bottom: 30px;
  }
}
.product div.fw-ut div.head {
  position: relative;
}
.product div.fw-ut div.head:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.head:before {
    margin: auto;
    width: 1374px;
    height: 688px;
    background: url(../img/pc/fw-ut_tit1-before.png) center 0/100% no-repeat;
  }
}
.product div.fw-ut div.head h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.head h2 {
    padding-top: 100px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.head h2 img {
    width: 77.4666666667vw;
  }
}
.product div.fw-ut div.head p {
  position: relative;
  z-index: 2;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.head p {
    text-align: center;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.head p {
    text-align: center;
    font-size: 4.5333333333vw;
  }
}
.product div.fw-ut div.maru {
  display: table;
  margin: 0 auto 10px;
  position: relative;
}
.product div.fw-ut div.maru:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  border: 2px solid red;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.maru:after {
    top: 210px;
    left: 245px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.maru:after {
    top: 28vw;
    left: 32.6666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main {
    margin-top: 260px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main {
    margin-top: 16vw;
  }
}
.product div.fw-ut div.main div.sec {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec h3 {
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec p {
    line-height: 1.8 !important;
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec:nth-of-type(1) picture img {
    width: 81.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec:nth-of-type(2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec:nth-of-type(2) picture img {
    width: 64vw;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec:nth-of-type(3) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec:nth-of-type(3) picture img {
    width: 48.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec:nth-of-type(4) {
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec:nth-of-type(4) picture img {
    width: 89.3333333333vw;
  }
}
.product div.fw-ut div.main div.sec div.title-wrap {
  display: table;
  margin: 0 auto;
  position: relative;
}
.product div.fw-ut div.main div.sec div.title-wrap h3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main div.sec div.title-wrap h3 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec div.title-wrap h3 {
    font-size: 5.3333333333vw;
  }
}
.product div.fw-ut div.main div.sec div.title-wrap span {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main div.sec div.title-wrap span {
    top: 28px;
    right: -60px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec div.title-wrap span {
    top: 3.2vw;
    right: -13.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.product div.fw-ut div.main div.sec div.text-wrap {
  display: table;
  margin: 0 auto;
  position: relative;
}
.product div.fw-ut div.main div.sec div.text-wrap span {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main div.sec div.text-wrap span {
    top: 120px;
    right: -60px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec div.text-wrap span {
    top: 26.6666666667vw;
    right: 0vw;
    font-size: 2.6666666667vw;
  }
}
.product div.fw-ut div.main div.sec p {
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main div.sec p {
    margin: 30px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main div.sec dl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec dl {
    margin-top: 10.6666666667vw;
  }
}
.product div.fw-ut div.main div.sec dl dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main div.sec dl dt {
    font-size: 20px;
  }
}
.product div.fw-ut div.main div.sec dl dt sup {
  font-size: 50%;
  top: -0.8em;
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main div.sec dl dd:nth-of-type(1) {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec dl dd:nth-of-type(1) {
    margin: 0.6666666667vw 0 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .product div.fw-ut div.main div.sec dl dd:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product div.fw-ut div.main div.sec dl dd:nth-of-type(2) {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .product .trialshot {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .product .trialshot ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    margin: 30px auto;
    gap: 0 30px;
  }
}
.product .trialshot ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product .trialshot ul li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .product .trialshot ul li:nth-of-type(1) {
    max-width: 459px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .product .trialshot ul li:nth-of-type(2) {
    max-width: 368px;
  }
}
@media screen and (max-width: 767px) {
  .product .trialshot ul li:nth-of-type(2) {
    margin-top: 16vw;
  }
}
.product .trialshot ul h3 {
  color: #0ca8c8;
}
@media screen and (min-width: 768px) {
  .product .trialshot ul h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product .trialshot ul h3 {
    font-size: 5.3333333333vw;
  }
}
.product .trialshot ul p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product .trialshot ul p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product .trialshot ul p {
    font-size: 4.2666666667vw;
  }
}
.product .trialshot ul a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: normal;
  background-color: #0ca8c8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .trialshot ul a.btn {
    width: 180px;
    height: 50px;
    margin: 20px auto 0;
    padding-right: 8px;
    padding-left: 0;
    font-size: 20px;
    gap: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .product .trialshot ul a.btn {
    width: 32vw;
    height: 9.3333333333vw;
    margin: 6.6666666667vw auto 0;
    padding-right: 1.46484375vw;
    padding-left: 0;
    font-size: 4.2666666667vw;
    gap: 0 0.9765625vw;
  }
}
.product .trialshot ul a.btn:before {
  content: "";
  background: url(../img/arrow-white.png) center 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .product .trialshot ul a.btn:before {
    width: 11px;
    height: 17px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .product .trialshot ul a.btn:before {
    width: 1.4666666667vw;
    height: 2.2666666667vw;
    margin-top: 0.5333333333vw;
  }
}
.product .trialshot .bnr {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product .trialshot .bnr {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .product .trialshot .bnr {
    margin-top: 21.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .product + .py-5 h2 img {
    width: 61.4666666667vw;
  }
}
.product + .py-5 p.text-white.mb-1 > span {
  color: #0ca8c8 !important;
}
.product + .py-5 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #0ca8c8;
  border-color: #0ca8c8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product + .py-5 .btn {
    width: 240px;
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .product + .py-5 .btn {
    width: 68vw;
    height: 14.6666666667vw;
  }
}
.product + .py-5 .btn:hover, .product + .py-5 .btn:active, .product + .py-5 .btn:focus {
  border-color: #0ca8c8 !important;
  background-color: #0ca8c8 !important;
  opacity: 0.8;
}
.product + .py-5 .btn:before {
  content: "";
  width: 17px;
  height: 11px;
  margin-top: 4px;
  margin-right: 5px;
  background: url(../img/arrow-black.png) 0 0/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .productCont {
    padding: 0 5.3333333333vw;
  }
  .productThumb.Thumb01 {
    margin-bottom: -2.6666666667vw;
  }
  .productThumb.Thumb01 img {
    width: 58vw;
  }
  .productThumb.Thumb02 {
    margin-bottom: -2.6666666667vw;
  }
  .productThumb.Thumb02 img {
    width: 57.6vw;
  }
  .productThumb.Thumb03 {
    margin-bottom: -2.6666666667vw;
  }
  .productThumb.Thumb03 img {
    width: 58.8vw;
  }
  .productThumb.Thumb04 {
    margin-bottom: -2.6666666667vw;
  }
  .productThumb.Thumb04 img {
    width: 54.1333333333vw;
  }
  .productThumb.Thumb05 {
    margin-bottom: -8vw;
  }
  .productThumb.Thumb05 img {
    width: 45.6vw;
  }
  .productThumb.Shaft img {
    width: 89.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .product {
    padding: 95px 0 130px;
    background: linear-gradient(to bottom, #022127, #000 20%);
  }
  .productLead {
    margin: 35px 0 90px;
    font-size: 20px;
    line-height: 1;
  }
  .productWrap {
    margin-top: 70px;
  }
  .productCont {
    display: table;
    width: 1000px;
    margin: 0 auto;
  }
  .productCont:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .productCont .reverse-wrap {
    display: flex;
    gap: 50px 0;
    flex-direction: column-reverse;
  }
  .productTitle {
    letter-spacing: 0.05em;
  }
  .productTitle.Title01 {
    margin: 50px 0 0;
    font-size: 40px;
    text-align: center;
  }
  .productTitle.Title01:before {
    width: 277px;
    height: 38px;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .productTitle.Title02 {
    margin-bottom: 35px;
    font-size: 50px;
  }
  .productTitle.Title02 .lto {
    margin-left: 12px;
    padding: 8px;
    font-size: 16px;
    bottom: 10px;
  }
  .productTitle.Title03 {
    margin: 35px 0 20px;
    font-size: 24px;
  }
  .productThumb {
    position: absolute;
    top: 0;
    left: 570px;
    margin-bottom: 20px;
    text-align: left;
  }
  .productThumb.Thumb01 {
    margin: -35px 0;
  }
  .productThumb.Thumb02 {
    margin: 0;
  }
  .productThumb.Thumb03 {
    margin: -20px 0;
  }
  .productThumb.Thumb04 {
    margin: -30px 0;
  }
  .productThumb.Thumb05 {
    margin: -26px 0;
  }
  .productShaft {
    margin-bottom: 30px;
  }
  .productText {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .productButton {
    margin-top: 25px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
  }
  .productButton:before {
    content: "";
    width: 11px;
    height: 17px;
  }
}
.map {
  padding: 0 0 16vw;
  text-align: center;
}
.mapTitle {
  margin: 6.6666666667vw 0 0;
  font-size: 5.3333333333vw;
  text-align: center;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.015em;
  position: relative;
}
.mapTitle:before {
  content: "";
  width: 36.9333333333vw;
  height: 5.0666666667vw;
  display: block;
  background: url(../img/logo_rsjust.png) 0 0/contain no-repeat;
  position: absolute;
  top: -6.6666666667vw;
  left: calc(50% - 22.8vw);
}
.mapTitle + p {
  margin-top: 4vw;
  font-weight: normal;
  font-size: 4.8vw;
}
.mapImage {
  margin: 8vw auto 0;
  width: 89.3333333333vw;
}

@media screen and (max-width: 767px) {
  .mapImage img {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .map {
    padding: 50px 0 100px;
  }
  .mapTitle {
    margin: 50px 0 0;
    font-size: 40px;
    text-align: center;
  }
  .mapTitle:before {
    width: 277px;
    height: 38px;
    top: -50px;
    left: calc(50% - 170px);
  }
  .mapTitle + p {
    margin-top: 50px;
    font-weight: normal;
    font-size: 28px;
  }
  .mapImage {
    margin: 70px 0 0;
  }
  .map .detail {
    margin-top: 100px;
  }
  .map .detail h3 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 60px;
  }
  .map .detail dl {
    margin-top: 40px;
  }
  .map .detail dl dt {
    font-weight: bold;
    font-size: 20px;
  }
  .map .detail dl dt sup {
    font-size: 50%;
    top: -0.8em;
  }
  .map .detail dl dd:nth-of-type(1) {
    margin: 20px 0;
  }
  .map .detail dl dd:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .map .detail {
    margin-top: 14.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .map .detail h3 {
    margin-bottom: 6.6666666667vw;
    font-weight: bold;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .map .detail dl {
    margin-top: 4vw;
  }
  .map .detail dl dt {
    font-weight: bold;
    font-size: 3.7333333333vw;
  }
  .map .detail dl dt sup {
    font-size: 50%;
    top: -0.8em;
  }
  .map .detail dl dd {
    font-weight: normal;
  }
  .map .detail dl dd:nth-of-type(1) {
    margin: 2.6666666667vw 0;
  }
  .map .detail dl dd:nth-of-type(2) {
    font-size: 3.7333333333vw;
  }
}
.footer {
  text-align: center;
}
.footerInner {
  margin: 0 5.3333333333vw;
  padding: 8vw 0;
}
.footerList {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footerList:nth-of-type(1) {
    margin-top: 140px;
    padding-top: 100px;
    border-top: 1px solid #757575;
  }
}
@media screen and (max-width: 767px) {
  .footerList:nth-of-type(1) {
    padding-top: 8vw;
    border-top: 1px solid #757575;
  }
}
.footerList li {
  list-style: none;
}
.footerList li:nth-of-type(2) {
  margin-left: 20px;
}
.footerList li a {
  max-width: 100%;
  width: 43.3333333333vw;
  height: 12vw;
  padding: 4.5333333333vw 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 600;
  text-align: left;
  border: 0.2666666667vw solid #969696;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ddd;
  position: relative;
}
.footerList li a:after {
  content: "";
  display: block;
  width: 1.7333333333vw;
  height: 2.9333333333vw;
  background: url(../img/arrow-red.png) center 0/100% no-repeat;
}
.footerBtn {
  text-align: center;
  margin: 2.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .footer div.campaign div.head ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.campaign div.head ul li {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .footer div.campaign div.head div.image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer div.campaign div.main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0 100px;
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.campaign div.main {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer div.campaign div.main dl {
    margin-top: 4vw;
  }
}
.footer div.campaign div.main dl dt {
  font-weight: normal;
  color: #4ba8c7;
}
@media screen and (min-width: 768px) {
  .footer div.campaign div.main dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.campaign div.main dl dt {
    margin-bottom: 2.6666666667vw;
  }
}
.footer + .image {
  border-bottom: 1px solid #757575;
}
@media screen and (min-width: 768px) {
  .footer + .image {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footerBtn img {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .footerInner {
    margin: 0 auto;
    padding: 105px 0;
    border-bottom: 1px solid #757575;
    max-width: 1050px;
  }
  .footerList li.large a {
    width: 400px;
  }
  .footerList li a {
    padding: 0 20px 0 20px;
    width: 320px;
    height: 90px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.025em;
    border: 1px solid #969696;
  }
  .footerList li a:after {
    width: 13px;
    height: 22px;
    background: url(../img/arrow-red.png) center 0/auto no-repeat;
  }
  .footerBtn {
    margin: 65px 0 0;
  }
}