@charset "UTF-8";
/**
 * GOODA Fit版BOOK トンマナ用CSS
 * Created on: 2019.11.15
 * Modified on: 2022.01.17 -- Dart Sass対応
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　FRAME WIDTH
--------------------------------------------------------*/
/*--------------------------------------------------------
　CSS SPRITE
--------------------------------------------------------*/
/*--------------------------------------------------------
　OTHERS
--------------------------------------------------------*/
/**
 * GOODA3月号 巻頭用CSS
 * Created on: 2026.3.16
 */
/*--------------------------------------------------------
　COVER
--------------------------------------------------------*/
body #header,
body #menu_btn,
body #sns_area {
  transform: translate(-126px, 0);
}
body #arrows {
  transform: translate(70px, 0);
}
body #fp-nav {
  transform: translate(-70px, 0);
}
body #header,
body #menu_btn,
body #sns_area,
body #arrows {
  transition: all 0.3s ease-in-out;
}
body.is-frame-fixed #header,
body.is-frame-fixed #menu_btn,
body.is-frame-fixed #sns_area,
body.is-frame-fixed #arrows,
body.is-frame-fixed #fp-nav {
  transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
}
body.bg-default {
  background: url("/book/202603/images/cover/fv_img.jpg") no-repeat center 15%/cover;
}
body.bg-white {
  background: #ffffff !important;
}
@media only screen and (max-width: 800px) {
  body.bg-default {
    background: url("/book/202603/images/cover/fv_img_tb.jpg") no-repeat 50% 50%/contain;
  }
}

#arrows span.next {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#arrows span.next.hide {
  opacity: 0;
}

#header {
  background: transparent;
}
.fp-viewing-3 #header {
  background: #FFFFFF;
}

#scroll_arrow {
  width: 108px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 1;
}
.is-frame-fixed #scroll_arrow {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#scroll_arrow .next {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-right: 14px solid #FFFFFF;
  border-bottom: 14px solid #FFFFFF;
  -webkit-animation: down 2s infinite;
          animation: down 2s infinite;
}
@media only screen and (max-width: 800px) {
  #scroll_arrow .next {
    border-right: 14px solid #000000;
    border-bottom: 14px solid #000000;
  }
}
#scroll_arrow .scroll {
  display: inline-block;
  width: 108px;
  height: 20px;
  margin-top: 20px;
}
#scroll_arrow .scroll .pc {
  display: block;
}
#scroll_arrow .scroll .tb {
  display: none;
}
@media only screen and (max-width: 800px) {
  #scroll_arrow .scroll .pc {
    display: none;
  }
  #scroll_arrow .scroll .tb {
    display: block;
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  70% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes down {
  0% {
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  70% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#loadingbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
}

.credit-btn {
  position: absolute;
}
.credit-btn a {
  display: block;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  padding: 10px 30px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.credit-btn a:hover {
  opacity: 0.7;
}
.credit-btn a::before {
  content: "";
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 10px;
  right: 14px;
}
.credit-btn a::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 13px;
  right: 13px;
  transform: rotate(-45deg);
}

.credit-box {
  display: none;
  width: 370px;
  padding: 20px 20px 50px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", Sans-Serif;
  font-size: 12px;
  line-height: 1.6;
  position: absolute;
  z-index: 1;
}
.credit-box .credit-close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.credit-box .credit-close:hover {
  opacity: 0.7;
}
.credit-box .credit-close::before, .credit-box .credit-close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #5a5a5a;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
}
.credit-box .credit-close::before {
  transform: rotate(45deg);
}
.credit-box .credit-close::after {
  transform: rotate(-45deg);
}

.static-img01, .static-img02, .static-img03 {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
}
.static-img01 .img01, .static-img02 .img01, .static-img03 .img01 {
  overflow: hidden;
}
.static-img01 .img01 img, .static-img02 .img01 img, .static-img03 .img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.static-img01 .img01 {
  width: 35.1%;
  height: calc(100% - 37px);
  position: absolute;
  top: 17px;
  left: 53%;
}
@media only screen and (max-width: 800px) {
  .static-img01 .img01 img {
    -o-object-position: 44% 50%;
       object-position: 44% 50%;
  }
}
.static-img02 .img01 {
  width: 37.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 52.2%;
}
@media only screen and (max-width: 800px) {
  .static-img02 .img01 img {
    -o-object-position: 36% 50%;
       object-position: 36% 50%;
  }
}
.static-img03 .img01 {
  width: 37.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 54.7%;
}
@media only screen and (max-width: 800px) {
  .static-img03 .img01 img {
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
}

.cover-block {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.cover-block .gooda-logo {
  display: block;
  width: 75.6%;
  position: absolute;
  bottom: 0;
  margin-bottom: -13px;
  left: 50%;
  margin-left: -49%;
}
.cover-block .gooda-logo-tb {
  display: none;
}
@media only screen and (max-width: 800px) {
  .cover-block .gooda-logo {
    display: none;
  }
  .cover-block .gooda-logo-tb {
    display: block;
    width: 75.6%;
    position: absolute;
    bottom: 0;
    margin-bottom: -13px;
    left: 50%;
    margin-left: -49%;
  }
}

.eyecatch-first .fv-txtbox {
  font-size: 10px;
  line-height: 1.6;
  color: #FFFFFF;
}
.eyecatch-first .fv-txtbox .modify {
  margin-top: 1em;
}
@media only screen and (max-width: 800px) {
  .eyecatch-first .fv-inner {
    bottom: auto;
    top: 8%;
  }
  .eyecatch-first .fv-name {
    width: 20%;
    right: 10%;
  }
}
.eyecatch-second {
  background: url("/book/202603/images/cover/sv_img.jpg") no-repeat center 35%/cover;
}
.eyecatch-second .fv-name {
  width: 8.3%;
  max-width: 96px;
  position: absolute;
  left: 18%;
  top: 16%;
}
.eyecatch-second .sv-inner {
  width: 31.3%;
  position: absolute;
  top: 39%;
  left: 8.6%;
}
.eyecatch-second .sv-theme {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .eyecatch-second {
    background: url("/book/202603/images/cover/sv_img_tb.jpg") no-repeat center center/contain;
    background-color: #ffffff;
  }
  .eyecatch-second .fv-name {
    width: 12.3%;
    max-width: 96px;
    position: absolute;
    left: 45%;
    top: 7.2%;
  }
  .eyecatch-second .sv-inner {
    width: 31.3%;
    position: absolute;
    top: 39%;
    left: 8.6%;
  }
}
.eyecatch-third {
  background: url("/book/202603/images/cover/sv_img.jpg") no-repeat center center/cover;
  overflow: hidden;
}
.eyecatch-third:before {
  content: "";
  background: inherit;
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: 0;
}
.eyecatch-third:after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.eyecatch-third .fv-name {
  width: 8.3%;
  max-width: 96px;
  position: absolute;
  left: 18%;
  top: 16%;
  z-index: 1;
}
.eyecatch-third .sv-inner {
  width: 55.3%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.eyecatch-third .sv-theme {
  width: 75.6%;
  margin: 0 auto 0;
  position: relative;
  left: -1%;
}
.eyecatch-third .sv-txt {
  width: 100%;
  margin: 0 auto 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.eyecatch-third .sv-txtbox {
  width: 100%;
  margin-top: 36px;
  font-size: 10px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
.eyecatch-third .sv-txtbox .modify {
  margin-top: 1em;
}
@media only screen and (max-width: 800px) {
  .eyecatch-third {
    background: url("/book/202603/images/cover/sv_img_tb.jpg") no-repeat center center/contain;
    background-color: #ffffff;
  }
  .eyecatch-third .sv-inner {
    width: 72.3%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .eyecatch-third .sv-txt {
    width: 100%;
    margin: 0 auto 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.cover-content {
  background: #1c1c2e;
}
.cover-content .menu-inner {
  padding-left: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cover-content .menu-ttl {
  width: 128px;
  height: 20px;
  margin-bottom: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("/book/images/common_icon.png");
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: 0 -90px;
}
.cover-content .gnavi ul {
  width: 90%;
  max-width: 921px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cover-content .gnavi li {
  width: 48%;
}
.cover-content .gnavi li:nth-child(2) .txt {
  line-height: 1.1em;
}
.cover-content .gnavi li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #5d5d6a;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cover-content .gnavi li a:hover {
  opacity: 0.7;
}
.cover-content .gnavi li .thumb {
  width: 11vmin;
  padding: 10px 15px 10px 0;
  box-sizing: border-box;
}
.cover-content .gnavi li .thumb img {
  vertical-align: bottom;
}
.cover-content .gnavi li .txt {
  /*width: calc(100% - 18vmin);*/
  width: calc(100% - 11vmin);
  font-family: "Hiragino Kaku Gothic W4 JIS2004", Sans-Serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #ffffff;
  padding-bottom: 0;
}
.cover-content .gnavi li .small {
  font-size: 12px;
}
.cover-content .gnavi li .genre {
  font-family: "Fjalla One", sans-serif;
  font-size: 11px;
  line-height: 1em;
  color: #5d5d6a;
  position: absolute;
  left: auto;
  bottom: 10px;
  right: 0;
}
@media only screen and (max-width: 800px) {
  .cover-content .gnavi ul {
    width: 90%;
  }
}
.cover-article .img01,
.cover-article .img02,
.cover-article .img03 {
  overflow: hidden;
}
.cover-article .img01 img,
.cover-article .img02 img,
.cover-article .img03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-article .copy {
  margin-bottom: 30px;
}
.cover-article .txtbox {
  font-size: 12px;
  line-height: 1.8;
  color: #3C3C3C;
}
.cover-article .txtbox p + p {
  margin-top: 1.5em;
}
.cover-article .credit {
  font-size: 10px;
  line-height: 1.6;
  color: #3C3C3C;
}
.cover-article.article01::before, .cover-article.article02::before, .cover-article.article05::before, .cover-article.article05::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
  pointer-events: none;
}
.cover-article.article01 {
  background: #9C8E86;
}
.cover-article.article01 .img01 {
  width: 24.8%;
  height: calc(100% - 194px);
  position: absolute;
  top: 65px;
  left: 7.4%;
}
.cover-article.article01 .img01 img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.cover-article.article01 .img02 {
  width: 24.8%;
  height: calc(100% - 194px);
  position: absolute;
  top: 130px;
  left: 67.2%;
}
.cover-article.article01 .img02 img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.cover-article.article01 .inner {
  width: 28.1%;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 35.9%;
}
.cover-article.article01 .title {
  width: 94%;
  margin-bottom: 30px;
}
.cover-article.article01 .txtbox {
  font-size: 12px;
  color: #ffffff;
  text-align: justify;
}
@media only screen and (max-width: 800px) {
  .cover-article.article01 .img01 img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
  .cover-article.article01 .img02 img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
.cover-article.article02 {
  background: #66544E;
}
.cover-article.article02 .img01 {
  width: 35.2%;
  height: calc(100% - 36px);
  position: absolute;
  top: 18px;
  left: 15.6%;
}
.cover-article.article02 .img01 img {
  -o-object-position: 25% 30%;
     object-position: 25% 30%;
}
.cover-article.article02 .img02 {
  width: 25.5%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 58.7%;
}
@media only screen and (max-width: 800px) {
  .cover-article.article02 .img01 img {
    -o-object-position: 33% 50%;
       object-position: 33% 50%;
  }
}
.cover-article.article03 {
  background: #66544E;
}
.cover-article.article03 .img01 {
  width: 29.2%;
  height: calc(100% - 125px);
  position: absolute;
  top: 61px;
  left: 54.6%;
}
.cover-article.article03 .img01 img {
  -o-object-position: 25% 30%;
     object-position: 25% 30%;
}
.cover-article.article03 .inner {
  width: 33%;
  margin-left: 15.3%;
  margin-top: 21vh;
}
.cover-article.article03 .inner .txtbox {
  color: #ffffff;
}
.cover-article.article03 .inner .txtbox .credit {
  color: #ffffff;
  margin-top: 2.5em;
}
@media only screen and (max-width: 800px) {
  .cover-article.article03 .img01 img {
    -o-object-position: 43% 50%;
       object-position: 43% 50%;
  }
}
.cover-article.article04 {
  background: #9C8E86;
}
.cover-article.article04 .img01 {
  width: 35.2%;
  height: calc(100% - 36px);
  position: absolute;
  top: 18px;
  left: 15.6%;
}
.cover-article.article04 .img01 img {
  -o-object-position: 25% 30%;
     object-position: 25% 30%;
}
.cover-article.article04 .img02 {
  width: 21.5%;
  position: absolute;
  top: 45.5vh;
  left: 60%;
}
@media only screen and (max-width: 800px) {
  .cover-article.article04 .img01 img {
    -o-object-position: 45% 50%;
       object-position: 45% 50%;
  }
}
.cover-article.article05 {
  background: #9C8E86;
}
.cover-article.article05 .img01 {
  width: 29.2%;
  height: calc(100% - 125px);
  position: absolute;
  top: 61px;
  left: 54.6%;
}
.cover-article.article05 .img01 img {
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}
.cover-article.article05 .inner {
  width: 32%;
  margin-left: 15.3%;
  margin-top: 20.5vh;
}
.cover-article.article05 .inner .txtbox {
  color: #ffffff;
}
.cover-article.article05 .inner .txtbox .credit {
  color: #ffffff;
  margin-top: 2.5em;
}
@media only screen and (max-width: 800px) {
  .cover-article.article05 .img01 img {
    -o-object-position: 33% 50%;
       object-position: 33% 50%;
  }
}
.cover-article.article06 .img01 {
  width: 29.2%;
  height: calc(100% - 124px);
  position: absolute;
  top: 62px;
  left: 16%;
}
.cover-article.article06 .img01 img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.cover-article.article06 .img02 {
  width: 29.5%;
  height: calc(100% - 127px);
  position: absolute;
  top: 62px;
  left: 54.6%;
}
.cover-article.article06 .img02 img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
@media only screen and (max-width: 800px) {
  .cover-article.article06 .img01 img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
  .cover-article.article06 .img02 img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
.cover-article.article07 .img01 {
  width: 29.2%;
  height: calc(100% - 126px);
  position: absolute;
  top: 59px;
  left: 16%;
}
.cover-article.article07 .img01 img {
  -o-object-position: 71% 50%;
     object-position: 71% 50%;
}
.cover-article.article07 .inner {
  width: 32%;
  margin-left: 55.3%;
  margin-top: 9.7vh;
}
.cover-article.article07 .inner .img02 {
  width: 72%;
  margin-bottom: 6.8vh;
}
.cover-article.article07 .inner .txtbox .credit {
  margin-top: 2.5em;
}
@media only screen and (max-width: 800px) {
  .cover-article.article07 .img01 img {
    -o-object-position: 33% 50%;
       object-position: 33% 50%;
  }
}
.cover-article.article08 .img01 {
  width: 29.2%;
  height: calc(100% - 124px);
  position: absolute;
  top: 62px;
  left: 16%;
}
.cover-article.article08 .img01 img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.cover-article.article08 .img02 {
  width: 29.5%;
  height: calc(100% - 127px);
  position: absolute;
  top: 62px;
  left: 54.6%;
}
.cover-article.article08 .img02 img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
@media only screen and (max-width: 800px) {
  .cover-article.article08 .img01 img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
  .cover-article.article08 .img02 img {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
.cover-article.article09 .inner {
  width: 32%;
  margin-left: 13.8%;
  margin-top: 5.5vh;
}
.cover-article.article09 .inner .img01 {
  width: 75%;
  margin-bottom: 7vh;
}
.cover-article.article09 .inner .txtbox .credit {
  margin-top: 2.5em;
}
#footer {
  background: #ffffff;
}

/*--------------------------------------------------------
　SCROLL ANIMATION
--------------------------------------------------------*/
.static-img01 {
  transform: translate3d(0, 100%, 0);
  transition: all 0.7s ease-in-out;
}
.static-img01.active {
  transform: translate3d(0, 0, 0);
}
.static-img01.moveDown1st, .static-img01.moveUp1st {
  transform: translate3d(0, 0, 0);
}
.static-img01.removeImg {
  transform: translate3d(0, -100%, 0);
}
.static-img02 {
  transform: translate3d(0, 100%, 0);
  transition: all 0.7s ease-in-out;
}
.static-img02.active {
  transform: translate3d(0, 0, 0);
}
.static-img02.moveDown1st, .static-img02.moveUp1st {
  transform: translate3d(0, 0, 0);
}
.static-img02.removeImg {
  transform: translate3d(0, -100%, 0);
}
.static-img03 {
  transform: translate3d(0, 100%, 0);
  transition: all 0.7s ease-in-out;
}
.static-img03.active {
  transform: translate3d(0, 0, 0);
}
.static-img03.moveDown1st, .static-img03.moveUp1st {
  transform: translate3d(0, 0, 0);
}
.static-img03.removeImg {
  transform: translate3d(0, -100%, 0);
}

.gooda-logo {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-in-out;
}
.gooda-logo.is-anm-done {
  opacity: 0;
  transform: translateX(-40px);
}
.gooda-logo.is-loading {
  opacity: 0;
  transform: translateX(0);
}

.gooda-logo-tb {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease-in-out;
}
.gooda-logo-tb.is-anm-done {
  opacity: 0;
  transform: translateX(-40px);
}
.gooda-logo-tb.is-loading {
  opacity: 0;
  transform: translateX(0);
}

.fv-txtbox {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
.fv-txtbox.is-loading {
  opacity: 0;
}

.eyecatch-second .sv-theme {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.eyecatch-second .sv-txt,
.eyecatch-second .sv-txtbox {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.eyecatch-second.move-up .sv-theme, .eyecatch-second.active .sv-theme {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.eyecatch-second.move-up .sv-txt,
.eyecatch-second.move-up .sv-txtbox, .eyecatch-second.active .sv-txt,
.eyecatch-second.active .sv-txtbox {
  opacity: 1;
  transition-delay: 1s;
}

.cover-article .inner {
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.cover-article.move-up, .cover-article.active {
  /*&::before {
       opacity: 0;
       transition-delay: .7s;
     }*/
}
.cover-article.move-up .inner, .cover-article.active .inner {
  opacity: 1;
  transition-delay: 1s;
}
.cover-article.article01::before, .cover-article.article02::before, .cover-article.article05::before, .cover-article.article05::before, .cover-article.article08::before, .cover-article.article09::before {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
.cover-article.article01.move-up::before, .cover-article.article01.active::before, .cover-article.article02.move-up::before, .cover-article.article02.active::before, .cover-article.article05.move-up::before, .cover-article.article05.active::before, .cover-article.article05.move-up::before, .cover-article.article05.active::before, .cover-article.article08.move-up::before, .cover-article.article08.active::before, .cover-article.article09.move-up::before, .cover-article.article09.active::before {
  opacity: 0;
  transition-delay: 0.7s;
}
.cover-article.article01 .img01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article01 .title {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article01 .shoulder {
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.cover-article.article01 .img02 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article01.move-up .img01,
.cover-article.article01.move-up .img02, .cover-article.article01.active .img01,
.cover-article.article01.active .img02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.cover-article.article01.move-up .title, .cover-article.article01.active .title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.cover-article.article01.move-up .shoulder, .cover-article.article01.active .shoulder {
  opacity: 1;
  transition-delay: 1s;
}
.cover-article.article02 .copy {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article02 .img01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article02.move-up .img01, .cover-article.article02.active .img01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.cover-article.article02.move-up .copy, .cover-article.article02.active .copy {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.cover-article.article03 .copy {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article03 .img01 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article03.move-up .img01, .cover-article.article03.active .img01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.cover-article.article03.move-up .copy, .cover-article.article03.active .copy {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.cover-article.article04 .img01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article04 .img02 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article04.move-up .img01,
.cover-article.article04.move-up .img02, .cover-article.article04.active .img01,
.cover-article.article04.active .img02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.cover-article.article05 .img01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article05 .img02 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article05.move-up .img01,
.cover-article.article05.move-up .img02, .cover-article.article05.active .img01,
.cover-article.article05.active .img02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.cover-article.article06 .img01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article06 .img02 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article06.move-up .img01,
.cover-article.article06.move-up .img02, .cover-article.article06.active .img01,
.cover-article.article06.active .img02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.cover-article.article07 .img01 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article07.move-up .img01, .cover-article.article07.active .img01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.cover-article.article08 .img01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article08 .img02 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article08.move-up .img01,
.cover-article.article08.move-up .img02, .cover-article.article08.active .img01,
.cover-article.article08.active .img02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.cover-article.article09 .img01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cover-article.article09.move-up .img01, .cover-article.article09.active .img01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
/*# sourceMappingURL=cover.css.map */