@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Quicksand&display=swap');

body {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.2rem;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.header {
	width: 100%;
    position: relative;
    padding-bottom: 48%;
    height: 0;
	margin-bottom: 100px;
}
.logo {
	position: absolute;
    top: 20%;
    left: 7%;
    z-index: 2;
    bottom: 0;
    margin: auto;
    height: 320px;
}
.logo h1 {
    font-weight: bold;
    font-size: 15px;
	margin-bottom: 1.5vw;
}
.logo p {
	font-size: 130px;
    font-family: 'Quicksand';
    line-height: 1.2;
    letter-spacing: 7px;
    font-weight: 100;
}
.header__kv {
	position: absolute;
	width: 66%;
	right: 0;
	top: 5%;
}
.header__kv img {
	width: 100%;
}
.header__nav {
    position: absolute;
    bottom: 0;
    right: 3%;
    width: 37%;
}
.header__ttl {
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
}
.header__nav__list {
    display: flex;
	justify-content: space-between;
	transition: 0.5s;
}
.header__nav__list li a {
	display: block;
	font-weight: bold;
    letter-spacing: 0.2rem;
    font-size: 15px;
}
.header__twitter-link {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 38px;
	height: 38px;
	background: url("../img/icon_twitter.png")no-repeat center center/contain;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 3;
}
.header__twitter-link a  {
	display: block;
	width: 100%;
	height: 100%;
}
.header__nav .header__twitter-link {
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	position: fixed;
	top: 32px;
	right: 3%;
}
.header__nav.active {
	width: 100%;
	position: fixed;
	height: 103px;
	background: #FFF;
	top: 0;
    left: 0;
	z-index: 9999;
}
.header__nav.active .header__ttl {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 3%;
	line-height: 102px;
	transition: 0.2s;
}
.header__nav.active .header__nav__list {
	position: absolute;
	right: 3%;
	width: 37%;
	transform: translate(-15%, 0)
}
.header__nav.active .header__nav__list li a {
	line-height: 102px;
}
.header__nav.active .header__twitter-link {
	visibility: visible;
	opacity: 1;
}

.container {
    max-width: 1124px;
    margin: 0 auto;
    padding: 0 5%;
}
.content-ttl {
	padding-bottom: 30px;
	border-bottom: 4px solid #000;
	font-size: 68px;
	font-family: "Quicksand";
	text-align: center;
}
.flex {
	display: flex;
    justify-content: space-between;
	margin-bottom: 174px;
}
.news, .tweet {
	width: 43%;
}
.news__list {
	margin-bottom: 40px;
}
.news__list li {
	padding: 30px 0;
	border-bottom: 1px dotted #000;
}
.news__list li:last-child {
    border-bottom: none;
}
.news__list li a {
	display: block;
}
.news__list li time {
	display: block;
}
.news__list li a:hover h3 {
	text-decoration: underline;
}
.btn{
	margin: 0 auto;
}
.btn a {
    background: #000;
    color: #FFF;
    font-size: 15px;
    border-radius: 10px;
    display: block;
    padding: 15px;
    text-align: center;
	transition: 0.2s;
}
.btn a:hover {
	background: #57668C;
}
.news .btn {
    width: 222px;
}
.new-release {
	margin-bottom: 160px;
}
.new-release .content-ttl {
    margin-bottom: 60px;
}
.new-release__jwrapper {
	width: 47%;
}
.new-release__j {
	margin-bottom: 40px;
}
.new-release__j li {
	display: none;
}
.new-release__j li.active {
	display: block;
}
.new-release__j img {
	border:#DDD 1px solid;
	width: 100%;
}
.new-release__type {
	display: flex;
	justify-content: space-evenly;
}
.new-release__type li {
    white-space: nowrap;
}
.new-release__type li:hover {
	cursor: pointer;
}
.new-release__type li.active:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000;
	bottom: -5px;
    position: relative;
}
.new-release__txt {
	width: 47%;
}
.new-release__txt__lead {
	margin-bottom: 30px;
}
.new-release__txt__ttl {
	font-size: 35px;
	margin-bottom: 40px;
}
.new-release__txt__note div {
	margin-bottom: 30px;
}
.new-release__txt__note div li {
	padding-bottom: 10px;
}
.new-release__txt__note div span {
	display:block;
	padding-left:2em;
	font-size:75%;
	letter-spacing:0;
}
.work {
	margin-bottom: 176px;
}
.work__list {
	margin-bottom: 50px;
}
.work__list li {
	margin-bottom: 5px;
}
.work__list__ttl {
	background: #F3F1F5;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.work__list__ttl:hover {
	cursor: pointer;
}
.work__list__ttl:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	transition: 0.2s;
}
.work__list li.open .work__list__ttl:after {
	transform: rotate(-45deg);
}
.work__list2 {
	padding: 50px;
	display: none;
}
.work__list2 li {
	margin-bottom: 15px;
    text-indent: -1rem;
    padding-left: 2rem;
    position: relative;
}
.work__list2 li:before  {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	transform: rotate(45deg);
	margin-right: 15px;
	position: absolute;
    top: 8px;
    left: 0;
}
.work .btn {
	width: 250px;
}

.profile {
	display: flex;
	justify-content: space-between;
	margin-bottom: 170px;
}
.profile__img {
	width: 50%;
}
.profile__img img {
	width: 100%;
}
.profile__content {
	width: 42%;
}
.profile .content-ttl {
	margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 40px;
}
.profile__name {
	margin-bottom: 50px;
}
.profile__name strong {
	font-size: 26px;
}
.profile__name span {
	color: #CCC;
	font-size: 14px;
}
.profile__data {
	overflow: hidden;
}
.profile__data dt {
	float: left;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.1rem;
}
.profile__data dd {
	width: 100%;
	padding-left: 8rem;
    margin-bottom: 10px;
	text-indent: -1rem;
	letter-spacing: 0.1rem;
}

.contact {
	margin-bottom: 100px;
}
.contact .content-ttl {
	border-bottom: none;
	margin-bottom: 20px;
}
.contact .flex {
	justify-content: center;
}
.contact .btn {
	width: 300px;
	margin: 0 20px;
}
.contact .btn a {
	height: 77px;
	line-height: 47px;
}
.to-top {
	transition: 0.5s;
}
.to-top a {
	display: block;
	transform: rotate(-45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 33px;
	height: 33px;
	opacity: 0;
}
.to-top.on a {
	opacity: 1;
}
.to-top.fix a {
	position: fixed;
    right: 5%;
    bottom: 50px;
	z-index: 20;
	transition: 0.5s;
}
.copy {
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}

@media(max-width:1500px) {
	.logo p {
		font-size: 8.7vw;
	}
}

@media(max-width:767px) {
	body {
		font-size: 14px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.logo {
		padding: 0 20px;
		position: static;
		margin: 10px 0 30px;
		height: auto;
	}
	.logo h1 {
		font-size: 11px;
	}
	.logo p {
		font-size: 57.5px;
		letter-spacing: 0.2rem;
	}
	.header {
		position: static;
		margin: 0;
		height: auto;
		padding: 0;
    	margin-bottom: 45px;
	}
	.header__kv {
		width: calc(100% - 20px);
		position: static;
		margin-left: 20px;
	}
	.nav-btn {
		width: 61.5px;
		height: 53.5px;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}
	.nav-btn span {
		width: 32.5px;
		height: 2px;
		border-bottom: 2px solid #000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		transition: 0.2s;
	}
	.nav-btn span:before {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		border-bottom: 2px solid #000;
		position: absolute;
		bottom: 10px;
		transition: 0.2s;
	}
	.nav-btn span:after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		border-bottom: 2px solid #000;
		position: absolute;
		top: 12px;
		transition: 0.2s;
	}
	.header__nav {
		visibility: hidden;
		opacity: 0;
		transition: 0.2s;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #FFF;
	}
	.header__nav.on {
		visibility: visible;
		opacity: 1;
		height:	100vh;
		z-index: 9998;
	}
	.header__nav__list {
		flex-direction: column;
		align-items: center;
		height: 50vh;
		width: 100%;
		position: absolute;
		top: 20vh;
	}
	.header__nav__list li a {
		text-align: center;
	}
	.header__nav .header__twitter-link {
		position: static;
		opacity: 1;
		visibility: visible;
	}
	.nav-btn.close span {
		border-bottom: 2px solid transparent;
	}
	.nav-btn.close span:before {
		top: 0;
		transform: rotate(-45deg);
	}
	.nav-btn.close span:after {
		top: 0;
		transform: rotate(45deg);
	}
	.container {
		padding: 0 20px;
	}
	.flex {
		display: block;
		margin-bottom: 0;
	}
	.news, .tweet {
		width: 100%;
	}
	.content-ttl {
		font-size: 37px;
		border-bottom: 2.5px solid #000;
		padding-bottom: 10px;
	}
	.news__list {
		margin-bottom: 20px;
	}
	.news__list li {
		padding: 20px 0;
	}
	.btn a {
		padding: 10px;
	}
	.tweet .tweet__inner {
		width: 80%;
		margin: 0 auto;
	}
	.tweet,
	.new-release .flex,
	.work,
	.profile {
		margin-bottom: 65px;
	}
	.news .btn {
		width: 152px;
		margin-bottom: 65px;
	}
	.new-release {
		margin-bottom: 60px;
	}
	.new-release .content-ttl {
		margin-bottom: 30px;
	}
	.new-release__jwrapper {
		width: 100%;
    	margin-bottom: 30px;
	}
	.new-release__j {
		margin: 0 auto 20px;
    	max-width: 80%;
	}
	.new-release__txt {
		width: 100%;
	}
	.new-release__txt__lead {
		margin-bottom: 20px;
	}
	.new-release__txt__ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.work__list__ttl {
		height: 56px;
		line-height: 56px;
	}
	.work__list2 {
		padding: 25px 10px;
	}
	.work__list2 li:before {
		margin-right: 5px;
	}
	.profile {
		display: block;
	}
	.profile .content-ttl {
		margin-bottom: 0;
		padding-bottom: 10px;
    	line-height: 1.6;
	}
	.profile__img {
		width: 100%;
		margin-bottom: 30px;
	}
	.profile__content {
		width: 100%;
	}
	.profile__name {
		margin-bottom: 25px;
	}
	.profile__name strong {
		font-size: 20px;
		font-weight: normal;
	}
	.profile__name span {
		font-size: 12px;
	}
	.profile__data dd {
		padding-left: 0;
		text-indent: 0;
		width: auto;
	}
	.contact {
		margin-bottom: 60px;
	}
	.contact .btn {
		width: 220px;
		margin: 0 auto 20px;
	}
	.contact .btn a {
		height: 46px;
		line-height: 26px;
	}
	.to-top {
		height: 32.5px;
	}
	.to-top  a {
		width: 23px;
		height: 23px;
		margin: 0 auto;
		opacity: 1;
	}
	.to-top.fix  a {
		right: 0;
		left: 0;
		margin: auto;
	}
	.copy {
		text-align: center;
	}
}