@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,900&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,900');
/* reset
============================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, #crew figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family : 'Raleway', 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
html { scroll-behavior: smooth;}
body {
    line-height:1;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	color: #666666;
	-webkit-text-size-adjust: none;
}
p {
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
}
article,aside,details,figcaption,#crew figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #455852;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	backface-visibility: hidden;
}

a:hover {
	text-decoration: none;
	color: #999;
}

a:hover img {
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

a:visited {
text-decoration:none;
}
 
a img {
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
	backface-visibility: hidden;
}

/* change colours to suit your needs */
ins {
    background-color:#455852;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#455852;
    color:#000; 
    font-style:italic;
    font-weight: 900;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */

input, select {
    vertical-align:middle;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.wrap{
	overflow: hidden;
}
/* = Selected Text
----------------------------------------------- */
::selection {
	background: rgba(69,88,82,0.8); /* Safari */
	color: #FFF
}

::-moz-selection {
	background: rgba(69,88,82,0.8); /* Firefox */
	color: #FFF
}

/*:::::::::::::::::::::::::::::::::
    contents
:::::::::::::::::::::::::::::::::*/

h1 img{
	margin: 30px 23% 30px 27%;
	width: 50%;
}
h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 48px;
	color: #000;
	margin: 0 0 60px 0;
	clear: both;
}
h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 48px;
	color: #000;
	margin: 100px 0 0 0;
}


p span.red {
	color: #D71919;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*:::::::::::::::::::::::::::::::::
    main
:::::::::::::::::::::::::::::::::*/
#carousel .item{
	height: auto;
	width: 100%;
}
#carousel .item img{
	height: auto;
	width: 100%;
}
/*:::::::::::::::::::::::::::::::::
    pickup
:::::::::::::::::::::::::::::::::*/
#pickup {
	margin: 0 auto 60px auto;
	padding: 20px;
}
#pickup h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 21px;
	color: #455852;
	padding: 10px;
	margin: 0px 20px 0;
	text-align: left;
}
#pickup h4{
	font-family: 'Raleway', 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #455852;
	padding: 0 10px 20px;
	margin: 0 20px 20px;
	text-align: left;
	border-bottom: solid 2px #455852;
}
#pickup p{
	padding: 10px;
	margin: 0 20px 0;
	text-align: left;
}
#pickup .youtube div{
	margin: 0 0 30px 0;
}
.poster img{
	margin: 15px 0 15px 0;
}
.btn {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	margin: 2px;
	text-decoration: none;
	font-weight: 600;
	color: #FFF;
	background: #AFA774;
	transition: .4s;
}
.btn:hover {
	background: #000;
	color: #FFF;
}
/*:::::::::::::::::::::::::::::::::
    pressnews
:::::::::::::::::::::::::::::::::*/
#pressnews {
	margin: 0 auto 40px auto;
	padding: 60px 20px 20px;
	background: #F0F0F0;
	border-radius: 10px;
}
#pressnews h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #455852;
	padding: 0 0 20px 0;
	margin: -80px 0 0 0;
}
#pressnews p{
	padding: 0 0px 20px 0px;
	line-height: 150%;
}
#pressnews p a{
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(69,88,82,1) 50%);
	background-position: 100% 0;
	background-size: 200% auto;
	transition: .3s;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
}
#pressnews p a span{
	font-family: 'Raleway', sans-serif;
	color: #455852;
	padding: 1px 7px 1px 7px;
	margin : 0px 15px 0px 0px;
	border-radius: 2px;
	background: #f0f0f0;
	font-size: 14px;
}
#pressnews p a:hover {
	background-position: 0 0;
	color: #455852;
}

/*:::::::::::::::::::::::::::::::::
    READ MORE
:::::::::::::::::::::::::::::::::*/

/*全体*/
.hidden_box {
    padding: 0 0 20px 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 900;
    background: #ccc;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
    color: #fff;
}

/*アイコンを表示*/

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #455852;
}

/*アイコンを切り替え*/
.hidden_box input:checked + label:before i{
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked + label + .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*:::::::::::::::::::::::::::::::::
    crew
:::::::::::::::::::::::::::::::::*/
#crew {
	margin: 60px auto 60px auto;
}
#crew h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: #455852;
	padding: 0 0 40px 0;
}
#crew div img{
	width: 100%;
	border-radius: 50%;
}
#crew h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #455852;
	padding: 10px 0 0px 0;
	margin: 0px 0 0px 0;
	line-height: 110%;
}
#crew p{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 16px;
	color: #455852;
	padding: 0px 0 40px 0px;
	line-height: 130%;
}




#crew figure.snip1384 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}
#crew figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#crew figure.snip1384 img {
  backface-visibility: hidden;
  vertical-align: top;
}
#crew figure.snip1384:after,
#crew figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#crew figure.snip1384:after {
  content: '';
  background-color: rgba(69, 88, 82, 0.8);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  border-radius: 50%;
}
#crew figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}
#crew figure.snip1384 h5 {
  font-size: 100%;
  font-weight: 900;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  position: absolute;
  top: 48%;
  right: 10%;
}
#crew figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#crew figure.snip1384:hover:after,
#crew figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
#crew figure.snip1384:hover h5,
#crew figure.snip1384.hover h5 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

/*:::::::::::::::::::::::::::::::::
    aboutus
:::::::::::::::::::::::::::::::::*/
#aboutus {
	margin: 0 auto 160px auto;
	padding: 60px 20px 20px;
	background: #F0F0F0;
	border-radius: 10px;
}
#aboutus h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #455852;
	padding: 0 0 20px 0;
	margin: -80px 0 0 0;
}
#aboutus p{
	padding: 0 20px 0px 20px;
	line-height: 150%;
}
#aboutus p.logo {
	text-align: right;
	font-size: 80%;
}
#aboutus p.logo a{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #ddd
}
#aboutus p.logo a span{
	font-size: 20%;
}
#aboutus p.logo a:hover {
	color: #AFA774;
}
/*:::::::::::::::::::::::::::::::::
    releases
:::::::::::::::::::::::::::::::::*/
#releases {
	margin: 60px auto 60px auto;
}
#releases h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: #455852;
	padding: 0 0 40px 0;
	margin: 40px 0 0px 0;
}
#releases div p a{
	color: #AFA774;
	font-weight: 600;
}
#releases div p a:hover{
	color: #8c8441;
}

/*:::::::::::::::::::::::::::::::::
    youtube
:::::::::::::::::::::::::::::::::*/


/*:::::::::::::::::::::::::::::::::
    youtube
:::::::::::::::::::::::::::::::::*/
#youtube {
	margin: 60px auto 60px auto;
}
#youtube h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: #000000;
	padding: 0 0 40px 0;
}
#youtube h2 i{
	color: #FF0000;
}
#youtube div div iframe{
	width: 100%;
	height: 300px;
}
/*:::::::::::::::::::::::::::::::::
    soundcloud
:::::::::::::::::::::::::::::::::*/
#soundcloud {
	margin: 60px auto 60px auto;
}
#soundcloud h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: #666666;
	padding: 0 0 40px 0;
}
#soundcloud h2 i{
	color: #FC5500;
}

/*:::::::::::::::::::::::::::::::::
    contact
:::::::::::::::::::::::::::::::::*/
#contact {
	margin: 60px auto 60px auto;
}
#contact h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: #455852;
	padding: 0 0 0px 0;
}
#contact h3{
	margin: 0 0 10px 0;
	color: #455852;
}
#contact p{
	margin: 0 auto 20px auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 32px;
	padding: 10px;
	color: #fff;
	background: #455852;
	border-radius: 10px;
}
#contact ::selection {
	background: #fff; /* Safari */
	color: #455852;
}

#contact ::-moz-selection {
	background: #fff; /* Firefox */
	color: #455852;
}
#contact a{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 120%;
	padding: 10px 20px;
	color: #455852;
	background: #fff;
	border-radius: 5px;
	text-decoration: none;
}
#contact a:hover {
	background: #AFA774;
	color: #FFF;
}




/*:::::::::::::::::::::::::::::::::
    pagetop
:::::::::::::::::::::::::::::::::*/
.pagetop {
	text-align: center;
}
.pagetop a{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #455852;
    position: fixed;
    bottom: 6%;
    right: 3%;
    z-index: 20;
	cursor: pointer;
}
.pagetop a svg{
	margin-bottom: 5px;
}
/*:::::::::::::::::::::::::::::::::
    404
:::::::::::::::::::::::::::::::::*/
.button404 {
	font-size: 18px;
	font-weight: 900;
	color: #455852;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	border: solid 3px #455852;
	transition: .4s;
	margin: 0 auto 60px auto;
}
.button404:hover {
	background: #455852;
	color: #FFF;
}



/*:::::::::::::::::::::::::::::::::
    #artists
:::::::::::::::::::::::::::::::::*/

#artists h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 128px;
	color: #455852;
	padding: 0 0 60px 0;
}
#artists h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #455852;
	padding: 60px 0 0px 0;
	margin: 0px 0 0px 0;
}
/*:::::::::::::::::::::::::::::::::
    #artists #artist_photo
:::::::::::::::::::::::::::::::::*/

#artist_photo {
	text-align: right;
}
#artist_photo a{
	padding: 0px 20px 0px 0;
	color: #455852;
	font-size: 80%;
}
#artist_photo a:hover{
	color: #AFA774;
}

/*:::::::::::::::::::::::::::::::::
    #artists #profile 
:::::::::::::::::::::::::::::::::*/
#profile {
	margin: 0 40px 0px 40px;
	padding: 60px 40px 30px;
	background: #F0F0F0;
	border-radius: 10px;
}
#profile h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #455852;
	padding: 0 0 20px 0;
	margin: -80px 0 0 0;
}
#profile p{
	padding: 10px 0 20px 0;
	color: #455852;
	text-align: left;
}
#profile p.center{
	padding: 10px 0 20px 0;
	text-align: center;
	color: #455852;
}

#profile p a{
	font-size: 110%;
	padding: 8px;
	text-align: center;
	color: #fff;
	background: #455852;
	border-radius: 50%;
}

#profile p a:hover {
	background: #AFA774;
	color: #FFF;
}

/*:::::::::::::::::::::::::::::::::
    #artists #photo
:::::::::::::::::::::::::::::::::*/
#photo {
	padding: 20px 0px;
}
#photo div{
	margin: 15px auto;
}

/*:::::::::::::::::::::::::::::::::
    #artists #titles 
:::::::::::::::::::::::::::::::::*/
#titles {
	margin: 0 auto 60px auto;
	padding: 40px;
}
#titles hr{
	margin: 40px auto;
}
#titles h3{
	font-family: 'Raleway', 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #455852;
	padding: 0 10px 20px;
	margin: 0 20px 20px;
	text-align: left;
	border-bottom: solid 2px #455852;
}
#titles h4{
	font-family: 'Raleway', 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 21px;
	color: #455852;
	padding: 10px;
	margin: 0px 20px 0;
	text-align: left;
}
#titles h4 span{
	padding: 3px 8px;
	margin: 0 10px 0 0 ;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	background: #455852;
	border-radius: 3px;
}
#titles p{
	padding: 10px;
	margin: 0 20px 0;
	text-align: left;
}
#titles p span{
	color: #AFA774;
	font-weight: 900;
}
#titles p span a{
	color: #AFA774;
	font-weight: 900;
}
#titles p span a:hover{
	color: #455852;
	font-weight: 900;
}
/*:::::::::::::::::::::::::::::::::
    #studio
:::::::::::::::::::::::::::::::::*/

#studio {
	background: #000;
	color: #fff;
}
#studio h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 128px;
	color: #fff;
	padding: 0 0 20px 0;
}
#studio h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #fff;
	padding: 60px 0 20px 0;
	margin: 0px 0 0px 0;
}
/*:::::::::::::::::::::::::::::::::
    #studio #details
:::::::::::::::::::::::::::::::::*/
#details {
	margin: 0 auto 60px auto;
	padding: 40px;
}
#details h3{
	font-family: 'Raleway', 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #fff;
	padding: 80px 0px 20px;
	margin: 0 10px 10px;
	text-align: left;
	border-bottom: solid 3px #fff;
}
#details h4{
	font-family: 'Raleway', 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #fff;
	padding: 10px;
	text-align: left;
	line-height: 200%;
}
#details h4 span{
	padding: 8px 16px;
	margin: 0 10px 0 0 ;
	font-size: 21px;
	font-weight: 900;
	color: #fff;
	background: #AFA774;
	border-radius: 3px;
}
#details p{
	padding: 10px;
	margin: 0 0px 0;
	text-align: left;
}
#details p span{
	color: #AFA774;
	font-weight: 900;
}
#details p span a{
	color: #AFA774;
	font-weight: 900;
}
#details p span a:hover{
	color: #fff;
	font-weight: 900;
}


/*:::::::::::::::::::::::::::::::::
    #studio #studio_contact
:::::::::::::::::::::::::::::::::*/
#studio_contact {
	margin: 60px auto 60px auto;
}
#studio_contact h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: #AFA774;
	padding: 0 0 0px 0;
}
#studio_contact h3{
	padding: 0 0 10px 0;
	color: #fff;
}
#studio_contact p{
	margin: 0 auto 20px auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 32px;
	padding: 10px;
	color: #fff;
	background: #AFA774;
	border-radius: 10px;
}
#studio_contact ::selection {
	background: #000; /* Safari */
	color: #fff;
}

#studio_contact ::-moz-selection {
	background: #000; /* Firefox */
	color: #fff;
}
#studio_contact a{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 120%;
	padding: 10px 20px;
	color: #fff;
	background: #000;
	border-radius: 5px;
	text-decoration: none;
}
#studio_contact a:hover {
	background: #AFA774;
	color: #fff;
}

/*:::::::::::::::::::::::::::::::::
    studio_message
:::::::::::::::::::::::::::::::::*/
#studio_message{
	margin: 60px auto 10px auto;
	padding: 20px;
}
#studio_message p{
	font-weight: 300;
	font-size: 24px;
	color: #fff;
}
#studio_message p span{
	font-size: 80%;
}

/*:::::::::::::::::::::::::::::::::
    studio_crew
:::::::::::::::::::::::::::::::::*/
#studio_crew {
	margin: 60px auto 60px auto;
}
#studio_crew h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: #fff;
	padding: 40px 0 40px 0;
}
#studio_crew div {
	margin: 0px auto;
}
#studio_crew div img{
	width: 300px;
	border-radius: 50%;
}
#studio_crew h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	padding: 10px 0 0px 0;
	margin: 0px 0 0px 0;
	line-height: 110%;
}
#studio_crew p{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 16px;
	color: #fff;
	padding: 0px 0 40px 0px;
	line-height: 130%;
}
#studio_crew p i{
	color: #fff;
}
#studio_crew figure.snip1384 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}
#studio_crew figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#studio_crew figure.snip1384 img {
  backface-visibility: hidden;
  vertical-align: top;
}
#studio_crew figure.snip1384:after,
#studio_crew figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#studio_crew figure.snip1384:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  border-radius: 50%;
}
#studio_crew figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}
#studio_crew figure.snip1384 h5 {
  font-size: 100%;
  font-weight: 900;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  position: absolute;
  top: 48%;
  right: 10%;
}
#studio_crew figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#studio_crew figure.snip1384:hover:after,
#studio_crew figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
#studio_crew figure.snip1384:hover h5,
#studio_crew figure.snip1384.hover h5 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
/*:::::::::::::::::::::::::::::::::
    #download
:::::::::::::::::::::::::::::::::*/

#download {
	background: #000;
	color: #fff;
}
#download h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #AFA774;
	padding: 60px 0 20px 0;
}
#download h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 64px;
	color: #fff;
	padding: 0 0 20px 0;
}
#download h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 96px;
	color: #fff;
	padding: 0 0 40px 0;
	line-height: 100%;
}

/*:::::::::::::::::::::::::::::::::
    #download #download_details
:::::::::::::::::::::::::::::::::*/
#download_details {
	margin: 0 auto 120px auto;
	padding: 40px;
}
#download_details p{
	font-size: 36px;
	padding: 20px;
	margin: 0 0px 0;
	text-align: center;
}

.download_btn {
	position: relative;
	display: inline-block;
	padding: 10px 40px;
	margin: 2px;
	text-decoration: none;
	font-weight: 900;
	color: #FFF;
	background: #AFA774;
	transition: .4s;;
	border-radius: 8px;
}
.download_btn:hover {
	background: #fff;
	color: #000;
}

