@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url(//use.fontawesome.com/releases/v5.2.0/css/all.css);
/*----------------------------------------------------
font-family
----------------------------------------------------*/
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: zooja-pro, sans-serif;

*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}

html {
  background-color: #FFF;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
  letter-spacing: 0.08em;
  color: #605e5e;  
  background: #f1efee;	
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
opacity: 0.9;
text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #224165;
  color: #FFF;
  /* Safari */
}
::-moz-selection {
  background-color: #224165;
  color: #FFF;
  /* Firefox */
}
#contents p, #contents dl dt, #contents dl dd, #contents ul li, #contents ol li {
  line-height: 2;
}

/* indent
-------------------*/
.center{text-align:center!important}.left{text-align:left!important}.right{text-align:right!important}.top0{margin-top:0!important}.top5{margin-top:5px!important}.top10{margin-top:10px!important}.top15{margin-top:15px!important}.top20{margin-top:20px!important}.top25{margin-top:25px!important}.top30{margin-top:30px!important}.top35{margin-top:35px!important}.top40{margin-top:40px!important}.btm0{margin-bottom:0!important}.btm5{margin-bottom:5px!important}.btm10{margin-bottom:10px!important}.btm15{margin-bottom:15px!important}.btm20{margin-bottom:20px!important}.btm25{margin-bottom:25px!important}.btm30{margin-bottom:30px!important}.btm35{margin-bottom:35px!important}.btm40{margin-bottom:40px!important}.btm45{margin-bottom:45px!important}.btm50{margin-bottom:50px!important}.btm55{margin-bottom:55px!important}.btm60{margin-bottom:60px!important}.btm65{margin-bottom:65px!important}.btm70{margin-bottom:70px!important}.btm75{margin-bottom:75px!important}.btm80{margin-bottom:5pc!important}.btm85{margin-bottom:85px!important}.btm90,.btm95{margin-bottom:90px!important}.pT0{padding-top:0!important}.pT5{padding-top:5px!important}.pT10{padding-top:10px!important}.pT15{padding-top:15px!important}.pT20{padding-top:20px!important}.pT25{padding-top:25px!important}.pT30{padding-top:30px!important}.pT35{padding-top:35px!important}.pT40{padding-top:40px!important}.pT45{padding-top:45px!important}.pB0{padding-bottom:0!important}.pB5{padding-bottom:5px!important}.pB10{padding-bottom:10px!important}.pB15{padding-bottom:15px!important}.pB20{padding-bottom:20px!important}.lm5{margin-left:5px!important}.lm10{margin-left:10px!important}.lm15{margin-left:15px!important}.lm20{margin-left:20px!important}.lm50{margin-left:50px!important}.lm60{margin-left:60px!important}.lm70{margin-left:70px!important}.rm5{margin-right:5px!important}.rm10{margin-right:10px!important}.rm15{margin-right:15px!important}.rm20{margin-right:20px!important}.vAT{vertical-align:top!important}.vAM{vertical-align:middle!important}.vAB{vertical-align:bottom!important}.bold{font-weight:700}.normal{font-weight:400}.is-pc{display:block}.is-sp{display:none}.spTel{pointer-events:none}@media only screen and (max-width:900px){.is-sp{display:block!important}.is-pc{display:none!important}.spImg{max-width:100%}a.spTel{color:#000;pointer-events:auto}}.size10{font-size:1rem!important}.size11{font-size:1.1rem!important}.size12{font-size:1.2rem!important}.size13{font-size:1.3rem!important}.size14{font-size:1.4rem!important}.size15{font-size:1.5rem!important}.size16{font-size:1.6rem!important}.size17{font-size:1.7rem!important}.size18{font-size:1.8rem!important}.size19{font-size:1.9rem!important}.size20{font-size:2rem!important}.size21{font-size:2.1rem!important}.size22{font-size:2.2rem!important}.size23{font-size:2.3rem!important}.size24{font-size:2.4rem!important}.w5{width:5%!important}.w10{width:10%!important}.w15{width:15%!important}.w18{width:18%!important}.w20{width:20%!important}.w25{width:25%!important}.w30{width:30%!important}.w35{width:35%!important}.w40{width:40%!important}.w45{width:45%!important}.w50{width:50%!important}.w55{width:55%!important}.w60{width:60%!important}.w65{width:65%!important}.w70{width:70%!important}.w75{width:75%!important}.w80{width:80%!important}.w85{width:85%!important}.w90{width:90%!important}.w95{width:95%!important}.wFull{width:100%!important}
/* component
-------------------*/
.indList {
  margin-bottom: 15px;
}
.indList li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.indList li:before {
  content: '・';
  margin-right: 5px;
  vertical-align: middle;
}
.numList {
  margin-bottom: 15px;
  padding-left: 1.6em;
}
.numList li {
  list-style: decimal outside none;
  margin-bottom: 5px;
}

/*------------------------------------for mv--*/

#mv{
	height: 100vh;
}
#mv .mvInr{
	background: url("../../images/mv.jpg") center center no-repeat;
	background-size: cover;
	height: 90vh;
	position: relative;
	width: 100%;
}

#mv .mvInr .catchWrap{
	position: absolute;
    bottom: 270px;
    right: 30px;
    width: 483px;
}

#mv .mvInr .catchWrap .catchS{
	max-width: 320px;
    width: 100%;
    top: -100px;
    position: absolute;
}

#mv .mvInr .catchWrap .catchS img{
    width: 100%;
}

#mv .mvInr .catchWrap .catchL{
	max-width: 424px;
    width: 100%;
    position: absolute;
    right: 0;
}

#mv .mvInr .catchWrap .catchL img{
  width: 100%;
}

#mv .mvInr .deco{
	position: absolute;
    right: 40px;
    bottom: -90px;
    max-width: 605px;
    width: 100%;
    opacity: 0.7;
}

.scrolldown {
    position: absolute;
    bottom: 0;
    left: 50px;
	opacity: 0.5;
}

.scrolldown span{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	position: absolute;
    left: -50px;
    bottom: 10vh;
    color: #fff;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    width: 55px;
    text-align: center;
}

.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:9px;
	height:9px;
	border-radius: 50%;
	background:#eee;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:9vh;}
     100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 9vh;
	background:#fff;
}

/*#mv {
  overflow: hidden;
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.mv-img {
	animation: zoomUp 10s linear 0s 1 normal both;
	overflow-x: hidden;
}

.mv-img img {
  display: block;
  overflow-x: hidden;
}*/
/*------------------------------------for head--*/

.head{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.head h3{
	color: #605e5e;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
}

.head span{
	color: #605e5e;
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 10px;
}

/*------------------------------------for pc overall--*/
#wrap {
    padding-left: 280px;
    min-width: 1000px;
}

.fv .fvWrap{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 80px;
  text-align: right;
}

.fv .pageHead{
  color: #bbb8b7;
  font-size: 100px;
  font-size: 10rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}

.fv p{
  color: #bbb8b7;
  font-size: 15px;
  font-size: 1.5rem;
}

/*------------------------------------for entry btn--*/
.entry{
	margin-bottom: 100px;
}

.entry .secInr {
    background: url(../cmn_img/btn_bg.svg) center bottom 20px no-repeat;
    background-size: 75%;
}

.entry .entryInr{
	border: 5px solid rgba(255,255,255,0.5);
	color: #fff;
	padding: 100px 50px;
	position: relative;
	text-align: center;
	width: 100%;
	transition: 0.7s;
}

.entry .entryInr img{
	position: absolute;
	width: 270px;
	left: calc( 50% - 135px);
	top: -65px;
}

.entry .entryInr .en{
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 2px;
	transition: 0.7s;
}
.entry .entryInr span{
	font-size: 15px;
	font-size: 1.5rem;
}

.entry a:hover .entryInr{
	border: 5px solid #fff;
	transition: 0.7s;
}

.entry a:hover .entryInr .en{
	letter-spacing: 4px;
	transition: 0.7s;
}

@media only screen and (max-width: 1375px){
.entry .secInr {
    background-size: 70%;
}

.entry .entryInr {
    padding: 70px 50px;
}    

.entry .entryInr img {
    position: absolute;
    width: 210px;
    left: calc( 50% - 105px);
    top: -45px;
}
	
}

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

.fv .pageHead {
    font-size: 70px;
    font-size: 7rem;
}

.entry .entryInr {
    padding: 50px 50px;
}

.entry .secInr {
    background-size: 65%;
}
}

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

.fv .fvWrap {
    padding: 70px 0 25px;
} 
  
.fv .pageHead {
    font-size: 45px;
    font-size: 4.5rem;
}
	
.entry {
    margin-bottom: 40px;
}	
	
.entry .secInr {
    background-size: 85%;
}

.entry .entryInr {
    padding: 25px 20px;
}

.entry .entryInr .en {
    line-height: 1.3 !important;
    font-size: 26px;
    font-size: 2.6rem;
}
.entry .entryInr span {
    font-size: 12px;
    font-size: 1.2rem;
}

}

/*------------------------------------for pc header--*/
#header {
    height: 100%;
    width: 280px;
  	font-family: 'Montserrat', sans-serif;	
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    z-index: 8;
    position: fixed;
    top: 0;
    left: 0;
}
#header .hdInr {
    /*display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: space-between;*/
    padding: 60px 30px;
    height: 100%;
    z-index: 2;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
#header .hdInr h1{
	text-align: center;
}
#header .hdInr h1 a{
	display: block;
	max-width: 140px;
	margin: 0 auto 50px;
	width: 100%;
}
#header .hdInr h1 a:hover {
  text-decoration: none;
}

#gNav ul{
	margin-bottom: 90px;
}
#gNav ul li a {
	color: #979390;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10% 10px;
	text-align: center;
}

#gNav ul li a:hover {
  color: #605e5e;
  font-weight: 500;
}

#gNav .ig{
	margin-bottom: 30px;
	text-align: center;
}

#gNav .ig a{
	color: #605e5e;
	display: block;
}

#gNav .btn{
	background: #605e5e;
	color: #fff;
	display: block;
	padding: 20px 10px;
	text-align: center;
}

/*----------------------------------------------------
hamburgerMenu
----------------------------------------------------*/
.hamburger {
display: none;
}
#Nav {
display: none;
}

/*topcontrol*/
#topcontrol {
  z-index: 900;
}
#topcontrol a {
  background: url(../cmn_img/scrollup.svg) center center no-repeat #000;
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*------------------------------------for pc contents--*/
#contents {
  overflow-x: hidden;
}
.secInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.lh2 {
  line-height: 2 !important;
}

.bscBtn a {
	display: block;
	border: 1px solid #979390;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	transition: 0.7s ease all;
	padding: 20px 15px;
	position: relative;
	max-width: 200px;
	width: 100%;
}
.bscBtn a:after {
    content: "";
    position: absolute;
    background: url(../cmn_img/arrow.png) no-repeat center right;
    width: 67px;
    height: 10px;
    right: -16px;
    background-size: 70%;
    top: 17px;
	transition: 0.7s ease all;
}

.bscBtn a:hover{
	letter-spacing: 0.2em;
	transition: 0.7s;
}
	
.bscBtn a:hover:after {
	right: -26px;
	transition: 0.7s;
}
.grayscale_100 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/*------------------------------------for footer--*/
#footer {
  color: #827e7b;
}
#footer .ftInr {
  width: calc(100% - 280px);
  padding: 50px 0 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .ftInr .ftLeft {
	width: 50%;
}
#footer .ftInr .ftLeft .logo{
	max-width: 135px;
	margin-bottom: 35px;
	width: 100%;
	display: block;
}

#footer .ftInr .ftLeft .logo a{
	display: block;
}

#footer .ftInr .ftLeft small{
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	font-size: 0.9rem;
}
#footer .ftInr .ftRight {
	width: 50%;
}
#footer .ftInr .ftNav {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
#footer .ftInr .ftNav li {
	margin: 0 10px;
}
#footer .ftInr .ftNav li a{
	color: #827e7b;	
	display: block;
}
#footer .ftInr .ftNav li a:hover {
	color: #403e3c;
	text-decoration: none;
}
#footer .ftInr .smallNav {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	padding-top: 30px;
}
#footer .ftInr .smallNav li {
	margin: 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
#footer .ftInr .smallNav li:first-child{
	padding-right: 10px;
}
#footer .ftInr .smallNav li a{
	color: #827e7b;
	display: block;
}
#footer .ftInr .smallNav li a:hover {
	color: #403e3c;
	text-decoration: none;
}
.article #header .hdInr h1 a {
    color: #000000;
}
.article #gNav ul li a {
    color: #000000;
}
#articleMv {

}
#articleMv .mvInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 250px 0 60px;
}
#articleMv .mvInr h2 span{
font-size: 48px;
font-size: 4.8rem;
font-weight: 500;
display: block;
}
#articleMv .mvInr h2 small {
color: #b69260;
font-size: 12px;
font-size: 1.2rem;
}
.en {
font-family: 'Montserrat', sans-serif;
}
.zoo{
  font-family: zooja-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}


@media only screen and (max-width: 1024px) {
#footer {
  background: #827e7b;
  color: #fff;
}

#footer .is-sp{
  display: block;
}

#footer .ftInr .ftNav li a{
  color: #fff; 
  display: block;
}

#footer .ftInr .smallNav li a{
  color: #fff;
  display: block;
}
}

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

#articleMv .mvInr {
    padding: 100px 0 20px;
    text-align: center;
}
#articleMv .mvInr h2 span {
    font-size: 40px;
    font-size: 4rem;
}
}

/*------------------------------------for pc resize--*/

@media only screen and (max-width: 1024px) {
#wrap {
    padding-left: 0;
    width: 100%;
    min-width: 100%;
}  

#header {
    background: transparent;
    height: 0;
    width: 200px;
}    

#header .hdInr {
    padding: 20px 40px 60px 20px;
    height: 100%;
}

#header .hdInr h1 a {
    margin: 0 auto 0;
}

/* hamburger
-------------------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 991;
  right: 0;
  top: 0;
  width: 60px;
  height: 57px;
  cursor: pointer;
  background: #827e7b;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 14px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 17px;
}
.hamburger span:nth-child(2) {
  top: 27px;
}
.hamburger span:nth-child(3) {
  top: 37px;
}
.hamburger.active span:nth-child(1) {
  top: 27px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), 
.hamburger.active span:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 80px;
  width: 90%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#Nav #Bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 500%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
  pointer-events: none;
}
#Nav:after {
  background: rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav:before {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav.active {
  visibility: visible;
  right: 0;
}
#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#Nav.active:before, #Nav.active:after {
  opacity: 1;
}
#Nav ul li .en{
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
}
#Nav ul li .ja {
font-size: 12px;
font-size: 1.2rem;
color: #b69260;
}
#Nav ul li {
margin-bottom: 40px;
text-align: center;
}
#Nav ul li a:hover {
  text-decoration: none;
  color: #605e5e;
  font-weight: 500;
}
}

@media only screen and (max-width: 1370px) {
#footer .ftInr {
    width: calc(100% - 100px);
    padding: 50px 0 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
}

/*------------------------------------for sp--*/
@media only screen and (max-width: 480px) {
body {
    font-size: 13px;
    font-size: 1.3rem;
}
.bscBtn a{
  padding: 20px 0;
  display: block;
  }

#header {
    width: 75px;
}

#header .hdInr {
    padding: 5px 0 35px 0px;
    height: 100%;
    overflow: hidden;
}

#header .hdInr h1 a {
    max-width: auto;
    padding: 5px 0 0 5px;
}

.scrolldown {
    left: 20px;
}

.scrolldown span {
    font-size: 8px;
    font-size: 0.8rem;
}    

.secInr {
    padding: 40px 0;
  }

#footer .ftInr {
    padding: 40px 0 30px;
    width: 90%;
}

#footer .ftInr .ftLeft,
#footer .ftInr .ftRight {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

#footer .ftInr .ftLeft .logo {
    margin: 0 auto 35px;
    width: 100%;
}

#footer .ftInr .ftNav {
    flex-wrap: wrap;
    justify-content: center;
}

#footer .ftInr .ftNav li {
    margin: 0 10px 10px;
}

#footer .ftInr .smallNav {
    justify-content: center;
    margin-bottom: 30px;
}

  #topcontrol {
    display: none;
  }
}

/* animation
-------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.main {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

/*
.main {
  -webkit-animation: contentScale 2.6s forwards;
  animation: contentScale 2.6s forwards;
}

@keyframes contentScale {
  70% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
  100% {
    opacity: 1;
  }
}
*/

.entryInr{
	position: relative;
}
.entryInr img,.entryInr p,.entryInr span{
	position: relative;
	z-index: 1;
}
.entryInr:after{
	content: "";
	width: 81%;
	height: 105%;
	background: url(../../images/bg-entry.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -20%;
	left: 0;
	right: 0;
	margin: 0 auto;
}


@media screen and (max-width: 1024px) {
	#gNav{
		display: none;
	}
	#header .hdInr{
		overflow: hidden;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1450px) {
	.fv .pageHead {
		font-size: 6vw;
	}
}