/*---------- reset ----------*/
/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.issue_230413 img,
.issue_230413 svg,
.issue_230413-profile img,
.issue_230413-profile svg {
  width: 100%;
  height: auto;
}
.issue_230413 a, .issue_230413 picture,
.issue_230413-profile a,
.issue_230413-profile picture {
  display: block;
}
.issue_230413 .pc-only,
.issue_230413-profile .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .issue_230413 .pc-only,
  .issue_230413-profile .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .issue_230413 .sp-only,
  .issue_230413-profile .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;
}

.item-image301 {
  animation: wobbling_x 2s ease-in-out infinite alternate, wobbling_y 2.5s ease-in-out infinite alternate;
}

@keyframes wobbling_x {
  0% {
    margin-left: 15px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
/*---------- animation ----------*/
/*---------- font ----------*/
.sec-credit span {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #837D6C;
  font-size: calc(20 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  #sec-modal301 .sec-credit span {
    font-size: 16px;
    color: #fff;
  }
}
.footerArea__txt,
.footerArea__txt--staff {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #837D6C;
  font-size: calc(20 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .footerArea__txt,
  .footerArea__txt--staff {
    font-size: 12.5px;
  }
}

@media screen and (min-width: 768px) {
  .footerArea__txt.md-btn {
    font-size: 13.5px;
  }
}
.footerArea__txt--staff {
  line-height: 1.935483871;
}

.issue_230413__btn a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #817D6C;
  font-size: calc(20 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .issue_230413__btn a {
    font-size: 14px;
  }
}

.md-contents__txtArea--name,
.md-contents__txtArea--txt {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
}

.md-contents__txtArea--name {
  font-size: calc(20 *(100vw / 750));
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .md-contents__txtArea--name {
    font-size: 2rem;
  }
}

.md-contents__txtArea--txt {
  font-size: calc(20 *(100vw / 750));
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .md-contents__txtArea--txt {
    font-size: 1.3rem;
    line-height: 1.72;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/
.firstviewArea__img {
  width: 100%;
}

.model-image101 {
  width: calc(485 *(100vw / 750));
}

.image-box201 {
  width: calc(640 *(100vw / 750));
}

.image-box301 {
  width: calc(485 *(100vw / 750));
}

.item-image301 {
  width: calc(180 *(100vw / 750));
}

.image-box401 {
  width: calc(485 *(100vw / 750));
}

.model-image501,
.model-image502 {
  width: calc(640 *(100vw / 750));
}

.image-box601 {
  width: calc(485 *(100vw / 750));
}

.footerArea__img {
  width: calc(640 *(100vw / 750));
}

.profile-image {
  width: 100%;
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.image-box,
.model-image {
  margin: 0 auto;
}

.image-box {
  margin-bottom: calc(62 *(100vw / 750));
}

.sec-credit {
  text-align: center;
  margin-top: calc(8 *(100vw / 750));
}
.sec-credit span {
  display: inline-block;
  margin: 0 calc(4 *(100vw / 750));
  margin-bottom: calc(10 *(100vw / 750));
}

.sec-credit,
.footerArea__txt,
.md-contents__txtArea--name {
  transform: scale(0.8);
}

.md-contents__txtArea--txt {
  transform: scale(0.65);
}

.md-btn {
  cursor: pointer;
}

/*---------- common ----------*/
/*---------- modal-content ----------*/
.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 30;
}

.md-contents {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 40;
}
.md-contents__img {
  margin: 0 auto;
  margin-bottom: calc(36 *(100vw / 750));
}

.md-xmark {
  display: block;
  position: absolute;
  top: calc(20 *(100vw / 750));
  right: calc(20 *(100vw / 750));
  width: 25px;
  height: 25px;
  z-index: 30;
  background-image: url(../img/batsu.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  content: "";
}

/*---------- modal-content ----------*/
.issue_230413 {
  padding-bottom: calc(125 *(100vw / 750));
}

.firstviewArea {
  margin-bottom: calc(100 *(100vw / 750));
}

.image-box201 {
  margin-bottom: calc(263 *(100vw / 750));
}

.image-box301 {
  position: relative;
  margin-bottom: calc(162 *(100vw / 750));
}
.image-box301 .item-image301 {
  position: absolute;
  left: calc(-130 *(100vw / 750));
  z-index: 15;
}
.image-box301 #svg-path {
  position: absolute;
  top: -420px;
  left: -30px;
  width: calc(150 *(100vw / 750));
  pointer-events: none;
}

.md-contents301 {
  width: calc(486 *(100vw / 750));
}

.image-box401 {
  margin-bottom: calc(30 *(100vw / 750));
}

.model-image502 {
  margin-bottom: calc(93 *(100vw / 750));
}

.footerArea {
  text-align: center;
  margin: 0 auto;
  margin-bottom: calc(104 *(100vw / 750));
}
.footerArea__img {
  margin: 0 auto;
  margin-bottom: calc(16 *(100vw / 750));
}
.footerArea__txt {
  display: inline-block;
  margin-bottom: calc(68 *(100vw / 750));
}
.footerArea__txt--staff {
  text-align: center;
  margin-bottom: 0;
}

.issue_230413__btn a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: calc(521 *(100vw / 750));
  height: calc(45 *(100vw / 750));
  margin: 0 auto;
  border: solid 1px #817D6C;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .model-image101 {
    width: 485px;
  }
  .image-box201 {
    width: 100%;
  }
  .model-image201,
  .model-image202 {
    width: 50%;
  }
  .image-box301 {
    width: 485px;
  }
  .item-image301 {
    width: 184px;
  }
  .image-box401 {
    width: auto;
  }
  .model-image401 {
    width: 485px;
  }
  .model-image501,
  .model-image502 {
    width: 50%;
  }
  .image-box601 {
    width: 485px;
  }
  .footerArea__img {
    width: 640px;
  }
  .profile-image {
    width: 50%;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  .sec-flexWrap {
    display: flex;
  }
  .image-box {
    margin-bottom: 69px;
  }
  .sec-credit {
    margin-top: 11px;
  }
  .sec-credit span {
    margin: 0 4px;
    margin-bottom: 7px;
  }
  .sec-credit,
  .footerArea__txt,
  .md-contents__txtArea--name,
  .md-contents__txtArea--txt {
    transform: scale(1);
  }
  /*---------- common ----------*/
  /*---------- modal-content ----------*/
  .md-overlay {
    background: #000;
    opacity: 0.4;
  }
  .md-contents {
    top: 54%;
  }
  .md-contents__img {
    margin-bottom: 0;
  }
  .md-xmark {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
  /*---------- modal-content ----------*/
  /*---------- profile ----------*/
  .profile-modal .md-contents {
    margin: 0 auto;
    max-width: 1000px;
    width: 70%;
    background-color: #94C4E8;
  }
  .profile-modal .md-contents__wrap {
    display: flex;
    align-items: center;
  }
  .profile-modal .md-contents__txtArea {
    margin-top: 0;
    width: 50%;
  }
  .profile-modal .md-contents__txtArea--name {
    text-align: center;
    margin-bottom: 50px;
  }
  .profile-modal .md-contents__txtArea--txt {
    text-align: center;
  }
  /*---------- profile ----------*/
  .issue_230413 {
    padding-bottom: 200px;
  }
  .firstviewArea {
    margin-bottom: 100px;
  }
  .image-box201 {
    margin-bottom: 268px;
  }
  .image-box301 {
    margin-bottom: 170px;
  }
  .image-box301 .item-image301 {
    left: -160px;
  }
  .image-box301 #svg-path {
    top: auto;
    left: -30px;
    bottom: -400px;
    width: 180px;
  }
  .md-contents301 {
    width: 485px;
  }
  .image-box401 {
    margin-bottom: 88px;
  }
  .image-box401 .model-image401 {
    margin: 0 auto;
  }
  .model-image502 {
    margin-bottom: 0;
  }
  .footerArea {
    margin-bottom: 183px;
  }
  .footerArea__img {
    margin-bottom: 16px;
  }
  .footerArea__txt {
    margin-bottom: 83px;
  }
  .footerArea .md-contentsFooter {
    top: 55%;
  }
  .issue_230413__btn a {
    max-width: 889px;
    width: 80%;
    height: 39px;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}/*# sourceMappingURL=style.css.map */