// BASE COLOR @white:#fff; @black:#000; @grayD:#666; @gray:#ccc; @grayL:#eee; @red:#903; // KEY COLOR @pink:#e95388; @yellow:#fff352; @blue:#3cb3b3; // 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;} .fb{font-weight:bold;} .tac{text-align:center;} .tdn{text-decoration:none;} .tdu{text-decoration:underline;} .bgsc{background-size:cover;} .inline{display:-moz-inline-box; display:inline-block;} /*BASE*/ html{height:100%;} body{height:100%; line-height:1; color:@black; -webkit-text-size-adjust:100%; background:@white; font-family:-apple-system,BlinkMacSystemFont,"Open Sans","Helvetica Neue",Roboto,"Droid Sans","Hiragino Sans","ヒラギノ角ゴシック","游ゴシック Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;} img{max-width:100%; height:auto; vertical-align:middle;} /*CF*/ .cf:before,.cf:after{content:" ";display:table;}.cf:after{clear:both;}.cf{*zoom:1;} /*LINK*/ a:link{color:@pink; .tdu; .trans} a:visited{color:@pink; .tdu;} a:hover{color:@grayD; .tdu;} a:active{color:@pink; .tdn;} a img{border:none; .tdn;} a img:hover{border:none; opacity:0.6; .tdn;} /*LETTER*/ strong{.fb;} em{background:linear-gradient(transparent 60%, @yellow 60%);} .wf{font-family:"Montserrat";} .attention{color:@red;} .small{font-size:85%;} ::selection{background:@pink; color:@white;} ::-moz-selection{background:@pink; color:@white;} /*SP NAV*/ button#menubtn{position:absolute; right:10px; top:10px; line-height:42px; height:42px; width:42px; z-index:9999;} button.btn{background-color:@black; color:@white; border:none;} button.btn:after{content: '\e803'; font-family:'fontello'; vertical-align:top; font-size:154%;} button.active{background-color:@white; color:@black;} button.active:after{content: '\e815'; font-family:'fontello'; line-height:42px; height:42px; width:42px; font-size:154%;} div#spnav{display:none; position:fixed; top:0; width:100%; height:100%; background:rgba(0,0,0,0.85); z-index:9998; a:link{color:@white; .tdn;} a:visited{color:@white; .tdn;} a:hover{color:@pink; .tdn;} a:active{color:@white; .tdn;} nav{padding:90px 0 0; ul{.tac; li{width:50%; float:left; padding:0 0 50px; a{display:block; letter-spacing:2px;} } li:first-child{width:100%;} } } } /*HEADER*/ header{width:100%; padding:20px 10px; margin:0 0 20px; h1{width:200px;} } /*FOOTER*/ footer{background:@black; padding:20px 0; color:@white; .tac; small{font-size:77%; line-height:1.8;} a:link{color:@grayL; .tdu;} a:visited{color:@grayL; .tdu;} a:hover{color:@pink; .tdu;} a:active{color:@grayL; .tdn;} } /*MAIN*/ main{margin:0 0 30px;} /*TOP*/ div.topsliderbox{margin:0 auto 20px;} div.topbox{padding:0; margin-bottom:20px; h2{font-size:197%;} div.newsbox{padding:20px; border:2px solid @black; article{margin-bottom:15px; span{font-size:85%;} h3{line-height:1.7; .fb; a:link{color:@black; .tdu;} a:visited{color:@black; .tdu;} a:hover{color:@grayD; .tdn;} a:active{color:@black; .tdn;} } } } } /*TITLE*/ .pagetitle{margin:6% 0 8%; .tac; letter-spacing:5px; font-weight:600; h2{font-size:197%; padding-left:5px; .inline; background:linear-gradient(transparent 50%, @yellow 50%); text-shadow:1px 1px 1px @white;} } /*PAGE*/ div.pagebody{padding:0 10px; article{margin-bottom:20px; span.postdate{font-size:85%; .fb;} h3{position:relative; font-size:124%; padding:10px 0 10px 24px; margin-bottom:15px; line-height:1.5; border-top:2px solid @black; border-bottom:2px solid @black; .fb; a:link{color:@black; .tdn;} a:visited{color:@black; .tdn;} a:hover{color:@gray; .tdn;} a:active{color:@black; .tdn;} } h3:before,h3:after{content:""; position:absolute; bottom:0; width:6px; height:6px; border:1px solid @pink; margin:auto;} h3:before{top:-3px; left:0px; animation: spin 5s linear infinite;} h3:after{top:3px; left:3px; animation: spin 5s linear infinite;} div.postbody{line-height:1.7; word-wrap:break-word; section{margin-bottom:15px;} section:last-child{margin-bottom:0;} p{margin-bottom:15px;} p:last-child{margin-bottom:0;} h4{font-size:116%; padding:0 0 5px; margin-bottom:10px; border-bottom:1px solid @grayD; .fb; i{color:@yellow;} } img{margin:0 0 15px;} div.disco{ ul{ li{width:33%; float:left; img{margin:0;} } } } } div.back{.tac; padding:60px 0 0; a{border:2px solid @black; padding:20px; .inline; .tdn;} a:hover{background:@yellow;} } } article:last-child{margin-bottom:0;} div.artistlist{ article{margin-bottom:0px; padding:0; background:none; border:none; h3{font-size:100%; padding:10px 0; margin-bottom:30px; border:none; .tac;} h3:before,h3:after{content:none;} } } } /*PAGENATION*/ div.pagenation{font-size:77%; .fb; margin-top:20px; letter-spacing:1px; a div{background:@black; color:@white; display:block; border-radius:6px; padding:15px; .fb; .tdn;} a div:hover{background:@grayD;} div.next{float:right;} div.prev{float:left;} div.back{.tac;} } /*PAGE TABLE*/ table{width:100%; margin-bottom:10px; tr{width:100%; border-top:1px solid @grayL; border-bottom:1px solid @grayL; th{padding:10px; width:100%; display:block; text-align:left; .fb;} td{padding:10px; width:100%; display:block;} } } /*CONTACT*/ span.required{background:@black; font-size:85%; padding:5px 10px; border-radius:5px; color:@white;} table.mailform textarea{width:100%; padding:10px; resize:vertical; background:@white; border:1px solid #ddd;} input.wpcf7-text{width:100%; padding:10px;} input[type="submit"],button{-webkit-appearance:button; cursor:pointer; outline:none;} input.soushin{width:100%; height:60px; line-height:60px; position:relative; .inline; .fb; font-size:124%; .tac; .tdn; border:none; color:@white; border-radius:10px; background-color:@grayD; box-shadow:0 4px 0 @black; -webkit-transition:none; transition:none; cursor:pointer;} input.soushin:hover{background-color:@gray; box-shadow:0 4px 0 @grayD;} input.soushin:active{top:4px; box-shadow:none;} img.ajax-loader{float:left; width:auto!important;} /****************************************************/ /************************ PC ************************/ /****************************************************/ @media(min-width:768px){ nav#spmenu{display:none;} .sp{display:none;} .leftbox{padding-right:20px;} .rightbox{padding-left:20px;} /*HEADER*/ header{padding:40px 0 0; margin:0 0 40px; h1{width:315px; float:left;} div.headnav{float:right; nav.mainnav{font-size:85%; letter-spacing:2px; ul{.tac; li{float:left; margin:0 0 0 25px; a{display:block; padding:0; span{display:block; font-size:8px; letter-spacing:0.5px; margin:3px 0 0;} } a:link{color:@black; .tdn;} a:visited{color:@black; .tdn;} a:hover{color:@pink; .tdn;} a:active{color:@black; .tdn;} } } } } } /*TITLE*/ .pagetitle{ h2{font-size:250%;} } /*FOOTER*/ footer{padding:40px 0;} /*MAIN*/ main{margin-bottom:60px;} /*TOP*/ div.topsliderbox{margin:0 auto 60px;} div.topbox{margin-bottom:60px; padding:0; .pagetitle{margin:40px 0; text-align:left; h2{font-size:197%; font-weight:400;} } div.newsbox{padding:0 40px 40px; border:3px solid @black; article{margin-bottom:20px; h3{font-size:116%;} } } } /*PAGE*/ div.pagebody{padding:0; article{margin-bottom:60px; padding:60px; background:@white; border:2px solid @black; h3{font-size:154%; padding:20px 0 20px 32px; margin-bottom:30px;} h3:before,h3:after{width:12px; height:12px;} h3:before{top:-6px; left:0px; animation: spin 5s linear infinite;} h3:after{top:6px; left:6px; animation: spin 5s linear infinite;} div.postbody{ section{margin-bottom:30px;} p{margin-bottom:20px;} h4{margin-bottom:15px;} img{margin:0 0 20px;} .size-thumbnail{width:320px; height:auto;} .size-medium{width:320px; height:auto;} .size-large{width:640px; 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;} img.alignleft + br{display:none;} img.alignright + br{display:none;} div.disco{ ul{ li{width:25%; float:left;} } } } } } /*PAGENATION*/ div.pagenation{font-size:100%; margin-top:60px;} /*PAGE TABLE*/ table{margin-bottom:20px; border-bottom:1px solid @grayL; tr{border-top:1px solid @grayL; border-bottom:none; th{vertical-align:middle; padding:20px; width:auto; display:table-cell; background:none; white-space:nowrap;} td{vertical-align:middle; padding:20px; width:auto; display:table-cell;} } } } /************************ SP ************************/ @media (max-width:767px) { .pc{display:none;} .spmb{margin-bottom:4%;} } /************************ SPIN ************************/ @keyframes spin{ 0%{transform: rotate(0deg);} 100%{transform: rotate(360deg);} } /************************ VIDEO ************************/ div.video_box{position:relative; overflow:hidden; padding-bottom:56.25%; padding-top:30px; 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% ------------------------------------------------------*/