@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.8em;
  line-height: 1.5;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
}

.fade {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .fade {
    transform: translateY(50px);
  }
}
@media screen and (max-width: 767px) {
  .fade {
    transform: translateY(30px);
  }
}
.fade.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: 1s 0s;
}
.fade.is-active.two {
  transition: 1s 0.2s;
}
.fade.is-active.three {
  transition: 1s 0.4s;
}
.fade.ib {
  display: inline-block;
}

@keyframes slideFromLeft_pc {
  0% {
    transform: translateX(-50vw);
    opacity: 0;
  }
  60% {
    transform: translateX(10px);
    opacity: 1;
  }
  80% {
    transform: translateX(-20px);
  }
  85% {
    transform: translateX(-10px);
  }
  90% {
    transform: translateX(-20px);
  }
  95% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideFromLeft_sp {
  0% {
    transform: translateX(-50vw);
    opacity: 0;
  }
  60% {
    transform: translateX(10px);
    opacity: 1;
  }
  80% {
    transform: translateX(-20px);
  }
  85% {
    transform: translateX(-10px);
  }
  90% {
    transform: translateX(-20px);
  }
  95% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .slide.is-active {
    animation: slideFromLeft_pc 0.6s ease-out forwards;
  }
}
@media screen and (max-width: 767px) {
  .slide.is-active {
    animation: slideFromLeft_sp 0.6s ease-out forwards;
  }
}

.c_bg1 {
  position: relative;
}
.c_bg1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c_bg1:before {
    width: 100%;
    height: 568px;
    background: url(../img/bg_gradation1.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .c_bg1:before {
    width: 100vw;
    height: 75.7333333333vw;
    background: url(../img/sp/bg_gradation1.png) 0 0/cover no-repeat;
  }
}

.shadow1 {
  position: relative;
}
.shadow1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .shadow1:before {
    width: 443px;
    height: 134px;
    background: url(../img/obj_shadow1.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .shadow1:before {
    width: 42vw;
    height: 12.8vw;
    background: url(../img/sp/obj_shadow1.png) 0 0/100% no-repeat;
  }
}

.shadow2 {
  position: relative;
}
.shadow2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/obj_shadow2.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .shadow2:after {
    width: 530px;
    height: 154px;
  }
}
@media screen and (max-width: 767px) {
  .shadow2:after {
    width: 33.2vw;
    height: 15.7333333333vw;
    background: url(../img/sp/obj_shadow2.png) 0 0/100% no-repeat;
  }
}

.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;
  }
}
section.kv {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.kv {
    margin: 40px auto 0;
  }
}
section.kv picture img {
  opacity: 0;
  transform: scale(1.02);
  transition: 3s;
}
section.kv.is-active img {
  opacity: 1;
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  section.movie {
    max-width: 800px;
    margin: 70px auto;
  }
}
@media screen and (max-width: 767px) {
  section.movie {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.movie div.block + div.block {
    margin: 60px 0 0;
  }
}
section.movie div.block div.iframe-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
section.movie div.block div.iframe-wrap iframe {
  width: 100%;
  height: 100%;
}
section.movie div.block div.title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.movie div.block div.title picture img {
    width: 60.6666666667vw;
  }
}
section.movie div.block div.title h2 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.movie div.block div.title h2 {
    margin: 15px 0 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.movie div.block div.title h2 {
    margin: 2.6666666667vw 0;
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  section.new-model {
    margin: 12vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  section.new-model div.head {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
section.new-model div.head > div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.new-model div.head > div.image {
    margin: 140px auto 0;
  }
}
section.new-model div.main {
  position: relative;
}
section.new-model div.main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.new-model div.main:before {
    top: 0;
    background: url(../img/new-model_bg1.png) 0 0/100% no-repeat;
    width: 503px;
    height: 372px;
  }
}
@media screen and (max-width: 767px) {
  section.new-model div.main:before {
    top: -5.3333333333vw;
    width: 42vw;
    height: 12.8vw;
    background: url(../img/sp/obj_shadow1.png) 0 0/100% no-repeat;
  }
}
section.new-model div.main:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.new-model div.main:after {
    top: 170px;
    width: 453px;
    height: 257px;
    background: url(../img/new-model_bg2.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.new-model div.main:after {
    top: 60vw;
    width: 33.2vw;
    height: 15.7333333333vw;
    background: url(../img/sp/obj_shadow2.png) 0 0/100% no-repeat;
  }
}
section.new-model div.main > div > p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.new-model div.main > div > p {
    margin: 60px 0 0;
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  section.new-model div.main > div > p {
    line-height: 1.9;
    margin: 10.6666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
}
section.new-model div.main > div > h2 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.new-model div.main > div > h2 {
    margin: 30px auto 0;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.new-model div.main > div > h2 {
    margin: 5.3333333333vw auto 0;
    font-size: 6.1333333333vw;
  }
}
section.new-model div.main div.block div.image {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.new-model div.main div.block div.image {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.new-model div.main div.block div.image {
    margin: 6.6666666667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.new-model div.main div.block div.image:nth-of-type(1) img {
    width: 78.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.new-model div.main div.block div.image + div.image {
    position: relative;
    z-index: 0;
    margin: -40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.barely {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely {
    padding: 9.3333333333vw 0 0;
  }
}
section.barely h2 {
  text-align: center;
}
section.barely h2 picture {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section.barely h2 picture img {
    width: 80.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely h2.shadow1::before {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.barely h2.shadow1::before {
    top: -8.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely h2.shadow2::after {
    top: 150px;
  }
}
@media screen and (max-width: 767px) {
  section.barely h2.shadow2::after {
    top: 48vw;
  }
}
section.barely > div > p {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.barely > div > p {
    margin: 50px 0 0;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.barely > div > p {
    margin: 10.6666666667vw 0 0;
    font-size: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section + section {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section + section {
    margin: 13.3333333333vw 0 0;
  }
}
section.barely section h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  section.barely section h3 {
    margin: 30px 0 30px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section h3 {
    margin: 5.3333333333vw 0;
    font-size: 8vw;
  }
}
section.barely section > p {
  text-align: center;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  section.barely section > p {
    margin: 0 0 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section > p {
    margin: 5.3333333333vw 0;
    font-size: 4.2666666667vw;
  }
}
section.barely section > div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.barely section > div.image {
    margin: 0 0 30px;
  }
}
section.barely section.lightest {
  position: relative;
}
section.barely section.lightest div.title {
  position: relative;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.barely section.lightest div.title h3 {
    margin: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.lightest div.title div.obj {
    position: absolute;
    top: -140px;
    right: 0;
    margin-right: -480px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.lightest div.title div.obj {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.lightest div.title div.obj picture img {
    width: 55.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.lightest div.image {
    margin: 5.3333333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.lightest div.image picture img {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.shallow-head h3.shadow1::before {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head h3.shadow1::before {
    top: -6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head div.image picture img {
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head div.main {
    width: 89.3333333333vw;
    margin: 9.3333333333vw auto 0;
  }
}
section.barely section.shallow-head div.main h4 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.barely section.shallow-head div.main h4 {
    margin: 80px 0 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head div.main h4 {
    font-size: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.shallow-head div.main ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
    gap: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head div.main ul {
    margin: 4vw 0 0;
  }
}
section.barely section.shallow-head div.main ul li {
  text-align: center;
}
section.barely section.shallow-head div.main ul li h5 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.barely section.shallow-head div.main ul li h5 {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head div.main ul li h5 {
    margin: 0 0 2vw;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head div.main ul li + li {
    margin: 4.6666666667vw 0 0;
  }
}
section.barely section.shallow-head div.main p.sm {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.barely section.shallow-head div.main p.sm {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head div.main p.sm {
    line-height: 1.5;
    margin: 2vw 0 0;
    font-size: 3.2vw;
  }
}
section.barely section.shallow-head div.main p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.barely section.shallow-head div.main p {
    margin: 30px 0 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shallow-head div.main p {
    line-height: 1.8;
    letter-spacing: -0.02em;
    margin: 4.6666666667vw 0 0;
    font-size: 4.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.initial-velocity h3.shadow2::after {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.initial-velocity h3.shadow2::after {
    top: -4vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.initial-velocity ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    max-width: 860px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.initial-velocity ul li {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.initial-velocity ul li {
    text-align: center;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.initial-velocity ul li + li {
    margin: 2.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.initial-velocity div.image {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.initial-velocity div.image {
    width: 89.3333333333vw;
    margin: 6.6666666667vw auto;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.shaft h3.shadow1::before {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shaft h3.shadow1::before {
    top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shaft p {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shaft div.image {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.shaft div.image picture img {
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.rs div.image {
    width: 89.3333333333vw;
    margin: 20vw auto 5.3333333333vw;
  }
}
section.barely section.rs a {
  display: table;
  margin: 0 auto;
  color: #0d81a7;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  section.barely section.rs a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.rs a {
    font-size: 4vw;
  }
}
section.barely section.fw {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.barely section.fw {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.fw {
    padding: 6.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.fw div.obj {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -480px;
    z-index: 0;
  }
}
@media screen and (min-width: 1310px) and (max-width: 1400px) {
  section.barely section.fw div.obj {
    transform: translateX(0);
    margin-left: 0;
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1310px) {
  section.barely section.fw div.obj {
    transform: translateX(0);
    margin-left: 0;
    left: 20px;
    top: -150px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.fw div.obj {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.barely section.fw div.obj img {
    width: 26.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.fw div.obj img {
    width: 49.0666666667vw;
  }
}
section.barely section.fw h3 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.barely section.fw h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.fw h3.shadow2::after {
    top: -4vw;
  }
}
section.barely section.fw p {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.barely section.fw > p {
    font-size: 4vw;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.fw div.image {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.fw div.image picture img {
    width: 80.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.fw div.image p {
    margin: 30px 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.fw div.image p {
    margin: 5.3333333333vw 0 0;
    font-size: 3.7333333333vw;
  }
}
section.barely section.ut {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.barely section.ut {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.ut {
    padding: 6.6666666667vw 0 20vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.ut div.obj {
    position: absolute;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -450px;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.ut div.obj {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.ut div.obj img {
    width: 44.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.ut h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.ut h3.shadow1::before {
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.ut h3.shadow1::before {
    top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.ut div.image {
    margin: 13.3333333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.ut div.image picture img {
    width: 70.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.barely section.ut div.image p {
    margin: 30px 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.barely section.ut div.image p {
    margin: 5.3333333333vw 0 0;
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  section.product {
    margin: 100px 0 0;
    padding: 0 0 100px;
  }
}
@media screen and (min-width: 768px) {
  section.product.shadow1::before {
    top: 30px;
  }
}
section.product div.title {
  text-align: center;
}
section.product div.title h2 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.product div.title h2 {
    margin: 15px 0 0px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.product div.title h2 {
    margin: 2.6666666667vw 0;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.product div.title picture img {
    width: 60.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.product ul {
    display: flex;
    justify-content: center;
    gap: 0 100px;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.product ul {
    margin: 6.6666666667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li + li {
    margin: 17.3333333333vw 0 0;
  }
}
section.product ul li h3 {
  font-weight: bold;
  text-align: center;
  color: #b28146;
}
@media screen and (min-width: 768px) {
  section.product ul li h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li h3 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li:nth-of-type(1) div.image img {
    width: 54.8vw;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li:nth-of-type(2) div.image img {
    width: 45.6vw;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li:nth-of-type(3) div.image img {
    width: 42vw;
  }
}
@media screen and (min-width: 768px) {
  section.product ul li div.image {
    margin: 10px auto 0;
    height: 333px;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li div.image {
    margin: 2vw 0 0;
  }
}
section.product ul li a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #000;
  background-color: #deba97;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.product ul li a.btn {
    width: 180px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li a.btn {
    width: 33.0666666667vw;
    height: 9.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
section.product ul li a.btn:before {
  content: "";
  background: url(../img/icon_arrow-r.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.product ul li a.btn:before {
    width: 11px;
    height: 17px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  section.product ul li a.btn:before {
    width: 2vw;
    height: 3.0666666667vw;
    margin-right: 1.6vw;
  }
}
section.product > div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.product > div.image {
    margin: 150px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.product > div.image {
    width: 89.3333333333vw;
    margin: 9.3333333333vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.product > div.image.shadow2::after {
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  section.product > div.image.shadow2::after {
    display: none;
  }
}
section.product > div.image a {
  position: relative;
  z-index: 1;
}
.footer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 10.6666666667vw 0 0;
    padding: 9.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .footer .inner div.head {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer .inner div.head {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .inner div.head div.image + div.image {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .inner div.head div.image + div.image {
    margin: 5.3333333333vw 0 0;
  }
}
.footer div.main {
  border-top: 1px solid #757575;
}
@media screen and (min-width: 768px) {
  .footer div.main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.main {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.footer div.main ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer div.main ul {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.main ul {
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .footer div.main ul li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .footer div.main ul li {
    width: 43.2vw;
  }
}
.footer div.main ul li a {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  line-height: 1.25;
  border: 1px solid #969696;
  color: #000;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .footer div.main ul li a {
    width: 320px;
    height: 90px;
    padding: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.main ul li a {
    width: 43.2vw;
    height: 12.1333333333vw;
    padding: 3.3333333333vw;
    font-size: 3.2vw;
  }
}
.footer div.main ul li a:after {
  content: "";
  display: block;
  background: url(../img/arrow-red.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .footer div.main ul li a:after {
    width: 13px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.main ul li a:after {
    width: 1.7333333333vw;
    height: 2.9333333333vw;
  }
}
.footer div.foot {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .footer div.foot {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.foot {
    padding: 4vw 2.6666666667vw 6.6666666667vw;
  }
}
.footer div.foot p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer div.foot p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.foot p {
    font-size: 3.2vw;
  }
}

.rs-demo {
  max-width: 780px;
  margin: 55px auto 70px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 36px 23px 26px;
  box-shadow: 0 2px 12px rgba(221, 205, 107, 0.1333333333);
  font-size: 17px;
}

.rs-demo-head {
  text-align: center;
}

.rs-demo-xspeed {
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #000;
  font-size: 1.06em;
}

.rs-demo-logo {
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 5px;
}

.rs-demo-title {
  color: #b28247;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.rs-demo-sub {
  font-size: 1.15em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.rs-demo-desc {
  text-align: center;
  margin-bottom: 28px;
  color: #222;
}

.rs-demo-content {
  position: relative;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #b28247;
  padding: 18px 12px 14px 210px;
  min-height: 175px;
}

.rs-demo-img {
  position: absolute;
  left: 18px;
  top: 21px;
  width: 180px;
}

.rs-demo-img img {
  width: 100%;
}

.rs-demo-result h3 {
  color: #b28247;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 0;
}

.rs-demo-count {
  color: #2a2a2a;
  font-size: 0.8em;
  margin-bottom: 4px;
  text-align: right;
}

.rs-demo-result table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6px;
  font-size: 1em;
}

.rs-demo-result th,
.rs-demo-result td {
  border: 1px solid #b28247;
  padding: 7.5px 3px;
  text-align: center;
  color: #444;
  font-size: 0.95em;
}

.rs-demo-result th {
  background: #eee;
  color: #000;
  font-weight: 700;
}

.rs-demo-result .rs-demo-rs {
  background: #fff5c7;
  font-size: 1.2em;
  font-weight: bold;
  color: #332500;
}

.rs-demo-bold {
  font-size: 1.14em;
}

.rs-demo-up {
  display: inline-block;
  background: #941b06;
  color: #fff;
  border-radius: 20px;
  margin-left: 6px;
  font-size: 0.94em;
  font-size: 0.8em;
  padding: 2px 10px;
  vertical-align: text-bottom;
}

.rs-demo-note {
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-bottom: 8px;
}

.rs-demo-bubble {
  position: absolute;
  right: 22px;
  top: 79px;
  background: #ffe781;
  border-radius: 32px;
  border: 2px solid #daba27;
  color: #c10;
  padding: 9px 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 2px 2px 6px #e3e2b7;
  z-index: 2;
}

.rs-demo-bubble b {
  font-size: 1.23em;
}

@media (max-width: 700px) {
  .rs-demo-title {
    font-size: 2.4em;
  }
  .rs-demo-content {
    padding-left: 12px;
    min-height: 0;
  }
  .rs-demo-img {
    position: static;
    margin: 0 auto 14px;
    width: 90%;
    max-width: 220px;
  }
  .rs-demo-bubble {
    position: static;
    margin: 14px auto 8px;
    display: block;
    width: max-content;
  }
}
.rs-demo-summary {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 27px 0 14px;
}

.rs-demo-red {
  color: #941b06;
}

.rs-demo-exp {
  margin-bottom: 20px;
}

.rs-demo-exp p {
  margin: 0 0 4.5px 10px;
  font-size: 0.97em;
}

@media (max-width: 670px) {
  .rs-demo-foot {
    flex-direction: column;
    text-align: center;
  }
  .rs-demo-catch,
  .rs-demo-cta {
    width: 100%;
    margin: 9px auto;
  }
}