/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  -webkit-text-size-adjust: 100%; /* 3 */ /* 2 */
  -o-tab-size: 4;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  line-height: 1.5; /* 1 */
  font-family: "Kazesawa-Regular", sans-serif; /* 4 */
  font-variation-settings: normal; /* 6 */
     tab-size: 4; /* 3 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
  font-size: 16.0px;
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  border-top-width: 1px; /* 3 */
  color: inherit; /* 2 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
bundle_h1,
bundle_h2,
bundle_h3,
bundle_h4,
bundle_h5,
bundle_h6 {
  font-weight: inherit;
  font-size: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-size: 1em; /* 2 */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
}
/*
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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
  text-indent: 0; /* 1 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  color: inherit; /* 1 */
  font-weight: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  font-family: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-image: none; /* 2 */
  background-color: transparent; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
bundle_blockquote,
bundle_dl,
bundle_dd,
bundle_h1,
bundle_h2,
bundle_h3,
bundle_h4,
bundle_h5,
bundle_h6,
bundle_hr,
bundle_figure,
bundle_p,
bundle_pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.relative{
  position: relative !important;
}
.mx-auto{
  margin-right: auto !important;
  margin-left: auto !important;
}
.mb-\[0\]{
  margin-bottom: 0 !important;
}
.mb-\[16px\]{
  margin-bottom: 16px !important;
}
.mb-\[32px\]{
  margin-bottom: 32px !important;
}
.mb-\[8px\]{
  margin-bottom: 8px !important;
}
.ml-\[16px\]{
  margin-left: 16px !important;
}
.ml-\[2px\]{
  margin-left: 2px !important;
}
.ml-\[8px\]{
  margin-left: 8px !important;
}
.mr-\[10px\]{
  margin-right: 10px !important;
}
.mr-\[112px\]{
  margin-right: 112px !important;
}
.mr-\[20px\]{
  margin-right: 20px !important;
}
.mr-\[40px\]{
  margin-right: 40px !important;
}
.mr-\[86px\]{
  margin-right: 86px !important;
}
.mr-\[8px\]{
  margin-right: 8px !important;
}
.mt-\[24px\]{
  margin-top: 24px !important;
}
.mt-\[29px\]{
  margin-top: 29px !important;
}
.mt-\[40px\]{
  margin-top: 40px !important;
}
.block{
  display: block !important;
}
.flex{
  display: flex !important;
}
.contents{
  display: contents !important;
}
.hidden{
  display: none !important;
}
.h-\[105px\]{
  height: 105px !important;
}
.h-\[28\.75px\]{
  height: 28.75px !important;
}
.h-\[38px\]{
  height: 38px !important;
}
.h-\[40px\]{
  height: 40px !important;
}
.h-\[56px\]{
  height: 56px !important;
}
.w-\[100\%\]{
  width: 100% !important;
}
.w-\[105px\]{
  width: 105px !important;
}
.w-\[120px\]{
  width: 120px !important;
}
.w-\[158\.89px\]{
  width: 158.89px !important;
}
.w-\[164px\]{
  width: 164px !important;
}
.w-\[24px\]{
  width: 24px !important;
}
.w-\[28\.75px\]{
  width: 28.75px !important;
}
.w-\[302px\]{
  width: 302px !important;
}
.w-\[40px\]{
  width: 40px !important;
}
.w-\[474px\]{
  width: 474px !important;
}
.w-\[70\.4vw\]{
  width: 70.4vw !important;
}
.w-\[75px\]{
  width: 75px !important;
}
.min-w-\[0\]{
  min-width: 0 !important;
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.resize{
  resize: both !important;
}
.flex-row{
  flex-direction: row !important;
}
.flex-col{
  flex-direction: column !important;
}
.items-center{
  align-items: center !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.gap-x-\[16px\]{
  -webkit-column-gap: 16px !important;
          column-gap: 16px !important;
}
.gap-x-\[20px\]{
  -webkit-column-gap: 20px !important;
          column-gap: 20px !important;
}
.gap-x-\[56px\]{
  -webkit-column-gap: 56px !important;
          column-gap: 56px !important;
}
.gap-y-\[16px\]{
  row-gap: 16px !important;
}
.gap-y-\[8px\]{
  row-gap: 8px !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.rounded-\[50\%\]{
  border-radius: 50% !important;
}
.pb-\[0\]{
  padding-bottom: 0 !important;
}
.pb-\[40px\]{
  padding-bottom: 40px !important;
}
.pl-\[8px\]{
  padding-left: 8px !important;
}
.pt-\[0\]{
  padding-top: 0 !important;
}
.pt-\[40px\]{
  padding-top: 40px !important;
}
.text-center{
  text-align: center !important;
}
.text-\[10px\]{
  font-size: 10px !important;
}
.text-\[12px\]{
  font-size: 12px !important;
}
.text-\[14px\]{
  font-size: 14px !important;
}
.text-\[18px\]{
  font-size: 18px !important;
}
.leading-\[1\.4375\]{
  line-height: 1.4375 !important;
}
:root {
  --scrollbar: 0;
}

html,
body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
  font-size: 16.0px;
}

picture{
  display: block;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../font/Kazesawa-Regular.woff") format("woff");
  font-family: "Kazesawa-Regular";
}
@font-face {
  font-style: normal;
  font-weight: 600;
  src: url("../font/Kazesawa-Semibold.woff") format("woff");
  font-family: "Kazesawa-Semibold";
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("../font/Kazesawa-Bold.woff") format("woff");
  font-family: "Kazesawa-Bold";
}
@font-face {
  font-style: normal;
  font-weight: 800;
  src: url("../font/Kazesawa-Extrabold.woff") format("woff");
  font-family: "Kazesawa-Black";
}
/* LAYOUT - FOOTER */
.l_footer{
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
  background: none;
  text-align: left;
}

.l_footer__deck{
  -webkit-column-gap: 15px;
  display: grid;
          column-gap: 15px;
  row-gap: 8px;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 40px;
}

.l_footer__deck {
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #EBEBEB;
}

.l_footer__card{
  display: flex;
  position: relative;
  row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 44vw;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
  font-size: 16px;
}

.l_footer__card {
  border: 1px solid #EBEBEB;
  transition: border 0.2s ease-in-out;
}
.l_footer__card:hover {
  border: 1px solid #00692E;
}

.l_footer__shipping{
  position: relative;
  width: 49.3vw;
}
.l_footer__shipping:hover .l_footer__cardShipping {
  border: 1px solid #00692E;
}

.l_footer__banner{
  display: block;
  position: absolute;
}

.l_footer__banner {
  z-index: 2;
  top: -4.3vw;
  width: 100%;
}

.l_footer__bottom{
  -webkit-column-gap: 40px;
  display: flex;
          column-gap: 40px;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 32px;
}

.l_footer__logo{
  display: flex;
  flex-direction: column;
}

.l_footer__par{
  width: 68vw;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.43;
}

.l_footer__links{
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
}

.l_footer__sitemap{
  display: flex;
  row-gap: 24px;
  flex-direction: column;
  margin-left: -12px;
  font-size: 16px;
  white-space: nowrap;
}

.l_footer__sitemap {
  grid-template-columns: repeat(2, 1fr);
}

.l_footer__copyright{
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 12px;
  text-align: center;
}

/* LAYOUT - HEADER */
.l_header__userWrap {
  background: #232F3E;
}

.l_header__user{
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 95.8vw;
  max-width: 1840px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
}

.l_header__user {
  color: #FFFFFF;
}

.l_header__price{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 44px;
  padding-right: 21px;
  padding-left: 21px;
  background: #F62016;
  color: #FFFFFF;
  font-size: 16px;
}

.l_header__userNav{
  display: flex;
  margin-left: 16px;
  font-size: 14px;
}

.l_header__userItem{
  display: flex;
}
.l_header__userItem:not(:last-of-type){
  position: relative;
  margin-right: 12px;
}
.l_header__userItem:not(:last-of-type):after{
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -16px;
  width: 1px;
  height: 21px;
  background: #EBEBEB;
  content: "";
}

.l_header__userLink{
  display: flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
}
.l_header__userLink path {
  transition: fill 0.2s ease-in-out;
}
.l_header__userLink:hover {
  color: #00692E;
}
.l_header__userLink:hover path {
  fill: #00692E;
}

.l_header__alert{
  position: absolute;
  top: -6px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F62016;
}

.l_header__search{
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 66px;
}

.l_header__search {
  z-index: 1020;
  top: 0;
  background: #FFFFFF;
}

.l_header__searchLogo{
  display: block;
  width: 99.76px;
}

.l_header__searchLogo {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.l_header__searchInner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
}

.l_header__searchBar{
  display: none;
  align-items: center;
  width: 100%;
  height: 49px;
  border-radius: 0;
}

.l_header__searchBar {
  overflow: hidden;
  border: 2px solid #EBEBEB;
  background: #FFFFFF;
}

.l_header__searchBox{
  position: relative;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  padding-left: 16px;
  font-size: 12px;
}

.l_header__searchBox {
  width: calc(100% - 108px);
  background: none;
}
.l_header__searchBox:focus {
  border: none;
  outline: none;
}

.l_header__searchBtn{
  display: flex;
  position: relative;
  align-items: center;
  width: 45px;
  height: 100%;
}

.l_header__searchBtn {
  background: #00692E;
  color: #FFFFFF;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.l_header__searchBtn path {
  transition: fill 0.2s ease-in-out;
}
.l_header__searchBtn:hover {
  background: #EBEBEB;
  color: #232F3E;
}
.l_header__searchBtn:hover path {
  fill: #232F3E;
}

.l_header__searchNav{
  -webkit-column-gap: 16px;
  display: none;
          column-gap: 16px;
  align-items: center;
  font-size: 16px;
}

.l_header__searchNav--sp{
  -webkit-column-gap: 16px;
  display: flex;
          column-gap: 16px;
  align-items: center;
  font-size: 16px;
}

.l_header__searchItem{
  display: flex;
  align-items: center;
  height: 57px;
  padding-right: 24px;
  padding-left: 24px;
  border: 2px solid #EBEBEB;
  border-radius: 8px;
  background: #FFFFFF;
  white-space: nowrap;
  transition: border 0.2s ease-in-out, 0.2s ease-in-out, background 0.2s ease-in-out;
}
.l_header__searchItem path {
  transition: fill 0.2s ease-in-out;
}
.l_header__searchItem:hover {
  border: 2px solid #00692E;
  background: #00692E;
  color: #FFFFFF;
}
.l_header__searchItem:hover path {
  fill: #FFFFFF;
}

.l_header__searchCart {
  border: 2px solid #00692E;
  background: #00692E;
  color: #FFFFFF;
}
.l_header__searchCart:hover {
  border: 2px solid #EBEBEB;
  background: #FFFFFF;
  color: #232F3E;
}
.l_header__searchCart:hover path {
  fill: #232F3E;
}

.l_header__search--sp{
  z-index: 1010;
  position: fixed;
  top: 66px;
  height: 49px;
  width: 100%;
}
.l_header__search--sp .l_header__searchBar{
  display: flex;
  align-items: center;
  width: 100%;
  height: 49px;
  border-radius: 0;
}
.l_header__search--sp .l_header__searchBar {
  overflow: hidden;
  border: 2px solid #EBEBEB;
  background: #FFFFFF;
}

.l_header__mobileBtn{
  margin-top: 4px;
  color: #232F3E;
}
.l_header__mobileBtn.is-open .l_header__mobileBar01 {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.l_header__mobileBtn.is-open .l_header__mobileBar02 {
  -webkit-transform: translateY(4px) rotate(-45deg);
          transform: translateY(4px) rotate(-45deg);
}
.l_header__mobileBtn.is-open .l_header__mobilePar {
  opacity: 0;
}

.l_header__mobileBar{
  display: block;
  width: 40px;
  height: 2px;
  background: #232F3E;
}

.l_header__mobileBar01,
.l_header__mobileBar02 {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.l_header__mobileBar01{
  margin-bottom: 6px;
}

.l_header__mobileBar02{
  margin-bottom: 3px;
}

.l_header__mobilePar{
  display: block;
  font-size: 11px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.l_header__navWrap {
  border-top: 2px solid #EBEBEB;
}

.l_header__nav{
  -webkit-column-gap: 10px;
  display: none;
  position: relative;
          column-gap: 10px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l_header__navList{
  display: flex;
}

.l_header__navItem{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding-right: 24px;
  padding-left: 24px;
  background: #FFFFFF;
  color: #232F3E;
  transition: background 0.2s ease-in-out, 0.2s ease-in-out;
}
.l_header__navItem path {
  transition: fill 0.2s ease-in-out;
}
.l_header__navItem::after{
  z-index: 1;
  position: absolute;
  right: -1px;
  width: 1px;
  height: 32px;
  background: #00692E;
  content: "";
  transition: background 0.2s ease-in-out;
}
.l_header__navItem.active {
  z-index: 2;
  background: #00692E;
  color: #FFFFFF;
}
.l_header__navItem.active path {
  fill: #FFFFFF;
}
.l_header__navItem.active::after {
  background: #FFFFFF;
}

.l_header__navCat{
  display: flex;
  align-items: center;
}
.l_header__navCat:hover .l_header__navDrop{
  left: 0;
  margin-top: 0;
  scale: 1;
}

.l_header__navDrop{
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 1000;
  position: absolute;
  top: 56px;
  left: 12%;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-top: 8px;
  padding-right: 20px;
  padding-left: 20px;
  transition: scale 0.2s ease-in-out, margin 0.2s ease-in-out, left 0.2s ease-in-out;
}
.l_header__navDrop:hover{
  visibility: visible;
}

.l_header__navDropSecond {
  -webkit-transform-origin: top left;
  left: 70%;
          transform-origin: top left;
}

.l_header__navDropHover{
  height: 8px;
}

.l_header__navDropMenu{
  padding-bottom: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
}

.l_header__navDropList{
  -webkit-column-gap: 42px;
  display: grid;
  grid-template-columns: repeat(5, 220px);
          column-gap: 42px;
  row-gap: 32px;
  justify-content: center;
  max-height: 60vh;
  padding-top: 24px;
  overflow-y: scroll;
}

.l_header__navDropLinks{
  -webkit-column-gap: 2vw;
  display: flex;
          column-gap: 2vw;
  align-items: center;
  padding-top: 24px;
  padding-right: 5.8vw;
  padding-left: 5.8vw;
}

.l_header__navDropImg{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 114px;
  height: 114px;
}

.l_header__navDropImgImage{
  min-width: 114px;
}

.l_header__dropMore{
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.l_header__navDropPar{
  margin-left: 8px;
}

.l_header__info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 49px;
  margin-top: 113px;
  margin-right: auto;
  margin-left: auto;
}

.l_header__info {
  background-color: #D6D6D6;
}

.l_header__infoInner{
  display: flex;
  align-items: center;
  width: 1460px;
  margin-right: auto;
  margin-left: auto;
}

.l_header__infoMsg{
  padding-left: 8px;
  font-size: 12px;
}

.l_header__fixed{
  display: none;
  width: 100%;
}

.l_header__fixed {
  z-index: 1010;
  top: -122px;
  left: 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
  transition: top 0.2s ease;
}
.l_header__fixed.is-active {
  top: 0;
}
.l_header__fixed .l_header__search{
  height: 66px;
}
.l_header__fixed .l_header__searchLogo{
  width: 100px;
}
.l_header__fixed .l_header__searchBar{
  height: 49px;
}
.l_header__fixed .l_header__searchItem{
  height: 49px;
}
.l_header__fixed .l_header__nav, .l_header__fixed .l_header__navList, .l_header__fixed .l_header__navItem{
  height: 38px;
}
.l_header__fixed .l_header__navDrop {
  top: 41px;
}

.l_header__navContainer{
  width: 100%;
  border-top: 2px solid #EBEBEB;
  background: #FFFFFF;
}

.l_header__mobile{
  z-index: 1020;
  position: fixed;
  top: 66px;
  left: -100%;
  width: 100%;
  height: calc(100% + 90px);
  overflow-y: scroll;
  background-color: #FFFFFF;
  transition: left 0.2s ease-in;
}
.l_header__mobile.is-open {
  left: 0;
}

.l_header__mobileInner{
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
}

.l_header__mobileUser{
  display: flex;
  height: 56px;
  background: #EBEBEB;
}

.l_header__mobileUserLink{
  display: flex;
  align-items: center;
  height: 56px;
}

.l_header__mobileImg{
  width: 24px;
  margin-right: 4px;
  overflow: hidden;
  border-radius: 50%;
}

.l_header__mobileImgImage{
  min-width: 75px;
}

.l_header__mobileNavItem {
  border-bottom: 1px solid #EBEBEB;
  background: #FFFFFF;
  transition: background 0.2s ease-in-out;
}
.l_header__mobileNavItem:first-of-type {
  border-top: 1px solid #EBEBEB;
}
.l_header__mobileNavItem.is-open {
  background: #EBEBEB;
}
.l_header__mobileNavItem.is-open .l_header__mobileCatPlus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l_header__mobileNavItem.is-open .l_header__mobilePlus::before{
  height: 0;
}

.js_categoryButton, .js_linkButton {
  border-bottom: none;
}
.js_categoryButton.is-open, .js_linkButton.is-open {
  border-bottom: 1px solid #EBEBEB;
}

.l_header__mobileNavLink{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
  font-size: 18px;
}

.l_header__mobilePlus{
  position: relative;
  width: 15px;
  height: 15px;
}
.l_header__mobilePlus:before{
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
          transform: translateX(-50%) translateY(-50%);
  border-radius: 2px;
  background-color: #232F3E;
  content: "";
  transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.l_header__mobilePlus:after{
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  border-radius: 2px;
  background-color: #232F3E;
  content: "";
}

.l_header__mobileCatPlus{
  position: relative;
  left: 3.8px;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.l_header__mobileCat{
  -webkit-clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
  height: 0;
          clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
  transition: all 0.2s ease-in;
}
.l_header__mobileCat.is-open{
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  height: 100%;
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

.l_header__mobileCatItem{
  display: flex;
  align-items: center;
  height: 93px;
}
.l_header__mobileCatItem:not(:last-of-type) {
  border-bottom: 1px solid #EBEBEB;
}

.l_header__mobileCatLink{
  display: flex;
  align-items: center;
  height: 93px;
}

.top.is-open {
  overflow: hidden;
}

.l_header__searchWrap{
  position: relative;
}
.l_header__searchWrap.is-open .l_header__mobileSns {
  opacity: 1;
  pointer-events: initial;
}
.l_header__searchWrap.is-open .l_header__searchLogo {
  opacity: 0;
  pointer-events: none;
}

.l_header__mobileSns{
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.l_header__mobileRegister{
  -webkit-column-gap: 8px;
  display: flex;
          column-gap: 8px;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px;
  background-color: #00692E;
  color: #FFFFFF;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #EBEBEB;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* COMPONENT - BUTTONS */
.c_button__news{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 49px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}
.c_button__news {
  border: 2px solid #00692E;
  background: #00692E;
  color: #FFFFFF;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.c_button__news svg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.c_button__news svg path {
  transition: fill 0.2s ease;
}
.c_button__news:hover {
  border: 2px solid #232F3E;
  background-color: #FFFFFF;
  color: #232F3E;
}
.c_button__news:hover svg {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.c_button__news:hover path {
  fill: #232F3E;
}

/* COMPONENT - CARDS */
.c_card__product{
  display: block;
  width: 120px;
}
.c_card__product:hover .c_card__wrapper {
  border: 2px solid #00692E;
}
.c_card__product:hover .c_card__productName:after{
  width: 100%;
}

.c_card__wrapper{
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
  border-radius: 8px;
}

.c_card__wrapper {
  overflow: hidden;
  border: 2px solid #EBEBEB;
  transition: border 0.2s ease-in-out;
}

.c_card__productName{
  position: relative;
  margin-bottom: 4px;
  font-size: 14px;
}
.c_card__productName:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00692E;
  content: "";
  transition: width 0.2s ease-in-out;
}

.c_card__categoryDeck{
  -webkit-column-gap: 15px;
  display: grid;
          column-gap: 15px;
  row-gap: 8px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.c_card__categoryDeck {
  grid-template-columns: repeat(4, 1fr);
}

.c_card__category{
  display: block;
  position: relative;
  height: 100%;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-radius: 8px;
}

.c_card__category {
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  transition: border 0.2s ease-in-out;
}
.c_card__category:hover {
  border: 1px solid #00692E;
}
.c_card__category:hover .c_card__divider:before{
  width: 100%;
}

.c_card__title{
  z-index: 1;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 2px solid #00692E;
}

.c_card__divider{
  position: relative;
  height: 2px;
  margin-bottom: 10px;
}

.c_card__divider {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background: #EBEBEB;
}
.c_card__divider:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00692E;
  content: "";
  transition: width 0.2s ease-in-out;
}

.c_card__categoryImage{
  width: 138px;
  height: 68px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.c_card__categoryImage {
  -o-object-fit: cover;
  overflow: hidden;
     object-fit: cover;
}

/* COMPONENT - CONTAINERS */
.c_container{
  padding-top: 40px;
  padding-bottom: 40px;
}

.c_container__gray {
  background-color: #F5F5F5;
}

.c_container__inner{
  position: relative;
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
}

/* COMPONENT - NEWS */
.c_news__item {
  border-bottom: 2px solid #EBEBEB;
}

.c_news__link{
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c_news__date{
  font-size: 14px;
}

.c_news__title{
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.375;
}

/* COMPONENT - SWIPERS */
.bundle-slider-1{
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #EBEBEB;
}

.bundle-slider-1 .slick-slide{
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}

.bundle-slider-1 .slick-slide {
  overflow: hidden;
  border: 6px solid #FFFFFF;
}

.bundle-slider-1 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.bundle-slider-1 .bundle-slick-arrow{
  z-index: 1;
  position: absolute;
  width: 72px;
  height: 72px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  background-color: #FFFFFF;
  cursor: pointer;
}
.bundle-slider-1 .bundle-slick-arrow:hover {
  background-color: #FFFFFF;
}

.bundle-slider-1 .bundle-slick-arrow::before{
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: url("../img/slider_arrow.svg");
  opacity: 1;
}

.bundle-slider-1 .bundle-slick-next {
  left: calc(50% + 680px);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.bundle-slider-1 .bundle-slick-prev {
  left: calc(50% - 750px);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.bundle-slider-1 .bundle-slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.bundle-slider-1 .slick-dots{
  -webkit-column-gap: 12px;
  display: flex;
          column-gap: 12px;
  width: 60px;
  height: 12px;
  margin-bottom: 20px;
  margin-left: 27px;
}

.bundle-slider-1 .slick-dots {
  bottom: 0;
  left: 0;
}

.bundle-slider-1 .slick-dots li,
.bundle-slider-1 .slick-dots button,
.bundle-slider-1 .slick-dots button:before {
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
}

.bundle-slider-1 .slick-dots li{
  display: block;
}

.bundle-slider-1 .slick-dots button:before{
  border-radius: 50%;
  background-color: #FFFFFF;
  content: "";
  opacity: 1;
}

.bundle-slider-1 .slick-dots li.slick-active button:before {
  background-color: #00692E;
  opacity: 1;
}

.slider-3{
  margin-bottom: 32px;
}

.slider-3 {
  max-height: 233px;
}

.slider-3 .slick-slide{
  position: relative;
  margin-top: 0;
  margin-right: 4px;
  margin-bottom: 0;
  margin-left: 4px;
}

.slider-3 .slick-slide {
  overflow: hidden;
}

.slider-3 .slick-slide img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 170px;
}
@media (min-width: 768px){
  .slider-3 .slick-slide img {
    -o-object-fit: cover;
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 233px;
  }
}
.slider-3 .bundle-slick-arrow{
  z-index: 1;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.slider-3 .bundle-slick-arrow:focus {
  background-color: transparent;
}

.slider-3 .bundle-slick-arrow::before{
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: url("../img/slider_arrow.svg");
  opacity: 1;
}

.slider-3 .bundle-slick-next {
  right: 0px;
}

.slider-3 .bundle-slick-prev {
  left: 0px;
}

.slider-3 .bundle-slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  position: absolute;
  content: url("../img/slider_arrow_info.svg");
  opacity: 1;
}

.slider-2{
  margin-bottom: 32px;
}

.slider-2 .slick-slide{
  position: relative;
  margin-top: 0;
  margin-right: 4px;
  margin-bottom: 0;
  margin-left: 14.5px;
}

.slider-2 .slick-slide {
  overflow: hidden;
}

.slider-2 .slick-slide img{
  -o-object-fit: cover;
  display: block;
  width: 100%;
     object-fit: cover;
}

.slider-2 .bundle-slick-arrow{
  z-index: 1;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.slider-2 .bundle-slick-arrow::before{
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: url("../img/slider_arrow.svg");
  opacity: 1;
}

.slider-2 .bundle-slick-next {
  right: 10px;
}

.slider-2 .bundle-slick-prev {
  left: 10px;
}

.slider-2 .bundle-slick-prev::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url("../img/slider_arrow_info.svg");
}

.bundle-slick-prev .slick-disabled {
  opacity: 0;
}

.slider-4{
  width: 92vw;
  margin-right: auto;
  margin-left: auto;
}

.slider-4 {
  background: #F5F5F5;
}

.slider-4 .slick-slide{
  position: relative;
  align-items: center;
  width: 92vw;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}

.slider-4 .slick-slide {
  display: flex !important;
  overflow: hidden;
  background: #D6D6D6;
}

.slider-4 .bundle-slick-arrow{
  z-index: 1;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.slider-4 .bundle-slick-arrow:focus {
  background-color: transparent;
}

.slider-4 .bundle-slick-arrow::before{
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: url("../img/slider_arrow_info.svg");
  opacity: 1;
}

.slider-4 .bundle-slick-prev {
  left: 5px;
  margin-top: 10px;
}

.slider-4 .bundle-slick-next {
  right: 5px;
  margin-top: 10px;
}

.slider-4 .bundle-slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.loader-wrap{
  position: relative;
}

.loader-wrap-1{
  max-height: 377px;
}

.loader-wrap-1 {
  background: #F5F5F5;
}
.loader-wrap-1:has(> .bundle-slider-1.slick-initialized) .slider-loader {
  display: none;
}

.loader-wrap-2{
  max-height: 377px;
}
.loader-wrap-2:has(> .slider-2.slick-initialized) .slider-loader {
  display: none;
}

.loader-wrap-3{
  max-height: 377px;
}

.loader-wrap-3:has(> .slider-3.slick-initialized) .slider-loader {
  display: none;
}

.loader-wrap-4 {
  max-height: 377px;
}
.loader-wrap-4:has(> .slider-4.slick-initialized) .slider-loader {
  display: none;
}

.slider-loader{
  position: absolute;
  width: 24px;
  height: 24px;
}

.slider-loader {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1000;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  background-image: url("../img/loading.gif");
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}

.bundle-slider-1,
.slider-2,
.slider-3,
.slider-4 {
  -webkit-transition: opacity 1s ease;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease;
}

.bundle-slider-1.slick-initialized,
.slider-2.slick-initialized,
.slider-3.slick-initialized,
.slider-4.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.loader-wrap-1 .bundle-slider-1.slick-initialized + .slider-loader,
.loader-wrap-2 .slider-2.slick-initialized + .slider-loader,
.loader-wrap-3 .slider-3.slick-initialized + .slider-loader,
.loader-wrap-4 .slider-4.slick-initialized + .slider-loader {
  display: none;
}

/* COMPONENT - TITLES */
.c_title__product{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-left: 12px;
  font-size: 16px;
}
.c_title__product {
  border-bottom: 2px solid #EBEBEB;
}
.c_title__product:before{
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  background: #00692E;
  content: "";
}

/* UTILITY - FONTS */
body {
  color: #232F3E;
  font-size: 16.0px;
}

.u_font__regular {
  font-family: "Kazesawa-Regular", sans-serif;
}

.u_font__semibold {
  font-family: "Kazesawa-Semibold", sans-serif;
}

.u_font__bold {
  font-family: "Kazesawa-Bold", sans-serif;
}

.u_font__black {
  font-family: "Kazesawa-Black", sans-serif;
}

/* UTILITY - HOVER */
.u_hidden__sp{
  display: none;
}

/* UTILITY - HOVER */
.u_hover__green {
  color: #232F3E;
  transition: color 0.2s ease-in-out;
}
.u_hover__green path {
  transition: fill 0.2s ease-in-out;
}
.u_hover__green:hover {
  color: #00692E;
}
.u_hover__green:hover path {
  fill: #00692E;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.bundle-slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../img/loading.gif") center center no-repeat;
}

/* Arrows */
.bundle-slick-prev,
.bundle-slick-next {
  -webkit-transform: translate(0, -50%);
  display: flex;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.bundle-slick-prev.slick-disabled,
.bundle-slick-next.slick-disabled {
  opacity: 0;
}
.bundle-slick-prev.slick-disabled:before,
.bundle-slick-next.slick-disabled:before {
  opacity: 0;
}
.bundle-slick-prev:before,
.bundle-slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  line-height: 1;
  opacity: 0.75;
}

.bundle-slick-prev {
  left: -25px;
}
[dir=rtl] .bundle-slick-prev {
  right: -25px;
  left: auto;
}
.bundle-slick-prev:before {
  content: "←";
}
[dir=rtl] .bundle-slick-prev:before {
  content: "→";
}
.bundle-slick-prev.bundle-slick-arrow {
  margin-left: 0px;
}
.bundle-slick-next {
  right: -25px;
}
[dir=rtl] .bundle-slick-next {
  right: auto;
  left: -25px;
}
.bundle-slick-next:before {
  content: "→";
}
[dir=rtl] .bundle-slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@media (min-width: 768px){
  .l_footer{
    width: 100%;
    max-width: 1500px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .l_footer__deck{
    -webkit-column-gap: 20px;
            column-gap: 20px;
    max-width: 1500px;
  }
  .l_footer__card{
    row-gap: 16px;
    width: auto;
    padding-top: 24px;
    padding-bottom: 32px;
    font-size: 18px;
  }
  .l_footer__shipping{
    width: auto;
  }
  .l_footer__banner{
    width: 165.8151px;
  }
  .l_footer__bottom{
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }
  .l_footer__logo{
    align-items: flex-start;
    margin-top: 0;
  }
  .l_footer__par{
    width: 100%;
    font-size: 16px;
  }
  .l_footer__links{
    width: auto;
  }
  .l_footer__sitemap{
    display: grid;
    flex-direction: row;
    margin-left: 0;
  }
  .l_footer__copyright{
    margin-top: 68px;
  }
  .l_header__searchInner{
    width: 95.8vw;
    max-width: 1840px;
  }
  .l_header__searchBox{
    font-size: 16px;
  }
  .l_header__info{
    height: 40px;
  }
  .l_header__infoInner{
    max-width: 1460px;
  }
  .l_header__infoMsg{
    font-size: 14px;
  }
  .l_header__fixed .l_header__search{
    height: 80px;
  }
  .c_button__news{
    margin-top: 32px;
  }
  .c_card__product{
    width: 227px;
  }
  .c_card__wrapper{
    width: 227px;
    height: 227px;
    margin-bottom: 16px;
  }
  .c_card__productName{
    margin-bottom: 8px;
    font-size: 18px;
  }
  .c_card__categoryDeck{
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 16px;
    margin-bottom: 40px;
  }
  .c_card__category{
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 28px;
    padding-left: 16px;
  }
  .c_card__divider{
    margin-bottom: 28px;
  }
  .c_card__categoryImage{
    width: 231px;
    height: 114px;
  }
  .c_container__inner{
    width: 100%;
    max-width: 1500px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c_news__link{
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .c_news__date{
    font-size: 18px;
  }
  .c_news__title{
    margin-top: 0;
    margin-left: 24px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.35;
  }
  .bundle-slider-1{
    padding-top: 16px;
    padding-bottom: 44px;
  }
  .bundle-slider-1 .slick-slide{
    /*
    width: 800px;
    height: 393px;
    */
    width: 740px;
    height: 336px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .bundle-slider-1 .slick-dots{
    justify-content: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-3{
    margin-bottom: 56px;
  }
  .slider-3 .slick-slide{
    margin-right: 10px;
    margin-left: 10px;
  }
  .slider-2{
    margin-bottom: 56px;
  }
  .slider-2 .slick-slide{
    width: 265px;
    margin-right: 15px;
    margin-left: 20px;
  }
  .slider-2 .slick-list{
    left: 0px;
  }

  .slider-4{
    width: 100%;
    max-width: 1460px;
  }
  .slider-4 .slick-slide{
    width: 100%;
    max-width: 1460px;
    padding-left: 36px;
  }
  .loader-wrap-1{
    max-height: 453px;
  }
  .loader-wrap-2{
    max-height: 331px;
  }
  .loader-wrap-3{
    max-height: 233px;
  }
  .slider-loader{
    width: 32px;
    height: 32px;
  }
  .c_title__product{
    height: 42px;
    margin-bottom: 32px;
    padding-left: 24px;
    font-size: 18px;
  }
  .u_hidden__sp{
    display: flex;
  }
  .u_hidden__pc{
    display: none;
  }
  .md\:mb-\[0\]{
    margin-bottom: 0 !important;
  }
  .md\:block{
    display: block !important;
  }
  .md\:flex{
    display: flex !important;
  }
  .md\:hidden{
    display: none !important;
  }
  .md\:h-\[144px\]{
    height: 144px !important;
  }
  .md\:w-\[144px\]{
    width: 144px !important;
  }
  .md\:w-\[227\.45px\]{
    width: 227.45px !important;
  }
  .md\:flex-row{
    flex-direction: row !important;
  }
  .md\:items-center{
    align-items: center !important;
  }
  .md\:gap-x-\[20px\]{
    -webkit-column-gap: 20px !important;
            column-gap: 20px !important;
  }
  .md\:pb-\[102px\]{
    /*padding-bottom: 102px !important;*/
    padding-bottom: 40px !important;
  }
  .md\:text-\[14px\]{
    font-size: 14px !important;
  }
}
@media screen and (min-width: 768px){
  .l_footer__banner {
    top: -8px;
    left: -8px;
  }
}
@media (min-width: 1024px){
  .l_footer__deck{
    display: flex;
  }
  .l_footer__card{
    width: 22.9vw;
  }
  .l_header__user{
    display: flex;
  }
  .l_header__search{
    position: relative;
    height: 105px;
  }
  .l_header__searchLogo{
    width: 139.66px;
  }
  .l_header__searchBar{
    display: flex;
    width: 59.7vw;
    max-width: 1147px;
    height: 57px;
    margin-right: 50px;
    margin-left: 50px;
    border-radius: 8px;
  }
  .l_header__searchBtn{
    width: 108px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .l_header__searchNav{
    display: flex;
  }
  .l_header__searchNav--sp{
    display: none;
  }
  .l_header__search--sp .l_header__searchBar{
    display: none;
    width: 59.7vw;
    max-width: 1147px;
    height: 57px;
    margin-right: 50px;
    margin-left: 50px;
    border-radius: 8px;
  }
  .l_header__nav{
    display: flex;
  }
  .l_header__info{
    margin-top: 0;
  }
  .l_header__fixed{
    display: block;
    position: fixed;
  }
  .lg\:mb-\[0\]{
    margin-bottom: 0 !important;
  }
  .lg\:w-\[139\.66px\]{
    width: 139.66px !important;
  }
  .lg\:flex-row{
    flex-direction: row !important;
  }
  /* 20240422 delete
  .lg\:pb-\[80px\]{
    padding-bottom: 80px !important;
  }
  .lg\:pt-\[80px\]{
    padding-top: 80px !important;
  }
  */
}
@media (min-width: 1280px){
  .l_footer__sitemap{
    display: flex;
  }
  .l_header__userItem:not(:last-of-type){
    margin-right: 32px;
  }
  .l_header__navDropPar{
    margin-left: 16px;
  }
  .xl\:mr-\[106px\]{
    margin-right: 106px !important;
  }
  .xl\:mr-\[132px\]{
    margin-right: 132px !important;
  }
  .xl\:mr-\[40px\]{
    margin-right: 40px !important;
  }
  .xl\:mr-\[60px\]{
    margin-right: 60px !important;
  }
  .xl\:mt-\[16px\]{
    margin-top: 16px !important;
  }
  .xl\:block{
    display: block !important;
  }
  .xl\:text-\[14px\]{
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1520px){
  .l_footer__card {
    width: 348px;
    height: 245px;
  }
  .c_card__category{
    width: auto;
    max-width: 350px;
  }
}
@media screen and (max-width: 1520px){
  .c_card__categoryDeck{
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 1516px){
  .bundle-slider-1 .bundle-slick-next {
    -webkit-transform: translate(-20px, -50%);
    right: 0;
    left: auto;
            transform: translate(-20px, -50%);
  }
  .bundle-slider-1 .bundle-slick-prev {
    -webkit-transform: translate(20px, -50%);
    left: 0;
            transform: translate(20px, -50%);
  }
}
@media screen and (max-width: 1439.8px){
  .l_header__userItem:not(:last-of-type):after {
    right: -6px;
  }
  .l_header__navItem{
    padding-right: 10px;
    padding-left: 10px;
  }
  .c_card__categoryDeck {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1400px){
  .l_header__navDropList {
    grid-template-columns: repeat(3, 275px);
  }
}
@media screen and (max-width: 1023.8px){
  .l_header__searchBox {
    width: calc(100% - 45px);
  }
  .l_header__searchBtn svg{
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }
  .c_card__category{
    width: auto;
  }
}
@media screen and (max-width: 900px){
  .c_card__categoryDeck {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.8px){
  .l_footer__banner {
    -webkit-transform: translateX(-2.6vw);
            transform: translateX(-2.6vw);
  }
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l_header__usericon {
  max-width: 20px;
  min-width: 20px;
}
/*# sourceMappingURL=bundle.css.map*/
