@charset "UTF-8";
/*---------- reset ----------*/
/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.issue_221129 img {
  width: 100%;
  height: auto;
}
.issue_221129 a, .issue_221129 picture {
  display: block;
}
.issue_221129 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .issue_221129 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .issue_221129 .sp-only {
    display: none;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transform: translateY(60px);
  transition-duration: 0.8s;
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
  transform: translateY(0);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.issue_221129 {
  color: #000;
}

.firstviewArea__lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(26 *(100vw / 750));
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .firstviewArea__lead {
    font-size: 14px;
    line-height: 2.4;
  }
}

.issue_221129__btn {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 1.5416666667;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .issue_221129__btn {
    font-size: 13px;
    line-height: 1;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/
.firstviewArea__img {
  width: 100%;
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.sec-credit span {
  display: inline-block;
}

/*---------- common ----------*/
.issue_221129 {
  margin-bottom: calc(140 *(100vw / 750));
  padding-bottom: calc(140 *(100vw / 750));
  background-color: #f9f8f7;
}

.firstviewArea {
  padding-bottom: calc(130 *(100vw / 750));
}
.firstviewArea__img {
  margin-bottom: calc(125 *(100vw / 750));
}
.firstviewArea__lead {
  text-align: center;
}

.contentsArea {
  margin-bottom: calc(140 *(100vw / 750));
}
.contentsArea__wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: calc(320 *(100vw / 750)) calc(320 *(100vw / 750));
  gap: calc(15 *(100vw / 750));
}
.contentsArea .item-image05 {
  grid-column-start: 1;
  grid-column-end: 3;
}

.issue_221129__btn a {
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(535 *(100vw / 750));
  height: calc(110 *(100vw / 750));
  margin: 0 auto;
  border: solid 1px #4d4d4d;
  background-color: #fff;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    max-width: 1200px;
    width: 95%;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  /*---------- common ----------*/
  .issue_221129 {
    margin-bottom: 120px;
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .firstviewArea {
    padding-bottom: 112px;
  }
  .firstviewArea__img {
    margin: 0 auto;
    margin-bottom: 111px;
  }
  .contentsArea {
    margin: 0 auto;
    margin-bottom: 120px;
    max-width: 1400px;
    width: 90%;
  }
  .contentsArea__wrapper {
    grid-template-columns: repeat(3, minmax(auto, 320px));
    gap: 15px;
  }
  .contentsArea .item-image05 {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  .contentsArea .item-image01 {
    order: 1;
  }
  .contentsArea .item-image02 {
    order: 2;
  }
  .contentsArea .item-image03 {
    order: 4;
  }
  .contentsArea .item-image04 {
    order: 3;
  }
  .contentsArea .item-image05 {
    order: 5;
  }
  .contentsArea .item-image06 {
    order: 8;
  }
  .contentsArea .item-image07 {
    order: 6;
  }
  .contentsArea .item-image08 {
    order: 9;
  }
  .contentsArea .item-image09 {
    order: 7;
  }
  .issue_221129__btn a {
    box-sizing: border-box;
    padding-top: 3px;
    max-width: 800px;
    width: 90%;
    height: 42px;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*# sourceMappingURL=style.css.map */