@charset "utf-8";

/* Reset */
*:where(:not(iframe, canvas, img, svg, video, input[type="radio"], :where(.wp-block-columns.is-layout-flex)):not(svg *)) {all: unset;display: revert;}
*, *::before, *::after {box-sizing: border-box;}
ol, ul {list-style: none;}
img {max-width: 100%;vertical-align: top;height: auto;}
table {border-collapse: collapse;}
textarea {white-space: revert;}
pre {white-space: pre;}
del {text-decoration: line-through;}
video {vertical-align: top;}
/* /Reset */



/* Setting */
:root {
  font-size: 10px;

  /* コンテンツ幅 */
  --cw: 120rem;

  /* コンテンツ(内側)幅  */
  --cwi: 78rem;

  /* コンテンツ左右余白 */
  --csp: 2.4rem;

  /* フォント  */
  --normal: 'Noto Sans', 'Helvetica Neue', 'Helvetica', 'Arial', serif;
  --jost: 'Jost', 'Noto Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;

  /* デフォルトフォント */
  --ff: var(--normal);
  --fs: 1.8rem;
  --fc: #333;
  --fl: 1.5;

  /* リンクカラー */
  --color-link: inherit;

  /* ディスクリプション高さ */
  --hdesc-h: 41px;

  /* ヘッダー高さ */
  --header-h: 60px;
}

@media ( min-width: 992px ) {
  .sp991 {display: none !important;}
}

@media ( min-width: 769px ) {
  .sp {display: none !important;}
}

@media ( max-width: 768px ) {
  :root {
    --header-h: 47px;
    --csp: 1.7rem;
}
  .pc {display: none !important;}
}

@media ( min-width: 600px ) {
  .sp599 {display: none !important;}
}

@media ( min-width: 481px ) {
  .sp480 {display: none !important;}
}

@media ( max-width: 550px ) {
  .sp550-inline {display: inline !important;}
}

@media ( max-width: 414px ) {
  :root {
    font-size: 2.415458937198068vw;
  }
  .pc480 {display: none !important;}
}
/* /Setting */



/* Initial */
* {scroll-margin-top: calc(var(--hdesc-h) + var(--header-h) + 2rem);}
html {scroll-behavior: smooth;}
body {overflow-wrap: break-word;word-wrap: break-word;margin: auto;font-size: var(--fs);line-height: var(--fl);font-family: var(--ff);font-weight: normal;text-align: left;color: var(--fc);position: relative;padding: calc((var(--hdesc-h) + var(--header-h))) 0 16rem;}
a {color: var(--color-link);cursor: pointer;text-decoration: underline;}
a:hover {text-decoration: underline;}
strong, b {font-weight: bold;}
sup {vertical-align: super;font-size: 0.7em;}
sub {vertical-align: sub;font-size: 0.7em;}
small {font-size: 0.6em;}
iframe {display: block;max-width: 100%;}

@media (max-width: 768px) {
  body {padding-bottom: 7.2rem;}
}
/* /Initial */



/* Common */
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 0.625rem !important;}
.mt15 {margin-top: 0.9375rem !important;}
.mt20 {margin-top: 1.25rem !important;}
.mt30 {margin-top: 1.875rem !important;}
.mt40 {margin-top: 2.5rem !important;}
.mt50 {margin-top: 3.125rem !important;}
.mt60 {margin-top: 3.75rem !important;}
.mt70 {margin-top: 4.375rem !important;}
.mt80 {margin-top: 5rem !important;}
.mt90 {margin-top: 5.625rem !important;}
.mt100 {margin-top: 6.25rem !important;}
.mt110 {margin-top: 6.875rem !important;}
.mt120 {margin-top: 7.5rem !important;}
.center {text-align: center !important;}
.word {display: inline-block !important;text-decoration: inherit;}
.jost {font-family: var(--jost) !important;}

@media ( max-width: 768px ) {
  .smt0 {margin-top: 0 !important;}
  .smt10 {margin-top: 10px !important;}
  .smt20 {margin-top: 20px !important;}
  .smt30 {margin-top: 30px !important;}
  .smt40 {margin-top: 40px !important;}
  .smt50 {margin-top: 50px !important;}
  .smt60 {margin-top: 60px !important;}
  .smt70 {margin-top: 70px !important;}
  .smt80 {margin-top: 80px !important;}
  .smt90 {margin-top: 90px !important;}
  .smt100 {margin-top: 100px !important;}
  .smt110 {margin-top: 110px !important;}
  .smt120 {margin-top: 120px !important;}
}
/* /Common */



/* Header */
.desc {text-align: center;position: absolute;top: 0;left: 0;right: 0;z-index: 1;}
.desc__text {font-size: 15px;font-weight: bold;line-height: 1.2;margin: 0 !important;background: #424141;padding: 3px var(--csp);display: flex;justify-content: center;align-items: center;min-height: var(--hdesc-h);}
.desc__link {color: #333;text-decoration: none;}
.desc__link:hover {text-decoration: underline;}
.desc__text a {color: #fff;}
.desc__text a:hover {text-decoration: underline;}

@media ( min-width: 769px ) {
  body:not(#fs_Top) #desc {position: fixed;padding-top: 0;z-index: 999999;}
}

@media ( max-width: 768px ) {
  .desc {position: fixed;top: 0;left: 0;width: 100%;padding: 0;z-index: 999999;transition: .3s;}
  .spmenu_active .desc {opacity: 0;pointer-events: none;}
  .desc__text {font-size: 12px;}
}
@media ( max-width: 768px ) {
  .desc__text {font-size: 10px;padding: 3px;}
}

#header {position: relative;width: 100%;max-height: 710px;padding: 0 var(--csp);line-height: 25px;aspect-ratio: auto;position: fixed;top: var(--hdesc-h);z-index: 999999;background: hwb(0deg 100% 0% / 80%);}

.headerMenu {position: relative;max-width: var(--cw);margin: auto;display: flex;justify-content: space-between;gap: 30px;padding-top: 13px;}
.headerMenu__left {display: flex;gap: 18px;align-items: center;position: relative;}
.headerMenu__right {display: flex;justify-content: flex-end;gap: 30px;align-items: center;position: relative;}
.header-float .desc {position: fixed;top: 0;left: 0;width: 100%;padding-top: 0;z-index: 999999;}
.header-float .headerMenu {position: fixed;top: var(--hdesc-h);width: 100%;left: 50%;transform: translateX(-50%);padding-top: 0 !important;z-index: 999999;}
.header-float .headerMenu::before {content: "";position: absolute;top: 0;bottom: 0;left: -100vw;right: -100vw;background: rgb(255 255 255 / 75%);}

@media ( max-width: 850px ) {
  .headerMenu {gap: 24px;}
  .headerMenu__left {gap: 12px;}
}

@media ( max-width: 768px ) {
  .headerMenu {position: fixed;top: var(--hdesc-h);left: 0;width: 100%;padding: 0 var(--csp) 0 0;background: hwb(0deg 100% 0% / 45%);}
}

.headerLogo {display: block;max-width: 70px;background: #fff;transition: .3s;}
.headerLogo:hover {opacity: .7;}
.headerLogo img {vertical-align: top;width: 67px;height: 47px;}

.gn {font-size: 15px;font-weight: bold;line-height: 1.666666666666667;}
.gn__list {margin: 0;padding: 0;list-style: none;display: flex;gap: 15px;}
.gn__item a {text-decoration: underline;color: #333;}
.gn__item a:hover {text-decoration: none;}

@media ( max-width: 850px ) {
  .gn {font-size: 13px;}
  .gn__list {gap: 10px;}
}

@media ( max-width: 768px ) {
  .gn {display: none;}
}

.gn2 {font-size: 14px;font-weight: bold;line-height: 1.5;}
.gn2__list {margin: 0;padding: 0;list-style: none;display: none;gap: 20px;align-items: center;}
.gn2__list.is-ready {display: flex;}
.gn2__item {transition: .3s;}
.gn2__item:hover {opacity: .7;}
.gn2__item a {text-decoration: none;}
.gn2__item img {vertical-align: top;}
#gn2_cart {position: relative;}
.gn2_cart__count {position: absolute !important;display: block !important;top: auto !important;bottom: -5px;right: -5px !important;background: #E25B33 !important;color: #fff !important;width: 16px;height: 16px;border-radius: 9999px !important;font-size: 10px !important;font-weight: normal;line-height: 17px !important;text-align: center;pointer-events: none;padding: 0 !important;}
.gn2_cart__count.fs-client-cart-count--0 {display: none !important;}
.gn2_account {position: relative;text-align: right;max-width: var(--cw);margin: auto;display: none;line-height: 1;}
.gn2_account.is-ready {display: block;}
.gn2_account__msg {font-size: 10px;font-weight: bold;line-height: 1;}
.gn2_account__msg--false {display: none;}
.gn2__item--mypage-false {display: none;}
.gn2__item--register-true {display: none;}

@media ( max-width: 850px ) {
  .gn2__list {gap: 12px;}
  .gn2 {font-size: 12px;}
}

@media ( max-width: 768px ) {
  .gn2__item img {width: 21px;height: 21px;}
  .gn2__list {gap: 20px;}
  .spmenu_btn {display: inline-block;width: 20px;height: 16px;position: relative;top: 2px;}
  .spmenu_btn__item {display: block;height: 2px;width: 100%;background: #333;position: absolute;}
  .spmenu_btn__item:nth-child(1) {top: 0;right: 0;}
  .spmenu_btn__item:nth-child(2) {top: 50%;transform: translateY(-50%);}
  .spmenu_btn__item:nth-child(3) {bottom: 0;right: 0;}
}

@media ( max-width: 768px ) {
  .gn3 {position: fixed;top: 0;right: -480px;height: var(--vhmax);overflow-y: scroll;max-width: 100%;width: 480px;background: #fff;z-index: 1000000000000000;transition: .6s;padding: var(--csp);}
  .header-float .gn3 {top: calc(var(--hdesc-h)*-1 + 2px);}
  .gn3__overlay {position: fixed;top: 0;left: 0;width: 100%;height: var(--vhmax);background: #000;opacity: 0;pointer-events: none;transition: .6s;z-index: 99999;}
  .gn3__header {display: flex;justify-content: space-between;}
  .gn3__logo img {width: 67px;height: 47px;}
  .gn3__logo {margin: 0 !important;}
  .spmenu_btn--close {display: inline-block;position: relative;width: 22px;height: 22px;}
  .spmenu_btn__item--close {display: block;height: 3px;background: #000;position: absolute;}
  .spmenu_btn__item--close:nth-child(1) {top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(45deg);transform-origin: center;width: 141.421356%;}
  .spmenu_btn__item--close:nth-child(2) {display: none;}
  .spmenu_btn__item--close:nth-child(3) {top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(-45deg);transform-origin: center;width: 141.421356%;}
  .gn3__section {border-top: 1px solid #d9d9d9;margin-top: 19px;padding-top: 14px;}
  .gn3__head {margin: 0 !important;font-size: 16px;font-weight: bold;color: #707070;}
  .gn3__head .fs-clientInfo {display: inline;}
  .gn3__controls {list-style: none;display: none;padding: 0;justify-content: center;text-align: center;gap: 22px;margin: 1em 0;}
  .gn3__controls.is-ready {display: flex !important;}
  .gn3__controls a {color: #333;}
  .gn3__controls_icon {margin: 0;}
  .gn3__controls_text {display: block;font-size: 16px;margin-top: 5px;}
  .gn3__controls_icon img {width: 32px;height: 32px;object-fit: contain;}
  .gn3__login--true {display: none;}
  .gn3__mypage--false {display: none;}
  .gn3__menu {padding: 0;list-style: none;margin: 0;}
  .gn3__menu_link {display: flex;align-items: center;font-size: 16px;font-weight: bold;padding: 10px 0;min-height: 64px;position: relative;color: #333;}
  a.gn3__menu_link::after {content: "";position: absolute;top: 50%;right: 0;transform: translateY(-50%);background: url(https://pakingknitandgo.itembox.design/item/icon-arrow.svg) center/contain no-repeat;width: 7px;height: 11px;}
  .gn3__menu_item {border-bottom: 1px solid #ccc;}
  .gn3__submenu {padding: 0 0 30px;list-style: none;font-size: 16px;display: flex;flex-wrap: wrap;--num: 2;--gap: 20px;gap: var(--gap);}
  .gn3__submenu--flat {--num: 1;}
  .gn3__submenu_item a {display: block;position: relative;padding-right: 20px;color: #333;}
  .gn3__submenu_item {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );}
  .gn3__submenu_item a::after {content: "";position: absolute;top: 50%;right: 0;transform: translateY(-50%);background: url(https://pakingknitandgo.itembox.design/item/icon-arrow.svg) center/contain no-repeat;width: 7px;height: 11px;}

  body.spmenu_active {overflow: hidden;}
  .spmenu_active .gn3__overlay {opacity: .8;pointer-events: auto;}
  .spmenu_active .gn3 {right: 0;}
  .header-float .gn3__overlay {top: calc(var(--hdesc-h)*-1);}
}

@media ( max-width: 374px ) {
  .gn3__controls_text {font-size: 13px;}
  .gn3__submenu {--num: 1;}
}
/* /Header */



/* INSTAGRAM */
.insta {margin: 80px auto 0;}
.insta__head {font-size: 3.4rem;font-weight: bold;text-align: center;line-height: 1.4;margin: 0;padding: 0 var(--csp);}
.insta__head img {width: 51px;height: 51px;object-fit: cover;}
.insta__link {text-align: right;font-size: 1.8rem;line-height: 1.5;margin: 15px auto 0;width: 100%;max-width: var(--cw2);padding: 0 24px;}
.insta__link a {text-decoration: none;border-bottom: 1px solid;color: inherit;}
.insta__link_icon {position: relative;top: 5px;left: 5px;}
.insta__link a:hover {text-decoration: none;border: none;}
.insta__gallery {list-style: none;padding: 0;display: flex;--num: 8;--gap: 0px;gap: var(--gap);flex-wrap: wrap;margin-top: 1em;}
.insta__item {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );aspect-ratio: 1/1;}
.insta__galleryLink {display: block;width: 100%;height: 100%;background: #fff;position: relative;}
.insta__item img {width: 100%;height: 100%;object-fit: cover;}
.insta__galleryLink::after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(https://pakingknitandgo.itembox.design/item/icon-newtab.svg) center/30px no-repeat #000a;opacity: 0;transition: .3s;}
.insta__galleryLink:hover::after {opacity: 1;}

@media ( max-width: 768px ) {
  .insta {margin-top: 3.6rem;}
  .insta__gallery {--num: 4;}
}

@media ( max-width: 480px ) {
  .insta {margin-top: 15.46vw;}
  .insta__head {font-size: 6.76vw;}
  .insta__head img {width: 10vw;height: 10vw;}
  .insta__link {font-size: 14px;padding: 0 4vw;margin-top: 2vw;}
  .insta__link_icon {top: 1vw;left: 0;width: 8vw;padding-left: 2vw;}
  .insta__gallery {margin-top: 3vw;}
}

@media ( max-width: 374px ) {
  .insta__gallery {--num: 2;}
}
/* /INSTAGRAM */



/* ============================================================ */
/* Other parts */
/* ============================================================ */

/* 見出し */
.hd_h2 {font-size: 3.2rem;font-weight: bold;line-height: 1.34375;text-align: center;}

.hd_bold {font-size: 3.2rem;font-weight: bold;line-height: 1.34375;text-align: center;margin-top: 4.3rem;}
.hd_bold--has_name {line-height: 2;}
.hd_bold__name {display: inline-block;background: #7f7f7f;color: #fff;padding: 0 0.5em;margin-left: 0.2em;line-height: 1.34375;}

@media (max-width: 768px) {
  .hd_bold {margin-top: 3.6rem;}
  .hd_bold--has_name {line-height: 1.34375;}
  .hd_bold__name {display: block;width: fit-content;max-width: 100%;margin: auto;}
  .hd_bold__name + .hd_bold__name {margin-top: 1rem;}
}

@media (max-width: 640px) {
  .hd_bold--has_name {line-height: 1.6;}
  .hd_bold__name--tweak1 {font-size: 2.4rem;}
  .hd_bold__name--tweak2 {font-size: 2rem;}
}

.hd_ex {font-weight: bold;padding-left: 1.9em;position: relative;margin-top: 2rem;}
.hd_ex::before {content: "";position: absolute;top: 0;left: 0;width: 1.39em;height: 1.22em;background: url(../img/icon_attention.svg) center/100% 100% no-repeat;}

@media (max-width: 768px) {
  .hd_ex {margin-top: 1.2rem;}
}
/* /見出し */

/* 画像 */
.img_full img {width: 100%;height: auto;}
.img_full {margin-top: 4rem;}

@media (max-width: 768px) {
  .img_full {margin-top: 3.6rem;}
}
/* /画像 */

/* レイアウト */
.block {max-width: var(--cw);padding: 0 var(--csp);box-sizing: content-box;margin: 10rem auto 0;}
.block--fill {padding: 0;}

@media (max-width: 768px) {
  .block {margin-top: 3.6rem;}
}
/* /レイアウト */

/* メニュー */
#menu {margin-top: 8rem;}
.menu {width: calc(72.4rem + var(--csp) * 2);max-width: 100%;margin: auto;display: flex;justify-content: space-between;margin-top: 6.7rem;}
.menu__group {padding-right: 2rem;}
.menu__head {font-size: 2.4rem;font-weight: bold;line-height: 1.375;}
.menu__list {display: flex;flex-direction: column;gap: 1.6rem;margin-top: 2.8rem;}
.menu__item a {text-decoration: none;display: flex;gap: 1rem;align-items: center;transition: .2s;}
.menu__item a:hover {opacity: .7;}
.menu__thumb img {width: 5.6rem;height: auto;aspect-ratio: 1/1;object-fit: cover;}
.menu__name {font-size: 1.8rem;font-weight: bold;line-height: 1.333333333333333;border-bottom: 1px solid #e5e5e5;flex-grow: 1;}

@media (max-width: 768px) {
  #menu {margin-top: 5.2rem;}
  .menu {flex-direction: column;gap: 2.2rem;margin-top: 3.6rem;}
  .menu__list {margin-top: 2rem;max-width: 100%;width: fit-content;}
}
/* /メニュー */

/* 戻るボタン */
.back_to_menu__wrapper {position: fixed;bottom: 1rem;left: 50%;transform: translateX(-50%);width: 100%;text-align: right;pointer-events: none;padding: 0 var(--csp);}
.back_to_menu {pointer-events: auto;transition: .2s;}
.back_to_menu:hover {opacity: .7;}
.back_to_menu img {width: 5.9rem;height: auto;aspect-ratio: 1/1;object-fit: contain;}

@media (max-width: 768px) {
  .back_to_menu img {width: 3.5rem;}
  .back_to_menu__wrapper {padding: 0 1rem;}
}
/* /戻るボタン */

/* セパレータ */
.sep {height: 2px;max-width: var(--cw);margin: 10rem auto;background: #c5c5c5;}

@media (max-width: 768px) {
  .sep {margin: 3.6rem 0;}
}
/* /セパレータ */

/* 商品詳細 */
.item_detail {max-width: var(--cwi);margin: 10rem auto 0;padding: 0 var(--csp);box-sizing: content-box;}
.item_detail__mov {margin-top: 4rem;}
.item_detail__mov iframe {width: 100%;height: auto;aspect-ratio: 16/9;}
.item_detail__hanson {display: flex;gap: 2rem;margin-top: 2rem;}
.item_detail__hanson__image {flex-shrink: 0;text-align: center;}
.item_detail__hanson__steps {display: flex;flex-direction: column;gap: 2.2rem;counter-reset: step;}
.item_detail__hanson__steps__head {font-size: 2.4rem;font-weight: bold;line-height: 1.375;position: relative;padding-left: 8rem;min-height: 4.6rem;padding-top: 0.4rem;}
.item_detail__hanson__steps__head::before {content: counter(step);position: absolute;top: 0;left: 0;background: #7f7f7f;color: #fff;width: 5.89rem;height: 4.6rem;clip-path: polygon(0 0,0 100%, 80% 100%, 100% 0);display: flex;justify-content: center;align-items: center;padding-right: 1rem;font-size: 2.4rem;}
.item_detail__hanson__steps__exp {margin-top: 0.7rem;}
.item_detail__hanson__steps__row {counter-increment: step;}

@media (max-width: 768px) {
  .item_detail {margin-top: 3.6rem;}
  .item_detail__mov {margin-top: 2rem;}
}

@media (max-width: 640px) {
  .item_detail__hanson {flex-direction: column;}
}

@media (max-width: 414px) {
  .item_detail__hanson__steps__head {font-size: 2.2rem;line-height: 1.363636363636364;padding-top: 0.6rem;}
}
/* 商品詳細 */

/* 重要事項 */
.important_notes {border: 1px solid #c5c5c5;padding: 2rem 3rem;margin-top: 4rem;}
.important_notes > :first-child {margin-top: 0 !important;}
.important_notes p {margin-top: 0.2rem;}

@media (max-width: 768px) {
  .important_notes {margin-top: 3.6rem;padding: 1rem 1.5rem;}
}
/* /重要事項 */

/* FAQ */
.faq {margin-top: 2rem;display: flex;flex-direction: column;gap: 1.8rem;}
.faq__q {font-size: 2.4rem;font-weight: bold;line-height: 1.375;position: relative;padding-left: 3.4rem;}
.faq__q::before {content: "Q";position: absolute;left: 0;}
.faq__a {color: #707070;padding: 0.8rem 0 0 3.4rem;position: relative;border-top: 2px solid #e2e2e2;margin-top: 0.5rem;}
.faq__a::before {content: "A";position: absolute;left: 0;font-weight: bold;font-size: 2.4rem;color: #333;}

@media (max-width: 768px) {
  .faq {margin-top: 1.7rem;}
}

@media (max-width: 414px) {
  .faq__q {font-size: 2rem;padding-left: 2.4rem;}
  .faq__a::before {font-size: 2rem;}
  .faq__a {padding-left: 2.4rem;}
}
/* /FAQ */

/* How People Use */
.how_people_use {display: flex;flex-wrap: wrap;justify-content: center;--num: 3;--gap: 1.998rem;gap: var(--gap);max-width: 76rem;margin: 2rem auto 0;}
.how_people_use li {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );}

@media (max-width: 768px) {
  .how_people_use {--gap: 1rem;margin-top: 1.7rem;}
}

@media (max-width: 480px) {
  .how_people_use {--num: 2;}
}
/* /How People Use */

/* Bests */
.bests {margin: 4rem auto 0;display: flex;flex-wrap: wrap;--num: 3;--gap: 5.0985rem;gap: var(--gap);}
.bests__row {width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );}
.bests__img img {width: 100%;height: auto;aspect-ratio: 366/244;object-fit: cover;}
.bests__img {position: relative;}
.bests__img figcaption {position: absolute;bottom: 1rem;left: 0;font-size: 2.2rem;font-weight: bold;line-height: 1.375;color: #fff;text-shadow: 0 3px 6px rgb(0 0 0 / 16%);padding: 0 1.5rem;text-align: left;}
.bests__body p {margin-top: 1.5rem;}

@media (max-width: 768px) {
  .bests {margin-top: 3.6rem;--gap: 2rem;}
}

@media (max-width: 640px) {
  .bests {--num: 1;--gap: 3.6rem;}
}
/* /Bests */

/* Crafted in Japan */
.crafted_in_japan {max-width: 97.4rem;margin: auto;background: url(../img/bg-crafted-in-japan.png) center/cover no-repeat;display: flex;justify-content: center;align-items: center;aspect-ratio: 974/638;padding: 0 var(--csp);}
.crafted_in_japan__inner {background: rgb(247 247 247 / 80%);max-width: 65.4rem;padding: 1.7rem 2rem;}
.crafted_in_japan__heading {font-size: 5.2rem;font-weight: bold;text-align: center;}
.crafted_in_japan p {font-size: 3.2rem;font-weight: bold;line-height: 1.34375;text-align: center;margin-top: 1.4rem;}

@media (max-width: 768px) {
  .crafted_in_japan {background-image: url(../img/bg-crafted-in-japan@2x.png);padding: 11rem 5.6rem;aspect-ratio: auto;}
  .crafted_in_japan__inner {padding: 0.8rem 1.7rem;}
  .crafted_in_japan__heading {font-size: 3.2rem;}
  .crafted_in_japan p {font-size: 2.2rem;margin-top: 0.2rem;}
}
/* /Crafted in Japan */