@charset "utf-8";
@import url(./common.css);
/* CSS Document */

html { scroll-behavior: smooth;}

body {
	margin: 0;
    padding: 0;
}
p {
	margin: 0;
    padding: 0;
}

#musthavedenim_23aw img{
	width: 100%;
}

#musthavedenim_23aw #container{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 20%;
}
#musthavedenim_23aw{
	font-size: 16px;
	font-family: 'Zen Kaku Gothic New', 'Hind', "Hiragino Kaku Gothic Pro", "メイリオ",sans-serif;
	margin: 0 auto;
}

.pc_none{
	display: none!important;
}

.sp_none{
	display: block!important;
}

#musthavedenim_23aw #fv_cont{
	background-color: #dce6ef;
    padding: 6% 6% 10%;
    margin: 0 auto;
    text-align: center;
    position: relative;   
}

#musthavedenim_23aw #fv_cont div{
	max-width: 1000px;
    margin: 0 auto;
}

#musthavedenim_23aw #fv_cont p{
	text-align: center;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}

#musthavedenim_23aw .cont_nav01{
    position:  absolute;
    left: 10%;
    bottom: -27%;
}

#musthavedenim_23aw .cont_nav02{
    position:  absolute;
    left: 37%;
    bottom: -27%;
}

#musthavedenim_23aw .cont_nav03{
    position:  absolute;
    left: 65%;
    bottom: -27%;
}

#musthavedenim_23aw section{
	margin: 0 0 14%;
}

#musthavedenim_23aw #nav01 .ttl {
    margin: 45% auto 0;
}

#musthavedenim_23aw .ttl {
    font-size: 2.5rem;
    border-bottom: 0.15rem solid;
    text-align: center;
    width: 35rem;
    margin: 25% auto 0;
    font-weight: 600;
    line-height: 6rem;
}

#musthavedenim_23aw .ttl_copy {
    margin: 5% 0 0;
}

#musthavedenim_23aw .cont01_ex_wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0 0;
}

#musthavedenim_23aw .cont01_ex_wrapper .cont01_img{
    width: 42%;
}

#musthavedenim_23aw .cont01_ex_wrapper .cont01_txt{
    width: 53%;
    background-color: #f3f3f3;
    padding: 2% 3%;
}

#musthavedenim_23aw .cont01_ex_wrapper .cont01_txt .item_name{
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 7%;
}


#musthavedenim_23aw .cont01_ex_wrapper .cont01_txt p {
    margin: 4% 0 0;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.85rem;
}

#musthavedenim_23aw .cont01_ex_wrapper .cont01_txt .item_btn a {
	display: block;
    background-color: transparent;
    color: #24344d;
    border: 1px solid #24344d;
    margin: 0 0 4% auto;
    padding: 2% 0;
    text-align: center;
    transition: .2s;
    font-size: 1.2rem;
    width: 45%;
    text-decoration-line: none;
}

#musthavedenim_23aw .cont01_ex_wrapper .cont01_txt .item_btn a:hover{
    background-color: #24344d;
	color: #fff;
	border: solid 1px rgba(0, 0, 0, 0);
}

#musthavedenim_23aw .item_point {
    margin: 6% 0 0;
    width: 986px;
}

#musthavedenim_23aw .ttl_code_copy {
    margin: 12% 0 0;
}

#musthavedenim_23aw .code_img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style:none;
    margin: 4% 10% 0;
    padding: 0;
}

#musthavedenim_23aw #nav03 .code_img {
    justify-content: center!important;
}

#musthavedenim_23aw .code_img li{
    width: 48.5%;
}

#musthavedenim_23aw .code_img .code_style_img{
    margin: 0 0 10% 0;
}

#musthavedenim_23aw .code_img p.marker{
    display: inline;
    background-color: #e0e7ef;
    color: #24344d;
    font-weight: 600;
    margin: 5% 0 0 0;
    font-size: 1.05rem;
}


#musthavedenim_23aw .code_item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 8% 0 0 0;
    font-size: 1.2rem;
    font-weight: 500;
}
#musthavedenim_23aw .code_item .item_btn{
    margin: 0 5% 0 auto;
}

#musthavedenim_23aw .code_item .item_btn a{
    display: inline-block;
    text-decoration-line: none;
    font-size: 1.2rem;
    color: #24344d;
    width: 5rem;
    height: 5rem;
    line-height: 1.5rem;
    text-align: center;
    overflow: hidden;
    font-weight: 500;
    transition: .2s;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #24344d;
    border: 1px solid #24344d;
}

#musthavedenim_23aw .code_item .item_btn a:hover {
    background-color: #24344d;
    color: #fff;
    border: 1px solid #24344d;
}

#musthavedenim_23aw .ttl_other{
    text-align: center;
    font-size: 1.5rem;
    margin: 11% 0 0;
    line-height: 2.3rem;
    font-weight: 500;
}

#musthavedenim_23aw .other_img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style:none;
    margin: 6% 0 0;
    padding: 0;
}

#musthavedenim_23aw .other_img li{
    width: 30%;
}

#musthavedenim_23aw .other_img .other_item{
    margin: 5% 0 0;
    font-size: 1.15rem;
}

/*moreボタン*/
#musthavedenim_23aw .all__btn a {
    display: block;
    margin: 5% auto 0;
    padding: 1% 0;
    text-align: center;
    transition: .2s;
    border: 1px solid #24344d;
    background-color: transparent;
    color: #24344d;
    font-size: 1.4rem;
    width: 40%;
    text-decoration-line: none;
    line-height: 2rem;
    font-weight: 500;
}

#musthavedenim_23aw .all__btn a:hover {
	background-color: #24344d;
    color: #fff;
    opacity: 0.6;
}

/*moreボタン*/
#musthavedenim_23aw .more__btn a {
    display: block;
    background-color: #24344d;
    color: #fff;
    margin: 0 auto;
    padding: 1.5% 0;
    text-align: center;
    transition: .2s;
    border: solid 1px rgba(0, 0, 0, 0);
    font-size: 1.4rem;
    width: 40%;
    text-decoration-line: none;
}
#musthavedenim_23aw .more__btn a:hover {
	opacity: 0.5;
}

#musthavedenim_23aw .other_style_img:hover{
    opacity: 0.6;
}


/*==================================================
fadeInのためのcss
===================================*/

h1 div, h1 p{
    opacity: 0;
}

/* fadeInをするアイコンの動き */
/*フェードイン*/
.fade{
  opacity : 0;
  transition: opacity 3s;
}
 
.fade.view{
  opacity: 1;
}

.fadeIn {
	animation-name:fadeInAnime;
	animation-duration:1.5s;
	opacity:0;
	animation-fill-mode:forwards;
	animation-iteration-count:1;
	animation-timing-function:ease;
	animation-delay: 0.5s;
	animation-direction:normal;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
   	opacity: 1;
  }
}

/*フェイドイン順番*/
.fadein-list {
  opacity : 0;
  transition : all 3s;
}
  
.fadein-list.active{
  opacity : 1;
}


@media screen and (max-width: 700px){
	
	.pc_none{
		display: block!important;
	}
    
    .sp_none{
		display: none!important;
	}
	
    #musthavedenim_23aw #container {
    padding: 0 5%;
}
    
    #musthavedenim_23aw #fv_cont {
    padding: 10% 5% 14%;
}
    
    #musthavedenim_23aw #fv_cont p {
    font-size: 0.8rem;
    margin: 5% 0 0;
    font-weight: 600;
}
    #musthavedenim_23aw .cont_nav01 {
    margin: 0!important;
    left: 7%;
    bottom: -23%;
    width: 29%;
}
    #musthavedenim_23aw .cont_nav02 {
    margin: 0!important;
    left: 35%;
    bottom: -23%;
    width: 29%;
}
    #musthavedenim_23aw .cont_nav03 {
    margin: 0!important;
    left: 65%;
    bottom: -23%;
    width: 29%;
}
    #musthavedenim_23aw .ttl {
    width: 100%;
    font-size: 1.8rem;
    line-height: 4rem;
}
    #musthavedenim_23aw .ttl_copy {
    margin: 8% 0 0;
}
    #musthavedenim_23aw .cont01_ex_wrapper {
    margin: 8% 0 0;
}
    #musthavedenim_23aw .cont01_ex_wrapper .cont01_img {
    width: 70%;
    margin: 0 auto;
}
    #musthavedenim_23aw .cont01_ex_wrapper .cont01_txt {
    width: 100%;
    background-color: #ffffff;
    margin: 10% 4%;
    padding: 0;
}
        
    #musthavedenim_23aw .cont01_ex_wrapper .cont01_txt .item_name {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8rem;
}
    #musthavedenim_23aw .cont01_ex_wrapper .cont01_txt .item_btn a {
    margin: 0 auto 4%;
}
    
    #musthavedenim_23aw .cont01_ex_wrapper .cont01_txt p{
        margin: 8% 0 0;
        font-size: 1rem;
        letter-spacing: 0.05rem;
        text-align: left;
    }
    #musthavedenim_23aw .code_img li {
    text-align: left;
    width: 100%;
    margin: 25% 0 0;
    text-align: justify;
}
    #musthavedenim_23aw .code_img li:first-child {
    margin: 0;
}
    
	#musthavedenim_23aw .more__btn a {
    margin: 4% auto 0;
    font-size: 1rem;
    width: 80%;
	padding: 3% 0;
}
    
    #musthavedenim_23aw .ttl_code_copy {
    margin: 20% 0 0;
}
    
    #musthavedenim_23aw .code_img {
    margin: 12% 8% 0;
}
    
    #musthavedenim_23aw .code_img p.marker {
    font-size: 0.8rem;
    text-align: left;
}
    #musthavedenim_23aw .code_item {
    font-size: 0.95rem;
    text-align: left;
}
    #musthavedenim_23aw .code_item .item_btn a {
    font-size: 0.9rem;
    width: 3.8rem;
    height: 3.8rem;
    line-height: 1.1rem;
}
    #musthavedenim_23aw .code_item .item_btn {
    margin: 0 0 0 auto;
}
    
    #musthavedenim_23aw .ttl_other {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin: 22% 0 0;
}
    
    #musthavedenim_23aw .other_img li {
    width: 47%;
}
    #musthavedenim_23aw .other_img .other_item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
}
    
    #musthavedenim_23aw .all__btn a {
    margin: 13% auto 0;
    padding: 2% 0;
    font-size: 1rem;
    width: 80%;
    line-height: 1.5rem;
}
    #musthavedenim_23aw .other_img li:nth-child(3) {
    margin-top: 10%;
}
    
/*スライダー*/
    #musthavedenim_23aw .slider {
    margin: 30px auto 0;
    max-width: 500px;
    width: 80%;
    }
    #musthavedenim_23aw .slick-img img {
    height: auto;
    width: 90%!important;
    }
    #musthavedenim_23aw .slick-cont01 img {
    margin: 0 3% 0 0;
    }
    #musthavedenim_23aw .slick-cont02 img {
    margin: 0 5% 0 0;
    }
    #musthavedenim_23aw .slick-cont03 img {
    margin: 0 0 0 7%;
    }
}