@charset "utf-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Kosugi Maru', "M PLUS Rounded 1c" , sans-serif!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  transition: all 0.4s ease-out;
}
a:active,
a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

//*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: solid 6px #eba415;
  padding: 16px 0;;
	width: 100%;
	z-index: 3000;
	top: 0;
}
header {
  background: linear-gradient(-90deg, #be0050 0%, #be0050 71%, #ffffff 71%, #ffffff 100%);
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.navbar-brand > a {
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  padding: unset;
  font-size: 20px;
  margin: unset !important;
  line-height: unset;
}
.navbar-brand > a:hover{ opacity: 0.7; }
.navbar-brand img {
  height: 80px;
  position: relative;
  max-width: unset;
  margin-left: -2px;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,23,20,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,23,20,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.page .navbar-light .navbar-toggler-icon{
/* 	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
}
.page .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
/*   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E"); */
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  height: 80px;
}
body:not(.theme-preset-active) #masthead .navbar-nav {
  align-items: center;
  margin-right: 1rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 0px 12px;
  position: relative;
  text-align: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child a::after{ display: none; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #edc800;
  border-bottom: 1px solid #edc800;
  font-weight: bold;
  display:inline-block;
  text-decoration: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	font-weight: 600;
}
.navbar-brand {
  height: auto;
  background: #fff;
  height: 80px;
  padding: unset !important;
  padding-top: unset !important;
  margin: unset !important;
}
.site-title:after{
  /*先程のサンプルからborderの記述のみ変更*/
  border-style: solid;
  border-color: transparent #fff #3a759a transparent;
  border-width: 0 20px 20px 0;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (max-width: 990px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
	.navbar-nav{
    display: block!important;
    background: #ffffffe0;
    margin-right: 0!important;
    margin-top: 0;
    padding: 2rem 0;
	}
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
		display: block;
		padding: 10px;
    color: #495057;
    text-align: left;
    padding-left: 1.5rem;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.navbar-brand img {
	}
  .navbar-collapse {
    z-index: 2;
  }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

/*--------------------------------------------------------------
## common
--------------------------------------------------------------*/
html{
	overflow-x: hidden;
}
body{
	font-size: 16px;
  font-weight: 300;
  line-height: 2;
  overflow-x: hidden;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 170%;
}
.container{
	max-width: 1120px;
	padding: 0;
	width: 95%;
}
/*------------ PC・SP 表示切替（767） -----------*/
@media screen and (max-width: 767px){
  .pc7 {
    display: none;
  }
}
@media screen and (min-width: 767px){
  .sp7 {
    display: none;
  }
}
/*------------ PC・SP 表示切替（990） -----------*/
@media screen and (max-width: 990px){
  .pc9 {
    display: none;
  }
}
@media screen and (min-width: 990px){
  .sp9 {
    display: none;
  }
}
/* スマホのみで改行 */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/* 追従ボタン */
.banner{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.banner li {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 260px;
}

/*--------------------------------------------------------------
## contents
--------------------------------------------------------------*/
/*-------------- メインビジュアル --------------*/
.mainimg {
  text-align: center;
  margin-bottom: -6px;
  margin-top: 80px;
}

.mainimg video {
  width: 100%;
}
.mainimg img {
  position: relative;
}
.mainimg h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  text-align: left;
  font-size: 90px;
  color: #fff;
}
.mainimg h2 span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .mainimg img {
    width: 100%;
  }
  .mainimg h2 {
    font-size: 40px;
    width: 92%;
    text-align: center;
  }
  .mainimg h2 span {
    font-size: 32px;
  }
}

/*-------------- セクション --------------*/
.method {
  background: #edc800;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 50px;
}
.schedule {
  background: #fff;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 50px;
  max-width: 1120px;
  margin: 0 auto;
}
.revenue {
  background: #edc800;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 50px;
  text-align: center;
}
.campaign {
  background: #be0050;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 80px;
  text-align: center;
}
.support {
  background: #edc800;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 50px;
  text-align: center;
}
.asset {
  background: #be0050;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 50px;
}
.message {
  background: #edc800;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 50px;
}
.strengths {
  background: #fff;
  padding: 0 10px;
  padding-top: 0px;
  padding-bottom: 50px;
  max-width: 1120px;
  margin: 0 auto;
}


/*-------------- 各コンテンツ --------------*/
.main-title {
  text-align: center;
  font-size: 60px;
  position: relative;
  z-index: 1;
  color: #be0050;
  font-weight: bold;
}
.main-title span {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #f5df6f;
  z-index: -1;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 8px;
}
.main-title2 {
  text-align: center;
  font-size: 60px;
  position: relative;
  z-index: 1;
  color: #be0050;
  font-weight: bold;
}
.main-title2 span {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #f8e5ed;
  z-index: -1;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 8px;
}
.main-title3 {
  text-align: center;
  font-size: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
}
.main-title3 span {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #9d0f44;
  z-index: -1;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 8px;
}
.center {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.read1 {
  font-size: 24px;
  color: #be0050;
  font-weight: bold;
}
.subtitle1 {
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 18px;
  border-bottom: solid 3px #be0050;
  display: inline;
  position: relative;
  z-index: 5;
  padding-bottom: 4px;
}
.meth-text {
  line-height: 2rem;
  margin-top: 24px;
  margin-bottom: 32px;
}
.method-text {
  text-align: left;
  display: inline-block;
}
.method-text span {
  font-weight: bold;
}
.method-text span:before {
  content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../img/icon-method.svg) no-repeat;
	background-size:contain;
}
.sche-img {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.reve-box {
  background: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 14px 100px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 16px;
}
.reve-text1 {
  font-size: 28px;
}
.reve-text1 span {
  font-size: 56px;
  padding: 0 8px;
  color: #be0050;
  font-weight: bold;
}
.reve-text2 {
  font-size: 26px;
}
.reve-text2 span {
  font-size: 42px;
  padding: 0 8px;
  color: #be0050;
  font-weight: bold;
}
.reve-text3 {
  font-size: 52px;
  font-weight: bold;
}
.reve-text3 span1 {
  font-size: 80px;
  color: #be0050;
  padding: 0 8px;
}
.reve-text3 span2 {
  font-size: 28px;
}
.reve-textarea {
  max-width: 670px;
  text-align: left;
  margin: 0 auto;
  padding: 0 10px;
}
.reve-subtit {
  color: #fff;
  background: #be0050;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 8px;
}
.reve-text4 {
  font-size: 14px;
}
.cam-read {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}
.cam-three {
  max-width: 1120px;
  display: inline-block;
  margin-bottom: 40px;
}
.cam-three img {
  height: 180px;
}
.cam-subtit {
  font-size: 36px;
  color: #fff;
  border-bottom: solid 4px #edc800;
  display: inline-block;
}
.cam-text {
  color: #fff;
  line-height: 28px;
}
.cam-img {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
.supp-img {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
.asset-area1 {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}
.asset-area1 img {
  width: 300px;
  position: absolute;
}
.asset-read {
  text-align: center;
  font-size: 32px;
  color: #fff;
  border-bottom: solid 6px #edc800;
  margin-bottom: 40px;
}
.asset-read span1 {
  font-size: 80px;
  font-weight: bold;
  padding: 0 10px;
}
.asset-read span2 {
  font-size: 36px;
}
.asset-plas {
  width: 40px;
  margin-bottom: 40px;
}
.asset-area2 {
  max-width: 1120px;
  margin: 0 auto;
  border: solid 3px #edc800;
  border-radius: 12px;
  padding: 16px 40px;
  margin-bottom: 16px;
}
.asset-subtit {
  font-size: 24px;
  color: #fff;
  background: #be0050;
  display: inline-block;
  position: absolute;
  margin-top: -36px;
  padding: 0 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.asset-area3 {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}
.asset-subtit2 {
  background: #fff;
  display: inline-block;
  padding: 2px 12px;
  color: #be0050;
  border-radius: 4px;
}
.asset-text {
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}
.asset-area4 {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 8px 40px;
  border-radius: 16px;
}
.asset-area4 img {
}
.asset-area5 {
  margin: 40px auto;
  text-align: center;
  max-width: 500px;
}
.cam-btn {
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  width: 90%;
}
.ft-btn {
  margin: 80px auto;
  text-align: center;
  max-width: 600px;
}
.asset-text2 {
  margin-top: 1rem;
  background: #edc800;
  padding: 8px;
  border-radius: 8px;
}

.illust01 {
  position: absolute;
  width: 120px;
  margin: 0 auto;
  left: -60%;
  right: 0;
}
.illust02 {
  position: absolute;
  width: 200px;
  margin: 0 auto;
  left: 0;
  right: -50%;
}
.illust03 {
  position: absolute;
  width: 180px;
  margin: 0 auto;
  left: 0;
  right: -55%;
  margin-top: 50px;
  z-index: 5;
}
.top-spa24 {
  margin-top: 24px;
}
.stre-area2 {
  border-top: solid 4px #edc800;
  border-bottom: solid 4px #edc800;
  margin-bottom: 50px;
}
.stre-area3 {

}
.stre-tab {
  position: relative;
  background: #be0050;
  padding: 4px 12px;
  display: inline-block;
  padding-right: 30px;
  color: #fff;
}
.stre-tab:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 30px 32px 0px;
}
.stre-read {
  font-size: 26px;
}
.stre-text {
  margin: 12px auto;
}
.stre-area4 {
  margin: 40px 0;
}
.stre-title {
  text-align: center;
  font-size: 36px;
}
.stre-title img {
  height: 36px;
  padding: 0 30px;
}
.stre-home {
  display: flex;
  border: solid 3px #e40615;
  border-radius: 19px;
  margin: 30px 0;
}
.stre-home1 {
  width: 50%;
  background: #e40615;
  padding: 30px 0px;
  border-radius: 15px;
}
.stre-home1 img {
  border: solid 1px #e40615;
  margin-left: -2px;
  background: #fff;
}
.stre-home2 {
  width: 50%;
  padding: 30px;
}
.home-title {
  font-size: 26px;
}
.home-title span {
  color: #e40615;
  font-size: 38px;
}
.home-text {
}
.stre-area5 {
  width: 90%;
  display: flex;
  background: #be0050;
  margin: 80px auto;
  border-radius: 10px;
  padding: 10px 20px;
  height: 200px;
  margin-top: 100px;
}
.stre-l1 {
  width: 65%;
}
.stre-l1 p {
  color: #fff;
  line-height: 44px;
  font-size: 20px;
}
.stre-l2 {
  width: 40%;
  margin-top: -60px;
  margin-right: -50px;
}
.stre-l2 img {
  transform: rotate(-10deg);
  box-shadow: 3px 3px 6px #575757;
  border: solid 6px #fff;
  background: #fff;
}
.navbar-collapse {
  margin-right: -80px !important;
  position: relative;
  z-index: 999999;
}
.navbar-light .navbar-brand {
  background: #be0050;
}



/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.site-info {
  text-align: center;
  background: #fff;
  margin-top: 36px;
  padding-bottom: 120px;
}
.ft_btn {
  margin: 12px 0;
}
.ft_btn a {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin: 0 12px;
}
.ft_btn a img {
  width: 30px;
  margin: 0 8px;
  margin-bottom: 4px;
}
.ft_logo {
  margin: 26px 0;
}
.ft_logo a {
}
.ft_logo a img {
  height: 50px;
}
.ft_banner {
}
.ft_banner li {
  list-style: none;
  display: inline-block;
  margin: 12px;
}
.ft_banner li img {
  height: 50px;
}
.ft-subtit {
  background: #edc800;
  display: inline-block;
  padding: 2px 14px;
  margin-bottom: 8px;
  border-radius: 6px;
  font-weight: 600;
}

/*--------------------------------------------------------------
## IEだけ反映
--------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  .navbar-brand img {
    margin-top: -5px;
    border-top: solid 2px #fff;
  }
}


/*--------------------------------------------------------------
## レスポンシブ
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 54px;
  }
  .main-title span {
    font-size: 54px;
  }
  .meth-text {
    font-size: 15px;
    text-align: left;
  }
  .main-title2 {
    font-size: 44px;
  }
  .main-title2 span {
    font-size: 54px;
  }
  .reve-box {
    padding: 14px 20px;
  }
  .reve-text3 {
    font-size: 46px;
  }
  .reve-text3 span2 {
    font-size: 22px;
  }
  .main-title3 {
    font-size: 50px;
  }
  .main-title3 span {
    font-size: 50px;
  }
  .cam-three img {
    height: unset;
    width: 280px;
  }
  .cam-img {
    padding: unset;
  }
  .asset-area1 img {
    width: 200px;
  }
  .asset-subtit {
    left: unset;
    -webkit-transform: unset;
  }
  .asset-area2 img {
    margin: 30px 0;
  }
  .asset-read {
    line-height: 56px;
    padding-top: 36px;
  }
  .asset-subtit2 {
    font-size: 14px;
  }
  .asset-area4 {
    padding: 8px 20px;
    text-align: center;
  }
  .support {
    padding: unset;
  }
  .supp-img {
    padding: unset;
  }
  .ft_banner li img {
    height: 80px;
  }
  .banner {
    bottom: 0px;
    right: 0px;
  }
  .banner li {
    width: 200px;
  }
  .illust01 {
    width: 70px;
    left: 0;
    right: auto;
  }
  .illust02 {
    right: -40%;
    margin-top: -15px;
  }
  .illust03 {
    width: 150px;
    right: -55%;
    margin-top: -35px;
  }
  .site-info {
    padding-bottom: 85px;
  }
  header {
    background: linear-gradient(
      -60deg
      , #be0050 0%, #be0050 50%, #ffffff 50%, #ffffff 100%);
  }
  .subtitle1 {
    font-size: 30px;
  }
  .stre-title {
    font-size: 26px;
  }
  .stre-title img {
    display: none;
  }
  .stre-home {
    display: block;
  }
  .stre-home1 {
    width: 100%;
  }
  .stre-home2 {
    width: 100%;
  }
  .stre-home2 {
    padding: 15px;
  }
  .stre-area5 {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: unset;
  }
  .stre-l1 {
    width: 100%;
  }
  .stre-l2 {
    width: 100%;
    margin-top: 30px;
  }
  .stre-l1 p {
    line-height: 35px;
    margin: 12px 12px;
  }
  .cam-btn {
    margin-top: -30px;
  }
  .ft-btn {
    margin: 40px auto;
    width: 90%;
  }
  .stre-home1 img {
    margin-left: 0px;
  }
  .sche-img {
    padding: 0 6px;
  }
  .wd-max {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .asset-area2 {
    padding: 16px 20px;
  }
  .navbar-collapse {
    margin-right: unset !important;
  }
  .navbar-brand img {
    margin-left: -40px;
  }
}

.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: #ffffffe0;
    display: none;
    height: 60%;
    position: fixed;
    width: 92%;
    z-index: 98;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu {
  list-style: none;
    padding: 30px;
    top: 0;
    position: absolute;
    text-align: center;
    line-height: 42px;
}
.gnav__menu li a {
  color: #575757;
  font-size: 18px;
  font-weight: bold;
}
