/*===========CHANEL==========*/


@font-face {
  font-family: "myFont";
  src: url("futura.eot?") format('eot'),
       url("futura.woff2") format('woff2'),
       url("futura.woff") format('woff');
}
.myFontClass {
  font-family: "myFont";
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


.mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.mv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__video--pc {
  display: block;
}

.mv__video--sp {
  display: none;
}


.v_pc {
  display: block;
}

.v_sp {
  display: none;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}




@media screen and (max-width: 480px) {
  .mv__video--pc {
    display: none;
  }

  .mv__video--sp {
    display: block;
  }

  .v_pc {
    display: none;
  }

  .v_sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }


}


h1,
h2,
h3 {
  font-family: "myFont";
  font-weight: 500;
  font-style: normal;
}



#logo a {
  display: block;
  height: 40px;
  width: auto;
  margin: 20px auto;
  background: transparent url(logo.png) no-repeat center 0;
  background-size: contain;
  text-indent: -3333px;
  z-index: 1000;
  transition: all .1s ease-out;
}

#logo.fixed a {
  height: 25px;
}


div.credit p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  color:#666;
  font-size: 10px!important;
  padding-top: 1em;
}

span.look1 {
display: block;
font-size: .3em;
padding-left: .2em;
}

span.look2 {
display: block;
font-size: .3em;
padding-left: .2em;
}

span.look3 {
display: block;
font-size: .3em;
padding-left: .2em;
}




dl {
  position: relative;
  display: block;
}


dt {
  font-family: futura-pt, sans-serif;
  position: relative;
  padding: 21.5px 25px;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
}

dt span {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0;
}


dt span:before,
dt span:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



dt span:before {
  width: 1px;
  height: 12px;
}

dt.selected span:before {
  content: normal;
}

dd {
  display: none;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  position: absolute;
  top: 4em;
  left: 2em;
  max-width: 800px;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.6;
}


body#page.chanel {
  background-color: transparent;
}

body#page.chanel * p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.8;
  text-transform: capitalize;
}


body#page.chanel div.links {
        display: block;
        width: 100%;
        max-width: max-content;
        background-color: #000;
        color: #fff;
        font-family: futura-pt, sans-serif;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 150px;
        padding: 10px 1em;
    }

body#page.chanel div.links a{
color: #fff;
}


div#content.chanel div.main_img {
  position: relative;
}

div#content.chanel h1 {
  color: rgba(253, 220, 220, 0.60);
  font-size: clamp(10vw, 10vw, 170px);
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}


div#content.chanel article {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-left: calc(50% - 720px);
  padding-right: calc(50% - 720px);
  box-sizing: border-box;
  background: url("bg_pc4.jpg") no-repeat top center / 25%;
  background-size: 2025px auto;
  /*
background: url("Numero CHANEL_PC.jpg") no-repeat top center / 100%;
background-size: 1440px auto;
*/
}

div#content.chanel article section {
  width: 100%;
}

div#content.chanel article section.lead {
  padding-top: 100px;
  padding-bottom: 160px;
  text-align: center;
}


div#content.chanel article section.lead h2 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 792px;
  color: #000;
  font-size: 50px;
  font-style: normal;
  line-height: 50px;
  /* 100% */
  text-transform: inherit;
}

div#content.chanel article section.lead h2 span {
  display: block;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 17px;
  padding-bottom: 30px;
}

div#content.chanel article section.lead p {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 792px;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 250;
  line-height: 26px;
  /* 173.333% */
  text-transform: capitalize;
}



/*======= denim ========*/

div#content.chanel article section.denim {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  padding-top: 13vw;
}

div#content.chanel article section.denim h2 {
  color: #99cae1/*D8E7EE*/;
  font-size: clamp(8.3vw, 8.3vw, 120px);
  line-height: 0.93;
  font-style: normal;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

div.main_denim {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
opacity:0;

}




div.img div.main_denim {
aspect-ratio: 360/478;
}

div#content.chanel article section.denim div.credit{
  max-width: 1200px;
  margin: 0 auto;
}


div.main_denim.slide_in {
  opacity: 1;
}


div.item_box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.denim div.item_box {
    justify-content: center;
    align-items: center;
}

div.item_box div.text {
  width: 90%;
  max-width: 610px;
  padding-top: 20px;
}

div.item_box div.text h3 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 156.522% */
  text-transform: capitalize;
  padding-bottom: 20px;

}


div.text h3 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    padding-bottom: 20px;
}


div.item_box div.item {
  width: 50%;

  box-sizing: border-box;
  padding-left: calc(25% - 210px);
  padding-right: calc(25% - 210px);
  margin-top: -28px;
}

div.denim03 div.item_box div.item {
  width: 100%;
  box-sizing: border-box;
  padding-left: calc(50% - 210px);
  padding-right: calc(50% - 210px);
  margin-top: 0;
}



div.item_box div.item div.item_item {
  width: 100%;
  max-width: 420px;
  position: relative;
}

.denim05 div.item_item {
padding-top: 20px;
  width: 100%;
  max-width: 420px;
  position: relative;
}



div.item_box div.item div.item_item img {
  width: 100%;
  height: auto;
}


div.item_item p.lead {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 250;
  line-height: 1.75 !important;
  text-transform: capitalize;
}



div.item_item p.name {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 68px;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 250;
  line-height: 1.4 !important;
  text-transform: capitalize;
}






div.item_item p.link {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color: #000;
  color: #fff;
  font-family: futura-pt, sans-serif;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px 0;
}

div.item_item p.link a {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
  /* 160% */
  text-transform: uppercase;
display: block;
    text-align: center;
cursor: pointer;
}

/*======= items ========*/

section.items{
padding-top: 100px;
padding-bottom: 150px;
width: 100%;
max-width: 1440px;
margin:0 auto;
}


section.items h3 {
  color: #99cae1/*D8E7EE*/;
  font-size: 40px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

section.items div.item{
display: flex;
width: 100%;
gap: 20px;
}

section.items div.item div.item_item{
flex:1;
width: calc(100% / 4);
}


section.items div.item div.item_item p{
position: relative;
bottom: auto;
}

section.items div.item div.item_item img{
width: 100%;
height: auto;
}

section.items p.link {
    display: block;
    width: 100%;
    max-width: 300px;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    padding: 10px 0;
}

section.items p.link a{color: #fff;
    text-transform: uppercase;
display: block;
    text-align: center;
cursor: pointer;
}


/*======= denim02 ========*/


div#content.chanel article section.denim02 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div#content.chanel article section.denim22 {
flex-direction: row-reverse;
}

div.main_denim02img {
  width: 50%;
  position: relative;
padding-bottom: 10px;
}

div.main_denim02img div.main_denim02 {
  width: 100%;
}

div.main_denim02 {
  width: 50%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  aspect-ratio: 375/498;
}

div#content.chanel article section.denim22 div.main_denim02 {
  aspect-ratio: 360/480;
}



div.main_denim02.slide_in {
  opacity: 1;
}


div#content.chanel article section.denim02 div.text {
  width: 50%;
  padding: 0 11%;
  box-sizing: border-box;
}

div#content.chanel article section.denim02 div.text h3 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 156.522% */
  text-transform: capitalize;
  padding-bottom: 20px;
}


div#content.chanel article section.denim02 p.link {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color: #000;
  color: #fff;

  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px 0;
}

div#content.chanel article section.denim02 p.link a {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
  /* 160% */
  text-transform: uppercase;
}



.video-wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 202px;
  margin-bottom: 150px;
}

div#content.chanel article section.denim66 .video-wrap {
  margin-top: 63px;
  margin-bottom: 0;
}

.video-wrap2 {
  margin-top: 136px;
width: 100%;
height: 56.25%;
overflow: hidden;
aspect-ratio: 16 / 9;
  margin-bottom: 150px;
}

.video-wrap2 .video-js {
  width: 100% !important;
  height: 100% !important;
    background-color: #fff!important;
}

.video-wrap2 .vjs-tech {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.video-wrap video {
  width: 100%;
  height: auto;
  display: block;
}

/* 再生ボタン */
.video-play-btn {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
}

/* 三角 */
.video-play-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 100px solid #fff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  opacity: 0;
}

/* 非表示状態 */
.video-play-btn.is-hidden {
  opacity: 0;

}


/*======= denim03 ========*/


div#content.chanel article section.denim03 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
padding-top: 13.3vw;
}

div#content.chanel article section.denim03 h2 {
  color: #6579aa/*D8E7EE*/;
  font-size: clamp(8.3vw, 8.3vw, 120px);
  line-height: 0.93;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 1;
}

div.denim03 {
  width: 100%;
  display: flex;
}

div.denim03 div.img {
  width: 50%;
}

div.denim03 div.item_box {
  width: 50%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

div.denim03 div.item_box div.text {
  width: 100%;
  max-width: 520px;
  padding-top: 70px;
}


/*======= denim04 ========*/


div#content.chanel article section.denim04 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 175px;
/*  padding-bottom: 150px;*/
padding-bottom: 0;
}

div#content.chanel article section.denim04 div.denim04 {
  display: flex;
}


div#content.chanel article section.denim04 div.text{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}


div#content.chanel article section.denim04 div.denim04.new {
  display: block;
  position: relative;
height: 800px;
max-height: 50vw;
}

div#content.chanel article section.denim04 div.denim04.new span{

  height: 100%;
}


div#content.chanel article section.denim04 div.denim04 img {
  width: calc(100% / 3);
  height: auto;
}

div#content.chanel article section.denim04 div.denim04.new img,
div#content.chanel article section.denim04 div.denim04.new i.num {
  width: 25%;
  height: auto;
position: absolute;
max-width: 600px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.img_wrap {
display: block;
  position: relative;
}

.num {
  position: absolute;
  pointer-events: none;
}

.num::after {
  content: attr(data-num);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}




div#content.chanel article section.denim04 div.denim04.new img.newcoco0401 {
    width: 30vw;
    top: 66%;
    left: 24%;
    z-index: 4;
max-width: 400px;
}
div#content.chanel article section.denim04 div.denim04.new img.newcoco0402 {
    width: 25vw;
    top: 80%;
    left: 58%;
    z-index: 3;
max-width: 400px;
}
div#content.chanel article section.denim04 div.denim04.new img.newcoco0403 {
width: 20vw;
    top: 40%;
    left: 78%;
    z-index: 2;
max-width: 300px;
}
div#content.chanel article section.denim04 div.denim04.new img.newcoco0404 {
width: 45vw;
    top: 16%;
    left: 46.85%;
    z-index: 1;
}



div#content.chanel article section.denim04 div.denim04.new i.newcoco0401 {
    width: 30vw;
    top: 66%;
    left: 24%;
    z-index: 4;
max-width: 400px;
}
div#content.chanel article section.denim04 div.denim04.new i.newcoco0402 {
    width: 25vw;
    top: 80%;
    left: 58%;
    z-index: 3;
max-width: 400px;
}
div#content.chanel article section.denim04 div.denim04.new i.newcoco0403 {
width: 20vw;
    top: 40%;
    left: 78%;
    z-index: 2;
max-width: 300px;
}
div#content.chanel article section.denim04 div.denim04.new i.newcoco0404 {
width: 45vw;
    top: 16%;
    left: 46.85%;
    z-index: 1;
}


i.num {
  position: absolute;
}

i.num::after {

  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
 color: #3058b9/*D8E7EE*/
}


i.newcoco0404::after {content: "1"; font-style: normal;}
i.newcoco0403::after {content: "3"; font-style: normal;}
i.newcoco0402::after {content: "4"; font-style: normal;}
i.newcoco0401::after {content: "2"; font-style: normal;}





/*======= denim05 ========*/


div#content.chanel article section.denim05 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 13vw;
}

div#content.chanel article section.denim05 div.denim05 {
display: flex;
    justify-content: space-between;
    align-items: center;
}

div#content.chanel article section.denim05 div.denim55 {
    align-items: center;
    flex-direction: row-reverse;
}

div#content.chanel article section.denim05 h2 {
  color: #e199b8/*D8E7EE*/;
  font-size: clamp(8.3vw, 8.3vw, 120px);
  line-height: 0.93;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}


div.denim05 div.img_box {
  width: 50%;
  max-width: 720px;
}

div.denim05 div.text {
  width: 50%;
  box-sizing: border-box;
  padding: 0 11%;
  padding-bottom: 85px;
}

div.denim05 div.text div.item {
margin-top: 3em;
padding: 0;
background-color: #fff;
}

div.item 
dd {
    display: none;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    position: relative;
    top: auto;
    left: auto;
    max-width: 500px;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 250;
    line-height: 1.6;
    padding-top: 0.5em;
}

div.item 
dt {
    padding: 0 25px 0 25px;
}

div.denim05 div.text div.item *{
font-size: .95em;
}





div.denim05 div.text div.item img{
width: 100%;
height: auto;
margin-bottom: 10px;
}



div.denim05 div.img_box div.img {
  width: 100%;
}

div.denim05 div.img_box div.img img {
  width: 100%;
  height: auto;
}



/*======= denim06 ========*/


div#content.chanel article section.denim06 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 170px;
}

div#content.chanel article section.denim66 {
  max-width: 1440px;
  padding-top: 0;
}

div#content.chanel article section.denim66 p{
display: block;
margin:0 auto;
width: 77%;
max-width: 600px;
padding-top: 30px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}


div#content.chanel article section.denim06 h2 {
  color: #ffb6b6;
  text-align: center;
  font-size: 53px;
  font-style: normal;
  line-height: 50px;
  /* 94.34% */
}


div#content.chanel article section.denim06 div.denim06 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 63px;
}


div.denim06 div.img_box {
  width: 50%;
  max-width: 530px;
}

div.denim06 div.img_box img {
  width: 100%;
  height: auto;
}

div.denim06 div.text {
  width: 50%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 0;
  color: #000;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 250;
  line-height: 22px;
  /* 183.333% */
  text-transform: capitalize;
}


body#page.chanel div.denim06 div.text p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.7;
  text-transform: capitalize;
}








/*======= denim07 ========*/


div#content.chanel section.denim07 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 13vw;
  padding-bottom: 0;
  position: relative;
}


div#content.chanel section.denim07 h2 {
  width: max-content;
  left: calc(50% - 670px);

  box-sizing: bordrer-box;
  color: #99cae1/*D8E7EE*/;
  font-size: clamp(8.3vw, 8.3vw, 120px);
  line-height: 0.93;
  /* 93.333% */
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 0;
}


div#content.chanel section.denim07 div.denim07 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: calc(50% - 633px);
  padding-right: calc(50% - 633px);
  box-sizing: bordrer-box;
  background-color: #F4F8FA;
  padding-bottom: 130px;
}

div#content.chanel section.denim07 div.denim07 div.item {
  width: 50%;
  max-width: 570px;
  box-sizing: border-box;
  padding-left: calc(25% - 285px);
  padding-right: calc(25% - 285px);
  margin-top: 0;
}


div#content.chanel section.denim07 div.denim07 div.item img {
  width: 100%;
  height: auto;
}

div#content.chanel section.denim07 div.denim07 div.item div.item_item p.name {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 60px;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 250;
  line-height: 1.4 !important;
  text-transform: capitalize;
}

div#content.chanel section.denim07 div.denim07 div.item div.item_item p.name span{
display: block;
margin:0 auto;
text-align: center;
font-size: 10px;
padding-bottom: .5em;
}


div#content.chanel section.denim07 div.denim07 div.item div.item_item p.link {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color: #000;
  color: #fff;

  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px 0;
}

div#content.chanel section.denim07 div.denim07 div.item div.item_item p.link a {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
  /* 160% */
  text-transform: uppercase;
}




div#content.chanel section.denim07 div.denim07 div.thumb {
  width: 50%;
  max-width: 670px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div#content.chanel section.denim07 div.denim07 div.thumb div.image {
  width: calc(100% / 5 - 10px);
  height: auto;
}

.thumb .image {
  border: 1px solid transparent;
  cursor: pointer;
}

.thumb .image.is-active {
  border: 1px solid #000;
}


div#content.chanel section.denim07 div.denim07 div.thumb div.image img {
  width: 100%;
  height: auto;
}



/*======= denim08 ========*/


div#content.chanel section.denim08 {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  padding-top: 88px;
  padding-bottom: 100px;
  position: relative;
}



div#content.chanel section.denim08 div.denim08 {
  display: flex;
  gap: 86px;
  align-items: flex-start;
}

div#content.chanel section.denim08 div.denim08 div {
  width: 50%;
}


div#content.chanel section.denim08 div.denim08 h3 {
  padding-bottom: 20px;
  color: #99cae1/*D8E7EE*/;
  font-size: 42px;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}

div#content.chanel section.denim08 div.denim08 p {
  color: #000;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.8;
  text-transform: capitalize;
}


/*======= denim09 ========*/


div#content.chanel section.denim09 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #D8E7EE/**/;
}



div#content.chanel section.denim09 div.denim09 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

font-family: futura-pt, sans-serif;
  font-weight: 300!important;
font-style: normal;
  color: #000;

  text-align: center;
  font-size: 15px;


  line-height: 23px;
  /* 153.333% */
  text-transform: capitalize;
}


div#content.chanel section.denim09 div.denim09.credit {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

font-family: futura-pt, sans-serif;
  font-weight: 300!important;
font-style: normal;
  color: #000;

  text-align: center;
  font-size: 15px;


  line-height: 23px;
  text-transform: capitalize;
}

div#content.chanel section.denim09 div.denim09 div.link {
  display: flex;
  gap: 30px;
  padding-bottom: 31px;

}

div#content.chanel section.denim09 div.denim09 div.link a {
  display: block;
  width: calc(100% / 3 - 20px);
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  /* 116.667% */
  text-transform: uppercase;
  background-color: #000;
}

div#content.chanel section.denim09 div.denim09 div.contact {
  color: #000;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  text-transform: capitalize;
  padding-bottom: 63px;
}


/*===========CHANEL==========*/

#hdr {
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 100;
  width: 100%;
  transition-duration: 0s;
  transition-delay: 0s;
  opacity: 1;
}



#content_wrapper.chanel {
  width: 100%;
  background-color: transparent;
}


#content_wrapper.chanel header.hdr {
  background-color: transparent;
  position: fixed;
  overflow: hidden;
  transition-duration: 0;
  transition-delay: 0;
  opacity: 1;
}

#content_wrapper.chanel #hdr_inner {
  max-width: 100%;
}



div.prom {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  position: absolute;
  text-align: right;
  right: 20px;
  top: 0px;
}

div#content.chanel {
  margin: 0;
  padding-top: 0;
  background-color: transparent;
}













/* PCでは何もしない */
.viewmore-btn {
  display: none;
}



.chanel .slick-prev,
.chanel .slick-next {
  width: 50% !important;
  height: 100% !important;
  max-height: 400px;
  top: 0 !important;
  right: 0 !important;
  background: none !important;
}





.chanel section.denim07 .slick-prev,
.chanel section.denim07 .slick-next {
  max-height: 500px;
}


.chanel .slick-prev {
  left: 0 !important;
}



.chanel .slick-prev:before,
.chanel .slick-next:before {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;

  display: block;
  position: absolute;
}

.chanel .slick-prev:before {
  right: 60%;
  transform: rotate(135deg);
}

.chanel .slick-next:before {

  left: 60%;
  transform: rotate(315deg);
}


.chanel section.denim05 .slick-prev:before,
.chanel section.denim07 .slick-prev:before {
  right: 70%;
  transform: rotate(135deg);
}

.chanel section.denim05 .slick-next:before,
.chanel section.denim07 .slick-next:before {
  left: 70%;
  transform: rotate(315deg);
}







/*===========SP==========*/






@media screen and (max-width: 480px) {


/* 画像 */
.img_wrap img.pc {
  display: none;
}
/* 画像 */
.img_wrap img.sp {
  display: block!important;
}

.chanel .slick-prev:before
 {
    right: 40vw;
    transform: rotate(135deg);
}

.chanel .slick-next:before {
    left: 40vw;
    transform: rotate(315deg);
}



.chanel section.denim07 .slick-prev, .chanel section.denim07 .slick-next

 {
    max-height: 100vw;
}

.chanel section.denim07 .slick-prev:before {
  right: 40vw;
}

.chanel section.denim07 .slick-next:before {
  left: 40vw;

}


  .viewmore {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s ease;
/*
        background-image: url(blur_large.png);
        background-position: 0vw 0vw;
        background-size: 85vw auto;
        background-repeat: no-repeat;*/
  }

  .text.is-open .viewmore {
    max-height: 1000px; /* 十分大きければOK */
  }

  .viewmore-btn {
    display: block;
margin: 0 auto;
    margin-top: 30px;
    padding: 0;
    background: none;
    border: none;

    cursor: pointer;


color: #000;

text-align: center;
font-family: futura-pt, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 450;
line-height: 20px; /* 125% */
text-transform: uppercase;
  }


#logo {
margin:0;
padding:0;
}

#logo a {
  display: block;
  height: 20px;
  width: auto;
  margin: 20px auto;
  background: transparent url(logo.png) no-repeat center 0;
  background-size: contain;
  text-indent: -3333px;
  z-index: 1000;
  transition: all .1s ease-out;
}

#logo.fixed a {
  height: 20px;
}

dl {
  position: relative;
  display: block;
}

dt {
  font-family: futura-pt, sans-serif;
  position: relative;
  padding: 21.5px 6%;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  text-indent: 1em;
}

.denim04 dt {
  padding: 21.5px 6%;
}

dt span {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0;
}

.denim04 dt span {
  left: 3%;
}


dt span:before,
dt span:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



dt span:before {
  width: 1px;
  height: 12px;
}

dt.selected span:before {
  content: normal;
}

dd {
  display: none;
font-family: hiragino-kaku-gothic-pron, sans-serif;
        position: relative;
        top: 0;
        left: 0;
        max-width: 77%;
        text-align: justify;
        font-size: 12px;
        font-style: normal;
        font-weight: 250;
        line-height: 1.83;
        margin: 0 auto;
        padding-bottom: 20px;
}

section.denim22 dd{
max-width: 90%;
}


body#page.chanel {
  background-color: transparent;
}

body#page.chanel * p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.76;
  text-transform: capitalize;
}


div.credit p {
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
}


div.item_item p.name {
  font-size: 10px !important;
  line-height: 1.4 !important;
}



div#content.chanel div.main_img {
  position: relative;
}



div#content.chanel h1 {
  color: rgba(253, 220, 220, 0.60);
font-size: 65px;
font-style: normal;
font-weight: 450;
line-height: 60px; /* 92.308% */
text-transform: uppercase;
  position: absolute;
  bottom: 100px;
  padding-left: 0.2em;
  text-align: left;
  z-index: 1;
}

div#content.chanel div.v_sp {
  padding-left: 0.2em;
  position: absolute;
  bottom: 25px;
  z-index: 1;
}

div#content.chanel div.v_sp h2 {
color: #FFF;
font-size: 34px;
font-style: normal;
font-weight: 450;
line-height: 50px; /* 131.579% */
text-transform: inherit;
padding-left: 0.4em;
white-space: nowrap;
}

div#content.chanel div.v_sp h2 span{
display: block;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
}

div#content.chanel article {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-left: calc(50% - 720px);
  padding-right: calc(50% - 720px);
  box-sizing: border-box;
/* SP背景 */
  background: none;
}

div#content.chanel article section {
  width: 100%;
}


div#content.chanel article section.lead {
  padding:0 11.5%;
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center;
  margin:0 auto;
  width: 77%;
  background-image:url(blur_large.png);
/*  background-position:16vw -90vw;*/
background-position: 26vw -63vw;
  background-size: 132vw auto;
  background-repeat: no-repeat;
}


div#content.chanel article section.lead h2 {
display: none;
}

div#content.chanel article section.lead h2 span {
  display: block;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 17px;
  padding-bottom: 30px;
}

div#content.chanel article section.lead p {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 792px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.85;
  text-transform: capitalize;
}



/*======= denim ========*/

div#content.chanel article section.denim {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 82px;

  background-image:url(blur_large.png);
  background-position:-36vw 53vw;
  background-size: 132vw auto;
  background-repeat: no-repeat;
}

div#content.chanel article section.denim h2 {

font-size: 58px;
font-style: normal;
font-weight: 450;
line-height: .86;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1;
}

div.main_denim {
  position: relative;
  overflow: hidden;
  opacity: 0;
}

div.main_denim.slide_in {
  opacity: 1;
}


div.item_box {
width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
}

div.item_box div.text {
  width: 77%;
  max-width: 77%;
  padding-top: 0;
}

div.item_box div.text h3 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.76;
  /* 156.522% */
  text-transform: capitalize;
  padding-bottom: 20px;
}


div.item_box div.item {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        margin-top: -19px;

}

div.denim03 div.item_box div.item {
  width: 100%;
  box-sizing: border-box;
  padding-left: calc(50% - 210px);
  padding-right: calc(50% - 210px);
  margin-top: -19px;
}



div.item_box div.item div.item_item {
  width: 100%;
  max-width: 420px;
  position: relative;
}

div.item_box div.item div.item_item img {
  width: 100%;
  height: auto;
}

div.item_box div.item div.item_item p.name {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 74px;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 250;
  line-height: 1.4 !important;
  text-transform: capitalize;
}


div.item_box div.item div.item_item p.link {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color: #000;
  color: #fff;
  font-family: futura-pt, sans-serif;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px 0;
}

div.item_box div.item div.item_item p.link a {
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  /* 160% */
  text-transform: uppercase;
}

/*======= denim02 ========*/


div#content.chanel article section.denim02 {
width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
        padding-top: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column-reverse;


  background-image:url(blur_large.png);
  background-position:16vw 75vw;
  background-size: 132vw auto;
  background-repeat: no-repeat;

padding-bottom: 0;
}



div#content.chanel article section.denim22 {
padding-bottom: 100px;
}

div.main_denim02img {
  width: 100%;
padding-bottom: 0;
}

div.main_denim02 {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

div.main_denim02.slide_in {
  opacity: 1;
}

section.items {
    padding-top: 30px;
margin-bottom: 70px;
padding-bottom: 30px;
}

div#content.chanel article section.denim02 div.text {
  width: 77%;
  padding: 0;
  box-sizing: border-box;
  padding-top: 40px;
  margin:0 auto;
}

div#content.chanel article section.denim22 div.text {
  padding-top: 30px;
}

div#content.chanel article section.denim02 div.text h3 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.76;
  /* 156.522% */
  text-transform: capitalize;
  padding-bottom: 20px;
}

div.text h3 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.76;
  /* 156.522% */
  text-transform: capitalize;
  padding-bottom: 20px;
}



.video-wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 100px;
}

.video-wrap2 {
  margin-top: 0;
        margin-bottom: 50px;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}


div#content.chanel article section.denim66 .video-wrap {
    margin-top: 30px;
margin-bottom: 0;
}


.video-wrap video {
  width: 100%;
  height: auto;
  display: block;
}

/* 再生ボタン */
.video-play-btn {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
}

/* 三角 */
.video-play-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 55px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  opacity: 0;
}

/* 非表示状態 */
.video-play-btn.is-hidden {
  opacity: 0;

}

/*======= item ========*/

    section.items div.item {
        display: flex;
        width: 77%;
        gap: 20px;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

section.items div.item {

}

section.items div.item div.item_item {
    flex: auto;
width: calc(100% / 2 - 10px);
        max-width: 47%;
}

/*======= denim03 ========*/


div#content.chanel article section.denim03 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 82px;

  background-image:url(blur_large.png);
/*        background-position: 26vw -15vw;*/

        background-position: 46vw -11vw;
/*        background-size: 112vw auto;*/

        background-size: 90vw auto;
        background-repeat: no-repeat;
}

div#content.chanel article section.denim03 h2 {
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: .86;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1;
}

div.denim03 {
width: 100%;
        display: flex;
        flex-direction: column;
}

div.denim03 div.img {
  width: 100%;
}

div.denim03 div.item_box {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

div.denim03 div.item_box div.text {
  width: 77%;
  max-width: 520px;
  padding-top: 50px;
  margin: 0 auto;
}


/*======= denim04 ========*/


div#content.chanel article section.denim04 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
  display: block;
  height: auto;
position: relative;

background-image: url(blur_large.png);
        /* background-position: 26vw -15vw; */
        background-position: -34vw 69vw;
        background-size: 120vw auto;
        background-repeat: no-repeat;
}

div#content.chanel article section.denim04 div.denim04 {
  display: block;
  height: 170vw;
position: relative;
}


div#content.chanel article section.denim04 div.text{
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}


section.denim04 div.text p {
        width: 100%;
        box-sizing: border-box;
        padding: 0 11%;
        padding-bottom: 20px;
    }


div#content.chanel article section.denim04 div.denim04.new {
  display: block;
  height: 150vw;
max-height: 150vw;
position: relative;
}


div#content.chanel article section.denim04 div.denim04 img {
  width: 48%;
  height: auto;
  position: absolute;
  opacity: 0;
}


div#content.chanel article section.denim04 div.denim04.new img {
  position: absolute;
}

div#content.chanel article section.denim04 div.denim04 img.slide_in {
  transition: all .3s ease-out;
  opacity: 1;
}


div#content.chanel article section.denim04 div.denim04.new img.newcoco0404 {
width: 70vw;
        top: 30%;
        left: 56%;
        z-index: 1;
}

div#content.chanel article section.denim04 div.denim04.new img.newcoco0401 {
        width: 55vw;
        top: 58%;
        left: 29%;
        z-index: 4;
}
div#content.chanel article section.denim04 div.denim04.new img.newcoco0403 {
width: 30vw;
        top: 56%;
        left: 83%;
        z-index: 2;
}

div#content.chanel article section.denim04 div.denim04.new img.newcoco0402 {
        width: 50vw;
        top: 81%;
        left: 65%;
        z-index: 3;
}


div#content.chanel article section.denim04 div.denim04.new i.newcoco0404 {
width: 70vw;
        top: 30%;
        left: 56%;
        z-index: 1;
}

div#content.chanel article section.denim04 div.denim04.new i.newcoco0401 {
        width: 55vw;
        top: 58%;
        left: 29%;
        z-index: 4;
}
div#content.chanel article section.denim04 div.denim04.new i.newcoco0403 {
width: 30vw;
        top: 56%;
        left: 83%;
        z-index: 2;
}

div#content.chanel article section.denim04 div.denim04.new i.newcoco0402 {
        width: 50vw;
        top: 81%;
        left: 65%;
        z-index: 3;
}








/*======= denim05 ========*/


div#content.chanel article section.denim05 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 82px;

  background-image:url(blur_large.png);
        background-position: -31vw 86vw;
        background-size: 132vw auto;
        background-repeat: no-repeat;
}

div#content.chanel article section.denim05 div.denim05 {
display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
}

div#content.chanel article section.denim05 h2 {
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: .86;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1;
}


div.denim05 div.img_box {
  width: 100%;
  max-width: 720px;
}


div.denim05 div.text {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 0;
}


div.denim55 div.text {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}


div.denim05 div.text h3{
  width: 100%;
  box-sizing: border-box;
  padding: 0 11%;
  padding-top: 20px;
  padding-bottom: 20px;
}




div.denim05 div.text p.text{
  width: 100%;
  box-sizing: border-box;
  padding: 0 11%;
 padding-bottom: 20px;
}

div.denim05 div.img_box div.img {
  width: 100%;
}

div.denim05 div.img_box div.img img {
  width: 100%;
  height: auto;
}

div.denim05 div.item_item p.lead {
    display: block;
    width: 78%;
    position: absolute;
    top: 0;
    text-align: left;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 250;
    line-height: 1.75 !important;
    text-transform: capitalize;
    left: 11%;
}



/*======= denim06 ========*/


div#content.chanel article section.denim06 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 100px;


  background-image:url(blur_large.png);
        background-position: 20vw 16vw;
        background-size: 107vw auto;
        background-repeat: no-repeat;
}


div#content.chanel article section.denim06 h2 {
  color: #ffb6b6;
  text-align: center;
font-size: 26px;
font-style: normal;
font-weight: 450;
line-height: 42px; /* 161.538% */
}


div#content.chanel article section.denim06 div.denim06 {
display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 18px;
        flex-direction: column;
}


div.denim06 div.img_box {
  width: 100%;
  max-width: 530px;
}

div.denim06 div.img_box img {
  width: 90%;
  height: auto;
  margin:0 auto;
}

div.denim06 div.text {
  width: 77%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 0;
  padding-top: 30px;
  color: #000;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 22px;
  /* 183.333% */
  text-transform: capitalize;
}


body#page.chanel div.denim06 div.text p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.83;
  text-transform: capitalize;
}


/*======= denim07 ========*/


div#content.chanel section.denim07 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 82px;
  padding-bottom: 0;
  position: relative;
}


div#content.chanel section.denim07 h2 {
  width: auto;
padding:0
  box-sizing: bordrer-box;
  color: #99cae1/*D8E7EE*/;
  font-size: 58px;
  font-style: normal;
  font-weight: 450;
  line-height: .86;
  /* 93.333% */
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 14px;
}


div#content.chanel section.denim07 div.denim07 {
display: flex;
        justify-content: space-between;
        align-items: center;
padding: 0;
        box-sizing: bordrer-box;
        background-color: #F4F8FA;
        padding-bottom: 36px;
        flex-direction: column;
}

div#content.chanel section.denim07 div.denim07 div.item {
  width: 100%;
  max-width: 570px;
  box-sizing: border-box;
padding:0
  margin-top: 0;
}


div#content.chanel section.denim07 div.denim07 div.item img {
  width: 100%;
  height: auto;
}

div#content.chanel section.denim07 div.denim07 div.item div.item_item p.name {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 68px;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 250;
  line-height: 1.4 !important;
  text-transform: capitalize;
}


div#content.chanel section.denim07 div.denim07 div.item div.item_item p.link {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color: #000;
  color: #fff;
  font-family: futura-pt, sans-serif;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  padding: 10px 0;
}

div#content.chanel section.denim07 div.denim07 div.item div.item_item p.link a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  /* 160% */
  text-transform: uppercase;
}




div#content.chanel section.denim07 div.denim07 div.thumb {
  width: 90%;
  max-width: 670px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
padding-top: 30px;
}

div#content.chanel section.denim07 div.denim07 div.thumb div.image {
  width: calc(100% / 5 - 2px);
  height: auto;
}

.thumb .image {
  border: 1px solid transparent;
  cursor: pointer;
}

.thumb .image.is-active {
  border: 1px solid #000;
}


div#content.chanel section.denim07 div.denim07 div.thumb div.image img {
  width: 100%;
  height: auto;
}



/*======= denim08 ========*/


div#content.chanel section.denim08 {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}



div#content.chanel section.denim08 div.denim08 {
  display: flex;
  gap: 50px;
align-items: flex-start;
flex-direction: column;
}

div#content.chanel section.denim08 div.denim08 div {
  width: 77%;
margin:0 auto;
}


div#content.chanel section.denim08 div.denim08 h3 {
  padding-bottom: 20px;
  color: #99cae1/*D8E7EE*/;
  font-size: 42px;
  font-style: normal;
  font-weight: 450;
  line-height: 1;
  text-transform: uppercase;
}

div#content.chanel section.denim08 div.denim08 p {
  color: #000;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 250;
  line-height: 1.85;
  text-transform: capitalize;
}


/*======= denim09 ========*/


div#content.chanel section.denim09 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  background-color: #D8E7EE/*D8E7EE*/;
}



div#content.chanel section.denim09 div.denim09 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-family: futura-pt, sans-serif;

  color: #000;

  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.55;
  /* 153.333% */
  text-transform: capitalize;
}

div#content.chanel section.denim09 div.denim09 div.link {
display: flex;
        gap: 20px;
        padding-bottom: 20px;
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
}

div#content.chanel section.denim09 div.denim09 div.link a {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #FFF;

  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 450;
  line-height: 1.55;
  text-transform: uppercase;
  background-color: #000;
}

div#content.chanel section.denim09 div.denim09 div.contact {
  color: #000;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  text-transform: capitalize;
  padding-bottom: 40px;
}


/*===========CHANEL==========*/

#hdr {
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 100;
  width: 100%;
  transition-duration: 0s;
  transition-delay: 0s;
  opacity: 1;
}



#content_wrapper.chanel {
  width: 100%;
  background-color: transparent;
}


#content_wrapper.chanel header.hdr {
  background-color: transparent;
  position: fixed;
  overflow: hidden;
  transition-duration: 0;
  transition-delay: 0;
  opacity: 1;
}

#content_wrapper.chanel #hdr_inner {
  max-width: 100%;
}



div.prom {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  position: absolute;
  text-align: right;
  right: 20px;
  top: 0px;
}

div#content.chanel {
  margin: 0;
  padding-top: 0;
  background-color: transparent;
}


}

@media screen and (min-width: 481px) and (max-width: 1040px) {


div#content.chanel article {
  background: none;
}

dd {
    width: 500px;
    max-width: 90%;
}

div#content.chanel article section.lead p {
    width: 90%;
}

div#content.chanel article section.denim02 div.text {

    padding: 0 40px;
}
div.denim05 div.text {
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px;
    padding-bottom: 85px;
}

div.denim05 div.text div.item {
    margin:0 auto;
    margin-top: 2em;
    max-width: 300px;
}

div.item dd {
    width: 100%;
    max-width: 500px;
}



div.denim03 div.item_box div.text {
    width: 100%;
    max-width: 520px;
    padding-top: 1vw;
}

div.item_box {
    padding: 0 2%;
}

div#content.chanel article section.denim06 div.denim06 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    padding-top: 63px;
   gap: 40px;

}

div#content.chanel section.denim07 h2 {
    left: 0;
    top: 0;
}

div#content.chanel section.denim08 div.denim08 {
    display: flex;
    gap: 40px;
    padding: 0 40px;
    align-items: flex-start;
}


}










/*===========アニメーション==========*/


.main_denim02,
.denim06 .img,
div.denim04 {
  opacity: 0;
}

div.denim04.new {
  opacity: 1;
}


.main_denim02.slide_in,
.denim06 .img.slide_in,
div.denim04.slide_in {
  opacity: 1;
}





/* 外側スライド */
.slide_in {
  transform: translateX(100%);
  animation: slideContainer 0.8s ease-out forwards;
  opacity: 1;
}






/* 画像ラッパー */
.img_wrap {
  position: relative;
/*  display: flex;*/
}



/* マスク（第2シャッター） */
.slide_in .img_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(0);
  animation: slideMask 0.8s ease-out forwards;
  animation-delay: 0.6s;
  z-index: 2;
}


.denim02 .slide_in .img_wrap::before {
  background: #A7CFE3;
}

.denim22 .slide_in .img_wrap::before {
  background: #fff;
}



/* 画像 */
.img_wrap img {
  display: block;
  width: 100%;
  height: auto;
}


/* 画像 */
.img_wrap img.sp {
  display: none;
}


/* ===== アニメーション ===== */

.slide_in {
overflow : hidden;
}

.newcoco0401,
.newcoco0402,
.newcoco0403,
.newcoco0404{
    opacity: 0;
}


.newcoco0401.fade_in,
.newcoco0402.fade_in,
.newcoco0403.fade_in,
.newcoco0404.fade_in {
  animation: zoomIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}


.newcoco0401.fade_in
{
animation-delay: .8s;
}

.newcoco0403.fade_in
{

animation-delay: .4s;
}

.newcoco0402.fade_in
{
animation-delay: 1.2s;
}



@keyframes zoomIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;

  }
}
 



.slide_in img {
  animation: scaleDown 1.5s cubic-bezier(.55, .05, .22, .99) forwards;
}

@keyframes blurOut {
  from {
    filter: blur(50px);
  }
  to {
    filter: blur(0);
  }
}


@keyframes blurOut3 {
  from {
    filter: blur(20px);
  }
  to {
    filter: blur(0);
  }
}


@keyframes blurOut2 {
  from {
    filter: blur(50px);
opacity:0;
  }
  to {
    filter: blur(0);
opacity:1;
  }
}


.main_denim,
.denim05 .img {
opacity:0;
}


.main_denim.fade_in,
.denim05 .img.fade_in {
  animation: blurOut2 1.5s cubic-bezier(.55, .05, .22, .99) forwards;
}


.blur {
  animation: blurOut 3s cubic-bezier(.55, .05, .22, .99) forwards;
}


h1 {
  animation: blurOut3 2s cubic-bezier(.55, .05, .22, .99) forwards;
}


@keyframes scaleDown {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}





@keyframes scaleDown2 {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(1);
  }
}





@keyframes fadeInSoft {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0; /* 初期状態は必ず指定 */
  animation: fadeInSoft 1.5s ease-out forwards;
  animation-delay: 1.5s; /* ← ここが「3秒待つ」 */
}


@keyframes stayThenHide {
  0% {
    opacity: 1;
    visibility: visible;
    z-index:1;
    
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index:0;
  }
}

.notice {
  animation: stayThenHide 3.6s ease forwards;
  /* 3秒表示 + 0.6秒で消える */
position: absolute;
}




@keyframes slideContainer {
  to {
    transform: translateX(0);
  }
}



@keyframes slideMask {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  99% {
    transform: translateX(-100%);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    opacity: 0;
    background: #fff;
  }
}





div.latest {display: none;}
#ftr .list {display: none;}
.mv .video-js {height: 100%;width: 100%;}