@charset "UTF-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css?family=Leckerli+One'); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, span { margin: 0 auto; padding: 0; outline: 0; font-size: 100%; vertical-align: baseline; list-style: none; } ul, li { list-style-type: none; } /* animation */ .top-animation { -webkit-animation-duration: 0.5s; animation-delay:0.5s; } .top-l { /* 4秒待ってからアニメーションする */ -webkit-animation-duration:2s; animation-delay:2s; } .top-r { /* 4秒待ってからアニメーションする */ -webkit-animation-duration: 2.2s; animation-delay:2.2s; } body { overflow-x: hidden; animation: fadeIn 2s ease 0s 1 normal; -webkit-animation: fadeIn 2s ease 0s 1 normal; } @keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} } @-webkit-keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} } } /* header */ header { width: 100%; margin: 0 auto; background: #88CCC4; } .logo h1 { margin: 0 auto; text-align: center; } nav { width: 960px; margin: 0 auto; } .menu { display: flex; } .menu li { width: 80px; text-align: center; } .menu li a { font-size: 16px; font-family: 'Merriweather Sans', sans-serif; text-decoration: none; color: #000; } *{ position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ul{ margin: 0; padding: 0; } .l1,.l2,.l3,.l4,.l5,.l6,.l7,.l8,.l9,.l10,.l11,.l12{ float: left; width: 80px; list-style: none; text-align: center; color: #000; text-transform: uppercase; height: 40px; line-height: 40px; z-index: 100; } .menu li a:hover{ color: #88CCC4; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .theOne{ width: 80px; height: 40px; list-style: none; position: absolute; left: 0; background: #FFF; } .l2:hover ~ .theOne{ left: 80px; } .l3:hover ~ .theOne{ left: 160px; } .l4:hover ~ .theOne{ left: 240px; } .l5:hover ~ .theOne{ left: 320px; } .l6:hover ~ .theOne{ left: 400px; } .l7:hover ~ .theOne{ left: 480px; } .l8:hover ~ .theOne{ left: 560px; } .l9:hover ~ .theOne{ left: 640px; } .l10:hover ~ .theOne{ left: 720px; } .l11:hover ~ .theOne{ left: 800px; } .l12:hover ~ .theOne{ left: 880px; } .l1{ color: #fff; } ul:hover .l1{ color: #000; } ul .l1:hover{ color: #fff; } /* CLEARFIX */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* header.fixed */ header { width: 100%; height: 109px; padding-top: 10px; background: #88CCC4; } header .fixbar { position: absolute; width: 100%; } header.fixed .fixbar { position: fixed; margin: 0 auto; z-index: 99999999999; border-bottom: 1px solid #000; } /* .fixbar */ header.fixed .fixbar { margin-top: -70px; margin-bottom: 10px; background: #88CCC4; } header.fixed .fixbar .nav > li > a { font-size: 15px; } header.fixed .fixbar .nav > li > a { padding: 15px 20px !important; } /* 動線 */ .w { color: #fff; text-align: center; padding: 10px ; border-top: solid 1px #fff; border-bottom: solid 1px #fff; margin: 10px 20px 10px 10px; } .fix-linkbg { width: 100%; background-color: #88CCC4; overflow: hidden; margin-bottom: 60px; position: relative; } .fix-link { margin: 0 auto; overflow: hidden; width: 1000px; padding: 15px 0; } .btn-en { display: inline-block; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; outline: 0; background-color: #FFF; font-weight: bold; height: 60px; line-height: 42px; padding: 10px 20px; font-size: 16px; border-radius: 30px; color: #88CCC4; cursor: pointer; transition: all .5s; transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 8px 0px 8px 30px; } .btn-en:hover { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); text-decoration: none; } .btn-en:active { -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); } .btn-en:visited, .btn-en:link { text-decoration: none; } .f-txt { float: left; width: 32%; overflow: hidden; } .f-img { float: left; width: 68%; display: flex; justify-content: space-between; } .f-img img:hover { opacity: 0.6; } .f-img img { width: 90%; } /* slider */ .cif { position: absolute; bottom:15% ; left: 10%; right: 10%; font-size: 5.2rem; text-align: center; z-index: 10; color: #fff; font-family: 'Leckerli One', cursive; text-shadow: 0 2px 5px rgba(0, 0, 0, .6); } .slider { margin: 0 auto; max-width:100%; overflow: hidden; background: #fff; } .carousel-inner > .item > img { margin: 0 auto; } .carousel-indicators li { display: none; } .carousel-control.left, .carousel-control.right { top: 0; } .carousel-caption { font-size: 3rem; color: #fff; } .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-fade .carousel-control { z-index: 2; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } /* top banner */ .new-music { position: absolute; top: 380px; z-index: 99; right: 10px; } /* top contents */ ul.top-release { background-color: #eee; overflow: hidden; } .top-release li { float: left; width: 50%; } .top-release-txt { padding: 15px; } .top-release-txt h2 { font-size: 18px; } .date { color: #888; } .itunes { display: table-cell; width: 50%; text-align: center; background-color: red; padding: 10px; color: #fff; font-size: .8rem; border-radius: 10px; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; margin: 10px 0; } a.itunes, a.itunes:visited, a.itunes:active { text-decoration: none; } a.itunes:hover { background-color: #fff; color: #555; text-decoration: none; } .container .row { margin-bottom: 60px; } .container .col-md-10 { border-top: solid 1px #eee; padding-top: 20px; } /* top news */ #info h3 { line-height: 160%; padding-top: 10px; font-size: 16px !important; } /* news */ .col-md-2 h2 { font-size: 55px; font-family: 'Anton', sans-serif; letter-spacing: 5px; padding: 0; margin: 0; } .col-md-2 h2 a { color: #88CCC4; } .col-md-2 h2 a:hover { text-decoration: none; } .col-md-10 li, .col-md-12 li { width: 33.333333%; float: left; font-size: 13px; line-height: 180%; padding-right: 20px; } #link .col-md-10 li, #link .col-md-12 li { width: 25%; float: left; font-size: 13px; line-height: 180%; padding-right: 20px; } .col-md-10 li h2, .col-md-12 li h2 { font-size: 15px; margin-bottom: 10px; line-height: 150%; } .page-title { font-family: 'Anton', sans-serif; text-align: center; font-size: 30px; letter-spacing: 5px; padding: 30px; margin-bottom: 20px; } /* disco */ .disco-title { position: relative; min-height: 193px; line-height: 1.4em; padding: 20px 0px 30px 160px; } .cover { position: absolute; left: 0px; top: 0px; padding: 5px; border: 1px solid #e3e5e2; width: 150px; height: auto; } .type { background-color: #999; color: #fff; padding: 2px 5px; display: inline-block; font-size: 10px; margin-bottom: 15px; } dl dd { line-height: 180%; } dt h3 { font-weight: bold; padding-bottom: 5px; } /* special */ #special ul { margin: 0 auto; text-align: center; clear: both; display: inline-flex; width: 100%; } #special li { padding: 20px; width: 340px; text-align: center; } #special li img:hover { opacity: 0.6; } /* sns */ .tweet li { width: 33.33333%; float: left; padding: 0 20px; } /* link */ #link img { width: 100%; border: solid 1px #eee; } .tile { display: inline-block; text-align: left; opacity: .99; overflow: hidden; position: relative; border-radius: 3px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); } .tile:before { content: ''; background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%); width: 100%; height: 100%; opacity: 0; position: absolute; top: 100%; left: 0; z-index: 2; -webkit-transition-property: top, opacity; transition-property: top, opacity; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .tile img { display: block; max-width: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; } .tile .details { font-size: 16px; padding: 90px 20px; color: #fff; position: absolute; bottom: 0; left: 0; z-index: 3; width: 100%; } .tile .details span { display: block; opacity: 0; position: relative; top: 100px; -webkit-transition-property: top, opacity; transition-property: top, opacity; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-delay: 0s; transition-delay: 0s; text-align: center; } .tile .details .title { line-height: 1; font-weight: 600; font-size: 18px; padding-bottom: 10px; } .tile .details .info { line-height: 1.2; margin-top: 5px; font-size: 12px; } .tile:focus:before, .tile:focus span, .tile:hover:before, .tile:hover span { opacity: 1; } .tile:focus:before, .tile:hover:before { top: 10%; } .tile:focus span, .tile:hover span { top: 0; } .tile:focus .title, .tile:hover .title { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; } .tile:focus .info, .tile:hover .info { -webkit-transition-delay: 0.25s; transition-delay: 0.25s; } /* icon animation */ .service-item:hover i, .col-md-2 h2:hover { -webkit-animation: icon-bounce 0.5s alternate; -moz-animation: icon-bounce 0.5s alternate; -o-animation: icon-bounce 0.5s alternate; animation: icon-bounce 0.5s alternate; } .service-item i { margin-left: 20px; } /* bangumi */ #bangumi { width: 770px; margin: 0 auto; padding-bottom: 20px; } /* request */ #request { width: 690px; margin: 0 auto; } /* mobile */ #mobile { width: 750px; margin: 0 auto; } /* footer */ /* bottom */ ul.bottom-banner li { float: left; width: 233px; margin-right: 20px; } ul.bottom-banner li:last-child { margin-right: 0px; } footer { margin: 0 auto; width: 100%; position: relative; } ul.sub-footer { text-align: center; width: 530px; margin: 0 auto; } ul.sub-footer li { float: left; } ul.footer { text-align: center; width: 700px; margin: 0 auto; } ul.footer li { float: left; margin-right: 20px; } ul.footer li:last-child { margin-right: 0px; } @keyframes icon-bounce { 0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg); } 50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg); } 85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } } @-webkit-keyframes icon-bounce { 0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg); } 50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg); } 85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } } @-moz-keyframes icon-bounce { 0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg); } 50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg); } 85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } } @-o-keyframes icon-bounce { 0%, 100% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg); } 50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -webkit-transform: rotate(5deg); transform: rotate(5deg); } 85% { -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } } /* footer */ footer { margin-top:60px; width: 100%; position: relative; } footer p { clear: both; padding: 20px 0; text-align: center; color: #ccc; font-size: 0.8em; } .foot-banner ul { display: flex; width: 1100px; margin: 0 auto; } .foot-banner ul li { float: left; } ul.link { width: 800px; } ul.bottom { width: 600px; } /* sns */ .sns-btn { display: inline-block; font-size: 17px; cursor: pointer; margin: 10px 10px 15px; width: 35px; height: 35px; border-radius: 50%; text-align: center; position: relative; z-index: 1; color: #fff; line-height: 35px; } .tw { background-color:#55acee; } .in { background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000); } .fb { background-color:#315096; } .yt { background-color:#cd201f; } i { -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; } a:hover i { transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -webkit-transform: rotateY(360deg); } /* insta */ #instagram { height: 325px; overflow: hidden; } ul#instafeed li { float: left; } nav .prev { position: absolute; width: 50px; height: 55px; background: #ccc; color: #fff; font-size: 50px; text-align: center; line-height: 50px; cursor: pointer; font-weight: normal; z-index: 999; } nav .next { position: absolute; width: 50px; height: 55px; background: #ccc; color: #fff; font-size: 50px; text-align: center; line-height: 50px; cursor: pointer; font-weight: normal; z-index: 999; } .prev { left: 0px; } .next { left: 52px; } .scrollup { width: 50px; height: 50px; text-indent: -9999px; opacity: 0.8; position: fixed; bottom: 25px; right: 2%; display: none; background: url('../images/icon_top.png') no-repeat; z-index: 999; } .center-banner { text-align: center; margin-bottom: 60px; } .center-banner p { margin-bottom: 20px; } .center-banner img:hover { opacity: 0.6; }