@charset "UTF-8";
/* =============================================
共通
============================================= */
#outletsale_202609 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  #outletsale_202609 {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  #outletsale_202609 .wrap {
    margin: 20px auto 60px;
  }
}
#outletsale_202609 .inlineBlock {
  display: inline-block;
}
#outletsale_202609 .tbOn{
  display: none;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #outletsale_202609 .tbOn{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #outletsale_202609 .tbOn{
    display: none;
  }
}
/* =============================================
MV
============================================= */
@media only screen and (max-width: 767px) {
  #outletsale_202609 .mvWrap {
    margin-bottom: 0;
  }
}

/* =============================================
テキスト
============================================= */
#outletsale_202609 .leadWrap {
  margin: 25px auto;
}
@media only screen and (max-width: 767px) {
  #outletsale_202609 .leadWrap {
    margin-top: 0;
  }
}
#outletsale_202609 .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_202609 .leadWrap p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}
#outletsale_202609 .leadWrap .markerLine {
  background: linear-gradient(transparent 70%, #ffd1d1 70%);
}
#outletsale_202609 .leadWrap .stxt {
  font-size: 14px;
  margin-top: 8px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #outletsale_202609 .leadWrap .stxt {
    font-size: 12px;
    margin-top: 1.6vw;
  }
}


/* =============================================
説明文
============================================= */

#outletsale_202609 .wrapWrapping--title{
	width: 100%;
	display: flex;
	background-color: #e77927;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #FFF;
	padding: 20px 0;
	letter-spacing: 0.08em;
}

#outletsale_202609 .wrapWrapping--title--small{
	font-size: clamp(14px, 1.2vw, 24px); 
	font-weight: bold;
}

#outletsale_202609 .wrapWrapping--title--main{
	font-size: clamp(20px, 2.0vw, 30px); 
	font-weight: bold;
}

#outletsale_202609 .wrapWrapping--title--detail{
	font-size:14px;
	font-weight: normal;
	line-height: 1.6em;
	margin-top: 5px;
}

#outletsale_202609 .wrapWrapping--3theme {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

#outletsale_202609 .wrapWrapping--3theme .theme--box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	text-align: center;
}

#outletsale_202609 .wrapWrapping--3theme .theme--box:not(:last-child) {
	border-right: 1px solid #efd5be;
}

#outletsale_202609 .wrapWrapping--3theme .theme--box dt{
	font-size: 16px;
	font-weight: bold;
	color: #af7143;
}

#outletsale_202609 .wrapWrapping--3theme .theme--box dd{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_202609 .wrapWrapping--3theme .theme--box dd{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}
}

#outletsale_202609 .wrapWrapping--accordion:last-child{
	border-bottom: 1px solid #efd5be;
}

#outletsale_202609 .wrapWrapping--accordion--title{
	font-size: 18px;
	font-weight: bold;
	padding: 16px;
	background-color: #fff8f3;
	cursor: pointer;
	position: relative;
	border-top: 1px solid #efd5be;
	text-align: left;
}


#outletsale_202609 .wrapWrapping--accordion--title::before{
	display: block;
	content: "";
	position: absolute;
	top: -3px; 
	bottom: 0; 
	right:20px;
	margin:auto;
	width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
	transform: translateY(0) rotate(45deg);
	transition: transform 0.3s ease;
}


#outletsale_202609 .wrapWrapping--accordion--title.active {
	background-color: #fff8f3;
}

#outletsale_202609 .wrapWrapping--accordion--title.active::before{
	transform: translateY(3px) rotate(225deg);
	-webkit-transform: translateY(3px) rotate(225deg);
}

#outletsale_202609 .wrapWrapping--accordion--content--inner{
	background-color: #efefef;
	border-top: 1px solid #efd5be;
	padding: 24px 24px;
}

#outletsale_202609 .wrapWrapping--accordion--content{
	max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


#outletsale_202609 .wrapWrapping--accordion--content--inner.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#outletsale_202609 .wrapWrapping--accordion--content--inner.flex .wrapWrapping--accordion--list{
	width: calc(100% - 200px - 2em);
}

#outletsale_202609 .wrapWrapping--accordion--content--image{
	width: 200px;
	text-align: center;
}


#outletsale_202609 .wrapWrapping--accordion--content--image--caption{
	font-size: 14px;
	display: block;
	margin-top: 8px;
}


@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_202609 .wrapWrapping--accordion--content--inner.flex .wrapWrapping--accordion--list{
	width: calc(100% - 150px - 2em);
}

#outletsale_202609 .wrapWrapping--accordion--content--image{
	width: 150px;
}

#outletsale_202609 .wrapWrapping--accordion--content--image--caption{
	font-size: 12px;
}
}

#outletsale_202609 .wrapWrapping--accordion--list{
	font-size: 16px;
	margin-left: 1em;
	text-align: left;
}

#outletsale_202609 .wrapWrapping--accordion--list li{
	position: relative;
}

#outletsale_202609 .wrapWrapping--accordion--list li::before{
	position: absolute;
	content: "・";
	left: -1em;
	top: 0;
}

#outletsale_202609 .wrapWrapping--accordion--list li.bold{
	font-weight: bold;
}

#outletsale_202609 .wrapWrapping--accordion--list li.note{
	font-size: 14px;
	color: #3b3b3b;
}

#outletsale_202609 .wrapWrapping--accordion--list li.note::before{
	position: absolute;
	content: "※";
	left: -1em;
	top: 0;
}

@media only screen and (max-width: 767px) {
	#outletsale_202609 .wrapWrapping--title--detail{
		margin-top: 10px;
		font-size: 12px;
	}
	#outletsale_202609 .wrapWrapping--3theme{
		grid-template-columns: repeat(1, 1fr);
	}
	#outletsale_202609 .wrapWrapping--3theme .theme--box{
		padding: 10px;
	}
	#outletsale_202609 .wrapWrapping--3theme .theme--box:not(:last-child) {
	border-right: none;
	border-bottom: 1px solid #efd5be;
}
#outletsale_202609 .wrapWrapping--3theme .theme--box dt{
	font-size: 16px;
}

#outletsale_202609 .wrapWrapping--3theme .theme--box dd{
	font-size: 16px;
}
#outletsale_202609 .wrapWrapping--accordion--title{
	font-size: 16px;
}

#outletsale_202609 .wrapWrapping--accordion--title::before{
	top: -3px; 
}

#outletsale_202609 .wrapWrapping--accordion--title.active::before{
	transform: translateY(3px) rotate(225deg);
	-webkit-transform: translateY(3px) rotate(225deg);
}


#outletsale_202609 .wrapWrapping--accordion--content--inner{
	padding: 16px 16px;
}

#outletsale_202609 .wrapWrapping--accordion--list{
	font-size: 14px;
}
#outletsale_202609 .wrapWrapping--accordion--list li.note{
		font-size: 12px;
}

#outletsale_202609 .wrapWrapping--accordion--content--inner.flex .wrapWrapping--accordion--list{
	width: 100%;
}
#outletsale_202609 .wrapWrapping--accordion--content--image{
	width: 100%;
	max-width: none;
	margin: 20px auto 0;
}
}


/* =============================================
タイトル
============================================= */
#outletsale_202609 .wrapTtl {
	margin: 0 auto 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  #outletsale_202609 .WrapTtl {
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
  }
}
#outletsale_202609 .wrapTtl span {
	font-size: 25px;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: bold;
	color: #261B19;
}
@media only screen and (max-width: 767px) {
  #outletsale_202609 .wrapTtl span {
    font-size: 23px;
  }
}
#outletsale_202609 .wrapTtl span::before {
	content: "";
	background-color: #fb3b30;
	bottom: -15px;
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 30px;
}
@media only screen and (max-width: 767px) {
  #outletsale_202609 .wrapTtl span::before {
    transform: translateY(8%);
  }
}

/* =============================================
カテゴリー
============================================= */
#outletsale_202609 .wrapCategory {
  margin-top: 50px;
}


#outletsale_202609 .wrapCategory .categoryWrap ul {
  width: calc(100% - 35px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#outletsale_202609 .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_202609 .wrapCategory .categoryWrap ul li {
    margin-bottom: 15px;
    width: calc((100% - (15px * 1)) / 2);
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #outletsale_202609 .wrapCategory .categoryWrap ul li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
#outletsale_202609 .wrapCategory .categoryWrap ul li a {
  border: solid 3px #fb3b30;
  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_202609 .wrapCategory .categoryWrap ul li a {
    font-size: 14px;
  }
}
#outletsale_202609 .wrapCategory .categoryWrap ul li a::before {
  content: "";
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
		display: block;
		top: 0; 
		bottom: 0; 
		right:20px;
		margin:auto;
		width: 10px;
  	height: 10px;
  	border-right: 1px solid #fb3b30;
  	border-bottom: 1px solid #fb3b30;
		transform: translateY(0) rotate(-45deg);
}

#outletsale_202609 .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_202609 .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_202609 .wrapCategory .categoryWrap ul li a p {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 850px) {
  #outletsale_202609 .wrapCategory .categoryWrap ul li a p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 700px) {
  #outletsale_202609 .wrapCategory .categoryWrap ul li a p {
    font-size: 18px;
  }
}
#outletsale_202609 .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_202609 .wrapCategory .categoryWrap ul li a span {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #outletsale_202609 .wrapCategory .categoryWrap ul li a span {
    right: 3%;
    left: inherit;
  }
}
#outletsale_202609 .wrapCategory .categoryWrap ul li a span img {
  width: 92%;
}
#outletsale_202609 .wrapCategory .categoryWrap ul li:not(:nth-child(2n)) {
  margin-right: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  #outletsale_202609 .wrapCategory .categoryWrap ul li:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}




@media only screen and (max-width: 767px) {
  #outletsale_202609 .wrapCategory .categoryWrap ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  #outletsale_202609 .wrapCategory .categoryWrap ul li a p {
    padding-top: 5px;
  }

  #outletsale_202609 .wrapCategory .categoryWrap ul li a::before {
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
  }
}

#outletsale_202609 .wrapCategory .categoryWrap ul li .linkAll {
    background-color: #fb3b30;
}

#outletsale_202609 .wrapCategory .categoryWrap ul li .linkAll p {
    color: #fff;
}
#outletsale_202609 .wrapCategory .categoryWrap ul li .linkAll::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
		display: block;
		top: 0; 
		bottom: 0; 
		right:20px;
		margin:auto;
		width: 10px;
  	height: 10px;
  	border-right: 1px solid #fff;
  	border-bottom: 1px solid #fff;
		transform: translateY(0) rotate(-45deg);
}

/* =============================================
すべての商品を見る
============================================= */
#outletsale_202609 .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_202609 .categoryWrap ul li.productLink {
    text-align: left;
    height: 100%;
  }
}
#outletsale_202609 .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_202609 .categoryWrap ul li.productLink a {
    font-size: 14px;
  }
}
#outletsale_202609 .categoryWrap ul li.productLink a::before {
  display: none;
}
#outletsale_202609 .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_202609 .categoryWrap ul li.productLink a::after {
    top: 45%;
  }
}

#outletsale_202609 .viewAllItem {
  margin: 45px auto 80px;
  position: relative;
  z-index: 1;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
#outletsale_202609 .viewAllItem {
    margin: 50px auto 80px;
    width: calc(100% - 12px);
	}
}

#outletsale_202609 .viewAll {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
#outletsale_202609 .viewAll {
    padding: 0 5px;
	}
}


#outletsale_202609 .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_202609 .viewAll a {
	  margin: -1px auto 1px;
	  max-width: none;
	  font-size: 20px;
	  line-height: 23px;
  }
}

/* =============================================
ご注意事項
============================================= */

#outletsale_202609 .sectionAttention {
  background-color: #f6f6f6;
  padding: 45px 47px 50px;
}

@media screen and (max-width: 767px) {
#outletsale_202609 .sectionAttention {
    padding: 20px;
}
}

#outletsale_202609 .textLeft {
  text-align: left;
}

#outletsale_202609 .sectionAttention .title {
  margin-bottom: 28px;
}

#outletsale_202609 .sectionAttention .title .h2 {
  color: #272727;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

#outletsale_202609 .sectionAttention .title span {
  position: relative;
}

#outletsale_202609 .sectionAttention .title span::before {
  background-color: #C10000;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}

#outletsale_202609 .sectionAttention p, #outletsale_202609 .sectionAttention dt, #outletsale_202609 .sectionAttention dd {
  color: #272727;
  font-size: 18px;
  line-height: 1.67;
}

@media screen and (max-width: 767px){
#outletsale_202609 .sectionAttention p, #outletsale_202609 .sectionAttention dt, #outletsale_202609 .sectionAttention dd {
    font-size: 14px;
    line-height: 25px;
}
}

#outletsale_202609 .sectionAttention p {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
#outletsale_202609 .sectionAttention p {
    margin-bottom: 3px;
}
}

#outletsale_202609 .sectionAttention dl {
  padding-left: 17px;
}

#outletsale_202609 .sectionAttention dt {
  font-size: 20px;
  font-weight: bold;
  margin-left: -12px;
}

@media screen and (max-width: 767px) {
#outletsale_202609 .sectionAttention dt {
    font-size: 14px;
    margin-left: -9px;
}
}

#outletsale_202609 .sectionAttention dd:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
#outletsale_202609 .sectionAttention dd:not(:last-child) {
    margin-bottom: 5px;
}
}

#outletsale_202609 .sectionAttention dd li {
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
#outletsale_202609 .sectionAttention dd li {
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 1em;
    position: relative;
}
}

#outletsale_202609 .sectionAttention dd li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}

#outletsale_202609 .sectionAttention dd li .emphasis {
  color: #bb3939;
  font-weight: bold;
}

#outletsale_202609 .sectionAttention .proviso {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
#outletsale_202609 .sectionAttention .proviso {
    font-size: 12px;
    margin-bottom: 5px;
}
}

#outletsale_202609 .sectionAttention dd li li {
  margin-bottom: 1px;
  padding-left: 1em;
  position: relative;
}

#outletsale_202609 .sectionAttention dd li li::before {
  content: "※";
  display: inline;
  left: 0;
  position: absolute;
}