/* Generic */
*, *:before, *:after {
    box-sizing: border-box;
  }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Elements */
body {
  margin: 0;
  padding: 0;
  
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

p {
  margin: 0 0 1em 0;
  
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  
  background: transparent;
  cursor: pointer;
}

/* Objects */
/*
  .o-container
  -役割: コンテンツの最大幅を制限し、ページの中央に配置します。
  - 主に水平方向のレイアウトを制御します。
*/

.o-container{
  max-width: 1400px;
  width: 100%;
  padding-right: calc(20 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .o-container {
    padding-right: calc(40 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
  }
}

@media screen and (min-width: 1440px) {
  .o-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}


/*
  .o-page
  - 役割: ページ全体の基本構造を提供します。
  - header、main、footerを含む全体レイアウトです。
*/

.o-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/* ====================================
   Header Layout Objects
   ==================================== */

.o-header {
  display: flex;
  align-items: center;
  width: 100%;
}

.o-header--sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}


/*
  .o-main
  - 役割: メインコンテンツエリアのレイアウトを制御します。
  - ヘッダーとフッターの間の主要コンテンツエリアです。
*/

.o-main {
  position: relative;
  width: 100%;
  flex: 1;
}



/*
  .o-footer
  - 役割: フッターエリアのレイアウトを制御します。
  - ページ下部の固定レイアウトを提供します。
*/

.o-footer {
  position: relative;
  width: 100%;
}

/* Components */
.c-header {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  height: 96px;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header {
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    height: calc(96 / 1440 * 100vw);
  }
  
  .c-header__logo {
    height: calc(60 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-header {
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.1);
    height: calc(60 / 375 * 100vw);
  }
  
  .c-header__logo {
    height: calc(40 / 375 * 100vw);
  }
}

/* Header Inner Container */
.c-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
  width: 1440px;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__inner {
    padding: 0 calc(40 / 1440 * 100vw);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-header__inner {
    padding: 0 calc(5 / 375 * 100vw) 0 calc(12 / 375 * 100vw);
    width: 100%;
  }
}

/* Header Logo */
.c-header__logo {
  height: 80%;
  width: auto;
}

.c-header__logo a {
  display: block;
  height: 100%;
  width: auto;
}

.c-header__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

/* @media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__logo {
    width: calc(256 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-header__logo {
    width: calc(130 / 375 * 100vw);
  }
} */

/* Hamburger Menu (Mobile) */
.c-header__hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header__hamburger {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: calc(50 / 375 * 100vw);
    justify-content: center;
    width: calc(50 / 375 * 100vw);
  }
}

.c-header__hamburger img {
  height: auto;
  width: 100%;
}

/* Navigation List (Desktop) */
.c-header__navList {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-header__navList {
    display: none;
  }
}

.c-header__navList > ul {
  display: flex;
}

.c-header__navList > ul > li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__navList > ul > li {
    font-size: calc(14 / 1440 * 100vw);
  }
}

.c-header__navList > ul > li + li {
  margin-left: 48px;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__navList > ul > li + li {
    margin-left: calc(48 / 1440 * 100vw);
  }
}

.c-header__navList > ul a {
  color: #444444;
  display: block;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__navList > ul a {
    padding: calc(12 / 1440 * 100vw) 0;
  }
}

.c-header__navList > ul a::after {
  background-color: #008b9e;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__navList > ul a::after {
    height: calc(2 / 1440 * 100vw);
  }
}

.c-header__navList > ul a:hover {
  color: #008b9e;
}

.c-header__navList > ul a:hover::after {
  transform: scaleX(1);
}

/* Button List (Desktop) */
.c-header__buttonList {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-header__buttonList {
    display: none;
  }
}

.c-header__buttonList > ul {
  display: flex;
}

.c-header__buttonList > ul > li + li {
  margin-left: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__buttonList > ul > li + li {
    margin-left: calc(16 / 1440 * 100vw);
  }
}

.c-header__buttonList__button a {
  border-radius: 6px;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__buttonList__button a {
    border-radius: calc(6 / 1440 * 100vw);
    font-size: calc(12 / 1440 * 100vw);
    padding: calc(12 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}

/* Download Button */
.c-header__buttonList__button--download a {
  background-color: #ffffff;
  border: 1px solid #008b9e;
  color: #008b9e;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__buttonList__button--download a {
    border: calc(1 / 1440 * 100vw) solid #008b9e;
  }
}

.c-header__buttonList__button--download a:hover {
  background-color: #008b9e;
  color: #ffffff;
}

.c-header__buttonList__button--start a {
  background-color: #008b9e;
  color: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-header__buttonList__button--start a {
    background-color: #008b9e;
  }
}

.c-header__buttonList__button--start a:hover {
  background-color: #006d7a;
}

.c-header__buttons {
  display: none;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .c-header__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
  }
}

.c-header__buttons .c-3pl-btn {
  height: 40px;
  min-width: max-content;
  white-space: nowrap;
}
/* ====================================
   Mobile Drawer Menu Styles
   ==================================== */

/* Drawer Container */
.c-drawer {
  background-color: #ffffff;
  display: none;
  height: 100vh;
  height: 100dvh;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: opacity 0.6s ease, visibility 0s 0.6s, z-index 0s 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-drawer {
    display: block;
  }
}

.c-drawer.is-show {
  opacity: 1;
  transition: opacity 0.6s ease;
  visibility: visible;
  z-index: 9999;
}

/* Drawer Inner Container */
.c-drawer__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

/* Drawer Header */
.c-drawer__header {
  background-color: #ffffff;
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
  flex-shrink: 0;
  height: calc(60 / 375 * 100vw);
}

.c-drawer__header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 calc(5 / 375 * 100vw) 0 calc(12 / 375 * 100vw);
}

.c-drawer__header__logo {
  width: calc(169 / 375 * 100vw);
}

.c-drawer__header__logo img {
  height: auto;
  width: 100%;
}

.c-drawer__header__close {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0;
  height: calc(50 / 375 * 100vw);
  justify-content: center;
  width: calc(50 / 375 * 100vw);
}

.c-drawer__header__close img {
  height: auto;
  width: 100%;
}

/* Drawer Content */
.c-drawer__content {
  flex: 1;
  overflow-y: auto;
}

.c-drawer__content__inner {
  padding: calc(45 / 375 * 100vw);
}

/* Navigation List */
.c-drawer__content__navList > ul > li {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
}

.c-drawer__content__navList > ul > li + li {
  margin-top: calc(25 / 375 * 100vw);
}

.c-drawer__content__navList a {
  color: #555555;
  display: block;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-drawer__content__navList a:hover {
  color: #008b9e;
}

/* Navigation Text with Arrow */
.c-drawer__content__navList__text {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  position: relative;
}

.c-drawer__content__navList__text::after {
  border-bottom: calc(2 / 375 * 100vw) solid #008b9e;
  border-right: calc(2 / 375 * 100vw) solid #008b9e;
  content: "";
  display: block;
  height: calc(9 / 375 * 100vw);
  margin-left: calc(8 / 375 * 100vw);
  transform: rotate(45deg) translateY(calc(-2 / 375 * 100vw));
  transition: transform 0.3s ease;
  width: calc(9 / 375 * 100vw);
}

/* Sub Navigation List */
.c-drawer__content__navList__subNavList {
  display: none;
  margin-top: calc(25 / 375 * 100vw);
}

.c-drawer__content__navList__subNavList.is-open {
  display: block;
}

.c-drawer__content__navList__subNavList > ul > li {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
}

.c-drawer__content__navList__subNavList > ul > li + li {
  margin-top: calc(25 / 375 * 100vw);
}

.c-drawer__content__navList__subNavList a {
  align-items: center;
  color: #555555;
  display: flex;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-drawer__content__navList__subNavList a:hover {
  color: #008b9e;
}

.c-drawer__content__navList__subNavList a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(12 / 375 * 100vw);
  margin-right: calc(8 / 375 * 100vw);
  width: calc(12 / 375 * 100vw);
}

/* Category Icons */
.c-drawer__content__navList__subNavList a.cat1::before {
  background-image: url('https://43686406.fs1.hubspotusercontent-na2.net/hubfs/43686406/raw_assets/public/plus_shipping_2024/assets/images/icon_plus_sidebar_cat1.svg');
}

.c-drawer__content__navList__subNavList a.cat2::before {
  background-image: url('https://43686406.fs1.hubspotusercontent-na2.net/hubfs/43686406/raw_assets/public/plus_shipping_2024/assets/images/icon_plus_sidebar_cat2.svg');
}

.c-drawer__content__navList__subNavList a.cat3::before {
  background-image: url('https://43686406.fs1.hubspotusercontent-na2.net/hubfs/43686406/raw_assets/public/plus_shipping_2024/assets/images/icon_plus_sidebar_cat3.svg');
}

.c-drawer__content__navList__subNavList a.cat4::before {
  background-image: url('https://43686406.fs1.hubspotusercontent-na2.net/hubfs/43686406/raw_assets/public/plus_shipping_2024/assets/images/icon_plus_sidebar_cat4.svg');
}

.c-drawer__content__navList__subNavList a.cat5::before {
  background-image: url('https://43686406.fs1.hubspotusercontent-na2.net/hubfs/43686406/raw_assets/public/plus_shipping_2024/assets/images/icon_plus_sidebar_cat5.svg');
}

.c-drawer__content__navList__subNavList a.cat6::before {
  background-image: url('https://43686406.fs1.hubspotusercontent-na2.net/hubfs/43686406/raw_assets/public/plus_shipping_2024/assets/images/icon_plus_sidebar_cat6.svg');
}

/* Button List */
.c-drawer__content__buttonList {
  margin-top: calc(45 / 375 * 100vw);
}

.c-drawer__content__buttonList > ul > li + li {
  margin-top: calc(20 / 375 * 100vw);
}

/* 3PL Button Base (copied from _3pl-base.css) */
.c-drawer__content__buttonList__button a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: calc(14 / 375 * 100vw) calc(24 / 375 * 100vw);
  border-radius: 9999px;
  font-weight: 600;
  font-size: calc(16 / 375 * 100vw);
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Primary Button (copied from c-3pl-btn--primary) */
.c-drawer__content__buttonList__button--start a {
  color: white;
  background-color: #ff5722;
  border: none;
}

.c-drawer__content__buttonList__button--start a:hover {
  background-color: #e64a19;
}

/* Secondary Light Button (copied from c-3pl-btn--secondary-light) */
.c-drawer__content__buttonList__button--download a {
  color: #ff5722;
  background-color: white;
  border: calc(2 / 375 * 100vw) solid #ff5722;
}

.c-drawer__content__buttonList__button--download a:hover {
  background-color: #f5f5f5;
}

/* Body scroll lock when drawer is open */
.is-open {
  overflow: hidden;
}

/* Accessibility improvements */
.c-drawer[aria-hidden="true"] {
  pointer-events: none;
}

.c-drawer[aria-hidden="false"] {
  pointer-events: auto;
}

/* Focus management */
.c-drawer__content__navList a:focus,
.c-drawer__content__buttonList__button a:focus,
.c-drawer__header__close:focus {
  outline: 2px solid #008b9e;
  outline-offset: 2px;
}