@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
color: #000;
font-family: 'Inter', yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.73333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #e1e1e1;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper a:hover,
.allwrapper a:hover img,
.allwrapper button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}
.allwrapper ol,
.allwrapper ul {
list-style:none;
}
.allwrapper img, 
.allwrapper video,
.allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper button {
cursor: pointer;
color: #000;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.73333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 14px;
	}
}
@media (min-width:1000px){
	.allwrapper {
	font-size: 15px;	
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.13vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.67vw; }
.fs11 { font-size: 2.93vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.47vw; }
.fs14 { font-size: 3.73vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.27vw; }
.fs17 { font-size: 4.53vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs12 { font-size: 12px; }
	.fs18 { font-size: 18px; }
}

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important; }
.disp_iblock { display: inline-block !important; }
.disp_inline { display: inline !important; }
.disp_none { display: none; }
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:768px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:1199px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1200px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.ff_aktivgrotesk {
font-family: aktiv-grotesk, sans-serif;
}
.ff_pd {
font-family: playfair-display, serif;
}
.bg_blue {
background: #7cabd9;
}

.allwrapper {
padding-bottom: 17.33vw;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	}
}

body {
overflow: visible !important;
}
.mv {
overflow: hidden;
width: 100%;
min-height: 133vw;
}
.mv .sp_none {
display: none !important;
}
.mv_logo {
top: 5.06vw;
left: 41.6vw;
width: 16.8vw;
}
.mv_2023aw {
top: 6.93vw;
left: 5.6vw;
width: 14.4vw;
}
.mv_18looks {
top: 6.93vw;
right: 5.6vw;
width: 15.73333vw;
}
.mv_img {
top: 19vw;
left: 16.666667vw;
width: 66.666666vw;
}
.mv_title {
bottom: 5.86vw;
left: 24.7vw;
width: 50.6vw;
}
@media (min-width:768px){
	.mv {
	min-height: 700px;
	}
	.mv .sp_none {
	display: block !important;
	}
	.mv .sp_only {
	display: none !important;
	}
	.mv_logo {
	top: 22px;
	left: calc(50% - 31px);
	width: 63px;
	}
	.mv_2023aw {
	top: 30px;
	left: calc(50% - 280px);
	width: 54px;
	}
	.mv_18looks {
	top: 30px;
	right: calc(50% - 280px);
	width: 59px;
	}
	.mv_movie {
	top: 0;
	left: calc(50% - 750px);
	width: 1500px !important;
	}
	.mv_img {
	top: 150px;
	left: calc(50% - 300px);
	width: 300px;
	height: 400px;
	background: #000;
	}
	.mv_title {
	bottom: 297px;
	left: calc(50% + 60px);
	width: 240px;
	}
}
@media (min-width:1500px){
	.mv_movie {
	left: 0;
	width: 100% !important;
	height: auto !important;
	}
}

.modal {
display: none;
}
.modal_btn {
bottom: 15px;
right: 15px;
width: 15px;
cursor: pointer;
}
img.modal_close {
top: 10px;
right: 10px;
width: 14px;
cursor: pointer;
z-index: 2;
}
.credit {
width: 54.93333333vw;
z-index: 100;
}
.creditlink {
left: 0;
width: 100%;
}
.creditlink a {
display: block;
width: 100%;
}
@media (min-width:768px){
	.credit {
	left: calc(50% - 88px) !important;	
	width: 176px !important;
	}
}
@media (min-width:1200px){
	.credit {
	left: calc(50% - 103px) !important;	
	width: 206px !important;
	}
}

.sec02 {
height: 530vw;
}
.sec02_01 {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.sec02_02,
.sec02_03 {
position: -webkit-sticky;
position: sticky;
top: 10vw;
width: 85.33vw;
margin: 50vw auto 0;
}
.sec02_03 .credit {
top: 15vw;
left: 15.2vw;
}
.sec02_03 .creditlink {
bottom: 2.8vw;
}
.sec02_03 .creditlink a {
height: 9.6vw;
}
@media (min-width:768px){
	.sec02 {
	height: 1200px;
	padding: 60px 0 100px;
	}
	.sec02_01 {
	top: 60px;
	width: 230px;
	margin-left: calc(50% - 272px);
	}
	.sec02_02 {
	top: 72px;
	width: 150px;
	margin: 50px auto 0 calc(50% - 22px);
	}
	.sec02_03 {
	top: 140px;
	width: 163px;
	margin: 50px auto 0 calc(50% + 134px);
	}
	.sec02_03 .credit {
	top: -25px;
	}
	.sec02_03 .creditlink {
	bottom: 9px;
	}
	.sec02_03 .creditlink a {
	height: 32px;
	}
}
@media (min-width:1200px){
	.sec02 {
	height: 1800px;
	padding: 90px 0 150px;
	}
	video.sec02_01 {
	top: 90px;
	width: 340px;
	margin-left: calc(50% - 405px);
	}
	.sec02_02 {
	top: 108px;
	width: 220px;
	margin: 80px auto 0 calc(50% - 33px);
	}
	.sec02_03 {
	top: 208px;
	width: 240px;
	margin: 80px auto 0 calc(50% + 200px);
	}
	.sec02_03 .credit {
	top: 10px;
	}
	.sec02_03 .creditlink {
	bottom: 11px;
	}
	.sec02_03 .creditlink a {
	height: 36px;
	}
}

.sec03 {
width: 100%;
max-width: 1140px;
}
.sec03_box {
width: 50%;
}
.sec03_box:nth-child(even) {
animation-delay: 0.2s;
}
.sec03_box .credit {
top: 4vw;
left: 5vw;
width: 40vw;
}
.sec03 li:nth-child(3) .credit {
left: 1.7vw;
width: 46.666666vw;
}

.sec03 li:nth-child(1) .creditlink { bottom: 2.1333vw; }
.sec03 li:nth-child(1) .creditlink a { height: 7vw; }
.sec03 li:nth-child(3) .creditlink01 { bottom: 29.5vw; }
.sec03 li:nth-child(3) .creditlink02 { bottom: 2.1333vw; }
.sec03 li:nth-child(3) .creditlink a { height: 6.8vw; }
.sec03 li:nth-child(6) .creditlink { bottom: 4vw; }
.sec03 li:nth-child(6) .creditlink a{ height: 6.95vw; }
.sec03 li:nth-child(7) .creditlink { bottom: 2.2vw; }
.sec03 li:nth-child(7) .creditlink a{ height: 7.2vw; }
@media (min-width:768px){
	.sec03_box {
	width: 25%;
	}
	.sec03_box:nth-child(4n - 2) {
	animation-delay: 0.2s;
	}
	.sec03_box:nth-child(4n - 1) {
	animation-delay: 0.4s;
	}
	.sec03_box:nth-child(4n) {
	animation-delay: 0.6s;
	}
	.sec03_box .credit {
	top: 0;
	}
	.sec03 li:nth-child(3) .credit {
	top: 5px;
	left: calc(50% - 96px) !important;
	width: 192px !important;
	}
	.sec03 li:nth-child(1) .creditlink { bottom: 10px; }
	.sec03 li:nth-child(1) .creditlink a { height: 28px; }
	.sec03 li:nth-child(3) .creditlink01 { bottom: 124px; }
	.sec03 li:nth-child(3) .creditlink02 { bottom: 10px; }
	.sec03 li:nth-child(3) .creditlink a { height: 28px; }
	.sec03 li:nth-child(6) .creditlink { bottom: 17px; }
	.sec03 li:nth-child(6) .creditlink a{ height: 31px; }
	.sec03 li:nth-child(7) .creditlink { bottom: 9px; }
	.sec03 li:nth-child(7) .creditlink a{ height: 32px; }
}
@media (min-width:1200px){
	.sec03_box .credit {
	top: 40px;
	}
	.sec03 li:nth-child(3) .credit {
	top: 30px;
	left: 15px !important;
	width: 256px !important;
	}
	.sec03 li:nth-child(1) .creditlink { bottom: 11px; }
	.sec03 li:nth-child(1) .creditlink a { height: 36px; }
	.sec03 li:nth-child(3) .creditlink01 { bottom: 165px; }
	.sec03 li:nth-child(3) .creditlink02 { bottom: 13px; }
	.sec03 li:nth-child(3) .creditlink a { height: 36px; }
	.sec03 li:nth-child(6) .creditlink { bottom: 20px; }
	.sec03 li:nth-child(6) .creditlink a{ height: 36px; }
	.sec03 li:nth-child(7) .creditlink { bottom: 11px; }
	.sec03 li:nth-child(7) .creditlink a{ height: 36px; }
}

@keyframes flowtext_animetion {
	0% { background-position: 0 0;}
	100% { background-position: -164vw 0;}
}
@keyframes flowtext_animetion_tab {
	0% { background-position: 0 0;}
	100% { background-position: -1646px 0;}
}
@keyframes flowtext_animetion_pc {
	0% { background-position: 0 0;}
	100% { background-position: -745px 0;}
}
.flowtext {
width: 100%;
height: 7.466666vw;
background: url("../images/flowtext.png") repeat-x;
background-size: auto 100%;
animation: flowtext_animetion 10s linear infinite;
}
.flowtext01 {
margin-top: 2.13vw;
}
@media (min-width:768px){
	.flowtext {
	height: 25px;
	animation: flowtext_animetion_tab 18s linear infinite;
	}
	.flowtext01 {
	margin-top: 20px;
	}
}
@media (min-width:1200px){
	.flowtext {
	height: 34px;
	animation: flowtext_animetion_pc 9s linear infinite;
	}
	.flowtext01 {
	margin-top: 35px;
	}
}

.sec04 { margin-top: 1.6vw; }
.sec04_box01 { position: relative; width: 56vw; }
.sec04_box02 { width: 38.66vw; margin: 38.93vw 2vw 0 0; }
.sec04_box03 { width: 50vw; margin-top: 3.46vw; }
.sec04_box04 { width: 50vw; margin-top: 3.46vw; animation-delay: 0.2s; }
.sec04_box01 .credit { top: 5vw; left: 4.53vw; width: 46.66666vw; }
.sec04_box01 .creditlink01 { bottom: 22.13vw; }
.sec04_box01 .creditlink02 { bottom: 2.4vw; }
.sec04_box01 .creditlink a { height: 6.93vw; }
@media (min-width:768px){
	.sec04 {
	height: 1800px;
	margin-top: 40px;
	padding: 30px 0 100px;
	}
	.sec04 li {
	position: -webkit-sticky;
	position: sticky;	
	}
	.sec04_box01 { width: 235px; top: 30px; margin: 0 auto 0 calc(50% - 240px); }
	.sec04_box02 { width: 190px; top: 126px; margin: -150px auto 0 calc(50% + 5px); }
	.sec04_box03 { width: 168px; top: 350px; margin: -150px auto 0 calc(50% - 173px); }
	.sec04_box04 { width: 212px; top: 372px; margin: -150px auto 0 calc(50% + 5px); }
	.sec04_box01 .credit { top: 11px; left: calc(50% - 105px) !important; width: 210px !important; }
	.sec04_box01 .creditlink01 { bottom: 100px; }
	.sec04_box01 .creditlink02 { bottom: 11px; }
	.sec04_box01 .creditlink a { height: 31px; }
}
@media (min-width:1200px){
	.sec04 {
	height: 2500px;
	margin-top: 50px;
	padding: 45px 0 100px;
	}
	.sec04_box01 { width: 350px; top: 45px; margin: 0 auto 0 calc(50% - 357px); }
	.sec04_box02 { width: 279px; top: 188px; margin: -250px auto 0 calc(50% + 7px); }
	.sec04_box03 { width: 248px; top: 522px; margin: -250px auto 0 calc(50% - 255px); }
	.sec04_box04 { width: 315px; top: 555px; margin: -250px auto 0 calc(50% + 7px); }
	.sec04_box01 .credit { top: 55px; left: 45px !important; width: 256px !important; }
	.sec04_box01 .creditlink01 { bottom: 122px; }
	.sec04_box01 .creditlink02 { bottom: 13px; }
	.sec04_box01 .creditlink a { height: 37px; }
}

.sec05 {
width: 100%;
max-width: 1140px;
margin-top: 2.13vw;
}
.sec05_box {
width: 50%;
}
.sec05_box:nth-child(even) {
animation-delay: 0.2s;
}
.sec05_box .credit {
top: 4vw;
left: 5vw;
width: 40vw;
}
.sec05_box .creditlink { bottom: 1.8666vw; }
.sec05_box .creditlink a { height: 6.933vw; }
@media (min-width:768px){
	.sec05 {
	margin-top: 0;
	}
	.sec05_box {
	width: 25%;
	}
	.sec05_box:nth-child(4n - 2) {
	animation-delay: 0.2s;
	}
	.sec05_box:nth-child(4n - 1) {
	animation-delay: 0.4s;
	}
	.sec05_box:nth-child(4n) {
	animation-delay: 0.6s;
	}
	.sec05_box .credit {
	top: 0;
	}
	.sec05_box .creditlink { bottom: 8px; }
	.sec05_box .creditlink a { height: 31px; }
}
@media (min-width:1200px){
	.sec05_box .credit {
	top: 40px;
	}
	.sec05_box .creditlink { bottom: 10px; }
	.sec05_box .creditlink a { height: 37px; }
}

.sec06 {
margin-top: 4vw;
}
.sec06_boxwrapper {
z-index: 2;
}
.flowtext06_01 {
top: 7.46vw;
right: 0;
width: 50%;
}
.flowtext06_02 {
bottom: 8vw;
left: 0;
width: 50%;
}
.sec06_box01 { width: 46.66vw; margin: 0 0 0 3.34vw; }
.sec06_box02 { width: 46.66vw; margin: 23.46vw 3.34vw 0 0; }
.sec06_box01 .credit { top: 2.2vw; left: 3.5vw; width: 40vw; }
.sec06_box01 .creditlink { bottom: 2.4vw; }
.sec06_box01 .creditlink a { height: 6.93vw; }
@media (min-width:768px){
	.sec06 {
	margin-top: 23px;
	}
	.flowtext06_01 {
	top: 35px;
	}
	.flowtext06_02 {
	bottom: 43px;
	}
	.sec06_box01 { width: 212px; margin: 0 auto 0 calc(50% - 212px); }
	.sec06_box02 { width: 212px; margin: -180px auto 0 50%; }
	.sec06_box01 .credit { top: 15px; }
	.sec06_box01 .creditlink { bottom: 10px; }
	.sec06_box01 .creditlink a { height: 31px; }
}
@media (min-width:1200px){
	.sec06 {
	margin-top: 35px;
	}
	.flowtext06_01 {
	top: 54px;
	}
	.flowtext06_02 {
	bottom: 67px;
	}
	.sec06_box01 { width: 315px; margin: 0 auto 0 calc(50% - 315px); }
	.sec06_box02 { width: 315px; margin: -263px auto 0 50%; }
	.sec06_box01 .credit { top: 60px; }
	.sec06_box01 .creditlink { bottom: 11px; }
	.sec06_box01 .creditlink a { height: 36px; }
}

.sec07 {
width: 100%;
max-width: 1140px;
margin-top: 4vw;
}
.sec07_box,
.sec07_box05,
.sec07_box06 {
width: 50%;
}
.sec07_box:nth-child(even),
.sec07_box06 {
animation-delay: 0.2s;
}
.sec07_box .credit,
.sec07_box05 .credit {
top: 4vw;
left: 5vw;
width: 40vw;
}
.sec07_box .creditlink,
.sec07_box05 .creditlink { bottom: 1.8666vw; }
.sec07_box .creditlink a,
.sec07_box05 .creditlink a { height: 6.933vw; }
@media (min-width:768px){
	.sec07 {
	margin-top: 23px;
	}
	.sec07_box {
	width: 25%;
	}
	.sec07_box05 {
	width: 237px;
	margin: 23px auto 0 calc(50% - 246px);
	}
	.sec07_box06 {
	width: 195px;
	margin: -240px auto 0 calc(50% + 10px);
	}
	.sec07_box .credit {
	top: 0;
	}
	.sec07_box05 .credit {
	top: 37px;
	}
	.sec07_box .creditlink,
	.sec07_box05 .creditlink { bottom: 10px; }
	.sec07_box .creditlink a,
	.sec07_box05 .creditlink a { height: 31px; }
}
@media (min-width:1200px){
	.sec07 {
	margin-top: 35px;
	}
	.sec07_box05 {
	width: 350px;
	margin: 35px auto 0 calc(50% - 365px);
	}
	.sec07_box06 {
	width: 290px;
	margin: -358px auto 0 calc(50% + 15px);
	}
	.sec07_box:nth-child(4n - 2) {
	animation-delay: 0.2s;
	}
	.sec07_box:nth-child(4n - 1) {
	animation-delay: 0.4s;
	}
	.sec07_box:nth-child(4n) {
	animation-delay: 0.6s;
	}
	.sec07_box .credit {
	top: 40px;
	}
	.sec07_box05 .credit {
	top: 100px;
	}
	.sec07_box .creditlink,
	.sec07_box05 .creditlink { bottom: 11px; }
	.sec07_box .creditlink a,
	.sec07_box05 .creditlink a { height: 37px; }
}

.sec08 {
height: 500vw;
margin-top: 13.33vw;
}
video.sec08_01 {
width: 72.8vw;
}
.sec08_02 {
margin-top: 17.6vw;
position: -webkit-sticky;
position: sticky;
top: 0;
}
.sec08_03 {
width: 85.33vw;
margin: 50vw auto 0;
position: -webkit-sticky;
position: sticky;
top: 9.33vw;
}
.sec08_03 .modal_btn { left: calc(85.33vw - 30px); right: auto; bottom: 30px; }
.sec08_03 .credit { top: 21vw; left: 15vw; }
.sec08_03 .creditlink01 { bottom: 34.1333vw; }
.sec08_03 .creditlink02 { bottom: 2.9333vw; }
.sec08_03 .creditlink a { height: 8vw; }
@media (min-width:768px){
	.flowtext08_01 {
	margin-top: 60px;
	}
	.sec08 {
	height: 1500px;
	margin-top: 0;
	padding-top: 75px;
	}
	video.sec08_01 {
	width: 230px;
	}
	.sec08_02 {
	width: 284px;
	margin-top: 80px;
	top: 75px;
	}
	.sec08_03 {
	width: 242px;
	margin-top: 80px;
	top: 105px;
	}
	.sec08_03 .modal_btn { left: 212px; }
	.sec08_03 .credit { top: 19px; left: calc(50% - 105px) !important; width: 210px !important; }
	.sec08_03 .creditlink01 { bottom: 130px; }
	.sec08_03 .creditlink02 { bottom: 11px; }
	.sec08_03 .creditlink a { height: 31px; }
}
@media (min-width:1200px){
	.flowtext08_01 {
	margin-top: 90px;
	}
	.sec08 {
	height: 2000px;
	padding-top: 115px;
	}
	video.sec08_01 {
	width: 345px;
	}
	.sec08_02 {
	width: 420px;
	margin-top: 117px;
	top: 75px;
	}
	.sec08_03 {
	width: 360px;
	margin-top: 80px;
	top: 117px;
	}
	.sec08_03 .modal_btn { left: 330px; }
	.sec08_03 .credit { width: 256px !important; top: 70px !important; left: 50px !important; }
	.sec08_03 .creditlink01 { bottom: 159px; }
	.sec08_03 .creditlink02 { bottom: 13px; }
	.sec08_03 .creditlink a { height: 37px; }
}

.staffcredit {
margin-top: 17.33vw;
letter-spacing: 0.01em;
}
.brandlogo {
width: 90px;
margin-top: 60px;
}
.brandlogo img {
width: 71px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 90px;
	}
}


