@charset "UTF-8";
/* ---------------font--------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;500&family=Noto+Sans+TC:wght@100&family=Noto+Serif+JP:wght@500;600&family=Nunito:wght@600&display=swap');
.nunito {
  font-family: 'Nunito', sans-serif;
}
/* ---------------reset--------------- */
body {
  color: #333;
  background: #fff;
}
/* --------------------表示制御-------------------- */
.pc_display-none {
  display: none !important;
}
.sp_display-none {
  display: block !important;
}
/* ---------------common--------------- */
#cba {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #231815;
  min-height: 1000px;
  margin: auto;
}
.sec_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto
}
.title-en {
  position: relative;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0 0 80px;
}
.title-en::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 1px;
  height: 40px;
  background: #97A6B5;
}
.title-en--sub {
  font-size: 16px;
  font-weight: 500;
  color: #97A6B5;
  text-align: center;
  line-height: 1;
}
/* ---------------navi--------------- */
.cba_header {
  height: 80px;
  background: #000;
}
.cba_header .sec_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.cba_header h1 {
  margin: 0;
}
.cba_navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cba_navi li {
  color: #fff;
  text-align: center;
  margin: 0 0 0 100px;
  flex-shrink: 0;
}
.cba_navi li > a {
  display: block;
  color: #fff;
}
.cba_navi li a:hover {
  text-decoration: underline;
}
.cba_navi li > a span {
  display: block;
}
.cba_navi li.navi_acc {
  position: relative;
}
.cba_navi li.navi_acc > a {
  /*pointer-events: none;*/
}
.cba_navi li.navi_acc > ul {
  position: absolute;
  top: 45px;
  left: -50px;
  display: none;
  width: 180px;
  background: #00000099;
  z-index: 1;
}
.cba_navi li.navi_acc:hover > ul {
  display: block;
}
.cba_navi li.navi_acc:hover > ul li {
  margin: 25px auto;
}
.cba_navi li.navi_acc:hover > ul li:first-of-type {
  margin: 35px auto 25px;
}
/* ---------------mv--------------- */
.cba_mv {
  margin: 0 0 45px;
  background: #eceaeb;
}
.cba_mv a {
  outline: none;
}
.cba_slider img {
  width: 100%;
  height: auto;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  margin: 30px 0 0;
}
.slick-dots li {
  height: 15px;
  line-height: 0;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 0;
  margin: 0 10px;
  background: #95a7b5;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.slick-dots li.slick-active button {
  background: #333333;
}
/* ---------------detail--------------- */
.cba_detail {
  text-align: center;
  margin: 135px auto 120px;
}
.detail-title--main {
  font-size: 52px;
  font-weight: 600;
  margin: 25px 0 55px;
}
.detail-title--txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
/* ---------------category--------------- */
.cba_category {
  text-align: center;
  margin: 0 auto 200px;
}
.category_navi {
  display: flex;
}
/* ---------------goods--------------- */
.cba_goods {
  margin-bottom: 70px;
}
.goods-bg {
  /*height: 450px;*/
  margin: 0 auto 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.goods-bg img {
  width: 100%;
  height: auto;
}
.goods-detail {
  text-align: center;
  margin: 0 0 70px;
  padding: 0 0 35px;
}
.goods-detail h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 10px;
}
.goods-detail p {
  font-size: 16px;
  font-weight: 500;
}
.goods-items {
  display: flex;
  flex-wrap: wrap;
}
.goods-items > li {
  width: 270px;
  flex-shrink: 0;
  font-weight: 500;
  text-align: center;
  margin-right: 40px;
  margin-bottom: 60px;
}
.goods-items > li:nth-child(4n) {
  margin-right: 0;
}
.goods-items img {
  margin: 0 auto 10px;
}
.goods-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}
.goods-number, .goods-tax {
  font-size: 12px;
}
.goods-price {
  font-size: 14px;
  margin: 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px dashed #D5D5D5;
}
.goods-size, .goods-color {
  display: flex;
  font-size: 14px;
  text-align: left;
}
.goods-heading {
  display: inline-block;
  width: 60px;
}
.goods-color {
  margin: 15px 0 0;
}
.goods-variation {
  font-size: 12px;
}
.goods-variation li {
  position: relative;
  height: 20px;
  line-height: 1.9;
  margin: 0 0 7px;
  padding: 0 0 0 30px;
}
.goods-variation li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/* ライトグレー(018) */
.goods-variation li.v018::after {
  background: #D0D0D0;
}
/* グレー(019) */
.goods-variation li.v019::after {
  background: #7A7A7A;
}
/* ブルーグレー(072) */
.goods-variation li.v072::after {
  background: #7486A7;
}
/* グレーピンク(090) */
.goods-variation li.v090::after {
  background: #C099A0;
}
/* ダークグレー(107) */
.goods-variation li.v107::after {
  background: #3D3D3D;
}
/* アーバングレー(129) */
.goods-variation li.v129::after {
  background: #555;
}
/* ハニーアーモンド(154) */
.goods-variation li.v154::after {
  background: #F5D29A;
}
/* ブラウン(161) */
.goods-variation li.v161::after {
  background: #814A27;
}
/* グレイッシュブラウン(162) */
.goods-variation li.v162::after {
  /*background: #4D3D40;*/
  background: #f0e4dd;
}
/* プラムブラウン(247) */
.goods-variation li.v247::after {
  /*background: #32262D;*/
  background: #5b173d;
}
/* ベビーベージュ(378) */
.goods-variation li.v378::after {
  background: #DCCECE;
}
/* ホワイト(451),オフホワイト(454) */
.goods-variation li.v451::after, .goods-variation li.v454::after {
  background: #fff;
  border: 1px solid #707070;
}
/* ブラック(491),ブラック(480) */
.goods-variation li.v491::after, .goods-variation li.v480::after {
  background: #000;
}
/* ブルー(509) */
.goods-variation li.v509::after {
  background: #4D6AA8;
}
/* ネイビー(511) */
.goods-variation li.v511::after {
  background: #28293E;
}
/* サックス(520) */
.goods-variation li.v520::after {
  background: #87AAE1;
}
/* グレイッシュブルー(526) */
.goods-variation li.v526::after {
  background: #7486A7;
}
/* ティールブルー(549) */
.goods-variation li.v549::after {
  background: #7486A7;
}
/* ナイトネビー(581) */
.goods-variation li.v581::after {
  background: #17184B;
}
/* ダークネビー(606) */
.goods-variation li.v606::after {
  background: #030E1F;
}
/* ライラック(624) */
.goods-variation li.v624::after {
  background: #D9D9FF;
}
/* パープル(633) */
.goods-variation li.v633::after {
  background: #A34172;
}
/* グレースワイン(645) */
.goods-variation li.v645::after {
  background: #C099A0;
}
/* ライトパープル(657) */
.goods-variation li.v657::after {
  /*background: #c9cbde;*/
  background: #D1BABA;
}
/* ピンク(670) */
.goods-variation li.v670::after {
  background: #FF7A99;
}
/* ソフティピンク(676) */
.goods-variation li.v676::after {
  background: #F5C6E2;
}
/* グレイッシュピンク(733) */
.goods-variation li.v733::after {
  background: #C099A0;
}
/* オレンジ(765) */
.goods-variation li.v765::after {
  background: #EEB164;
}
/* カーキ(777) */
.goods-variation li.v777::after {
  background: #555431;
}
/* アプリコット(914) */
.goods-variation li.v914::after {
  background: #FFA099;
}
/* バーガンディ(938) */
.goods-variation li.v938::after {
  background: #7E192A;
}
/* オークグレー(101) */
.goods-variation li.v101::after {
  background: #696969;
}
/* ワイン(634) */
.goods-variation li.v634::after {
  background: #B31031;
}
/* ライトパープル(657) */
.goods-variation li.v657::after {
  background: #C0A2C7;
}
/* シナモン(333) */
.goods-variation li.v333::after {
  background: #F9CE86;
}

/* temple */
.goods-variation li.vXXX::after {
  background: #fff;
}
.goods-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  width: 100%;
  height: 60px;
  margin: 10px auto 0;
  background: #333;
  border-radius: 3px;
}
.goods-btn a:hover {
  opacity: 0.8;
}
#active .goods-bg {
  /*background: url(../../../../img/usr/freepage/cba/category_active_bg.jpg), linear-gradient(to right, #9ebfe0, #9abcdf);*/
  background-repeat: no-repeat;
  background-position: top center;
}
#active .goods-detail {
  border-bottom: 1px solid #5EA0D0;
}
#active .goods-detail h2 {
  color: #5EA0D0;
}
#yoga .goods-bg {
  /*background: url(../../../../img/usr/freepage/cba/category_yoga_bg.jpg), linear-gradient(to right, #f1d78c, #ebd089);*/
  background-repeat: no-repeat;
  background-position: top center;
}
#yoga .goods-detail {
  border-bottom: 1px solid #E89C35;
}
#yoga .goods-detail h2 {
  color: #E89C35;
}
#wellness .goods-bg {
  /*background: url(../../../../img/usr/freepage/cba/category_wellness_bg.jpg), linear-gradient(to right, #aed7af, #bbdebd);*/
  background-repeat: no-repeat;
  background-position: top center;
}
#wellness .goods-detail {
  border-bottom: 1px solid #5DB7C0;
}
#wellness .goods-detail h2 {
  color: #5DB7C0;
}
/* ---------------item--------------- */
.cba_item {
  margin: 20px auto 0;
  padding: 125px 0 0;
  border-top: 1px solid #dcd;
}
.item_navi {
  display: flex;
  margin: 0 0 80px;
  padding: 10px;
  background: #F5F5F5;
}
.item_navi li {
  position: relative;
  width: calc(((100% - 25px) + 90px) / 5);
  height: 80px;
  margin: 0 0 0 18px;
  padding: 0 0 0 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.item_navi li span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.item_navi li:first-of-type {
  margin: 0;
}
.item_navi li::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -9px;
  margin: auto;
  width: 1px;
  height: 70px;
  background: #ccc;
}
.item_navi li:last-of-type::after {
  top: 0;
  right: 0;
  width: 0;
  background: none;
}
.item_navi li.active {
  background-color: #fff;
  border-radius: 5px;
  cursor: default;
}
[class*="item_navilist"] {
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 65px auto;
}
.item_navilist01 {
  background-image: url(../../../../img/usr/freepage/cba/item_navi01.png);
}
.item_navilist02 {
  background-image: url(../../../../img/usr/freepage/cba/item_navi02.png);
}
.item_navilist03 {
  background-image: url(../../../../img/usr/freepage/cba/item_navi03.png);
  background-position: center right 5px;
}
.item_navilist04 {
  background-image: url(../../../../img/usr/freepage/cba/item_navi04.png);
}
.item_navilist05 {
  background-image: url(../../../../img/usr/freepage/cba/item_navi05.png);
}
.item_navi li:not(.active):hover {
  opacity: 0.6;
}
.item_tab_box {
  position: relative;
  z-index: 1;
}
.item_tab_box[style*="opacity: 0;"], .item_tab_box[style*="opacity: 0;"] * {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.item_tab_box[style="opacity: 1; height: auto;"] {
  z-index: 2;
}
/* ---------------howto--------------- */
.cba_howto {
  text-align: center;
  margin: 135px auto 0;
  padding: 130px 0 145px;
  background: #F8F8F8;
}
.howto-title--main {
  font-size: 42px;
  font-weight: 600;
  margin: 25px 0 20px;
}
.howto-title--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.howto_navi {
  display: flex;
  margin: 60px auto 100px;
}
.howto_detail h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 134px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto 40px;
  border-radius: 80px 0 80px 0;
}
.howto_detail h3 > span {
  line-height: 1.8;
}
.howto_detail h3 > span > span {
  display: block;
  width: 100%;
  font-size: 16px;
}
.howto-dheading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 10px;
}
.howto-dtxt {
  font-size: 16px;
  font-weight: 500;
}
.howto_detail h4 {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  margin: 55px auto 35px;
}
.howto_detail h4:before, .howto_detail h4:after {
  content: "";
  height: 1px;
  flex-grow: 1;
}
.howto_detail h4:before {
  margin-right: 2rem;
}
.howto_detail h4:after {
  margin-left: 2rem;
}
.howto_function {
  display: flex;
  justify-content: center;
}
.howto_function li {
  width: 270px;
  flex-shrink: 0;
  margin: 0 40px 0 0;
}
.howto_function li:last-of-type {
  margin: 0;
}
.howto-fheading {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 5px;
}
.howto-ftxt {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.howto-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 543px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 35px auto 100px;
  background: #97A6B5;
  border-radius: 3px;
}
.howto-btn a:hover {
  opacity: 0.8;
}
#bra.howto_detail h3 {
  background: #E39393;
}
#bra .howto-fheading {
  color: #E39393;
}
#bra.howto_detail h4:before, #bra.howto_detail h4:after {
  background-color: #E39393;
}
#bottom.howto_detail h3 {
  background: #9D89C1;
}
#bottom .howto-fheading {
  color: #9D89C1;
}
#bottom.howto_detail h4:before, #bottom.howto_detail h4:after {
  background-color: #9D89C1;
}
#shorts.howto_detail h3 {
  background: #A1C16A;
}
#shorts .howto-fheading {
  color: #A1C16A;
}
#shorts.howto_detail h4:before, #shorts.howto_detail h4:after {
  background-color: #A1C16A;
}
/* ----------------------------------------SP---------------------------------------- */
@media screen and (max-width:767px) {
  /* --------------------表示制御-------------------- */
  .pc_display-none {
    display: block !important;
  }
  .sp_display-none {
    display: none !important;
  }
  /* ---------------common--------------- */
  #cba img {
    height: auto;
  }
  .title-en {
    font-size: calc(28 * (100vw / 375));
    margin: 0 0 calc(75 * (100vw / 375));
  }
  .title-en::after {
    top: calc(40 * (100vw / 375));
    height: calc(40 * (100vw / 375));
  }
  .title-en--sub {
    font-size: calc(16 * (100vw / 375));
  }
  /* ---------------mv--------------- */
  .cba_mv {
    margin: 0 0 calc(35 * (100vw / 375));
  }
  .slick-dots {
    bottom: calc(-35 * (100vw / 375));
    height: calc(20 * (100vw / 375));
    margin: calc(15 * (100vw / 375)) 0 0;
  }
  .slick-dots li {
    height: calc(15 * (100vw / 375));
  }
  .slick-dots li button {
    width: calc(15 * (100vw / 375));
    height: calc(15 * (100vw / 375));
    margin: 0 calc(10 * (100vw / 375));
  }
  /* ---------------detail--------------- */
  .cba_detail {
    margin: calc(85 * (100vw / 375)) auto calc(65 * (100vw / 375));
  }
  .detail-title--main {
    font-size: calc(28 * (100vw / 375));
    letter-spacing: 0;
    margin: calc(35 * (100vw / 375)) 0;
  }
  .detail-title--txt {
    font-size: calc(14 * (100vw / 375));
    line-height: calc(28 * (100vw / 375));
  }
  /* ---------------category--------------- */
  .cba_category {
    margin: 0 auto calc(60 * (100vw / 375));
  }
  /* ---------------goods--------------- */
  .cba_goods {
    margin-bottom: calc(45 * (100vw / 375));
  }
  .goods-bg {
    width: calc(375 * (100vw / 375));
    height: calc(534 * (100vw / 375));
    margin: 0 auto calc(25 * (100vw / 375));
  }
  .goods-detail {
    margin: 0 calc(20 * (100vw / 375)) calc(35 * (100vw / 375));
    padding: 0 0 calc(15 * (100vw / 375));
  }
  .goods-detail h2 {
    font-size: calc(22 * (100vw / 375));
    letter-spacing: 0;
    margin: 0 0 calc(15 * (100vw / 375));
  }
  .goods-detail p {
    font-size: calc(14 * (100vw / 375));
  }
  .goods-items {
    justify-content: space-between;
    margin: 0 calc(20 * (100vw / 375));
  }
  .goods-items > li {
    width: calc((100% / 2) - calc(11 * (100vw / 375)));
    margin-right: 0;
    margin-bottom: calc(35 * (100vw / 375));
  }
  .goods-items img {
    margin: 0 auto calc(10 * (100vw / 375));
  }
  .goods-name {
    font-size: calc(12 * (100vw / 375));
    margin: 0 0 calc(5 * (100vw / 375));
  }
  .goods-number, .goods-tax {
    font-size: calc(10 * (100vw / 375));
  }
  .goods-price {
    font-size: calc(12 * (100vw / 375));
    margin: calc(15 * (100vw / 375)) 0;
    padding: 0 0 calc(10 * (100vw / 375));
  }
  .goods-size, .goods-color {
    font-size: calc(12 * (100vw / 375));
  }
  .goods-heading {
    width: calc(45 * (100vw / 375));
    flex-shrink: 0;
    font-size: calc(12 * (100vw / 375));
  }
  .goods-color {
    margin: calc(10 * (100vw / 375)) 0 0;
  }
  .goods-variation li {
    position: relative;
    height: auto;
    font-size: calc(10 * (100vw / 375));
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin: 0 0 calc(5 * (100vw / 375));
    padding: 0 0 0 calc(20 * (100vw / 375));
  }
  .goods-variation li::after {
    width: calc(12 * (100vw / 375));
    height: calc(12 * (100vw / 375));
  }
  .goods-btn a {
    font-size: calc(12 * (100vw / 375));
    height: calc(35 * (100vw / 375));
    margin: calc(10 * (100vw / 375)) auto 0;
  }
  #active .goods-bg {
    background: url(../../../../img/usr/freepage/cba/sp_mv_active.jpg) no-repeat;
    background-size: contain;
  }
  #yoga .goods-bg {
    background: url(../../../../img/usr/freepage/cba/sp_mv_yoga_2024.jpg?202408) no-repeat;
    background-size: contain;
  }
  #wellness .goods-bg {
    background: url(../../../../img/usr/freepage/cba/sp_mv_wellness.jpg) no-repeat;
    background-size: contain;
  }
  #wellness .goods-detail h2 {
    letter-spacing: -1.5px;
  }
  /* ---------------item--------------- */
  .cba_item {
    margin: 0 auto;
    padding: calc(10 * (100vw / 375)) 0 0;
    border-top: none;
  }
  .item_navi {
    flex-wrap: wrap;
    margin: 0 calc(20 * (100vw / 375)) calc(50 * (100vw / 375));
    padding: 0;
  }
  .item_navi li {
    width: calc(100% / 3);
    height: calc(110 * (100vw / 375));
    margin: 0;
    padding: calc(5 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    background: none;
  }
  .item_navi li::after {
    top: 0;
    right: 0;
    width: 0;
    background: none;
  }
  .item_navi li:nth-child(3n)::after {
    top: 0;
    right: 0;
    width: 0;
    background: none;
  }
  .item_navi li span {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: -1px;
    padding: 0 0 calc(5 * (100vw / 375));
  }
  .item_navi li.active {
    background-color: transparent;
  }
  .item_navi li.active span {
    background-color: #fff;
    border-radius: 5px;
  }
  [class*="item_navilist"] span {
    background-repeat: no-repeat;
    background-position: center top calc(10 * (100vw / 375));
    background-size: calc(55 * (100vw / 375)) auto;
  }
  .item_navilist01 span {
    background-image: url(../../../../img/usr/freepage/cba/item_navi01.png);
  }
  .item_navilist02 span {
    background-image: url(../../../../img/usr/freepage/cba/item_navi02.png);
  }
  .item_navilist03 span {
    background-image: url(../../../../img/usr/freepage/cba/item_navi03.png);
  }
  .item_navilist04 span {
    background-image: url(../../../../img/usr/freepage/cba/item_navi04.png);
  }
  .item_navilist05 span {
    background-image: url(../../../../img/usr/freepage/cba/item_navi05.png);
  }
  /* ---------------howto--------------- */
  .cba_howto {
    margin: calc(40 * (100vw / 375)) auto 0;
    padding: calc(40 * (100vw / 375)) 0 calc(40 * (100vw / 375));
  }
  .howto-title--main {
    font-size: calc(22 * (100vw / 375));
    margin: calc(25 * (100vw / 375)) 0 calc(20 * (100vw / 375));
  }
  .howto-title--txt {
    font-size: calc(12 * (100vw / 375));
    line-height: calc(20 * (100vw / 375));
  }
  .howto_navi {
    margin: calc(35 * (100vw / 375)) calc(20 * (100vw / 375)) calc(45 * (100vw / 375));
  }
  .howto_detail h3 {
    height: calc(90 * (100vw / 375));
    margin: 0 auto calc(25 * (100vw / 375));
    border-radius: calc(50 * (100vw / 375)) 0 calc(50 * (100vw / 375)) 0;
  }
  .howto_detail h3 > span {
    font-size: calc(18 * (100vw / 375));
    line-height: 1.8;
  }
  .howto_detail h3 > span > span {
    font-size: calc(10 * (100vw / 375));
  }
  .howto-dheading {
    font-size: calc(16 * (100vw / 375));
    margin: 0 auto calc(10 * (100vw / 375));
  }
  .howto-dtxt {
    font-size: calc(12 * (100vw / 375));
  }
  .howto_detail h4 {
    font-size: calc(20 * (100vw / 375));
    margin: calc(30 * (100vw / 375)) auto;
  }
  .howto_detail h4:before {
    margin-right: 1.5rem;
  }
  .howto_detail h4:after {
    margin-left: 1.5rem;
  }
  .howto_function {
    display: block;
    margin: 0 calc(50 * (100vw / 375));
  }
  .howto_function li {
    width: 100%;
    margin: 0 auto calc(20 * (100vw / 375));
  }
  .howto-fheading {
    font-size: calc(16 * (100vw / 375));
    margin: calc(15 * (100vw / 375)) 0 calc(10 * (100vw / 375));
  }
  .howto-ftxt {
    font-size: calc(12 * (100vw / 375));
  }
  .howto-btn a {
    width: calc(100% - calc(40 * (100vw / 375)));
    height: calc(50 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    margin: calc(25 * (100vw / 375)) calc(20 * (100vw / 375)) calc(60 * (100vw / 375));
  }
  #shorts.howto_detail h3 {
    height: calc(120 * (100vw / 375));
  }
}