/* -------------------------------
  copyright 2023 creative-web inc
 ------------------------------- */

@charset "UTF-8";

/* -- 01.共通
 --------------------------------------------- */

main {
  overflow-x: hidden;
}

html {
  visibility: hidden;
}

body {
  color: #555;
  font-family: 'zen kaku gothic new', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1.6;
  background: #fff;
}

html.wf-active {
  visibility: visible;
}

main p,
main li {
  font-size: 20px;
  color: #333333;
}

img {
  /* width: 100%; */
  vertical-align: top;
}

a:hover {
  text-decoration: none;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.contents {
  width: 100%;
}

.bg_color {
  background-color: #fbf5e9;
}

.contents_innner {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}

.contents_innner.last {
  padding-top: 0;
}

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6;
}

.font_mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.align_center {
  text-align: center;
}

/* -- 02.メインビジュアル
 --------------------------------------------- */
.main_visual {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}

.main_visual::before,
.main_visual::after,
.main_visual_bottom::before,
.bg_ellipse_01::before,
.bg_ellipse_02::before,
.bg_ellipse_03::before {
  content: "";
  position: absolute;
  z-index: -1;
}

.main_visual::before {
  width: 400px;
  height: 400px;
  background: url(../images/bg_ellipse_01.png) no-repeat;
  background-size: 400px;
  top: -40px;
  left: -160px;
}

.main_visual::after {
  width: 320px;
  height: 320px;
  background: url(../images/bg_ellipse_02.png) no-repeat;
  background-size: 320px;
  right: -100px;
  bottom: -184px;
}

.main_visual_img {
  width: 600px;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.tit_main {
  width: 470px;
  position: absolute;
  top: calc(50% - 54px);
  left: 0;
  z-index: 1;
}

.main_visual_bottom {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}

.main_visual_bottom::before {
  width: 320px;
  height: 320px;
  background: url(../images/bg_ellipse_03.png) no-repeat;
  background-size: 320px;
  left: -160px;
  bottom: 0px;
}

.tit_main_bottom {
  font-size: 20px;
  line-height: 2.4;
  padding: 80px 0;
  text-align: center;
}

.tit_main_bottom span {
  color: #ffa970;
  font-size: 26px;
  font-weight: bold;
}

/* -- 02.メインビジュアル/index
 --------------------------------------------- */
.bg_color2 {
  background: linear-gradient(to top, #fbf5e9 0%, #fbf5e9 55%, #ffffff 55%, #ffffff 100%);
  z-index: -1;
  width: 100%;
}

.main_visual2 {
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}

.main_visual2::before,
.main_visual2::after {
  content: "";
  position: absolute;
  z-index: 0;
}


.main_visual2::before {
  width: 300px;
  height: 300px;
  background: url(../images/bg_ellipse_07.png) no-repeat;
  background-size: 300px;
  top: -20px;
  left: -70px;
}

.main_visual2::after {
  width: 160px;
  height: 160px;
  background: url(../images/bg_ellipse_04.png) no-repeat;
  background-size: 160px;
  top: 20px;
  right: 595px;
}


.tit_main2 {
  width: 470px;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 1;
}

/* -- 03.各ページ対応
 --------------------------------------------- */

/* ボタン */
.btn_top {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  width: 480px;
  margin: 0 auto;
  padding: 8px 0;
  background-color: #ffa970;
  border: 2px solid #f8cbad;
  border-radius: 10px;
  display: block;
  position: relative;
}

.btn_top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* コンテンツ -------------------- */

.column_layout {
  margin-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.column_layout:first-of-type {
  margin-top: 0;
}

.bg_ellipse_01::before,
.bg_ellipse_02::before,
.bg_ellipse_03::before {
  z-index: 0;
}

.bg_ellipse_01::before {
  width: 240px;
  height: 240px;
  background: url(../images/bg_ellipse_04.png) no-repeat;
  background-size: 240px;
  top: 32px;
  right: -160px;
}

.bg_ellipse_02::before {
  width: 320px;
  height: 320px;
  background: url(../images/bg_ellipse_05.png) no-repeat;
  background-size: 320px;
  top: -80px;
  left: -160px;
}

.bg_ellipse_03::before {
  width: 320px;
  height: 320px;
  background: url(../images/bg_ellipse_06.png) no-repeat;
  background-size: 320px;
  top: -32px;
  right: -160px;
}

.column_layout_img {
  width: 624px;
  position: relative;
  z-index: 0;
}

.column_layout_detail {
  width: 520px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.contents_item {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

.contents_tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  padding-left: 40px;
  position: relative;
}

.contents_tit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 3px;
  background-color: #f8cbad;
  border-radius: 10px;
}

.contents_text {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -.04em;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #f8cbad;
}

.column_layout.type_change .column_layout_img {
  margin-left: auto;
}

.column_layout.type_change .column_layout_detail {
  right: initial;
  left: 0;
}

.column_layout.category_top,
.column_layout.category_bottom {
  display: flex;
  flex-wrap: wrap;
}
.column_layout.category_top .column_layout_item {
  width: calc(33% - 8px);
  margin-right: 16px;
}
.column_layout.category_top .column_layout_item:nth-child(3n) {
  margin-right: 0;
}
.column_layout.category_top .column_layout_item:nth-child(n+4) {
  margin-top: 16px;
}
.column_layout.category_bottom .column_layout_item {
  width: calc(25% - 12px);
  margin-right: 16px;
}
.column_layout.category_bottom .column_layout_item:nth-child(4n) {
  margin-right: 0;
}
.column_layout.category_bottom .column_layout_item:nth-child(n+5) {
  margin-top: 16px;
}


/* コンテンツ/index -------------------- */

.contents2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  width: 1040px;
}

.guidance li {
  padding-top: 15px;
  font-size: 18px;
}

.section_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}

.section_category li {
  width: calc(calc(100% - 128px) / 5);
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 100px;
}

.section_category li a {
  border: 2px solid #FFA970;
  border-radius: 50px;
  display: block;
  position: relative;
}

.section_category li a::before {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f8cbad;
  border-bottom: 2px solid #f8cbad;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  transition-duration: 0.3s;
  z-index: 1;
}

.contents_innner2 {
  width: 1040px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}

.bg_ellipse_04:before,
.bg_ellipse_05::before,
.bg_ellipse_06::before,
.bg_ellipse_06::after {
  content: "";
  position: absolute;
  z-index: 0;
}

.bg_ellipse_04::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.bg_ellipse_04::before {
  width: 320px;
  height: 320px;
  background: url(../images/bg_ellipse_03.png) no-repeat;
  background-size: 320px;
  bottom: -90px;
  left: -180px;
  z-index: -1;
}

.bg_ellipse_04::after {
  width: 320px;
  height: 320px;
  background: url(../images/bg_ellipse_09.png) no-repeat;
  background-size: 320px;
  top: -120px;
  right: -160px;
}

.bg_ellipse_05::before {
  width: 320px;
  height: 320px;
  background: url(../images/bg_ellipse_05.png) no-repeat;
  background-size: 320px;
  top: -80px;
  left: -160px;
}

.bg_ellipse_06::before {
  width: 180px;
  height: 180px;
  background: url(../images/bg_ellipse_04.png) no-repeat;
  background-size: 180px;
  top: 60px;
  left: -120px;
}

.bg_ellipse_06::after {
  width: 160px;
  height: 160px;
  background: url(../images/bg_ellipse_06.png) no-repeat;
  background-size: 160px;
  bottom: -138px;
  right: 50px;
}

.section_ranking {
  text-align: center;
  position: relative;
}

.contents_tit2 {
  font-size: 25px;
  font-weight: 500;
  margin: 40px 0 48px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 96px;
}

.contents_tit2::before {
  left: -50px;
}

.contents_tit2::after {
  right: -50px;
}

.contents_tit2::before,
.contents_tit2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #f8cbad;
  border-radius: 100px;
}

.feature_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.feature_list li {
  width: 30%;
  margin: 1.5%;
}

.feature_list li:last-child {
  margin-right: 0px;
}

.lineup_list {
  display: flex;
  flex-wrap: wrap;
}

.lineup_list li {
  width: 188px;
  margin-right: 24px;
}

.lineup_list li:last-child {
  margin-right: 0;
}

.lineup_name {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0 5px;
}

.lineup_price {
  font-size: 20px;
  font-weight: bold;
}

.lineup_price span {
  font-size: 14px;
}

.product_ranking {
  position: relative;
  width: 188px;
}

.product_ranking:hover {
  text-decoration: underline;
  opacity: 1;
  color: #000;
}

.rank_img {
  position: absolute;
  top: 0;
  left: 0;
}

/* タブ切替 */
.category_search {
  width: 1040px;
  background-color: #fbf5e9;
  margin: 96px auto 0;
  padding: 48px;
  box-sizing: border-box;
  border-radius: 10px;
}
.contents_tab {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dashed #f8cbad;
  margin-bottom: 40px;
}
.contents_tab_label {
  width: calc(50% - 8px);
  height: 72px;
  line-height: 46px;
  font-size: 23px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  position: relative;
}
.contents_tab_label.men {
  color: #95a8d5;
}
.contents_tab_label.women {
  color: #f8cbad;
}
.contents_tab_label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  border: 2px solid;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 0;
}
.contents_tab_label.men::before {
  border-color: #95a8d5;
}
.contents_tab_label.women::before {
  border-color: #f8cbad;
}
input[name="tab_name"] {
  display: none;
}
input:checked + .contents_tab_label {
  color: #fff;
}
input:checked + .contents_tab_label::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 24px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
input:checked + .contents_tab_label.men::before,
input:checked + .contents_tab_label.men::after {
  background-color: #95a8d5;
}
input:checked + .contents_tab_label.women::before,
input:checked + .contents_tab_label.women::after {
  background-color: #f8cbad;
}
.contents_tab_item {
  display: none;
  width: 100%;
}
input:checked + .contents_tab_label + .contents_tab_item {
  margin-top: 24px;
  display: block;
}
.contents_tab_label span {
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.btn_category_item {
  min-height: 62px;
  padding: 8px 24px 8px 8px;
  background-color: #FFF;
  display: flex;
  position: relative;
  align-items: center;
}
.btn_category_item::after {
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  border-top: solid 2px #626262;
  border-right: solid 2px #626262;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  transform: rotate(45deg);
}
.contents_tab_label.men+.contents_tab_item .btn_category_item::after {
  border-color: #95a8d5;
}
.contents_tab_label.women+.contents_tab_item .btn_category_item::after {
  border-color: #f8cbad;
}
.btn_category_img {
  width: 56px;
}
.btn_category_text {
  font-size: 16px;
  font-weight: 500;
  margin-left: 16px;
}
.btn_category_text span {
  font-size: 12px;
}

/* 03.服の選び方 ----- */
.tit_main_choice {
  width: 720px;
  margin: 80px auto 0;
}
.choose-clothes_item {
  padding: 56px 32px;
  border-radius: 16px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.choose-clothes_item:nth-child(n+2) {
  margin-top: 80px;
}
.choose-clothes_num {
  text-align: center;
  width: 120px;
  height: 120px;
  padding: 12px 0 0;
  background-color: #F8CBAD;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  top: 32px;
  left: 16px;
  z-index: 2;
}
.choose-clothes_item:nth-child(2n) .choose-clothes_num {
  right: 232px;
  left: initial;
}
.choose-clothes_num_point {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.choose-clothes_num_num {
  color: #fff;
  font-size: 65px;
  font-weight: bold;
  line-height: .72;
}
.choose-clothes_img {
  width: 300px;
  height: 200px;
  position: relative;
}
.choose-clothes_img_detail {
  width: 138px;
  position: absolute;
  right: -16px;
  bottom: -24px;
}
.choose-clothes_detail {
  width: calc(100% - 356px);
}
.choose-clothes_title {
  font-size: 24px;
  letter-spacing: .08em;
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 2px dashed #F8CBAD;
}
.choose-clothes_text {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 16px;
}
/* -- 04.レスポンシブ
 --------------------------------------------- */
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  main p,
  main li {
    font-size: 14px;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .contents_innner {
    width: calc(100% - 32px);
    padding: 40px 0;
  }

  .spmt0 {
    margin-top: 0 !important;
  }

  .spmt40 {
    margin-top: 40px !important;
  }

  /* メインビジュアル */
  .bg_ellipse_top {
    background: url(../images/bg_ellipse_02.png) no-repeat 128% bottom / 184px;
  }

  .main_visual {
    width: calc(100% - 32px);
    box-sizing: border-box;
  }

  .tit_main {
    width: 100%;
    top: initial;
    bottom: -37px;
    text-align: center;
  }

  .tit_main picture {
    width: 116%;
    margin-left: -9%;
  }

  .main_visual_img {
    width: 100%;
  }

  .tit_main_bottom {
    font-size: 15px;
    text-align: left;
    padding: 40px 16px;
  }

  .main_visual::before,
  .main_visual::after {
    content: none;
  }

  .main_visual_bottom::before {
    width: 240px;
    height: 240px;
    background: url(../images/bg_ellipse_02.png) no-repeat;
    background-size: 240px;
    bottom: 0;
    left: 240px;
  }

  .tit_main_bottom span {
    font-size: 20px;
  }

  /* メインビジュアル/index */
  .bg_color2 {
    background: linear-gradient(to top, #fbf5e9 0%, #fbf5e9 75%, #ffffff 75%, #ffffff 100%);
    z-index: -1;
    width: 100%;
  }

  .main_visual2 {
    width: calc(100% - 32px);
    box-sizing: border-box;
    padding-bottom: 0;
  }

  .tit_main2 {
    width: 116%;
    top: initial;
    top: 107px;
    left: 49%;
    transform: translateX(-50%);
  }

  .contents2 {
    width: 100%;
    display: block;
  }

  .contents2 picture {
    clip-path: inset(0px 0px 0px round 25px 25px);
  }

  /* コンテンツ */
  .column_layout {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .column_layout_img {
    width: 100%;
  }

  .column_layout_detail {
    width: 100%;
    position: relative;
    margin-top: -8px;
  }

  .contents_item {
    padding: 16px;
    border-radius: 0 0 20px 20px;
  }

  .contents_tit {
    font-size: 16px;
  }

  .contents_text {
    font-size: 15px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .bg_ellipse_01::before,
  .bg_ellipse_02::before,
  .bg_ellipse_03::before {
    width: 160px;
    height: 160px;
    background-size: 160px;
  }

  .bg_ellipse_01::before {
    top: -32px;
    right: -80px;
  }

  .bg_ellipse_02::before {
    top: -100px;
    left: -80px;
  }

  .bg_ellipse_03::before {
    top: -80px;
    right: -80px;
  }

  /* コンテンツ/index */
  .guidance {
    display: flex;
    justify-content: space-around;
  }

  .guidance:first-of-type {
    padding-top: 40px;
  }

  .guidance li {
    font-size: 15px;
    padding-top: 12px;
  }

  .section_category {
    width: calc(100% - 30px);
    padding: 20px 0;
  }

  .section_category li {
    width: calc(calc(100% - 16px) / 3);
    line-height: 20px;
    font-size: 10px;
    margin-bottom: 8px;
  }

  .section_category li a::before {
    width: 4px;
    height: 4px;
    border-right: 1px solid #f8cbad;
    border-bottom: 1px solid #f8cbad;
  }

  .section_category:after {
    content: "";
    display: block;
    width: calc(calc(100% - 16px) / 3);
    height: 0;
  }

  .contents_innner2 {
    width: calc(100% - 32px);
    padding: 40px 0;
  }

  .bg_ellipse_04::before,
  .bg_ellipse_04::after,
  .bg_ellipse_05::before,
  .bg_ellipse_06::before,
  .bg_ellipse_06::after {
    width: 160px;
    height: 160px;
    background-size: 160px;
    z-index: -1;
  }

  .bg_ellipse_04::before {
    bottom: -80px;
    left: -50px;
  }

  .bg_ellipse_04::after {
    top: -60px;
    right: -40px;
  }

  .bg_ellipse_06::before {
    width: 120px;
    height: 120px;
    background-size: 120px;
    top: 40px;
    left: -60px;
  }

  .bg_ellipse_06::after {
    bottom: -80px;
    right: -80px;
  }

  .section_ranking {
    padding: 0px;
  }

  .contents_tit2 {
    font-size: 20px;
    margin: 40px auto 24px;
    padding: 0 76px;
  }

  .contents_tit2:before {
    left: 0;
  }

  .contents_tit2:after {
    right: 0;
  }

  .contents_tit2:before,
  .contents_tit2:after {
    width: 60px;
  }

  .feature_list {
    flex-wrap: wrap;
  }

  .feature_list li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .feature_list li:nth-child(2n) {
    margin-right: 0;
  }
  .feature_list li:nth-child(n+2) {
    margin-top: 16px;
  }

  .feature_list li:last-child {
    margin-bottom: 0px;
  }

  .lineup_list li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 25px;
  }

  .lineup_list li:nth-child(2n) {
    margin-right: 0;
  }

  .lineup_name {
    font-size: 11px;
    line-height: 18px;
    margin: 5px 0 2px;
    letter-spacing: -0.05rem;
  }

  .lineup_name span {
    font-size: 10px;
  }

  .lineup_price {
    font-size: 18px;
  }

  /* ボタン */
  .btn_top {
    font-size: 20px;
    width: 100%;
  }

  /* タブ切替 */
  .contents_tab {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .contents_tab_label {
    font-size: 16px;
    line-height: 32px;
    height: 47px;
  }
  .contents_tab_label::before {
    height: 32px;
  }
  .category_search {
    width: 100%;
    margin-top: 40px;
    padding: 16px;
    border-radius: 0;
  }
  .column_layout.category_top .column_layout_item,
  .column_layout.category_bottom .column_layout_item {
    width: 100%;
    margin-right: 0;
  }
  .column_layout.category_top .column_layout_item:nth-child(n+2),
  .column_layout.category_bottom .column_layout_item:nth-child(n+2) {
    margin-top: 10px;
  }
  input:checked + .contents_tab_label::after {
    width: 16px;
    height: 16px;
  }
  input:checked + .contents_tab_label + .contents_tab_item {
    margin-top: 16px;
  }

  /* 03.服の選び方 ----- */
  .tit_main_choice {
    width: 80%;
    margin-top: 40px;
  }
  .choose-clothes_item {
    padding: 32px 16px;
    border-radius: 16px;
    flex-direction: column;
  }
  .choose-clothes_item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .choose-clothes_item:nth-child(n+2) {
    margin-top: 40px;
  }
  .choose-clothes_num {
    width: 80px;
    height: 80px;
    padding-top: 16px;
    top: 16px;
    left: 8px;
  }
  .choose-clothes_item:nth-child(2n) .choose-clothes_num {
    right: initial;
    left: 8px;
  }
  .choose-clothes_num_point {
    font-size: 18px;
  }
  .choose-clothes_num_num {
    font-size: 32px;
  }
  .choose-clothes_img {
    width: 100%;
    height: auto;
  }
  .choose-clothes_img_detail {
    width: 120px;
  }
  .choose-clothes_detail {
    width: 100%;
  }
  .choose-clothes_title {
    font-size: 18px;
    margin-top: 24px;
    padding-bottom: 16px;
  }
  .choose-clothes_text {
    font-size: 16px;
  }
}

/* -- 05.アニメーション
 --------------------------------------------- */

/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}