.border_dark {
  border: 1px solid #333333 !important;
}

.border_top_dark {
  border-top: 1px solid #333333;
}

.border_btm_dark {
  border-bottom: 1px solid #333333;
}

body {
  color: #333333 !important;
  font-family: "Noto Serif JP", serif;
}

.fw-bold {
  font-weight: 600 !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.text-justify {
  text-align: justify;
}

.obi_ber {
  background-color: #333333;
}

.obi_ber_text a {
  color: white;
  transition: 0.3s;
}
.obi_ber_text a:hover {
  color: white;
  opacity: 0.7;
}

.text_mi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.text_mi span {
  font-size: 1rem;
  color: #d6d6d6;
}
@media (max-width: 768px) {
  .text_mi {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .text_mi span {
    font-size: 0.5rem;
  }
}

.cart_btn {
  width: 100%;
  color: #333333;
  display: block;
  border: 1px solid #333333;
  padding: 1rem 1rem;
  text-align: center;
  transition: 0.3s;
}
.cart_btn:hover {
  background-color: #333333;
  color: white;
}

.cart_sold_out {
  width: 100%;
  color: #333333;
  display: block;
  border: 1px solid #333333;
  padding: 1rem 1rem;
  text-align: center;
  background-color: #efefef;
}

.contact_btn {
  width: 100%;
}
.contact_btn a {
  background-color: #DC3545;
  display: block;
  padding: 1rem 1rem;
  text-align: center;
  color: white;
  transition: 0.3s;
}
.contact_btn a:hover {
  color: white;
  opacity: 0.7;
}
.contact_btn.contact_btn_02 {
  width: 40%;
  margin: 0 auto;
  margin-top: 5rem;
}
.contact_btn.contact_btn_02 a {
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  .contact_btn.contact_btn_02 {
    width: 80%;
    margin-top: 3rem;
  }
  .contact_btn.contact_btn_02 a {
    padding: 1rem 1rem;
  }
}

.btn-submit {
  background-color: #DC3545;
  color: #fff;
  width: 40%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
.btn-submit:hover {
  opacity: 0.7;
  color: #fff;
}
@media (max-width: 768px) {
  .btn-submit {
    width: 80%;
  }
}

.slide {
  background: url(../img/slider-01.jpg);
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  padding-top: 40%;
  margin-top: 14rem;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .slide {
    margin-top: 7rem;
  }
}
@media (max-width: 576px) {
  .slide {
    padding-top: 100%;
    margin-top: 3rem;
  }
}
.slide.slide_01 {
  background: url(../img/slider-01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slide.slide_02 {
  background: url(../img/slider-02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slide.slide_03 {
  background: url(../img/slider-03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fv {
  background: url(../img/ser_fv.jpg);
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  padding-top: 35%;
  margin-top: 14rem;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .fv {
    margin-top: 7rem;
  }
}
@media (max-width: 768px) {
  .fv {
    margin-top: 3rem;
  }
}
.fv.ser_fv {
  background: url(../img/ser_fv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fv.flo_fv {
  background: url(../img/flo_fv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fv.pri_fv {
  background: url(../img/pri_fv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fv.con_fv {
  background: url(../img/con_fv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fv.cart_fv {
  background: url(../img/cart_fv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fv.faq_fv {
  background: url(../img/faq_fv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.fv.com_fv {
  background: url(../img/com_fv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 576px) {
  .fv {
    padding-top: 70%;
  }
}

.text_indent {
  text-indent: -1rem;
}

.text_justify {
  text-align: justify;
}

.nav-head {
  position: fixed;
  background: #fff;
  z-index: 10;
  width: 100%;
  top: 0;
}

.nav-icn {
  font-size: 3rem;
}

.nav-box1 a {
  text-decoration: none;
  color: #333333;
  transition: 0.5s;
}
.nav-box1 a:hover {
  color: #333333;
  opacity: 0.7;
}

.nav-box1.nav-box2 {
  padding: 0 1rem;
}
.nav-box1.nav-box2 a {
  color: #fff;
}
.nav-box1.nav-box2 a:hover {
  color: #fff;
}

.nav-item a {
  text-decoration: none;
  color: white;
  border-right: 1px solid #fff;
  padding: 1rem 2rem;
}
.nav-item:first-of-type a {
  border-left: 1px solid #fff;
}
.nav-item:nth-child(4) a {
  border-right: none;
}
.nav-item:last-of-type a {
  border-right: none;
  padding: 0;
}
.nav-item a div {
  background-color: #333333;
}
.nav-item a div div:first-child {
  margin-bottom: -0.5rem;
}
.nav-item a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.hamburger {
  display: block;
  position: relative;
  z-index: 3;
  right: 0;
  width: 20px;
  height: 14px;
  cursor: pointer;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 0.2rem;
  background: #333333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 6px;
}
.hamburger span:nth-child(3) {
  top: 12px;
}

.hamburger.active span:nth-child(1) {
  top: 10px;
  left: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 10px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.globalmenusp {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: #333333;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: 0.6s;
  padding: 5rem 0;
  visibility: hidden;
  max-height: 100vh;
}
@media (max-width: 768px) {
  .globalmenusp {
    padding: 3rem 0;
  }
}

.globalmenusp.active {
  opacity: 1;
  visibility: visible;
}

.globalmenusp_box div {
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding-bottom: 1rem;
  margin-top: 1rem;
  letter-spacing: 0.5rem;
  width: 80%;
}
.globalmenusp_box div a {
  display: block;
  color: #fff;
  transition: 0.5s;
}
.globalmenusp_box div a:hover {
  opacity: 0.7;
}

.nav-text {
  font-size: 2vw;
}
@media (max-width: 768px) {
  .nav-text {
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .nav-text {
    font-size: 1.6rem;
  }
}

.nav-text02 {
  font-size: 0.9rem;
}

.link_box li a {
  color: #333333;
  transition: 0.5s;
}
.link_box li a:hover {
  opacity: 0.7;
}

.foot_tel a {
  color: #333333;
}

.index_fv {
  background: url(../img/slider-01.jpg) center/cover;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
}

.news_box {
  text-align: center;
  border: 1px solid #333333;
  position: relative;
  padding: 3rem 10rem !important;
}
@media (max-width: 768px) {
  .news_box {
    padding: 2rem 1rem !important;
  }
}
.news_box .news_box_mi {
  position: absolute;
  font-size: 1.5rem;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #333333;
  color: white;
  padding: 0.5rem 3rem;
}
@media (max-width: 768px) {
  .news_box .news_box_mi {
    font-size: 1rem;
    padding: 0.5rem 3rem;
    white-space: nowrap;
  }
}
.news_box table tr {
  border-bottom: 1px solid #333333;
}

.car_watch_box {
  padding: 5rem 5rem 2rem 5rem;
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .car_watch_box {
    padding: 1rem 1rem 0.5rem 1rem;
  }
}
.car_watch_box div img {
  max-width: 40%;
}
@media (max-width: 1200px) {
  .car_watch_box div img {
    max-width: 100%;
  }
}

.car_name {
  font-size: 3vw;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .car_name {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .car_name {
    font-size: 1.3rem;
  }
}

.car_watch_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.car_watch_btn a {
  color: #333333;
  display: block;
  border: 1px solid #333333;
  padding: 1rem 8rem;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .car_watch_btn a {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
  }
}
.car_watch_btn a:hover {
  border: 1px solid #DC3545;
  background-color: #DC3545;
  color: #fff;
}

.bn a {
  transition: 0.5s;
  display: block;
}
.bn a:hover {
  opacity: 0.7;
}

.pagination {
  justify-content: center;
}
.pagination .page {
  display: none;
}
.pagination .prev {
  margin-right: 1.5rem;
}
.pagination .prev a {
  background-image: url(../img/page-left.svg);
  width: 40px;
  height: 40px;
  color: transparent;
  display: inline-block;
  background-size: contain;
}
.pagination .next a {
  background-image: url(../img/page-right.svg);
  width: 40px;
  height: 40px;
  color: transparent;
  display: inline-block;
  background-size: contain;
}

.pro_vr {
  border: 5px solid #DC3545;
  padding: 5rem 3rem 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .pro_vr {
    padding: 2.5rem 1rem 1rem;
  }
}
.pro_vr .vr-ttl {
  width: 200px;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.pro_vr .vr-ttl img {
  background-color: #fff;
}
@media (max-width: 768px) {
  .pro_vr .vr-ttl {
    width: 140px;
    top: -1.5rem;
  }
}
.pro_vr iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 768px) {
  .pro_vr iframe {
    height: 200px;
  }
}

.product_car_name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .product_car_name {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}

.info_box {
  border: 2px solid #333333;
  text-align: center;
}
.info_box table tr th {
  background: #333333;
  color: white;
  font-weight: normal;
  padding: 0.8rem 0;
}
.info_box table tr td {
  padding: 0.8rem 0;
}

.info_box_02 div:first-child {
  background-color: #333333;
  color: white;
  padding: 2rem;
  margin-right: 1rem;
  width: 40%;
  text-align: center;
}
@media (max-width: 768px) {
  .info_box_02 div:first-child {
    width: 100%;
    padding: 1rem;
    margin-bottom: 0.75rem;
  }
}
.info_box_02 div:nth-child(2) {
  width: 60%;
  font-size: 1.6rem;
  font-weight: bold;
}
.info_box_02 div:nth-child(2) span {
  font-size: 4rem;
  line-height: 1;
  margin-right: 0.3rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .info_box_02 div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}

.pro_box_out {
  position: relative;
  background-color: #f6f6f6;
  padding: 3rem 2rem 2rem 2rem;
}
@media (max-width: 768px) {
  .pro_box_out {
    padding: 3rem 1rem 1rem 1rem;
  }
}

.pro_box_mi {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(0% - 23px);
  width: 150px;
  padding: 0.7rem 0;
  text-align: center;
  background-color: #333333;
  color: white;
}

.pro_box {
  width: 100%;
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .pro_box tr {
    width: 100%;
    display: block;
  }
}
.pro_box tr th {
  width: 20%;
  border: 1px solid #333333;
  font-weight: normal;
  padding: 1rem 1rem;
  background-color: #d6d6d6;
}
@media (max-width: 768px) {
  .pro_box tr th {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #333333;
  }
}
.pro_box tr td {
  width: 30%;
  border: 1px solid #333333;
  padding: 1rem 1rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .pro_box tr td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #333333;
  }
}

.pro_box.pro_box_02 tr th {
  width: 20%;
}
@media (max-width: 768px) {
  .pro_box.pro_box_02 tr th {
    width: 100%;
  }
}
.pro_box.pro_box_02 tr td {
  width: 80%;
}
@media (max-width: 768px) {
  .pro_box.pro_box_02 tr td {
    width: 100%;
  }
}

.equ_box {
  border: 1px solid #333333;
  padding: 1.5rem 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .equ_box {
    padding: 1rem 1rem;
  }
}

.com_text_mi {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .com_text_mi {
    font-size: 1rem;
  }
}

.com_box tbody {
  width: 100%;
}
.com_box tr td:first-child {
  text-align: center;
  width: 15%;
  padding: 1rem;
  background-color: #f6f6f6;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .com_box tr td:first-child {
    text-align: left;
  }
}
.com_box tr td:nth-child(2) {
  width: 85%;
  padding: 1rem;
}
.com_box tr td span a {
  color: #333333;
}

.ser_box {
  padding: 4rem;
}
@media (max-width: 768px) {
  .ser_box {
    padding: 1.5rem;
  }
}

.ser_box_mi {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ser_box_mi {
    font-size: 1.2rem;
  }
}

.ser_img {
  background: url(../img/ser_01.jpg);
  width: 100%;
  background-repeat: no-repeat;
  padding-top: 32%;
  background-position: center center;
  background-size: cover;
}
.ser_img.ser_img_02 {
  background: url(../img/ser_02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ser_img.ser_img_03 {
  background: url(../img/ser_03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ser_img.ser_img_04 {
  background: url(../img/ser_04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .ser_img {
    padding-top: 60%;
    background-position: top;
  }
}

.ser_box {
  width: 100%;
}
@media (max-width: 1200px) {
  .ser_box {
    width: 100%;
  }
}

.ser_box_out {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .ser_box_out {
    margin-bottom: 2.5rem;
  }
}

.flo_img {
  background: url(../img/flo_01.jpg);
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  padding-top: 37%;
  background-position: center center;
  background-size: cover;
}
.flo_img.flo_img_02 {
  background: url(../img/flo_02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.flo_img.flo_img_03 {
  background: url(../img/flo_03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.flo_img.flo_img_04 {
  background: url(../img/flo_04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 576px) {
  .flo_img {
    padding-top: 60%;
    background-position: top;
  }
}

.ser_box.flo_box {
  padding: 0 4rem 0 4rem;
}
@media (max-width: 1200px) {
  .ser_box.flo_box {
    padding: 1.5rem 0 0 0;
  }
}

.flo_arr i {
  font-size: 3rem;
  display: inline-block;
  transform: scale(1.3, 1);
  position: relative;
  left: 20%;
  margin: 1rem 0;
  color: #DC3545;
}
@media (max-width: 1200px) {
  .flo_arr i {
    left: 50%;
    transform: scale(1.3, 1) translateX(-50%);
    -webkit-transform: scale(1.3, 1) translateX(-50%);
  }
}
@media (max-width: 768px) {
  .flo_arr i {
    font-size: 2rem;
  }
}

.faq {
  width: 100%;
}
.faq input {
  display: none;
}
.faq label {
  cursor: pointer;
  display: flex;
  text-decoration: none;
  color: #333333;
  line-height: 1.4;
  position: relative;
  padding: 1rem;
  background-color: #F9D7D9;
  font-weight: bold;
  align-items: center;
}
.faq label span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 1rem;
}
.faq ul {
  margin: 0;
  padding: 0;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .faq ul {
    margin: 0.5rem 0;
  }
}
.faq ul li {
  height: 0;
  overflow-y: hidden;
}

#faq_bar01:checked ~ #links01 li,
#faq_bar02:checked ~ #links02 li,
#faq_bar03:checked ~ #links03 li,
#faq_bar04:checked ~ #links04 li,
#faq_bar05:checked ~ #links05 li,
#faq_bar06:checked ~ #links06 li,
#faq_bar07:checked ~ #links07 li,
#faq_bar08:checked ~ #links08 li,
#faq_bar09:checked ~ #links09 li,
#faq_bar10:checked ~ #links10 li {
  height: auto;
  opacity: 1;
  overflow: visible;
}

#faq_bar01:checked ~ #links01 li:first-child,
#faq_bar02:checked ~ #links02 li:first-child,
#faq_bar03:checked ~ #links03 li:first-child,
#faq_bar04:checked ~ #links04 li:first-child,
#faq_bar05:checked ~ #links05 li:first-child,
#faq_bar06:checked ~ #links06 li:first-child,
#faq_bar07:checked ~ #links07 li:first-child,
#faq_bar08:checked ~ #links08 li:first-child,
#faq_bar09:checked ~ #links09 li:first-child,
#faq_bar10:checked ~ #links10 li:first-child {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 1rem;
}

#faq_bar01:checked ~ #links01 li:nth-child(2),
#faq_bar02:checked ~ #links02 li:nth-child(2),
#faq_bar03:checked ~ #links03 li:nth-child(2),
#faq_bar04:checked ~ #links04 li:nth-child(2),
#faq_bar05:checked ~ #links05 li:nth-child(2),
#faq_bar06:checked ~ #links06 li:nth-child(2),
#faq_bar07:checked ~ #links07 li:nth-child(2),
#faq_bar08:checked ~ #links08 li:nth-child(2),
#faq_bar09:checked ~ #links09 li:nth-child(2),
#faq_bar10:checked ~ #links10 li:nth-child(2) {
  display: flex;
  align-items: center;
}

.pri_mi {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .pri_mi {
    font-size: 1.2rem;
  }
}

.pri_mad {
  width: 90%;
}
.pri_mad tr td {
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5rem;
}
.pri_mad tr td:first-child {
  width: 10%;
  padding-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pri_mad tr td:first-child {
    width: 1000%;
  }
}
.pri_mad tr td:nth-child(2) {
  width: 80%;
}
@media (max-width: 768px) {
  .pri_mad tr td:nth-child(2) {
    width: 100%;
  }
}
.pri_mad tr:nth-child(n+2) td {
  padding-top: 0.5rem;
}

.con_bg {
  background-color: #f6f6f6;
  padding: 3rem 3rem;
}
@media (max-width: 768px) {
  .con_bg {
    padding: 1rem 1rem;
  }
}

.form_label {
  margin-bottom: 0.5rem;
}

.form_control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #989898;
}
.form_control.form_control_name {
  width: 40%;
}
@media (max-width: 768px) {
  .form_control.form_control_name {
    width: 100%;
  }
}

.input_space {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px !important;
}

.cart_mi {
  width: 100%;
}
.cart_mi div:first-child {
  width: 40%;
  margin-right: 1rem;
}
.cart_mi div:nth-child(2) {
  width: 20%;
}

.cart_gou {
  width: 100%;
}
.cart_gou div:first-child {
  padding-right: 2rem;
  align-items: center;
  display: flex;
}
.cart_gou div:nth-child(2) {
  font-size: 1.6rem;
  padding-right: 3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cart_gou div:nth-child(2) {
    padding-right: 0;
  }
}
.cart_gou div:nth-child(2) span {
  padding: 0.5rem 0 0 0.5rem;
  font-size: 1rem;
}

.cart_box {
  width: 100%;
}
.cart_box .cart_i {
  width: 7%;
  padding-right: 1rem;
}
.cart_box .cart_img {
  width: 30%;
  margin-right: 1.8rem;
}
@media (max-width: 768px) {
  .cart_box .cart_img {
    width: 100%;
    margin-right: 0;
    margin-top: -1.2rem;
  }
}
.cart_box .cart_text {
  width: 43%;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .cart_box .cart_text {
    width: 100%;
    padding-right: 0;
  }
}
.cart_box .cart_kin {
  width: 20%;
  font-size: 1.6rem;
  padding-right: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cart_box .cart_kin {
    width: 100%;
    padding-right: 0;
  }
}
.cart_box div i {
  display: flex;
  align-items: flex-start;
  font-size: 3rem;
  margin-top: -0.8rem;
}

.cart_kin02 {
  width: 20%;
  font-size: 1.6rem;
  padding-right: 3.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cart_kin02 {
    width: 100%;
    padding-right: 0.75rem;
  }
}

.cart02_wrap {
  background-color: #f6f6f6;
  padding: 2rem 2rem;
}

.fadeinup {
  animation: fadeinup 1s both;
}

@keyframes fadeinup {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media only screen and (max-width: 576px) {
  @keyframes fadeinup {
    0% {
      transform: translateY(30px);
      opacity: 0;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
}
.fadeinleft {
  animation: fadeinleft 1s both;
}

@keyframes fadeinleft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeinright {
  animation: fadeinright 1s both;
}

@keyframes fadeinright {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.delay-1s {
  animation-delay: 0.1s;
}

.delay-2s {
  animation-delay: 0.2s;
}

.delay-3s {
  animation-delay: 0.3s;
}

.delay-4s {
  animation-delay: 0.4s;
}

.delay-5s {
  animation-delay: 0.5s;
}

.delay-6s {
  animation-delay: 0.6s;
}

.delay-7s {
  animation-delay: 0.7s;
}

.delay-8s {
  animation-delay: 0.8s;
}

.delay-9s {
  animation-delay: 0.9s;
}

.delay-10s {
  animation-delay: 1s;
}

.delay-11s {
  animation-delay: 1.1s;
}

.delay-12s {
  animation-delay: 1.2s;
}

.delay-13s {
  animation-delay: 1.3s;
}

.delay-14s {
  animation-delay: 1.4s;
}

.delay-15s {
  animation-delay: 1.5s;
}

.delay-16s {
  animation-delay: 1.6s;
}

.delay-17s {
  animation-delay: 1.7s;
}

.delay-18s {
  animation-delay: 1.8s;
}

.delay-19s {
  animation-delay: 1.9s;
}

.delay-20s {
  animation-delay: 2s;
}/*# sourceMappingURL=style.css.map */