.ec-pageHeader h1 {
  color: #2f5fd9;
}

.first_sec {
  margin-top: 6rem;
}
.first_sec .container {
  padding-right: 2.2vw;
  padding-left: 2.2vw;
}
.first_sec .container .wrapper {
  display: flex;
  align-items: center;
}
.first_sec .container .wrapper .left {
  flex: 0 0 50%;
  margin-right: 5%;
}
.first_sec .container .wrapper .right {
  flex: auto;
  color: #000;
}
.first_sec .container .wrapper .right p.f18 {
  line-height: calc(37 / 18);
}
.first_sec .container .wrapper .right .img_list {
  display: flex;
  margin-top: 3rem;
}
.first_sec .container .wrapper .right .img_list .item {
  flex: 0 0 33.3%;
  text-align: center;
  border-right: 2px solid #2f5fd9;
}
.first_sec .container .wrapper .right .img_list .item:last-child {
  border-right: transparent;
}
.first_sec .container .wrapper .right .img_list .item .icon {
  width: 60px;
  height: 60px;
  margin: auto;
}
.first_sec .container .wrapper .right .img_list .item .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.first_sec .container .wrapper .right .img_list .item h3 {
  margin-top: 1rem;
  line-height: calc(24 / 18);
}

#footer {
  margin-top: 3rem;
}
#footer .f_contact .wrapper .child_left .btn .off480 {
  display: inline;
}
.f_contact .container {
  width: 100%;
}
.f_main .container {
  width: 100%;
}
@media (max-width: 480px) {
  .f_contact .container {
    padding: unset;
  }
  .f_main .container {
    padding: unset;
  }
}

.ec-layoutRole__header .category_block .wrapper .category_serch {
  width: 60%;
  background-color: #eeeeee;
  padding: 16px 32px 16px 80px;
  color: #000;
}
.ec-layoutRole__header .category_block .wrapper .category_serch span.text {
  display: inline-block;
  position: relative;
}
.ec-layoutRole__header
  .category_block
  .wrapper
  .category_serch
  span.text::before {
  position: absolute;
  content: '';
  background-image: url('/shop/html/template/default/assets/img/new/catagory_arrow.png');
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
.ec-layoutRole__header
  .category_block
  .wrapper
  .category_serch.on
  span.text::before {
  transform: rotate(180deg);
}
.ec-layoutRole__header .category_block .menu_sub {
  position: absolute;
  width: 72%;
  background-color: #fff;
  margin: auto;
  margin-top: 1.5rem;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0 0 15px #0000002e;
}
.ec-layoutRole__header .category_block .menu_sub .category_box {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
  padding: 1.5rem 1.3rem;
}
.ec-layoutRole__header .category_block .menu_sub .category_box .category {
  position: relative;
  flex: 0 0 23.86%;
  margin-right: 1.5%;
  background-color: #ebeef2;
  text-align: center;
  padding: 1.1rem 0;
  border-radius: 5px;
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category:nth-child(4n) {
  margin-right: 0;
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category:nth-child(n + 5) {
  margin-top: 1rem;
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category::before {
  position: absolute;
  content: '';
  width: 39px;
  height: 42px;
  top: 0;
  bottom: 0;
  left: 8%;
  margin: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category:nth-child(1)::before {
  background-image: url('/shop/html/template/default/assets/img/new/category_icon1.png');
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category:nth-child(2)::before {
  background-image: url('/shop/html/template/default/assets/img/new/category_icon2.png');
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category:nth-child(3)::before {
  background-image: url('/shop/html/template/default/assets/img/new/category_icon3.png');
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category:nth-child(4)::before {
  background-image: url('/shop/html/template/default/assets/img/new/category_icon4.png');
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category:nth-child(5)::before {
  background-image: url('/shop/html/template/default/assets/img/new/category_icon5.png');
}
.ec-layoutRole__header
  .category_block
  .menu_sub
  .category_box
  .category:nth-child(6)::before {
  background-image: url('/shop/html/template/default/assets/img/new/category_icon6.png');
}

.category_block .side_attention {
  padding: 2.5rem 1.5rem;
  border-top: solid 1px #87b6d3;
}

.new_layout.category_list {
  padding-right: 2.2vw;
  padding-left: 2.2vw;
  margin-top: 2.5rem;
}
.new_layout.category_list .category_block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.new_layout.category_list .category_block .top_block {
  display: flex;
  align-content: center;
}
.new_layout.category_list .category_block .top_block .icon {
  max-width: 60px;
  margin-right: 5px;
}
.new_layout.category_list .category_block .top_block h3.f24 {
  display: flex;
  align-items: center;
  flex: auto;
  color: #fff;
  font-size: 24px;
  background-color: #305fda;
  padding-left: 20px;
}
.new_layout.category_list .category_block .top_block .link {
  position: relative;
  padding-right: 1.2rem;
}
.new_layout.category_list .category_block .top_block .link::before {
  position: absolute;
  content: '';
  background-image: url('/shop/html/template/default/assets/img/new/link_btn_arrow.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.new_layout.category_list .category_block .product_list {
  display: flex;
  margin-top: 3rem;
}
.new_layout.category_list .category_block .product_list .img-box {
  height: 200px;
}
.new_layout.category_list .category_block .product_list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new_layout.category_list .category_block .product_list .box {
  display: block;
  flex: 0 0 18.4%;
  margin-right: 2%;
}
.new_layout.category_list .category_block .product_list .box:last-child {
  margin-right: 0;
}
.new_layout.category_list .category_block .product_list .box .name {
  line-height: calc(22 / 16);
  margin: 1rem 0;
}
.new_layout.category_list .category_block .product_list .box .price {
  text-align: right;
  color: #f01414;
}
.new_layout.category_list .category_block .product_list .box .price span {
  color: #000;
}
.new_layout.category_list .category_block .link_btn {
  max-width: 340px;
  margin: auto;
  margin-top: 3%;
  text-align: center;
}
.new_layout.category_list .category_block .link_btn .link {
  position: relative;
  display: block;
  border: 1px solid #87b6d3;
  border-radius: 10px;
  padding: 5% 0;
}
.new_layout.category_list .category_block .link_btn .link::before {
  position: absolute;
  content: '';
  background-image: url('/shop/html/template/default/assets/img/develop/link_arrow.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 8px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
}

.ec-layoutRole__mainBottom .sale_field,
.ec-layoutRole__mainBottom .ranking_field {
  padding-right: 2.2vw;
  padding-left: 2.2vw;
}
.ec-layoutRole__mainBottom .sale_field .container .head_box,
.ec-layoutRole__mainBottom .ranking_field .container .head_box {
  text-align: center;
}
.ec-layoutRole__mainBottom .sale_field .container .head_box .c_red,
.ec-layoutRole__mainBottom .ranking_field .container .head_box .c_red {
  position: relative;
  display: inline-block;
  color: #e23a3a;
  margin-bottom: 1.5%;
}
.ec-layoutRole__mainBottom .sale_field .container .head_box .c_red::before,
.ec-layoutRole__mainBottom .ranking_field .container .head_box .c_red::before {
  position: absolute;
  content: '';
  background-color: #e23a3a;
  width: 2px;
  height: 100%;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  transform: rotate(40deg);
}
.ec-layoutRole__mainBottom .sale_field .container .head_box .c_red::after,
.ec-layoutRole__mainBottom .ranking_field .container .head_box .c_red::after {
  position: absolute;
  content: '';
  background-color: #e23a3a;
  width: 2px;
  height: 100%;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  transform: rotate(-40deg);
}
.ec-layoutRole__mainBottom .sale_field .container .head_box h2,
.ec-layoutRole__mainBottom .ranking_field .container .head_box h2 {
  color: #000;
  font-size: 30px;
}
.ec-layoutRole__mainBottom .sale_field .container .head_box h2 span,
.ec-layoutRole__mainBottom .ranking_field .container .head_box h2 span {
  position: relative;
}
.ec-layoutRole__mainBottom .sale_field .container .head_box h2 span::before,
.ec-layoutRole__mainBottom .sale_field .container .head_box h2 span::after,
.ec-layoutRole__mainBottom .ranking_field .container .head_box h2 span::before,
.ec-layoutRole__mainBottom .ranking_field .container .head_box h2 span::after {
  position: absolute;
  content: '';
  background-image: url('/shop/html/template/default/assets/img/develop/bargain_field_mds.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 70px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ec-layoutRole__mainBottom .sale_field .container .head_box h2 span::before,
.ec-layoutRole__mainBottom .ranking_field .container .head_box h2 span::before {
  right: -90px;
}
.ec-layoutRole__mainBottom .sale_field .container .head_box h2 span::after,
.ec-layoutRole__mainBottom .ranking_field .container .head_box h2 span::after {
  left: -90px;
}
.ec-layoutRole__mainBottom .sale_field .container .wrapper,
.ec-layoutRole__mainBottom .ranking_field .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.ec-layoutRole__mainBottom .sale_field .container .wrapper .bargain_box,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box {
  position: relative;
  display: block;
  flex: 0 0 18.4%;
  padding: 1.5%;
  margin-right: 2%;
  background-color: #ffffff;
  margin-bottom: 3rem;
}
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box {
  margin-bottom: 2rem;
}
.ranking_item_box .badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, calc(1em - 100%));
}
.ranking_item_box .badge .label {
  z-index: 2;
}
.ranking_item_box .badge .index {
  font-weight: 600;
  font-size: 2em;
}
.ec-layoutRole__mainBottom
  .sale_field
  .container
  .wrapper
  .bargain_box
  .img-box,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box
  .img-box {
  height: 200px;
}
.ec-layoutRole__mainBottom
  .sale_field
  .container
  .wrapper
  .bargain_box
  .img-box
  img,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box
  .img-box
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ec-layoutRole__mainBottom
  .sale_field
  .container
  .wrapper
  .bargain_box
  .shipment,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box
  .shipment {
  margin-top: 8px;
}
.ec-layoutRole__mainBottom .sale_field .container .wrapper .bargain_box .price,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box
  .price {
  margin-top: 1rem;
  font-size: 20px;
  color: #f01414;
}
.ec-layoutRole__mainBottom
  .sale_field
  .container
  .wrapper
  .bargain_box
  .price
  span.f12,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box
  .price
  span.f12 {
  color: #000;
}
.ec-layoutRole__mainBottom
  .sale_field
  .container
  .wrapper
  .bargain_box
  .description,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box
  .description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: transparent;
  padding: 6% 0;
  font-weight: bold;
  margin-top: 5%;
  background-color: #f39900;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.ec-layoutRole__mainBottom
  .sale_field
  .container
  .wrapper
  .bargain_box
  .description
  .icon,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box
  .description
  .icon {
  max-width: 29px;
  margin-right: 4%;
}
.ec-layoutRole__mainBottom
  .sale_field
  .container
  .wrapper
  .bargain_box:nth-child(5n),
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box:nth-child(5n) {
  margin-right: 0;
}
/*
.ec-layoutRole__mainBottom
  .sale_field
  .container
  .wrapper
  .bargain_box:nth-child(n + 5),
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .ranking_item_box:nth-child(n + 5) {
  margin-top: 3rem;
}
*/
.ec-layoutRole__mainBottom .sale_field .container .wrapper .bargain_box .name,
.ec-layoutRole__mainBottom
  .ranking_field
  .container
  .wrapper
  .bargain_box
  .name {
  font-size: 16px;
}
.ec-layoutRole__mainBottom .sale_field .container .link_btn,
.ec-layoutRole__mainBottom .ranking_field .container .link_btn {
  position: relative;
  display: block;
  width: 27%;
  padding: 1.4rem 0;
  margin: auto;
  margin-top: 8rem;
  border: 1px solid #bfbfbf;
  text-align: center;
}
.ec-layoutRole__mainBottom .sale_field .container .link_btn::before,
.ec-layoutRole__mainBottom .ranking_field .container .link_btn::before {
  position: absolute;
  content: '';
  background-image: url('/shop/html/template/default/assets/img/new/link_btn_arrow.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
}

.category_field .head_box .f24 {
  font-size: 24px;
  color: #000;
}
.category_field .category-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.category_field .category-group .category-box {
  position: relative;
  flex: 0 0 23.86%;
  margin-right: 1.5%;
  text-align: center;
}
.category_field .category-group .category-box:nth-child(4n) {
  margin-right: 0;
}
.category_field .category-group .category-box:nth-child(n + 5) {
  margin-top: 1rem;
}
.category_field .category-group .category-box .ttl-box .ttl {
  font-size: 14px;
}
.category_field .category-group .category-box .ttl-box .ttl .link {
  display: flex;
  align-items: center;
  background-color: #edf4f9;
  border: 1px solid #439df8;
  padding: 10px;
  border-radius: 5px;
}
/*
.category_field .category-group .category-box::before {
  position: absolute;
  content: "";
  width: 39px;
  height: 42px;
  top: 0;
  bottom: 0;
  left: 8%;
  margin: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.category_field .category-group .category-box:nth-child(1)::before {
  background-image: url("/shop/html/template/default/assets/img/new/category_icon1.png");
}
.category_field .category-group .category-box:nth-child(2)::before {
  background-image: url("/shop/html/template/default/assets/img/new/category_icon2.png");
}
.category_field .category-group .category-box:nth-child(3)::before {
  background-image: url("/shop/html/template/default/assets/img/new/category_icon3.png");
}
.category_field .category-group .category-box:nth-child(4)::before {
  background-image: url("/shop/html/template/default/assets/img/new/category_icon4.png");
}
.category_field .category-group .category-box:nth-child(5)::before {
  background-image: url("/shop/html/template/default/assets/img/new/category_icon5.png");
}
.category_field .category-group .category-box:nth-child(6)::before {
  background-image: url("/shop/html/template/default/assets/img/new/category_icon6.png");
}  */

.ec-layoutRole__mainBottom .news_field {
  padding-bottom: 0;
}
.ec-layoutRole__mainBottom .news_field .container {
  padding: 3rem 4vw;
  background-color: #f7f8fa;
}
.ec-layoutRole__mainBottom .news_field .head_box {
  text-align: center;
}
.ec-layoutRole__mainBottom .news_field .head_box .c_red {
  position: relative;
  display: inline-block;
  color: #e23a3a;
  margin-bottom: 1.5%;
}
.ec-layoutRole__mainBottom .news_field .head_box .c_red::before {
  position: absolute;
  content: '';
  background-color: #e23a3a;
  width: 2px;
  height: 100%;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  transform: rotate(40deg);
}
.ec-layoutRole__mainBottom .news_field .head_box .c_red::after {
  position: absolute;
  content: '';
  background-color: #e23a3a;
  width: 2px;
  height: 100%;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  transform: rotate(-40deg);
}
.ec-layoutRole__mainBottom .news_field .head_box h2 {
  color: #000;
  font-size: 30px;
}
.ec-layoutRole__mainBottom .news_field .link {
  display: block;
  max-width: 340px;
  margin: auto;
  text-align: center;
  border: 1px solid #bfbfbf;
  padding: 1rem 0;
}
.ec-layoutRole__mainBottom .news_field .link span {
  position: relative;
}
.ec-layoutRole__mainBottom .news_field .link span::before {
  position: absolute;
  content: '';
  background-image: url('/shop/html/template/default/assets/img/develop/link_arrow.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: -20%;
  margin: auto;
}
.ec-layoutRole__mainBottom .news_field .news-group {
  display: flex;
  margin-top: 2rem;
}
.ec-layoutRole__mainBottom .news_field .news-group .news-box {
  display: block;
  flex: 0 0 33.3%;
  padding: 0 1.5rem;
  border-right: 1px solid #bfbfbf;
}
.ec-layoutRole__mainBottom .news_field .news-group .news-box:last-child {
  border-right: transparent;
}
.ec-layoutRole__mainBottom
  .news_field
  .news-group
  .news-box
  .text-box
  .child_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 30%;
  margin-top: 12px;
}
.ec-layoutRole__mainBottom
  .news_field
  .news-group
  .news-box
  .text-box
  .child_left
  .date {
  color: #3a5eaa;
  font-size: 14px;
  font-weight: bold;
}
.ec-layoutRole__mainBottom
  .news_field
  .news-group
  .news-box
  .text-box
  .child_left
  .category {
  padding: 5px;
  border: 1px solid #3a5eaa;
  font-size: 12px;
  color: #3a5eaa;
}
.ec-layoutRole__mainBottom
  .news_field
  .news-group
  .news-box
  .text-box
  .child_right {
  flex: auto;
}
.ec-layoutRole__mainBottom
  .news_field
  .news-group
  .news-box
  .text-box
  .child_right
  h4 {
  height: 52px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.ec-layoutRole__header .text-bar .catch-phrase {
  line-height: 1.3;
}
.ec-layoutRole__header .text-bar .catch-phrase .off480 {
  display: inline;
}
.ec-mypageRole .ec-navlistRole .active a {
  color: #3559a8;
}

#footer .f_contact .f_top {
  width: 100%;
}
#footer .f_contact ul.list {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
#footer .f_contact ul.list li {
  border-right: transparent;
  flex: auto;
}
#footer .f_contact ul.list li:first-child {
  border-left: transparent;
}
#footer .f_contact ul.list li a {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
#footer .f_contact {
  padding: 2.5rem 5%;
  background-color: #3559a8;
  text-align: left;
  color: #fff;
}
#footer .f_contact .f_nav {
  padding: 0px 3%;
  margin-top: 4%;
}
#footer .f_contact .f_nav .category-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2%;
}
#footer .f_contact .f_nav .category-group .category-box {
  flex: 0 0 20%;
  font-size: 15px;
}
#footer .f_contact .f_nav .category-group .category-box:nth-child(n + 6) {
  margin-top: 14px;
}
#footer .f_contact .f_nav .category-group .category-box a {
  position: relative;
  color: #fff;
  padding-left: 12px;
}
#footer .f_contact .f_nav .category-group .category-box a::before {
  position: absolute;
  content: '';
  background-image: url(/shop/html/template/default/assets/img/develop/footer_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#footer .f_main .f_contact .wrapper {
  display: flex;
}
#footer .f_contact .wrapper .child_left,
#footer .f_contact .wrapper .child_right {
  flex: 0 0 50%;
}

#footer .f_contact .wrapper .f32 {
  font-size: 32px;
}
#footer .f_contact .wrapper .child_left .text {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: calc(28 / 16);
  font-size: 16px;
}
#footer .f_contact .wrapper .child_left .btn {
  display: block;
  width: 59%;
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
#footer .f_contact .wrapper .child_left .btn span {
  position: relative;
}
#footer .f_contact .wrapper .child_left .btn span::before {
  position: absolute;
  content: '';
  background-image: url('/shop/html/template/default/assets/img/new/corporate_icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}

#footer .f_contact .wrapper .child_right .box:first-child {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #0a3297;
}
#footer .f_contact .wrapper .child_right .box h3 {
  font-size: 20px;
}
#footer .f_contact .wrapper .child_right .box .child_box {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
@media (max-width: 1200px) {
  #footer .f_contact .wrapper .child_right .box .child_box {
    display: block;
    margin-left: unset;
  }
}
#footer .f_contact .wrapper .child_right .box .child_box .head {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  #footer .f_contact .wrapper .child_right .box .child_box .head {
    justify-content: center;
  }
}
#footer .f_contact .wrapper .child_right .box .child_box .icon {
  width: 60px;
  margin-right: 1rem;
}
#footer .f_contact .wrapper .child_right .box .child_box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer .f_contact .wrapper .child_right .box .child_box .tel_txt {
  font-size: 38px;
  color: #fff;
}
#footer .f_contact .wrapper .child_right .box .child_box .mail_txt {
  font-size: 28px;
  color: #fff;
}
#footer .f_contact .wrapper .child_right .box .child_box .sub {
  font-size: 14px;
  margin-left: 1rem;
}
#footer .f_contact .wrapper .child_right .box .child_box .sub_txt {
  margin-left: 1rem;
  font-size: 28px;
}

#footer .f_main {
  padding-right: 2.2vw;
  padding-bottom: 2%;
  padding-left: 2.2vw;
  margin-top: 4%;
}
#footer .f_main .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#footer .f_main .wrapper .left_box .top {
  display: flex;
  align-items: center;
}
#footer .f_main .wrapper .left_box .top .logo {
  max-width: 230px;
}
#footer .f_main .wrapper .left_box .top .shop_name {
  margin-left: 15px;
  color: #3a5eaa;
}
#footer .f_main .wrapper .left_box .bottom {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#footer .f_main .wrapper .left_box .bottom .link {
  display: block;
  background-color: #3a5eaa;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  padding: 6px 0;
}
#footer .f_main .wrapper .left_box .bottom .link span {
  position: relative;
}
#footer .f_main .wrapper .left_box .bottom .link span::before {
  position: absolute;
  content: '';
  background-image: url('/shop/html/template/default/assets/img/develop/corporate_site_icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: -25px;
}

@media (max-width: 1024px) {
  #footer .f_main .wrapper .child_left {
    flex: 0 0 40%;
  }
  #footer .f_main .wrapper .child_right {
    flex: 0 0 60%;
  }
}
#footer .f_main .wrapper .child_left .top_text,
#footer .f_main .wrapper .child_left .top_text .shop {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #footer .f_main .wrapper .child_left .top_text,
  #footer .f_main .wrapper .child_left .top_text .shop {
    display: block;
  }
}
#footer .f_main .wrapper .child_left .top_text .logo {
  width: 100%;
  max-width: 317px;
}
#footer .f_main .wrapper .child_left .top_text .shop {
  margin-left: 1rem;
  color: #3559a8;
}
@media (max-width: 1024px) {
  #footer .f_main .wrapper .child_left .top_text .shop {
    display: flex;
    margin-top: 1rem;
  }
}
#footer .f_main .wrapper .child_left .top_text .shop .icon {
  max-width: 25px;
  margin-right: 5px;
}
#footer .f_main .wrapper .child_left .address {
  color: #000;
  text-align: left;
}
#footer .f_main .wrapper .child_left .address .first_txt {
  line-height: calc(20 / 14);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
#footer .f_main .wrapper .child_left .address .tel_txt .f16 {
  font-size: 16px;
}
#footer .f_main .wrapper .child_left .address .tel_txt .f12 {
  font-size: 12px;
}
@media (max-width: 1024px) {
  #footer .f_main .wrapper .child_left .address .tel_txt .f12 {
    display: block;
  }
}
#footer .f_main .wrapper .child_left .copy {
  margin-top: 4rem;
  text-align: left;
  color: #000;
  font-size: 10px;
}

#footer .f_main .wrapper .child_right {
  text-align: left;
}
#footer .f_main .wrapper .child_right .f_nav {
  display: flex;
  justify-content: space-between;
}
#footer .f_main .wrapper .child_right .f_nav .first_nav h3 span {
  background-color: #d2d5d6;
  border-radius: 5px;
  color: #3559a8;
  font-size: 16px;
  padding: 10px 1rem;
  display: inline-block;
}
#footer .f_main .wrapper .child_right .f_nav .first_nav .category-group {
  margin-top: 1rem;
}
#footer
  .f_main
  .wrapper
  .child_right
  .f_nav
  .first_nav
  .category-group
  .category-box {
  margin-bottom: 0.8rem;
}
#footer .f_main .wrapper .child_right .f_nav .list {
  display: block;
  margin: 0;
}
#footer .f_main .wrapper .child_right .f_nav .list li {
  text-align: left;
  margin-bottom: 1rem;
}
#footer .f_main .wrapper .child_right .f_nav .list li:last-child {
  margin-bottom: 0;
}
#footer .f_main .wrapper .child_right .f_nav .list li a {
  font-size: 16px;
  color: #3559a8;
}
.ec-layoutRole__mainBottom .news_field .link.on480 {
  display: none;
}
.mv-slick .img-box img.on480 {
  display: none !important;
}

.ec-searchnavRole__topicpath.breadcrumb_area {
  max-width: 1130px;
  padding: 35px 15px;
  margin: auto;
}
.ec-searchnavRole__topicpath.breadcrumb_area .ec-topicpath {
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.ec-searchnavRole__topicpath.breadcrumb_area .ec-topicpath .ec-topicpath__item,
.ec-searchnavRole__topicpath.breadcrumb_area
  .ec-topicpath
  .ec-topicpath__divider {
  font-size: 12px;
}
.ec-searchnavRole__topicpath.breadcrumb_area
  .ec-topicpath
  .ec-topicpath__item
  a {
  color: #2f5fd9;
}
.ec-searchnavRole__topicpath.breadcrumb_area .ec-topicpath .ec-topicpath__item {
  color: #000;
}

.on1024,
.on768,
.on480 {
  display: none;
}

@media (max-width: 1024px) {
  .off1024 {
    display: none;
  }

  .on1024 {
    display: block;
  }
  .first_sec .container,
  .ec-layoutRole__mainBottom .sale_field,
  .new_layout.category_list,
  #footer .f_contact,
  #footer .f_main {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .ec-layoutRole__mainBottom .sale_field .container .link_btn {
    margin-top: 4rem;
  }
  .width {
    width: 90%;
  }
  .new_layout.category_list {
    margin-top: 3rem;
  }
  .ec-layoutRole__mainBottom .news_field .container {
    padding: 2rem 3vw;
  }
  .ec-layoutRole__mainBottom .news_field .link {
    width: 30%;
    padding: 0.8rem 0;
  }
  #footer .f_contact .wrapper .child_left {
    flex: 0 0 45%;
  }
  #footer .f_contact .wrapper .child_right {
    flex: 0 0 55%;
  }
  #footer .f_contact .wrapper .child_left .btn {
    width: 85%;
  }
  #footer .f_contact .wrapper .child_right .box .child_box .icon {
    width: 45px;
    margin-right: 0.8rem;
  }
  #footer .f_contact .wrapper .child_right .box .child_box .tel_txt {
    font-size: 28px;
  }
  #footer .f_contact .wrapper .child_right .box .child_box .mail_txt {
    font-size: 26px;
  }
  #footer .f_main .wrapper .child_left .top_text .logo {
    max-width: 210px;
  }
  .category_field .category-group .category-box::before,
  .ec-layoutRole__header
    .category_block
    .menu_sub
    .category_box
    .category::before {
    width: 29px;
    height: 32px;
  }
  .ec-layoutRole__header .category_block .menu_sub {
    width: 85%;
  }
  .ec-layoutRole__mainBottom
    .news_field
    .news-group
    .news-box
    .text-box
    .child_right
    h4 {
    height: 80px;
  }
  #footer .f_contact .f_nav .category-group .category-box {
    flex: 0 0 25%;
  }
  #footer .f_contact .f_nav .category-group .category-box:nth-child(n + 5) {
    margin-top: 14px;
  }
}

@media (max-width: 768px) {
  .first_sec .container .wrapper {
    flex-direction: column-reverse;
  }
  .first_sec .container .wrapper .left {
    margin-top: 2rem;
    margin-right: 0;
  }
  .first_sec .container .wrapper .right p.f18 {
    line-height: 1.5;
  }
  .first_sec .container .wrapper .right .img_list {
    margin-top: 2rem;
  }
  .ec-layoutRole__mainBottom .sale_field,
  .ec-layoutRole__mainBottom .ranking_field {
    padding-top: 4rem;
  }
  .ec-layoutRole__mainBottom .sale_field .container .wrapper .bargain_box,
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box {
    flex: 0 0 32%;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(4n),
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(5n),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(4n),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(5n) {
    margin-right: 2%;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(3n),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(3n) {
    margin-right: 0;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(n + 4),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(n + 4) {
    margin-top: 1rem;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(n + 7),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(n + 7) {
    display: none;
  }
  .ec-layoutRole__mainBottom .sale_field .container .link_btn,
  .ec-layoutRole__mainBottom .ranking_field .container .link_btn {
    width: 35%;
    padding: 1rem 0;
  }
  .category_field .category-group .category-box .ttl-box .ttl {
    font-size: 18px;
  }
  .category_field .category-group .category-box::before,
  .ec-layoutRole__header
    .category_block
    .menu_sub
    .category_box
    .category::before {
    width: 22px;
    height: 25px;
  }
  .ec-layoutRole__header .category_block .menu_sub {
    width: 90%;
  }
  .new_layout.category_list {
    margin-top: 1rem;
  }
  .new_layout.category_list .category_block .product_list .img-box {
    height: 130px;
  }
  .new_layout.category_list .category_block .top_block h3.f24 {
    font-size: 20px;
  }
  .ec-layoutRole__mainBottom
    .news_field
    .news-group
    .news-box
    .text-box
    .child_left
    .category {
    font-size: 10px;
  }
  .ec-layoutRole__mainBottom .news_field .link {
    max-width: 340px;
    width: 100%;
    padding: 1rem 0;
  }
  #footer .f_contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #footer .f_contact .wrapper {
    flex-direction: column-reverse;
  }
  #footer .f_contact .wrapper .child_right .flex_box {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
  }
  #footer .f_contact .wrapper .child_right .flex_box .box {
    flex: 0 0 50%;
  }
  #footer .f_contact .wrapper .child_right .box:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #0a3297;
    border-bottom: transparent;
  }
  #footer .f_contact .wrapper .child_right .box .child_box {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  #footer .f_contact .wrapper .child_right .box .child_box .sub {
    flex: 0 0 100%;
    display: block;
    margin-left: unset;
    margin-top: 20px;
  }
  #footer .f_contact .wrapper .child_right .box .child_box .icon {
    width: 35px;
    margin-right: 0.5rem;
  }
  #footer .f_contact .wrapper .child_left {
    text-align: center;
  }
  #footer .f_contact .wrapper .child_left .text {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.6;
  }
  #footer .f_contact .wrapper .child_left .btn {
    width: 52%;
    margin: auto;
  }
  #footer .f_contact .wrapper .f32 {
    text-align: center;
  }
  #footer .f_contact .wrapper .child_right .flex_box .box:last-child {
    padding-left: 2.5rem;
  }

  #footer .f_main {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
  }
  #footer .f_main .wrapper {
    display: block;
  }
  #footer .f_main .wrapper .left_box .top {
    justify-content: center;
  }
  #footer .f_main .wrapper .child_left .top_text {
    display: block;
  }
  #footer .f_main .wrapper .child_left .top_text .logo {
    max-width: 230px;
    margin: auto;
    margin-bottom: 1rem;
  }
  #footer .f_main .wrapper .child_left .top_text .shop {
    justify-content: center;
    margin-left: 0;
  }
  #footer .f_main .wrapper .child_right {
    width: 80%;
    margin: auto;
  }
  #footer .f_main .wrapper .child_left .address {
    text-align: center;
  }
  #footer .f_main .wrapper .child_left .address .tel_txt .f12 {
    display: block;
    margin-top: 8px;
  }
  #footer .f_main .wrapper .child_left .copy {
    text-align: center;
    margin-top: 4rem;
  }
  #footer .f_main .wrapper .left_box .bottom .link {
    border-radius: 5px;
    margin-top: 18px;
    padding: 10px 0;
  }
  #footer .f_contact .f_nav {
    padding-right: 0;
    padding-left: 0;
  }
  #footer .f_contact .f_nav .category-group .category-box {
    font-size: 14px;
  }
  #footer .f_main .wrapper .left_box {
    margin-bottom: 20px;
  }
  .category_field .category-group .category-box {
    flex: 0 0 32.3%;
  }
  .category_field .category-group .category-box:nth-child(4n) {
    margin-right: 1.5%;
  }
  .category_field .category-group .category-box:nth-child(3n) {
    margin-right: 0;
  }
  .category_field .category-group .category-box:nth-child(n + 4) {
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .on480 {
    display: block;
  }
  .off480 {
    display: none;
  }
  .first_sec .container .wrapper .right .img_list .item {
    border-right: 1px solid #2f5fd9;
  }
  .ec-layoutRole__header .category_block .menu_sub {
    width: 95%;
    border-radius: 5px;
  }
  .ec-layoutRole__header .category_block .menu_sub .category_box {
    padding: 1rem 0.8rem;
  }
  .ec-layoutRole__header .category_block .menu_sub .category_box .category {
    flex: 0 0 49%;
    margin-right: 2%;
    font-size: 15px;
    padding: 0.8rem 0;
  }
  .ec-layoutRole__header
    .category_block
    .menu_sub
    .category_box
    .category:nth-child(4n) {
    margin-right: 2%;
  }
  .ec-layoutRole__header
    .category_block
    .menu_sub
    .category_box
    .category:nth-child(2n) {
    margin-right: 0;
  }
  /* .ec-layoutRole__header .category_block .menu_sub .category_box .category:nth-child(n + 3) {
    margin-top: 10px;
  } */
  .first_sec {
    margin-top: 3rem;
  }
  .first_sec .container .wrapper .right p.f18 {
    font-size: 16px;
  }
  .first_sec .container .wrapper .right .img_list .item h3 {
    font-size: 16px;
  }
  .ec-layoutRole__mainBottom .sale_field,
  .ec-layoutRole__mainBottom .ranking_field {
    padding-top: 3rem;
  }
  .ec-layoutRole__mainBottom .sale_field .container .wrapper,
  .ec-layoutRole__mainBottom .ranking_field .container .wrapper {
    margin-top: 1.5em;
  }
  .ec-layoutRole__mainBottom .sale_field .container .wrapper .bargain_box,
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box {
    flex: 0 0 49%;
    margin-right: 2%;
    padding-bottom: 15px;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(5n),
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(3n),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(5n),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(3n) {
    margin-right: 2%;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(2n),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(2n) {
    margin-right: 0;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(n + 3),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box:nth-child(n + 5),
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box:nth-child(n + 5) {
    display: none;
  }
  .ec-layoutRole__mainBottom
    .sale_field
    .container
    .wrapper
    .bargain_box
    .img-box,
  .ec-layoutRole__mainBottom
    .ranking_field
    .container
    .wrapper
    .ranking_item_box
    .img-box {
    height: 170px;
  }
  .ec-layoutRole__mainBottom .sale_field .container .link_btn,
  .ec-layoutRole__mainBottom .ranking_field .container .link_btn {
    width: 80%;
    margin-top: 3rem;
  }
  .category_field .category-group {
    margin-top: 1.5rem;
  }
  .category_field .category-group .category-box {
    flex: 0 0 49%;
    margin-right: 2%;
    font-size: 15px;
  }
  .category_field .category-group .category-box .ttl-box .ttl .link {
    padding: 0.8rem 0;
  }
  .category_field .category-group .category-box:nth-child(4n) {
    margin-right: 2%;
  }
  .category_field .category-group .category-box:nth-child(2n) {
    margin-right: 0;
  }
  .category_field .category-group .category-box:nth-child(n + 3) {
    margin-top: 10px;
  }
  .new_layout.category_list {
    margin-top: 2rem;
  }
  .new_layout.category_list .category_block .product_list {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .new_layout.category_list .category_block .product_list .box {
    flex: 0 0 49%;
    margin-right: 2%;
  }
  .new_layout.category_list .category_block .product_list .box:last-child {
    margin-right: 2%;
  }
  .new_layout.category_list .category_block .product_list .box:nth-child(2n) {
    margin-right: 0;
  }
  .new_layout.category_list
    .category_block
    .product_list
    .box:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  .new_layout.category_list
    .category_block
    .product_list
    .box:nth-child(n + 5) {
    display: none;
  }
  .new_layout.category_list .category_block .top_block .link {
    font-size: 16px;
  }
  .new_layout.category_list .category_block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .ec-layoutRole__mainBottom .news_field .container {
    padding: 3rem 3vw;
  }
  .ec-layoutRole__mainBottom .news_field .link.off480 {
    display: none;
  }
  .ec-layoutRole__mainBottom .news_field {
    padding-right: 0;
    padding-left: 0;
  }
  .ec-layoutRole__mainBottom .news_field .head_box {
    display: block;
    text-align: center;
  }
  .ec-layoutRole__mainBottom .news_field .link.on480 {
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 2rem;
    padding: 1rem 0;
  }
  .ec-layoutRole__mainBottom .news_field .news-group .news-box {
    padding: 0 0.8rem;
    padding-bottom: 1rem;
    border-right: transparent;
    border-bottom: 1px solid #bfbfbf;
  }
  .ec-layoutRole__mainBottom .news_field .news-group .news-box .text-box {
    flex-wrap: wrap;
  }
  .ec-layoutRole__mainBottom
    .news_field
    .news-group
    .news-box
    .text-box
    .child_left {
    flex: 0 0 100%;
  }
  .ec-layoutRole__mainBottom
    .news_field
    .news-group
    .news-box
    .text-box
    .child_right {
    flex: 0 0 100%;
    margin-top: 1rem;
    line-height: 1.5;
  }
  #footer .f_contact .wrapper .f32 {
    font-size: 28px;
  }
  #footer .f_contact .wrapper .child_right .flex_box {
    display: block;
    text-align: center;
  }
  #footer .f_contact .wrapper .child_right .box .child_box {
    justify-content: center;
  }
  #footer .f_contact .wrapper .child_right .box:first-child {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-right: transparent;
    border-bottom: 1px solid #0a3297;
  }
  #footer .f_contact .wrapper .child_right .box .child_box .sub {
    margin-left: 0;
  }
  #footer .f_contact .wrapper .child_right .flex_box .box:last-child {
    padding-left: 0;
  }
  #footer .f_contact .wrapper .child_left .btn {
    width: 80%;
  }
  #footer .f_main .wrapper .child_right {
    width: 100%;
  }
  #footer .f_main .wrapper .child_right .f_nav .first_nav {
    display: none;
  }
  #footer .f_main .wrapper .child_right .f_nav .list li a {
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
  }
  #footer .f_main .wrapper .child_left {
    margin-top: 2rem;
  }
  #footer .f_main .wrapper .child_left .address .first_txt {
    margin-bottom: 1.5rem;
    font-size: 14px;
  }
  #footer .f_main .wrapper .child_left .address .tel_txt .f16 {
    font-size: 18px;
  }
  #footer .f_main .wrapper .child_left .copy {
    margin-top: 2rem;
  }
  .mv-slick .img-box img.off480 {
    display: none !important;
  }
  .mv-slick .img-box img.on480 {
    display: block !important;
  }
  .ec-layoutRole__header .text-bar {
    line-height: 1.5;
  }
  #footer .f_contact .wrapper .child_left .btn .off480,
  .ec-layoutRole__header .text-bar .catch-phrase .off480 {
    display: none;
  }
  .ec-layoutRole__header .text-bar .catch-phrase {
    font-size: 10px;
  }
  .new_layout.category_list .category_block .product_list .box .price {
    font-size: 20px;
  }
}

.ec-orderPayment,
.ec-orderCommon {
  margin-bottom: 4rem;
}
.ec-orderCommon .checkbox_block {
  margin-top: 1rem;
}
.ec-orderCommon .checkbox_block:first-child {
  margin-top: 1.5rem;
}

#page_cart .ec-cartRow__sutbtotal {
  text-align: center;
}
.ec-orderRole .ec-orderDelivery .ec-orderDelivery__change {
  top: 110%;
}

.ec-progress,
#page_cart .ec-cartRole__totalText {
  display: none;
}

@media (max-width: 480px) {
  .ec-orderRole .ec-orderDelivery .ec-orderDelivery__change {
    top: 0;
  }
  .ec-searchnavRole__topicpath.breadcrumb_area .ec-topicpath {
    border-top: transparent;
  }
  .ec-searchnavRole__topicpath.breadcrumb_area {
    padding: 15px 15px 10px;
  }
}

.ec-layoutRole__header .category_block .container {
  padding-right: 0;
  padding-left: 0;
}

.category_field {
  border-top: 1px solid #87b6d3;
  margin-top: 40px;
}
.category_field .container {
  padding-right: 2.2vw;
  padding-left: 2.2vw;
}
.category_field .container .head_box .ja-ttl {
  text-align: center;
  font-size: 30px;
  color: #000;
}
.category_field .category-group .category-box .ttl-box .ttl .link .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.category_field .category-group .category-box .ttl-box .ttl .link .icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bargain-field {
  background-image: url(/shop/html/template/default/assets/img/develop/bargain_products.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ec-layoutRole__mainBottom .category_list .head_box {
  text-align: center;
}
.ec-layoutRole__mainBottom .category_list .head_box .c_red {
  position: relative;
  display: inline-block;
  color: #e23a3a;
  margin-bottom: 1.5%;
}
.ec-layoutRole__mainBottom .category_list .head_box .c_red::before {
  position: absolute;
  content: '';
  background-color: #e23a3a;
  width: 2px;
  height: 100%;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  transform: rotate(40deg);
}
.ec-layoutRole__mainBottom .category_list .head_box .c_red::after {
  position: absolute;
  content: '';
  background-color: #e23a3a;
  width: 2px;
  height: 100%;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  transform: rotate(-40deg);
}
.ec-layoutRole__mainBottom .category_list .head_box h2 {
  color: #000;
  font-size: 30px;
}
.ec-layoutRole__mainBottom .category_list .head_box h2 span {
  position: relative;
}
.ec-layoutRole__mainBottom .category_list .head_box h2 span::before,
.ec-layoutRole__mainBottom .category_list .head_box h2 span::after {
  position: absolute;
  content: '';
  background-image: url(/shop/html/template/default/assets/img/develop/bargain_field_mds.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 70px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ec-layoutRole__mainBottom .category_list .head_box h2 span::before {
  right: -90px;
}
.ec-layoutRole__mainBottom .category_list .head_box h2 span::after {
  left: -90px;
}
.ec-layoutRole__mainBottom .news_field .link_btn {
  text-align: center;
}
.ec-layoutRole__mainBottom .news_field .link_btn .link {
  margin: auto;
  margin-top: 3%;
  border-radius: 10px;
}
#footer {
  margin-top: 0;
}

@media (min-width: 1367px) {
  .first_sec .container,
  .ec-layoutRole__mainBottom .sale_field,
  .new_layout.category_list,
  #footer .f_contact,
  #footer .f_main {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ec-layoutRole__mainBottom .news_field .container {
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media (max-width: 480px) {
  .ec-layoutRole__mainBottom .category_list .head_box h2,
  .ec-layoutRole__mainBottom .sale_field .container .head_box h2 {
    font-size: 24px;
  }
  .ec-layoutRole__mainBottom .sale_field .container .head_box .c_red,
  .ec-layoutRole__mainBottom .category_list .head_box .c_red {
    margin-bottom: 3%;
    font-size: 16px;
  }
  .ec-layoutRole__mainBottom .category_list .head_box h2 span::before,
  .ec-layoutRole__mainBottom .category_list .head_box h2 span::after,
  .ec-layoutRole__mainBottom .sale_field .container .head_box h2 span::before,
  .ec-layoutRole__mainBottom .sale_field .container .head_box h2 span::after {
    width: 40px;
    height: 17px;
  }
  .ec-layoutRole__mainBottom .category_list .head_box h2 span::before,
  .ec-layoutRole__mainBottom .sale_field .container .head_box h2 span::before {
    right: -55px;
  }
  .ec-layoutRole__mainBottom .category_list .head_box h2 span::after,
  .ec-layoutRole__mainBottom .sale_field .container .head_box h2 span::after {
    left: -55px;
  }
  .ec-layoutRole__mainBottom .news_field .news-group {
    display: block;
  }
  .category_field .container .head_box .ja-ttl {
    font-size: 24px;
  }
  .category_field .category-group .category-box:nth-child(3n) {
    margin-right: 2%;
  }
  .category_field .category-group .category-box:nth-child(2n) {
    margin-right: 0;
  }
  .category_field .category-group .category-box .ttl-box .ttl {
    font-size: 13px;
  }
  .category_field .category-group .category-box .ttl-box .ttl .link {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .ec-layoutRole__mainBottom
    .news_field
    .news-group
    .news-box
    .text-box
    .child_right
    h4 {
    height: auto;
  }
  .ec-layoutRole__mainBottom .news_field .link_btn .link {
    margin-top: 9%;
    border-radius: 5px;
  }
  #footer .f_contact ul.list li {
    padding: 0;
    flex: 0 0 50%;
    text-align: left;
  }
  #footer .f_contact ul.list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  #footer .f_contact ul.list li a {
    font-size: 13px;
  }
  #footer .f_contact ul.list li:nth-child(odd) {
    border-left: transparent;
  }
  #footer .f_contact ul.list li:nth-child(2n) {
    padding-left: 10px;
  }
  #footer .f_contact .f_nav {
    padding: 0px;
    margin-top: 10%;
  }
  #footer .f_contact .f_nav .category-group .category-box {
    flex: 0 0 50%;
  }
  #footer .f_contact .f_nav .category-group {
    margin-top: 4%;
  }
  #footer .f_contact .f_nav .category-group .category-box:nth-child(n + 3) {
    margin-top: 14px;
  }
  #footer .f_main .wrapper .left_box .top {
    display: block;
  }
  #footer .f_main .wrapper .left_box .top .logo {
    max-width: 230px;
    margin: auto;
  }
  #footer .f_main .wrapper .left_box .top .shop_name {
    margin-top: 8px;
    margin-left: 0;
    font-size: 15px;
  }
}
