@charset "UTF-8";

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Cutive+Mono&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.contents-area {
    width: 100%;
}

#gisele250428{
  width: 100%;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#gisele250428 *{
  box-sizing: border-box;
}

#gisele250428 img{
  max-width: 100%;
  vertical-align: top;
}
#gisele250428 .main{
/*   margin-top: 60px; */
  display: grid;
  place-items: center;
}

#gisele250428 .sp_logo{
  display: none;
}

/* .main{
  display: flex;
  justify-content: center;
  align-items: center;
} */

#gisele250428 .head{
  display: grid;
  justify-content: center;
  text-align: center;
}

#gisele250428 .head__ttl{
  font-size: 54px;
  font-family: "courier-new", "Cutive Mono", "Courier Prime", monospace,sans-serif;
  margin-bottom: 30px;
  font-weight: 400;
}

#gisele250428 .head__lead{
  font-size: 30px;
  font-family: "kozuka-gothic-pr6n", "Noto Sans JP",sans-serif;
  position: relative;
  margin-bottom: 60px;
  display: grid;
  place-items: center;
}


#gisele250428 .head__lead::after{
    content: "";
    border-bottom: 2px solid #000;
    height: 80px;
    width: 130px;
}
#gisele250428 .head__text{
    width: 1100px;
    margin: auto;
  font-family: "kozuka-gothic-pr6n", "Noto Sans JP",sans-serif;
    font-size: 16px;
    line-height: calc( 28 / 18);
    margin-bottom: 60px;
    text-align: left;
}


#gisele250428 .main .primary article + article{
  margin-top: 60px;
}

#gisele250428 .main .primary{
  display: grid;
  place-items: center;
  width: 1040px;
}

#gisele250428 .main .primary .ttl-area{
  width: 1000px;
  display: grid;
  grid-template-columns: auto .7fr auto;
  grid-template-rows: auto 1fr;
  place-items: center;
  margin-bottom: 30px;
}

.ttl__vol{
  font-family: "cambria", sans-serif;
  font-size: 36px;
  font-weight: bold;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.ttl__vol::after{
  content: "";
  border-right: 2px solid #000;
  padding-right: 30px;
  font-size: 8px;
  padding-top: 20px;
}

.ttl__metal{
  font-family: "courier-new", "Cutive Mono", "Courier Prime", monospace,sans-serif;
  margin-right: auto;
  font-size: 20px;
  padding-left: 12px;
}

.ttl__label{
  font-size: 24px;
  margin-right: auto;
  grid-column: 2 / 3;
  font-weight: bold;
}

.ttl__detail{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New" ,"kozuka-gothic-pr6n", sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  margin-right: auto;
  grid-column-end: end;
}

#gisele250428 .image img{
  padding: 10px;
  border: 1px solid #c69c6d;
  width: 1020px;
}

#gisele250428 .item{
  display:grid;
  gap: 30px 0;
}

/* #gisele250428 .num-area{
  display: grid;
  gap: 20px 0;
} */

#gisele250428 .number{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#gisele250428 .number__num span{
  font-family: 'Yu Mincho', 'Noto Serif JP', 'Hiragino Mincho', serif;
  width: 2em; 
  height: 2em;
  border-radius: 50%;
  background-color: #000;
  color: #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
}

#gisele250428 .number__exp{
  font-size: 18px;
  font-weight: bold;
}

#gisele250428 .number__exp::before{
    content: "";
    width: 36px;
    border-bottom: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#gisele250428 .image-desc{
  width: 680px;
  margin: auto;
  font-size: 13px;
  line-height: calc(19 / 12);
}

#gisele250428 .photo{
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;  
}

#gisele250428 .photo .photo__img{
  width: 300px;
}

#gisele250428 .credit{
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  margin-top: 1em;
}

#gisele250428 .button{
  margin: 100px auto;
}

#gisele250428 .button a{
  background: #000;
  font-size: 22px;
  line-height: 30px;
  padding: 30px 100px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

/** アニメーション **/
.fadein {
  opacity: 0;
  transition: 2s;
}
.fadein.is-show {
  opacity: 1;
}
.photo li {
  opacity: 0;
}
.js-inview .js-showed {
  animation: fadeIn01 0.9s ease-out forwards;
}
@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}