@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 
-------------------------------------------------------------------*/
/* import
-------------------------------------------------------------------*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* CSS
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Poppins", "Noto Sans JP", "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

p, th, td, li {
  font-weight: 400;
  line-height: 7vw;
  font-size: 3.8vw;
}
@media print, screen and (min-width: 641px) {
  p, th, td, li {
    font-size: 16px;
    line-height: 2rem;
  }
}

strong, b, h1, h2, h3, h4, h5 {
  font-weight: 700;
}

p, div, a, ul, ol, li, h1, h2, h3, h4, h5 {
  box-sizing: border-box;
}

p, ul, li, ol, span, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
}

li {
  list-style: none;
}

/*================================================================================
フッター
================================================================================*/
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../img/ftr_bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 641px) {
  footer {
    min-width: 1200px;
    background-color: #000;
    background-image: url(../img/ftr_bg_left_pc.jpg), url(../img/ftr_bg_right_pc.jpg);
    background-size: auto 100%, auto 100%;
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
  }
}
footer img.ftrCafflano {
  width: 23.7vw;
  margin: 5vw auto;
}
@media print, screen and (min-width: 641px) {
  footer img.ftrCafflano {
    width: 117px;
    margin: 30px auto;
  }
}
footer img.ftrCornes {
  width: 9.6vw;
  margin: 5vw auto;
  transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
  footer img.ftrCornes {
    width: 40px;
    margin: 20px auto;
  }
}
footer img.ftrCornes:hover {
  opacity: 0.7;
  transition: 0.3s;
}
footer .gototop {
  position: relative;
  margin: 0 auto;
  top: -29px;
  margin-bottom: -29px;
}
@media print, screen and (min-width: 641px) {
  footer .gototop {
    width: 117px;
    margin: 30px auto -30px;
  }
}
footer .gototop img {
  width: auto;
  height: 30px;
}
footer .gototop a:hover {
  opacity: 1;
}
footer dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  width: 90%;
  font-size: 3.8vw;
}
@media print, screen and (min-width: 641px) {
  footer dl {
    width: 420px;
    font-size: 15px;
  }
}
footer dl dt {
  width: 30%;
  margin: 0 0 10px;
  white-space: nowrap;
}
@media print, screen and (min-width: 641px) {
  footer dl dt {
    width: 25%;
  }
}
footer dl dd {
  width: 70%;
  margin: 0 0 10px;
}
@media print, screen and (min-width: 641px) {
  footer dl dd {
    width: 75%;
  }
}

body {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
header#hdrTop {
  text-align: center;
  width: 100%;
  background: #1c1c1c;
}
@media print, screen and (min-width: 641px) {
  header#hdrTop {
    background: url(../img/hdr_bg_top.png) center top no-repeat;
    background-size: 100% auto;
  }
}
header#hdrTop img.logo {
  position: relative;
  width: 27.3vw;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  header#hdrTop img.logo {
    width: 205px;
  }
}
header#hdrTop #mainvisual {
  position: relative;
  display: block;
  z-index: 0;
  margin: -6.3vw auto 5vw;
  line-height: 0;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  header#hdrTop #mainvisual {
    width: 1200px;
    margin: -47px auto 85px;
  }
}
header#hdrTop #mainvisual div {
  background: #fff;
}
@media print, screen and (min-width: 641px) {
  header#hdrTop #mainvisual div {
    border-radius: 8px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.35);
  }
}
header#hdrTop #mainvisual div img {
  width: 100%;
}

header#hdrInside {
  position: relative;
  text-align: center;
  width: 100%;
  background: #1c1c1c;
  transition: 0.2s;
  margin-top: -6.3vw;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside {
    background: none;
    margin-top: 0;
  }
}
header#hdrInside .logoWrap {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside .logoWrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 197px;
    height: 183px;
    background: #2a2a2a;
    border-radius: 0 0 10px 0;
    text-align: center;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.28);
  }
}
@media print, screen and (min-width: 641px) {
  header#hdrInside .logoWrap img {
    width: 122px;
    margin-top: 23px;
  }
}
header#hdrInside img.logo {
  position: relative;
  width: 27.3vw;
  z-index: 1;
  top: 6.3vw;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside img.logo {
    display: none;
  }
}
header#hdrInside ul {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside ul {
    width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
header#hdrInside ul li {
  width: 161px;
  text-align: center;
  border-right: 1px dotted #e0e0e0;
  font-family: poppins;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
header#hdrInside ul li:last-child {
  border: none;
}
header#hdrInside ul li span {
  font-size: 12px;
  color: #b6b29d;
}
header#hdrInside ul li a {
  color: #333;
  text-decoration: none;
}
header#hdrInside ul li a img {
  transition: 0.2s;
}
header#hdrInside ul li a:hover img {
  opacity: 0.5;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside.fixed {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
    transition: 0.2s;
  }
}
header#hdrInside.fixed .logoWrap {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside.fixed .logoWrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 135px;
    background: #2a2a2a;
    border-radius: 0 0 0px 0;
    text-align: center;
    box-shadow: none;
  }
}
@media print, screen and (min-width: 641px) {
  header#hdrInside.fixed .logoWrap img {
    width: 80px;
    margin-top: 23px;
  }
}
header#hdrInside.fixed ul {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header#hdrInside.fixed ul {
    width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
header#hdrInside.fixed ul li {
  width: 161px;
  text-align: center;
  border-right: 1px dotted #e0e0e0;
  font-family: poppins;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
header#hdrInside.fixed ul li:last-child {
  border: none;
}
header#hdrInside.fixed ul li span {
  font-size: 11px;
  color: #b6b29d;
}
header#hdrInside.fixed ul li a {
  color: #333;
  text-decoration: none;
}
header#hdrInside.fixed ul li img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

/*開閉ボタン*/
.nav_toggle {
  position: absolute;
  width: 17.3vw;
  height: 16.4vw;
  top: 9vw;
  right: 3vw;
}
@media print, screen and (min-width: 641px) {
  .nav_toggle {
    display: none;
  }
}
.nav_toggle div {
  position: relative;
}
.nav_toggle span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 6.5vw;
  left: 5.4vw;
  transition: 0.2s ease-in-out;
}
.nav_toggle span:nth-child(1) {
  top: 5.2vw;
}
.nav_toggle span:nth-child(2) {
  top: 7.2vw;
}
.nav_toggle span:nth-child(3) {
  top: 9vw;
}

#hdrTop .nav_toggle {
  top: 3vw;
}

/*開閉ボタンopen時*/
.nav_toggle.close {
  background: none;
  z-index: 2000;
}
.nav_toggle.close::before {
  display: none;
}

.nav_toggle.close span {
  background: #fff;
}

.nav_toggle.close span:nth-child(1) {
  top: 8vw;
  transform: rotate(135deg);
}

.nav_toggle.close span:nth-child(2) {
  width: 0;
  left: 50%;
}

.nav_toggle.close span:nth-child(3) {
  top: 8vw;
  transform: rotate(-135deg);
}

header.open {
  width: 100vw;
  z-index: 10;
}

/* SP Nav ----------------------------------------------------------------------------------------*/
.spNavWrap {
  position: fixed;
  display: block;
  left: 110%;
  top: 0;
  visibility: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(18, 132, 214, 0);
  transition: 0.2s;
  z-index: 1100;
}
@media print, screen and (min-width: 641px) {
  .spNavWrap {
    display: none;
  }
}
.spNavWrap ul.spNav {
  display: none;
}
.spNavWrap.open {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  flex-wrap: wrap;
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.2s;
}
.spNavWrap.open ul.spNav {
  display: block;
  width: 80%;
}
.spNavWrap.open ul.spNav li {
  font-size: 7vw;
  font-weight: bold;
  font-family: poppins;
  margin: 0 auto 15px;
  text-align: center;
}
.spNavWrap.open ul.spNav li a {
  margin-bottom: 4vw;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.spNavWrap.open ul.spNav li:first-child {
  padding-top: 15px;
}
.spNavWrap.open ul.spNav li.snslink {
  margin-bottom: 7px;
}
.spNavWrap.open ul.spNav li.snslink a {
  border: none;
}
.spNavWrap.open ul.spNav li.snslink a img {
  width: 9vw;
  height: auto;
}

body.open .spNavWrap {
  left: 0;
}

/*------------------------------------------------------*/
#productMain {
  background: #edede2;
  padding-top: 10vw;
}
@media print, screen and (min-width: 641px) {
  #productMain {
    margin-top: 190px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 641px) {
  #productMain.fixedmenuAppear {
    padding-top: 176px;
  }
}
#productMain .inner {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner {
    width: 960px;
  }
}
#productMain .inner img {
  position: relative;
  align-self: flex-start;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner img {
    top: -147px;
    width: 480px;
    height: 453px;
  }
}
#productMain .inner .description {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner .description {
    top: -147px;
    width: 400px;
  }
}
#productMain .inner .description .sub {
  color: #b6b29d;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner .description .sub {
    text-align: left;
    margin-top: 25px;
    height: 30px;
  }
}
#productMain .inner .description h1 {
  font-family: poppins;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner .description h1 {
    text-align: left;
    height: 117px;
    margin-bottom: 0;
  }
}
#productMain .inner .description h1 strong {
  font-size: 42px;
}
#productMain .inner .description p {
  padding: 0 4%;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner .description p {
    padding: 0;
  }
}
#productMain .inner .description .btn {
  margin: 5vw auto;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner .description .btn {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
#productMain .inner .description .btn a {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 45px;
  line-height: 47px;
  border-radius: 5px;
  text-align: center;
  background: #333333;
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner .description .btn a {
    width: auto;
  }
}
#productMain .inner .description .btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5vw;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner .description .btn a::before {
    left: 27px;
  }
}
#productMain .inner .description .btn a:hover {
  background: #fff;
  color: #333;
  transition: 0.3s;
}
#productMain .inner .description .btn a:hover::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: 0.3s;
}
#productMain .inner .description .btn span {
  color: #ff0000;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 2vw;
}
@media print, screen and (min-width: 641px) {
  #productMain .inner .description .btn span {
    display: inline;
    padding: 0;
  }
}

.mov {
  position: relative;
  width: 100%;
  margin: 5vw auto;
}
@media print, screen and (min-width: 641px) {
  .mov {
    width: 960px;
    margin: -147px auto 100px;
    background: #fff;
  }
}
.mov .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.mov .thumbnail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  margin-top: -36px;
  margin-left: -36px;
  background: #ff0000;
  z-index: 100;
}
.mov .thumbnail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -7px;
  box-sizing: border-box;
  border: 12px solid transparent;
  border-left: 20px solid #fff;
  z-index: 200;
}
.mov .thumbnail img {
  position: relative;
  width: 100%;
  transition: 0.3s;
  box-shadow: 0px 0px 27px 0px rgba(174, 174, 159, 0.5);
}
.mov .thumbnail:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
.mov .youtubeMain {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 50.625%;
}
@media print, screen and (min-width: 641px) {
  .mov .youtubeMain {
    width: 960px;
    margin: 0 auto;
    padding-top: 56.25%;
  }
}
.mov .youtubeMain iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.point {
  padding-top: 5vw;
  border-top: 1px solid #b6b29d;
}
@media print, screen and (min-width: 641px) {
  .point {
    padding-top: 40px;
  }
}
.point h2 {
  text-align: center;
  font-weight: bold;
  font-size: 4.8vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  .point h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.point h2 span {
  color: #b6b29d;
  font-family: poppins;
  display: block;
  font-size: 4.8vw;
}
@media print, screen and (min-width: 641px) {
  .point h2 span {
    font-size: 20px;
  }
}
.point img {
  width: 90%;
  margin: 0 auto 5vw;
  border-radius: 7px;
}
@media print, screen and (min-width: 641px) {
  .point img {
    width: auto;
    margin: 0 auto;
  }
}
.point img.pic5 {
  margin-bottom: 50px;
}
.point img.pic6 {
  width: 40%;
}
@media print, screen and (min-width: 641px) {
  .point img.pic6 {
    position: relative;
    width: auto;
    top: -100px;
    margin-bottom: -100px;
    margin-left: 45px;
  }
}
.point .detailSeparate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  .point .detailSeparate {
    width: 840px;
    margin: 0 auto 50px;
  }
}
.point .detailSeparate p {
  width: 90%;
  margin: 0 auto 5vw;
}
@media print, screen and (min-width: 641px) {
  .point .detailSeparate p {
    width: 440px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 641px) {
  .point .detailSeparate p.point6 {
    width: 580px;
    margin-bottom: 30px;
  }
}
.point .detailWide {
  text-align: center;
}
.point .detailWide .mechanical {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 4vw;
  border-radius: 2vw;
  padding-top: 4vw;
  background: #edede2;
}
@media print, screen and (min-width: 641px) {
  .point .detailWide .mechanical {
    width: 840px;
    margin: 0 auto 50px;
    border-radius: 12px;
    padding: 15px 30px;
  }
}
.point .detailWide p {
  width: 90%;
  margin: 0 auto 5vw;
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  .point .detailWide p {
    margin-bottom: 30px;
    text-align: center;
  }
}
.point .detailWide .function {
  width: 90%;
  margin: 0 auto 5vw;
  background: #edede2;
  padding-bottom: 5vw;
  border-radius: 2vw;
}
@media print, screen and (min-width: 641px) {
  .point .detailWide .function {
    width: 840px;
    margin: 0 auto 50px;
    border-radius: 12px;
    padding-bottom: 50px;
  }
}
.point .detailWide .function h3 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 4.2vw;
  border-radius: 5px 5px 0 0;
  background: #333;
}
@media print, screen and (min-width: 641px) {
  .point .detailWide .function h3 {
    font-size: inherit;
  }
}
.point .detailWide .function p {
  margin: 3vw auto;
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  .point .detailWide .function p {
    width: 720px;
    margin: 30px auto;
  }
}
.point .detailWide .function img {
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  .point .detailWide .function img {
    margin-bottom: 30px;
  }
}
.point .youtube {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 50.625%;
}
@media print, screen and (min-width: 641px) {
  .point .youtube {
    width: 720px;
    margin: 0 auto;
    padding-top: 56.25%;
  }
}
.point .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.comment {
  line-height: 0;
}
@media print, screen and (min-width: 641px) {
  .comment {
    height: 382px;
    text-align: center;
    background-color: #edede2;
    background-image: url(../krinder/img/bg_left.png), url(../krinder/img/bg_right.png);
    background-size: auto auto, auto auto;
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
  }
}
.comment div {
  width: 100%;
  text-align: center;
}
.comment div img {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .comment div img {
    width: auto;
    margin: 35px auto 0;
  }
}

.howtouse {
  background: #333;
}
@media print, screen and (min-width: 641px) {
  .howtouse .inner {
    width: 960px;
    margin: 0 auto;
  }
}
.howtouse .inner h2 {
  font-size: 14px;
  text-align: center;
  color: #b6b29d;
  padding-top: 50px;
  margin-bottom: 30px;
}
.howtouse .inner h2 strong {
  font-size: 28px;
  color: #fff;
}
.howtouse .inner .youtube {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 50.625%;
}
@media print, screen and (min-width: 641px) {
  .howtouse .inner .youtube {
    width: 100%;
    padding-top: 56.25%;
  }
}
.howtouse .inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.howtouse .inner ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  .howtouse .inner ul.howtoKompact {
    width: 780px;
    margin: 0 auto;
  }
}
.howtouse .inner ul li {
  position: relative;
  color: #fff;
  width: 70%;
  margin: 0 auto 10vw;
}
@media print, screen and (min-width: 641px) {
  .howtouse .inner ul li {
    width: 222px;
    margin: 0 auto 40px;
  }
}
.howtouse .inner ul li h3 {
  position: relative;
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.8;
  text-decoration: underline;
  -webkit-text-decoration-color: #ddd8bf;
          text-decoration-color: #ddd8bf;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .howtouse .inner ul li h3 {
    font-size: 18px;
  }
}
.howtouse .inner ul li h3.one {
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  .howtouse .inner ul li h3.one {
    height: 70px;
    line-height: 50px;
    margin-bottom: 0;
  }
}
.howtouse .inner ul li h3.two {
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  .howtouse .inner ul li h3.two {
    height: 70px;
    margin-bottom: 0;
  }
}
.howtouse .inner ul li p {
  font-size: 14px;
  line-height: 1.8;
}
.howtouse .inner ul li img {
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .howtouse .inner ul li img {
    width: auto;
  }
}
.howtouse .inner ul li::after {
  position: absolute;
  top: -16px;
  left: -10px;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 24px;
  text-align: center;
  background: #000;
  font-style: italic;
  font-family: poppins;
  font-weight: bold;
  font-size: 20px;
  line-height: 41px;
  text-indent: -0.2rem;
}
.howtouse .inner ul li:nth-child(1)::after {
  content: "1";
}
.howtouse .inner ul li:nth-child(2)::after {
  content: "2";
}
.howtouse .inner ul li:nth-child(3)::after {
  content: "3";
}
.howtouse .inner ul li:nth-child(4)::after {
  content: "4";
}

.lineup {
  margin-bottom: 100px;
}
.lineup h2 {
  font-size: 14px;
  text-align: center;
  color: #b6b29d;
  padding-top: 50px;
  margin-bottom: 50px;
}
.lineup h2 strong {
  font-size: 28px;
  color: #333;
}
.lineup .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .lineup .inner {
    width: 960px;
  }
}
.lineup .inner .image {
  width: 100%;
  text-align: center;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  .lineup .inner .image {
    width: calc(100% - 590px);
    margin-bottom: 0;
  }
}
.lineup .inner .image img {
  width: 80%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .lineup .inner .image img {
    width: auto;
    margin: auto;
  }
}
.lineup .inner table {
  border-collapse: collapse;
  border-bottom: 1px solid #b6b29d;
  width: 94%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .lineup .inner table {
    width: 590px;
    margin-top: 20px;
  }
}
.lineup .inner table th {
  text-align: left;
  border-top: 1px solid #b6b29d;
  width: 30%;
  padding: 7px 0;
  vertical-align: top;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .lineup .inner table th {
    width: 145px;
    padding: 7px 12px;
  }
}
.lineup .inner table td {
  border-top: 1px solid #b6b29d;
  padding: 7px 0;
  width: 70%;
}
@media print, screen and (min-width: 641px) {
  .lineup .inner table td {
    width: 445px;
    padding: 7px 12px;
  }
}
.lineup.lineupKrinder .image img {
  width: 60%;
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKrinder .image img {
    width: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupGobrew .image {
    width: calc(100% - 470px);
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupGobrew table {
    width: 470px;
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKlassic .image {
    width: calc(100% - 526px);
  }
}
.lineup.lineupKlassic .image img {
  width: 70%;
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKlassic .image img {
    width: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKlassic table {
    width: 526px;
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompact .image {
    width: calc(100% - 406px);
  }
}
.lineup.lineupKompact .image img {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompact .image img {
    width: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompact table {
    width: 406px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompact table td {
    width: 360px;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompresso .inner {
    width: 680px;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompresso .image {
    width: calc(100% - 397px);
  }
}
.lineup.lineupKompresso .image img {
  width: 50%;
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompresso .image img {
    width: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompresso table {
    width: 397px;
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 641px) {
  .lineup.lineupKompresso table td {
    width: 280px;
  }
}

.buyBtn .btn {
  text-align: center;
  margin: 5vw auto;
}
@media print, screen and (min-width: 641px) {
  .buyBtn .btn {
    margin-bottom: 50px;
    margin-top: 100px;
  }
}
.buyBtn .btn a {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 45px;
  line-height: 47px;
  border-radius: 5px;
  text-align: center;
  background: #333333;
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .buyBtn .btn a {
    width: 500px;
    line-height: 80px;
    font-size: 20px;
  }
}
.buyBtn .btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5vw;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
  .buyBtn .btn a::before {
    left: 27px;
  }
}
.buyBtn .btn a:hover {
  background: #fff;
  color: #333;
  transition: 0.3s;
}
.buyBtn .btn a:hover::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: 0.3s;
}
.buyBtn .btn span {
  color: #ff0000;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 2vw;
}
@media print, screen and (min-width: 641px) {
  .buyBtn .btn span {
    display: inline;
    padding: 0;
  }
}/*# sourceMappingURL=inside.css.map */