@font-face {
  font-family: YuMincho;
  font-style: normal;
  font-weight: 500;
  src: url("../font/yumindb.ttf");
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  color: rgb(17, 17, 17);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-size-adjust: 100%;
  letter-spacing: 0.7px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

.font-yugothic {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
hr{
  opacity: 0.3;
}
ul {
  list-style-type: none;
}

a {
  color: currentcolor;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}
h1 {
  display: none;
}
.c-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-bg--before,
.c-bg--after{
  position: relative;
}
.c-bg--before::before,
.c-bg--after::after{
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.c-flex{
  display: flex;
  justify-content: space-between;
}
.c-highlight{
  display: inline-block;
  border-bottom: 1px solid #CC0011;
  color: #CC0011;
  padding-bottom: 2px;
}
.c-none-after::after,
.c-none-before::before{
  display: none !important;
}
/**Btn*/
.c-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
  line-height: 1;
  transition: all 0.4s ease 0s;
}

.c-btn::before, .c-btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: inherit;
}

.c-btn:hover {
  opacity: 1;
}
@media(max-width: 1024px){
  .c-btn-list{
    gap: 15px 20px;
  }
}
@media(max-width: 768px){
  .c-btn-list{
    gap: 15px 10px;
  }
  .c-btns{
    gap: 20px 4%;
  }
}
/*Custom btn*/
.c-btn1 {
  background: transparent;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 20px 28px;
  width: 320px;
  justify-content: space-between;
  text-align: left;
  line-height: 1.4;
}
.c-btn1::after {
  background-image: url("../images/common/ic-arr-black.png");
  width: 13px;
  height: 20px;
  transition: all ease 0.4s;
}
.c-btn1::before {
  width: 60px;
  background: #B8A131;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
}
.c-btn1:hover{
  color: #B8A131;
}
.c-btn1:hover::before {
  width: 100%;
}
.c-btn1:hover::after{
  background-image: url("../images/common/ic-arr-gold.png");
}

.c-btn--contact{
  border-radius: 100px;
  width: 180px;
  height: 50px;
  padding-top: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.16);
  position: relative;
  z-index: 99999;
  font-size: 15px;
}
.c-btn--contact::before{
  content: '';
  background-image: url('../images/common/ic-mailB.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  display: block;
  margin-right: 10px;
  margin-top: -2px;
}
.c-btn--contact.--cus{
  width: 425px;
  height: 74px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 0 7.5%;
  justify-content: flex-start;
  z-index: 1;
}
.c-btn--contact.--cus::before{
  background-image: url('../images/common/ic-mailBr.png');
  width: 26px;
  height: 20px;
  margin-right: 12px;
}
.c-btn--contact.--cus::after{
  background-image: url('../images/common/ic-arr-black.png');
  width: 9px;
  height: 16px;
  position: absolute;
  right: 10%;
  top: 30px;
}
.c-btn--contact:hover{
  color: #fff;
  background-color: #B8A131;
}
.c-btn--contact:hover::before{
  background-image: url('../images/common/ic-mailW.png');
}
.c-btn--contact.--cus:hover::after{
    background-image: url('../images/common/ic-arr-white.png');
}
@media(max-width: 768px){
  .c-btn--contact.--cus{
    width: 270px;
    height: 60px;
    font-size: 13px;
  }
  .c-btn--contact.--cus::after{
    top: 22px;
    width: 8px;
    height: 15px;
  }
  .c-btn--contact.--cus::before{
    width: 18px;
    height: 18px;
  }
  .c-btn1 {
    width: 280px;
    font-size: 13px;
    padding: 0 10px 10px;
  }
  .c-btn1::after{
    width: 7px;
    height: 14px;
  }
}
/**End btn*/

/*Title*/
.c-title {
  font-family: YuMincho;
  text-align: center;
  font-weight: 600;
}

.c-title span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #009FE8;
}

/*custom*/
.c-title1 {
  font-size: 36px;
}
.c-title1 small{
  font-size: 20px;
  display: block;
}
.c-title2 {
  font-size: 32px;
  line-height: 1.4;
}
.c-title3 {
  font-size: 24px;
  line-height: 1.5;
}
.c-title4 {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
}
.c-title4 small{
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.c-subtitle::after{
  content: '';
  width: 24px;
  height: 1px;
  background-color: #111;
  border-radius: 50%;
  display: block;
  margin: 26px auto 0;
}
.c-text1{
  font-size: 20px;
  line-height: 1.5;
}
.c-text2{
  font-size: 18px;
  line-height: 2;
}
.c-text3{
  font-size: 16px;
  line-height: 2;
}
.c-text4{
  font-size: 15px;
  line-height: 2
}
.c-text5{
  font-size: 14px;
  line-height: 2;
}
@media(max-width: 1024px){
  .c-title1{
    font-size: 30px;
  }
  .c-title1 small{
    font-size: 18px;
  }
  .c-title2 {
    font-size: 28px;
  }
  .c-title3 {
    font-size: 18px;
  }

  .c-text1{
    font-size: 16px;
  }
  .c-text2{
    font-size: 15px;
  }
  .c-text3{
    font-size: 14px;
  }
  .c-text4{
    font-size: 14px;
  }
  .c-text5{
    font-size: 13px;
  }
}
@media(max-width: 768px){
  .c-title1{
    font-size: 24px;
  }
  .c-title1 small{
    font-size: 16px;
  }
  .c-title2 {
    font-size: 22px;
  }
  .c-title1 span, .c-title2 span{
    margin-bottom: 8px;
  }
  .c-title3 {
    font-size: 16px;
  }
  .c-subtitle::before{
    margin-bottom: 10px;
  }
  
  .c-text1{
    font-size: 15px;
  }
  .c-text2{
    font-size: 14px;
  }
  .c-text4, .c-text3{
    font-size: 13px;
  }
  .c-title4 {
    font-size: 20px;
  }
  .c-title4 small{
    font-size: 10px;
    margin-bottom: 8px;
  }
}
/**End Title */

/**pallarax*/
.c-pallarax {
  height: 320px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.c-parallax--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
}

.parallax {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

/*custom*/
.c-pallarax__content {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  width: 683px;
  padding: 72px 55px 94px 160px;
}

.c-pallarax__title {
  font-size: 97px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 120%;
}

.c-pallarax__subtt {
  font-size: 37px;
  line-height: 120%;
  margin: 17px 0px 0px;
  letter-spacing: 1.8px;
}

.c-pallarax__desc {
  line-height: 200%;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 26px;
  font-weight: bold;
}

@media(max-width: 768px){
  .c-pallarax{
    height: 200px;
  }
}
/**End pallarax*/

/**Nav Menu*/

.c-nav__item:after{
  content: '';
  background-color: #111;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  margin-bottom: 1px;
}
.c-nav__link {
  display: block;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0px;
  transition: all 0.4s ease 0s;
  padding: 4px 40px;
  position: relative;
  letter-spacing: 1px;
  color: #fff;
}

.c-nav__link.c-btn {
  width: 180px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid #111;
  border-radius: 100px;
  display: inline-flex;
  line-height: 1;
  font-size: 15px;
  margin-left: 20px;
  padding-top: 8px;
}
.c-nav__link.c-btn::after{
  display: none;
}
.c-nav__link.c-btn::before{
  background-color: transparent;
  top: -2px;
  margin-right: 9px;
  position: relative;
  transform: unset;
  left: 0;
}
.c-nav__link.--mail::before{
  background-image: url('../images/common/ic-mailb.png');
  width: 18px;
  height: 14px;
  background-color: transparent;
}
.c-nav__link.--window::before{
  background-image: url('../images/common/ic-windowb.png');
  width: 14px;
  height: 14px;
}

.c-nav__link.--mail:hover::before{
  background-image: url('../images/common/ic-mailw.png');
}
.c-nav__link.--window:hover::before{
  background-image: url('../images/common/ic-windoww.png');
}
.c-nav__link.c-btn:hover{
  border-color: #009FE8;
  background-color: #009FE8;
  color: #fff;
}

  .c-nav__menu {
    display: block;
    width: 100%;
    max-width: 400px;
    text-align: left;
  }

  .c-nav__item {
    border-left: 0px;
    margin: 30px 0 0;
  }
  .c-nav__item:after{
    display: none;
  }
  .c-nav__link::before{
    /* top: -8px; */
  }
  .c-nav__link:hover{
    /* opacity: 1; */
  }

  .c-nav__item .c-btn{
    margin: auto;
  }
@media(max-width: 1024px){
  .c-nav__link{
    font-size: 22px;
    padding: 0;
  }
  .c-nav__item{
    margin-top: 25px;
  }
}
/**End Nav Menu*/

/**Menu Icon*/
.c-menuIcon {
    display: block;
    height: 20px;
    width: 32px;
    z-index: 1001;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 45px;
}
.c-menuIcon p{
  position: absolute;
  bottom: -21px;
  left: -2px;
  font-size: 11px;
}
.c-menuIcon span {
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0px;
    transition: all 0.2s ease 0s;
    border-radius: 50px;
}

.c-menuIcon span:nth-child(1) {
    top: 0px;
}

.c-menuIcon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.c-menuIcon span:nth-child(3) {
    bottom: 0px;
}
.c-menuIcon.active span{
  background-color: #fff;
}
.c-menuIcon.active p{
  color: #fff;
}
.c-menuIcon.active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

.c-menuIcon.active span:nth-child(2) {
    left: 150%;
    opacity: 0;
}

.c-menuIcon.active span:nth-child(3) {
    bottom: 45%;
    transform: rotate(-45deg) translateY(45%);
}
@media screen and (max-width: 1024px){
  .c-menuIcon{
    right: 20px;
    top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-menuIcon {
  top: 20px;
  }
}
/**End Menu Icon*/

/**Header*/
.c-header {
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 120px;
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  transition: all 0.4s ease 0s;
  /* background-color: #fff; */
}

.c-header.active {padding-top: 0;height: 120px;/* background-color: #fff; */}

.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: inherit;
  position: relative;
  padding-left: 50px;
  padding-right: 153px;
  width: 100%;
  height: 100%;
}

.c-header__logo {
  flex-shrink: 0;
  width: 450px;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.c-header__logo span{
  font-size: 13px;
}
.c-header__logo p{
  font-size: 30px;
}

.c-logo__img{
  width: 110px;
  height: 120px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-logo__content{
  margin-bottom: 10px;
}
.c-logo__content.active{
  color: #fff
}
.c-header__logo img {
  width: 100%;
  display: block;
  max-width: 70px;
  margin-bottom: 20px;
}

.c-header__group {
  display: block;
}

  .c-header,
  .c-header.active{
  }
  .c-header__group {
      display: none;
  }
  .c-header__group {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    z-index: 1000;
    display: flex;
    transform: translateX(100%);
    transition: all ease 0.4s;
    padding-top: 0 !important;
    display: flex;
    align-items: center;
  }

  .c-header__group.active {
    transform: translateX(0);
    background-color: rgba(184,161,49,94%);
  }

@media screen and (max-width: 1024px){
  .c-header{
    height: 100px;
  }
  .c-header__logo p{
    font-size: 26px;
  }
  .c-header__logo span{
    font-size: 11px;
  }
  .c-logo__img{
    height: 100px;
    width: 90px;
  }
  .c-header__inner{
    padding-left: 20px;
    padding-right: 100px;
  }
  .c-header__logo{
    width: 380px;
    gap: 20px;
  }
  .c-logo__content{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-header,
  .c-header.active{
    height: 70px;
  }
  .c-header__logo{
    width: 220px;
    gap: 12px;
  }
  .c-header__logo img{
  width: 75%;
  margin-bottom: 15px;
  }
  .c-header__inner{
    padding: 0 20px;
  }
  .c-logo__img{
    height: 70px;
    width: 50px;
  }
  .c-header__logo span{
    font-size: 5px;
  }
  .c-header__logo p{
    font-size: 13px;
  }
}
/**End Header*/
/**Footer*/
.c-footer{
  background-image: url('../images/common/bg-ft.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 150px;
  margin-top: 150px;
  position: relative;
  overflow: hidden;
}
.c-footer::after{
  background-image: url('../images/top/mv-line.png');
  background-size: cover;
  width: 960px;
  height: 272px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(-1) scaleX(-1);
}
.c-footer__logo {
  max-width: 100%;
  margin: auto;
  width: 426px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.c-footer__logo .c-logo__img{
  height: 104px;
  padding: 22px 20px;
  border-radius: 20px;
}
.c-footer__logo .c-logo__content{
  margin-bottom: 0;
  color: #fff;
}
.c-footer__logo .c-logo__content span{
  font-size: 13px;
}
.c-footer__logo .c-logo__content p{
  font-size: 30px;
}
.c-footer .c-nav__menu{
  justify-content: center;
  display: flex;
  margin: auto;
  max-width: 100%;
}
.c-footer .c-nav__item{
  border-right: 1px solid #fff;
  padding: 0 14px;
}
.c-footer .c-nav__item:first-child{
  border-left: 1px solid #fff;
}
.c-footer .c-nav__link{
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.c-footer .c-nav__link:hover{
  opacity: 1;
}
.c-copyright {
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0px;
}
@media(max-width: 1024px){
  .c-footer .c-nav__item{
    margin-top: 0;
  }
}
@media(max-width: 768px){
  .c-footer .c-nav__link{
    font-size: 13px;
  }
  .c-footer__logo{
    width: 280px;
    gap: 15px;
    justify-content: center;
  }
  .c-footer__logo .c-logo__img{
    height: 70px;
    padding: 0px 13px 16px;
    width: 70px;
  }
  .c-footer .c-nav__link.c-btn{
    width: 140px;
  }
  .c-footer .c-nav__menu{
    max-width: 280px;
    flex-wrap: wrap;
    gap: 13px 0;
  }
  .c-footer .c-nav__item{
    padding: 0 8px;
  }
  .c-footer .c-nav__item:first-child{
    border-left: 0;
  }
  .c-footer .c-nav__item:nth-of-type(3n){
    border: 0;
  }
  .c-footer{
    margin-top: 60px;
    padding: 60px 0 85px;
  }
  .c-footer::after{
    height: 100px;
    background-position-y: top;
  }
  .c-footer__logo .c-logo__content span{
    font-size: 7px;
  }
  .c-footer__logo .c-logo__content p{
    font-size: 18px;
  }
}
/**End footer*/

/**Slider*/
.swiper-button-next, .swiper-button-prev{
  width: 72px;
  height: 114px;
  margin-top: 0;
  transform: translateY(-50%);
  transition: all ease 0.4s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  opacity: 0.5;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after{
  font-family: initial;
  background-image: url('../images/top/ic-slide-prev.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: '';
}
.swiper-button-next::after{
  background-image: url('../images/top/ic-slide-next.png');
}
.swiper-pagination{
  display: none;
}
.swiper-pagination-bullet{
  background: #EEEEEE;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 3px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
   background: #009FE8;
}
@media(max-width: 1200px){
  .swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 80px;
  }
  .swiper-button-next{
    right: 20px;
  }
   .swiper-button-prev{
    left: 20px;
  }
  
}
@media(max-width: 800px){
  .swiper-pagination{
    display: block;
    position: relative;
    margin-top: 30px;
  }
  
  .swiper-button-next,
  .swiper-button-prev{
    display: none !important;
  }
}
/**End Slider*/

/**News*/
.c-news__card{
  display: flex;
  gap: 10px 0;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 22px 20px;
  border-bottom:1px solid #ccc;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 0.8px;
}
.c-news__card:last-child{
  border-bottom: 0;
}
.c-news__card::after{
  background-image: url('../images/common/ic-arr-black.png');
  width: 9px;
  height: 16px;
  transition: all ease 0.4s;
  position: absolute;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
}
.c-news__date{
  font-size: 15px;
  color: #666666;
  transition: all ease 0.4s;
  margin-right: 20px;
}
.c-news__new{
  width: 54px;
  height: 23px;
  color: #fff;
  font-size: 11px;
  background-color: #E82020;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  line-height: 1;
  border-radius: 20px;
  padding-top: 2px;
  transform: translateY(-2px);
}
.c-news__new.--gold{
 background-color: #B8A131;
}
.c-news__title{
  font-size: 15px;
  /* flex: 1; */
  /* min-width: 300px; */
  transition: background-size 0.4s;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(184, 161, 69, 1), rgba(184, 161, 69, 1), rgba(184, 161, 69, 1));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0px 100%;
  background-repeat: no-repeat;
}
.is-hover:hover .c-news__title{
  background-size: 0 1px, 100% 1px;
}
.c-news__card:hover{
  opacity: 1;
  color: #B8A131;
}
.c-news__card:hover::after{
  background-image: url('../images/common/ic-arr-gold.png');
}

@media(max-width: 768px){
  .c-news__card:last-child{
    border: 0;
  }
  .c-news__card{
    padding: 15px 10px;
    padding-right: 30px;
  }
  .c-news__title{
    font-size: 13px;
    flex: auto;
    width: 100%;
    min-width: auto;
  }
  .c-news__card::after{
    top: 68%;
  }
  .c-news__date{
    font-size: 12px;
    color: #666666;
    justify-content: center;
    margin-right: 10px;
    display: inline-flex;
  }
  .c-news__new{
    font-size: 9px;
    width: 40px;
    height: 20px;
    margin-right: 0;
  }
  .c-news__card::after{
    right: 10px;
  }
}
/**End News*/

/**Top news*/
.top-news__inner{max-width: 960px;}
.top-news-flex{
  gap: 40px;
  justify-content: center;
}
.top-news__title{
  width: 200px;
  text-align: center;
  padding-top: 16px;
}
.top-news__title h2{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  color: #B8A131;
}
.top-news__title a{
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
}
.top-news__content{
  flex: 1;
}
.top-news .c-btns{
  gap: 20px 30px;
}
@media(max-width: 1200px){
  .top-news-flex{
    /* gap: 20px; */
    /* padding: 45px 50px; */
  }
  .top-news__title{
    width: 160px;
  }
}
@media(max-width: 1024px){
  .top-news-flex{
    /* gap: 25px; */
    /* padding: 23px 50px 45px; */
  }
  .top-news__title{
    width: 120px;
  }
  .top-news{
    /* padding: 100px 0; */
  }
}
@media(max-width: 768px){
  .top-news{
    /* padding: 40px 0; */
    border-radius: 0;
  }
  .top-news-flex{
    flex-wrap: wrap;
    padding: 0;
  }
  .top-news__title{
    width: auto;
  }
  .top-news__content{
    flex: auto;
    width: 100%;
  }
  .top-news__title a{
    font-size: 14px;
    color: #666;
  }
  .top-news__title h2{
    line-height: 1.2;
  }
}
/**End Top News*/


/**Loading*/
.c-loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all ease 1s;
}
.c-loading.open{
  z-index: 9999999;
  opacity: 1;
}
.c-loading__header {
  position:relative;
  text-align:center;
  background-color: #fff;
  color:white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.c-loading__logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}
.c-loading__img{
  width: 100%;
  max-width: 156px;
  opacity: 1;
  animation: fade 2s linear infinite;
}
.c-loading__inner-header {
  width:100%;
  margin: 0;
  position: absolute;
  padding: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes fade {
  0%,100% { opacity: 0.4 }
  50% { opacity: 1 }
}

/**End Loading*/
/**Video*/
.top-video{
  height: 540px;
  position: relative;
}
.top-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-video::before{
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #111;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.top-video::after{
  background-image: url('../images/top/logo.png');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 400px;
  height: 166px;
  z-index: 1;
}
@media(max-width: 768px){
  .top-video{
    height: 280px;
  }
  .top-video::after{
    width: 250px;
  }
}
/**End video*/

/**Socials*/
.c-socials{
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9;
  transition: all ease 0.7s;
}
.c-socials.hide{
  right: -100%;
}
.c-socials__link{
  width: 140px;
  background-color: #fff;
  font-size: 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-top-left-radius: 50px;
  display: block;
  border-bottom-left-radius: 50px;
  text-align: center;
  padding: 40px 10px 36px;
}
.c-socials__link ~ .c-socials__link{
  margin-top: 20px;
}
.c-socials__link img{
  width: 24px;
}
.--ic-insta::before, .--ic-mail::before{
  background-image: url('../images/common/ic-insta.png');
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto 12px;
  transition: all ease 0.4s;
}
.--ic-x::before{
  background-image: url('../images/common/ic-x-b.png');
}
.c-socials__link:hover{
  /* opacity: 1; */
  /* color: #fff; */
  /* background-color: #009FE8; */
  /* border: 1px solid #009FE8; */
}
.c-socials__link.--ic-insta:hover::before{
  /* background-image: url('../images/common/ic-insta-w.png'); */
}
.c-socials__link.--ic-x:hover::before{
  background-image: url('../images/common/ic-x-w.png');
}
@media(max-width: 1024px){
  .c-socials__link{
    width: 100px;
    padding: 20px 5px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 10px;
  }
  .--ic-insta::before, .--ic-x::before{
    width: 18px;
    height: 18px;
  }
}
@media(max-width: 768px){
  .c-socials{
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
  }
  .c-socials__link{
    width: 50%;
    border-radius: 0;
    color: #fff;
    background-color: rgba(184,161,49,94%);
    margin-top: 0 !important;
    box-shadow: unset;
    padding: 15px 5px;
  }
  .c-socials__link ~ .c-socials__link{
    border-left: 1px solid #fff;
  }
  .c-socials__link:hover{
    opacity: 0.5;
  }
  .c-socials__link.--ic-mail::before{
    background-image: url(../images/common/ic-mailW.png);
    width: 22px;
    height: 18px;
  }
}
/**End Socials*/

/* SCROLLDOWN */
.c-scrolldown {
  position: fixed;
  background-color: #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  bottom: 44px;
  right: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  flex-wrap: wrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all ease 0.7s;
}
.hide .c-scrolldown{
  right: -100%;
}
.c-scrolldown::before{
  background-image: url('../images/common/ic-arr-downb.png');
  width: 24px;
  height: 14px;
  margin-bottom: 10px;
  transition: all ease 0.4s;
}
.c-scrolldown span{
  display: block;
  width: 100%;
}
.c-scrolldown.toTop::before{
  transform: rotate(180deg);
}
.c-scrolldown:hover{
  /* opacity: 1; */
  /* background-color: #009FE8; */
  /* color: #fff; */
}
.c-scrolldown:hover::before{
  /* background-image: url('../images/common/ic-arr-downw.png'); */
}
@media(max-width: 1024px){
  .c-scrolldown{
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 20px;
  }
  .c-scrolldown::before{
    width: 18px;
    height: 8px;
  }
}
@media(max-width: 768px){
  .c-scrolldown{
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 100px;
  }
}
/* END SCROLLDOWN */
/**top-product*/
.top-product{
  padding-bottom: 120px;
}
.top-product::after{
  background-image: url('../images/top/mv-line.png');
  width: 960px;
  height: 272px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: scaleY(-1);
}
.top-product::before{
  background-image: url('../images/top/bg2.png');
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

@media(max-width: 768px){
  .top-product::after{
  background-position-x: left;
  background-position-y: bottom;
  width: 450px;
  }
}