@charset "UTF-8";
/* -----------------------------------------------------------------------
## Font ##################################################
----------------------------------------------------------------------- */
.lp-change-of-clothes {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  　color: #333;
  font-size: 0 0.8em;
  font-weight: 400;
}

.lp-change-of-clothes p {
  font-size: 1.1em;
  font-weight: 400;
	text-align: left;
}

.lp-change-of-clothes h3{
	background: none;
    max-width: 700px;
    margin: 40px auto 30px;
	padding: 0;
}

.lp-change-of-clothes .mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.lp-change-of-clothes .center {
  text-align: center;
}

.lp-change-of-clothes .bold {
  font-weight: bold;
}

.lp-change-of-clothes img {
  display: block;
  margin: 0;
  padding: 0;
}

/*グンゼストアcss打消し*/
.st-Breadcrumbs_Item div {
  display: inline-block;
}

.st-Breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 11px auto 15px;
  font-size: 0;
}

.st-Breadcrumbs_Item {
  font-size: 11px;
  display: inline-block;
}

.st-Breadcrumbs_Item:after {
  content: '＞';
  margin: 0 7px;
  color: #555;
}

.st-Breadcrumbs_Item:last-child:after {
  display: none;
}

.st-Breadcrumbs_Link {
  color: #7e7e7e;
  text-decoration: underline;
}

.st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
  text-decoration: none;
}

.pane-contents > .container {
  width: auto;
}

/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.btnarea {
  display: flex;
  justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.btnarea.center {
  justify-content: center;
  align-items: center;
}
.btnarea.block {
  display: block;
}
.btnarea.block .gender-btn {
  width: 100%;
}
.btnarea.block .gender-btn:first-child {
  margin-bottom: 10px;
}
.btnarea .gender-btn {
  width: 49%;
}
.btnarea .gender-btn a {
  border-radius: 5px;
  padding: 12px;
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 1.3em;
}
.btnarea .gender-btn a.l-btn {
  background: #fa5656;
}
.btnarea .gender-btn a.m-btn {
  background: #3b8bf8;
}
.btnarea .gender-btn a::after {
  content: '\EA03';
  font-family: iconfont,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -.5em;
}

/* -----------------------------------------------------------------------
## main ##################################################
----------------------------------------------------------------------- */
.lp-change-of-clothes .mv{
position: relative;
    padding-bottom: 8.5vw;
    background: url(/lp/change-of-clothes/25aw/images/mv_bg.jpg) no-repeat;
    background-position: center;
	height: 41.5vw;
	max-height: 640px;
}
.lp-change-of-clothes .mv h1{
	margin: 0 auto;
    max-width: 1500px;
	padding: 0;
	border: none;
	width: 98%;
	
}
.lp-change-of-clothes .mv .mv_coupon{
	position: absolute;
    bottom: 0.5vw;
    max-width: 550px;
    right: 0;
    left: 1vw;
    margin: auto;
	width: 38vw;
}

/* -----------------------------------------------------------------------
##  lp-coupon ##################################################
----------------------------------------------------------------------- */
.lp-change-of-clothes .lp-coupon::before{
	content:'';
	background: url(/lp/change-of-clothes/25aw/images/star_line-01.png) repeat-x;
    background-size: 1265px;
    display: block;
    height: 70px;
}
.lp-change-of-clothes  .lp-coupon {
  padding: 0;
  margin: 0;
  background: #fff38c;
  position: relative;
}
.lp-change-of-clothes .lp-coupon .coupon-area{
	width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.lp-change-of-clothes .lp-coupon .coupon-area li{
	margin-bottom: 30px;
	width: 490px;
}

.lp-change-of-clothes .lp-coupon  .inner {
  	max-width: 930px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.lp-change-of-clothes .lp-coupon  .inner .btn-coupon {
	text-align: center;
}
.lp-change-of-clothes .lp-coupon  .inner .acbox {
  margin: 30px auto;
    margin-bottom: 0;
  padding: 20px;
  text-align: left;
  background-color: #fff;
}
.lp-change-of-clothes .lp-coupon  .inner .acbox .ttl{
  font-size: 1.4em;
    margin-bottom: 5px;
}
.lp-change-of-clothes .lp-coupon::after{
	content:'';
	background: url(/lp/change-of-clothes/25aw/images/star_line-02.png) repeat-x;
    background-size: 1265px;
    display: block;
    height: 70px;
}
/* -----------------------------------------------------------------------
##  navarea ##################################################
----------------------------------------------------------------------- */
.lp-change-of-clothes .navarea {
  background-color: #fffbd6;
}
.lp-change-of-clothes .navarea .inner{
  padding: 40px 0;
  max-width: 1000px;
  margin: 0 auto;
	width: 90%;
	text-align: center;
}
.lp-change-of-clothes .navarea .inner h3 {
  width: 95%;
  margin: 20px auto 15px;
  padding: 0;
}
.lp-change-of-clothes .navarea .inner .nav {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px 0;
}
.lp-change-of-clothes .navarea .inner .nav li {
 	 width: 29.5%;
}
.lp-change-of-clothes .navarea .inner .nav li:first-child{
	width: 38%;
}
/* -----------------------------------------------------------------------
## 特別企画 ##################################################
----------------------------------------------------------------------- */
.lp-change-of-clothes .lp-special::before{
	content:'';
	background: url(/lp/change-of-clothes/25aw/images/star_line-03.png) repeat-x;
    background-size: 1265px;
    display: block;
    height: 70px;
}
.lp-special {
  background: #ffc5b7;
}
.lp-change-of-clothes .lp-special .inner h3{
	padding: 0;
}
.lp-change-of-clothes .lp-special .inner .campaing_bg {
	width: 90%;
    margin: 100px auto;
    padding: 60px 10px 30px;
	position: relative;
	border-radius: 0 20px 20px 20px;
	max-width: 1160px;
}
.lp-change-of-clothes .lp-special .inner .cp-01{
	background: #fffae2;
}
.lp-change-of-clothes .lp-special .inner .cp-01 ul{
	display: flex;
    justify-content: space-around;
	align-items: center;
}
.lp-change-of-clothes .lp-special .inner .cp-02{
	background: #fff;
	margin: 50px auto;
	padding: 60px 30px 30px;
}
.lp-change-of-clothes .lp-special .inner .campaing_day{
	position: absolute;
    width: 50%;
    left: 0;
    top: -65px;
}
.lp-change-of-clothes .lp-special .matome_txt{
	margin: 20px 0;
}
.lp-change-of-clothes .lp-special .inner .cp-02 ul{
	display: flex;	
	justify-content: space-between;
}
.lp-change-of-clothes .lp-special .inner .cp-02 ul li{
    margin-bottom: 10px;
}
.lp-change-of-clothes .lp-special .inner .cp-02 .btnarea{
    width: 85%;
    margin: 0 auto;
}
.lp-change-of-clothes .lp-special .inner .cp-02 .btnarea .gender-btn{
	width: 100%;
	margin-top: 10px;
}
.lp-change-of-clothes .lp-special::after{
	content:'';
	background: url(/lp/change-of-clothes/25aw/images/star_line-04.png) repeat-x;
    background-size: 1265px;
    display: block;
    height: 70px;
}
/* -----------------------------------------------------------------------
## 今欲しいアイテム ##################################################
----------------------------------------------------------------------- */
.lp-change-of-clothes .lp-item {
	background: #ffde90;
    padding: 50px 0 40px;
}
.lp-change-of-clothes .lp-item h3{
	margin: 15px auto 50px;
}
.lp-change-of-clothes .lp-item .item-area{
	background: #fff;
    width: 90%;
    margin: 30px auto 80px;
    border-radius: 20px;
    padding: 150px 20px 30px;
    position: relative;
	max-width: 1160px;
	text-align: center;
}
.lp-change-of-clothes .lp-item .item-area:last-child{
    margin: 30px auto 40px;
}
.lp-change-of-clothes .lp-item .item-bpx_cat{
	position: absolute;
    top: -20px;
    right: 0;
    left: 0;
	width: 44%;
    margin: 0 auto;
	max-width: 505px;
}
.lp-change-of-clothes .lp-item .item-box{
	display: flex;
    justify-content: space-between;
	margin-bottom: 15px;
}
.lp-change-of-clothes .lp-item .item-box li{
	width: 49%;
}
.lp-change-of-clothes .lp-item .item-box .gender-btn{
	width: 80%;
    margin: 0 auto;
}
/* -----------------------------------------------------------------------
## お得アイテム ##################################################
----------------------------------------------------------------------- */
.lp-change-of-clothes .lp-otoku::before{
	content:'';
	background: url(/lp/change-of-clothes/25aw/images/star_line-05.png) repeat-x;
    background-size: 1265px;
    display: block;
    height: 70px;
}
.lp-change-of-clothes .lp-otoku{
	background: #e7f9e6;
}
.lp-otoku .inner .event-area h3 {
  margin: 0 auto 40px;
  padding: 0;
}
.lp-otoku .inner .event-area.sale {
  padding: 40px 0 30px;
}
.lp-otoku .inner .event-area .banner-area {
	width: 90%;
    margin: 0 auto;
	max-width: 1000px;
}
.lp-otoku .inner .event-area .banner-area .banner-box .gender-btn{
	width: 95%;
}

.lp-otoku .inner .event-area .banner-area .banner-box .btnarea {
  margin-top: 15px;
}
.lp-otoku .inner .event-area .banner-area .flexarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lp-otoku .inner .event-area .banner-area .flexarea .banner-box {
  width: 48%;
}
.lp-otoku .inner .event-area .banner-area .flexarea .banner-box .btnarea {
  margin-top: 15px;
}
.lp-otoku .inner .event-area .banner-area .flexarea .banner-box .btnarea .gender-btn .m-btn{
    background: #3b8bf8;
}
.lp-otoku .inner .event-area .banner-area .flexarea .banner-box .btnarea .gender-btn .l-btn{
    background: #fa5656;
}
.lp-otoku .inner .event-area .banner-area .banner-box .btnarea .gender-btn .m-btn{
    background: #3b8bf8;
}
.lp-otoku .inner .event-area .banner-area .banner-box .btnarea .gender-btn .l-btn{
    background: #fa5656;
}
.lp-change-of-clothes .lp-otoku::after{
	content:'';
	background: url(/lp/change-of-clothes/25aw/images/star_line-06.png) repeat-x;
    background-size: 1265px;
    display: block;
    height: 70px;
}
/* -----------------------------------------------------------------------
## カテゴリ ##################################################
----------------------------------------------------------------------- */
.lp-category {
  background: #f6f6f6;
	padding-bottom: 50px;
}
.lp-category .inner {
	width: 95%;
    max-width: 1180px;
    margin: 0 auto;
}
.lp-category .inner h3 {
    margin: 0 auto;
    padding: 40px 0;
    width: 50%;
    max-width: 402px;
}
.lp-category .inner .category-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.lp-category .inner .category-wrap .category-area {
  width: 49%;
}
.lp-category .inner .category-wrap .category-area ul li a p {
  text-align: center;
  font-weight: bold;
  min-height: 3.0em;
  font-size: 1em;
  line-height: 1.2;
  margin-top: 5px;
}
.lp-category .inner .category-wrap .category-area ul li a p.mens {
  color: #3b8bf8;
}
.lp-category .inner .category-wrap .category-area ul li a p.ladies {
  color: #fa5656;
}
.lp-category .inner .category-wrap .category-area .mens-ttl {
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  background: #3b8bf8;
  margin: 0 0 20px;
  padding: 5px 0;
  text-align: center;
}
.lp-category .inner .category-wrap .category-area .ladies-ttl {
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  background: #fa5656;
  margin: 0 0 20px;
  padding: 5px 0;
  text-align: center;
}
.lp-category .inner .category-wrap .category-area ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.lp-category .inner .category-wrap .category-area ul li {
  width: 15.5%;
}
.lp-category .inner .category-wrap .category-area ul li.salebtn {
  width: 48%;
}
.lp-category .inner .category-wrap .category-area .m-btn {
  margin-top: 20px;
}
.lp-category .inner .category-wrap .category-area .m-btn a {
  border-radius: 5px;
  padding: 15px;
  position: relative;
  width: 70%;
  display: block;
  background: #3b8bf8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 1.3em;
  margin: 0 auto;
}
.lp-category .inner .category-wrap .category-area .m-btn a::after {
  content: '\EA03';
  font-family: iconfont,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -.5em;
}
.lp-category .inner .category-wrap .category-area .l-btn {
  margin-top: 20px;
}
.lp-category .inner .category-wrap .category-area .l-btn a {
  border-radius: 5px;
  padding: 20px;
  position: relative;
  width: 70%;
  display: block;
  background: #fa5656;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2em;
  margin: 0 auto;
}
.lp-category .inner .category-wrap .category-area .l-btn a::after {
  content: '\EA03';
  font-family: iconfont,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -.5em;
}


/* -----------------------------------------------------------------------
##クーポンのご利用方法 ##################################################
----------------------------------------------------------------------- */
.lp-howto {
  background: #fff;
	padding-bottom: 50px;
}
.lp-howto .inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.lp-howto .inner .howto-area h3 {
  font-size: 2em;
  font-weight: bold;
  margin: 40px auto 20px;
  color: #393939;
}
.lp-howto .inner .howto-area span{
	font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.lp-howto .inner .howto-area p{
	margin-bottom: 10px;
}
.lp-howto .inner .howto-area .img-area {
  margin: 10px auto;
}
.lp-howto .inner .howto-area a {
  display: block;
  margin: 30px auto 0;
}
.lp-howto .inner .howto-area a .howto_btn {
  background: #444444;
  border-radius: 5px;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  margin: 20px auto 0;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  font-weight: bold;
  width: 500px;
}
.lp-howto .inner .howto-area a .howto_btn::after {
  content: '\EA03';
  font-family: iconfont,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.5em;
}

/* -----------------------------------------------------------------------
## 追従バナー ##################################################
----------------------------------------------------------------------- */
/*floatingボタン--------タイムセール用に修正-------*/
.floating_coupon {
    position: fixed;
    z-index: 99999;
    max-width: 58px;
    top: 20%;
    right: 0;
}
.floating_category {
    position: fixed;
    z-index: 99999;
    max-width: 58px;
    top: calc(20% + 250px);
    right: 0;
}