@charset "UTF-8"; /* RESET - ADAPTED FROM MEYER RESET URL - http://meyerweb.com/eric/tools/css/reset/ LICENSE - PUBLIC DOMAIN */ a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,u, ul, var, video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{display:block;}ol, ul{list-style:none;}blockquote, q{quotes:none;}table{border-collapse:collapse;border-spacing:0;}body{line-height:1;} textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;} /* YUI 3.14.1 (build 63049cb) Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ body{font:13px/1.231 sans-serif;*font-size:small;*font:x-small} *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .container{width:100%; max-width:1180px; padding:0 6%; margin:0 auto;} .container:after,.row:after,.col:after,.clr:after,.group:after{content:"";display:table;clear:both;} .row{padding:auto; margin:0 auto;} .col{display:block;float:left;width:100%;} .reverse .col{float:right;} @media(min-width:769px){ .container{padding:0;} .gutters .col{margin-left:2%;} .gutters .col:first-child{margin-left:0;} .reverse .gutters .col{margin-left:0; margin-right:2%;} .reverse .gutters .col:first-child{margin-right:0;} .span_1 {width:8.33333333333%;} .span_2 {width:16.6666666667%;} .span_3 {width:25%;} .span_4 {width:33.3333333333%;} .span_5 {width:41.6666666667%;} .span_6 {width:50%;} .span_7 {width:58.3333333333%;} .span_8 {width:66.6666666667%;} .span_9 {width:75%;} .span_10{width:83.3333333333%;} .span_11{width:91.6666666667%;} .span_12{width:100%;} .gutters .span_1 {width:6.5%;} .gutters .span_2 {width:15.0%;} .gutters .span_3 {width:23.5%;} .gutters .span_4 {width:32.0%;} .gutters .span_5 {width:40.5%;} .gutters .span_6 {width:49.0%;} .gutters .span_7 {width:57.5%;} .gutters .span_8 {width:66.0%;} .gutters .span_9 {width:74.5%;} .gutters .span_10{width:83.0%;} .gutters .span_11{width:91.5%;} .gutters .span_12{width:100%;} } @font-face{ font-family:'fontello'; src: url('font/fontello.eot?72890474'); src: url('font/fontello.eot?72890474#iefix') format('embedded-opentype'), url('font/fontello.woff2?72890474') format('woff2'), url('font/fontello.woff?72890474') format('woff'), url('font/fontello.ttf?72890474') format('truetype'), url('font/fontello.svg?72890474#fontello') format('svg'); font-weight:normal; font-style:normal;} [class^="icon-"]:before, [class*=" icon-"]:before { font-family:"fontello"; font-style:normal; font-weight:normal; speak:never; display:inline-block; text-decoration:inherit; width:1em; text-align:center; font-variant:normal; text-transform:none; line-height:1em; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .icon-popup:before { content: '\e800'; } /* '' */ .icon-down-open-big:before { content: '\e801'; } /* '' */ .icon-left-open-big:before { content: '\e802'; } /* '' */ .icon-right-open-big:before { content: '\e803'; } /* '' */ .icon-up-open-big:before { content: '\e804'; } /* '' */ .icon-sun-inv:before { content: '\e805'; } /* '' */ .icon-plus:before { content: '\e806'; } /* '' */ .icon-minus:before { content: '\e807'; } /* '' */ .icon-headphones:before { content: '\e808'; } /* '' */ .icon-twitter:before { content: '\f099'; } /* '' */ .icon-moon:before { content: '\f186'; } /* '' */ .icon-instagram:before { content: '\f32d'; } /* '' */ // BASE COLOR @white:#fff; @black:#111; @gray:#ccc; @grayD:#444; @grayL:#eee; @purple:#9f3cc9; @blue:#8cd2de; @red:#c1090b; // LESS @ncc:no-repeat center center; // MIXIN .trans{-webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; -ms-transition:0.4s; transition:0.4s;} .transs{-webkit-transition:0.2s; -moz-transition:0.2s; -o-transition:0.2s; -ms-transition:0.2s; transition:0.2s;} .tac{text-align:center;} .tar{text-align:right;} .tdn{text-decoration:none;} .tdu{text-decoration:underline;} .bgsc{-webkit-background-size:cover; -moz-background-size:cover; -ms-background-size:cover; -o-background-size:cover; background-size:cover;} .inline{display:-moz-inline-box; display:inline-block;} .fb{font-weight:bold;} /*BASE*/ html,body{width:100%; height:auto; margin:0; padding:0;} body{position:relative; line-height:1; -webkit-text-size-adjust:100%; color:@black; font-weight:normal; font-weight:400; font-family:"Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans","游ゴシック",YuGothic,"游ゴシック体","游ゴシック Medium","Yu Gothic Medium","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; background:@white;} img{max-width:100%; height:auto; vertical-align:middle;} video{width:100%; max-width:100%; height:auto; vertical-align:middle; display:block;} /*CF*/ .cf:before,.cf:after{content:" ";display:table;}.cf:after{clear:both;}.cf{*zoom:1;} /*LINK*/ a:link{color:@black; .tdu(); .transs();} a:visited{color:@black; .tdu();} a:hover{color:@purple; .tdn();} a:active{color:@black; .tdu();} a img{border:none; .tdn(); .transs();} a img:hover{border:none; opacity:0.6; .tdn();} /*LETTER*/ strong{.fb();} .wf{font-family:'Baskervville';} .fontsmall{font-size:85%!important;} .fontlarge{font-size:124%!important;} .attention{color:@red;} ::selection{background:@purple; color:@white;} ::-moz-selection{background:@purple; color:@white;} /*HEADER*/ header{position:relative; width:100%; padding:20px 6%; h1{position:relative; width:160px; margin:0;} } /*MAIN*/ main{position:relative; clear:both; display:block; overflow:hidden;} /*SLIDER*/ div.topslider{margin-bottom:9%; width:100%; #carousel img{min-width:100%;} } /*TOPNEWS*/ div.topnewsbox{margin:0 0 12%; padding:0 6%; h2{color:@purple; font-size:182%; margin:0 0 6%; .tac();} ul{ li{border:1px solid @grayD; padding:10px; margin:0 0 6%; span.postdate{background:@black; color:@white; .inline(); padding:3px 6px 1px; margin:0 0 6px; font-family:'Rajdhani';} a{display:block; line-height:1.7;} a:link{color:@black; .tdu();} a:visited{color:@black; .tdu();} a:hover{color:@purple; .tdu();} a:active{color:@black; .tdu();} } } } div.topfoot{margin:0 0 12%; ul{ li{width:48px; margin:0 auto 6%; a{display:block;} } li.bn{width:180px; img{border:1px solid @gray;} } li.ytthum{width:180px;} } } div.morebtn{ a{display:block; font-size:124%; background:@purple; padding:15px 0; .tac(); border-radius:24px;} a:link{color:@white; .tdn();} a:visited{color:@white; .tdn();} a:hover{color:@white; .tdn(); background:@black;} a:active{color:@white; .tdn();} } div.backbtn{width:88%; margin:0 auto; a{display:block; border:1px solid @black; .tac(); padding:6px 0 4px; border-radius:24px;} a:link{color:@black; .tdn();} a:visited{color:@black; .tdn();} a:hover{color:@white; .tdn(); background:@black;} a:active{color:@black; .tdn();} } /*PAGE TTL*/ div.pagettl{padding:60px 0; margin:0 auto 9%; background:@purple; h2{color:@white; font-size:220%; .tac();} } /*PAGE*/ div.pagebody{ article.prof{margin:0 0 12%; h3{font-size:220%; margin:0 auto 9%; width:100%; padding:0 0 10px; border-bottom:1px solid @black; .tac();} div.profbox{margin:0 0 9%; img{display:block; width:100%; margin:0 auto 20px; box-shadow:3px 7px 36px rgba(0,0,0,0.2);} h4{font-size:220%; margin:0 0 15px;} p{line-height:1.8;} span{font-size:85%;} } } } ul.newslist{margin:0 auto 12%; li{margin:0 0 6%; border:1px solid @grayD; padding:15px; section.ttlbox{margin:0 0 6%; div{} } h3{font-size:124%; line-height:1.6; margin:0; .fb();} } } div.pagebody{margin:0 auto; article{position:relative; span.postdate{background:@black; color:@white; .inline(); padding:3px 6px 1px; margin:0 0 6px; font-family:'Rajdhani';} div.postbody{word-wrap:break-word; line-height:1.9; h4{font-size:124%; line-height:1.7; padding:0 0 1%; .fb();} h5{font-size:100%; line-height:1.7; padding:0 0 1%; .fb();} img{margin-bottom:6%;} img.width50{max-width:50%; height:auto;} .aligncenter{margin:0 auto; display:block;} .size-thumbnail{width:160px; height:auto;} .size-medium{width:240px; height:auto;} p{margin-bottom:6%;} p > img{margin-bottom:0;} p:last-child{margin-bottom:0;} } } } div.pagenation{margin:0 6% 12%; a div{display:block; padding:10px 15px; border:1px solid @black; border-radius:24px; .trans();} a div:hover{background:@black;} div.next{float:right;} div.prev{float:left;} a:link{color:@black; .tdn();} a:visited{color:@black; .tdn();} a:hover{color:@white; .tdn();} a:active{color:@black; .tdn();} } ul.movlist{margin:0 auto 9%; li{margin:0 auto 6%; h3{.fb(); margin:10px 0 0; line-height:1.7; font-size:116%;} } } ul.disclist{margin:0 auto 9%; li{margin:0 auto 6%; article{width:100%; display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-start; align-items:flex-start; section{width:30%; img{border:1px solid @grayL;} h3{line-height:1.5; margin:0 0 5px; .fb();} p{line-height:1.7; font-size:85%;} div.listenbtn{margin:10px 0 0; a{display:block; background:@purple; padding:8px 32px; .tac(); width:fit-content; border-radius:24px;} a:link{color:@white; .tdn();} a:visited{color:@white; .tdn();} a:hover{color:@white; .tdn(); background:@black;} a:active{color:@white; .tdn();} } } section:last-child{width:66%;} } } } /*FOOTER*/ footer{padding:36px 0; background:@purple; h1{width:120px; margin:0 auto 20px; display:block; img{filter:brightness(200);} } small{position:relative; display:block; .tac(); font-size:9px; color:@white;} } /****************************************************/ /************************ PC ************************/ /****************************************************/ @media(min-width:769px){ html,body{min-width:1180px;} .sp{display:none!important;} /*HEADER*/ header{padding:30px 6%; display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-end; align-items:flex-end; nav{position:relative; z-index:2; ul{ display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center; li{margin:0 1em; a{font-size:154%; img{width:24px;} } a:link{color:@black; .tdn();} a:visited{color:@black; .tdn();} a:hover{color:@purple; .tdn();} a:active{color:@black; .tdn();} } } ul:first-child{margin:0 0 15px;} } h1{width:320px;} } /*SLIDER*/ div.topslider{width:88%; margin:0 auto 90px;} /*TOPNEWS*/ div.topnewsbox{margin:0 0 120px; h2{font-size:400%; margin:0 0 30px; text-align:left;} ul{ li{padding:30px; margin:0 0 30px; span.postdate{font-size:124%;} a{font-size:139%;} } } } div.topfoot{width:60%; margin:0 auto 120px; padding:0; ul{ display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:center; align-items:center; li{width:64px; margin:0 auto; a{display:block;} } li.bn{width:240px;} } } /*PAGE*/ div.morebtn{margin:0 auto; a{font-size:154%; padding:18px 0 15px; border-radius:36px;} } div.backbtn{max-width:920px; a{font-size:154%; padding:10px;} } /*PAGE TTL*/ div.pagettl{padding:90px 0px; margin:0 auto 90px; h2{font-size:350%;} } div.pagebody{ article.prof{padding:0 6%; display:flex; -webkit-flex-flow:row wrap; flex-flow:row wrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-start; align-items:flex-start; h3{font-size:300%; margin:0 auto 60px; padding:0 0 15px; width:100%;} div.profbox{width:47%; display:flex; -webkit-flex-flow:row wrap; flex-flow:row wrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-start; align-items:flex-start; section{width:37%;} section:first-child{width:60%;} h4{font-size:220%; margin:0 0 15px; text-align:left;} } } } /*PAGE*/ ul.movlist{margin:0 auto 90px; display:flex; -webkit-flex-flow:row wrap; flex-flow:row wrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-start; align-items:flex-start; li{width:48%; margin:0 0 6%;} } ul.disclist{margin:0 auto 120px; display:flex; -webkit-flex-flow:row wrap; flex-flow:row wrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-start; align-items:flex-start; li{width:32%; margin:0 0 90px; article{ section{width:30%; h3{font-size:100%; line-height:1.5; margin:0 0 5px;} p{line-height:1.8; font-size:90%;} div.listenbtn{margin:10px 0 0;} } section:last-child{width:66%;} } } li:nth-child(1){width:48%; article{ section{ h3{font-size:124%;} p{font-size:100%;} } } } li:nth-child(2){width:48%; article{ section{ h3{font-size:124%;} p{font-size:100%;} } } } } ul.newslist{margin:0 auto 90px; padding:0 6%; li{margin:0 0 60px; padding:30px; section.ttlbox{margin:0 0 45px;} h3{font-size:169%;} } } div.pagebody{ article{ span.postdate{font-size:116%;} div.postbody{line-height:2; h4{font-size:150%; padding:0 0 10px; margin-bottom:20px;} h5{font-size:124%;} img{margin-bottom:20px;} img.alignleft + br{display:none;} img.alignright + br{display:none;} img.nomargin{margin-bottom:0;} img.width50{max-width:50%; height:auto;} img.pcwidth50{display:block; max-width:60%; height:auto; margin:0 auto 20px;} .size-thumbnail{width:320px; height:auto;} .size-medium{width:320px; height:auto;} .size-large{width:600px; height:auto;} .aligncenter{clear:both; display:block; overflow:hidden; margin: 0 auto 20px;} .alignleft{float:left; margin:0 20px 20px 0; .inline();} .alignright{float:right; margin:0 0 20px 20px; .inline();} p{font-size:116%; margin-bottom:20px;} p > img{margin-bottom:0;} } } } div.pagenation{max-width:920px; margin:0 auto 120px; a div{font-size:124%; padding:12px 20px;} } /*FOOTER*/ footer{padding:30px 6%; display:flex; -webkit-flex-flow:row nowrap; flex-flow:row nowrap; -webkit-justify-content:space-between; justify-content:space-between; -webkit-align-items:flex-end; align-items:flex-end; h1{width:200px; margin:0;} small{position:relative; display:block; text-align:right; font-size:100%; color:@white;} } } /************************ SP ************************/ @media (max-width:768px) { .pc{display:none!important;} .spmb{margin-bottom:6%;} } /************************ NOISE ************************/ div.noisewrap{ position:absolute; display:block; overflow:hidden; top:0; left:0; width:100%; height:100%; z-index:-1; } div.noisebg{ width:100%; height:100%; opacity:0.2; } div.noisebg::before { content:''; position:absolute; display:block; background-image:url(../img/bg/noisew.png); top:-50%; left:-50%; width:200%; height:200%; will-change:transform; animation:noiseBGS 0.9s steps(4) infinite; } div.whver{ opacity:0.5; } div.whver::before { background-image:url(../img/bg/noisew.png); } div.bkver{ opacity:0.25; } div.bkver::before { background-image:url(../img/bg/noise.png); } @keyframes noiseBGS { 0% { transform: translate(0); } 10% { transform: translate(-5%, -5%); } 20% { transform: translate(-10%, 5%); } 30% { transform: translate(5%, -10%); } 40% { transform: translate(-5%, 15%); } 50% { transform: translate(-10%, 5%); } 60% { transform: translate(15%); } 70% { transform: translateY(10%); } 80% { transform: translate(-15%); } 90% { transform: translate(10%, 5%); } 100% { transform: translate(5%); } } /************************ SP NAV ************************/ button.spmenu{z-index:9991; position:fixed; height:40px; width:40px; padding:16px 12px; top:16px; right:20px; border-radius:50%; background-color:transparent; background:@purple; border:none; cursor:pointer; outline:none; appearance:none; box-shadow:3px 7px 20px rgba(0,0,0,0.2); div{z-index:9992;position:relative; height:7px; width:16px; span{z-index:9993; position:absolute; left:0; width:100%; height:1px; border-radius:2px; background:@white; .inline(); .trans();} span:nth-of-type(1){top:0px;} span:nth-of-type(2){bottom:0px;} } } button.spmenu.active{ div{ span:nth-of-type(1){-webkit-transform:translateY(3px) rotate(45deg); transform:translateY(3px) rotate(45deg);} span:nth-of-type(2){-webkit-transform:translateY(-3px) rotate(-45deg); transform:translateY(-3px) rotate(-45deg);} } } div#spnav{z-index:-1; position:fixed; top:0; right:0; width:100%; height:100%; opacity:0; visibility:hidden; background:rgba(255,255,255,0.8); -webkit-backdrop-filter:blur(5px); backdrop-filter:blur(5px); .trans(); overflow-y:auto; -webkit-overflow-scrolling:touch; padding:6%; ul{ li{ a{display:block; } a:link{color:@black; .tdn();} a:visited{color:@black; .tdn();} a:hover{color:@black; .tdn();} a:active{color:@black; .tdn();} } } ul.mainnav{padding:60px 0 36px; li{font-size:154%; text-align:right; a{padding:18px 0; img{width:42px;} } } } } div#spnav.active{z-index:9990; opacity:1; -moz-transform:translateX(0); -webkit-transform:translateX(0); transform:translateX(0); visibility:visible;} /************************ VIDEO ************************/ div.video_box{position:relative; overflow:hidden; padding-bottom:56.25%; padding-top:0; height:0;} div.video_box iframe,div.video_box object,div.video_box embed{position:absolute; top:0; left:0; width:100%; height:100%} /*----------------------------------------------------- 10px = 77% 11px = 85% 12px = 93% 13px = 100% 14px = 108% 15px = 116% 16px = 123.1% 17px = 131% 18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6% 22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% ------------------------------------------------------*/