@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}
.clickable,
.section-feature .banners img,
.section-feature .banner-1,
.category .more .image,
.category .items img,
.category .visual,
.section-top .images .arrow-right,
.section-top .images .arrow-left {
  pointer-events: auto;
  cursor: pointer;
}
#outer picture {
  display: block;
}
@media screen and (min-width: 768px) {
  #outer {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #outer {
    margin-top: 5% !important;
    margin-bottom: 0 !important;
  }
  #mid {
    margin-top: 0 !important;
  }
}
.section-top {
  width: 100%;
}
/* @media screen and (min-width: 768px) {
.section-top { min-width: 1380px;}
} */
@media screen and (min-width: 768px) {
  .section-top .inner {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-top .inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-top .inner {
    width: 95%;
  }
}
.section-top .images img {
  display: block;
  width: 100%;
}
.section-top .images .arrow-left {
  position: absolute;
  height: auto;
  top: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-top .images .arrow-left {
    width: 5%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .section-top .images .arrow-left {
    width: 10%;
    left: 0;
    transform: translateY(-50%);
  }
}
.section-top .images .arrow-right {
  position: absolute;
  height: auto;
  top: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-top .images .arrow-right {
    width: 5%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .section-top .images .arrow-right {
    width: 10%;
    right: 0;
    transform: translateY(-50%);
  }
}
.section-selection {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-selection {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .section-selection .inner {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-selection .inner {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .section-selection {
    padding-top: 2%;
  }
}
/* ここから */
#all_Wrap {
  position: relative;
  padding: 50px 0 0;
  background: url(../../img/ec_sale/pc/bg_01.png) repeat-y;
  background-size: 100%;
}
#all_Wrap img {
  width: 100%;
}
.inner1400 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.inner1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.main_ttl {
  display: block;
  width: 98%;
  margin: 0 auto 50px;
}
.more {
  display: block;
  max-width: 427px;
  width: 100%;
  margin: 0 auto;
}
#cat_Wrap {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 120px 0;
  background: url(../../img/ec_sale/pc/bg_02.png) no-repeat center top;
  background-size: 100% 100%;
}
#cat_Wrap h4 {
  margin-bottom: 20px;
}
#cat_Wrap .cat_List {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 6px solid #231815;
}
#cat_Wrap .cat_List li {
  width: calc((100% - 40px) / 3);
  margin: 20px 20px 0 0;
}
#cat_Wrap .cat_List li:nth-child(3n) {
  margin-right: 0;
}
#cat_Wrap .cat_List li:last-child {
  width: 100%;
  margin-right: 0;
}
.sec_ttl {
  margin: 90px auto 60px;
}
.sub_ttl {
  margin: 0 auto 50px;
}
.ancher_Block {
  padding-top: 150px;
  margin-top: -150px;
}
.item_wrap {
  flex-wrap: wrap;
}
.item_Box {
  width: 48%;
  max-width: 575px;
  margin: 0 4% 6% 0;
}
.item_Box:nth-of-type(even) {
  margin-right: 0;
}
.item_Box figure {
  margin: 0 auto 50px;
}
#sec02,
#sec03,
#sec04 {
  margin-top: 100px;
}
#sec04 {
  padding-bottom: 120px;
}
.item_2line01 {
  margin-bottom: 0;
  margin-right: 4% !important;
}
.item_2line02 {
  margin-bottom: 0;
  margin-right: 0;
}
.center_Btn {
  width: 100%;
  margin-bottom: 6%;
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.4);
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100svh;
  transform: translate(-50%, -50%);
}
.modal_Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  background-color: #fff8ee;
  border: 5px solid #d4000f;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.modal_Inner h4 {
  width: auto;
  margin: 0 auto 20px;
}
.modal_Inner .flex li {
  width: 49%;
}
.modal_Inner .flex li:first-child {
  margin-right: 2%;
}
#copy_Txt01,
#copy_Txt02 {
  position: relative;
  cursor: pointer;
  transition: .3s;
}
#copy_Txt01:hover,
#copy_Txt02:hover {
  opacity: .6;
}
#copy_Txt01.copy::before,
#copy_Txt02.copy::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}
#copy_Txt01.copy::after,
#copy_Txt02.copy::after {
  display: block;
  content: 'コピーしました';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  transform: translateY(-50%);
}
.modal_Inner img {
  width: auto;
  height: 100%;
}
.js-modal-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 0;
  background-color: unset;
  border: none;
  cursor: pointer;
}
.js-modal-close img {
  width: 100%;
}
.foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1;
}
.foot .flex {
  justify-content: center;
  align-items: center;
}
.foot .flex li {
  margin: 0 10px;
}
.foot .flex li:nth-child(1),
.foot .flex li:nth-child(2) {
  max-width: 514px;
  width: 40%;
}
.foot .flex li:nth-child(3) {
  width: 60px;
}
@media screen and (min-width: 768px) {}
@media screen and (max-width: 961px) and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*------------------------------------------------------------------------------
スマホ
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* ここから */
  #all_Wrap {
    padding: 0;
    background: url(../../img/ec_sale/sp/bg_01.png) repeat-y;
    background-size: 100%;
  }
  .main_ttl {
    width: 100%;
    margin: 0 auto -5%;
  }
  .inner1400,
  .inner1200 {
    width: 100%;
  }
  .sec_ttl {
    margin: 0;
    padding: 60px 0 30px;
    background: url(../../img/ec_sale/sp/index09/hadagi_ttlbg_sp.png) no-repeat center top 8%;
    background-size: contain;
  }
  .more {
    width: 70%;
  }
  #cat_Wrap {
    padding: 80px 5%;
    background: url(../../img/ec_sale/sp/bg_02.png) no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
  }
  #cat_Wrap .cat_List {
    border-bottom: 4px solid #231815;
  }
  #cat_Wrap .cat_List li {
    width: 49%;
    margin: 20px 2% 0 0;
  }
  #cat_Wrap .cat_List li:nth-child(3n) {
    margin-right: 2%;
  }
  #cat_Wrap .cat_List li:nth-child(even) {
    margin-right: 0;
  }
  #cat_Wrap .cat_List li:last-child {
    width: 49%;
    margin-right: 0;
  }
  .ancher_Block {
    padding-top: 150px;
    margin-top: -150px;
  }
  .item_wrap {
    width: 100%;
  }
  .item_Box {
    width: 100%;
    padding: 0 5%;
    margin: 0 0 10%;
    box-sizing: border-box;
  }
  .item_Box figure {
    margin: 0 auto 20px;
  }
  .sub_ttl {
    width: 90%;
    margin: 0 auto 20px;
  }
  #sec02,
  #sec03,
  #sec04 {
    margin-top: 0;
  }
  #sec04 {
    padding-bottom: 60px;
  }
  .item_2line01 {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .item_2line02 {
    margin-bottom: 0;
    margin-right: 0;
  }
  .center_Btn {
    width: 100%;
    margin-bottom: 10%;
    text-align: center;
  }
  .other {
    width: 90%;
    margin: 0 auto;
  }
  .modal_Inner {
    width: 90vw;
  }
  .modal_Inner h4 {
    width: auto;
    margin: 0 auto 20px;
  }
  .modal_Inner .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal_Inner .flex li {
    width: 100%;
  }
  .modal_Inner .flex li:first-child {
    margin: 0 0 2%;
  }
  .js-modal-close {
    width: 40px;
  }
  .foot {
    padding: 10px;
    box-sizing: border-box;
  }
  .foot .flex {
    justify-content: space-between;
  }
  .foot .flex li {
    margin: 0;
  }
  .foot .flex li:nth-child(1),
  .foot .flex li:nth-child(2) {
    width: 49%;
  }
  .foot .flex .modal__btn {
    width: 100%;
  }
  .foot .flex li:nth-child(3) {
    position: absolute;
    top: -60px;
    left: 10px;
    width: 50px;
  }
}
