@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
	background-color: #fff;
    margin: 0;
    padding: 0;
     font-family: "Noto Sans JP", メイリオ, sans-serif;
    font-weight: 300;
    color: #333;
    letter-spacing: 0.06em;
    overflow-x: hidden;

}

*, ::after, ::before {
    box-sizing: border-box;
}

a:link,
a:visited {
    text-decoration: none; /* アンダーラインを消す */
}

a {
    transition: opacity 0.3s; /* 0.3秒かけて透明度が変わる */
}

a.active {
	color: #ff7300;
}

a:hover {
	opacity: .6;
}

.center {
	text-align: center !important;
}
:focus {
    outline: none;
}

/* sns */

.spotify {
	color: #1DB954;
}

.youtube {
	color: #FF0000;
}

.apple {
	color: #A2AAAD;
}

.bandcamp {
	color: #629aa9;
}

/* btn */

.btn {
    text-align: center;
    }
.btn a {
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 96px;
    background: #42AB9E;
    padding: 24px 48px;
    display: inline-block;
    margin: 0 auto;
    }

/* header menu */

.sp-menu {
display: none
}



nav .logo li a {
	padding: 0;
}

.menu {
	margin-left: 200px;
}


.logo img {
	width: 150px;
}


header .fixbar {
width: 100%;
    border-bottom: solid 1px #f2f2f2;
  }

header.fixed .fixbar {
  position: fixed;
  margin: 0 auto; 
   z-index: 4;
     }
     

nav {
	display: flex;          /* 2 */
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
    margin: 0 auto;
}

nav li {
    float: left;
	text-align: center;
	display: inline;
		position: relative;
		cursor: pointer;
}

nav li a {
	padding: 20px ;
		font-size: 1.5rem;
		display: block;
		font-family: "Outfit", sans-serif;
		 font-optical-sizing: auto;
  font-weight:400;
  color: #333;
}

nav li .logo a {
	padding: 0;
}



nav li:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 0px;
  left: 50%;
  background-color: #ccc;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
}

nav li:hover:after {
  width: 100%;
  left: 0;
}

nav li a:hover {
opacity: 0.6;
text-decoration: none;
color: #261971;
}

nav li.sns a {
	padding: 20px 10px;
}


ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}


     
 /* .fixbar */
 
header.fixed .fixbar { 
		background: #fff;
		width: 100%;
		top: 0px;
		border-bottom: solid 1px #ddd;
			}
	
	header.fixed .fixbar .nav > li > a {
		font-size: 15px;
    padding: 15px  !important;
}

header.fixed .fixbar .logo img {
	width: 100px;
}

header.fixed .fixbar nav li a {
	padding: 15px;
}
header.fixed .fixbar nav li.sns a  {
	padding: 20px 10px;
}
header.fixed .fixbar nav .logo li a {
	padding: 0;
}

ul.menu li a {
    font-size: 1.3rem;
}
/* parts */

small {
	color: #777;
}

.space {
	width: 100%;
	overflow: hidden;
	height: 50px;
}

.space-mini {
	width: 100%;
	overflow: hidden;
	height: 25px;
}

.sns-link li a {
    color: #333;
} 


.col-lg-8 h2 {
	color: #666;
}

/* top  */


.top-yt-content {
	margin: 50px 0;
	
}

.top-yt {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.top-yt iframe {
  width: 100%;
  height: 100%;
}


img {
    vertical-align: bottom;
}

	.lists {
		margin-bottom: 20px;
	}

.lists li {
    list-style: disc;
    margin-left: 15px;
    line-height: 230%;
    font-size: 14.5px;
        font-weight: 600;
            color: #555;
    }
    
    .point {
	    background: rgb(246, 247, 247);
	    padding: 20px 30px;
	    border-radius: 20px;
    }

.topp {
	position: relative;
}

.circle {
	    position: absolute;
    top: 0;
    right: 0;
    width: 200px;           /* 丸のサイズを指定 */
    height: 200px;          /* 丸のサイズを指定 */
    background-color: #ffaa20;
    color: white;           /* 文字色を白に設定 */
    border-radius: 50%;     /* 角を丸くするために半径を設定 */
    display: flex;          /* Flexbox を使用して中央揃えにする */
    align-items: center;    /* 縦方向の中央揃え */
    justify-content: center;/* 横方向の中央揃え */
    text-align: center;     /* テキストを中央揃えに */
    font-size: 1.2rem;        /* テキストのサイズ */
    line-height: 160%;
    transform: rotate(10deg); /* 文字を-10度回転 */
    font-weight: bold;
}

/* 画像 */

.border {
	border: solid 1px #ddd;
}

/* 利用の流れ */

.process-steps {
  max-width: 100%;
  margin: 40px auto;
  padding: 20px;
  background: #f7fcfb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}


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

.step-list li {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9f0ec;
  border-radius: 8px;
  padding: 0px 20px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.step-list li:hover {
  background: #f1fbf9;
}

.step-number {
  display: inline-block;
  background-color: #3dc9b3;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}



/* table */

.simple-table {
    width: 100%;
    border-collapse: collapse; /* セル間の境界線を消す */
    font-family: Arial, sans-serif; /* フォントスタイル */
    color: #333; /* 文字色 */
    line-height: 1.5; /* 行の高さ */
    font-size: 14px;
     border-top: 1px solid #ddd; /* 下境界線 */

}

.simple-table th,
.simple-table td {
    padding: 15px; /* セル内のパディング */
    text-align: left; /* 左揃え */
    border-bottom: 1px solid #ddd; /* 下境界線 */
}

.simple-table th {
	width: 20%;
}
.simple-table td {
	width: 80%;
}
.simple-table thead th {
    background-color: #f8f8f8; /* ヘッダーの背景色 */
    font-weight: bold; /* フォントの太さ */
}

.simple-table tbody tr:hover {
    background-color: #f1f1f1; /* ホバー時の背景色 */
}

.simple-table tbody tr:nth-child(even) {
    background-color: #fafafa; /* 偶数行の背景色 */
}

/* about */

.col-lg-8 p {
	line-height: 200%;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify;
}


/* creators page */

.creators-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.creators-list li {
    width: 48%;
    text-align: center;

    }
.creators-list li img {
	width: 100%;
	height: auto;
}

figcaption {
	padding: 15px;
	background: #f2f2f2;
	line-height: 180%;
    font-family: 'Jost', sans-serif;
    color: #333;
    font-size: 1.2rem;
}

figcaption span {
	display: block;
	font-size: 13px;
}

/* creator single page */

.profile {
	padding-left: 15px;
}

.col-lg-7 p {
	line-height: 200%;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify;
}

.single-list h2 span {
    width: 16px;
    display: inline-block;
    margin-left: 12px;
    font-size: 18px;
    width: 18px;
    margin-top: 0px;
    -moz-transition: all 550ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
    -o-transition: all 550ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
    -webkit-transition: all 550ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transition-delay: 0ms;
    transition: all 550ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
    }


.single-sns {
	display: flex;
	justify-content: center;
}

.single-sns li {
	width: inherit;
	margin: 0 10px;
}
.sns-link {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.sns-link li {
	padding-right: 20px;
	font-size: 1rem;
		width: inherit;
}

.sns-link li a {
	font-size: 1.5rem;
}

.sc-music {
	width: 800px;
	margin: 0 auto;
}

.music-link {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.music-link li {
	padding: 15px; 
	font-size: 2rem;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* youtube slider */


/* wordpress */

.sb_instagram_header.sbi_medium.sbi_no_avatar {
    display: none;
}


	/* slider */



.item-video {
	height: auto;
	margin: 0 15px 0 0px;
}
.item-video img {
	width: 100%;
	height: auto;
}
.item-video p {
	margin: 10px 0 0;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
}
.action {
	display: block;
	margin: 100px auto;
	width: 100%;
	text-align: center;
}
.action a {
	display: inline-block;
	padding: 5px 10px;
	background: #f30;
	color: #fff;
	text-decoration: none;
}
.action a:hover {
	background: #000;
}
.lity-close {
	font-size: 55px !important;
	width: 55px !important;
	height: 55px !important;
	z-index: 9999999999999999999;
}



 .slick-prev {
 left: -15px;
}
.slick-next {
 right: -15px;
}
 
 
/* creatror */



.col-xl-12 h1 {
	font-family: 'Jost', sans-serif;
	font-size: 1.5rem;
	color: #666;
	margin: 100px auto 40px;
	line-height: 150%;
}

.col-xl-12 h1 span {
	font-size: 1rem;
	display: block;
}

.col-lg-7 h2,
.col-lg-5 h2 {
	font-family: 'Jost', sans-serif;
	color: #333;
}

.single-list {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}


/* news */

li, ol, ul {
    list-style: none;
}

.news-list {
	width: 100%;
  list-style-type: none; /* リストマーカーを非表示にする */
  padding: 0; /* パディングをリセットする */
}


.news-list li:first-of-type {
    border-top: 1px solid #ddd;
}
.news-list li {
    border-bottom: 1px solid #ddd;
}

.news-list li h2 {
	 font-size: 16px;
}

.news-list article {
    align-items: baseline;
    display: flex;
    padding: 25px 0;
    }

.date {
	flex: 0 0 7.5em;
    font-size: 1rem;
    margin-bottom: 0;
}

@media (max-width: 768px) {
	
	.news-list {
	width: auto;
	padding: 0 20px;
	}	
	
	.news-list li {
		font-size: 14px;
		padding: 15px 0;
	}
	
	.news-list li h2 {
    font-size: 14px;
    margin: 0;
}
.date {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    }
	
	.news-list article {
		display: inherit;
	}
	}
	
/* news single page */

.news-single {
	margin: 100px auto;
}

.news-single h1 {
	font-weight: bold;
	font-size: 
	1.4rem;
}

.news-single .date {
	color: #999;
	margin-bottom: 10px;
}

.news-single p {
	line-height: 1.8;
	font-size: 15px;
	text-align:justify;
}

@media (max-width: 768px) {
	
	.news-single {
		margin: 100px 20px;
	}
	.news-single p {
	font-size: 14px;
	}
	}
	
/* company */

.company {
	width: 800px;
	margin: 0 auto;
}

.company dl:first-child {
	  border-top: solid 1px #ddd;
	  padding-top: 30px;
}

.company dl {
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}


.company dt {
    float: left;
    font-weight: bold;
}

.company dd {
    margin: 0 0px 0 150px;
}

/* contact */

.red {
	color: red;
}

.form {
	background: #fff;
	padding: 20px 40px;
	color: #333;
	border-radius: 20px;
	margin: 0 auto;
	width: 600px;
}

.form dl {

	margin-bottom: 20px;
}

.form dt,
.form label {
	line-height: 46px;
}

.form dt {
	font-size: 14px;
}
.form dd {
	margin: 0;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


.form-control {
    display: block;
    width: 96%;
    height: auto;
    padding: 2%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-one {
	display:  inline-block;
    width: 25%;
    height: auto;
    padding: 2%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-two {
	width: 49%;
	height: 46px;
}

.input-one {

	height: 20px;
}

.input-radio {
	margin-right: 20px;
}

.input-file {
	padding-top: 10px;
	margin-bottom: 10px;
}

dd.two_colum {
	display: flex;
	justify-content: space-between;
}

.screen-reader-response {
	margin: auto;
		text-align: center;
		width: 80%;
	}
	.wpcf7-validation-errors {
		text-align: center;
		color: red;
	}

span.wpcf7-list-item-label {
    margin-right: 20px;
}

.select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #f8f8f8;
	background: url("../images/select-arrow.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#f8f8f8 100%);
	background: url("../images/select-arrow.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#f8f8f8 100%);
	background-size: 20px, 100%;
}

.flex-center {
	text-align: center;
}

.final-bottom {
    flex: auto;
    margin: 30px auto;
    width: 260px;
}

.btn-radius {
    width: 260px;
    height: 50px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    border: 1px solid #CCC;
    background: #ff644b;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
}

/* form */

small {
	display: inline-block;
    margin: 0 0 15px;
}

.form p {
	font-size: 14px;
}


@media (max-width: 768px) {
	
	.form, .company  {
		width: auto !important;
		padding: 20px;
		margin: 0 auto;
	}
	
	
	
	}


@media (max-width: 768px) {
	
	.sc-music {
		width: 90%;
		margin: 0 auto;
	}
	
	}

/* footer */

footer {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}




.foot-bottom {
	width: 100%;
	padding: 20px 0 5px;
	text-align: center;
}

.copy {
	text-align: center;
	font-size: 10px;
}

/* sp */

@media (max-width: 768px) {
	
	
	body {
		overflow-x: hidden;
	}
	
/* sp menu */

.fixbar,
.logo {
	display: none;
}

header {
	padding: 0;
	width: 100%;
	z-index: 9;
}
.sp-menu {
	display: inherit;
	position: fixed;
	width: 100%;
	z-index: 9;
	        border-bottom: solid 1px #f2f2f2;
}
.header {
	display: flex;
	justify-content: flex-end;
	background: #fff;
	height: 50px;
}
.menu-icon {
	position: relative;
	top: 10px;
	right: 20px;
	height: 28px;
	width: 28px;
	cursor: pointer;
	z-index: 9999;
}
.bar, .bar:before, .bar:after {
	height: 2px;
	position: absolute;
	background-color: #333;
	transition: all 250ms ease-in-out;
	content: "";
}
.bar {
	width: 25px;
	top: 13.5px;
}
.bar:before {
	width: 30px;
	top: -10px;
}
.bar:after {
	width: 20px;
	top: 10px;
}
.menu-icon:hover .bar, .menu-icon:hover .bar:before, .menu-icon:hover .bar:after {
	background-color: #333;
}
.menu-icon:hover .bar {
	width: 30px;
}
.menu-icon:hover .bar:after {
	width: 30px;
}
.bar--active, .bar--active:before, .bar--active:after {
	background-color: #FFF;
}
.bar--active {
	width: 30px;
}
.bar--active:before {
	-webkit-transform: translate(14px, 4px) rotate(45deg);
	transform: translate(14px, 4px) rotate(45deg);
	width: 20px;
}
.bar--active:after {
	-webkit-transform: translate(14px, -4px) rotate(-45deg);
	transform: translate(14px, -4px) rotate(-45deg);
	width: 20px !important;
}
.overlay {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.overlay--active {
	opacity: 0.95;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.overlay li a {
	color: #fff;
	line-height: 200%;
	font-size: 2rem;
	text-decoration: none;
	font-family: 'Jost', sans-serif;
}
.list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.items {
	margin-bottom: 30px;
}
.links {
	color: #fff;
	font-size: 2em;
	font-family: 'Georgia', serif;
	font-weight: 300;
	text-decoration: none;
	position: relative;
}
.links:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #fff;
	transition: width 300ms ease-in;
}
.links:hover {
	color: #FF530D;
}
.links:hover:after {
	width: 100%;
}
 @media (max-width: 475px) {
 .headline {
 margin-left: 15px;
 -webkit-transform: translateY(-160px);
 transform: translateY(-160px);
}
}
@media (min-width: 475px) {
.headline {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
}
.mini {
	font-size: 8px;
	letter-spacing: -0.06em
}
.fixbar {
	display: none;
}
.sp-sns {
	float: right;
}
.sp-sns {
	display: inherit;
	position: absolute;
	right: 60px;
	top: 8px;
}
.sp-sns a {
	float: left;
	display: block;
	width: 25px;
	height: 35px;
	border-radius: 50%;
	margin: 0px 3px;
	color: #333;
	line-height: 35px;
	padding: 0;
	font-size: 1rem;
	text-align: center;
	margin: 0;
}
.sp-sns a img {
	width: 20px;
	height: auto;
	margin-top: -3px;
	margin-left: -1px;
}
.sp-sns a:hover {
	opacity: 0.6;
}
/* sp menu */

li.sns {
	margin-top: 30px;
}
.sp-logo {
    top: 10px;
    left: 15px;
    display: inherit;
    position: absolute;
  font-family: "Outfit", sans-serif;
		 font-optical-sizing: auto;
  font-weight:400;
    color: #333;
    font-size: 1.6rem;
}

.sp-logo a {
	color: #fff;
}
.sp-logo a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.sp-logo img {
	width: auto;
	height: 40px;
}

.container {
	padding-top: 50px;
}

/* creators page */

.creators-list li {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    }

/* creator single */


.profile {
	padding: 0 10px;
}

.about {
		padding: 0 10px;
}

.col-lg-7 h1 {
	margin: 20px 0;
	font-size: 1.5rem;
	color: #333;
}

.col-lg-7 p {
	line-height: 200%;
	font-size: 14px;
}

/* about */

.col-lg-8 p {
	line-height: 200%;
}


/* single */

.circle {
	display: none;
}

.col-xl-12 h1  {
	font-size: 1.3rem;
	line-height: 150%;
	margin: 50px auto 20px;
}

.col-lg-8 h2 {
    	font-size: 1.1rem;
	line-height: 150%;
	border-left: solid #666 3px;
	padding-left: 10px;
}

.sns-link li a {
    font-size: 1.5rem;
}


}

