/* Scss Document */
.cl1 {
  color: #9a8f30;
}
.text-link:hover {
  text-decoration: underline;
}
.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0) !important;
}
.box-parallax {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-parallax .img-parallax-pc {
    position: relative;
  }
  .box-parallax .img-parallax-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.padd_wrap {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
    position: relative;
    left: -2px;
  }
  .none_hover {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .img-parallax-pc {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .img-parallax-pc img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important;
  }
}
.ham-img {
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 70px;
}
.ham-img img {
  width: 100%;
  height: auto;
}
.ham-img img.on {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  opacity: 0;
}
.ham-img.is-active img {
  opacity: 0;
}
.ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ham-img {
    width: 128px;
    top: 0;
    right: 0;
  }
}
.hamburger {
  position: relative;
  z-index: 1001;
  box-sizing: border-box;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 19px;
}
.hamburger:before {
  content: '';
  width: 27px;
  background-color: #000;
  height: 1px;
  position: absolute;
  top: 25px;
  left: 22px;
}
.hamburger:after {
  content: 'MENU';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
}
.hamburger span {
  height: 17px;
  width: 27px;
  position: relative;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hamburger span:before, .hamburger span:after {
  content: '';
  background-color: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hamburger span:after {
  top: auto;
  bottom: 0;
}
.hamburger.is-active:after {
  content: 'CLOSE';
}
.hamburger.is-active:before {
  opacity: 0;
}
.hamburger.is-active span:before {
  transform: translate3d(0, 6px, 0) rotate(35deg);
}
.hamburger.is-active span:after {
  transform: translate3d(0, -10px, 0) rotate(-35deg);
}
@media screen and (min-width: 768px) {
  .hamburger:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^='error'] {
  position: static;
}
.f_cl1 {
  color: #1a4472;
}
.txt_r {
  text-align: right;
}
i {
  font-style: normal;
}
/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brk-in {
  display: inline-block;
}
.box-shadown {
  box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
}
.img-shadown {
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
header .btn-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 9;
  cursor: pointer;
}
header .btn-close:hover {
  opacity: 0.8;
}
header .btn-close img {
  width: 100%;
  height: auto;
}
section .padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
section .wrap {
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}
main {
  position: relative;
}
#navigation {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  text-align: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#navigation .gr {
  position: relative;
}
#navigation .group {
  padding: 80px 8% 100px;
}
#navigation .tog-nav {
  position: relative;
  text-align: left;
}
#navigation .tog-nav li {
  padding-bottom: 20px;
}
#navigation .tog-nav li a {
  position: relative;
  display: block;
  text-align: center;
}
#navigation .tog-nav li a span {
  letter-spacing: 0.1em;
  color: #000;
  font-size: 24px;
  position: relative;
  display: inline-block;
}
#navigation .tog-nav li a span:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-bottom: 1px solid;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  opacity: 0;
}
#navigation .tog-nav li.sns {
  width: 40px;
  margin: 0 auto;
}
#navigation .tog-nav li.active a span:before {
  opacity: 1;
}
#navigation .contact {
  text-align: center;
  color: #002c59;
  padding: 25px 0;
}
#navigation .contact .tel {
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0.09em;
  margin: 20px -5vw;
}
#navigation .contact .tel .num {
  letter-spacing: 0.06em;
  font-size: 28px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#navigation .contact .tel .num img {
  width: 26px;
  height: auto;
}
#navigation .contact .tel .note {
  letter-spacing: 0em;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  #navigation {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    height: 100px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    margin: 0;
    overflow: visible;
  }
  #navigation .group {
    padding: 0 30px;
    text-align: left;
  }
  #navigation .tog-nav {
    display: flex;
    gap: 18px;
    padding: 50px 0 0 0;
  }
  #navigation .tog-nav li {
    padding-bottom: 0px;
  }
  #navigation .tog-nav li a {
    text-align: center;
  }
  #navigation .tog-nav li a span {
    font-size: 16px;
  }
  #navigation .tog-nav li.sns {
    width: 30px;
    margin: -3px 0 0 3px;
  }
  #navigation .tog-nav li.sns img {
    width: 100%;
    height: auto;
  }
  #navigation .contact {
    text-align: left;
    padding: 0 0;
  }
  #navigation .contact .tel {
    font-size: 16px;
    margin: 0;
    position: absolute;
    left: 32px;
    top: 13px;
    z-index: 8;
  }
  #navigation .contact .tel a {
    align-items: center;
    display: flex;
  }
  #navigation .contact .tel .num {
    font-size: 24px;
    gap: 2px;
  }
  #navigation .contact .tel .num img {
    width: 20px;
  }
  #navigation .contact .tel .note {
    display: none;
  }
  #navigation .contact .btn-web {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 200px;
    height: 100px;
  }
  #navigation .contact .btn-web img {
    width: 24px;
    height: auto;
  }
  #navigation .contact .btn-web a {
    font-size: 18px;
    gap: 8px;
    flex-direction: column;
  }
}
.ft-active .pagetop {
  opacity: 0;
}
.navOpen .pagetop {
  opacity: 0 !important;
  pointer-events: none;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
header {
  position: relative;
}
header h1 {
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
  z-index: 10;
  color: #676767;
  padding: 10px 5%;
}
@media screen and (min-width: 768px) {
  header h1 {
    width: auto;
    right: 19px;
    left: auto;
    top: 175px;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-align: left;
    pointer-events: none;
    padding: 0;
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  header h1 {
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  header .hd-pc {
    color: #fff;
  }
  header .hd-pc .contact {
    color: #fff;
    position: absolute;
    width: 248px;
    top: 40px;
    left: 60px;
    z-index: 9;
  }
  header .hd-pc .contact .tel {
    font-size: 17px;
    letter-spacing: 0.09em;
    color: #fff;
    text-align: center;
  }
  header .hd-pc .contact .tel .num {
    letter-spacing: 0.06em;
    font-size: 26px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  header .hd-pc .contact .tel .num img {
    width: 18px;
    height: auto;
    margin: 5px 0 0px;
  }
  header .hd-pc .contact .tel .note {
    letter-spacing: 0em;
    font-size: 11px;
  }
  header .hd-pc .contact .bnr-shared {
    margin-top: 20px;
  }
  header .hd-pc .contact .bnr-shared a {
    font-size: 18px;
    line-height: 68px;
    padding: 0;
    border: 1px solid;
    background-color: transparent;
  }
  header .hd-pc .contact .bnr-shared a img {
    width: 24px;
    height: auto;
  }
  header .hd-pc .tog-nav {
    position: absolute;
    top: 0px;
    right: 60px;
    z-index: 9;
  }
  header .hd-pc .tog-nav li {
    margin-left: 24px;
    padding-top: 49px;
  }
  header .hd-pc .tog-nav li a span {
    font-size: 18px;
    letter-spacing: 0.1em;
    position: relative;
  }
  header .hd-pc .tog-nav li a span:before {
    content: '';
    border-left: 1px solid;
    position: absolute;
    right: -5px;
    bottom: 0;
    top: -50px;
    z-index: 1;
    opacity: 0;
  }
  header .hd-pc .tog-nav li a:hover span:before, header .hd-pc .tog-nav li a.active span:before {
    opacity: 1;
  }
}
footer {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  padding: 0px 0 80px;
}
footer .deco {
  width: 20%;
  position: absolute;
  top: 61vw;
  left: 24vw;
  pointer-events: none;
}
footer .wrap {
  border-top: 1px solid;
  padding-bottom: 30px !important;
}
footer .logo {
  width: 52%;
  margin: 5vw auto 25vw;
  position: relative;
  z-index: 2;
}
footer .btn-copy a {
  display: inline-block;
  position: relative;
}
footer .btn-copy a span {
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
}
footer .btn-copy a:after {
  content: '';
  background: url("../img/shared/copy.png") no-repeat 0 0/100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  position: relative;
  vertical-align: text-bottom;
}
footer .btn-copy a:hover span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
footer .cookies_link {
  padding: 5px 0 30px;
}
footer .cookies_link a {
  display: inline-block;
  position: relative;
}
footer .cookies_link a span {
  letter-spacing: 0.1em;
}
footer .cookies_link a:after {
  content: '';
  background: url("../img/shared/link.png") no-repeat 0 0/100%;
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-left: 10px;
  position: relative;
  vertical-align: text-bottom;
}
footer .cookies_link a:hover span {
  text-decoration: underline;
}
footer .socialbuttons {
  padding: 20px 0;
}
footer .ft-bottom {
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  footer {
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    padding: 94px 55px 0px;
  }
  footer .wrap {
    max-width: 100%;
    padding: 0px 0 42px !important;
  }
  footer .deco {
    width: auto;
    top: 299px;
    left: 95px;
  }
  footer .tog-nav {
    position: absolute;
    top: 46px;
    left: 49px;
    z-index: 9;
  }
  footer .tog-nav li {
    margin-right: 28px;
  }
  footer .tog-nav li a span {
    font-size: 18px;
    letter-spacing: 0.1em;
    position: relative;
  }
  footer .tog-nav li a:hover {
    opacity: 0.8;
  }
  footer .tog-nav li:last-child {
    padding-left: 6px;
  }
  footer .col-r {
    float: right;
  }
  footer .logo {
    width: 160px;
    margin: 0 -14px 43px 0px;
    float: right;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer .gr {
    clear: both;
    padding-bottom: 10px;
    gap: 17px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  footer .btn-copy a:after {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  footer .cookies_link {
    padding: 0px;
    order: -1;
  }
  footer .cookies_link a:after {
    width: 10px;
    height: 12px;
    margin-left: 10px;
  }
  footer address {
    padding-bottom: 0px;
  }
  footer .socialbuttons {
    padding: 0px 0;
  }
  footer .ft-bottom {
    padding-bottom: 0px;
  }
}
.pagetop {
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
  border: 1px solid;
  width: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 51px;
    position: absolute;
    left: 50%;
    bottom: 53px;
    transform: translateX(-50%);
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .pagetop {
    bottom: 85px;
  }
}
#belt {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #belt {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #belt > * {
    pointer-events: none;
  }
}
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 32px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .has-nav header .hd-fixed {
    opacity: 1;
    visibility: visible;
  }
}
.has-nav .ft-bnr-fixed {
  opacity: 1;
  visibility: visible;
}
.has-nav header .hd-js {
  pointer-events: none;
  opacity: 0 !important;
}
@media screen and (min-width: 768px) {
  .has-nav #belt {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .has-nav #belt > * {
    pointer-events: auto;
  }
}
/*content*/
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
.remodal.ext {
  vertical-align: top;
}
.remodal-close {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  position: sticky;
  margin-left: auto;
  margin-bottom: 0px;
  letter-spacing: 0.05em;
  font-size: 10px;
  top: 5px;
  right: 0px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  width: 30px;
}
.remodal-close span {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    width: 60px;
    text-align: center;
  }
  .remodal-close span {
    font-size: 50px;
  }
}
.remodal-cancel {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  margin: 20px auto 0;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remodal-cancel span {
  font-size: 30px;
}
.remodal-cancel:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .remodal-cancel {
    font-size: 28px;
    padding: 0;
    margin: 0;
  }
  .remodal-cancel span {
    font-size: 43px;
  }
}
.remodal-wrapper {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}
.remodal-wrapper, .remodal-wrapper-ext {
  text-align: center;
}
.remodal {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  max-width: 1200px;
  padding: 0px 0;
  box-sizing: border-box;
}
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  letter-spacing: 0.05em;
  font-size: 12px;
  justify-content: space-between;
}
.ft-bnr-fixed li {
  position: relative;
  text-align: center;
  position: relative;
  width: 70px;
}
.ft-bnr-fixed li:before {
  content: '';
  position: absolute;
  border-left: 1px solid;
  top: 0;
  bottom: 10px;
  right: 0;
}
.ft-bnr-fixed li img {
  width: 20px;
  height: auto;
}
.ft-bnr-fixed li a {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  gap: 5px;
}
.ft-bnr-fixed li a span {
  letter-spacing: 0.05em;
}
.ft-bnr-fixed li:nth-child(1) {
  width: calc(100% - 210px);
  background-color: #002c59;
  color: #fff;
}
.ft-bnr-fixed li:nth-child(1):before {
  display: none;
}
.ft-bnr-fixed li:last-child:before {
  display: none;
}
@keyframes mymove {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.fade_photo[style*="visible"] img {
  animation-name: mymove;
  animation-duration: .3s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.photo_on {
  position: relative;
}
.photo_on .on {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transition: opacity .8s ease 0.7s !important;
  -moz-transition: opacity .8s ease 0.7s !important;
  -webkit-transition: opacity .8s ease 0.7s !important;
}
.photo_on[style*="visible"] .on {
  opacity: 1 !important;
}
@keyframes textshow {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textshow1 {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.bnr-shared a {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  background-color: #002c59;
  color: #fff;
  position: relative;
  letter-spacing: 0.15em;
  font-size: 16px;
  padding: 15px 10px;
}
.bnr-shared a img {
  width: 26px;
  height: auto;
}
.bnr-shared a.unsmooth:before {
  content: '';
  background: url("../img/shared/ico_pop.png") no-repeat center/100%;
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
}
@media screen and (min-width: 768px) {
  .bnr-shared a {
    font-size: 22px;
    padding: 0;
    line-height: 78px;
  }
  .bnr-shared a:hover {
    opacity: 0.8;
  }
  .bnr-shared a.unsmooth:before {
    right: 27px;
    width: 20px;
  }
}
.btn-web a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #002c59;
  color: #fff;
  letter-spacing: 0.09em;
  padding: 18px 10px;
  font-size: 16px;
}
.btn-web a img {
  width: 20px;
  height: auto;
}
.bg1 {
  background: url("../img/shared/bg1.jpg") repeat center 0;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.img-loop {
  position: relative;
}
.img-loop img {
  animation: rotate 15s linear infinite;
}