/* カスタマイズ用CSS */
/*
Theme Name: アークエース ver:ec
*/
/*@media screen and (min-width:1441px){*/
/*    html {*/
/*        max-width: 1440px;*/
/*    }*/
/*}*/
@media screen and (max-width: 1280px) {
  html {
    min-width: 1200px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    min-width: 960px;
  }
}

@media screen and (max-width: 768px) {
  html {
    min-width: 700px;
  }
}

@media screen and (max-width: 480px) {
  html {
    min-width: inherit;
  }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
/**
.mv img {
  min-width: 100%;
}
**/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

a:hover {
  opacity: 0.5;
}

a:focus {
  outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

body * {
  box-sizing: border-box;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 15px;
}

div * {
  font-size: inherit;
}

.yu-gothic,
.hiragino-kaku {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  /* 700も作れるよ */
  font-style: normal;
}

.on1024 {
  display: none;
}

.off1024 {
  display: block;
}

@media screen and (max-width: 1024px) {
  .on1024 {
    display: block;
  }

  .off1024 {
    display: none;
  }
}

.on768 {
  display: none;
}

.off768 {
  display: block;
}

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

  .off768 {
    display: none;
  }
}

.on480 {
  display: none;
}

/* .off480 {
  display: block;
} */

@media screen and (max-width: 480px) {
  .on480 {
    display: block;
  }

  .off480 {
    display: none;
  }
}

/* カラー */
.c1 {
  color: #2f5fd9;
}

.c2 {
  color: #ffffff;
}

.c3 {
  color: #000000;
}

.c4 {
  color: #f01414;
}

/* 余白 */
.mr15p {
  margin-right: 15px;
}

.mb15p {
  margin-bottom: 15px !important;
}

/* フォントサイズ */
.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.fm {
  font-weight: 500;
}
.fb {
  font-weight: bold;
}
.dashed {
  position: relative;
  margin-bottom: 0;
  margin-top: auto;
  margin-right: 1em;
  height: 100%;
  word-break: keep-all;
  word-wrap: break-word;
}
.dashed::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 0.75px);
  left: -2%;
  width: 104%;
  height: 1.5px;
  border-top: solid 1.5px #000;
}

.nav_list {
  padding-left: 0;
  margin-bottom: 0;
}
#use-point-error .ec-errorMessage {
  font-size: 15px;
}
/*
.dashed::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  transform: translateY(-50%);
}
*/
.wb_auto {
  word-break: auto-phrase;
}
.wb_all {
  word-break: break-all;
}
.wb_keep {
  word-break: keep-all;
}

/* ショートカット */
.flex {
  display: flex;
}

.bold {
  font-weight: bold;
}

.header-content .left .logo-box {
  max-width: 220px;
  width: 50%;
}

.ec_content_wrapper .fix_top .serch_box {
  width: 40%;
  margin-right: auto;
  margin-left: 2%;
  margin-top: 20px;
}
.header-content .menu-box .off1024 .list {
  display: flex;
}
.header-content .menu-box .off1024 .list .item {
  margin-right: 16px;
}

.header-content .menu-box .off1024 .menu li:nth-child(2),
.header-content .menu-box .off1024 .menu li:nth-child(3) {
  max-width: 76px;
  /*width: 14%;*/
  width: 20%;
}

.ec-layoutRole__header .text-bar {
  background-color: #2f5fd9;
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.ec-layoutRole__header .head-sub {
  display: flex;
  justify-content: flex-end;
}

.ec-layoutRole__header .head-sub .welcome {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #ffffff;
}

.ec-layoutRole__header .head-sub .logout {
  position: relative;
}

.ec-layoutRole__header .head-sub .logout::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 30%;
  right: -15%;
  border-left: 5px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.ec-layoutRole__header .header-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 5%;
}

.ec-layoutRole__header .header-content .left {
  display: flex;
}

.ec-layoutRole__header .header-content .left .text-box .en-ttl {
  font-size: 10px;
  color: #999999;
}

.ec-layoutRole__header .header-content .left .flex {
  align-items: center;
}

.ec-layoutRole__header .header-content .left .icon-img-box {
  width: 30px;
  margin-left: 35px;
  margin-right: 10px;
}

.ec-layoutRole__header .menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ec-layoutRole__header .menu-box ul.menu {
  display: flex;
  align-items: center;
}

.ec-layoutRole__header .menu-box ul.menu li {
  padding: 0 3px;
  color: #000000;
  max-height: 70px;
}

.ec-layoutRole__header .menu-box ul.menu li:last-child a {
  display: flex;
  align-items: center;
}

.ec-layoutRole__header .menu-box ul.menu li:last-child a img {
  margin-left: 8px;
  height: 70px;
}
.ec-layoutRole__header .category_block {
  position: relative;
  padding: 7px 5% 0;
}

.ec-layoutRole__header .category_block .menu_sub.open {
  display: block;
}
.ec-layoutRole__header .category_block .wrapper {
  display: flex;
  justify-content: center;
  line-height: 1.4;
}
.ec-layoutRole__header .category_block .wrapper .category_serch {
  width: 50%;
}
.ec-layoutRole__header .category_block .wrapper .list {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}
.ec-layoutRole__header .category_block .wrapper .list li {
  width: 33.333%;
}
.ec-layoutRole__header .category_block .wrapper .list li a {
  display: block;
  padding: 16px;
  text-align: center;
}
.ec-layoutRole__header .category_block .wrapper .list li a.nav_mypage,
.ec-layoutRole__header .category_block .wrapper .list li a.nav_login {
  background-color: #2f5fd9;
  color: #fff;
}
.ec-layoutRole__header .category_block .wrapper .list li a.nav_entry {
  background-color: #f39800;
  color: #fff;
}
.ec-layoutRole__header .category_block .wrapper .list li a.nav_cart {
  position: relative;
  background-color: #eeeeee;
}
.ec-layoutRole__header
  .category_block
  .wrapper
  .list
  li
  a.nav_cart
  .nav_text
  .position {
  position: relative;
  padding-left: 32px;
}
.ec-layoutRole__header
  .category_block
  .wrapper
  .list
  li
  a.nav_cart
  .nav_text
  .position
  .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 19px;
}
.ec-layoutRole__header
  .category_block
  .wrapper
  .list
  li
  a.nav_cart
  .nav_text
  .position
  .cart_counter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  top: -10px;
  left: -25px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #2f5fd9;
  color: #fff;
}
@media (max-width: 768px) {
  .ec-layoutRole__header
    .category_block
    .wrapper
    .list
    li
    a.nav_cart
    .nav_text
    .position
    .cart_counter {
    top: -20px;
    left: -15px;
  }
  
  .ec-layoutRole__header .category_block .menu_sub {
    display: none;
  }
}
.ec-layoutRole__header .category_block .container {
  width: auto;
}

.ec-layoutRole__header .category-zone {
  padding: 10px;
  background-color: #383838;
}

.ec-layoutRole__header .category-zone .category-box {
  width: 71%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.ec-layoutRole__header .category-zone .category-box .category {
  position: relative;
  width: 24%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin: 5px 0;
  margin-right: 1%;
}

.ec-layoutRole__header .category-zone .category-box .category::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 19px;
  top: 29%;
  left: 4%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ec-layoutRole__header
  .category-zone
  .category-box
  .category:nth-of-type(1)::after {
  background-image: url(/shop/html/upload/save_image/1208113448_61b019c8b455c.png);
}

.ec-layoutRole__header
  .category-zone
  .category-box
  .category:nth-of-type(2)::after {
  background-image: url(/shop/html/upload/save_image/1208113500_61b019d4a39f9.png);
}

.ec-layoutRole__header
  .category-zone
  .category-box
  .category:nth-of-type(3)::after {
  background-image: url(/shop/html/upload/save_image/1208113510_61b019dee89de.png);
}

.ec-layoutRole__header
  .category-zone
  .category-box
  .category:nth-of-type(4)::after {
  background-image: url(/shop/html/upload/save_image/1208113519_61b019e79847e.png);
}

.ec-layoutRole__header
  .category-zone
  .category-box
  .category:nth-of-type(5)::after {
  background-image: url(/shop/html/template/default/assets/img/common/header-roof.png);
}

.ec-layoutRole__header
  .category-zone
  .category-box
  .category:nth-of-type(6)::after {
  background-image: url(/shop/html/template/default/assets/img/common/header-pro.png);
}

.ec-layoutRole__header
  .category-zone
  .category-box
  .category:nth-of-type(7)::after {
  background-image: url(/shop/html/template/default/assets/img/common/header-three-line.png);
  width: 13px;
  height: 19px;
  top: 27%;
  left: 7%;
}

.ec-layoutRole__header .category-zone .category-box .green.category {
  /*display: flex;*/
  /*align-items: center;*/
  color: #ffffff;
  background-color: #2f5fd9;
  padding-left: 2%;
  font-size: 13px;
  line-height: 1.6;
}

.ec-layoutRole__header .category-zone .category-box .green.category img {
  width: 13px;
  margin-right: 3px;
}

#nav-open {
  display: inline-block;
  width: 60px;
  height: 50px;
  padding: 8px 7px;
  vertical-align: middle;
  border: 3px solid #305fda;
  margin-left: 15px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 4px;
  /*線の太さ*/
  width: 40px;
  /*長さ*/
  background: #305fda;
  display: block;
  content: "";
  cursor: pointer;
  z-index: 9999;
  /*最前面*/
}

#nav-open span:before {
  bottom: -13px;
}

#nav-open span:after {
  bottom: -26px;
}

/*三本線を動かす*/
#nav-open.active span {
  position: fixed;
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
  background-color: #ffffff;
}

#nav-open.active span:before {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-26px) rotate(45deg);
  transform: translateY(-26px) rotate(90deg);
  background-color: #ffffff;
}

#green-menu {
  display: none;
}

#green-menu.active {
  position: fixed;
  display: block;
  width: 45vw;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #2b4da3;
  z-index: 11;
}

#green-menu.active ul.resp-menu {
  width: 70%;
  margin: 40% auto 10%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

#green-menu.active ul.resp-menu li {
  width: 50%;
  margin-bottom: 50px;
}

#green-menu.active ul.resp-menu li a {
  color: #ffffff;
}

#green-menu.active .ec-box {
  display: block;
  width: fit-content;
  position: relative;
  border: 2px solid #ffffff;
  padding: 15px;
  color: #ffffff;
  margin: 0 auto;
}

#green-menu.active .ec-box::after {
  position: absolute;
  content: "";
  background-image: url(/shop/html/template/default/assets/img/common/top-white-arrow.png);
  width: 9px;
  height: 13px;
  top: 41%;
  right: 1%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1366px) {
  .ec-layoutRole__header .category-zone .category-box {
    width: 75%;
  }
}

@media screen and (max-width: 1280px) {
  .ec-layoutRole__header .category-zone .category-box {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .ec-layoutRole__header .text-bar {
    flex-direction: column;
  }

  .ec-layoutRole__header .header-content {
    padding: 5px 10px;
  }

  .ec-layoutRole__header .header-content .logo-box {
    width: 180px;
  }

  .ec-layoutRole__header .header-content .img-box {
    width: 22vw;
    min-width: 175px;
  }

  .ec-layoutRole__header .header-content .img-box::after {
    width: 53%;
    height: 45px;
    top: -37%;
    right: 18%;
  }

  .ec-layoutRole__header .category-zone .category-box {
    justify-content: flex-start;
  }

  .ec-layoutRole__header .category-zone .category-box .category {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
  }

  .ec-layoutRole__header .category-zone .category-box .category:nth-of-type(5),
  .ec-layoutRole__header .category-zone .category-box .category:nth-of-type(6),
  .ec-layoutRole__header .category-zone .category-box .category:nth-of-type(7) {
    margin-bottom: 0;
  }

  .ec-layoutRole__header .category-zone .category-box .category::after {
    width: 19px;
    height: 19px;
    top: 24%;
    left: 4%;
  }

  .ec-layoutRole__header .category-zone .category-box .green.category {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #green-menu.active {
    width: 60vw;
  }

  .ec-layoutRole__header .category-zone .category-box {
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .ec-layoutRole__header .text-bar {
    font-size: 12px;
    padding: 3px 5px;
  }

  .ec-layoutRole__header .text-bar .catch-phrase {
    margin-bottom: 10px;
  }

  .ec-layoutRole__header .head-sub .welcome {
    margin-right: 10px;
    padding-right: 10px;
  }

  .ec-layoutRole__header .header-content {
    align-items: flex-start;
  }

  /*.ec-layoutRole__header .header-content .left{*/
  /*    flex-direction: column;*/
  /*}*/
  .ec-layoutRole__header .header-content .left .flex .text-box .ja-ttl {
    font-size: 12px;
  }

  .ec-layoutRole__header .header-content .left .icon-img-box {
    margin-left: 0;
  }

  .ec-layoutRole__header .header-content .logo-box {
    width: 150px;
  }

  .ec-layoutRole__header .category-zone .category-box .category {
    width: 49%;
    margin-right: 1%;
  }

  .ec-layoutRole__header .category-zone .category-box .category:nth-of-type(5),
  .ec-layoutRole__header .category-zone .category-box .category:nth-of-type(6) {
    margin-bottom: 10px;
  }

  .ec-layoutRole__header .category-zone .category-box .category:nth-of-type(7) {
    margin-bottom: 0;
  }

  #nav-open {
    width: 50px;
    height: 40px;
    padding: 5px;
    margin-left: 0;
  }

  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    width: 34px;
    /*長さ*/
  }

  #nav-open span:before {
    bottom: -10px;
  }

  #nav-open span:after {
    bottom: -20px;
  }

  #nav-open.active span {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  #nav-open.active span:before {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  #nav-open.active span:after {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(90deg);
  }

  #green-menu.active {
    width: 100vw;
  }
}

/* 検索ボックス */
.ec_content_wrapper .fix_top .serch_box .search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #439df8;
  display: block;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  overflow: hidden;
  color: #e1e1e1;
  font-size: 12px;
  margin-top: 1.8%;
}

.ec_content_wrapper .fix_top .serch_box .search_container input[type="search"] {
  border: none;
  height: 100%;
  color: #777;
  padding: 1px 10px;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
}

.ec_content_wrapper
  .fix_top
  .serch_box
  .search_container
  input[type="search"]:focus {
  outline: 0;
}

.ec_content_wrapper .fix_top .serch_box .search_container .submit-img {
  cursor: pointer;
  position: absolute;
  width: 45px;
  height: 40px;
  right: 0;
  top: 0;
  outline: none;
  background-color: #439df8;
}
.ec_content_wrapper .fix_top .serch_box .search_container .submit-img .img {
  width: 40%;
  margin: 9px auto 0;
}

#footer {
  text-align: center;
}

#footer .green-zone {
  position: relative;
  width: 100%;
  height: 15px;
  background-color: #2f5fd9;
  /* margin-top: 50px; */
  margin-bottom: 60px;
  margin-top: 5em;
}

#footer .green-zone .to-top {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -20px;
  right: 7%;
  background-size: contain;
  background-repeat: no-repeat;
}

#footer .logo-box {
  max-width: 230px;
  margin: 0 auto;
}

#footer .shopping-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

#footer .shopping-box .icon-img-box {
  width: 30px;
  margin-bottom: 10px;
}

#footer .shopping-box .text-box {
  text-align: center;
}

#footer .shopping-box .text-box .en-ttl {
  font-size: 10px;
  color: #999999;
}

#footer ul {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 760px;
  margin: 35px auto;
  justify-content: space-between;
  align-items: center;
}

#footer ul li {
  text-align: center;
  border-left: 1px solid #dadada;
}

#footer ul li:last-child {
  border-right: 1px solid #dadada;
}

#footer ul li a {
  font-size: 12px;
  margin: 0 14px;
}

#footer .address {
  margin-bottom: 7px;
}

#footer .open-time {
  margin-top: 7px;
}

#footer .phone-num {
  font-size: 14px;
}

#footer .ec-link-box {
  position: relative;
  width: 20%;
  min-width: 270px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: #2f5fd9;
  border-radius: 10px;
  margin: 50px auto 45px;
  cursor: pointer;
}

#footer .ec-link-box::after {
  position: absolute;
  content: "";
  background-image: url(/shop/html/template/default/assets/img/common/top-white-arrow.png);
  width: 9px;
  height: 13px;
  top: 41%;
  right: 4%;
  background-size: contain;
  background-repeat: no-repeat;
}

#footer .ec-link-box img {
  width: 30px;
  margin-right: 5px;
}

#footer .copy-right {
  font-size: 11px;
  padding: 20px;
  background-color: #c3c3c3;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #footer ul li a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  #footer .logo-box {
    width: 150px;
    margin: 0 auto;
  }

  #footer ul {
    width: 90%;
  }
}

/* パンくず */
.breadcrumb {
  max-width: 1400px;
  margin: 5px 2%;
  width: 90%;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  margin-right: 10px;
  font-size: 12px;
}

.breadcrumb ul li a {
  color: #ff7200;
  text-decoration: underline;
}

.breadcrumb ul li:last-child {
  margin-right: 0;
}

.breadcrumb ul li:last-child p,
.breadcrumb ul li span {
  margin-top: 0;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .breadcrumb.width {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb.width {
    width: 100%;
    text-align: left;
  }
}

/* 共通 */
.width {
  width: 80%;
  margin: 0 auto;
}

.head-box {
  text-align: center;
}

.head-box .ja-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #2f5fd9;
}

.head-box .en-ttl {
  font-size: 12px;
  color: #bfbfbf;
}

.green-btn {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  background-color: #2f5fd9;
  color: #ffffff;
  margin: 35px auto 0;
  border-radius: 5px;
}

.green-btn::after {
  position: absolute;
  content: "";
  background-image: url(/shop/html/template/default/assets/img/common/top-white-arrow.png);
  width: 9px;
  height: 13px;
  top: 33%;
  right: 4%;
  background-size: contain;
  background-repeat: no-repeat;
}

.field {
  padding: 40px 0 20px 0;
}

@media screen and (max-width: 480px) {
  .head-box .ja-ttl {
    font-size: 21px;
  }
}

.bargain-field .bargain-slick .slick-slide {
  margin: 30px 10px;
}

.bargain-field .bargain-slick .slick-slide .bargain-box {
  margin: 0 25px;
  max-width: 200px;
  text-align: left;
}

.bargain-field .bargain-box .img-box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.bargain-field .bargain-box .img-box img {
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bargain-field .bargain-box .text-box .category {
  font-size: 80%;
  color: #999999;
}

.bargain-field .bargain-box .text-box .name {
  font-size: 120%;
  margin: 5px 0;
}

.bargain-field .bargain-box .text-box .price {
  font-size: 100%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .bargain-field .bargain-box .img-box {
    width: 200px;
    height: 200px;
  }
}

.pick-up-field {
  background-color: #f2f2f2;
}

.pick-up-field .first-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 30px;
}

.pick-up-field .first-flex .item-box {
  width: 32%;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 2%;
  position: relative;
}

.pick-up-field .first-flex .item-box:nth-child(3) {
  margin-right: 0;
}

.pick-up-field .first-flex .item-box:nth-child(n + 4) {
  width: 18.4%;
  background-color: #ffffff;
  padding: 6px;
  box-sizing: border-box;
  position: relative;
}

.pick-up-field .first-flex .item-box:nth-child(n + 4) {
  margin-top: 20px;
}

.pick-up-field .first-flex .item-box:nth-child(8n) {
  margin-right: 0;
}

.pick-up-field .first-flex .item-box .img-box {
  padding-top: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pick-up-field .first-flex .item-box .text-box {
  margin-top: 10px;
}

.pick-up-field .first-flex .item-box .text-box .category {
  font-size: 80%;
}

.pick-up-field .first-flex .item-box .text-box h4 {
  font-size: 120%;
  margin: 5px 0;
}

.pick-up-field .first-flex .item-box:nth-child(n + 4) .text-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-top: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 6px;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .pick-up-field .width {
    width: 95%;
  }

  .pick-up-field .first-flex .item-box:nth-child(n + 4) {
    width: 23.5%;
    margin-top: 20px;
  }

  .pick-up-field .first-flex .item-box:nth-child(7n) {
    margin-right: 0;
  }

  .pick-up-field .first-flex .item-box:nth-child(n + 4) .text-box {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 6px;
    width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .pick-up-field .width {
    width: 80%;
  }

  .pick-up-field .first-flex .item-box {
    width: 100%;
    margin-right: 0;
  }

  .pick-up-field .first-flex .item-box:nth-child(n + 2) {
    margin-top: 20px;
  }

  .pick-up-field .first-flex .item-box:nth-child(n + 1) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pick-up-field .first-flex .item-box:nth-child(n + 4) .text-box {
    position: relative;
    background-color: #fff;
    color: #000;
    margin-top: 0;
    transform: unset;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
  }
}

.new-item-field .item-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0;
}

.new-item-field .item-group .item-box {
  width: 18%;
  margin-right: 2.5%;
  text-align: left;
}

.new-item-field .item-group .item-box:last-of-type {
  margin-right: 0;
}

.new-item-field .item-group .item-box .img-box {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #ddd;
  padding-bottom: 100%;
}

.new-item-field .item-group .item-box .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.new-item-field .item-group .item-box .category {
  font-size: 10px;
  color: #999999;
}

.new-item-field .item-group .item-box .name {
  font-size: 14px;
}

.new-item-field .item-group .item-box .price {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .new-item-field .item-group {
    margin: 30px 0 0;
  }

  .new-item-field .item-group .item-box {
    width: 30%;
    margin-right: 5%;
    text-align: left;
    margin-bottom: 20px;
  }

  .new-item-field .item-group .item-box:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .new-item-field.width {
    width: 90%;
  }

  .new-item-field .item-group .item-box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }

  .new-item-field .item-group .item-box:nth-of-type(3n) {
    margin-right: 4%;
  }

  .new-item-field .item-group .item-box:nth-of-type(2n) {
    margin-right: 0;
  }
}

.category-field {
  background-color: #f2fff2;
}

.category-field .category-group {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 30px;
}

.category-field .category-group .line {
  width: 24%;
}

.category-field .category-group .line .ttl-box {
  display: flex;
  align-items: flex-end;
}

.category-field .category-group .line .ttl-box .img-box {
  width: 40px;
  border-bottom: 2px solid #2f5fd9;
  padding: 5px;
}

.category-field .category-group .line .ttl-box .img-box img {
  height: 32px;
}

.category-field .category-group .line .ttl-box .ttl {
  text-align: left;
  width: 100%;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px;
}

.category-field .category-group .line .category-item {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}

.category-field .category-group .line .item {
  margin-bottom: 10px;
}

.category-field .category-group .category-box {
  margin-bottom: 25px;
  text-align: left;
  margin-right: 1%;
}

@media screen and (max-width: 1024px) {
  .category-field .category-group .line {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .category-field .category-group .line {
    width: 100%;
    margin: 0 auto;
  }
}

.news-field .news-group {
  display: flex;
  /*justify-content: flex-start;*/
  flex-wrap: wrap;
  margin-top: 30px;
}

.news-field .news-group.single-wrap {
  justify-content: center;
}

.news-field .news-group .news-box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid;
  padding-bottom: 25px;
}

.news-field .news-group .news-box:nth-of-type(2n) {
  margin-right: 0;
}

.news-field .news-group .news-box .img-box {
  width: 30%;
  margin: 0 auto;
  margin-right: 5%;
  position: relative;
  height: 120px;
}

.news-field .news-group .news-box .img-box img {
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.news-field .news-group .news-box .text-box {
  width: 65%;
  text-align: left;
}

.news-field .news-group .news-box .text-box .category {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  background-color: #2f5fd9;
  border-radius: 5px;
  padding: 3px 12px;
  margin-bottom: 10px;
}

.news-field .news-group .news-box .text-box .date {
  font-size: 12px;
  margin-bottom: 2px;
}

.news-field .news-group .news-box .text-box .description {
  margin-bottom: 10px;
}

.news-field .news-group .news-box .text-box .detail {
  position: relative;
  color: #ff7200;
  text-decoration: underline;
}

.news-field .news-group .news-box .text-box .detail::after {
  position: absolute;
  content: "";
  background-image: url(/shop/html/template/default/assets/img/common/orange-arrow.png);
  width: 9px;
  height: 13px;
  top: 25%;
  right: -11%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .news-field .news-group .news-box {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .news-field .news-group .news-box {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .news-field .news-group .news-box .img-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    height: 200px;
  }

  .news-field .news-group .news-box .img-box img {
    width: 100%;
  }

  .news-field .news-group .news-box .text-box {
    width: 100%;
  }
}

/* slick dots設定 */
.slick-dots2 {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots2 li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots2 li.slick-active button::before {
  background-color: #2f5fd9;
  border: 2px solid #2f5fd9;
}

.slick-dots2 li button {
  background: transparent;
  border: 0;
  font-size: 0;
}

.slick-dots2 li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
  font-family: "slick";
  font-size: 30px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  border: 2px solid #e2e2e2;
  background-color: #ffffff;
}

.slick-dots3 {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots3 li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots3 li.slick-active button::before {
  background-color: #2f5fd9;
}

.slick-dots3 li button {
  background: transparent;
  border: 0;
  font-size: 0;
}

.slick-dots3 li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 5px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  background-color: #d3d3d3;
}

/* 共通 */
.width {
  width: 80%;
  margin: 0 auto;
}

.green-btn {
  display: block;
  position: relative;
  padding: 15px 30px;
  background-color: #2f5fd9;
  color: #ffffff;
  margin: 35px auto 0;
  border-radius: 5px;
  max-width: 240px;
  text-align: center;
}

.green-btn::after {
  position: absolute;
  content: "";
  background-image: url(/shop/html/template/default/assets/img/common/top-white-arrow.png);
  width: 9px;
  height: 13px;
  top: 33%;
  right: 4%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content .gray-zone {
  background-color: #f2f2f2;
  padding: 16px 0;
}

.content .gray-zone .breadcrumb img {
  width: 15px;
  margin-right: 5px;
}

.content .green-zone {
  background-color: #2f5fd9;
  padding: 30px 0 250px;
}

.content .green-zone .ttl {
  width: 100%;
  font-size: 28px;
  border-bottom: 8px;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}

.content .green-zone .category-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  font-size: 12px;
}

.content .green-zone .category-flex .category {
  color: #ffffff;
  text-decoration: underline;
  margin-right: 15px;
  margin-bottom: 5px;
}

.item-zone {
  background-color: #f2f2f2;
  padding-bottom: 80px;
}

.item-zone .big-left {
  width: 65%;
  margin-top: -240px;
  margin-right: 5%;
}

.item-zone .big-left .item-slick .prev {
  position: absolute;
  content: "";
  background-image: url(/shop/html/template/default/assets/img/common/top-mv-arrow.png);
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: rotate(-180deg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.item-zone .big-left .item-slick .next {
  position: absolute;
  content: "";
  background-image: url(/shop/html/template/default/assets/img/common/top-mv-arrow.png);
  width: 30px;
  height: 30px;
  top: 47%;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.item-zone .big-left .item-slick .img-box {
  /* margin-left: 7.5%; */
  margin-left: 20px;
  margin-right: 20px;
}

.item-zone .big-left .item-slick .img-box img {
  width: 100%;
  border-radius: 15px;
  object-fit: contain;
}

.item-zone .big-left .thumbnail-list {
  width: 65%;
  display: flex;
  justify-content: unset;
  flex-wrap: wrap;
  background-color: #e2e2e2;
  margin: 30px auto 45px;
  padding: 15px;
  border-radius: 5px;
}

.item-zone .big-left .thumbnail-list .thumbnail-item {
  width: 18%;
  margin: 1%;
}

.item-zone .big-left .thumbnail-list .thumbnail-item.thumbnail-current {
  border: 2px solid #2f5fd9;
  opacity: 0.6;
}

.item-zone .big-left .thumbnail-list .thumbnail-item .img-box img {
  width: 100%;
}

.item-zone .big-left .block .ttl {
  padding: 15px 30px;
  border-radius: 10px 10px 0 0;
}

.item-zone .big-left .block .description {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  text-align: left;
  padding: 10px;
}

.item-zone .big-left .about-item {
  width: 85%;
  margin: 0 auto 20px;
}

.item-zone .big-left .about-item .ttl {
  background-color: #e2e2e2;
}

.item-zone .big-left .about-item .description {
  border: 2px solid #e2e2e2;
}

.item-zone .big-left .warn-item {
  width: 85%;
  margin: 0 auto 60px;
}

.item-zone .big-left .warn-item .ttl {
  background-color: #eec6c6;
}

.item-zone .big-left .warn-item .description {
  border: 2px solid #eec6c6;
}

.item-zone .big-left .detail-table {
  width: 85%;
  margin: 0 auto;
  padding: 0 30px;
}

.item-zone .big-left .detail-table .ttl {
  margin-bottom: 20px;
}

.item-zone .big-left .detail-table .line {
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c5c5c5;
}

.item-zone .big-left .detail-table .line .left {
  width: 25%;
}

.item-zone .big-left .detail-table .line .right {
  width: 75%;
}

.item-zone .big-right {
  width: 30%;
  margin-top: -240px;
}

.item-zone .big-right .shopping-box {
  position: relative;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.item-zone .big-right .shopping-box.new-item::after {
  position: absolute;
  content: "";
  background-image: url(/shop/html/template/default/assets/img/common/detail-new.png);
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.item-zone .big-right .shopping-box .head {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #2f5fd9;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.item-zone .big-right .shopping-box .text-box .pre-price {
  font-size: 12px;
  color: #989898;
}

.item-zone .big-right .shopping-box .text-box .price {
  font-size: 28px;
  color: #f01414;
}

.item-zone .big-right .shopping-box .text-box .price span {
  font-size: 15px;
  color: #000000;
}

.item-zone .big-right .shopping-box .img-box {
  width: 20%;
}

.item-zone .big-right .shopping-box .info-group {
  border-bottom: 1px solid #2f5fd9;
  margin-bottom: 20px;
}

.item-zone .big-right .shopping-box .info {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.item-zone .big-right .shopping-box .info:last-of-type {
  border-bottom: 0;
}

.item-zone .big-right .shopping-box .info .sub-ttl {
  font-size: 12px;
  color: #989898;
}

.item-zone .big-right .shopping-box .cart-field {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
}

.item-zone .big-right .shopping-box .cart-box {
  background-color: #e88300;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  cursor: pointer;
}

.item-zone .big-right .shopping-box .cart-box:hover {
  opacity: 0.5;
}

.item-zone .big-right .shopping-box .cart-box .img-box {
  width: 20%;
  max-width: 55px;
  padding: 12px;
  border-right: 1px solid #ffffff;
}

.item-zone .big-right .shopping-box .cart-box .description {
  padding: 14px;
  font-size: 16px;
}

.item-zone .big-right .delivery-field .ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #2f5fd9;
}

.item-zone .big-right .delivery-field .catch-copy {
  font-size: 13px;
  color: #2f5fd9;
  margin: 15px 0 10px;
}

.item-zone .big-right .delivery-field .description {
  font-size: 14px;
  margin-bottom: 20px;
}

.item-zone .big-right .delivery-field .delivery-flex {
  display: flex;
  margin-bottom: 20px;
}

.item-zone .big-right .delivery-field .delivery-flex .img-box {
  width: 40%;
  padding: 15px;
}

.item-zone .big-right .delivery-field .delivery-flex .explain {
  width: 60%;
  font-size: 11px;
}
@media (max-width: 480px) {
  .item-zone .big-right .delivery-field .description {
    font-size: 14px;
    margin-bottom: 0;
  }
  .item-zone .big-right .delivery-field .delivery-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .item-zone .big-right .delivery-field .delivery-flex .img-box {
    width: 55%;
    margin: 0 10% 0 20%;
  }
  .item-zone .big-right .delivery-field .delivery-flex .explain {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}

.item-zone .big-right .delivery-field .link {
  display: flex;
  align-items: center;
  color: #ff7200;
  text-decoration: underline;
  margin-bottom: 10px;
}

.item-zone .big-right .delivery-field .link img {
  width: 5px;
  margin-right: 5px;
}

.item-zone .big-right .first-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}

.item-zone .big-right .second-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item-zone .big-right .first-flex .item-box {
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.item-zone .big-right .first-flex .item-box:nth-child(n + 3) {
  width: 48%;
  background-color: #ffffff;
  padding: 6px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.item-zone .big-right .first-flex .item-box img,
.item-zone .big-right .first-flex .item-box:nth-child(n + 3) img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .item-zone .big-left {
    width: 65%;
    margin-right: 2%;
  }

  .item-zone .big-right {
    width: 33%;
  }
}

@media screen and (max-width: 1024px) {
  .item-zone .width {
    width: 90%;
  }

  .item-zone .big-left {
    width: 60%;
    margin-right: 5%;
  }

  .item-zone .big-right {
    width: 35%;
  }
  .ec-layoutRole__header .category_block .wrapper .list li a {
    padding: 16px 8px;
  }
}

@media screen and (max-width: 768px) {
  .item-zone .width {
    width: 80%;
  }

  .item-zone .flex {
    flex-direction: column;
  }

  .item-zone .big-left {
    width: 100%;
  }

  .item-zone .big-right {
    width: 100%;
    margin-top: 0;
  }

  .item-zone .big-right .flex768 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  .item-zone .big-right .flex768 .block1 {
    width: 51%;
  }

  .item-zone .big-right .flex768 .block2 {
    width: 45%;
  }

  .item-zone .big-right .first-flex {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .content .green-zone .ttl {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 10px;
  }

  .width,
  .item-zone .width {
    width: 90%;
  }

  .item-zone {
    padding-bottom: 40px;
  }

  .item-zone .big-left .item-slick .prev {
    width: 25px;
    height: 30px;
    top: 45%;
    left: 0;
  }

  .item-zone .big-left .item-slick .next {
    width: 25px;
    height: 30px;
    top: 42.5%;
    right: 0;
  }

  .item-zone .big-left .thumbnail-list {
    width: 100%;
    margin: 30px auto;
  }

  .item-zone .big-left .about-item {
    width: 100%;
  }

  .item-zone .big-left .warn-item {
    width: 100%;
  }

  .item-zone .big-left .block .description {
    padding: 15px;
  }

  .item-zone .big-left .detail-table {
    width: 100%;
    padding: 0;
  }

  .item-zone .big-left .detail-table .line .left {
    font-weight: bold;
  }

  .item-zone .big-right .flex768 {
    display: block;
  }

  .item-zone .big-right .flex768 .block1 {
    width: 100%;
    margin: 0 auto;
  }

  .item-zone .big-right .flex768 .block2 {
    width: 100%;
    margin: 0 auto;
  }
}

.relate-item-zone {
  padding: 45px 0;
  text-align: center;
}

.relate-item-zone .ttl {
  font-size: 20px;
  color: #2f5fd9;
}

.relate-item-zone .item-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0;
}

.relate-item-zone .item-group .item-box {
  width: 18%;
  margin-right: 2.5%;
  text-align: left;
}
.relate-item-zone .item-group .item-box:nth-child(5n) {
  margin-right: 0;
}

.relate-item-zone .item-group .item-box:last-of-type {
  margin-right: 0;
}

.relate-item-zone .item-group .item-box .img-box {
  margin-bottom: 10px;
}

.relate-item-zone .item-group .item-box .category {
  font-size: 10px;
  color: #999999;
}

.relate-item-zone .item-group .item-box .name {
  font-size: 14px;
}

.relate-item-zone .item-group .item-box .price {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .relate-item-zone .item-group {
    margin: 30px 0 0;
  }

  .relate-item-zone .item-group .item-box {
    width: 30%;
    margin-right: 5%;
    text-align: left;
    margin-bottom: 20px;
  }

  .relate-item-zone .item-group .item-box:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .relate-item-zone.width {
    width: 90%;
  }

  .relate-item-zone .item-group .item-box,
  .relate-item-zone .item-group .item-box:nth-of-type(3n),
  .relate-item-zone .item-group .item-box:nth-of-type(2n),
  .relate-item-zone .item-group .item-box:nth-child(5n) {
    width: 46%;
    margin: 2%;
  }
}

.gray-line {
  width: 100%;
  height: 70px;
  background-color: #f2f2f2;
}

/* セレクトBox */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}

.custom-dropdown select {
  background-image: linear-gradient(#f6f7f9, #e8eaed);
  font-size: 12px;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #adb1b8;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: button;
  /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(#f6f7f9, #e8eaed);
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  border-bottom: solid 2px #555555;
  border-right: solid 2px #555555;
  width: 6px;
  height: 6px;
  top: 28%;
  right: 5.5%;
  transform: rotate(45deg);
}

.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  background-image: linear-gradient(#f6f7f9, #e8eaed);
  border: 1px solid #adb1b8;
}

.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, 0.1);
}

/*.custom-dropdown::before {*/
/*    background-color: rgba(0,0,0,.15);*/
/*}*/

/*.custom-dropdown::after {*/
/*    color: rgba(0,0,0,.4);*/
/*}*/
@media screen and (max-width: 1280px) {
  .custom-dropdown::after {
    /*  Custom dropdown arrow */
    right: 6.5%;
  }
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: 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;
  float: left;

  height: 100%;
  min-height: 1px;
}

[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;
}

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

.ec-layoutRole__contents {
  width: 100vw;
  margin: 0;
}

.block2 .first-flex .item-box {
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 0;
  position: relative;
}

.block2 .first-flex .item-box:nth-child(n + 3) {
  width: 50%;
  background-color: #ffffff;
  padding: 6px;
  box-sizing: border-box;
  position: relative;
}

.block2 .first-flex .item-box:nth-child(n + 3) {
  margin-top: 20px;
}

.block2 .first-flex .item-box:nth-child(2n) {
  margin-right: 0;
}

.block2 .first-flex .item-box .img-box {
  padding-top: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.block2 .first-flex .item-box .text-box {
  margin-top: 10px;
}

.block2 .first-flex .item-box .text-box .category {
  font-size: 80%;
}

.block2 .first-flex .item-box .text-box h4 {
  font-size: 120%;
  margin: 5px 0;
}

.block2 .first-flex .item-box:nth-child(n + 3) .text-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-top: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 6px;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .block2 .first-flex .item-box:nth-child(n + 3) {
    width: 23.5%;
    margin-top: 20px;
  }

  .block2 .first-flex .item-box:nth-child(6n) {
    margin-right: 0;
  }

  .block2 .first-flex .item-box:nth-child(n + 3) .text-box {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 6px;
    width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .block2 .first-flex .item-box {
    width: 100%;
    margin-right: 0;
  }

  .block2 .first-flex .item-box:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.ec-numberInput input[type="number"]::-webkit-outer-spin-button,
.ec-numberInput input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ec-numberInput input[type="number"] {
  -moz-appearance: textfield;
  height: auto;
  width: 70px;
  padding: 8px 12px;
  text-align: center;
}

.ec-addressRole__actions,
.ec-borderedDefs dd {
  text-align: left;
}

.ec-layoutRole__header .menu-box ul.menu li:last-child a {
  display: none;
}

.ec-layoutRole__header .header-content .left .icon-img-box {
  display: none;
}

.ec-layoutRole__header .header-content .left .text-box {
  color: #2b4da3;
  font-size: 14px;
  margin-left: 15px;
  top: 7px;
  position: relative;
}

@media (min-width: 1367px) {
  .ec-layoutRole__header .header-content,
  .ec-layoutRole__header .category_block {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 1024px) {
  .ec-layoutRole__header .category_block {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .width {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .ec-layoutRole__header .category_block .wrapper .category_serch {
    width: 45%;
    padding: 16px;
  }
  .ec-layoutRole__header .category_block .wrapper .list {
    width: 55%;
  }
  .ec-layoutRole__header .category_block .wrapper .list li a {
    display: block;
    padding: 16px;
    text-align: center;
  }
  .width {
    width: 93%;
  }
  .ec-layoutRole__header .category_block .wrapper .list li {
    width: 33%;
  }
  .ec-layoutRole__header .category_block .wrapper .list li a {
    padding: 16px 8px;
  }
  .ec_content_wrapper .fix_top .serch_box {
    width: 250px;
    margin-left: auto;
    margin-top: 0;
  }
  .ec_content_wrapper .fix_top .serch_box .search_container {
    height: 30px;
  }
  /* .ec_content_wrapper .fix_top .serch_box .search_container input[type="search"] {
    height: 2em;
  } */
  .ec_content_wrapper .fix_top .serch_box .search_container .submit-img .img {
    width: 40%;
    margin: 4px auto 0;
  }
}

@media screen and (max-width: 480px) {
  /* .ec_content_wrapper .fix_top .serch_box {
    display: none;
  } */
  /* .ec_content_wrapper .fix_top .serch_box.on480 {
    display: block;
    padding: 0px 10px 5px;
    width: 100%;
  } */
  .fix_top .flex_wrapper {
    position: relative;
    padding-bottom: 50px;
  }
  .ec_content_wrapper .fix_top .serch_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    padding: 0px 10px 5px;
    width: 100%;
  }
  .ec-layoutRole__header .category_block .wrapper .list {
    display: none;
  }
  .ec-layoutRole__header .category_block .wrapper .category_serch {
    width: 100%;
    padding: 10px;
  }
}
