/** Shopify CDN: Minification failed

Line 758:24 Unexpected "{"

**/
@charset "utf-8";



.reason-img {width: 50% !important;border-radius: 50%;}
.commentator{margin-bottom:1rem !important;}
.about-commentator>p:first-child {font-size: 2rem;}
.advice-container{margin-top:1rem !important;}
.about-commentator p{font-size:1.3rem }
.about-advice div p:last-child {height: auto !important;}
.about-advice div>p{font-size:1.2rem !important;}
.advice-link-img img{height:75px;width:auto;}
.advice-link-img{width: auto !important;margin-right: 3% !important;}
.about-advice div>p{    font-weight: normal !important;}


html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "MS Pゴシック",sans-serif;
  color: #171C22;
  background-color: #fff;
}
.nav-bar,
.header__mobile-nav,
.header__search-bar-wrapper {
  display:none;
}
.header--search-expanded {
  margin: 0px;
}

body,
header,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
dl,
dd,
dt,
div,
span,
time,
figure,
figcaption,
article,
section,
aside {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img,
svg {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

a:hover {
  opacity: .7;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.price,
.item,
.b{
  font-weight: bold;
}

ul li {
  list-style-type: none;
}

.link-btn {
  display: block;
  color: #171C22;
  background-color: #f2b83f;
  width: 100%;
  line-height: 36px;
  text-align: center;
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 5px;
}

.btn-w {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
}

.section-wrapper {
  max-width: 990px;
  margin: 3% auto 1%;
  padding: 30px 0px 10px;
}

.section-title {
  font-size: 4rem;
  margin: 30px 0px;
  text-align: center;
}

.section-inner {
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-size: 2.7rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

h4 {
  font-size: 2rem;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.map {
  width: 100%;
  height: auto;
  margin-bottom: 5%;
  border:none;
}

.sp, .sp_ver {
  display: none;
}

/* base */
/* fv */
.main {
  max-width: 1500px;
  height: 70vh;
  margin: 0 auto;
}

.fv {
 width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.fv p img {
  height:70vh;
}

.main-copy {
  width: 100%;
  position: absolute;
  bottom: 40%;
  color: #fff;
  text-align: center;
}

.brand-copy {
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 0.8rem;
  margin-bottom: 5%;
}

.j-copy {
  font-size: 2rem;
  text-align: center;
}

/* fv */
/* ranking */
.tabs,
.tabs-gift {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 5% auto 0;
  border-bottom: 1px solid #d9d9d9;
}

.tab_item,
.tab_item-gift {
  width: calc(100%/2);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 1.7rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover,
.tab_item-gift:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

input[name="gift_item"] {
  display: none;
}

/*タブ切り替えの中*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブの表示*/
#all:checked~#all_content,
#name_item:checked~#name_item_content,
#self_item:checked~#self_item_content,
#gift_item:checked~#gift_item_content {
  display: block;
}

/*選択されているタブのスタイル*/
.tabs input:checked+.tab_item {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.flex-container,
.brand-container,
.reason-container,
.report-container,
.commentator,
.advice-container,
.advice-link>a,
.gift-container,
.exclusive-container,
.flexbox-knife,
.knife-wrapper,
.knowledge-wrapper {
  display: flex;
}

.brand-container {
  flex-wrap: wrap;
}

.flex-item {
  max-width: 33%;
  padding: 10px;
}

.number1,
.number2,
.number3,
.number4 {
  font-size: 2rem;
  color: #fff;
  display: block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 3.8rem;
  transform: translate(-15%, 120%);
  padding: 5px;
}

.number1 {
  background-color: #DBB74C;
}

.number2 {
  background-color: #98ADB7;
}

.number3 {
  background-color: #DA8D69;
}

.number4 {
  background-color: #494642;
}

.price,
.item {
  text-align: left;
}

/* rankingここまで */
/* brand */
.flex-scrolling {
  /* 100% / 2 - (0.5%*2) 0.5%=margin */
  width: 49%;
  padding: 20px;
  margin: 1% 0.5%;
  background-color: #f3f3f3;
}

.flex-brand {
  width: 40%;
  height: 40%;
  padding-bottom: 15px;
}

.flex-brand-dl {
  width: 60%;
  padding-bottom: 15px;
  font-size: 1.7rem;
  font-weight: bold;
}

.flex-brand-dl:last-child {
  padding-left: 30px;
}

.about-brand {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: center;
}

.about-shokunin,
.about-reason,
.about-report,
.advice,
.gift-title>p,
.about-exclusive>p {
  letter-spacing: 0.2rem;
  width: 100%;
}

.about-shokunin {
  height: auto;
}

.about-shokunin>p,
.about-reason>p {
  width: 100%;
}

/* reason */
.flex-scrolling-reason-img,
.flex-scrolling-report-img,
.flex-scrolling-exclusive-img {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 5%;
}

.reason-img {
  width: 100%;
}
.reason {
  margin: 0;  
}

.scr-reason,
.scr-report,
.scr-gift {
  width: calc(100%/3);
  padding: 20px;
  margin: 5% 0.5%;
}

.scr-advice {
  margin-bottom: 0;
  padding: 0px;
  width: 100%;
  height: auto;
}

.wrapper-report,
.wrapper-exclusive {
  background-color: #efefef;
}

.scr-report,
.scr-advice,
.advice-link {
  background-color: #fff;
  border: #565656 solid 0.5px;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #f3eedc;
  font-size: 2rem;
}

.star5_rating:before,
.star5_rating:after {
  content: '★★★★★';
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

.star5_rating[data-rate="4"]:after {
  width: 80%;
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 選び方 */
.commentator {
  margin: 5% 5% 1%;
}

.commentator-img {
  width: 30%;
  margin-left: 5%;
}

.commentator-img>img {
  border-radius: 50%;
}

.about-commentator {
  max-width: 55%;
  margin-left: 5%;
  font-size: 2rem;
  font-weight: 500;
}

.about-commentator>p:first-child {
  font-weight: 900;
  margin-bottom: 1%;
}

.about-advice>div:first-child {
  background-color: #efefef;
}

.about-advice div>p {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.about-advice div p:last-child {
  width: 95%;
  height: 30vh;
  margin: 5% auto;
}

.advice>h3 {
  padding-top: 2%;
  padding-bottom: 5%;
  margin: 0px;
}
.about-advice div>p:last-child {
  text-align: left;
}
.advice-link {
  width: 50%;
  height: 10%;
  margin: 3% auto 10%;
}

.advice-link-img {
  width: calc(100%/3);
  margin-right: 5%;
}

.advice-link>a {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
}

.more-advice {
  margin: 5% 3%;
}

.tab_item-gift {
  background-color: #fff;
}

.tabs-gift input:checked+.tab_item-gift {
  background-color: #fff;
  border-bottom: #565656 solid 0.5px;
}

.btn-gift:hover {
  background-color: #fff;
  border-bottom: #565656 solid 0.5px;
  border-radius: 0;
}

.gift-img {
  margin: 5% 0;
}

.gift-title {
  width: 100%;
  height: 240px;
}

.gift-title>h4 {
  margin-top: 0px;
  font-size: 2rem;
  text-align: left;
}

/* BECOS限定 */
.exclusive-innner>p{
  width: 50%;
  margin-left:auto;
  margin-right:auto;
}
.about-exclusive {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/* 限定----------------------------- */
.flexbox-knife {
  flex-wrap: wrap;
  margin: 1% 5% 10%;
}

.knife-items {
  width: 45%;
  height: auto;
  margin: 2%;
  border: #565656 solid 0.5px;
}

.knife-flex,  .knowledge-flex {
  display: flex;
}

.knife-flex>p {
  text-align: left;
}

.knife-flex-img {
  width: 50%;
}

.knife-flex>p:last-child {
  font-size: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 1% auto;
}

.bg-g {
  background-color: #74777a;
  color: #fff;
  font-size: 1.7rem;
}

.g-container {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.box,
.box-knowledge {
  margin-bottom: 5px;
  padding: 1% 2%;
}

.box label,
.box-knowledge label {
  cursor: pointer;
  display: block;
  line-height: 1;
  position: relative;
  padding: 15px;
}

/*開いたときに表示される部分*/
.box ul,
.box-knowledge ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.box li,
box-knowledge li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
}

#container_bar01:checked~#links01 li,
#container_bar02:checked~#links02 li,
#container_bar03:checked~#links03 li,
#container_bar04:checked~#links04 li,
#container_bar05:checked~#links05 li,
#container_bar06:checked~#links06 li,
#container_bar07:checked~#links07 li,
#container_bar08:checked~#links08 li,
#knowledge_bar01:checked~#links01 li,
#knowledge_bar02:checked~#links02 li,
#knowledge_bar03:checked~#links03 li,
#knowledge_bar04:checked~#links04 li {
  height: auto;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 10px;
  margin-bottom: 20px;
}

/*閉じた状態の矢印*/
.box label:after,
.box-knowledge label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(135deg);
  transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

/*開いた状態の矢印*/
.box input[type=checkbox]:checked+label:after,
.box-knowledge input[type=checkbox]:checked+label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.knife-container {
  align-items: flex-end;
}

.knife-container,
.knowledge-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.knife-wrapper>p,
.knowledge-img {
  width: 30%;
  display: flex;
}

.knife-container>p,
.knowledge-container {
  font-size: 3rem;
}

.knife-wrapper {
  padding: 0px;
  border-bottom: #74777A solid 1px;
}

.knowledge-wrapper {
  padding: 0 !important;
  margin: 5% 0;
  border: #74777A solid 1px;
}

.knife-wrapper-copy,
.knowledge-wrapper-copy {
  font-size: 2rem;
  padding: 3% 0% 0% 1%;
  align-items: flex-end;
  width: 70%;
}

.knife-wrapper-copy h4, {
  font-size: 2rem!important;
  margin: 0;
  padding-bottom: 5%;
  text-align: left;
}
  

/* 矢印 */
.arrow {
  display: inline-block;
  color: #fff;
  background-color: #f2b83f;
  position: relative;
  width: 5rem;
  height: 5rem;
  text-align: right;
  display: block;
}

.arrow::before {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 10px;
  margin: auto;
}

.knife-wrapper-copy {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.flexend {
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

.knife-wrapper {
  margin-top: 5%;
  padding: 0px !important;
}
/* FAQ */
.section-bg-y {
  background-color: #f2b83f;
}

.box,
.box-knowledge {
  margin-bottom: 5px;
  padding: 1% 2%;
}

.box label,
.box-knowledge label {
  cursor: pointer;
  display: block;
  line-height: 1;
  position: relative;
  padding: 15px;
}

/*開いたときに表示される部分*/
.box ul,
.box-knowledge ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.box li,
.box-knowledge li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
}

#container_bar01:checked~#links01 li,
#container_bar02:checked~#links02 li,
#container_bar03:checked~#links03 li,
#knowledge_bar01:checked~#links01 li,
#knowledge_bar02:checked~#links02 li,
#knowledge_bar03:checked~#links03 li {
  height: auto;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 10px;
  margin-bottom: 20px;
}

/*閉じた状態の矢印*/
.box label:after,
.box-knowledge label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(135deg);
  transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

/*開いた状態の矢印*/
.box input[type=checkbox]:checked+label:after,
.box-knowledge input[type=checkbox]:checked+label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

/*faq全体*/
.faq {
  width: 90%;
  padding: 1rem 1rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.qabox {
  border: 1px solid #f2b83f;
  margin-bottom: 5px;
  padding: 1% 2%;
}

.faq input,
.box input,
.box-knowledge input {
  display: none;
}

/*バー部分*/
.faq label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #f2b83f;
  line-height: 1;
  position: relative;
  padding: 15px;
}

/*開いたときに表示される部分*/
.faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.faq li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  transition: padding-bottom 0.5s, padding-top 0.5s;
}

#faq_bar01:checked~#links01 li,
#faq_bar02:checked~#links02 li,
#faq_bar03:checked~#links03 li {
  height: auto;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 10px;
  margin-bottom: 20px;
}

.faq-check:checked+.faq-label {
  border-bottom: 1px dashed #f2b83f;
}

/*閉じた状態の矢印*/
.faq label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #f2b83f 2px solid;
  border-right: #f2b83f 2px solid;
  transform: rotate(135deg);
  transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

/*開いた状態の矢印*/
.faq input[type=checkbox]:checked+label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #f2b83f 2px solid;
  border-right: #f2b83f 2px solid;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.faq-link {
  color: rgb(10, 83, 240);
}

/*レスポンシブ*/
@media (max-width:769px) {

  /* base */
  .section-wrapper {
    margin: 3rem 1rem;
  }

  .section-inner {
    margin-left: auto;
    margin-right: auto;
  }

  .main-copy {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-copy {
    max-width: 350px;
    font-size: 2.8rem;
  }

  .section-title {
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
  }

  h3 {
    font-size: 2.3rem;
  }

  h4 {
    font-size: 2rem;
  }

  .pc_ver {
    display: none;
  }

  .sp, .sp_ver {
    display: block;
  }

  /* base */
  .header__mobile-nav {
    display: none;
  }
    
  .main {
    width: 100%;
    height: auto;
  }
  .fv {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .fv p img{
    width: 100%;
    height: auto;
  }
  
  .main-copy {
    left: 5%;
    bottom: 30%;
  }

  .j-copy {
    font-size: 1.1rem;
    text-align: center;
  }

  .tab_content {
    padding: 30px 1px 0px;
  }

  .pc {
    display: none;
  }

  .price,
  .item {
    width: 100%;
    font-size: 1rem;
    text-align: left;
  }

  .about-brand {
    width: 85%;
    font-size: 1.7rem;
    letter-spacing: 0.15rem;
    line-height: 3rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .number1,
  .number2,
  .number3,
  .number4 {
    font-size: 0.5rem;
    width: 3.3rem;
    height: 3.3rem;
    text-align: center;
    line-height: 2.3rem;
    transform: translate(-15%, 120%);
    padding: 5px;
    margin-bottom: 0.5rem;
  }

  .flex-item {
    padding: 0.5%;
  }

  .number1,
  .number2,
  .number3,
  .number4 {
    transform: none;
    font-size: 1.3rem;
  }

  .brand-container,
  .reason-container,
  .report-container,
  .advice-container,
  .gift-container {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .brand-container {
    flex-wrap: nowrap;
  }

  .flex-scrolling,
  .flex-scrolling-gift {
    display: inline-block;
    min-width: 90%;
  }

  .flex-brand {
    width: 30%;
    white-space: normal;
  }
  
  .about-shokunin,
  .about-reason,
  .about-report,
  .about-advice,
  .about-gift,
  .gift-title,
  .gift-title>p {
    width: 100%;
    white-space: normal;
  }
  .sp_ver {
    font-size: 1.3rem;
  }

  .about-shokunin>p,
  .about-reason>p,
  .about-report>p,
  .more-advice {
    font-size: 1.3rem;
    min-height: 21vh;
  }

  .about-shokunin {
    height: auto;
  }

  .scr-report {
    display: inline-block;
    min-width: 45%;
    padding: 20px 5px;
  }

  .commentator {
    margin: 0;
  }

  .commentator-img {
    margin-left: 0;
  }

  .about-commentator {
    font-size: 1.1rem;
  }

  .about-commentator {
    max-width: 70%;
    margin-left: 3%;
  }

  .advice>h3 {
    font-size: 1.5rem;
    margin-top: 1%;
    padding-bottom: 5%;
  }

  .scr-advice .sp_p {
    padding: 0px;
  }
  .scr-advice div .sp_h {
    font-size: 1.2rem;
    padding: 0px;
  }

  .scr-advice {
    display: inline-block;
    min-width: 45%;
    padding: 0px;
    width: 100%;
    height: auto;
  }

  .about-advice div p:last-child {
    height: 10vh;
  }

  .about-advice div>p {
    font-size: 0.7rem;
  }

  .advice-link {
    width: 100%;
    margin-top: 5%;
  }

  .advice-link a {
    font-size: 1.2rem;
  }

  .advice-link a p>small {
    font-size: 1rem;
  }

  .gift-copy {
    width: 80%;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
  }

  .scr-gift .about-gift {
    width: 85%;
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .gift-title,
  .gift-title>h4 {
    font-size: 1.2rem;
    text-align: left;
  }
  .gift-title {
     margin-bottom: 5%;
  }

  .gift-title>h4 {
    margin-bottom: 3%;
  }

  .gift-title {
    height: 100px;
  }
  .gift-img {
    margin-top:10%;
  }

  .scr-gift {
    margin-top: 0px;
  }

  .exclusive-copy {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7rem;
    text-align: left;
  }

  .about-exclusive {
    width: 80%;
    padding-top: 3%;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel {
    width: 100%;
  }

  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel:hover .carousel__snapper,
  .carousel:focus-within .carousel__snapper {
    animation-name: tonext, snap;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }

  .about-knife-items, .about-knowledge {
    font-size: 1.2rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .knife-flex p:last-child {
    font-size: 1rem;
  }

  .box,
  .box-knowledge {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }

  .knife-container,
  .knowledge-container {
    width: 100%;
    padding: 0px;
  }

  .knife-container>p,
  .knowledge-container>p {
    font-size: 1.3rem;
  }

  .knife-wrapper-copy,
  .knowledge-wrapper-copy {
    width: 70%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .knife-wrapper-copy>p,
  .knowledge-wrapper-copy>p {
    padding-bottom: 5%;
  }

  .knife-wrapper-copy>h4,
  .knowledge-wrapper-copy>h4 {
    font-size: 0.7rem;
  }

  .faq {
    font-size: 1rem;
  }

  .arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .arrow::before {
    width: 1rem;
    height: 1rem;
  }

  .knife-wrapper-copy {
    padding-top: 0;
    padding-left: 3%;
  }

  .knife-wrapper-copy>p {
    padding-bottom: 2%;
  }

  .knife-wrapper-copy h4 {
    font-size: 0.8rem;
    padding-bottom: 2%;
  }
  .knife-wrapper-copy h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align:left;
 }

  .flexend>p {
    font-size: 1.3rem;
  }
}