@charset "utf-8"; .no-view{display:none;} .view-display-sp375{display:block;}:root, .whitemode { --main-color:#3a4a76;--base-color:#fff;--text-color:#2b2b2b;--sub1-color:#f48200;--sub2-color:#f43041;--mk-blue: #9eceff;--mk-yellow: #fff799;--mk-pink: #ffc1e0;--mk-green: #b2ffb2;--mk-puple: #ce9eff; }html {font-family: "Noto Sans JP","Allura","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size:62.5%;line-height: 1.7;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}.page-loader-area {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index: 100;}.page-loader {display: block;width: 25px;flex: 0 0 25px;height: 25px;background: url("//www.ruby-parade.com/wp-content/themes/dg-style/image/loading.gif") no-repeat;background-size: 100% auto;background-position: center;}@font-face {font-family: 'webicon';src:url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.eot?wwza6v');src:url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.eot?wwza6v#iefix') format('embedded-opentype'),url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.ttf?wwza6v') format('truetype'),url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.woff?wwza6v') format('woff'),url('//www.ruby-parade.com/wp-content/themes/dg-style/css/webicon/icomoon.svg?wwza6v#icomoon') format('svg');font-weight: normal;font-style: normal;font-display: swap;}html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video {margin: 0;padding: 0;color: inherit;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}h1, h2, h3, h4, h5, h6 {clear: both;}article, aside, dialog, figure, footer, header,hgroup, nav, section {display: block;}nav ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: "";content: none;}a {margin: 0;padding: 0;color: inherit;border: 0;font-size: 100%;vertical-align: baseline;background: transparent;}ins {background-color: #ff9;text-decoration: none;}mark {background-color: #ff9;font-style: italic;font-weight: bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom: 1px dotted #000;cursor: help;}table {border-collapse: collapse;border-spacing: 0;}hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}ul, ol {list-style: none;}input, select {vertical-align: middle;}select {-webkit-appearance: button;appearance: button;}button {padding: 0;-webkit-appearance: none;appearance: none;cursor: pointer;font-family: inherit;outline: none;}img,video {width: auto;max-width: 100%;height: auto;}iframe {width: auto;max-width: 100%;height: auto;max-height: 100%;}.dg-lazy {object-fit: contain;}body { font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }.playing-video {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}.play-video-item {display: block;position: relative;}.movie-loading {display: block;width: 0;height: 5px;position: absolute;top: 0;left: 0;background: #fff;transition: width 1.2s ease-out;z-index: 2;}.play-video-item:hover .movie-loading {width: 95%;}.playing ~ .movie-loading {display: none;}.DGLIGHTBOX {cursor: zoom-in;}.lightbox-area {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 11;}.outer-close {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;color: transparent;background: #000;border: none;opacity: 0.5;z-index: -1;}.lightbox-image {position: relative;max-height: 100%;overflow: auto;}.lightbox-image img {display: block;width: 100%;max-width: 100%;height: auto;max-height: 100%;object-fit: contain;}.inner-close {padding: 10px 20px;position: absolute;top: 0;right: 0;color: #fff;background: none;border: none;font-size: 16px;font-weight: bold;cursor: pointer;}#confirmation {width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.2);z-index: 100000;}#confirmation .confirm-inner {padding: 20px;width: 280px;min-height: 100px;position: absolute;top: 50%;left: 50%;background: #fff;border: 1px solid #ccc;border-radius: 5px;text-align: center;box-shadow: 0 5px 5px #aaa;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}#confirmation .confirm-text {margin: 0 0 30px;font-size: 16px;text-align: left;}#confirmation .confirm-text .caution {color: #ff4757;font-size: 14px;}#confirmation .confirm-btn {display: inline-block;width: 100px;color: #fff;border-radius: 5px;line-height: 40px;cursor: pointer;transition: 0.3s ease;}#confirmation .confirm-btn:focus {outline: none;}#confirmation .confirm-btn.submit-btn {margin: 0 15px 0 0;background: #1e90ff;border: 1px solid #1e90ff;}#confirmation .confirm-btn.submit-btn:hover {color: #1e90ff;background: #fff;}#confirmation .confirm-btn.cancel-btn {background: #ff4757;border: 1px solid #ff4757;}#confirmation .confirm-btn.cancel-btn:hover {color: #ff4757;background: #fff;}.dg-slider {margin: 0;}.dg-slider .slide-inner {position: relative;}.dg-slider .slide-box {width: 100%;position: relative;overflow: hidden;}.dg-slider .slide-box *:not(input) {-webkit-user-drag: none;-khtml-user-drag: none;-webkit-user-select: none;-ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;user-select: none;}.dg-slider .slide-box .slide-list {display: flex;align-items: flex-start;position: relative;top: 0;left: 0;}.dg-slider .slide-box .slide-item {margin: 0;padding: 0;position: relative;}.dg-slider .slide-box .slide-item img {display: block;width: 100%;max-width: 100%;height: auto;}.dg-slider .arrow-box .arrow {margin: 0;padding: 0;position: absolute;top: 50%;background: none;border: none;font-size: 30px;-webkit-transform: translateY(-50%);transform: translateY(-50%);cursor: pointer;}.dg-slider .arrow-box .arrow:focus {outline: none;}.dg-slider .arrow-box .arrow:before {display: block;font-family: "webicon";}.dg-slider .arrow-box .arrow.next {left: auto;right: 10px;}.dg-slider .arrow-box .arrow.next:before {content: "\e323";}.dg-slider .arrow-box .arrow.prev {left: 10px;right: auto;}.dg-slider .arrow-box .arrow.prev:before {content: "\e325";}.dg-slider .dot-box {margin: 0;padding: 10px 0;display: flex;align-items: center;justify-content: center;}.dg-slider .dot-box .dot {margin: 0 10px 0 0;padding: 0;flex: 0 0 10px;width: 10px;height: 10px;background-color: #ccc;border: none;border-radius: 10px;cursor: pointer;}.dg-slider .dot-box .dot.active {background-color: #000;}.dg-slider .dot-box .dot:focus {outline: none;}.dg-slider .dot-box .dot:last-child {margin: 0;}.dg-slider .dot-box.thumbnail-dot .dot {flex: 0 0 50px;width: 50px;height: 30px;border-radius: 0;}.dg-slider .dot-box.thumbnail-dot .dot.active {border: 2px solid #000;}.dg-slider .dot-box.thumbnail-dot img {display: block;width: 100%;height: 100%;object-fit: cover;}.dg-fade-slider .slide-box .slide-list {display: block;}.dg-fade-slider .slide-box .slide-item {position: absolute;top: 0;left: 0;opacity: 0;z-index: -1;}.dg-fade-slider .slide-box .slide-item.active {position: relative;opacity: 1;z-index: 0;}#header.active{box-shadow:0px  0px  5px  -3px  rgba(0,0,0,0.8);}#header{width:100%; background:#fff; position:sticky; top:0; left:0; z-index:9; height:55px;}#header-inner{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;}#content .main-content{padding:15px;}#content .has-text-align-center{text-align:center;}#sidebar{margin:30px 0 0;padding:15px;}#side-banner .banner{text-align:center; margin:0 0 20px;}#side-banner .banner .image-item{max-width:400px; width:100%;}#page{font-size:16px; line-height:1.7; color:#2b2b2b;}#page h1,#page h2,#page h3,#page h4,#page h5,#page h6{font-family:serif;}#text-1{text-align:center;font-size:12px;padding:10px;color:#fff;background-color:#3a4a76;}#gmenu-1{position:fixed; top:0; right:-60%; height:100%; width:60%; transition: .3s ease;background:#3a4a76;color:#fff;}#gmenu-1.open{right:0;z-index:10;}#gmenu-1 .menu-list{height:100%;overflow:auto;}#gmenu-1 .menu-link{display:block;padding:15px;font-size:16px;text-decoration:none;font-weight:bold;}#post_list-1 .post-list{display:flex; flex-wrap:wrap;}#post_list-1 .post-item,#post_list-1 .logo-area{flex:0 0 25%; width:25%; height:calc( 100svh / 5.5 ); position:relative;}#post_list-1 .artist_name{position:absolute; z-index:1; bottom:0; left:0; padding:5px; line-height:1.2; color: #fff; font-size:12px; text-shadow:0 0 5px rgba(0,0,0,0.8); font-family: Allura;}#post_list-1 .thumb-img{display:block; width:100%; height:100%; object-fit:cover;}#post_list-1 .new_artist{position:absolute; z-index:1; top:5px; left:5px; font-size:10px; text-align:center; display:block; width:30px; height:30px; line-height:30px; color:#fff; background:#3a4a76; border-radius:30px;}#post_list-1 .new_artist:empty{display:none;}#post_list-1 .page-link{display:block; width:100%; height:100%; position:absolute; top:0; left:0; z-index:2;}#post_list-1 .thumb-image,#post_list-1 .image-part{width:100%; height:100%;}#post_list-1 .logo-area .image-item{display:block; width:100%; height:100%; object-fit:cover;}#post_list-1 .logo-area{display:none;}#post_list-1 .logo-area#logo-area:nth-child(3n + 1),#post_list-1 .logo-area#logo-area:nth-child(3n + 2),#post_list-1 .logo-area#logo-area:nth-child(3n + 3),#post_list-1 .logo-area#logo-area:nth-child(4n){display:block;}#post_list-1 .logo-area#logo-area:nth-child(4n + 1){display:none;}#post_list-1 .logo-area#logo-area2:nth-child(3n + 2),#post_list-1 .logo-area#logo-area2:nth-child(3n + 3),#post_list-1 .logo-area#logo-area2:nth-child(3n + 4){display:block;}#post_list-1 .logo-area#logo-area2:nth-child(4n + 1),#post_list-1 .logo-area#logo-area2:nth-child(4n + 2){display:none;}#post_list-1 .logo-area#logo-area3:nth-child(3n + 2),#post_list-1 .logo-area#logo-area3:nth-child(3n + 3),#post_list-1 .logo-area#logo-area3:nth-child(3n + 4){display:block;}#post_list-1 .logo-area#logo-area3:nth-child(4n + 1),#post_list-1 .logo-area#logo-area3:nth-child(4n + 2),#post_list-1 .logo-area#logo-area3:nth-child(4n + 3){display:none;}#text-3{border:none; padding:0; color:transparent; background:none; flex:0 0 40px; height:40px; position:relative;}#text-3.open:after{content:""; display:block; width:100%; height:100%; position:fixed; top:0; left:0; background:rgba(0,0,0,0.8); z-index:9;}#text-3 .text,#text-3 .text:before,#text-3 .text:after{display:block; width:36px; height:4px; background:#3a4a76; position:absolute; top:18px; left:2px;}#text-3 .text:before,#text-3 .text:after{content:""; left:0;}#text-3 .text:before{top:-10px;}#text-3 .text:after{top:10px;}#image-3 .image-item{display:block; height:100%; width:auto; object-fit:contain;}#image-3{height:40px; flex: 0 0 auto;}#gmenu-2{padding: 15px;background-color:#f3f2f2;}#gmenu-2 .menu-list{display:flex; font-size:12px;justify-content:center;}#gmenu-2 .menu-item{margin:0 15px 0 0;}#gmenu-2 .menu-link{text-decoration:none;}#taxonomy-post_list-1 .post-item{margin:10px 0 0; padding:10px 0 0; border-top:1px dotted #ccc; display:flex; position:relative;}#taxonomy-post_list-1 .post-item:first-child{margin-top:0; padding-top:0; border-top:none;}#taxonomy-post_list-1 .page-link{position: absolute; display:block; width:100%; height:100%; top:0; left:0;}#taxonomy-post_list-1 .thumb-image{margin: 0 10px 0 0; flex:0 0 80px; height:80px;}#taxonomy-post_list-1 .thumb-img{object-fit: cover; width:100%; height:100%;}#taxonomy-post_list-1 .meta{display:flex; align-items:center; font-size:12px; margin:0 0 5px;}#taxonomy-post_list-1 .category-list{margin:0 10px 0 0;}#taxonomy-post_list-1 .term-link{text-decoration:none; position:relative; z-index:2;}#taxonomy-post_list-1 .category-link{display:block; word-break: keep-all;}#taxonomy-post_list-1 .post_tag-list{display:flex; flex-wrap:wrap; gap:5px;}#taxonomy-post_list-1 .post_tag-link{display:block; padding:2px 4px 3px; color:#fff; background:#f48200; line-height:1; font-size:11px; border-radius:3px;}#taxonomy-post_list-1 .page-title{font-weight:normal; font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}#text-4{margin:0 0 20px;}#text-4 .no1{padding: 0 0 0 10px; display:block; border-left:7px solid #3a4a76; font-size:24px;}#text-4 .no2{padding: 5px 0 0 17px; display:block; color:rgba(0,0,0,0.8); font-size:12px; font-weight:normal; line-height:1; border-top:1px solid #3a4a76; border-top:2px solid #3a4a76; border-image:linear-gradient(90deg, #3a4a76 0%, transparent 100%); border-image-slice: 1;}#taxonomy-paging-1 .archive-paging-area{display:flex; justify-content:center; gap:10px;}#taxonomy-paging-1 .paging-link{flex:0 0 40px; line-height:40px; text-align:center; background:#f3f2f2; text-decoration:none;}#taxonomy-paging-1 .paging-link.current{background:#3a4a76; color:#fff;}#taxonomy-paging-1 .paging-link.disabled{background-color:transparent;color:transparent;}#taxonomy-paging-1 .paging-link.prev:before,#taxonomy-paging-1 .paging-link.prev-max:before,#taxonomy-paging-1 .paging-link.next:before,#taxonomy-paging-1 .paging-link.next-max:before{font-family:"webicon";}#taxonomy-paging-1 .paging-link.prev:before{content:"\e497";}#taxonomy-paging-1 .paging-link.prev-max:before{content:"\e497""\e497"; letter-spacing:-7px; padding:0 7px 0 0;}#taxonomy-paging-1 .paging-link.next:before{content:"\e495";}#taxonomy-paging-1 .paging-link.next-max:before{content:"\e495""\e495"; letter-spacing:-7px;}#taxonomy-paging-1{margin:30px 0 0;}#html-1{font-size:14px;}#html-1 .part-title{margin:0 0 10px; font-size:16px;}#html-1 p{margin: 0 0 1em;}#html-1 .caution{margin:0; font-size:12px;}#taxonomy-paging-2{display:none;}#taxonomy-paging-2 .archive-paging-area{display:flex; justify-content:center; gap:10px;}#taxonomy-paging-2 .paging-link{flex:0 0 40px; line-height:40px; text-align:center; background:#f3f2f2; text-decoration:none;}#taxonomy-paging-2 .paging-link.current{background:#3a4a76; color:#fff;}#taxonomy-paging-2 .paging-link.disabled{background-color:transparent; color:transparent;}#taxonomy-paging-2 .paging-link.prev:before,#taxonomy-paging-2 .paging-link.prev-max:before,#taxonomy-paging-2 .paging-link.next:before,#taxonomy-paging-2 .paging-link.next-max:before{font-family:"webicon";}#taxonomy-paging-2 .paging-link.prev:before{content:"\e497";}#taxonomy-paging-2 .paging-link.prev-max:before{content:"\e497""\e497"; letter-spacing:-7px; padding:0 7px 0 0;}#taxonomy-paging-2 .paging-link.next:before{content:"\e495";}#taxonomy-paging-2 .paging-link.next-max:before{content:"\e495""\e495"; letter-spacing:-7px;}#taxonomy-paging-2{margin:30px 0 0;}.has-post-main-color {color:#3a4a76 !important;}.has-post-main-background-color {background:#3a4a76 !important;}.has-post-main-border-color {border-color:#3a4a76 !important;}.has-post-base-color {color:#fff !important;}.has-post-base-background-color {background:#fff !important;}.has-post-base-border-color {border-color:#fff !important;}.has-post-text-color {color:#2b2b2b !important;}.has-post-text-background-color {background:#2b2b2b !important;}.has-post-text-border-color {border-color:#2b2b2b !important;}.has-post-sub-1-color {color:#f48200 !important;}.has-post-sub-1-background-color {background:#f48200 !important;}.has-post-sub-1-border-color {border-color:#f48200 !important;}.has-post-sub-2-color {color:#f43041 !important;}.has-post-sub-2-background-color {background:#f43041 !important;}.has-post-sub-2-border-color {border-color:#f43041 !important;}.has-post-color-1-color {color:#fff !important;}.has-post-color-1-background-color {background:#fff !important;}.has-post-color-1-border-color {border-color:#fff !important;}.has-post-color-2-color {color:#000 !important;}.has-post-color-2-background-color {background:#000 !important;}.has-post-color-2-border-color {border-color:#000 !important;}.has-post-color-3-color {color:#ccc !important;}.has-post-color-3-background-color {background:#ccc !important;}.has-post-color-3-border-color {border-color:#ccc !important;}.has-post-color-4-color {color:#11abe8 !important;}.has-post-color-4-background-color {background:#11abe8 !important;}.has-post-color-4-border-color {border-color:#11abe8 !important;}.has-post-color-5-color {color:#e81311 !important;}.has-post-color-5-background-color {background:#e81311 !important;}.has-post-color-5-border-color {border-color:#e81311 !important;}.has-post-color-6-color {color:#e411e8 !important;}.has-post-color-6-background-color {background:#e411e8 !important;}.has-post-color-6-border-color {border-color:#e411e8 !important;}.has-post-color-7-color {color:#f3f2f2 !important;}.has-post-color-7-background-color {background:#f3f2f2 !important;}.has-post-color-7-border-color {border-color:#f3f2f2 !important;}.has-post-color-8-color {color:rgba(255,255,255,0.3) !important;}.has-post-color-8-background-color {background:rgba(255,255,255,0.3) !important;}.has-post-color-8-border-color {border-color:rgba(255,255,255,0.3) !important;}.has-post-color-9-color {color:#1DA1F2 !important;}.has-post-color-9-background-color {background:#1DA1F2 !important;}.has-post-color-9-border-color {border-color:#1DA1F2 !important;}.has-post-color-10-color {color:#3B5998 !important;}.has-post-color-10-background-color {background:#3B5998 !important;}.has-post-color-10-border-color {border-color:#3B5998 !important;}.has-post-color-11-color {color:#BD081C !important;}.has-post-color-11-background-color {background:#BD081C !important;}.has-post-color-11-border-color {border-color:#BD081C !important;}.has-post-color-12-color {color:#00c300 !important;}.has-post-color-12-background-color {background:#00c300 !important;}.has-post-color-12-border-color {border-color:#00c300 !important;}.has-post-color-13-color {color:rgba(0,0,0,0.8) !important;}.has-post-color-13-background-color {background:rgba(0,0,0,0.8) !important;}.has-post-color-13-border-color {border-color:rgba(0,0,0,0.8) !important;}.has-post-color-14-color {color:#00a4de !important;}.has-post-color-14-background-color {background:#00a4de !important;}.has-post-color-14-border-color {border-color:#00a4de !important;}.has-post-color-15-color {color:#9d9d9d !important;}.has-post-color-15-background-color {background:#9d9d9d !important;}.has-post-color-15-border-color {border-color:#9d9d9d !important;}.has-post-color-16-color {color:#ef4155 !important;}.has-post-color-16-background-color {background:#ef4155 !important;}.has-post-color-16-border-color {border-color:#ef4155 !important;}.has-post-color-17-color {color:#011835 !important;}.has-post-color-17-background-color {background:#011835 !important;}.has-post-color-17-border-color {border-color:#011835 !important;}.has-post-color-18-color {color:rgba(0,0,0,0.4) !important;}.has-post-color-18-background-color {background:rgba(0,0,0,0.4) !important;}.has-post-color-18-border-color {border-color:rgba(0,0,0,0.4) !important;}.has-post-color-19-color {color:#eeeeee !important;}.has-post-color-19-background-color {background:#eeeeee !important;}.has-post-color-19-border-color {border-color:#eeeeee !important;}.has-post-color-20-color {color:#da1725 !important;}.has-post-color-20-background-color {background:#da1725 !important;}.has-post-color-20-border-color {border-color:#da1725 !important;}.has-post-color-21-color {color:#FED373 !important;}.has-post-color-21-background-color {background:#FED373 !important;}.has-post-color-21-border-color {border-color:#FED373 !important;}.has-post-color-22-color {color:#F15245 !important;}.has-post-color-22-background-color {background:#F15245 !important;}.has-post-color-22-border-color {border-color:#F15245 !important;}.has-post-color-23-color {color:#D92E7F !important;}.has-post-color-23-background-color {background:#D92E7F !important;}.has-post-color-23-border-color {border-color:#D92E7F !important;}.has-post-color-24-color {color:#9B36B7 !important;}.has-post-color-24-background-color {background:#9B36B7 !important;}.has-post-color-24-border-color {border-color:#9B36B7 !important;}.has-post-color-25-color {color:#515ECF !important;}.has-post-color-25-background-color {background:#515ECF !important;}.has-post-color-25-border-color {border-color:#515ECF !important;}.has-post-color-26-color {color:#2ba5e3 !important;}.has-post-color-26-background-color {background:#2ba5e3 !important;}.has-post-color-26-border-color {border-color:#2ba5e3 !important;}.has-post-color-27-color {color:#6441a5 !important;}.has-post-color-27-background-color {background:#6441a5 !important;}.has-post-color-27-border-color {border-color:#6441a5 !important;}.has-post-color-28-color {color:#2eaeef !important;}.has-post-color-28-background-color {background:#2eaeef !important;}.has-post-color-28-border-color {border-color:#2eaeef !important;}.has-post-color-29-color {color:#171515 !important;}.has-post-color-29-background-color {background:#171515 !important;}.has-post-color-29-border-color {border-color:#171515 !important;}.has-post-color-30-color {color:#f59441 !important;}.has-post-color-30-background-color {background:#f59441 !important;}.has-post-color-30-border-color {border-color:#f59441 !important;}@keyframes anime-0{0%{transform:scale(1);}100%{transform:scale(1.2);}}@keyframes anime-1{0%{position:relative;left:50%;opacity:0;}100%{left:0%;opacity:1;}}@keyframes anime-2{0%{transform:translateX(-25%);}100%{transform:translateX(25%);}}@keyframes anime-3{0%{transform:translateY(100px);opacity:0;}100%{transform:translateY(0);opacity:1;}}@keyframes anime-5{0%{opacity:0;margin-top:50px;}100%{opacity:1;margin-top:0;}}@keyframes anime-6{0%{padding:0;}100%{padding:50px;}}@keyframes anime-7{0%{padding:0;}100%{padding:25px;}}