﻿/*
THEME NAME: RW's theme
THEME URI: https://www.circle-rw.net/
DESCRIPTION:RW
VERSION: 0.1
AUTHOR: <a href="https://www.circle-rw.net/">RW</a>
AUTHOR URI: https://www.circle-rw.net/
*/
@charset "UTF-8";
* {
	box-sizing: border-box;
}
:root {
	--main-color: #66CBE5;
	--accent-color: #B2A83D;
	--dark-main-color: #358498;
	--text-bright-color: #fff;
	--icon-color: #fff;
	--icon-bk-color: #ddd;
	--gray-color: #ddd;
	--large-width: 1000px;
	--middle-width: 800px;
}
/*---------------------------------

  タグ

---------------------------------*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	position: relative;
	margin: 0;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #202020;
}
header, footer, article, aside, main, nav, section, figure {
	display: block;
}
a:active, a:hover {
	color: #6459C2;
	outline: none;
}
a, a img {
	color: #6459C2;
	font: inherit;
	text-decoration: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
a:active {
	background: transparent;
}
a:hover, a img:hover {
	transition: all 0.5s ease;
	zoom: 1;
}
a[href^="tel:"] {
	text-decoration: none;
}
a i {
	margin-right: .2em;
}

article{
	background: rgba(255,255,255,.7);
	backdrop-filter: blur(8px);
}


article a {
	text-decoration: none;
}
article a:link {
	color: #6459C2;
}
article a:visited {
	color: #ACA8DE;
}
article a:hover {
	color: #6459C2;
}
p {
	font-weight: 500;
	margin-top: .5em;
}
p span {
	display: inline-block;
}
strong {
	font-weight: bold;
}
h1, h2, h4, h5, h6 {
	font-family: "Noto Sans JP";
	font-weight: 600;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: inline-block;
}
h2 {
	text-align: center;
}
h3 {}
h5 {
	margin-top: .5em;
}
small {
	font-size: 72%;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}
blockquote {
	margin: 0;
}
cite {
	font-style: normal;
	color: #555;
}
img {
	border: 0;
	vertical-align: bottom;
}
button, input, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
ul {
	padding: 0;
	margin-top: 0;
	list-style: none;
}
ol {
	margin-top: 0;
}
dt {}
dd + dt {}
img {
	max-width: 100%;
	height: auto;
}
ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
	ruby-align: distribute-letter;
	letter-spacing: .05em;
}
/*---------------------------------

  ヘッダー

---------------------------------*/
/* header */
header {
	position: relative;
	z-index: 9000;
	width: 100%;
}

/* スクロールでヘッダーを固定 */
header h1 {
	margin: 0 0;
}
header h1 img {
}

/**/
.fixheader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	margin-top: 0px;
	padding-bottom: 0px;
	height: 70px;
	z-index: 9990;
	transition: 0.5s all ease;
	width:100%;
	top: 0;
	opacity: 1;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
header h1 {
	display: flex;
	align-items: center;
}
header h1 a {
	display: flex;
	align-items: center;
}

.index header .fixheader {
	display: none;
	opacity: 0;
}
.index header.fixed .fixheader {
	display: flex;
	opacity: 1;
}



/*---------------------------------

  コンテナ

---------------------------------*/
/* contents */
#wrap {
	overflow: hidden;
	background:url(images/bg.jpg) fixed no-repeat top center;
	background-size: cover;
}
main {
	min-height: 100vh;
}
.container {
	margin: 0 auto;
}
.container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.container + .container {
	margin-top: 2em;
}

article {
	padding-top: 100px;
}
.index article {
	padding-top: 0;
}
.article_small{
	max-width:920px;
	margin: 0 auto;
}

.article_small > section{
	max-width:780px;
	margin: 0 auto;
}

aside {}
section {}
figure {
	margin: 0 auto;
}
/*---------------------------------

  フッター

---------------------------------*/
footer{
	background:#00BCD1;
}
.contact_link{
	list-style:none;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 1em 0;
}

.contact_link li{
	margin: 0 1em;
}
.contact_link li a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	color: #00BCD1;
	font-size: 2.2rem;
	text-align: center;
	border-radius: 50%;
	line-height: 1;
	width:5rem;
	height: 5rem;
}

.contact_link li a i{
margin-right:0;
	line-height: 1;
}
footer small{
	display: block;
	background:#00BCD1;
	padding: .5em 1em;
	text-align: center;
	color: #FFF;
}


/*---------------------------------

  汎用クラス

---------------------------------*/
.page_title {
	font-size: 4.2rem;
	line-height: 1.4;
	margin-bottom: 1em;
	font-weight: normal;
	text-align: center;
	background-image: linear-gradient(to bottom, #00bcd1, #1bb9db, #37b6e2, #51b2e7, #69aee9, #69a8eb, #6ca2ec, #729bec, #6491f0, #5686f2, #4a7bf5, #4070f6);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
}
.sec_title {
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: 3.6rem;
	font-weight: normal;
	text-align: left;
	background-image: linear-gradient(to right bottom, #00bcd1, #1bb9db, #37b6e2, #51b2e7, #69aee9, #69a8eb, #6ca2ec, #729bec, #6491f0, #5686f2, #4a7bf5, #4070f6);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    font-weight: 800;

}
.lead_title {
	text-align: center;
}

/* 共通 */
.txt_left {
	text-align: left;
}
.txt_center {
	text-align: center;
}
.txt_center span {
	display: inline-block;
}
.pd-top-0 {
	padding-top: 0em;
}
.pd-top-3 {
	padding-top: 3em;
}
.sdw {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
}
.corner_r img {
	border-radius: 1.4em;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
}
.fa.fa-asterisk, .fa.fa-star {
	font-size: 90%;
}
.txt_box p i.fa.fa-star {
	color: #cb0040;
	margin-right: .3em;
}

.info_list{
	
}
.info_list dt{
	color: #00BCD1;
	font-weight: bold;
	font-size: 1.6rem;
	
}
.info_list dd{
	margin-left: 0;
}
.info_list dd + dt{
	margin-top:2em;
}
/*ローディング*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	top: 0px;
	z-index: 99998;
	padding-bottom: 20px;
	background: #fff;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #ffa000;
	font-weight: 600;
	z-index: 9999;
}
/* .more_info */
.more_info.btn {
	margin: 2em auto;
	text-align: center;
	
}
.more_info.btn a {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: .1em;
	color: #00BCD1;
	margin: 1em 0 0;
	padding: .8em 2em;
	border: 2px solid #00BCD1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.more_info.btn a:hover {
	color: #FFF;
	background: #00BCD1;
}

/* ページトップへ戻る */
.pagetop {
	display: none;
	position: fixed;
	z-index: 9000;
}
.pagetop a {
	display: block;
	background: #2ebcd0;
	border: 2px solid #2ebcd0;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
	width: 50px;
	height: 50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-radius: 50%;
}
.pagetop a:hover {
	display: block;
	background: #fff;
	text-align: center;
	color: #005dab;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagetop a i {
	margin-right: 0;
	padding-top: .75em;
}

/* call_nav */
.call_nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .1em .5em;
	font-size: 2.4rem;
	color:#00BCD1;
	font-weight: 600;
	letter-spacing: .06em;
}
.call_nav small {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0;
}
.call_nav:hover {
	cursor: pointer;
}
.call_nav i {
	color: #00BCD1;
	font-size: 3rem;
}
.call_nav:hover, .call_nav:hover i {
	color: #7ff2ff;
	transition: all 0.5s ease;
	zoom: 1;
}
/* #drawer */
#drawer {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	background: #d81000;
	color: #000;
	z-index: 9999;
	background: url("./images/bg_activities.gif") center center repeat;
	background-size: cover;
}
#drwawer_main_nav {}
#drwawer_sns_nav img {
	vertical-align: middle;
	margin-right: 1em;
}
#drawer.open {
	-webkit-transform: translate3d(-280px, 0, 0);
	-moz-transform: translate3d(-280px, 0, 0);
	transform: translate3d(-280px, 0, 0);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	background: #00bcd1;
}
.lte-ie9 #wrap.open {
	right: 280px;
}
.lte-ie9 #wrap.open {
	right: 0;
}
.drawer-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	line-height: 1;
	width: 1.0em;
	font-size: 2.2rem;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
}
#drawer a {
	font-size: 1.6rem;
	color: #fff;
	line-height: 48px;
	text-decoration: none;
}
#drawer a:hover {
	color: #00bcd1;
	background: #FFF;
}

#drawer nav {
	position: static;
}
#drawer ul {
	list-style: none;
	margin: 2.4em auto 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .5);
}
#drawer ul span:after {
	content: "\f107";
	display: inline-block;
	float: right;
	font-family: 'FontAwesome';
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 40px;
	color: #fb89b0;
	margin: 0 .4em;
}
#drawer ul li {
	list-style: none;
	margin: 0;
	clear: both;
}
#drawer nav ul li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#drawer ul li a {
	display: block;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.8em;
	padding: .5em 1.2em;
}
#drawer ul ul li a:before {
	display: inline-block;
	content: "\f105";
	font-family: 'FontAwesome';
	font-weight: 600;
	color: #fb89b0;
	margin: 0 .4em 0 .8em;
}
#drawer footer {
	background: none;
}
#drawer footer a {
	padding-left: .5em;
	font-size: 1rem;
	line-height: 1.4em;
}
#drawer footer ul {
	padding: 0 0;
	margin-bottom: 2em;
}
#drawer footer nav.footer_nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid rgba(122, 106, 86, .5);
}
#drawer footer nav.footer_nav ul li {
	flex: 0 0 50%;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50%;
	max-width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	padding: 0;
	border-bottom: 1px solid rgba(122, 106, 86, .5);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#drawer footer nav.footer_nav ul li:nth-child(odd) {
	border-right: 1px solid rgba(122, 106, 86, .5);
}
#drawer footer nav.footer_nav ul li:hover {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#drawer footer nav.footer_nav ul li a {
	display: block;
	padding: 1.5em .2em;
	font-size: 1.1rem;
}
#drawer footer nav.footer_nav ul li a:hover {
	background: #8cb808;
}
#drawer .accordion span {
	cursor: pointer;
	margin: 0;
}
#drawer .accordion span.new {
	margin-left: .5em;
}
#drawer .accordion ul {
	display: none;
	margin: 0;
}
#drawer nav.global_nav {
	margin-top: 3.2em;
}
#drawer nav.global_nav ul {
	position: static;
	display: flex;
	width: 100%;
	height: auto;
	padding: 0;
	border-top: 1px solid rgba(122, 106, 86, .5);
	border-right: none;
}
#drawer nav.global_nav ul li {
	flex: 0 0 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 0;
	border-bottom: 1px solid rgba(122, 106, 86, .5);
}
#drawer nav.global_nav ul li:nth-child(even) {
	border-left: 1px solid rgba(122, 106, 86, .5);
}
#drawer nav.global_nav ul li a {
	line-height: 1.8em;
}
@media (min-width: 768px) {
	#drawer nav.global_nav ul {
		display: none;
	}
}

/*------------------------

  トップページ

------------------------*/
.index_hero{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height:calc(100vh);
}

.index_hero_title{
	position: absolute;
	top:30px;
	left: 100px;
	color: #00BCD1;
}
.index_hero_title p{
	margin: 0;
}
.index_hero_title h1{
	margin: 0;
}
.index_hero_nav{
	position: absolute;
	top:30px;
	right: 100px;
}

.index_hero_new{
	background:rgba(255,255,255,.8);
	padding: 2em;
	text-align: center;
}
.index_hero_new_title{
	color: #00BCD1;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto 1em;
}


.index_hero_topics{
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 100;
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background: rgba(0,188,209,.8) ;
	line-height: 1.4;
}

.index_hero_topics p{
	margin: 0 1em;
	color: #FFF;
}


.discography_list{
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
}
.discography_list li{
	width:32%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.discography_list li:nth-child(n+4){
	margin-top: 2%;
}
.discography_list li a{
	display: block;
	position: relative;
	overflow: hidden;
}

.discography_info{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,188,209,.8) ;
	color: #FFF;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.discography_list li a:hover .discography_info{
	opacity: 1;
}

.discography_list li a img{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.discography_list li a:hover img{
	transform: scale(1.1);
}
.discography_info_release{
	background: #FFF;
	padding: .3em 1em;
	line-height: 1;
	color: #00BCD1;
}

.discography_info_title{
	
}

/*------------------------

  トップページ

------------------------*/
.member_name{
	color: #00BCD1;
}


.detail_cover_img{
	text-align: center;
	margin-bottom: 1em;
}
.detail_cover_img img{
	width:100%;
	max-width: 560px;
	height: auto;
}
.detail_sc{
	text-align: center;
}

.detail_track_list{
	list-style:none;
	margin: 0 auto;
	padding: 0;
}

.index_hero_new_youtube{
	max-width:800px;
	margin:0 auto;
}
/*------------------------

  Youtubeコンテナ

------------------------*/
.movie_container {
    position: relative;
    padding-top: 56.25%;
    margin: 0 auto;
}

.movie_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*=============== print.css ===============*/
@media print {
	.pagetop {
		display: none;
	}
}
