@charset "UTF-8";
/*---------- reset ----------*/
/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.issue_221124 img {
  width: 100%;
  height: auto;
}
.issue_221124 a, .issue_221124 picture {
  display: block;
}
.issue_221124 .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .issue_221124 .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .issue_221124 .sp-only {
    display: none;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
}

.js-bgColor::after {
  transform: scale(0, 1);
  transition-duration: 1.2s;
  transform-origin: top left;
}
@media screen and (min-width: 768px) {
  .js-bgColor::after {
    transition-duration: 2s;
  }
}

.js-bgColor.active::after {
  transform: scale(1, 1);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.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.18;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .firstviewArea__lead {
    font-size: 14px;
    line-height: 2.4;
  }
}

.sec-ttl span {
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(72 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-ttl span {
    font-size: 52px;
  }
}

.sec-lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .sec-lead {
    font-size: 13px;
  }
}

.sec-credit span {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 13px;
  }
}

.issue_221124__btn a {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .issue_221124__btn a {
    font-size: 13px;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/
.firstviewArea__img {
  width: 100%;
}

.item-image101,
.item-image301 {
  width: calc(630 *(100vw / 750));
}

.image-box201,
.image-box401 {
  width: calc(660 *(100vw / 750));
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.sec {
  margin-bottom: calc(160 *(100vw / 750));
}

.sec01,
.sec03 {
  position: relative;
  color: #fff;
  padding-bottom: calc(100 *(100vw / 750));
}
.sec01::after,
.sec03::after {
  display: block;
  position: absolute;
  top: calc(140 *(100vw / 750));
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}
.sec01 .item-image,
.sec03 .item-image {
  margin-bottom: calc(97 *(100vw / 750));
}
.sec01 .sec-ttl,
.sec03 .sec-ttl {
  margin-bottom: calc(37 *(100vw / 750));
}
.sec01 .sec-ttl__f,
.sec03 .sec-ttl__f {
  text-align: center;
  margin-bottom: calc(15 *(100vw / 750));
}
.sec01 .sec-ttl__s,
.sec03 .sec-ttl__s {
  display: flex;
  align-items: center;
}
.sec01 .sec-ttl__s::before, .sec01 .sec-ttl__s::after,
.sec03 .sec-ttl__s::before,
.sec03 .sec-ttl__s::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.sec01 .sec-ttl__s::before,
.sec03 .sec-ttl__s::before {
  margin-right: calc(20 *(100vw / 750));
}
.sec01 .sec-ttl__s::after,
.sec03 .sec-ttl__s::after {
  margin-left: calc(10 *(100vw / 750));
}
.sec01 .sec-credit span,
.sec03 .sec-credit span {
  border-bottom: 1px solid #fff;
}

.sec02 .image-box,
.sec04 .image-box {
  position: relative;
  margin-bottom: calc(65 *(100vw / 750));
}
.sec02 .sec-ttl,
.sec04 .sec-ttl {
  position: absolute;
  writing-mode: vertical-rl;
}
.sec02 .sec-ttl span,
.sec04 .sec-ttl span {
  white-space: nowrap;
}
.sec02 .sec-credit span,
.sec04 .sec-credit span {
  border-bottom: 1px solid #999999;
}

.item-image,
.image-box {
  margin-left: auto;
  margin-right: auto;
}

.sec-ttl span {
  display: block;
}

.sec-lead {
  text-align: center;
  margin-bottom: calc(50 *(100vw / 750));
}

.sec-credit {
  text-align: center;
}
.sec-credit span {
  display: inline-block;
  padding-bottom: 1px;
}

/*---------- common ----------*/
.issue_221124 {
  padding-bottom: calc(160 *(100vw / 750));
}

.firstviewArea {
  padding-bottom: calc(126 *(100vw / 750));
}
.firstviewArea__img {
  margin-bottom: calc(126 *(100vw / 750));
}
.firstviewArea__lead {
  text-align: center;
}

.sec01::after {
  background-color: #82634d;
}
.sec01 .sec-ttl__f {
  margin-left: calc(-168 *(100vw / 750));
}
.sec01 .sec-ttl__s::before {
  padding-left: calc(180 *(100vw / 750));
}

.sec02 .sec-ttl {
  top: calc(25 *(100vw / 750));
  right: calc(14 *(100vw / 750));
}

.sec03::after {
  background-color: #908982;
}
.sec03 .sec-ttl__f {
  margin-left: calc(-142 *(100vw / 750));
}
.sec03 .sec-ttl__s::before {
  padding-left: calc(174 *(100vw / 750));
}
.sec03 .sec-ttl__s::after {
  margin-left: calc(25 *(100vw / 750));
}

.sec04 .image-box401 {
  transform: translateX(calc(10 *(100vw / 750)));
}
.sec04 .sec-ttl {
  height: 100%;
  top: 0;
  left: calc(-45 *(100vw / 750));
}
.sec04 .sec-ttl span {
  letter-spacing: 0.043em;
}
.sec04 .sec-ttl__f {
  padding-top: calc(23 *(100vw / 750));
}
.sec04 .sec-ttl__s {
  text-align: right;
  margin-bottom: calc(-4 *(100vw / 750));
}

.issue_221124__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(600 *(100vw / 750));
  height: calc(70 *(100vw / 750));
  margin: 0 auto;
  border: solid 1px #4d4d4d;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    max-width: 1180px;
    width: 95%;
  }
  .item-image101,
.item-image301 {
    max-width: 480px;
    width: 55%;
  }
  .image-box201,
.image-box401 {
    width: 500px;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .sec {
    margin-bottom: 140px;
  }
  .sec01,
.sec03 {
    padding-bottom: 0;
  }
  .sec01__wrapper,
.sec03__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
    max-width: 1400px;
    width: 95%;
  }
  .sec01__txtArea,
.sec03__txtArea {
    width: 45%;
  }
  .sec01::after,
.sec03::after {
    top: 40px;
    bottom: 40px;
  }
  .sec01 .item-image,
.sec03 .item-image {
    position: relative;
    margin-bottom: 0;
    z-index: 15;
  }
  .sec01 .sec-ttl,
.sec03 .sec-ttl {
    margin-bottom: 28px;
  }
  /*---------- common ----------*/
}
@media screen and (min-width: 768px) and (max-width: 1000px) and (min-width: 768px) {
  .sec01 .sec-ttl span,
.sec03 .sec-ttl span {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec01 .sec-ttl__f,
.sec03 .sec-ttl__f {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .sec01 .sec-ttl__s::before, .sec01 .sec-ttl__s::after,
.sec03 .sec-ttl__s::before,
.sec03 .sec-ttl__s::after {
    margin: 0 calc(-50% - 50vw);
    width: 100vw;
  }
  .sec01 .sec-ttl__s::before,
.sec03 .sec-ttl__s::before {
    margin-right: 15px;
  }
  .sec01 .sec-ttl__s::after,
.sec03 .sec-ttl__s::after {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .image-box,
.sec04 .image-box {
    margin-bottom: 44px;
  }
  .sec02 .sec-ttl span,
.sec04 .sec-ttl span {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) {
  .item-image {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-lead {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .issue_221124 {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .firstviewArea {
    padding-bottom: 111px;
  }
  .firstviewArea__img {
    margin: 0 auto;
    margin-bottom: 112px;
  }
}
@media screen and (min-width: 768px) {
  .sec01__txtArea {
    margin-top: 1.8rem;
    margin-right: 8rem;
    max-width: 490px;
  }
  .sec01 .sec-ttl__f {
    margin-left: -14.6rem;
  }
  .sec01 .sec-ttl__s::before {
    padding-left: 140px;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .sec-ttl {
    top: 20px;
    right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .sec03__txtArea {
    margin-top: 1.8rem;
    margin-right: 8rem;
    max-width: 450px;
  }
  .sec03 .sec-ttl__f {
    margin-left: -8rem;
  }
  .sec03 .sec-ttl__s::before {
    padding-left: 80px;
  }
  .sec03 .sec-ttl__s::after {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    margin-bottom: 122px;
  }
  .sec04 .image-box401 {
    transform: translateX(0);
  }
  .sec04 .sec-ttl {
    height: auto;
    top: 20px;
    left: -76px;
  }
  .sec04 .sec-ttl span {
    letter-spacing: 0.043em;
  }
  .sec04 .sec-ttl__f {
    padding-top: 0;
  }
  .sec04 .sec-ttl__s {
    text-align: left;
    margin-top: 258px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .issue_221124__btn a {
    box-sizing: border-box;
    padding-top: 4px;
    max-width: 800px;
    width: 95%;
    height: 42px;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*# sourceMappingURL=style.css.map */