@charset "UTF-8";
/* =============================================
共通
============================================= */
#outletsale_20250922 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  #outletsale_20250922 .wrap {
    margin: 20px auto 60px;
  }
}
#outletsale_20250922 .inlineBlock {
  display: inline-block;
}

/* =============================================
MV
============================================= */
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .mvWrap {
    margin-bottom: 0;
  }
}

/* =============================================
テキスト
============================================= */
#outletsale_20250922 .leadWrap {
  margin: 25px auto;
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .leadWrap {
    margin-top: 0;
  }
}
#outletsale_20250922 .leadWrap p {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: #261B19;
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .leadWrap p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}
#outletsale_20250922 .leadWrap .markerLine {
  background: linear-gradient(transparent 70%, #ffd1d1 70%);
}
#outletsale_20250922 .leadWrap .stxt {
  font-size: 14px;
  margin-top: 8px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .leadWrap .stxt {
    font-size: 12px;
    margin-top: 1.6vw;
  }
}


/* =============================================
説明文
============================================= */
#outletsale_20250922 .wrapWrapping {
	position: relative;
	padding: 30px 50px 20px 40px;
	border: 2px solid #248A5B; /* 枠線の色 */
	background-color: #fff; /* 背景色 */
	width: 100%; /* 幅 */
	height: auto; /* 高さ */
	box-sizing: border-box;
	max-width: 855px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	#outletsale_20250922 .wrapWrapping {
		display: block;
		padding: 20px 15px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	#outletsale_20250922 .wrapWrapping {
		padding: 20px;
	}
}

#outletsale_20250922 .wrapWrapping::before,
#outletsale_20250922 .wrapWrapping::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

#outletsale_20250922 .wrapWrapping::before {
  top: 0;
  left: 0;
  border-width: 20px 20px 0 0; /* 左上の三角形 */
  border-color: #248A5B transparent transparent transparent; /* 色 */
}

#outletsale_20250922 .wrapWrapping::after {
  bottom: 0;
  right: 0;
  border-width: 0 0 20px 20px; /* 左下の三角形 */
  border-color: transparent transparent #248A5B transparent; /* 色 */
}


#outletsale_20250922 .wrapWrapping .lead{
	text-align: left;
	font-size: 17px;
	letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
	#outletsale_20250922 .wrapWrapping .lead{
		font-size: 16px;
	}
}
#outletsale_20250922 .wrapWrapping .leadTtl{
	font-size: 24px;
	color:#248A5B;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
	#outletsale_20250922 .wrapWrapping .leadTtl{
		text-align: center;
		line-height: 1.6;
		font-size: 24px;
	}
}

#outletsale_20250922 .wrapWrapping .leadTtl .small {
    font-size: 18px;
    padding-right: 3px;
    letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	#outletsale_20250922 .wrapWrapping .leadTtl{
    font-size: 22px;
	padding-right: 0;
	letter-spacing: 0.01em;
}
}

#outletsale_20250922 .wrapWrapping .proviso{
    line-height: 1.6;
	margin-top: 10px;
    margin-bottom: 5px;
}
	
#outletsale_20250922 .wrapWrapping ul li{
	font-size: 14px;
	margin-bottom: 1px;
    padding-left: 1em;
    position: relative;
}
@media screen and (max-width: 767px) {
	#outletsale_20250922 .wrapWrapping ul li{
		font-size: 12px;
	}
}

#outletsale_20250922 .wrapWrapping ul li::before {
    content: "※";
    display: inline;
    left: 0;
    position: absolute;
}
@media screen and (max-width: 767px) {
	#outletsale_20250922 .wrapWrapping .imgBox{
		margin-top: 20px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
#outletsale_20250922 .wrapWrapping .imgBox{
    margin-left: 20px;
}
}
	
#outletsale_20250922 .wrapWrapping .imgBox img {
	margin-bottom: 8px;
}
/* =============================================
タイトル
============================================= */
#outletsale_20250922 .wrapTtl {
	margin: 0 auto 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .WrapTtl {
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
  }
}
#outletsale_20250922 .wrapTtl span {
	font-size: 25px;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: bold;
	color: #261B19;
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .wrapTtl span {
    font-size: 23px;
  }
}
#outletsale_20250922 .wrapTtl span::before {
	content: "";
	background-color: #D62F03;
	bottom: -15px;
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 30px;
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .wrapTtl span::before {
    transform: translateY(8%);
  }
}

/* =============================================
カテゴリー
============================================= */
#outletsale_20250922 .wrapCategory {
  margin-top: 50px;
}


#outletsale_20250922 .wrapCategory .categoryWrap ul {
  width: calc(100% - 35px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#outletsale_20250922 .wrapCategory .categoryWrap ul li {
  width: calc((100% - 25px) / 2);
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li {
    margin-bottom: 15px;
    width: calc((100% - (15px * 1)) / 2);
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
#outletsale_20250922 .wrapCategory .categoryWrap ul li a {
  border: solid 3px #D62F03;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  align-items: center;
  height: 75px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a {
    font-size: 14px;
  }
}
#outletsale_20250922 .wrapCategory .categoryWrap ul li a::before {
  content: "";
  position: absolute;
  background: url(icon-arrow-red.svg);
  background-repeat: no-repeat;
  right: 10px;
  transform: translateY(5%);
  width: 12px;
  height: 15px;
  background-size: 8px auto;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a::before {
    right: 5px;
  }
}
#outletsale_20250922 .wrapCategory .categoryWrap ul li a p {
  font-size: 18px;
  font-weight: bold;
  color: #261B19;
  text-align: left;
  padding-left: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    color: #261B19;
    text-align: left;
    padding-left: 11px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1067px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a p {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 850px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 700px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a p {
    font-size: 18px;
  }
}
#outletsale_20250922 .wrapCategory .categoryWrap ul li a span {
  position: absolute;
  left: 45%;
  top: calc(50% - 2.5px);
  transform: translateY(-50%) translateY(2.5px);
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a span {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a span {
    right: 3%;
    left: inherit;
  }
}
#outletsale_20250922 .wrapCategory .categoryWrap ul li a span img {
  width: 92%;
}
#outletsale_20250922 .wrapCategory .categoryWrap ul li:not(:nth-child(2n)) {
  margin-right: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}




@media only screen and (max-width: 767px) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  #outletsale_20250922 .wrapCategory .categoryWrap ul li a p {
    padding-top: 5px;
  }

  #outletsale_20250922 .wrapCategory .categoryWrap ul li a::before {
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
  }
}

#outletsale_20250922 .wrapCategory .categoryWrap ul li .linkAll {
    background-color: #D62F03;
}

#outletsale_20250922 .wrapCategory .categoryWrap ul li .linkAll p {
    color: #fff;
}
#outletsale_20250922 .wrapCategory .categoryWrap ul li .linkAll::before {
    content: "";
    position: absolute;
    background: url(icon-arrow-white.svg);
    background-repeat: no-repeat;
    right: 10px;
    transform: translateY(5%);
    width: 12px;
    height: 15px;
    background-size: 8px auto;
}

/* =============================================
すべての商品を見る
============================================= */
#outletsale_20250922 .categoryWrap ul li.productLink {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #C10000;
}
@media only screen and (max-width: 767px) {
  #outletsale_20250922 .categoryWrap ul li.productLink {
    text-align: left;
    height: 100%;
  }
}
#outletsale_20250922 .categoryWrap ul li.productLink a {
  width: 100%;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_20250922 .categoryWrap ul li.productLink a {
    font-size: 14px;
  }
}
#outletsale_20250922 .categoryWrap ul li.productLink a::before {
  display: none;
}
#outletsale_20250922 .categoryWrap ul li.productLink a::after {
  content: "";
  position: absolute;
  background: url(icon-arrow-white.svg);
  background-repeat: no-repeat;
  right: 10px;
  top: 42%;
  width: 8px;
  height: 15px;
  background-size: 8px auto;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_20250922 .categoryWrap ul li.productLink a::after {
    top: 45%;
  }
}

#outletsale_20250922 .viewAllItem {
  margin: 45px auto 80px;
  position: relative;
  z-index: 1;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
#outletsale_20250922 .viewAllItem {
    margin: 50px auto 80px;
    width: calc(100% - 12px);
	}
}

#outletsale_20250922 .viewAll {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
#outletsale_20250922 .viewAll {
    padding: 0 5px;
	}
}


#outletsale_20250922 .viewAll a {
  align-items: center;
  background-color: #C10000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.28;
  margin: -1px auto 1px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #outletsale_20250922 .viewAll a {
	  margin: -1px auto 1px;
	  max-width: none;
	  font-size: 20px;
	  line-height: 23px;
  }
}

/* =============================================
ご注意事項
============================================= */

#outletsale_20250922 .sectionAttention {
  background-color: #f6f6f6;
  padding: 45px 47px 50px;
}

@media screen and (max-width: 767px) {
#outletsale_20250922 .sectionAttention {
    padding: 20px;
}
}

#outletsale_20250922 .textLeft {
  text-align: left;
}

#outletsale_20250922 .sectionAttention .title {
  margin-bottom: 28px;
}

#outletsale_20250922 .sectionAttention .title .h2 {
  color: #272727;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

#outletsale_20250922 .sectionAttention .title span {
  position: relative;
}

#outletsale_20250922 .sectionAttention .title span::before {
  background-color: #C10000;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}

#outletsale_20250922 .sectionAttention p, #outletsale_20250922 .sectionAttention dt, #outletsale_20250922 .sectionAttention dd {
  color: #272727;
  font-size: 18px;
  line-height: 1.67;
}

@media screen and (max-width: 767px){
#outletsale_20250922 .sectionAttention p, #outletsale_20250922 .sectionAttention dt, #outletsale_20250922 .sectionAttention dd {
    font-size: 14px;
    line-height: 25px;
}
}

#outletsale_20250922 .sectionAttention p {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
#outletsale_20250922 .sectionAttention p {
    margin-bottom: 3px;
}
}

#outletsale_20250922 .sectionAttention dl {
  padding-left: 17px;
}

#outletsale_20250922 .sectionAttention dt {
  font-size: 20px;
  font-weight: bold;
  margin-left: -12px;
}

@media screen and (max-width: 767px) {
#outletsale_20250922 .sectionAttention dt {
    font-size: 14px;
    margin-left: -9px;
}
}

#outletsale_20250922 .sectionAttention dd:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
#outletsale_20250922 .sectionAttention dd:not(:last-child) {
    margin-bottom: 5px;
}
}

#outletsale_20250922 .sectionAttention dd li {
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
#outletsale_20250922 .sectionAttention dd li {
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 1em;
    position: relative;
}
}

#outletsale_20250922 .sectionAttention dd li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}

#outletsale_20250922 .sectionAttention dd li .emphasis {
  color: #bb3939;
  font-weight: bold;
}

#outletsale_20250922 .sectionAttention .proviso {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
#outletsale_20250922 .sectionAttention .proviso {
    font-size: 12px;
    margin-bottom: 5px;
}
}

#outletsale_20250922 .sectionAttention dd li li {
  margin-bottom: 1px;
  padding-left: 1em;
  position: relative;
}

#outletsale_20250922 .sectionAttention dd li li::before {
  content: "※";
  display: inline;
  left: 0;
  position: absolute;
}