@charset "UTF-8";
/* ==== fonts ========================== */
/* Barlow Condensed */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200&display=swap');


/* ==== color ========================== */
:root {
  --color-black: #000000;
}

/*================================================
 *  一般・共通
 ================================================*/
/*body {
  font-family: 'Barlow Condensed', sans-serif;
  background: #ffffff;
  color: #000;
  line-height: 1.75;
  font-weight: 200;
  letter-spacing: .075em;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}*/
.base__archivio--23aw a {
  text-decoration: none;
  transition: all .3s;
}

.base__archivio--23aw a:hover {
  opacity: .4;
}

.base__archivio--23aw p {
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.05em;
}

.base__archivio--23aw img {
  max-width: 100%;
  vertical-align: bottom;
}

.base__archivio--23aw strong {
  font-weight: bold;
}

.base__archivio--23aw small {
  font-size: smaller;
}

.base__archivio--23aw ul,
.base__archivio--23aw ol,
.base__archivio--23aw dl {
  margin: 0;
}

.base__archivio--23aw ul li {
  list-style: none;
}

.base__archivio--23aw ol li {
  list-style: decimal;
}

.base__archivio--23aw li {
  margin-left: 0;
}






.base__archivio--23aw {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  line-height: 1.75;
  font-weight: 200;
  letter-spacing: .075em;
  font-size: 12px;
  margin: 0 auto;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
	margin-top: 2em;
}

.base__archivio--23aw * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  line-height: 1.75;
  font-weight: 200;
  letter-spacing: .075em;
}

.base__archivio--23aw img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* .base__archivio--23aw h2,
.base__archivio--23aw h3,
.base__archivio--23aw h4 {

} */

.base__archivio--23aw p,
.base__archivio--23aw ul {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  line-height: 1.75;
  font-weight: 200;
  letter-spacing: .075em;
  padding: 0;
  margin: 0;
}
.base__archivio--23aw li {
  list-style: none;
}

.base__archivio--23aw a {
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  line-height: 1.75;
  font-weight: 200;
  letter-spacing: .075em;
  transition: ALL .6s ease;
  -webkit-transition: ALL .6s ease;
  -moz-transition: ALL .6s ease;
  -o-transition: ALL .6s ease;
  text-decoration: none;
}






.base__archivio--wrap {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}


/* 共通 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fd-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.jc-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width:768px) {
  .base__archivio--23aw {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
  .base__archivio--wrap {
    width: 100%;
  }
}



/*================================================
 *  main
 ================================================*/
.base__archivio--23aw #main {
  width: 1000px;
  margin: 0 auto 188px;
}

@media screen and (max-width:768px) {
  .base__archivio--23aw #main {
    width: 100%;
    margin: 0 auto 108px;
  }
}

/*================================================
 *  item
 ================================================*/
.base__archivio--23aw .aw23_item .credit {
  z-index: 1;
  position: relative;
}
.base__archivio--23aw .aw23_item .credit li {
  white-space: nowrap;
}
.base__archivio--23aw .aw23_item .credit li a {
  border-bottom: 1px solid transparent;
}
.base__archivio--23aw .aw23_item .credit li a:hover {
  border-bottom: 1px solid #888;
}


/* aw23_item01 */
.base__archivio--23aw .aw23_item01 ul.item__img>li:first-child {
  width: 75.5%;
  margin: 0 auto 107px;
}
.base__archivio--23aw .aw23_item01 ul.item__img>li:last-child {
  width: 84%;
  margin: 0 auto;
}
.base__archivio--23aw .aw23_item01 .credit {
  margin: 40px 0 170px;
}


/* aw23_item02 */
.base__archivio--23aw .aw23_item02 ul.item__img > li:first-child {
  width: 62.9%;
  margin: 0 0 106px 8%;
}
.base__archivio--23aw .aw23_item02 ul.item__img > li:last-child {
  width: 77.8%;
  margin-left: 14%;
}
.base__archivio--23aw .aw23_item02 ul.item__img>li:last-child .credit {
  margin-top: 33px;
}


/* aw23_item03 */
.base__archivio--23aw .aw23_item03 ul.item__img > li:first-child {
  width: 75.5%;
  margin: 170px auto 105px 15%;
}
.base__archivio--23aw .aw23_item03 ul.item__img > li:last-child {
  width: 84%;
  margin: 30px 0 202px 10.9%;
}
.base__archivio--23aw .aw23_item03 ul.item__img > li:last-child .credit {
  margin-top: 38px;
}

/* aw23_item04 */
.base__archivio--23aw .aw23_item04 ul.item__img > li:first-child {
  width: 110%;
  margin-left: -18.5%;
}
.base__archivio--23aw .aw23_item04 ul.item__img > li:last-child {
  width: 96%;
  margin: -40px auto 310px 7%;
  flex-wrap: nowrap;
}
.base__archivio--23aw .aw23_item04 ul.item__img > li:last-child img {
  width: 74.4%;
  display: block;
  z-index: -1;
  margin-left: 3%;
}
.base__archivio--23aw .aw23_item04 ul.item__img>li:last-child .credit {
  margin-top: 30px;
}


/* aw23_item05 */
.base__archivio--23aw .aw23_item05 ul.item__img > li:first-child img {
  width: 73.5%;
  margin-left: 8.4%;
}
.base__archivio--23aw .aw23_item05 ul.item__img>li:last-child {
  flex-wrap: nowrap;
  margin: 64px auto 310px 13.5%;
}
.base__archivio--23aw .aw23_item05 ul.item__img > li:last-child img {
  display: block;
  width: 73%;
  margin-left: 3%;
}
.base__archivio--23aw .aw23_item05 ul.item__img>li:last-child .credit {
  margin-top: 30px;
}

/* aw23_item06 */
.base__archivio--23aw .aw23_item06 ul.item__img>li:first-child {
  width: 84.3%;
  margin-left: 12.4%;
}
.base__archivio--23aw .aw23_item06 ul.item__img>li:last-child {
  margin: 75px auto 115px 1.5%;
}
.base__archivio--23aw .aw23_item06 ul.item__img>li:last-child img {
  display: block;
  width: 72.7%;
  margin-right: 3%;
}
.base__archivio--23aw .aw23_item06 ul.item__img>li:last-child .credit {
  margin-top: 30px;
}


/* aw23_item07 */
.base__archivio--23aw .aw23_item07 ul.item__img>li:first-child {
  width: 84%;
  margin: 115px auto 56px;
}
.base__archivio--23aw .aw23_item07 ul.item__img>li:first-child ul.credit {
  margin-top: 26px;
}
.base__archivio--23aw .aw23_item07 ul.item__img>li:last-child {
  width: 84%;
  margin: 0 auto;
}
.base__archivio--23aw .aw23_item07 ul.item__img>li:last-child ul.credit {
  margin: 20px 0 180px;
}


/* aw23_item08 */
.base__archivio--23aw .aw23_item08 ul.item__img>li:first-child {
  width: 71.7%;
  margin-left: 14%;
}
.base__archivio--23aw .aw23_item08 ul.item__img>li:last-child {
  width: 76.7%;
  margin: 82px 0 170px 1.7%;
}
.base__archivio--23aw .aw23_item08 ul.item__img>li:last-child .credit {
  margin-top: 35px;
}


/* aw23_item09 */
.base__archivio--23aw .aw23_item09 ul.item__img>li:first-child {
  width: 61.9%;
  margin-left: 1.8%;
}
.base__archivio--23aw .aw23_item09 ul.item__img>li:last-child {
  width: 79%;
  margin: -100px 0 220px 20%;
}
.base__archivio--23aw .aw23_item09 ul.item__img>li:last-child .credit {
  margin-top: 30px;
}

/* item10 */
.base__archivio--23aw .item10 ul.item__img>li:first-child {
  width: 83.2%;
  margin: 0 0 103px 12%;
}

.base__archivio--23aw .item10 ul.item__img>li:last-child {
  width: 85%;
  margin: 0 0 280px 15%;
  flex-wrap: nowrap;
}
.base__archivio--23aw .item10 ul.item__img>li:last-child img {
  display: block;
  width: 71%;
  margin-left: 2%;
}
.base__archivio--23aw .item10 ul.item__img>li:last-child .credit {
  margin-top: 30px;
}



/* item11 */
.base__archivio--23aw .item11 ul.item__img>li:first-child {
  width: 78%;
  margin: 0 0 77px 15.5%;
}

.base__archivio--23aw .item11 ul.item__img>li:last-child {
  width: 78%;
  margin: 0 0 130px 17.7%;
}
.base__archivio--23aw .item11 ul.item__img>li:last-child .credit {
  margin-top: 40px;
}


/* item12 */
.base__archivio--23aw .item12 ul.item__img>li:first-child {
  width: 71.8%;
  margin-left: 0%;
}
.base__archivio--23aw .item12 ul.item__img>li:first-child .credit {
  margin-top: 25px;
}
.base__archivio--23aw .item12 ul.item__img>li:nth-child(2) {
  width: 71.8%;
  margin: -168px -60px 0 130px;
}
.base__archivio--23aw .item12 ul.item__img>li:nth-child(2) div {
  text-align: right;
}
.base__archivio--23aw .item12 ul.item__img>li:nth-child(2) div ul {
  display: inline-block;
  text-align: left;
  margin-top: 25px;
}
.base__archivio--23aw .item12 ul.item__img>li:last-child {
  width: 71.8%;
  margin: -40px 215px 0;
  margin-bottom: 130px;
}
.base__archivio--23aw .item12 ul.item__img>li:last-child ul {
  margin-top: 25px;
}



/* item13 */
.base__archivio--23aw .item13 ul.item__img>li:first-child {
  width: 70.5%;
  margin: 0 auto 105px;
}
.base__archivio--23aw .item13 ul.item__img>li:last-child {
  width: 84%;
  margin: 0 auto;
}
.base__archivio--23aw .item13 ul.item__img>li:last-child .credit {
  margin: 35px 0 215px;
}

/* item14 */
.base__archivio--23aw .item14 ul.item__img>li:first-child {
  width: 62.9%;
  margin: 0 0 108px 21.2%;
}
.base__archivio--23aw .item14 ul.item__img>li:last-child {
  width: 84%;
  margin: 0 0 215px 10.9%;
}
.base__archivio--23aw .item14 ul.item__img>li:last-child .credit {
  margin-top: 25px;
}

/* item15 */
.base__archivio--23aw .item15 ul.item__img>li:first-child {
  width: 72%;
  margin-left: 10.8%;
}
.base__archivio--23aw .item15 ul.item__img>li:last-child {
  width: 72.9%;
  margin: 0 0 222px 22%;
}
.base__archivio--23aw .item15 ul.item__img>li:last-child .credit {
  margin-top: 20px;
}

/* item16 */
.base__archivio--23aw .item16 ul.item__img>li:first-child {
  width: 70.5%;
  margin: 0 auto 105px;
}
.base__archivio--23aw .item16 ul.item__img>li:last-child {
  width: 84%;
  margin: 0 auto;
}
.base__archivio--23aw .item16 ul.item__img>li:last-child .credit {
  margin: 35px 0 116px;
}


@media screen and (max-width:768px) {
  .base__archivio--23aw .credit {
    margin-top: 20px !important;
  }
  .base__archivio--23aw .credit li {
    margin-top: 5px;
  }
  /* aw23_item01 */
  .base__archivio--23aw .aw23_item01 ul.item__img>li:first-child {
    margin: 0 auto 57px;
  }
  .base__archivio--23aw .aw23_item01 .credit {
    margin: 40px 0 120px;
  }
  /* aw23_item02 */
  .base__archivio--23aw .aw23_item02 ul.item__img>li:first-child {
    margin-bottom: 56px;
  }
  /* aw23_item03 */
  .base__archivio--23aw .aw23_item03 ul.item__img>li:first-child {
    margin: 120px auto 55px 15%;
  }
  .base__archivio--23aw .aw23_item03 ul.item__img>li:last-child {
    margin: 30px 0 122px 10.9%;
  }
  /* aw23_item03 */
  .base__archivio--23aw .aw23_item04 ul.item__img>li:last-child {
    margin: -40px 0 180px auto;
    flex-wrap: wrap;
    justify-content: start;
  }
  .base__archivio--23aw .aw23_item04 ul.item__img>li:last-child img {
    width: 100%;
    margin: 0;
  }
  
  /* aw23_item05 */
  .base__archivio--23aw .aw23_item05 ul.item__img>li:last-child {
    width: 73%;
    margin: 44px 0 180px auto;
    flex-wrap: wrap;
    justify-content: start;
  }
  .base__archivio--23aw .aw23_item05 ul.item__img>li:last-child img {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  /* aw23_item06 */
  .base__archivio--23aw .aw23_item06 ul.item__img>li:last-child {
    margin: 45px auto 115px 1.5%;
  }

  /* aw23_item07 */
  .base__archivio--23aw .aw23_item07 ul.item__img>li:first-child {
    margin: 85px auto 56px;
  }
  .base__archivio--23aw .aw23_item07 ul.item__img>li:last-child ul.credit {
    margin: 20px 0 120px;
  }
  /* aw23_item08 */
  .base__archivio--23aw .aw23_item08 ul.item__img>li:last-child {
    margin: 52px 0 120px 1.7%;
  }
  /* aw23_item09 */
  .base__archivio--23aw .aw23_item09 ul.item__img>li:last-child {
    margin: -30px 0 180px 20%;
  }

  /* item10 */
  .base__archivio--23aw .item10 ul.item__img>li:first-child {
    margin: 0 0 53px 12%;
  }
  .base__archivio--23aw .item10 ul.item__img>li:last-child {
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 0 180px 15%;
  }
  .base__archivio--23aw .item10 ul.item__img>li:last-child img {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  /* item11 */
  .base__archivio--23aw .item11 ul.item__img>li:first-child {
    margin: 0 0 57px 15.5%;
  }
  /* item12 */
  .base__archivio--23aw .item12 ul.item__img>li:nth-child(2) {
    margin: 40px 0 0 auto;
  }
  .base__archivio--23aw .item12 ul.item__img>li:last-child {
    margin-top: 40px;
    margin-bottom: 165px;
  }
  .base__archivio--23aw .item12 .credit {
    margin: 0 10px;
  }



  /* item13 */
  .base__archivio--23aw .item13 ul.item__img>li:first-child {
    margin: 0 auto 55px;
  }
  .base__archivio--23aw .item13 ul.item__img>li:last-child .credit {
    margin: 20px 0 165px;
  }
  /* item14 */
  .base__archivio--23aw .item14 ul.item__img>li:first-child {
    margin: 0 0 58px 21.2%;
  }
  .base__archivio--23aw .item14 ul.item__img>li:last-child {
    margin: 0 0 175px 10.9%;
  }
  /* item15 */
  .base__archivio--23aw .item15 ul.item__img>li:last-child {
    margin: 0 0 172px 22%;
  }
  /* item16 */
  .base__archivio--23aw .item16 ul.item__img>li:first-child {
    margin: 0 auto 65px;
  }
}


/*--------------------------------

>>> 残し ふわ

---------------------------------*/
.base_mov {
  opacity: 0;
  transform: translateY(20px);
  transition: ALL 1s ease;
  -webkit-transition: ALL 1s ease;
  -moz-transition: ALL 1s ease;
  -o-transition: ALL 1s ease;
}

.base_mov.started {
  opacity: 1;
  transform: translateY(0px);
}



