@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;
  }
}

.header {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0 30px;
  }
}
.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 {
  overflow: hidden;
  text-align: center;
  background-color: #3e3e3e;
  padding-bottom: 100px;
}
section.kv .kv_text2 {
  color: #fff;
  margin-top: 50px;
  font-size: 36px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.kv {
    padding-bottom: 15.3333333333vw;
  }
  section.kv .kv_text2 {
    margin-top: 12vw;
    font-size: 4.8vw;
  }
}
section.kv picture img {
  opacity: 0;
  transform: scale(1.02);
  transition: 3s;
}
section.kv.is-active img {
  opacity: 1;
  transform: scale(1);
}

section.driver {
  background-color: #e6e6e6;
  margin-top: 0px;
}
section.driver .kv_bottom_back {
  position: relative;
}
section.driver .kv_bottom_back .left {
  position: absolute;
  top: -1px;
}
section.driver .kv_bottom_back .left .triangle-shape {
  width: 320px;
  height: 120px;
  background-color: #3e3e3e;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
section.driver .kv_bottom_back .right {
  position: absolute;
  right: 0;
  top: -1px;
}
section.driver .kv_bottom_back .right .triangle-shape {
  width: 260px;
  height: 220px;
  background-color: #3e3e3e;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
section.driver .driver_content {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  section.driver .driver_content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
section.driver .driver_content h2 {
  text-align: center;
}
section.driver .driver_text {
  margin-top: -66px;
  text-align: center;
}
section.driver .driver_text h3 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}
section.driver .driver_text h3 span {
  font-size: 28px;
}
section.driver .driver_text p {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 30px;
}
section.driver .driver_img {
  margin-bottom: 30px;
  text-align: center;
}
section.driver .model {
  text-align: center;
}
section.driver .model p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.8;
}
section.driver .model p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.driver .kv_bottom_back .left .triangle-shape {
    width: 34vw;
    height: 13.3333333333vw;
  }
  section.driver .kv_bottom_back .right .triangle-shape {
    width: 28vw;
    height: 23.3333333333vw;
  }
  section.driver .driver_content {
    padding-top: 10.6666666667vw;
  }
  section.driver .driver_text {
    margin-top: 7.3333333333vw;
  }
  section.driver .driver_text h3 {
    font-size: 6.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  section.driver .driver_text h3 span {
    font-size: 4.8vw;
  }
  section.driver .driver_text p {
    font-size: 3.7333333333vw;
    margin-bottom: 6vw;
  }
  section.driver .driver_img {
    width: 80vw;
  }
  section.driver .model {
    position: relative;
  }
  section.driver .model img {
    width: 89.3333333333vw;
  }
  section.driver .model p {
    margin-top: 0;
    font-size: 3.7333333333vw;
    width: 100%;
    margin-top: 4.6666666667vw;
  }
}

section.u_cup {
  background-color: #e6e6e6;
  padding: 85px 0 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.u_cup {
    padding-right: 30px;
    padding-left: 30px;
  }
}
section.u_cup h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
section.u_cup p.h2_bottom {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 35px;
}
section.u_cup .u-cap_merit {
  display: flex;
  background-color: #fff;
  margin: 20px auto 0;
  justify-content: center;
  gap: 0 20px;
  align-items: center;
  padding: 77px 0 35px;
  max-width: 800px;
  position: relative;
}
section.u_cup p.merit_text1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}
section.u_cup p.merit_text2 {
  font-size: 16px;
  text-align: left;
}
section.u_cup p.merit_text3 {
  text-align: right;
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.u_cup p.merit_text3 {
    font-size: 14px;
    right: 13px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.u_cup p.merit_text3 {
    font-size: 2.6666666667vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.u_cup {
    padding: 13.3333333333vw 0 14.6666666667vw;
  }
  section.u_cup h2 {
    font-size: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  section.u_cup p.h2_bottom {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
  section.u_cup picture.u_cup01 img {
    width: 94.6666666667vw;
    display: block;
    margin: 0 0 0 auto;
  }
  section.u_cup .u-cap_merit {
    display: block;
    margin: 5.3333333333vw auto 0;
    padding: 7.3333333333vw 3.0666666667vw 6.6666666667vw;
    max-width: inherit;
    width: 89.3333333333vw;
  }
  section.u_cup .u-cap_merit img {
    width: 62.2666666667vw;
  }
  section.u_cup p.merit_text1 {
    font-size: 4.8vw;
    margin: 6vw 0 5.3333333333vw;
    text-align: center;
  }
  section.u_cup p.merit_text2 {
    font-size: 3.2vw;
  }
}

section.shaft {
  background-color: #e6e6e6;
  text-align: center;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  section.shaft {
    padding-right: 30px;
    padding-left: 30px;
  }
}
section.shaft h2 {
  font-size: 40px;
  font-weight: 600;
}
section.shaft p {
  font-size: 20px;
  margin: 10px auto 35px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  section.shaft {
    padding-bottom: 15.3333333333vw;
  }
  section.shaft h2 {
    font-size: 6.6666666667vw;
  }
  section.shaft p {
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw auto 8vw;
  }
  section.shaft img {
    width: 89.3333333333vw;
  }
}

section.fairway {
  background-color: #e6e6e6;
  text-align: center;
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) {
  section.fairway {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.fairway {
    padding-bottom: 18vw;
  }
}
section.fairway div.fairway_content1 {
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
section.fairway div.fairway_content1 .fairway_content1_item {
  width: 50%;
  max-width: 500px;
}
section.fairway div.fairway_content1 p.c300 {
  font-size: 20px;
  margin: 15px 0 0;
  padding-left: 4.8611111111vw;
}
section.fairway div.fairway_content1 .impact_wrap {
  text-align: left;
}
section.fairway div.fairway_content1 .impact_wrap img {
  display: block;
}
section.fairway div.fairway_content1 .impact_p_wrap {
  position: relative;
  top: -40px;
  left: -25px;
  display: inline-block;
}
section.fairway div.fairway_content1 p.impact {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.fairway div.fairway_content1 {
    margin-top: 2.6666666667vw;
    display: block;
  }
  section.fairway div.fairway_content1 .fairway_content1_item {
    width: 100%;
    max-width: inherit;
  }
  section.fairway div.fairway_content1 p.c300 {
    font-size: 3.7333333333vw;
    margin: -10.6666666667vw auto 6.6666666667vw;
  }
  section.fairway div.fairway_content1 .impact_p_wrap {
    position: unset;
    display: block;
  }
  section.fairway div.fairway_content1 p.impact {
    font-size: 3.7333333333vw;
    position: relative;
    top: 0;
    margin-top: 4vw;
  }
}
section.fairway div.fairway_content2 p {
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.fairway div.fairway_content2 {
    margin: 7.3333333333vw auto 0;
    width: 74.9333333333vw;
  }
  section.fairway div.fairway_content2 p {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
section.fairway div.fairway_content2 .fairway_content2_wrap {
  position: relative;
  display: inline-block;
}
section.fairway div.fairway_content2 .fairway_content2_wrap p {
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.fairway div.fairway_content2 .fairway_content2_wrap p {
    font-size: 14px;
    right: -85px;
    bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  section.fairway div.fairway_content2 .fairway_content2_wrap p {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
    right: 0;
  }
}

section.utility {
  background-color: #e6e6e6;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  section.utility {
    padding-right: 30px;
    padding-left: 30px;
  }
}
section.utility p.utility_h2_bottom {
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.utility {
    padding-bottom: 8vw;
  }
  section.utility p.utility_h2_bottom {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
section.utility .utility_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
  margin-top: 10px;
}
section.utility .utility_flex .utility_flex_item {
  width: 50%;
  max-width: 500px;
}
section.utility .utility_flex p {
  font-size: 20px;
  margin-top: 20px;
}
section.utility .utility_flex p.utility_text1 {
  text-align: right;
  padding-right: 6.25vw;
}
@media screen and (min-width: 1441px) {
  section.utility .utility_flex p.utility_text1 {
    padding-right: 70px;
  }
}
section.utility .utility_flex p.utility_text2 {
  position: relative;
  top: -4.1666666667vw;
  text-align: left;
  padding-left: 6.9444444444vw;
}
@media screen and (min-width: 1441px) {
  section.utility .utility_flex p.utility_text2 {
    padding-left: 90px;
    top: -57px;
  }
}
@media screen and (max-width: 767px) {
  section.utility .utility_flex {
    display: block;
    margin-top: -1.3333333333vw;
  }
  section.utility .utility_flex .utility_flex_item {
    width: 100%;
    max-width: inherit;
  }
  section.utility .utility_flex p {
    font-size: 3.7333333333vw;
    margin-top: -5.3333333333vw;
  }
  section.utility .utility_flex p.utility_text1 {
    text-align: center;
    padding-right: 0;
  }
  section.utility .utility_flex p.utility_text2 {
    margin-top: 4.6666666667vw;
    top: 0px;
    text-align: center;
    padding: 0;
  }
}

section.ball {
  background-color: #e6e6e6;
  text-align: center;
  padding-bottom: 135px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.ball > div {
    padding-right: 30px;
    padding-left: 30px;
  }
}
section.ball p.ball_h2_bottom {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}
section.ball .bg_img_under {
  width: 100%;
  position: relative;
  bottom: -135px;
  display: block;
}
section.ball .bg_img_under .left {
  position: absolute;
  left: 0;
  bottom: -1px;
}
section.ball .bg_img_under .left .triangle-shape {
  width: 265px;
  height: 200px;
  background-color: #c6c6c6;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}
section.ball .bg_img_under .right {
  position: absolute;
  right: 0;
  bottom: -1px;
}
section.ball .bg_img_under .right .triangle-shape {
  width: 320px;
  height: 130px;
  background-color: #c6c6c6;
  clip-path: polygon(0% 100%, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  section.ball {
    padding-bottom: 18vw;
  }
  section.ball p.ball_h2_bottom {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
  section.ball .bg_img_under {
    bottom: -18vw;
  }
  section.ball .bg_img_under .left .triangle-shape {
    width: 28vw;
    height: 23.3333333333vw;
  }
  section.ball .bg_img_under .right .triangle-shape {
    width: 34.6666666667vw;
    height: 13.3333333333vw;
  }
}
section.ball .ball_text {
  font-size: 40px;
  font-weight: 700;
  margin: 55px auto 50px;
  letter-spacing: 0.04em;
}
section.ball .ball_text span {
  font-size: 28px;
}
section.ball h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
section.ball p.kome {
  font-size: 15px;
  width: 1000px;
  max-width: 100%;
  text-align: end;
  margin: 10px auto 0;
}
section.ball .ball_content {
  margin-top: 55px;
}
section.ball .ball_content p {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.ball .ball_text {
    font-size: 6.6666666667vw;
    margin: 10.6666666667vw auto 9.3333333333vw;
    letter-spacing: 0.04em;
  }
  section.ball .ball_text span {
    font-size: 4.8vw;
  }
  section.ball h3 {
    font-size: 4.8vw;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  section.ball p.kome {
    font-size: 3.2vw;
    padding: 0 5.3333333333vw 0 0;
    margin-top: 3.3333333333vw;
  }
  section.ball .ball_content {
    margin-top: 5.3333333333vw;
  }
  section.ball .ball_content img {
    width: 84vw;
  }
  section.ball .ball_content p {
    font-size: 4.8vw;
  }
}

section.product {
  background-color: #c6c6c6;
  text-align: center;
  padding: 25px 0 65px 0;
}
@media screen and (min-width: 768px) {
  section.product {
    padding-right: 30px;
    padding-left: 30px;
  }
}
section.product div.product_flex {
  display: flex;
  justify-content: center;
  gap: 0 5.5555555556vw;
  max-width: 1000px;
  margin: 0 auto;
}
section.product div.product_flex div.product_item {
  width: 33.3333333333%;
}
section.product div.product_flex h3 {
  font-size: 30px;
  color: #7e644e;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.35;
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  section.product div.product_flex h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1441px) {
  section.product div.product_flex {
    gap: 0 80px;
  }
}
section.product div.button {
  width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.product div.button.product_01 {
    margin: 0 0 0 2.4305555556vw;
  }
  section.product div.button.product_02 {
    margin: 0 auto;
  }
  section.product div.button.product_03 {
    margin: 0 0 0 6.25vw;
  }
}
section.product div.button a {
  background-color: #7e644e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  gap: 0 10px;
  border-radius: 5px;
  padding-right: 5px;
}
section.product div.button a p {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  section.product {
    padding: 1.8666666667vw 0 18.6666666667vw 0;
  }
  section.product div.product_flex {
    display: block;
    margin-top: 8vw;
  }
  section.product div.product_flex div.product_item {
    margin-bottom: 12vw;
    width: 100%;
  }
  section.product div.product_flex h3 {
    font-size: 7.2vw;
    margin-bottom: 8vw;
  }
  section.product div.button {
    width: 42.6666666667vw;
  }
  section.product div.button a {
    height: 12vw;
    padding-right: 0.6666666667vw;
  }
  section.product div.button a p {
    font-size: 4.8vw;
  }
}
section.product h2.ladies {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: 90px auto 40px;
}
section.product .product_flex.ladies h3 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.product h2.ladies {
    font-size: 6.6666666667vw;
    margin: 20vw auto 9.3333333333vw;
  }
  section.product div.product_flex.ladies div.product_item:last-child {
    margin-bottom: 0;
  }
}
section.product .ball_product {
  padding: 100px 0 0 0;
}
section.product .ball_product h2 {
  color: #7e644e;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.product .ball_product {
    padding: 18.6666666667vw 0 0 0;
  }
  section.product .ball_product h2 {
    margin-bottom: 6.6666666667vw;
  }
}

.footer {
  text-align: center;
}
@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;
  }
}
@media screen and (min-width: 768px) {
  .footer div.main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.main {
    padding: 10.6666666667vw 0 14.6666666667vw;
  }
}
.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.main ul li a.online {
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 0 30px;
  padding: 15px 20px;
}
.footer div.main ul li a.online p {
  font-size: 16px;
}
.footer div.main ul li a.online p span {
  font-size: 18px;
}
.footer div.main ul li a.online:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer div.main ul li a.online {
    gap: 0 4vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
  .footer div.main ul li a.online img {
    width: 12vw;
  }
  .footer div.main ul li a.online p {
    font-size: 2.1333333333vw;
  }
  .footer div.main ul li a.online p span {
    font-size: 2.4vw;
  }
}
.footer div.foot {
  background-color: #3b3b3b;
}
@media screen and (min-width: 768px) {
  .footer div.foot {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer div.foot {
    padding: 6.6666666667vw 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;
  }
}