@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */

* {line-height: 2;}

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}


body:not(.page--home) .wrap {
    padding-bottom: 0;
}

.inrWrap {
	max-width: 1080px;
	margin: 0 auto;
}

h3 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #65428e;
	margin-bottom: 60px;
}

.comingsoon {
	color: #65428e;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 54px !important;
	text-align: center;
	padding-bottom: 60px;
    line-height: 1.2;
}

@media screen and (min-width: 813px) {
	
	a {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	.pc-none { display: none;}
}

@media screen and (max-width: 960px) {
	.drawer {
		display: none !important;
	}
	
	header:not(.header--home) .inner {
		display: block;
		padding: 20px;
		text-align: center;
	}
	header h1 {
		margin: 0 auto;
	}
}
@media screen and (max-width: 812px) {
	
	.sp-none { display: none;}
	
	body:not(.page--home) .wrap {
		padding-bottom: 0;
		padding-top: 70px;
	}
	
	h3 {
		font-size: 6.4vw;
		margin-bottom: 8vw;
	}
	
	.comingsoon {
		font-size: 8vw !important;
		padding-bottom: 8.5vw;
	}
}



/* ////////////////////////////////////////////////////////////////////////////////

	Main Visual

//////////////////////////////////////////////////////////////////////////////// */

#mainVisual {
	display: flex;
	width: 100vw;
	height: calc(100vh - 100px);
	position: relative;
}

#mainVisual .mvJkt {
	width: 50%;
	height: 100%;
	background: url(../img/pic_jacket.jpg) no-repeat center center;
	background-size: cover;
}
#mainVisual .mvTtl {
	width: 50%;
	height: 100%;
	background: #694892 url(../img/mv_ttl_bg.png) no-repeat center center;
	background-size: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
    padding-bottom: 13vh;
}
#mainVisual .mvTtl .ttlSub {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 2vw;
	letter-spacing: 0.05em;
}
#mainVisual .mvTtl h2 {
	font-size: 4vw;
	line-height: 2.4;
}
#mainVisual .mvTtl .releaseDate {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 2vw;
	letter-spacing: 0.05em;
}

#mainVisual .mvCatch {
	position: absolute;
	bottom: 5vh;
	left: 5%;
	width: 90%;
	text-align: center;
	color: #fbe6d6;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 5vw;
	opacity: 0.5;
}


@media screen and (max-width: 812px) {

	#mainVisual {
		flex-direction: column;
		height: calc(100vh - 70px);
	}
	#mainVisual .mvJkt {
		width: 100%;
		height: 50%;
	}
	#mainVisual .mvTtl {
		width: 100%;
		height: 50%;
		background: #694892 url(../img/mv_ttl_bg.png) no-repeat center center;
		background-size: auto 70%;
		padding-bottom: 13vh;
	}
	
	#mainVisual .mvTtl .ttlSub {
		font-size: 4vw;
	}
	#mainVisual .mvTtl h2 {
		font-size: 6.8vw;
		line-height: 2;
	}
	#mainVisual .mvTtl .releaseDate {
		font-size: 4vw;
	}
	#mainVisual .mvCatch {
		bottom: 12vh;
		font-size: 5.6vw;
	}
}


/* ////////////////////////////////////////////////////////////////////////////////

	Release

//////////////////////////////////////////////////////////////////////////////// */
#release {
	background: url(../img/bg_release.jpg) no-repeat center top fixed;
	background-size: cover;
	padding: 100px 30px;
}

#release .whBox {
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
	margin-bottom: 20px;
	padding: 6.5% 8% 7%;
	color: #65428e;
}
#release .whBox h4 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}
#release .whBox p {
	font-size: 16px;
	margin-bottom: 20px;
}
#release .whBox p:last-child { margin-bottom: 0;}
#release .whBox p.note {
	font-size: 13px;
	letter-spacing: 0;
}


#release .releaseInfo {
	display: flex;
	justify-content: space-between;
}
#release .releaseInfo .jacket {
	line-height: 0;
	width: 48%;
}
#release .releaseInfo .releaseData {
	width: 47%;
}
#release .releaseInfo .releaseData .ttlSub {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 5px;
}
#release .releaseInfo .releaseData h5 {
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 30px;
}
#release .releaseInfo .releaseData .releaseDate {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 30px;
}
#release .releaseInfo .releaseData .releaseDate span {
	font-size: 14px;
}

#release .releaseInfo .releaseData .songList {
	list-style: none;
    margin-bottom: 40px;
}
#release .releaseInfo .releaseData .songList li {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
}

#release .releaseInfo .releaseData .btn {
	max-width: 300px;
}
#release .releaseInfo .releaseData .btn a {
	display: block;
	background-color: #65428e;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	border: #65428e solid 2px;
	padding: 10px;
}
#release .releaseInfo .releaseData .btn a::after { display: none;}

#release .present {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#release .present h4 {
	width: 100%;
}
#release .present .presentPic {
	width: 33%;
	line-height: 0;
}
#release .present .presentInfo {
	width: 62%;
}

#release .btn.deli {
	max-width: 300px;
	margin: 0 auto;
}
#release .btn.deli a {
	display: block;
	background-color: #65428e;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	border: #65428e solid 2px;
	padding: 10px;
}
#release .btn.deli a::after { display: none;}


@media screen and (min-width: 813px) {
	
	#release .releaseInfo .releaseData .btn a:hover,
	#release .btn.deli a:hover {
		background-color: #fff;
		color: #65428e;
	}
	
}

@media screen and (max-width: 812px) {
	
	
	#release {
		padding: 12vw 5vw;
	}
	
	#release .releaseInfo {
		display: block;
	}
	#release .releaseInfo .jacket {
		width: 100%;
		margin-bottom: 6vw;
	}
	#release .releaseInfo .releaseData {
		width: 100%;
	}
	#release .releaseInfo .releaseData .ttlSub {
		font-size: 4.6vw;
		margin-bottom: 1vw;
	}
	#release .releaseInfo .releaseData h5 {
		font-size: 6.8vw;
		margin-bottom: 5vw;
	}
	#release .releaseInfo .releaseData .releaseDate {
		font-size: 4.6vw;
		margin-bottom: 10vw;
    	line-height: 1.6;
	}
	#release .releaseInfo .releaseData .releaseDate span {
		font-size: 3.2vw;
	}
	
	#release .releaseInfo .releaseData .songList li {
		font-size: 3.2vw;
		margin-bottom: 3vw;
	}
	
	
	#release .releaseInfo .releaseData .btn {
		max-width: 90%;
		margin: 0 auto;
	}
	#release .releaseInfo .releaseData .btn a {
		font-size: 4vw;
		padding: 2vw;
	}
	
	#release .whBox h4 {
		font-size: 4.8vw;
		margin-bottom: 6vw;
	}
	
	#release .whBox p {
		font-size: 3.4vw;
		margin-bottom: 6vw;
		line-height: 1.8;
	}
	#release .whBox p.note {
		font-size: 3vw;
	}
	
	#release .present {
		display: block;
	}
	#release .present .presentPic {
		width: 100%;
		margin-bottom: 7vw;
	}
	#release .present .presentInfo {
		width: 100%;
	}
	
	
	#release .btn.deli {
		max-width: 90%;
		margin: 0 auto;
	}
	#release .btn.deli a {
		font-size: 4vw;
		padding: 2vw;
	}
}



/* ////////////////////////////////////////////////////////////////////////////////

	Music video

//////////////////////////////////////////////////////////////////////////////// */

#musicVideo {
	padding: 140px 30px 160px;
}

#musicVideo .movList {
	display: flex;
	justify-content: space-between;
}
#musicVideo .movList li {
	width: 48%;
}
#musicVideo .movList li p {
	display: none;
}

.iframeBox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.iframeBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 812px) {
	
	#musicVideo {
		padding: 12vw 5vw 18vw;
	}
	
	#musicVideo .movList {
		display: block;
	}
	#musicVideo .movList li {
		width: 100%;
		margin-bottom: 5vw;
	}
	#musicVideo .movList li p {
		display: block;
		margin-top: 2vw;
		font-size: 3.4vw;
		text-align: center;
	}
	
}


/* ////////////////////////////////////////////////////////////////////////////////

	Interview

//////////////////////////////////////////////////////////////////////////////// */
#interview {
	display: flex;
	background-color: #65428e;
}
#interview .interviewTtl {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 240px 40px;
	box-sizing: border-box;
}
#interview .interviewTtl h3, 
#interview .interviewTtl .comingsoon {
	color: #fff;
}
#interview .interviewCover {
	width: 50%;
	background: url(../img/pic_interview.png) no-repeat center top;
	background-size: cover;
}

#interview.open .interviewWrap {
	width: 100%;
	padding: 140px 40px 80px;
	box-sizing: border-box;
}
#interview.open .interviewWrap h3 {
	color: #fff;
}
#interview.open .interviewWrap p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 80px;
}

#interview.open .interviewWrap .btnInt {
	display: block;
	max-width: 380px;
	margin: 0 auto 60px;
}
#interview.open .interviewWrap .btnInt a {
	display: block;
	border: #fbe6d6 solid 1px;
	text-align: center;
	color: #fbe6d6;
	text-decoration: none;
	font-size: 18px;
	padding: 15px 0;
	border-radius: 40px;
	position: relative;
}
#interview.open .interviewWrap .btnInt a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-right: #fbe6d6 solid 1px;
	border-bottom: #fbe6d6 solid 1px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10%;
}
#interview.open .interviewWrap .btnInt a.on::after {
	transform: rotate(-135deg);
	margin-top: -3px;
}
#interview.open .interviewWrap .interviewBody {
	max-width: 960px;
	margin: 0 auto;
	display: none;
}
#interview.open .interviewWrap .interviewBody p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
	text-align: left;
}
#interview.open .interviewWrap .interviewBody p.intAimyong {
	color: #fbe6d6;
}
#interview.open .interviewWrap .interviewBody p.intAimyong::before {
	content: "あいみょん : ";
	font-weight: bold;
	font-size: 18px;
}

@media screen and (min-width: 812px) {
	#interview.open .interviewWrap .btnInt a:hover {
		background-color: #fbe6d6;
		color: #65428e;
	}
	#interview.open .interviewWrap .btnInt a:hover::after {
		border-right: #65428e solid 1px;
		border-bottom: #65428e solid 1px;
	}
}

@media screen and (max-width: 812px) {
	
	#interview {
    	display: block;
	}
	#interview .interviewTtl {
		width: 100%;
		padding: 12vw 5vw;
	}
	#interview .interviewCover {
		width: 100%;
		padding-top: 100%;
	}
	
	#interview.open .interviewWrap {
		padding: 12vw 5vw 10vw;
	}
	#interview.open .interviewWrap p {
		font-size: 3.8vw;
		line-height: 1.8;
		margin-bottom: 8vw;
	}
	#interview.open .interviewWrap .btnInt {
    	max-width: 85%;
		margin: 0 auto 8vw;
	}
	#interview.open .interviewWrap .btnInt a {
		font-size: 3.8vw;
		padding: 3vw 0;
	}
	#interview.open .interviewWrap .btnInt a::after {
		width: 4vw;
		height: 4vw;
		margin-top: -3vw;
	}
	#interview.open .interviewWrap .btnInt a.on::after {
		margin-top: -1vw;
	}
	
	#interview.open .interviewWrap .interviewBody p {
		font-size: 3.4vw;
		line-height: 1.7;
		margin-bottom: 6vw;
    	letter-spacing: 0;
	}
	#interview.open .interviewWrap .interviewBody p.intAimyong::before {
		font-size: 3.8vw;
	}
	
}



/* ////////////////////////////////////////////////////////////////////////////////

	Tie-UP

//////////////////////////////////////////////////////////////////////////////// */
#tieUp {
	background-color: #fbe6d6;
	padding: 140px 30px;
}
#tieUp .inrWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#tieUp .tieUpPic {
	line-height: 0;
	width: 40%;
}
#tieUp .tieUpInfo {
	width: 58%;
	text-align: center;
	color: #65428e;
}
#tieUp .tieUpInfo .ttlSub {
	font-size: 18px;
}
#tieUp .tieUpInfo h5 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}
#tieUp .tieUpInfo .cast {
    font-size: 16px;
    letter-spacing: 0;
}
#tieUp .tieUpInfo .schedule {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
#tieUp .tieUpInfo .btn {
	max-width: 380px;
	margin: 0 auto;
}
#tieUp .tieUpInfo .btn a {
	display: block;
	background-color: #65428e;
	text-align: center;
	color: #fbe6d6;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	border: #65428e solid 2px;
	padding: 10px;
}
#tieUp .tieUpInfo .btn a::after { display: none;}


@media screen and (min-width: 813px) {
	
	#tieUp .tieUpInfo .btn a:hover {
		background-color: #fbe6d6;
		color: #65428e;
	}
	
}

@media screen and (max-width: 812px) {
	
	#tieUp {
		padding: 14vw 5vw;
	}
	#tieUp .inrWrap {
		display: block;
	}
	#tieUp .tieUpPic {
		width: 80%;
		margin: 0 auto 8vw;
	}
	#tieUp .tieUpInfo {
		width: 100%;
	}
	#tieUp .tieUpInfo .ttlSub {
		font-size: 3.6vw;
	}
	#tieUp .tieUpInfo h5 {
		font-size: 4.8vw;
    	margin-bottom: 3vw;
	}
	#tieUp .tieUpInfo .cast {
		font-size: 3.2vw;
		line-height: 1.8;
		margin-bottom: 2vw;
	}
	#tieUp .tieUpInfo .schedule {
		font-size: 4.2vw;
		font-weight: bold;
		margin-bottom: 6vw;
	}
	
	#tieUp .tieUpInfo .btn {
		max-width: 90%;
	}
	#tieUp .tieUpInfo .btn a {
		font-size: 4vw;
		padding: 2vw;
	}
	
	
	
}

/* ////////////////////////////////////////////////////////////////////////////////

	Special

//////////////////////////////////////////////////////////////////////////////// */
#special {
	padding: 140px 30px;
	background: url(../img/bg_special.jpg) repeat center center fixed;
	background-size: 105px auto;
}

#special #movie {
	border: #65428e solid 4px;
	background-color: rgba(255,255,255,0.70);
	padding: 60px;
}
#special .titSub {
	text-align: center;
	color: #65428e;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
#special p.tit {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#special .ph {
	max-width: 800px;
	margin: 0 auto 60px;
}

#special .btn {
    max-width: 380px;
    margin: 0 auto;
}
#special .btn a {
    display: block;
    background-color: #65428e;
    text-align: center;
    color: #fbe6d6;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    border: #65428e solid 2px;
    padding: 10px;
}
 

@media screen and (min-width: 813px) {
	
	#special .btn a:hover {
		background-color: transparent;
		color: #65428e;
	}
	
}
@media screen and (max-width: 812px) {
	#special {
		padding: 20vw 5vw;
		background: url(../img/bg_special.jpg) repeat center center;
		background-size: 70px auto;
	}
	
	#special #movie {
		border: #65428e solid 3px;
		padding: 6vw;
	}
	#special .titSub {
		font-size: 4.8vw;
		margin-bottom: 4vw;
	}
	#special p.tit {
		font-size: 3.6vw;
		margin-bottom: 6vw;
	}
	#special .ph {
		margin: 0 auto 6vw;
	}
	
	#special .btn.sp {
		display: block !important;
		margin-bottom: 4vw;
	}
	
	#special .btn a {
		font-size: 4vw;
		padding: 2vw;
	}
}

/* ////////////////////////////////////////////////////////////////////////////////

	Shop

//////////////////////////////////////////////////////////////////////////////// */
#shop {
	padding: 140px 30px 100px;
	background-color: #65428e;
}
#shop .inrWrap {
	max-width: 900px;
}
#shop h3 {
	color: #fff;
}
#shop .limitedItem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 60px;
	margin-bottom: 50px;
	border-bottom: #fbe6d6 solid 1px;
}
#shop .limitedItem .itemPic {
	width: 40%;
	line-height: 0;
}
#shop .limitedItem .itemInfo {
	width: 50%;
	color: #fff;
}
#shop .limitedItem .itemInfo h5 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 30px;
}
#shop .limitedItem .itemInfo ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}
#shop .limitedItem .itemInfo ul li {
	font-size: 14px;
	letter-spacing: 0;
}

#shop .limitedItem .itemInfo .itemInfoBox {
	border: #fbe6d6 solid 1px;
	padding: 15px 20px 20px;
	margin-bottom: 40px;
}
#shop .limitedItem .itemInfo .itemInfoBox h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
#shop .limitedItem .itemInfo .itemInfoBox p {
	font-size: 14px;
	line-height: 1.6;
}

#shop .limitedItem .itemInfo .price {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

#shop .limitedItem .btn {
	max-width: 380px;
	width: 90%;
	margin: 40px auto 0;
}
#shop .limitedItem .btn a {
	display: block;
	background-color: #fbe6d6;
	text-align: center;
	color: #65428e;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	border: #fbe6d6 solid 2px;
	padding: 10px;
}
#shop .limitedItem .btn a::after { display: none;}


#shop .fanclub {
	padding-bottom: 50px;
	margin-bottom: 80px;
	border-bottom: #fbe6d6 solid 1px;
	text-align: center;
	color: #fff;
}
#shop .fanclub p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 40px;
}
#shop .fanclub p span {
	font-size: 14px;
	font-weight: normal;
}

#shop .fanclub .btn {
	max-width: 380px;
	margin: 0 auto;
}
#shop .fanclub .btn a {
	display: block;
	background-color: #fbe6d6;
	text-align: center;
	color: #65428e;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	border: #fbe6d6 solid 2px;
	padding: 10px;
}
#shop .fanclub .btn a::after { display: none;}


@media screen and (min-width: 813px) {
	
	#shop .limitedItem .btn a:hover,
	#shop .fanclub .btn a:hover {
		background-color: #65428e;
		color: #fbe6d6;
	}
	
}

@media screen and (max-width: 812px) {
	
	#shop {
		padding: 14vw 5vw 10vw;
	}
	#shop .limitedItem {
		display: block;
		padding-bottom: 10vw;
		margin-bottom: 8vw;
	}
	#shop .limitedItem .itemPic {
		width: 80%;
		margin: 0 auto 8vw;
	}
	#shop .limitedItem .itemInfo {
		width: 100%;
	}
	#shop .limitedItem .itemInfo h5 {
		font-size: 6vw;
		margin-bottom: 6vw;
	}
	#shop .limitedItem .itemInfo ul {
		padding-left: 5vw;
		margin-bottom: 8vw;
	}
	#shop .limitedItem .itemInfo ul li {
		font-size: 3.4vw;
	}
	#shop .limitedItem .itemInfo .itemInfoBox {
		padding: 4vw 4vw;
		margin-bottom: 6vw;
	}
	#shop .limitedItem .itemInfo .itemInfoBox h6 {
		font-size: 4vw;
		margin-bottom: 1vw;
	}
	#shop .limitedItem .itemInfo .itemInfoBox p {
		font-size: 3.2vw;
	}
	#shop .limitedItem .itemInfo .price {
		font-size: 4.6vw;
	}
	#shop .limitedItem .btn {
		margin-top: 8vw;
	}
	
	#shop .fanclub {
		padding-bottom: 8vw;
		margin-bottom: 10vw;
	}
	#shop .fanclub p {
		font-size: 3.8vw;
		margin-bottom: 6vw;
	}
	
	
	#shop .fanclub .btn {
		max-width: 90%;
	}
	
	#shop .limitedItem .btn a,
	#shop .fanclub .btn a {
		font-size: 4vw;
		padding: 2vw;
	}
	
	
}


/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer {
	background: #65428e url(../img/bottom_img.png) no-repeat center top;
	background-size: 250px auto;
	padding: 380px 30px 80px;
	position: static;
}

footer .sns-nav a {
    color: #fff;
}
footer .sns-nav a svg {
    fill: #fff;
}

footer .copyright {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-family: 'glacial_indifferencebold', 'Roboto';
    font-weight: normal;
    text-align: center;
    padding-bottom: 40px;
	color: #fff !important;
}


@media screen and (min-width: 813px) {
	footer .sns-nav a:hover {
		color: #fbe6d6;
	}
	footer .sns-nav a:hover svg {
		fill: #fbe6d6;
	}
}

@media screen and (max-width: 812px) {
	footer {
		background: #65428e url(../img/bottom_img.png) no-repeat center top;
		background-size: 50vw auto;
		padding: 60vw 5vw 5vw;
	}
	footer .copyright {
		font-size: 2.8vw;
	}
}
