@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form

-------------------------------------------------------------------------------------*/

.en{ font-family: 'Poppins', sans-serif;}

/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
picture{
  display: block
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
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 {
  position: relative;
  background: #fff;
  font-family: "Noto Sans HK", sans-serif, "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem; /* sets the default sizing to make sure nothing is actually 10px */
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

.text{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}

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: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  color: #154d8b;
  opacity: 0.8;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}

.flexBox{
  display: flex;
}

/* base contents
-------------------*/
/*header*/
#header {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  padding: 15px 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 auto;
}

#header .secInrW{
  display: flex;
  justify-content: space-between;
  align-items: center;  
}

#header.active {
  opacity: 1;
}
#header .logo.top {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;
}
#header .logo.fix {
  display: none;
}
#header .logo a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#header .logo img {
  z-index: 999;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 180px;
}

#header.active .logo img {
  width: 130px;
}

#gNav {
  display: flex;
  flex-direction: row-reverse;
  width: 80%;
}
#gNav ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#gNav ul li {
  margin-left: 3.5%;
  position: relative;
}

#gNav ul li a {
  color: #333;
  font-size: min(1.18vw,15px);
  letter-spacing: 0.08em;
}
#gNav ul li a:hover {
  color: #464646;
  text-decoration: none;
}

#gNav ul.smaller li {
  margin-left: 0;
  padding-bottom: 20px;
  position: relative;
}

#gNav ul.smaller li a {
  border-right: 1px solid #333;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 20px;
}

#gNav ul.smaller li:last-child a {
  border-right: none;
  padding-right: 0;
}

@media only screen and (min-width: 991px) {
	#gNav .submenu{
		display: none;
		position: absolute;
		top: 25px;
		left: 30px;
		transform: translateX(-50%);
		padding: 1.5em 1.5em .5em;
		width: 14em;
		font-size: 13px;
		font-size: 1.3rem;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	#gNav .submenu a{
		display: inline-block;
		margin-bottom: 1em;
	}
	#gNav > ul > li:hover .submenu{
		display: block;
	}
}

#header.fixed{
  background: rgba(255,255,255,0.8);
  position: fixed;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
}

#header:after{
  content: "";
  background: #e2e3e9;
  height: 1px;
  position: absolute;
  width: 98%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.rest #header .logo.top,
#header.fixed .logo.top {
  display: none;
}

.rest #header .logo.fix,
#header.fixed .logo.fix {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;  
}

.rest #header #gNav ul li a,
#header.fixed #gNav ul li a{
  color: #000;
}

#header.fixed #gNav ul.smaller li a {
  border-right: 1px solid #000;
}

#header.fixed #gNav ul.smaller li:last-child a {
  border-right: none;
}

/*spNav*/
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 62px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#Nav.active {
  visibility: visible;
  right: 0;
}

#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.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

#Nav::after {
  background: #fff;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#Nav::before, #Nav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav.active::before, #Nav.active::after {
  opacity: 1;
}
#Nav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}
#Nav nav {
	width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#Nav nav ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#Nav nav ul li {
  width: 50%;
}

#Nav nav ul.smaller{
  margin-top: 30px;
}

#Nav nav ul.smaller li {
  width: 25%;
}

#Nav nav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 20px 10px;
}

#Nav nav ul.smaller li a{
  border-right: 1px solid #154d8b;
  padding: 5px 0;
}

#Nav nav ul.smaller li:last-child a{
  border-right: none;
}

#Nav nav ul li a span {
  font-family: 'Poppins', sans-serif;
  color: #185990;
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 10px;
  font-weight: 400;
}
#Nav nav ul li a:hover {
  color: #185990;
  text-decoration: none;
}
#Nav nav ul li a:hover::before {
  color: #FFF;
}

#Nav nav .submenu{
	margin-bottom: 10px;
}
#Nav nav .submenu li{
	text-align: center;	
}

#Nav nav .submenu li a{
	display: inline-block;
	margin-bottom: 1em;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 400;
}

/*contents*/
#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.secInr {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.secInrW {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}

.text10{ font-size: 10px; font-size: 1.0rem;}
.text13{ font-size: 13px; font-size: 1.3rem;}
.text14{ font-size: 14px; font-size: 1.4rem;}
.text15{ font-size: 15px; font-size: 1.5rem;}
.text16{ font-size: 16px; font-size: 1.6rem;}
.text18{ font-size: 18px; font-size: 1.8rem;}
.text21{ font-size: 21px; font-size: 2.1rem;}
.text28{ font-size: 28px; font-size: 2.8rem;}
.text42{ font-size: 42px; font-size: 4.2rem;}

.head14{ font-size: 14px; font-size: 1.4rem; font-weight: 300;}
.head15{ font-size: 15px; font-size: 1.5rem;}
.head18{ font-size: 18px; font-size: 1.8rem;}
.head21{ font-size: 21px; font-size: 2.1rem;}
.head24{ font-size: 24px; font-size: 2.4rem;}
.head32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4;}
.head40{ font-size: 40px; font-size: 4.0rem;}
.head50{ font-size: 50px; font-size: 5.0rem; line-height: 1.2;}

/*--------------------------------------------cm-head-----*/

.cm-h3{
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 60px;
  width: 100%;
}

.cm-h3 span{
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  line-height: 1;
  margin-top: -5px;
}

/*footer*/
#footer {
  background: #232323;
  padding: 140px 0 50px;
  width: 100%;
  color: #fff;
  .ft-name{
    font-family: "Lato", sans-serif;
    margin-bottom: 80px;
    font-size: 16px;
    text-align: center;
  }
}

small#copyright {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

/*--------------------------------------------cm-btn-----*/

.cm-btn .c-more-button {
  border: 1px solid #1c1f8a;
  background-color: #1c1f8a;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 20px 30px 18px 30px;
  width: 350px;
}

.cm-btn .c-more-button:before {
  background-color: #fff;
  color: #1c1f8a;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .5s cubic-bezier(.16,.5,.43,1);
  width: 100%;
  z-index: -1;
}

.cm-btn .c-more-button__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cm-btn .c-more-button__text {
  font-size: 16px;
  font-size: 1.6rem;
}

.cm-btn .c-more-button:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.cm-btn .c-more-button:hover{
color: #1c1f8a;
}

.cm-btn .c-more-button__icon {
  position: relative;
  width: 9.6px;
}

.cm-btn .c-more-button__icon:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.cm-btn .c-more-button:hover .c-more-button__icon:after{
  background: #1c1f8a; 
}

.c-more-button:hover .c-more-button__path {
  fill: #fff;
}

.cm-btn .c-more-button__svg {
  display: block;
  width: 100%;
}

.cm-btn .c-more-button__path {
  fill: #121212;
  transition: fill .5s cubic-bezier(.25,1,.38,1);
}

.c-more-button:hover .c-more-button__svg{
animation:animate-icon-left .5s cubic-bezier(.16,.5,.43,1) .5s forwards;
}

@keyframes animate-icon-left{
  0%{
      transform:translateX(0,0,0)
  }
  50%{
      transform:translate3d(100%,0,0)
  }
  51%{
      transform:translate3d(-100%,0,0)
  }
  to{
      transform:translateZ(0)
  }
}

/* section
-------------------*/
section {
  clear: both;
}

/* top contents for pc
-------------------------------------------------------------------------------------*/
/* mv
-------------------*/
#mv {
  width: 100%;
  position: relative;
  z-index: 1;
}

.mvInr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    z-index: 6;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mvInr .mvTxt {
    position: absolute;
    left: 0;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.mvInr .mvTxt .mvCatch {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: min(1.4vw,21px);
  line-height: 1.4;
  font-weight: 300;
}

.mvInr .mvTxt .mvH1 {
  color: #fff;
  font-weight: 400;
  font-size: min(4.4vw,74px);
  font-weight: 700;
  padding-top: 30px;
  line-height: 1.4;
}

#mv .sliderwrapper .slick-slide{
  position: relative;
  z-index: 1;
}

/* Adjustment
-------------------------------------------------------------------------------------*/

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

.text13 { font-size: 1.2rem;}
.text21 { font-size: 1.8rem;}
.head21 { font-size: 1.8rem;}
.head32 { font-size: 2.2rem;}
.head40 { font-size: 3rem;}
.head50 { font-size: 4rem;}
}

@media only screen and (max-width: 1180px) {
#footer .secInr .ftLogoWrap .ftLogo {
    max-width: 220px;
}

#footer .secInr .ftMenuWrap ul li a.big {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

}

@media only screen and (min-width: 1081px) {
  #gNav {
    display: block;
  }
}

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

#header{
  padding: 15px 0 12px;
}

#header .logo img {
  height: 45px;
  width: auto !important;
}

#gNav {
  display: none;
}

.Menu {
  cursor: pointer;
  display: block;
  height: 72px;
  width: 72px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #1c1f8a;
}
.Menu span {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  height: 2px;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.Menu span:nth-of-type(1) {
  top: 27px;
}
.Menu span:nth-of-type(2) {
  top: 40px;
}

.Menu.active {
  right: 0;
}

.Menu.active span {
  left: 22%;
}
.Menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.Menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
.Menu.active small {
  color: #000;
}

.Menu.active span:nth-of-type(1) {
  top: 26px;
}

.Menu.active span:nth-of-type(2) {
  top: 39px;
}


@media only screen and (max-width: 768px) {
	.Menu{
		height: 62px;
    width: 62px;
	}

  .Menu span:nth-of-type(2) {
    top: 35px;
  }

	.Menu.active span:nth-of-type(1){
		top: 25px;  
	}
	.Menu.active span:nth-of-type(2){
		top: 34px;  
	}
	.Menu.active span:nth-of-type(1) {
	  -webkit-transform: translateY(4px) rotate(-45deg);
	  transform: translateY(4px) rotate(-45deg);
	}
}

/* height */
@media (max-height: 720px) {
  #gNav {
    padding: 15px 0;
  }
}
/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* indent
-------------------*/
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
  .is-spS {
    display: block !important;
  }
  .spImg {
    max-width: 100%;
  }
  a.spTel {
    pointer-events: auto;
  }
  /* compo parts
-------------------*/
  /*btn*/
  .bscBtn01 a {
    display: block;
    padding: 20px 5%;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  #Nav nav ul li a span {
    font-size: 30px;
    font-size: 3.0rem;
  }
  /* top parts
-------------------*/
  .mvInr .mvTxt .mvCatch {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.7;
  }
  .mvInr .mvTxt .mvCatch span {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.1;
    padding-bottom: 0px;
  }
  .mvInr .mvTxt h1 {
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .mvInr {
    width: 100%;
  }
  .mvInr .mvTxt {
    left: 5%;
    width: 90%;
    bottom: 100%;
  }
  small#copyright {
    font-size: 10px;
    font-size: 1.0rem;
    padding: 20px 0;
    text-align: center;
  }
  .Menu {
    display: block;
    height: 60px;
    width: 60px;
  }
  .Menu span {
    width: 34px;
  }
  .Menu span:nth-of-type(1) {
    top: 23px;
  }
  .Menu span:nth-of-type(2) {
    top: 35px;
  }
  .Menu.active {
    height: 60px;
    width: 60px;
  }
  #Nav nav ul {
    width: 90%;
    margin-bottom: 40px;
  }
  #Nav nav ul li {
    width: 100%;
  }
  #Nav nav ul li a span {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 5px;
  }
  #Nav nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }

#Nav nav {
    height: 100%;
    display: block;
    align-items: center;
    top: 60%;
    position: relative;
    transform: translateY(-50%)
}
}

/*SP END*/
/* for ipad
-------------------------------------------------------------------------------------*/
.portrait.ipad #mv {
  height: 50vh;
}
.portrait.ipad #mv .mvInr {
  height: 50vh;
}
/* for iphoneX
-------------------------------------------------------------------------------------*/
@media screen and (min-height: 800px) {
  .portrait.iphone #mv {
    height: 64vh;
  }
}
/* animation
-------------------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.right {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1000ms;
}
.fadein.scrollin,
.fadein.right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.mvCatch {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
  transition-delay: 200ms;
}
.slick-current.slick-active .mvCatch{
  opacity: 1;
  transform: translate(0, 0);
}
.mvInr .mvTxt .mvH1 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
  transition-delay: 500ms;
}
.slick-current.slick-active .mvInr .mvTxt .mvH1{
  opacity: 1;
  transform: translate(0, 0);
}

/* ローディング画面 */

.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #154d8b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;

}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#loader .wrapper{
  width:200px;
  height:60px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
}

#loader .circle{
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left:25%;
  transform-origin: 50%;
  animation: circle .5s alternate infinite ease;
}

@keyframes circle{
  0%{
      top: 60px;
      height:5px;
      border-radius: 10px 10px 15px 15px;
      transform: scaleX(1.7);
  }
  40%{
      height: 20px;
      border-radius: 50%;
      transform: scaleX(1);
  }
  100%{
      top:0%;
  }
}
#loader .circle:nth-child(2){
  left: 45%;
  animation-delay: .2s;
}
#loader .circle:nth-child(3){
  left:auto;
  right: 28%;
  animation-delay: .3s;
}
#loader .shadow{
  width: 15px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 25%;
  filter: blur(1px);
  animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
  0%{
      transform: scaleX(1.5);
  }
  40%{
      transform: scaleX(1);
      opacity: .7;
  }
  100%{
      transform: scaleX(.2);
      opacity: .4;
  }
}
#loader .shadow:nth-child(4){
  left: 45%;
  animation-delay: .2s
}
#loader .shadow:nth-child(5){
  left:auto;
  right: 28%;
  animation-delay: .3s;
}
#loader .wrapper span{
  position: absolute;
  top:75px;
  font-family: 'Lato';
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left:15%;
}


/* progress bar */
.wrap {
  position: relative;
  width: 100vw;
}

@media only screen and (max-width: 1280px) {
.cm-h3 {
    font-size: 30px;
    margin-bottom: 40px;
}
}

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

#footer {
  padding: 70px 0 30px;
  width: 100%;
}

#footer .secInr {
  margin-bottom: 00px;
}

#footer .ft-name {
    margin-bottom: 40px;
    font-size: 14px;
}

}

@media only screen and (max-width: 920px) {
#footer .ftWrap {
    margin-top: -50px;
}
}

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

.text15 { font-size: 1.4rem;}
.text18 { font-size: 1.5rem;}

.head15 { font-size: 1.2rem;}
.head21 { font-size: 1.6rem;}
.head32 { font-size: 1.8rem;}
.head40 { font-size: 2.4rem; line-height: 1.4;}
.head50 { font-size: 3rem;}

#header .logo img,
#header.active .logo img {
    height: 35px;
    width: auto;
}

.cm-btn .c-more-button__text {
  font-size: 1.4rem;
}

.cm-h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

}
