@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #505F68;
  word-break: break-all;
  padding-top: 60px;
  letter-spacing: 0.02em;
}
body.noscroll {
  overflow: hidden;
}

.en {
 font-family: "century-gothic", "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}

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

a {
  text-decoration: none;
  color: #505F68;
}
a:hover {
  opacity: 0.85;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.inner2 {
  max-width: 730px;
  margin: 0 auto;
}

.inner3 {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* .brand {
    overflow-x: hidden;
  } */
}
.brand .brand_box {
  display: flex;
  justify-content: space-between;
}
.brand .brand_box .brand_item {
  width: 49.9%;
  padding: 60px 0 100px;
  text-align: center;
  overflow:hidden;
  opacity:0.85;
}
@media screen and (max-width: 768px) {
  .brand .brand_box .brand_item {
    padding: 45px 0 50px;
    border-radius: 0 !important;
  }
}
.brand .brand_box .brand_item h3 {
  margin: 0 auto;
  width: 65%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brand .brand_box .brand_item h3 {
    font-size: 20px;
    width: 100%;
  }
  .brand .brand_box .brand_item h3 img {
    transform: scale(1.5);
  }
}
.brand .brand_box .brand_item .txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .brand .brand_box .brand_item .txt {
    margin-top: 40px;
    font-size: 12.5px;
  }
}
.brand .brand_box .brand_item .arrow {
  margin:20px auto 0;
  display:block;
  transition:all 0.3s ease;
}
.brand .brand_box .brand_item:hover .arrow{
  transform:translateX(4px);
}
.brand .brand_box .brand_item:first-child {
  background: #f1eee9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.brand .brand_box .brand_item:nth-child(2) {
  background: #f1eee9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section_title {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #138582;
}

.more_btn {
  margin: 40px auto 0;
  background-color: #138582;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn_149bde49-924c-4adf-9002-e2011f23a1db.png?v=1699641498);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 93%;
  width: 206px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.more_btn:hover {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn_149bde49-924c-4adf-9002-e2011f23a1db.png?v=1699641498);
  background-repeat: no-repeat;
  background-size: 29px;
  background-position: 95%;
}

.media_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 40px;
}
@media screen and (max-width: 768px) {
  .media_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}
.media_list li a {
  display: block;
}
.media_list li a .media_img {
  margin: 0 0 24px;
  overflow:hidden;
}
@media screen and (max-width: 768px) {
  .media_list li a .media_img {
    margin: 0 0 10px;
  }
}
.media_list li a .media_img img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition:all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .media_list li a .media_img img {
    height: 200px;
  }
}
.media_list li a:hover .media_img img {
  transform:scale(1.1);
}
.media_list li a .head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.media_list li a .tag {
  font-size: 14px;
  padding: 4px 13px 1px;
  background: #E6E7E8;
  border-radius: 2px;
}
.media_list li a .date {
  font-size: 14px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {

  .media_list li a .date {
    font-size: 12px;
  }
}
.media_list li a .media_title {
  font-size: 15px;
  margin: 0 0 10px;
  color: #00998E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .media_list li a .media_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow-y: hidden;
  }
}
.media_list li a .media_txt {
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .media_list li a .media_txt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-y: hidden;
  }
}

.link_section .link_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link_section .link_box .link_item {
  width: 49.9%;
  height: 240px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .link_section .link_box .link_item {
    width: 100%;
    border-radius: 0 !important;
  }
}
.link_section .link_box .link_item h3 {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.8;
  color:#00998E;
}
.link_section .link_box .link_item .txt {
  line-height: 1.7;
}
.link_section .link_box .link_item:first-child {
  background: #F0F2F3;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.link_section.column-3 .link_box .link_item:first-child  {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .link_section .link_box .link_item:first-child {
    background: #fff;
  }
}
.link_section .link_box .link_item:first-child h3 {
  color: #00998E;
}
.link_section .link_box .link_item:nth-child(2) {
  background: #00998E;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.link_section.column-3 .link_box .link_item:nth-child(2)  {
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.link_section.column-3 .link_box .link_item:nth-child(3)  {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
}
.link_section .link_box .link_item:nth-child(2) h3 {
  color: #fff;
  margin: 0 0 5px;
}
.link_section .link_box .link_item .icon img {
  transition: all 0.3s ease;
}
.link_section .link_box .link_item:hover .icon img {
  transform: translateX(10px);
}
.link_section.column-3 .link_box .w100 {
  width: 100%;
  background: #00998E;
  color: #fff;
}
.link_section.column-3 .link_box .w100 h3 {
  color: #fff;
}
.link_section.column-3 .link_box .link_item:nth-child(2) {
  background: #E0DCDB;
  color: #00998E;
}
.link_section.column-3 .link_box .link_item:nth-child(2) h3 {
  color: #00998E;
}
.link_section.column-3 .link_box .link_item:nth-child(3) {
  background: #EFECE6;
  color: #00998E;
}

.collection_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 25px;
  color: #00998E;
}
/* @media screen and (max-width: 768px) {
  .collection_title {
    display: none;
  }
} */

.sort_box {
  width: 95px;
  margin-left: auto;
}
.sort_box select {
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #505F68;
  color: #505F68;
  position: relative;
}
.sort_box select::after {
  content: "";
  background: url(../../img/icon_triangle.png) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 140px;
  margin: 85px auto 64px;
}
@media screen and (max-width: 768px) {
  .product_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
    margin: 40px auto 64px;
  }
}
.product_list li .product_img {
  text-align: center;
  height: 230px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .product_list li .product_img {
    height: 120px;
  }
}
.product_list li .product_img img {
  vertical-align: bottom;
  max-height: 100%;
}
.product_list li .product_name a {
  text-align: center;
  font-size: 16px;
   font-family: "century-gothic", "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin: 20px 0 8px;
  color: #00998E;
  height:42px;
          display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow-y: hidden;
}
/* .product_list li .product_name a {

} */
.product_list li .price  {
  text-align:center;
}
@media screen and (max-width: 768px) {
  .product_list li .product_name a {
height:auto;
  }
  .product_list li .product_name {
    text-align: left;
  }
}
.product_list li .product_price {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product_list li .product_price {
    text-align: left;
  }
}
.product_list li .product_desc {
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .product_list li .product_desc {
    border-top: 0 solid #000;
  }
}
/* @media screen and (max-width: 768px) {
  .product_list li:last-child {
    display: none;
  } */
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  color: #00998E;
}
.pagination a {
  margin: 0 15px;
}
.pagination span {
  margin: 0 15px;
}

.pagination2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pagination2 {
    padding: 0 20px;
  }
}
.pagination2 a {
  display: flex;
}
.pagination2 a span {
  margin: 0 5px;
  transform: translateY(-2px);
}

.swiper-pagination-progressbar {
  background: #EAEAEA;
}

.decon_header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 45px 20px 38px;
  background: #fff;
  z-index: 98;
}
@media screen and (max-width: 1100px) {
  .decon_header {
    padding: 25px 25px;
  }
}
.decon_header .decon_header_inner {
  display: flex;
  justify-content: space-between;
}
.decon_header .decon_header_logo {
  width: 125px;
  transform:translateY(-2px);
}
@media screen and (max-width: 1100px) {
  .decon_header .decon_header_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .decon_header .decon_header_logo {
    width: 100px;
  }
}
.decon_header .decon_header_txt_menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .decon_header .decon_header_txt_menu {
    display: none;
  }
}
.decon_header .decon_header_txt_menu li {
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .decon_header .decon_header_txt_menu li {
    margin-left: 20px;
  }
}
.decon_header .decon_header_txt_menu li a {
  font-size: 14px;
  color: #505F68;
  position: relative;
  display:inline-block;
  padding-bottom:10px;
}
.decon_header .decon_header_txt_menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#00998e;
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}
.decon_header .decon_header_txt_menu li a,
.decon_header .decon_header_txt_menu li a:hover::after{
 transform: scale(1, 1);/*X方向にスケール拡大*/
}
@media screen and (max-width: 1100px) {
  .decon_header .decon_header_txt_menu li a {
    font-size: 12px;
  }
}
.decon_header .decon_header_txt_menu li a:hover {
  color:#00998e;
}
.decon_header .decon_header_icon_menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .decon_header .decon_header_icon_menu {
    justify-content: space-between;
    width: 100%;
    padding-right: 45px;
    flex-direction: row-reverse;
  }
}
.decon_header .decon_header_icon_menu li {
  margin-left: 32px;
  position:relative;
}
@media screen and (max-width: 1100px) {
  .decon_header .decon_header_icon_menu li {
    margin-left: 20px;
  }
}

.burger {
  display: none;
  z-index: 99;
  position: fixed;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 1100px) {
  .burger {
    display: block;
  }
  .decon_header .decon_header_icon_menu li img {
  width:auto;
    height:22px;
}
}

.sp_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 100;
  padding: 100px 20px;
}
.sp_nav .sp_nav_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.sp_nav .sp_nav_menu li + li {
  margin: 16px 0 0;
}
.sp_nav .sp_nav_menu li a {
  font-size: 16px;
  display: block;
  color: #00998E;
  background: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn03.png?v=1699641401) no-repeat;
  background-size: 29px;
  background-position: right 30%;
  padding-bottom: 15px;
  border-bottom: 1px solid #D0D5D9;
}
.sp_nav .sp_nav_logo {
  margin-top: 25%;
  text-align: center;
}

.decon_footer {
  margin: 80px auto 0;
  padding: 90px 40px 100px;
  position: relative;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .decon_footer {
    padding: 40px 20px 50px;
  }
}
.decon_footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .decon_footer::before {
    width: 90%;
    min-width: unset;
  }
}
.decon_footer_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_logo {
    display: none;
  }
}
.decon_footer .decon_footer_box {
  display: flex;
  justify-content: space-between;
}
.decon_footer .decon_footer_menu {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu {
    width: 100%;
  }
}
.decon_footer .decon_footer_menu ul li a {
  font-size: 14px;
  display: block;
  color: #505F68;
}
.decon_footer .decon_footer_menu ul li a {
  font-size: 14px;
  color: #505F68;
  position: relative;
  display:inline-block;
  padding-bottom:10px;
}
.decon_footer .decon_footer_menu ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background:#00998e;
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}
.decon_footer .decon_footer_menu ul li a,
.decon_footer .decon_footer_menu ul li a:hover::after{
 transform: scale(1, 1);/*X方向にスケール拡大*/
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul li a {
    color: #00998E;
    display:block;
  }
}
.decon_footer .decon_footer_menu ul li a:hover {
  color:#00998e;
}
.decon_footer .decon_footer_menu ul li a .icon {
  margin-right: 12px;
  line-height: 1;
}
.decon_footer .decon_footer_menu ul li a .icon img {
  transform: translateY(4px);
}
.decon_footer .decon_footer_menu ul.txt_menu li + li {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul.txt_menu li + li {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul.txt_menu li a {
    background: url(https://d2w53g1q050m78.cloudfront.net/deconbrandjp/uploads/img/icon_more_btn02_74a3304b-0b2a-4749-8210-b513cf5e4960.png?v=1699641542) no-repeat;
    background-size: 29px;
    background-position: right 30%;
    padding-bottom: 15px;
    border-bottom: 1px solid #D0D5D9;
  }
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul + .txt_menu {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul.sns_menu {
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul.sns_menu p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul.sns_menu li {
    margin: 0 17px;
  }
}
.decon_footer .decon_footer_menu ul.sns_menu li + li {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul.sns_menu li + li {
    margin: 0 17px;
  }
}
.decon_footer .decon_footer_menu ul.sns_menu li a {
  display: flex;
  align-items: center;
}
.decon_footer .decon_footer_menu ul.sns_menu li a .icon {
  margin-right: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul.sns_menu li a .icon {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_menu ul.sns_menu li a .icon img {
    transform: translateY(0);
  }
}
.decon_footer .decon_footer_logo {
  max-width: 25%;
}
.decon_footer .decon_footer_copy {
  margin: 90px auto 0;
  text-align: center;
  color: #00998E;
}
@media screen and (max-width: 768px) {
  .decon_footer .decon_footer_copy {
    margin: 45px auto 0;
  }
}
.decon_footer .decon_footer_copy small {
  font-size: 14px;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

/*アニメーション*/
.fadeup,
.fadeLeft,
.fadeup02,
.fadeup03,
.fadeup04,
.fadeup05 {
  opacity: 0;
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup02.is-animated {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 0.5s;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft.is-animated {
  animation: fadeleft 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeleft {
  0% {
    transform: translateX(70px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeup03.is-animated {
  animation: fadeup03 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 0.6s;
}

@keyframes fadeup03 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup04.is-animated {
  animation: fadeup04 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 0.8s;
}

@keyframes fadeup04 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup05.is-animated {
  animation: fadeup05 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 1s;
}

@keyframes fadeup05 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.in {
  animation: in 0.1s 11s forwards;
  opacity: 1;
}
@keyframes in {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.loop {
  position: absolute;
  top: 0;
  left: 0;
  animation: in2 0.1s 10.5s forwards;
  opacity: 0;
}
@keyframes in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */


.facet-filters__label,.facet-filters__sort,.product-count__text{
  font-size:16px !Important;
}

.more_btn_submit {
  border:none !important;
}
#cart-errors {
  color:#fff;
}
.customer_browse table:not([class]) {
  box-shadow:none;
}
.customer_browse table:not([class]) td, .customer_browse table:not([class]) th {
  border:none;
}
#customer_login {
  padding:0 20px;
}
/* .pickup .pickup_list .swiper-slide:nth-child(3) .product_img  {
  height:180px;
}
@media screen and (max-width: 768px) {
.pickup .pickup_list .swiper-slide:nth-child(3) .product_img  {
  height:100px;
}
} */
.pickup .pickup_list .swiper-wrapper {
  align-items:flex-end;
}
.addresses input[type=checkbox] {
  margin:0 !Important;
}
.addresses form>div {
  text-align:center !Important;
}

.addresses form button:first-of-type {
  margin-right:0 !important;
}
#create_customer {
  padding:0 20px;
}
/* .jdgm-form__reviewer-name-format-container {
  display:none !important;
} */

.cart-count {
  position:absolute;
  top:-5px;
  right:-5px;
  background:red;
  color:#fff;
  font-size:11px;
  padding:1px 5px 2px;
  border-radius:50%;
}
.hidden-count {
  display:none;
}

.shopify-cleanslate {
  display:none;
}

.buy_type {
  position:absolute;
  top:3px;
  right:0;
  font-size:14px;
}

.jdgm-form input[type="text"], .jdgm-form input[type="email"], .jdgm-form input[type="url"], .jdgm-form textarea {
  font-size:16px;
}

@media screen and (max-width: 768px) {
  .selling_plan_items {
    display:flex;
    align-items:center !important;
  }
.selling_plan_items input {
  width:30px !important;
  height:30px;
  margin-right:10px;
  margin-top:0;
}
  .selling_plan_items p {
    width:calc(100% - 40px);
  }
}

.form__message+ul li a:hover {
  opacity:1;
  cursor:inherit;
}

/* .product_box .contents .more+.more {
  margin-top:15px;
}
 */
.link_box {
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.top_btn {
  position:fixed;
  bottom:40px;
  right:40px;
  width:70px;
  height:70px;
  z-index:100;
  display:none;
}
@media screen and (max-width: 768px) {
.top_btn {
  display:none !important;
}
}

@media screen and (max-width: 340px) {
body,html {
  min-width:340px;
  overflow-x:auto;
}
}
#recover,.customer {
  box-shadow:none !important;
}
#recover+a {
display:none !important;

}
#recover::after,#recover::before {
display:none !important;
  border:none !important;
}
.customer {
  border:none !important;
}
#recover,.customer>h1 {
      text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #00998e;
    margin: 80px 0 60px;
}
.customer>h1 {
  margin-top:30px;
  margin-bottom:25px;
}
.customer button {
  background: #fff;
    color: #00998e;
    border: 1px solid #00998E;
    background-image: url(/cdn/shop/files/icon_more_btn03.png?v=1699641401);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 93%;
  width:max-content;
    color: #00998e !important;
}
.customer button.reset {
  padding-right:60px;
  padding-left:60px;
}
.reset-password {
  padding:80px 0 !important;
}
.customer button:after {
  display:none;
}
.login p {
  line-height:1.6;
}
@media screen and (max-width: 768px) {
  .reset-password {
  padding:50px 0 !important;
}
#recover {
     margin-top:50px;
}
}
.shopify-payment-button {
  display:none;
}
.shopify-payment-button__button--unbranded {
  background:#00998e !important;
  color:#fff !important;
}
.shopify-payment-button__button--unbranded::before {
  display:none;
}
.shopify-payment-button__button--unbranded::after {
  display:none;
}


.product_link a {
  color:#138582;
  text-decoration:underline;
}
.regural {
  display:none;
}
.none {
  display:none;
}
.huckleberry-subscription-mypage-block > a {
display:none !Important;

}
#mx-subsctiption-fix-box {
display:none !Important;

}
.hb_btn_fixed {
      position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #666;
    z-index: 2147483647;
    text-align: center;
    padding: 10px;
}
.hb_btn {
  /* margin-bottom:50px; */
      display: inline-block;
    text-align: left;
    border: 2px solid #293b6a;
    font-size: 16px;
    color: #293b6a;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}
         .product__info-container .product_desc {
                        margin-top: 80px;
                    }

                    @media screen and (max-width: 750px) {
                        .product__info-container .product_desc {
                            margin-top: 20px;
                        }
                    }

#modal-payment-change {
  top:50% !important;
}
.micromodal-overlay >div {
  top:50% !Important;
}
.huckleberry-subscription-list-detail-container {
  padding-left:20px;
}
#huckleberry-subscription-customer-portal * {
  line-height:1.5;
}
                    @media screen and (max-width: 900px) {
.huckleberry-subscription-detail-order {
  margin-top:550px;
}
                      #huckleberry-subscription-customer-portal .content {
  text-align:left !important;
}
                    }
                    @media screen and (max-width: 768px) {
.huckleberry-subscription-detail-order {
  margin-top:800px;
}
                      #huckleberry-subscription-customer-portal .content {
  text-align:left !important;
}
                     #huckleberry-subscription-customer-portal .huckleberry-subscription-detail-product-name {
                          text-align:left !important;
                      }
                    #huckleberry-subscription-customer-portal  .huckleberry-subscription-detail-product-title
                    }

.huckleberry-subscription-detail-schedule main, .huckleberry-subscription-detail-order main, .huckleberry-subscription-detail-delivery main, .huckleberry-subscription-detail-payment main {
  line-height:1.5 !Important;
  font-size:16px  !Important;
}
.huckleberry-subscription-detail-order,.content-left,.content-right {
  text-align:left !Important;
  line-height:1.5 !Important;

}
.micromodal-overlay [role=dialog] {
  padding-top:20px !Important;
}
#modal-payment-change-title,#modal-plan-modify-title {
  margin-bottom:20px;
}
.micromodal-overlay [role=dialog] {
  width:370px;
}

.customerCaution {
  color:red;
  text-align:center;
  margin-bottom:40px;
}

#cart-notification {
  z-index:1000000;
  background:#fff;
}
#cart-notification-form button {
  background:#138582 !important;
}