@charset "utf-8";

/* =============================================================================
    福袋　ファッション
   ========================================================================== */

section {
  text-align: center;
}


.grid{
	  display: grid;
  grid-template-columns: repeat(3, 1fr); 
}
h2 {
  text-align: center;
  padding-bottom: 60px;
}
#fashion{
	background: #efeec4;
	position: relative;
	padding-bottom: 12em;
}
#fashion .wrap{
    background-image: repeating-linear-gradient(130deg, #f8fbf1, #f8fbf1 10px, #fff 10px, #fff 20px);
	position: relative;
	padding-bottom: 3em;
	max-width: 1610px;
}
.line{
	margin: 85px 0;

}
.tate-line{
	margin: 0 25px;
}
/* コンテンツを背景画像より上に */
.bg > * {
  position: relative;
  z-index: 2;
}
.category-ttl{
padding-top: 4em;
    text-align: left;
    padding-bottom: 0em;
}

	.top-btn .flex_btn li.btn1 a:active{
  transform: scale(1.1);
	}
@media screen and (min-width: 1020px) {
	.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    align-items: center;
    justify-self: center;
	    align-items: center;
}
  .wrap {
    max-width: 1500px;
    padding: 0 10px;
    margin: 0 auto;
  }
	#fashion .wrap {
		padding-top: 4em;
		        padding-bottom: 90px;
		border-radius: 60px;
	}
  #fashion h1.ttl {
	  padding-top: 0;
	  padding-bottom: 0;
  }

  .btn-wrap {
    margin: 0 auto;
    max-width: 580px;
    justify-content: space-between;
    margin-bottom: 42px;
  }
	.top-btn .flex_btn{
        margin: 0 auto;
        padding: 20px 0;
        width: 70%;
	}
	.top-btn .flex_btn li{
		transition: transform .2s ease;
	}
    .top-btn .flex_btn li:last-child {
        padding: 0;
		padding-left: 30px;
    }
	.top-btn .flex_btn li:first-child {
        padding-right: 30px;
    }
	.top-btn .flex_btn li:hover img{
		transform: scale(1.2);
		 transition: transform .2s ease;
	}
	#js-fixed-header .flex_btn li:hover img{
		transform: scale(1.2);
		 transition: transform .2s ease;
	}
	.top-btn .flex_btn li.btn2 img,.top-btn .flex_btn li.btn3 img{
		    filter: grayscale(100%);
	}
	.top-btn .flex_btn li:hover img{
        filter: grayscale(0%);
        transition: 0.3s ease-in-out;
    }
	#js-fixed-header nav ul li.btn2 img,#js-fixed-header nav ul li.btn3 img{
	filter: grayscale(100%);
}
#js-fixed-header nav ul li.btn2:hover img,#js-fixed-header nav ul li.btn3:hover img{
	filter: grayscale(0%);
        transition: 0.3s ease-in-out;
}

.flex-last .item{
  flex: auto;
}

    .item {
        /*margin: 55px 0px;*/
		flex: 1 1 calc(33.333% - 20px);
    }
	.flex-evenry{
		
	}
	.flex-center{
		justify-self: center;
        justify-content: center;
	}
	.flex-center .item{
		margin: 40px 20px;
        flex: none;
	}
	.flex-double .item:first-child{
		flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
	}
		.flex-double .item:last-child{
		  flex-grow: 2;
		  flex-shrink: 1;
		  flex-basis: 0;
	}
		.flex-double-reverse .item:first-child{
		flex-grow: 2;
        flex-shrink: 1;
        flex-basis: 0;
	}
		.flex-double-reverse .item:last-child{
		  flex-grow: 1;
		  flex-shrink: 1;
		  flex-basis: 0;
	}
	.item-happybag-reservation03{
		margin-top: 0;
	}
	 .flex-double{
		margin-top: 3em;
		width: 1455px;
	}
	.flex-bottom .item {
		margin-top: 0;
	}
	.flex-column{
		flex-flow: column;
	}
.title::before{
    content: "";
    /* 縦線の色・形 */
    width: 3px;
    height: 36px;
    border-radius: 2px;
    background-color: #dddddd;
    /* 配置場所 */
    position: absolute;
    right: -64px; /* ポイント３ */
}
  #btnWrap {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1460px) and (max-width: 1750px) {
	#fashion .wrap {
        padding-top: 4em;
        max-width: 1400px;
        padding: 90px 40px;
        border-radius: 60px;
    }
	
}
@media screen and (min-width: 1020px) and (max-width: 1460px) {
	#fashion .wrap {
        padding-top: 4em;
        max-width: 1260px;
        padding: 90px 40px;
    }
	
}
@media screen and (max-width: 1019px) {
	#fashion {
    position: relative;
    padding-bottom: 10px;
}
#fashion .wrap {
    background-image: repeating-linear-gradient(130deg, #f8fbf1, #f8fbf1 10px, #fff 10px, #fff 20px);
    position: relative;
    padding-bottom: 0em;
        max-width: 90%;
        margin: 0px auto;
        padding: 0 20px;
        padding-top: 3em;
	border-radius: 30px;
}
  h1 {
    margin: 0 auto;
  }
	.sp-ttls{
    background: url(../images/fashion/bg-top-menuSP.jpg)
                no-repeat center top / 100% 100%;		aspect-ratio: 960 / 404;
		width: 100%;

	}

	#fashion h1 {
        padding-top: 30px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

  .item {
margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
        margin-top: 30px;
  }
	.yoko-line {
    margin: 0 10px;
}
  .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 57px;
  }

  .btn-wrap li {
    width: 31%;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 1019px) {
}

/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {

}