@charset "utf-8";
/* CSS Document */

a {
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover {
    color: #6abd02;
}
a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#wrap2 {
    background: #000;
}
.backstretch:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right bottom, from(#444), color-stop(0.25, #444), color-stop(0.25, fff0), color-stop(0.5, white), color-stop(0.5, #444), color-stop(0.75, #444), color-stop(0.75, #fff0), to(white));
    background: -moz-linear-gradient(-45deg, #444 25%, #fff0 25%, white 50%, #444 50%, #444 75%, #fff0 75%, white);
    background: -ms-linear-gradient(-45deg, rgb(68, 68, 68) 25%, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 50%, rgb(68, 68, 68) 50%, rgb(68, 68, 68) 75%, rgba(255, 255, 255, 0) 75%, rgb(255, 255, 255));
    background: linear-gradient(-45deg, #444 25%, #fff0 25%, white 50%, #444 50%, #444 75%, #fff0 75%, white);
    background-size: 4px 4px;
    opacity: 0.5;
}
.backstretch {
    position: absolute!important;
}

@media only screen and (min-width:600px) {
.backstretch {
    position: fixed!important;
}
}
.top_outer {
    position: relative;
    overflow: hidden;
}
.top_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
 -webkit- transform: translateY(-45%) translateX(-50%);
    width: 100%;
}
.top_btn {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
.top_btn li {
    width: 90%;
    text-align: center;
    float: none;
    margin: 0 auto;
}
.top_btn li:first-child {
    margin-bottom: 30px;
}
.top_btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 10px 12px;
    border: 1px solid #FFF;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2rem;
}
.top_btn a:hover {
    background: #FFFC;
}
.update {
    display: block;
    clear: both;
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    margin: 0 auto;
    letter-spacing: 0.1rem;
    line-height: 12px;
}

@media only screen and (min-width:600px) {
.top_btn a {
    font-size: 22px;
    /*	line-height: 24px;*/
    border: 2px solid #FFF;
}
.top_btn li {
    width: 45%;
}
.top_btn li:first-child {
    float: left;
}
.top_btn li:last-child {
    float: right;
}
}
#content_tag {
    margin-top: -59px;
    padding-top: 59px;
}
.svg_non_active {
    display: none;
}
.svg_active {
    display: block;
    text-align: center;
}
#randomtop {
    height: 80vh;
}

@media screen and (min-width:600px) and ( max-width:800px) {
#randomtop {
    height: 600px;
}
}
/*------------------------------------------------------

	TOP

------------------------------------------------------*/

.top_inner .site_logo svg {
    height: auto;
    width: auto;
    animation-delay: 1s;
    fill: #FFF;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
    stroke-width: 2;
    stroke: #FFF;
}

@media all and (-ms-high-contrast: none) {
.top_inner .site_logo svg {
    fill: #FFF!important;
}
}
h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    /* text-align: center;*/
    margin: 10% auto 1%;
    padding: 20px;
}
h1 span {
    font-size: 18px;
    font-weight: normal;
    display: block;
    padding-top: 5px;
    letter-spacing: 0.2em;
    line-height: 18px;
    color: #fff;
}
h2 {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 65px 0 0 20px;
}
#top04 h2 {
    color: #FFF;
}
h2 span {
    color: #D40F13;
    font-size: 80%;
    padding-top: 10%;
}
#top01 {
    z-index: -1;
    background-color: #f6f7f9;
    background-image: url("../img/top/top_img_01_sp.jpg");
    background-position: center 45px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
}
#top02 {
    z-index: -1;
    background-color: #f6f7f9;
    background-image: url("../img/top/top_img_02_sp.jpg");
    background-position: center 45px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}
#top03 {
    z-index: -1;
    background-color: #f6f7f9;
    background-image: url("../img/top/top_img_03_sp.jpg");
    background-position: center 45px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}
#top04 {
    z-index: -1;
    background-color: #4579d0;
    background-image: url("../img/top/top_img_04_sp.jpg");
    background-position: center 20px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}
#top01::before, #top01::after, #top02::before, #top02::after, #top03::before, #top03::after, #top04::before, #top04::after {
    content: '';
    position: absolute;
    left: -100%;
    width: 300%;
    height: 0;
    padding-bottom: 320px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
}
/*#top01::before, #top01::after, #top02::before, #top02::after, #top03::before, #top03::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	padding-bottom: 320px;
	-webkit-transform: skewY(-5deg);
	transform: skewY(-5deg);
	z-index: 1;
}*/
#top01::before, #top02::before, #top03::before {
    top: -200px;
    background-color: rgba(255,255,255,0.5);
}
#top04::before {
    top: -200px;
    background-color: rgba(0, 0, 0, 0.5);
}
#top01::after, #top02::after, #top03::after {
    bottom: -255px;
    background-color: rgba(199,235,0,0.8);
}
#top04::after {
    bottom: -205px;
    background-color: rgba(199,235,0,0.8);
}
.top_title {
    z-index: 2;
    color: #000;
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
.top_title p {
    padding: 0px 0 0 20px;
    color: #000;
    font-size: 10px;
}
#top04 .top_title p {
    color: #FFF;
}
.top_title p span {
    color: #6abd02;
    font-size: 24px;
    line-height: 20px;
    margin-left: 5px;
}
.top_category {
    z-index: 2;
    color: #000;
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 230px auto 0;
    padding-right: 20px;
}
#top01 .top_category {
    margin: 250px auto 0;
}
#top04 .top_category {
    margin: 300px auto 0;
}
.top_category img {
    float: right;
    width: 66px;
    margin-left: 10px;
}
#top01 .top_category img {
    width: 75px;
    margin-top: 30px;
}
#top04 .top_category img {
    width: 130px;
    margin-top: 20px;
}
.top_category p {
    text-align: right;
    font-size: 23px;
    line-height: 23px;
    float: right;
    padding: 30px 10px 0 0;
}
#top01 .top_category p {
    padding: 3px 0 0;/*clear: both;*/
}
.top_category p span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}

@media only screen and (min-width:600px) {
#top01 .top_category img {;
    margin-top: 0;
}
#top04 .top_category img {;
    margin-top: 0;
}
h1 span {
    font-size: 33px;
    padding-top: 20px;
    line-height: 33px;
}
h2 {
    font-size: 24px;
    font-weight: normal;
    padding: 85px 0 0 40px;
}
.top_title p {
    padding: 0px 0 0 40px;
    font-size: 18px;
    margin-top: 10px;
}
.top_title p span {
    font-size: 40px;
    line-height: 40px;
}
#top01 {
    background-image: url("../img/top/top_img_01.jpg");
    background-position: center 62px;
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 650px;
}
/*#top01 {
	background-image: url("../img/top/top_img_01.jpg");
	background-position: center 75px;
	background-size: unset;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 650px;
}*/
#top02 {
    background-image: url("../img/top/top_img_02.jpg");
    background-position: center 62px;
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 650px;
}
#top03 {
    background-image: url("../img/top/top_img_03.jpg");
    background-position: center 62px;
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 650px;
}
#top04 {
    background-image: url("../img/top/top_img_04.jpg");
    background-position: center top;
    background-size: 1200px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 650px;
}
/*#top04 {
	background-image: url("../img/top/top_img_04.jpg");
	background-position: center 62px;
	background-size: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 650px;
}*/
	
	
#top01::before, #top02::before, #top03::before, #top04::before {
    top: -155px;
}
#top01::after, #top02::after, #top03::after, #top04::after {
    bottom: -210px;
}
.top_category {
    margin: 300px auto 0;
    padding-right: 20px;
}
#top01 .top_category {
    margin: 380px auto 0;
    padding-right: 20px;
}
#top01 .top_category img {
    width: 190px;
}
#top04 .top_category {
    margin: 374px auto 0;
    padding-right: 20px;
}
#top04 .top_category img {
    width: 228px;
}
.top_category img {
    width: auto;
}
.top_category p {
    font-size: 40px;
    line-height: 40px;
    padding: 40px 20px 0;
}
#top01 .top_category p {
    font-size: 32px;
    line-height: 30px;
    padding: 0 20px 0;
    clear: unset;
    margin-top: 15px;
}
.top_category p {
    font-size: 32px;
    line-height: 30px;
    padding: 0 20px 0;
    clear: unset;
    margin-top: 85px;
}
.top_category p span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
}
#top04 .top_category p {
    padding: 0;
    margin: 24px 10px 0;
    display: inline-block;
    width: auto;
    font-size: 32px;
    line-height: 30px;
}

@media only screen and (max-width:700px) {
#top04 .top_category p {
    padding: 0;
    margin: 46px 0 0;
    display: inline-block;
    width: auto;
    font-size: 23px;
    line-height: 20px;
}
}

@media only screen and (max-width:600px) {
#top04 .top_category p {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 23px;
    line-height: 20px;
}
}
/*------------------------------------------------------

	内容ページ

------------------------------------------------------*/

#column_outer {
    width: 100%;
    background: #FFF;
    display: inline-block;
    font-family: 'cgr', 'Century Gothic', 'Avenir-Light', Futura, helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
#column {
    margin: 0 20px 30px 20px;
    width: auto;
    color: #000;
    line-height: 1.75;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}
#contL {
    padding: 20px 0 0;
}
.columnTtl {
    padding: 10px 0px 10px 20px;
    border-left: 7px solid #000;
    border-bottom: 2px solid #000;
    margin: 0px 0 25px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1rem;
}
.blk {
    margin-bottom: 50px;
}
.blk p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1rem;
}
.lead {
    color: #666;
    margin-bottom: 38px !important;
    padding: 0 30px;
}

@media only screen and (min-width: 800px) {
.lead {
    padding: 0 50px;
}
}
.que {
    color: #6abd02;
    font-weight: bold;
}
.que::before {
    content: "― ";
}
.contR p {
    font-size: 14px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
    line-height: 22px;
}
p.contR_title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 7px;
    border-left: 5px solid #6abd02;
    padding-left: 10px;
}
.contR p span {
    font-size: 11px;
    display: block;
    line-height: 15px;
    margin-top: 10px;
    text-indent: -11px;
    padding: 0 0 0 11px;
}
.contR a {
    color: #888;
    border-bottom: 1px dotted #666;
    display: inline-block;
    margin-bottom: 5px;
}
.contR a:hover {
    color: #6abd02;
    border-bottom: 1px dotted #6abd02;
}
.gaibu:after {
    content: "\e600";
    font-family: 'iconFont';
    margin: 0 0 0 5px;
}
.album_info {
    background: #eeeeee;
    padding: 20px;
    margin: 20px 0 50px;
    display: inline-block;
    width: 100%;
}
.album_info .album_title {
    margin: 0 0 10px;
    line-height: 18px;
    font-size: 14px;
}
.album_info img {
    width: 100px;
    float: left;
    margin: 0px 15px 10px 0;
}
.album_info p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
}
.album_info p span {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 0px;
}
.album_info p a.gaibu {
    margin: 15px 0 0px;
}
a.btn {
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid #000;
    padding: 10px 0 7px;
    font-size: 16px;
    color: #000;
    margin: 10px 0 50px;
}
a.btn:hover {
    border: 1px solid #6abd02;
}
.seihin_info {
    text-align: center;
}
.seihin_info p {
    text-align: left;
}
.seihin_info img {
    display: block;
    margin: 0 auto;
}
.seihin_link {
    line-height: 15px;
    vertical-align: baseline;
    cursor: pointer;
}
.seihin_info span {
    font-size: smaller;
}
.contR ul {
    margin-bottom: 25px;
}
.contR ul li a {
    display: block;
    font-size: 15px;
    line-height: 19px;
    padding: 10px 0 10px 4rem !important;
    text-indent: -3.5rem;
}
.blk img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 750px;
}
.message {
    text-align: left;
    margin-top: 30px;
}
.message p {
    line-height: 32px;
    margin-bottom: 10px;
}
.message p:first-child {
    font-size: larger;
    color: #284b9f;
}
.message br {
    display: none;
}
.btn.gaibu.contR_link {
    line-height: 20px;
}

@media only screen and (min-width: 1100px) {
#column {
    margin: 30px auto 30px auto;
    width: 100%;
    max-width: 1200px;
}
}

@media only screen and (min-width:800px) {
#contL {
    float: left;
    width: 100%;
    margin: 0 -330px 0 0;
    padding: 0 30px 0 10px;
}
#contLInner {
    margin: 0 330px 0 0;
    padding: 50px 0 0;
}
.columnTtl {
    padding: 10px 0px 15px 35px;
    border-left: 12px solid #000;
    border-bottom: 5px solid #000;
    font-size: 26px;
    line-height: 34px;
}
.contR {
    float: right;
    width: 300px;
    padding-top: 50px;
}
.blk {
    margin-bottom: 100px;
}
.blk img {
    margin: 40px auto 0;
    display: block;
    width: 100%;
    max-width: 750px;
}
.album_info {
    width: 100%;
}
.message {
    text-align: center;
    margin-top: 60px;
}
.message p:first-child {
    font-size: x-large;
}
.message br {
    display: block;
}
}

/*------------------------------------------------------

	spotfyプレイヤー関連

------------------------------------------------------*/
	
.stickyListen_pc,.stickyListen_sm {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    max-width: 330px;
    position: fixed;
    z-index: 10000000;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
}	
.stickyListen_pc {
    bottom: 20px;
    right: 20px;
    display: inline-block;
}
.stickyListen_sm {
    bottom: 10px;
    right: 10px;
    display: none;
}
.stickyListen_pc p, .stickyListen_sm p {
    text-align: center;
    margin: 0 0 5px !important;
    font-size: 14px;
    line-height: 14px;
    color: #6abd02;
    font-weight: bold;
}
.sptfylink a {
color: #888;
border-bottom: 1px dotted #666;
}
.sptfylink a:hover {
color: #6abd02;
border-bottom: 1px dotted #6abd02;
}	
	
@media only screen and (max-width: 800px) {
.stickyListen_pc {
    display: none;
}
.stickyListen_sm {
    display: inline-block;
}	
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .stickyListen_pc,.stickyListen_sm { display: none; } /* IE11 */
}

.sptfy_atten {
    font-size: 12px;
    line-height: 2rem;
    padding: 20px;
    display: block;
    border: 2px dotted #ccc;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto 50px;
}

/*-------------------------------------------------------*/

@media only screen and (min-width:800px) {
.blk img {
    margin: 40px auto!important;
}		
}
	
	
.kar {
    color: #ff00a2;
}
.mis {
    color: #f90;
}
.kit {
    color: #4a6dc0;
}	
.kaz {
    color: #00aebc;
}	