/* ===================================================================

scss core settings

=================================================================== */
/* ===================================================================

reset style

=================================================================== */
html{
  /*font-size: 62.5%; /* -> 10px */
  font-size: calc(100vw * 10 / 1200); /* 横幅1200pxの時フォントサイズ10pxが基準値 */
}
@media only screen and (min-width: 1200px) {  /* 横幅1200px以上の場合はフォントサイズを大きくしない */
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 849px) {
  html {
    font-size: calc(100vw * 5 / 375);
  }
}

html,
body,
header,
footer,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
  display: block;
}

blockquote,
q{
  quotes: none;
}

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

li{
  list-style-type: none;
}


/* ===================================================================

utility

=================================================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media (max-width: 849px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}


/* ===================================================================

init style

=================================================================== */
body{
	box-sizing: border-box;
	background: #fff;
	color: #4d4d4d;
	font-family: 'Noto Sans JP', sans-serif;
	/* font-size: 1.0rem; */
	/* line-height: 1.65rem; */
	letter-spacing: 0.1rem;
}

main{
	z-index: 555;
	overflow: hidden;
}

a {
  text-decoration: none;
  color: #fd741f;
}

a:hover {
  text-decoration: none;
  color: #fd741f;
}

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

#wrap {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 850px) {
  #wrap {
    max-width: 1200px;
  }
  #wrap img {
    max-width: none;
  }
}

@media (max-width: 849px) {
  #wrap {
    max-width: 850px;
  }
}

video {
  width: 100%;
}

/* ===================================================================

contents style

=================================================================== */
/* top */
.top {
  position: relative;
}

.top .title {
  position: absolute;
  width: 63%;
  top: 28%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top .subtitle {
  position: absolute;
  width: 15%;
  top: 5%;
  right: 4%;
  text-align: right;
}

.top .subtitle p {
  display: inline;
  background: #1a1a1a;
  margin: 3%;
  padding: 1% 0;
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 0.2rem;
  font-weight: 900;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
}

@media (max-width: 849px) {
  .top .title {
    width: 90%;
    top: 45%;
  }
  .top .subtitle {
    width: 75%;
    right: auto;
    left: 0;
    margin-left: -12%;
    transform: rotate(-10deg);
  }
  .top .subtitle p {
    display: block;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: right;
    margin: 2%;
    padding: 0 1% 0 0;
  }
  .top .subtitle p:nth-child(n+2) {
    font-size: 6.5rem;
  }
  .top .warranty {
    position: absolute;
    width: 35%;
    top: 0;
    right: 0;
  }
}

/* intro */
.intro {
  position: relative;
  padding-bottom:75%;
  margin-top:5%; 
  background: #fef6ed;
}

.intro .copy {
  position: absolute;
  width: 58%;
  top: -3.2%;
  left: 0;
}

.intro .warranty {
  position: absolute;
  width: 30%;
  top: -3.2%;
  right: 0;
}

.intro .goods {
  position: absolute;
  width: 45%;
  top: 25%;
  right: 3%;
}

.intro .circle {
  position: absolute;
  top: 20%;
  right: -5%;
  background-color:#fff;
  width: 45%;
  height: 35%;
  border-radius: 50%;
}

.intro .box {
  position: absolute;
  width: 38%;
  top: 65%;
  right: 4%;
  text-align: center;
  font-weight: 600;
}

.intro .box .title {
  font-family: "M PLUS 2", serif;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 4.0rem;
}

.intro .box .price {
  color: #1a1a1a;
  font-size: 1.5rem;
  margin-bottom: 5%;
}

.intro .box .price span {
  font-size: 2.0rem;
  font-weight: 900;
}

.intro .box .price strong {
  font-family: "M PLUS 2", serif;
  font-size: 3.0rem;
  font-weight: 900;
}

.intro .box .carriage {
  display: inline;
  background: #1a1a1a;
  padding: 3%;
  margin: 2%;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  text-align: center;
}

.intro .intro_video {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 5%;
}

@media (max-width: 849px) {
  .intro {
    padding-bottom:110%;
  }
  .intro .box {
    width: 40%;
    top: 30%;
    right: auto;
    left: 10%;
  }
  .intro .goods {
    top: 10%;
  }
  .intro .circle {
    top: 15%;
    right: 5%;
    width: 45%;
    height: 20%;
  }
  .intro .box .carriage {
    display: none;
  }
  .intro .intro_video {
    width: 92%;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* concept */
.concept {
  text-align: center;
}
.concept .box {
  position: relative;
}

.concept .box .title {
  position: absolute;
  width: 42%;
  top: -5%;
  right: 4%;
}

.concept .box .check {
  position: absolute;
  display: flex;
  width: 100%;
  top: 86%;
  left: 0;
}

.concept .box .check p {
  flex: 50%;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  text-shadow:0 0 15px #1a1a1a;
}

.concept .text {
  background-image: url(../images/bg_orange.png);
  padding: 5% 0;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 849px) {
  .concept .box .title {
    width: 60%;
  }
  .concept .box .check {
    display: block;
    top: 75%;
  }
  .concept .box .check p {
    padding-bottom: 3%;
  }
  .concept .text {
    padding: 10% 0;
  }
}

/* carry */
.carry {
  position: relative;
  padding-bottom:60%;
}

.carry .title {
  position: absolute;
  width: 32%;
  top: -5.6%;
  left: 4%;
}

.carry .subtitle {
  position: absolute;
  width: 48%;
  top: 18%;
  right: 4%;
}

.carry .text {
  position: absolute;
  width: 35%;
  bottom: 14%;
  left: 4%;
  font-size: 2.5rem;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 5.0rem;
  line-height: 5.0rem;
  padding-bottom: 1px;
}

.carry .text strong {
  color: #fff;
  background: #fd741f;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}

.carry .carry_video {
  position: absolute;
  width: 58%;
  top: 32%;
  right: 0;
  z-index: -100;
}

@media (max-width: 849px) {
  .carry {
    padding-bottom:135%;
  }
  .carry .title {
    width: 47%;
    top: -3.7%;
  }
  .carry .subtitle {
    width: 70%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .carry .text {
    width: 92%;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .carry .carry_video {
    width: 92%;
    top: 28%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* vibration */
.vibration {
  position: relative;
  padding-bottom:70%;
  background: #fef6ed;
}

.vibration .title {
  position: absolute;
  width: 15%;
  top: -4%;
  right: 4%;
}

.vibration .subtitle {
  position: absolute;
  width: 17%;
  bottom: 12%;
  left: 4%;
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  background: #fd741f;
  text-align: center;
  padding: 5% 0;
}

.vibration .text {
  position: absolute;
  width: 70%;
  bottom: 19%;
  right: 4%;
  font-size: 2.5rem;
}

.vibration .vibration_video {
  position: absolute;
  width: 65%;
  top: 19%;
  left: 11%;
}

@media (max-width: 849px) {
  .vibration {
    padding-bottom:90%; 
  }
  .vibration .title {
    width: 20%;
  }
  .vibration .subtitle {
    width: 25%;
    bottom: 16%;
    padding: 8% 0;
  }
  .vibration .text {
    width: 40%;
    bottom: 20%;
    right: 27%;
  }
  .vibration .vibration_video {
    width: 65%;
    top: 23%;
    left: 6%;
  }
}

/* point */
.point .box {
  position: relative;
  padding-bottom: 30%;
}

.point .box .title {
  position: absolute;
  width: 31%;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.point .box .subtitle {
  position: absolute;
  width: 40%;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.point .box .pride {
  position: absolute;
  width: 18%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.point .pointbox {
  position: relative;
  background-image: url(../images/bg_orange.png);
  border-radius: 10px;
  font-size: 2.5rem;
  color: #fff;
  padding-bottom: 40%;
  margin-bottom: 4%;
}
.point .pointbox.point3 {
  padding-bottom: 105%;
}

.point .title {
  position: absolute;
  width: 32%;
  top: 10%;
  left: 4%;
}
.point .point2 .title {
  width: 45%;
  left: auto;
  right: 4%;
}
.point .point3 .title {
  width: 14%;
  top: 4%;
}

.point .photo {
  position: absolute;
  width: 43%;
  top: 10%;
  left: 4%;
}
.point .point3 .photo {
  width: 66%;
  top: 4%;
  left: auto;
  right: 4%;
}

.point .text {
  position: absolute;
  width: 92%;
  top: 77%;
  left: 4%;
}
.point .point3 .text {
  width: 66%;
  top: 33%;
  left: auto;
  right: 4%;
}

.point .point1 .point_video {
  position: absolute;
  width: 43%;
  top: 10%;
  right: 4%;
}

.point .point3 .point3_wrap {
  position: absolute;
  margin: 0 4%;
  top: 45%;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.point .point3 .point3_video {
  position: relative;
  padding-bottom: 4%;
  width: 48%;
}

.point .point3 .point3_video p {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff9b20;
  color: #fff;
  padding: 15px 20px;
}

@media (max-width: 849px) {
  .point .box {
    padding-bottom: 45%;
  }
  .point .box .title {
    width: 45%;
  }
  .point .box .subtitle {
    width: 65%;
    top: 45%;
  }
  .point .box .pride {
    width: 30%;
    top: 50%;
  }
  .point .pointbox {
    padding-bottom: 110%;
    margin: 4%;
  }
  .point .pointbox.point3 {
    padding-bottom: 150%;
  }
  .point .title {
    width: 64%;
    top: 5%;
  }
  .point .point2 .title {
    width: 90%;
    left: 4%;
    right: auto;
  }
  .point .point3 .title {
    width: 75%;
  }
  .point .photo {
    width: 92%;
    top: 32%;
  }
  .point .point3 .photo {
    width: 92%;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .point .text {
    top: 80%;
   }
  .point .point3 .text {
    width: 92%;
    top: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .point .point1 .point_video {
    width: 92%;
    top: 32%;
  }
  .point .point3 .point3_wrap {
    top: 62%;
  }
  .point .point3 .point3_video p {
    padding: 5px 10px;
  }
}

/* catch */
.catch {
  position: relative;
}

.catch .title {
  position: absolute;
  width: 70%;
  top: 45%;
  left: 5%;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 849px) {
  .catch .title {
    width: 80%;
    top: 58%;
  }
}

/* use */
.use .box {
  position: relative;
  padding-bottom: 40%;
}

.use .box .title {
  position: absolute;
  width: 65%;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.use .box .subtitle {
  position: absolute;
  width: 55%;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.use .box2 {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  font-size: 3.0rem;
}

.use .box2 .step {
  position: relative;
  width: 50%;
  padding: 4%;
  background: #f2f2f2;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 5%;
}

.use .box2 .step .num {
  position: absolute;
  top: -16.0rem;
  right: 1.0rem;
  font-family: "M PLUS 2", serif;
  color: #f2f2f2;
  font-size: 4.0rem;
  font-weight: 600;
}

.use .box2 .step .num strong {
  font-size: 14.0rem;
  font-weight: 900;
}

.use .box2 .step .text {
  margin-bottom: 5%;
}

.use .box2 .step .photo {
  width: 40%;
}

@media (max-width: 849px) {
  .use .box .title {
    width: 85%;
    top: 20%;
  }
  .use .box .subtitle {
    width: 85%;
    top: 50%;
  }
  .use .box2 {
    display: block;
  }
  .use .box2 .step {
    width: 84%;
    margin: 4%;
    text-align: right;
  }
  .use .box2 .step .num {
    top: -4%;
    right: auto;
    left: 4%;
    color: #fff;
  }
  .use .box2 .step:nth-of-type(2) {
    display: flex;
    align-items: center;
  }
  .use .box2 .step:nth-of-type(2) .text {
    width: 60%;
    text-align: left;
  }
  .use .use_video {
    margin-top: 10%;
  }
}

/* mecha */
.mecha {
  background: #f2f2f2;
}

.mecha .box {
  position: relative;
  padding-bottom: 35%;
}

.mecha .box .title {
  position: absolute;
  width: 57%;
  top: 25%;
  left: 4%;
}

.mecha .box .subtitle {
  position: absolute;
  width: 82%;
  top: 40%;
  left: 0;
}

.mecha .box .text {
  position: absolute;
  width: 64%;
  top: 75%;
  left: 18%;
  font-size: 4.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.mecha .box .text strong {
  font-size: 5.5rem;
  font-weight: 900;
}

.mecha .box2 {
  padding: 5% 18% 2%;
  text-align: center;
  position: relative;
}

.mecha .box2::after {
  content: "";
  position: absolute;
  height: 5%;
  width: 100%;
  clip-path: polygon(0 0,50% 100%,100% 0);
  background-color: #f2f2f2;
  left: 0;
  bottom: -5%;
}

.mecha .box2>i {
  color: #fd741f;
  font-size: 5.0rem;
  margin-top: 5%;
}

.mecha .box2 .evi {
  background: #fff;
  padding: 4%;
  border: 5px solid #fd741f;
  border-radius: 10px;
  margin-top: 5%;
}

.mecha .box2 .evi.orange {
  background: #fd741f;
}

.mecha .box2 .evi.orange p strong.white {
  color: #fff;
}

.mecha .box2 .evi .flex {
  gap: 2%;
}

.mecha .box2 .evi .title {
  background: #fd741f;
  padding: 0;
  color: #fff;
  font-size: 5.0rem;
  font-weight: 600;
  margin-top: -10%;
  margin-bottom: 5%;
  font-family: "M PLUS 2", serif;
}

.mecha .box2 .evi .text {
  font-size: 2.5rem;
  line-height: 4.0rem;
  text-align: left;
}

.mecha .box2 .evi .photo {
  width: auto;
  height: 100%;
}

.mecha .box2 .evi .subtitle {
  font-size: 2.5rem;
  font-weight: 900;
}

.mecha .box2 .evi .subtitle strong {
  font-size: 4.0rem;
  font-weight: 900;
}

.mecha .box2 .evi .check {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin: 3% 0;
}

.mecha .box2 .evi .check p {
  flex-grow: 1;
  background: #fd741f;
  padding: 2% 5%;
  border-radius: 50px;
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: 600;
}

.mecha .box3 {
  background-image: url(../images/bg_orange.png);
  padding: 15% 4% 5%;
  text-align: center;
  font-size: 2.5rem;
}

.mecha .box3 .sokode {
  background: #faaa50;
  padding: 0 7%;
  color: #fff;
  font-size: 4.0rem;
  letter-spacing: 0.5rem;
  font-weight: 600;
  border-radius: 5px;
  transform: rotate(-5deg);
  display: inline-block;
}

.mecha .box3 .title {
  font-size: 3.5rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #fff;
  padding: 1% 0 3%;
}

.mecha .box3 .title strong {
  font-size: 5.0rem;
  font-weight: 900;
}

.mecha .box3 .text {
  z-index: 1;
  background: #fff;
  padding: 3% 5% 3% 3%;
  text-align: left;
  line-height: 5.0rem;
  width: 40%;
}

.mecha .box3 .mecha_video {
  z-index: 2;
  width: 60%;
  margin: 3% 0 -3% -3%;
}

.mecha .box3 .subtitle {
  color: #fff;
  font-size: 3.0rem;
  font-weight: 900;
  margin: 5% 0;
}

.mecha .box3 .subtitle strong {
  font-size: 4.5rem;
}

@media (max-width: 849px) {
  .mecha .box {
    padding-bottom: 50%;
  }
  .mecha .box .title {
    width: 85%;
  }
  .mecha .box .subtitle {
    width: 100%;
    top: 45%;
    left: -4%;
  }
  .mecha .box .text {
    width: 92%;
    top: 72%;
    left: 4%;
  }
  .mecha .box2 {
    padding: 0 4% 5%;
  }
  .mecha .box2::after {
    height: 5%;
    clip-path: polygon(0 0,50% 50%,100% 0);
    bottom: -5%;
  }
  .mecha .box2 .evi {
    border: 3px solid #fd741f;
  }
  .mecha .box2 .evi .flex {
    display: block;
  }
  .mecha .box2 .evi .photo {
    width: 40%;
  }
  .mecha .box3 .flex {
    flex-direction: column;
  }
  .mecha .box3 .text {
    order: 1;
    width: 94%;
    padding-top: 7%;
    padding-right: 3%;
  }
  .mecha .box3 .mecha_video {
    order: 0;
    width: 92%;
    margin: 0 4% -5%;
  }
}

/* detail */
.detail {
  background: #f2f2f2;
  padding: 2% 4%;
  font-size: 2.5rem;
}

.detail .flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}

.detail .subtitle {
  width: 65%;
  font-size: 4.5rem;
  letter-spacing: 1.5rem;
  vertical-align: middle;
}

.detail .title {
  width: 35%;
  text-align: right;
}

.detail .photo {
  width: 45%;
}

.detail table {
  width: 54%;
  margin-left: 1%;
}

.detail table th {
  padding: 3%;
  background: #fd741f;
  color: #fff;
  white-space: nowrap; 
}

.detail table td {
  padding: 3%;
  background: #fff;
}

@media (max-width: 849px) {
  .detail .subtitle {
    width: 45%;
  }
  .detail .title {
    width: 55%;
  }
  .detail .flex:nth-of-type(2) {
    flex-direction: column;
  }
  .detail .photo,
  .detail table {
    width: 100%;
    margin-top: 5%;
  }
}

/* caution */
.caution {
  background: #f2f2f2;
}

.caution .title {
  background: #1a1a1a;
  text-align: center;
}

.caution .title p {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.5rem;
  padding: 3% 0;
}

.caution .box {
  font-size: 2.5rem;
  padding: 0 4% 4%;
}

.caution .ban,
.caution .warning {
  margin-top: 4%;
}

.caution .box .title {
  font-size: 3.5rem;
  background: #fd741f;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.5rem;
  border-radius: 10px 10px 0 0;
  padding: 0.5% 0;
}

.caution .box .text {
  background: #fff;
  padding: 4% 4% 0;
  border: 2px solid #fd741f;
  letter-spacing: 0;
  border-radius: 0 0 10px 10px;
}

.caution .warning .title {
  background: #ff9b20;
}

.caution .warning .text {
  border: 2px solid #ff9b20;
}

.caution ul {
  margin: 2% 0 4%;
}

.caution li {
  margin-left: 2.0rem;
  text-indent: -2.0rem;
}

.caution li:before {
  content: "";
  width: 2.0rem;
  height: 2.0rem;
  display: inline-block;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: relative;
  margin-right: 0.5rem;
}

.caution p {
  margin-bottom: 4%;
}

.caution span {
  font-size: 2.1rem;
}


/* ===================================================================

cta style

=================================================================== */
.cta {
  position: relative;
  padding-bottom:65%;
  margin-top: 5%;
  background: #fef6ed;
}

.cta .copy {
  position: absolute;
  width: 36%;
  top: 2%;
  left: 2%;
}

.cta .warranty {
  position: absolute;
  width: 30%;
  top: -3.7%;
  right: 0;
}

.cta .goods {
  position: absolute;
  width: 38%;
  top: 60%;
  left: 4%;
}

.cta .circle {
  position: absolute;
  top: 72%;
  left: 4%;
  background-color:#fff;
  width: 38%;
  height: 25%;
  border-radius: 50%;
}

.cta .box {
  position: absolute;
  width: 25%;
  top: 6%;
  left: 43%;
  text-align: center;
  font-weight: 600;
}

.cta .box .subtitle {
  font-weight: 600;
  color: #fff;
  font-size: 2.5rem;
  background: linear-gradient(#ff9b20, #fd741f);
  padding: 2%;
}

.cta .box .title {
  font-family: "M PLUS 2", serif;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 4.0rem;
}

.cta .box .price {
  color: #1a1a1a;
  font-size: 1.5rem;
  margin-bottom: 5%;
}

.cta .box .price span {
  font-size: 2.0rem;
  font-weight: 900;
}

.cta .box .price strong {
  font-family: "M PLUS 2", serif;
  font-size: 3.0rem;
  font-weight: 900;
}

.cta .cta_video {
  position: absolute;
  width: 53%;
  top: 28%;
  right: 4%;
}

.cta .box2 {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 53%;
  top: 77%;
  right: 4%;
  text-align: center;
  gap: 2%;
  font-size: 2.0rem;
}

.cta .box2 .carriage {
  flex-grow: 1;
  background: #1a1a1a;
  padding: 2%;
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: 600;
}

.cta .box2 span {
  border: 3px solid #1a1a1a;
  background: #fff;
  color: #1a1a1a;
  padding: 2%;
  margin-left: -2%;
}

.cta .box2 span a {
  font-weight: 600;
}

.cta .cta_button {
  position: absolute;
  width: 53%;
  bottom: 2%;
  right: 4%;
  -webkit-animation-name: cvBtn;
          animation-name: cvBtn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 849px) {
  .cta {
    padding-bottom:135%;
    margin-top: 7%;
  }
  .cta .copy {
    width: 65%;
    top: -2%;
    left: -1%;
  }
  .cta .warranty {
    width: 35%;
    top: -3.4%;
  }
  .cta .goods {
    width: 40%;
    top: 23%;
  }
  .cta .circle {
    top: 24%;
    width: 40%;
    height: 18%;
  }
  .cta .box {
    width: 50%;
    top: 26%;
    left: auto;
    right: 4%;
  }
  .cta .cta_video {
    width: 92%;
    top: 49%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .cta .box2 {
    width: 92%;
    top: 42%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .cta .box2 .carriage {
    padding: 1%;
  }
  .cta .box2 span {
    padding: 1%;
    border: 2px solid #1a1a1a;
  }
  .cta .cta_button {
    width: 92%;
    bottom: 1%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}


/* ===================================================================

FAQ style

=================================================================== */
/* faq */
.faq {
  position: relative;
}

.faq .title {
  position: absolute;
  width: 92%;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  font-size: 4.5rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.5rem;
  line-height: 1.0rem;
  text-shadow:0 0 15px #666;
}

/***/

.flex.eq {
  justify-content: space-between;
  flex-wrap: wrap;
}

#faq {
  width: 100%;
  background: #fff;
  padding-bottom: 5%;
  box-sizing: border-box;
}

#faq_list {
  background: #fff;
  box-sizing: border-box;
}

#faq_list p {
  font-size: 1.8rem;
}

.toggle_btn {
  background: #ff9b20;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 3px;
  color: #fff;
  cursor: pointer;
}

.toggle_btn span:nth-of-type(2) {
  width: 87%;
  font-size: 2.0rem;
}

.toggle_btn .icons_toggle {
  margin-left: 0;
  transition: 0.3s ease all;
}

.toggle_btn.active {
  display: flex !important;
}

.toggle_btn.active .icons_toggle {
  transform: rotate(45deg);
}

.toggle_btn.active span[class^="icons_"] {
  order: 0;
}

.toggle_btn span[class^="icons_"] img,
.toggle_area p[class^="icons_"] img {
  width: auto;
  object-fit: contain;
}

.toggle_btn.active .icons_toggle {
  order: 3;
}

.toggle_area {
  display: none;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 3px;
}

.toggle_area table {
  width: 100%;
  display: table;
  vertical-align: top;
}

.toggle_area td {
  width: 90%;
}

.toggle_area td p {
  margin-bottom: 20px;
}

.toggle_area th {
  width: 6%;
}

.toggle_area .icons_a {
  text-align: left;
}

@media (max-width: 849px) {
  #faq_list p {
    font-size: 2.5rem;
  }
  .toggle_btn {
    padding: 3.5%;
  }
  .toggle_btn span:nth-of-type(2) {
    width: 83%;
    font-size: 2.5rem;
  }
  .toggle_btn .icons_q,
  .toggle_area .icons_a,
  .toggle_btn .icons_toggle {
    width: 2.5rem;
  }
  .toggle_area {
    padding: 3.5%;
  }
  .toggle_area td {
    width: 60%;
  }
}


/* ===================================================================

footer style

=================================================================== */
footer {
  width: 100%;
  font-size: 1.5rem;
}

footer .footer_ul {
  background: #ff9b20;
  display: flex;
}

footer .footer_ul li {
  text-align: center;
  padding: 20px 0;
  width: 25%;
}

footer .footer_ul li a {
  width: 100%;
  display: block;
  color: #fff;
}

footer .footer_ul li a:hover {
  opacity: 0.6;
}

footer .footer_small {
  background: #fd741f;
  text-align: center;
  padding: 20px 0;
}

footer .footer_small a {
  color: #fff;
}

@media (max-width: 849px) {
  footer {
    font-size: 2.5rem;
  }
  footer .footer_ul {
    display: block;
  }
  footer .footer_ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}


/* ===================================================================

keyframes

=================================================================== */
@-webkit-keyframes cvBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
}

@keyframes cvBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
}

