@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
--------------------------------------------------------*/
/**
 * GOODA5月号 巻頭用CSS
 * Created on: 2026.5.19
 */
/*--------------------------------------------------------
　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/202605/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/202605/images/cover/fv_img_tb.jpg") no-repeat center 15%/cover;
  }
}

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

#header {
  background: transparent;
}
.fp-viewing-2 #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 #FFFFFF;
    border-bottom: 14px solid #FFFFFF;
  }
}
#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: 30.7%;
  height: calc(100% - 102px);
  position: absolute;
  top: 51px;
  left: 14.8%;
  z-index: 1;
}
@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.7%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 14.8%;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .static-img02 .img01 img {
    -o-object-position: 44% 50%;
       object-position: 44% 50%;
  }
}
.static-img03 .img01 {
  width: 30.7%;
  height: calc(100% - 92px);
  position: absolute;
  top: 51px;
  left: 14.8%;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .static-img03 .img01 img {
    -o-object-position: 44% 50%;
       object-position: 44% 50%;
  }
}

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

.eyecatch-first .fv-txtbox {
  font-size: 10px;
  line-height: 1.6;
  color: #FFFFFF;
}
.eyecatch-first .fv-txtbox .modify {
  margin-top: 1em;
}
.eyecatch-first .fv-name {
  width: 15.3%;
  max-width: 157px;
  position: absolute;
  left: 63.5%;
  top: 27.5%;
}
@media only screen and (max-width: 800px) {
  .eyecatch-first .fv-inner {
    bottom: auto;
    top: 8%;
  }
  .eyecatch-first .fv-name {
    width: 18%;
    max-width: 157px;
    position: absolute;
    left: 63.5%;
    top: 27.5%;
  }
}
.eyecatch-second {
  background: url("/book/202605/images/cover/sv_img.jpg") no-repeat 35% top/cover;
}
.eyecatch-second .sv-inner {
  width: 25.8%;
  position: absolute;
  top: 58.8%;
  left: 77.6%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.eyecatch-second .sv-txt {
  width: 100%;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.eyecatch-second .sv-txtbox {
  width: 100%;
  margin-top: 0;
}
.eyecatch-second .sv-txtbox img,
.eyecatch-second .sv-txtbox .staff-credit,
.eyecatch-second .sv-txtbox .modify {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.eyecatch-second .sv-txtbox .sv-theme {
  width: 154%;
  margin: 0 auto 0;
  position: absolute;
  top: 9%;
  left: -235%;
}
.eyecatch-second .sv-txtbox .staff-credit {
  font-size: 10px;
  line-height: 1.4;
  color: #ffffff;
  text-align: left;
}
.eyecatch-second .sv-txtbox .modify {
  margin-top: 1em;
  font-size: 10px;
  line-height: 1.4;
  color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .eyecatch-second .sv-inner {
    width: 38.8%;
    position: absolute;
    top: 58.8%;
    left: 71.6%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .eyecatch-second .sv-inner .sv-theme {
    width: 154%;
    margin: 0 auto 0;
    position: absolute;
    top: 9%;
    left: -146%;
  }
}

.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: 0;
  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-content .cover-content .menu-ttl {
  margin-bottom: 0;
}
.cover-content .menu-primary {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cover-content .menu-primary .txt {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", Sans-Serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #ffffff;
}
.cover-content .menu-primary-01 {
  width: 28.6vmin;
}
.cover-content .menu-primary-02 {
  max-width: 32vmin;
  margin-top: 6.89vmin;
}
.cover-content .menu-primary-03 .thumb {
  width: 80%;
}
.cover-content .menu-primary-03 {
  max-width: 40vmin;
  margin-top: 6.89vmin;
}
.cover-content .menu-primary-02 .genre,
.cover-content .menu-primary-03 .genre {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 10px;
  line-height: 1em;
  color: #5d5d6a;
  display: block;
  margin-top: 12px;
}
.cover-content .menu-primary-02 .thumb,
.cover-content .menu-primary-03 .thumb {
  margin-bottom: 10px;
}
.cover-content .menu-secondary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.9vmin;
}
.cover-content .menu-secondary-item a {
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  padding-left: 20px;
}
.cover-content .menu-secondary-item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.cover-content .menu-secondary-item a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #A5E4D8;
}
.cover-content .menu-secondary-01 {
  width: 58.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cover-content .menu-secondary-01 .menu-secondary-ttl {
  width: 100%;
  margin-bottom: 20px;
}
.cover-content .menu-secondary-01 .menu-secondary-ttl img {
  width: 53vmin;
}
.cover-content .menu-secondary-01 .menu-box-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cover-content .menu-secondary-01 .box-L {
  width: 37.6vmin;
}
.cover-content .menu-secondary-01 .box-R {
  width: 32vmin;
}
.cover-content .menu-secondary-02 {
  width: 40vmin;
}
.cover-content .menu-secondary-02 .menu-secondary-ttl {
  width: 83.4%;
  margin-bottom: 20px;
}
.cover-content .menu-secondary-02-list {
  width: 105%;
}
.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 {
  background: #ffffff;
}
.cover-article.article01 .img01 {
  width: 42.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10%;
}
.cover-article.article01 .img01 img {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.cover-article.article01 .inner {
  width: 28.2%;
  position: absolute;
  top: 53.3%;
  transform: translateY(-50%);
  left: 15%;
}
.cover-article.article01 .title {
  width: 78%;
  margin-bottom: 30px;
}
.cover-article.article01 .txtbox {
  font-size: 12px;
  color: #000000;
  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 .img01 {
  width: 30.4%;
  height: calc(100% - 102px);
  position: absolute;
  top: 52px;
  right: 15%;
}
.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 .inner {
  width: 32%;
  margin-left: 55.8%;
  margin-top: 10vh;
}
.cover-article.article03 .inner .copy {
  width: 91%;
  margin-bottom: 6.8vh;
}
.cover-article.article03 .inner .txtbox .credit {
  color: #000000;
  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: url("/book/202605/images/cover/photo05.jpg") no-repeat 50% top/cover;
}
.cover-article.article05 .img01 {
  width: 30.6%;
  height: calc(100% - 94px);
  position: absolute;
  top: 52px;
  right: 10.2%;
}
.cover-article.article05 .img01 img {
  -o-object-position: right 50%;
     object-position: right 50%;
}
@media only screen and (max-width: 800px) {
  .cover-article.article05 .img01 img {
    -o-object-position: right 50%;
       object-position: right 50%;
  }
}
.cover-article.article06 .inner {
  width: 31%;
  margin-left: 58.8%;
  margin-top: 15vh;
}
.cover-article.article06 .inner .copy {
  width: 69%;
  margin-bottom: 6.8vh;
}
.cover-article.article06 .inner .txtbox .credit {
  color: #000000;
  margin-top: 2.5em;
}
@media only screen and (max-width: 800px) {
  .cover-article.article06 .img01 img {
    -o-object-position: 43% 50%;
       object-position: 43% 50%;
  }
}
.cover-article.article07 .img01 {
  width: 30.6%;
  height: calc(100% - 94px);
  position: absolute;
  top: 52px;
  left: 54.5%;
}
.cover-article.article07 .img01 img {
  -o-object-position: 71% 50%;
     object-position: 71% 50%;
}
.cover-article.article08 .inner {
  width: 31%;
  margin-left: 56%;
  margin-top: 15vh;
}
.cover-article.article08 .inner .copy {
  width: 90%;
  margin-bottom: 6.8vh;
}
.cover-article.article08 .inner .txtbox .credit {
  color: #000000;
  margin-top: 2.5em;
}
@media only screen and (max-width: 800px) {
  .cover-article.article08 .img01 img {
    -o-object-position: 43% 50%;
       object-position: 43% 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 */