*{
	margin:0;
	padding:0;
}

/**************************************/
/* style */
/**************************************/
html { font-size: 62.5%; }
html{
	width:100%;
	height: 100%;
}
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium),
       local(Yu Gothic);
  font-weight: 500;
}
body{
	width:100%;
	height: 100%;
	font-family: "NOW-GM","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	font-size: 0
}
main{
	width: 100%;
}
.home main{
	height: 100%;
}
.home article{
	margin-left: 100px;
	height: 100%;
	margin-bottom: 0;
}
article{
	margin-left: 200px;
	margin-bottom: 40px;
}

a{
	text-decoration:none;
}
a:hover{
	cursor: pointer;
}
li{
	list-style:none;
}
h2{
	font-family: "UD Shin Go Medium","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: .1rem;
}
.pc{
	display: block;
	visibility: visible;
}
.sp{
	display: none;
	visibility: hidden;
}

/**************************************/
/* header */
/**************************************/
header{
	width: 200px;
	height: 100%;
	position: fixed;
	text-align: center;
	z-index: 1;
	background-color: #fff;
}
#header_logo{
	margin-top: 40px;
}
.bogo-language-switcher{
	position: absolute;
    bottom: 40px;
    height: 30px;
    width: 200px;
    text-align: center;
    font-size: 0;
    letter-spacing: -3px; 
}
.en-US.en.first,.en-US.en.first a,.ja.last,.ja.last a{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.en-US.en.current.first:before,
.en-US.en.first a:before{
	font-size: 1.4rem;
	content: "EN" !important;
	font-weight: 400;
	color: #ccc;
	letter-spacing: normal; 
}
.ja.current.last:before,
.ja.last a:before{
	font-size: 1.4rem;
	content: "JP" !important;
	font-weight: 400;
	color: #ccc;
	letter-spacing: normal; 
}
.en-US.en.current.first:before,
.ja.current.last:before{
	color: rgb(230,66,119);

}
.sns{
	font-size: 1.4rem;
	text-align: left;
}
.sns ul{
	font-size: 2rem;
	margin-left: -10px;
}
.sns ul li{
	display: inline-block;
	vertical-align: middle;
}
.sns ul li a{
	display: block;
	padding: 10px;
	color: #fff;
}
.copy{
	font-size: .8rem;
	color: #fff;
}
/**************************************/
/* top */
/**************************************/
.home main{
	
	overflow: hidden;
}
.landscape{
	height: 100%;
	width: 100vw;

}
.landscape img{
	width: 100%;
	height: auto;
}

/**************************************/
/* content */
/**************************************/
section{
	font-size: 1.4rem;
	padding: 40px;
	width: 100%;
	max-width: 1100px;

}
.content,.rss{
	margin-bottom: 130px;
}
.title,.post_title{
	position: relative;
	display: inline-block;
}
.title:before,.post_title:before{
	content: '';
	position: absolute;
	left: 0;
	top: -9px;
	display: inline-block;
	background-color: rgb(230,66,119);
}
.title:before{
	top: -5px;
}
.title{
	margin-bottom: 95px;
	font-size: 3rem;
}
.title:before{
	width: 40px;
	height: 4px;
}
.post_title:before{
	width: 80px;
	height: 2px;
}
/**************************************/
/* global_link */
/**************************************/
.global_link{
	display: block;
	width: 200px;
	height: auto;
	position: absolute;
	top: 40px;
	right: 40px;
}
.fc_link{
	display: block;
	width: 200px;
	height: auto;
	position: absolute;
	top: 40px;
	right: 280px;
}
.global_link img,.fc_link img{
	width: 200px;
	height: auto;
}
/* global_link nav */
.navigation_inner .global_link,.navigation_inner .fc_link{
	top: 0;
	right: 0;
	display: inline-block !important;
	vertical-align: middle;
}
.navigation_inner .fc_link{
	margin-right: 20px;
}
#navigation .navigation_inner .navigation_menu .navigation_item.link a::before,
#navigation .navigation_inner .navigation_menu .navigation_item.sns a::before{
	content: none;
	position: inherit;
}
/**************************************/
/* category */
/**************************************/
.archive .content,.rss .content{
	font-size: 0;
}
.archive .post_title{
	display: block;
	font-size: 1.4rem;
	font-weight:800;
}
.archive .content p,.archive .rss p{
	font-size: 1rem;
	line-height: 1.8rem;
}
.archive .content img,.archive .rss img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.archive .content a,.archive .rss a{
	color: rgb(230,66,119);
	text-decoration: underline;
}
.archive .content a:hover,.archive .rss a:hover{
	color: #2cc1e0;
}

/**************************************/
/* single */
/**************************************/
.single section{
	max-width: 100%;
}
.single .post_title{
	display: block;
}
.single .post_date{
	display: block;
	font-size: .8rem;
	color: #ccc;
	margin-bottom: 40px;
}
.single .post_content p{
	font-size: 1rem;
	line-height: 2.4rem
}
/**************************************/
/* pagenation */
/**************************************/
.pagination{
	text-align: center;
	font-size: 1rem;
}
.page-numbers{
	padding: 8px;
	color: #000;
}
.page-numbers.current{
	color: rgb(230,66,119);
}

/**************************************/
/* news media */
/**************************************/
.news_media .post_date,.news_media .post_tag{
	display: inline-block;
	vertical-align: middle;
	color: #ccc;
	font-size: .8rem;
	margin-bottom: 10px;
}
.news_media .post_tag a{
	color: #2cc1e0;
}
.news_media .post_date{
	margin-right: 20px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 10px 0;} .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/**************************************/
/* live */
/**************************************/

/* live */
#live .post_title{
	margin-bottom: 20px;
}
#live .cap_detaile{
	border-left: 4px solid rgb(230,66,119);
	font-size: .8rem;
	font-weight: 800;
	margin-bottom: 3px;
	line-height: .83rem;
	padding-left: 8px;
	color: #757575;
}
#live .post_live_content{
	padding-left: 13px;
	font-size: 1rem;
}
#live .post_live_wrap{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 15px;
}
#live .post_detaile{
	width: 100%;
}


/**************************************/
/* discography */
/**************************************/
#discography .post_title{
	margin-bottom: 5px;
}
.post_subtitle{
	color: #ccc;
	font-size: 1rem;
	display: block;
	margin-bottom: 20px;
}
#discography .content{
	font-size: 0;
}
#discography .post_thumb{
	width: 40%;
}
#discography .disco_content{
	width: 60%;
}
#discography .post_thumb{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 40px;
	margin-top: -8px;
}
#discography .post_thumb img{
	width: 100%;
	height: auto;
}
#discography .post_thumb,.disco_content{
	display: inline-block;
	vertical-align: top;
}
table{
	font-size: 1rem;
}
th{
	font-weight: 800;
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	color: #757575;
}
td{
	padding-bottom: 10px;
	vertical-align: top;
}
.en-US th{
	width: 50%;
}
/**************************************/
/* biography */
/**************************************/
.page section{
	max-width: 100%;
}
.page .header_img .landscape{
	width: 100%;
	text-align: center;
}
.page .header_img img{
	width: 80%;
	height: auto;
}
.member{
	font-size: 1rem;
	text-align: center;
	margin: 20px 0;
}
#bio_logo{
	width: 220px;
	height:62.33px;
	margin: 60px auto 20px auto;
	display: block;
}
.page .post_content{
	width: 68%;
	margin: 0 auto;
}
.page .post_content p{
	font-size: 1rem;
	line-height: 2.4rem
}

.page .post_content img{
    width: 100%;
    height: auto;
}


/* ustour */
#ustour{
	background-color:  rgb(230,66,119);
	min-height:100vh;
}
#ustour h2{
	letter-spacing: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6rem;
	padding: 1em 0;
}
.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
}
.tour_list_content.flex{
	padding: 2em 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.tour_list_content.flex.list-title{
	border-bottom: 1px solid #fff;
	padding: 3em 0 0em;
}
.tour_list_content.flex.list-title p{
	font-weight: bold;
	line-height: 1.2;
    margin-bottom: 1em;
}
.page .post_content p.tour_list_date{
	font-size:1.3rem;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	line-height:1.2;
}
.tour_list_content.flex > p{
	width: 20%;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	font-size:1.3rem;
}
.tour_list_content.flex a{
	font-size: .8rem;
	padding: .7em 0 .5em;
    line-height: .8rem;
    width: 90%;
    text-align:center;
    color: #fff;
    background-color: #000;
    justify-content: center;
    display: flex;
}
.tour_list_content.flex a svg{
	width: 10px;
	height: 10px;
	margin-left: 5px;
}
.tour_list_content.flex a.nolink{
	pointer-events: none;
	background-color: #ccc;
}
.flex-sb{
    justify-content: space-between;
}
.flex-sa{
    justify-content: space-around;
}
.flex-wr{
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.bogo-language-name .current{
	display: none !important;
	visibility: hidden;
}
/************************************************************************************************************************/


/**************************************/
/* device */
/**************************************/

@media (max-width: 768px) {
body{
	word-wrap:break-word;
}
main{
	position: relative;
}
article{
	position: relative;
}
header{
	max-height: 0 !important;
	width: 100% !important;
	text-align: left;
	padding: 10px;
	background-color: inherit;
	position: absolute;
}
#header_logo{
	margin-top: 0;
	width: 40px;
	height: auto;
}
.pc{
	display: none;
	visibility: hidden;
}
.sp{
	display: block;
	visibility: visible;
}
.home article,article{
	margin-left: 0;
}
section{
	padding:40px 10px 0 10px;
}
.single section{
	padding-top: 110px;
}
.single .post_content p {
    font-size: .8rem;
    line-height: 1.8rem;
}
.single .post_date {
    margin-bottom: 20px;
}
/* header img */
.header_img{
	position: relative;
}
.header_img img{
	opacity: .5;
}
/* title */
.title{
	margin-bottom: 0;
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 1.4rem;
	margin: auto;
	text-align: center;
}
.title:before{
	width: 0;
	height: 0;
}
/* nav */
.bogo-language-switcher {
    position: inherit;
    width: 100%;
    text-align: right;
}
#navigation .navigation_inner .navigation_menu .navigation_item .en-US.en.first a,
#navigation .navigation_inner .navigation_menu .navigation_item .ja.last a{
	font-size: 0;
	position: inherit;
}
#navigation .navigation_inner .navigation_menu .navigation_item .en-US.en.current.first::before, 
#navigation .navigation_inner .navigation_menu .navigation_item .en-US.en.first a::before {
    content: "EN" !important;
	background-color: inherit;
	position: inherit;
}
#navigation .navigation_inner .navigation_menu .navigation_item .ja.current.last::before, 
#navigation .navigation_inner .navigation_menu .navigation_item .ja.last a::before {
    content: "JP" !important;
	background-color: inherit;
	position: inherit;
}
.en-US.en.current.first:before,
.ja.current.last:before{
	color: #fff;
}
.copy {
    text-align: right;
    margin: 0 20px 10px 0;
}

/* top img */
.gallery{
	display: table;
    height: 100%;
}
.gallery-item{
	display: table-cell;
    vertical-align: middle;
}
.landscape {
    height: auto;
    width: 100vw;
}
/* post */
.post_title:before{
	width: 20px;
	top: -13px;
}
.archive .content p {
    font-size: .8rem;
    line-height: 1.4rem;
}
.archive p.post_title{
	font-size: 1rem;
}
.content {
    margin-bottom: 60px;
}

.news_media .post_date {
    margin-right: 12px;
    font-size: .6rem;
}
.news_media .post_tag {
    font-size: .6rem;
}
/* live */

.archive .post_title {
    font-size: 1rem;
}

#live .post_title {
    margin-bottom: 10px;
}
#live .post_live_wrap{
	width: 50%;
	margin-bottom: 10px;
}

#live .post_live_content{
	font-size: .8rem;
}

#live .live_wrap_p{
	padding-right: 4px;
}
#live .post_detaile{
	width: 100%;
}

/* discography */
#discography .post_thumb {
    padding-right: 10px;
    margin-bottom: 0;
    margin-top: -13px;
}
#discography .post_title{
    margin-bottom: 0px;
}
.post_subtitle {
    font-size: .8rem;
    margin-bottom: 10px;
}
#discography .content p {
    font-size: .6rem;
    line-height: 1.2rem;
}
table{
	table-layout:fixed;
}
th {
    padding-bottom: 0px;
    font-size: .6rem;
    display: block;
    width: 100%
}
td {
    display: block;
    font-size: .7rem;
}
.en-US th{
	width: 100%;
}


/* biography */
.page section {
    padding-top: 10px;
}
.page .header_img{
	padding-top: 70px;
}
.page .header_img img{
	opacity: 1;
	width: 100%;
	height: auto;
}
p.member{
	margin: 10px 0 0 0;
	font-size: .6rem;
}
#bio_logo{
	width: 120px;
	height:34px;
	margin: 30px auto 20px auto;
}
.page .post_content p,.page .post_content p.tour_list_date {
    font-size: .8rem;
    line-height: 1.6rem;
}


/* global_link */
#navigation .navigation_inner .navigation_menu .navigation_item.sp{
	margin-bottom: 40px;
}
.global_link{
	width: 120px;
	top: auto;
	right: 20px;
	bottom: 21%;
}
.fc_link{
	width: 120px;
	top: auto;
	right: 160px;
	bottom: 21%;
}
.global_link img,.fc_link img{
	width: 120px;
}
/* global_link nav */
.navigation_inner .global_link{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	display: inline-block !important;
	vertical-align: middle;
	margin-left: 20px;
}
.navigation_inner .fc_link{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	display: inline-block !important;
	vertical-align: middle;
}

.sns{
	position: inherit;
}
.sns ul{
	margin-left: 0;
}
.sns ul li a{
	font-size: 1.2rem !important;
	margin-left: 10px;
}




.tour_list_content.flex{
	display: block;
	padding: 1.5em 0;
}
.tour_list_content.flex > p{
	width: 100%;
}
.tour_list_content.flex a {
    padding: .7em 1em .5em;
    width: 100%;
    font-size: .7rem;
}
.tour_list_content.flex .flex{
	margin-bottom :.5em;
}

}

@media (max-width: 414px) {
.page .post_content{
	width: 100%;
}
/* global_link */
#navigation .navigation_inner .navigation_menu .navigation_item.sp {
    margin-bottom: 20px;
}
.global_link{
	width: 60px;
	top: auto;
	right: 20px;
	bottom: 28%;
}
.fc_link{
	width: 60px;
	top: auto;
	right: 90px;
	bottom: 28%;
}
.global_link img,.fc_link img{
	width: 60px;
}
.sns ul li a{
	margin-left: 0;
}


#ustour h2 {
font-size: 1.6rem;
    padding: 3em 0 0.5em;
    line-height: 1.2;
    text-align: center;
}
.tour_list_content.flex .flex{
	margin-bottom :0.2em;
}

.tour_list_venue,.tour_list_city,.tour_list_date{
	font-weight: 800;
}
.tour_list_content.flex {
    padding: 1em;
}
.tour_list{
	padding-bottom: 2em;
}
.page .post_content p.tour_list_date{
	font-size:.8rem;
}

}

@media (max-width: 320px) {
/* global_link nav */
.navigation_inner .global_link{
	bottom: 12%;
}
	
}