.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c679c695-c67e-48e0-a653-76949c147632 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c679c695-c67e-48e0-a653-76949c147632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c679c695-c67e-48e0-a653-76949c147632.shg-box.shg-c {
  justify-content: center;
}

#s-0a5fe391-d5df-4a0a-abdc-38fbfa42c89f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a5fe391-d5df-4a0a-abdc-38fbfa42c89f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a5fe391-d5df-4a0a-abdc-38fbfa42c89f.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-4e2da9e2-4305-4152-9b13-301758a90e3c {
  max-width: 749px;
aspect-ratio: 750/2237;
text-align: center;
}





  #s-4e2da9e2-4305-4152-9b13-301758a90e3c img.shogun-image,
  #s-4e2da9e2-4305-4152-9b13-301758a90e3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e2da9e2-4305-4152-9b13-301758a90e3c {
    width: 100%;
    height: auto;
  }



  #s-4e2da9e2-4305-4152-9b13-301758a90e3c img.shogun-image {
    

    
    
    
  }


#s-4e2da9e2-4305-4152-9b13-301758a90e3c .shogun-image-content {
  
    align-items: center;
  
}

#s-a7a936c8-6046-4bf6-9abf-e65130e9d1f5 {
  max-width: 749px;
aspect-ratio: 749/1340;
text-align: center;
}





  #s-a7a936c8-6046-4bf6-9abf-e65130e9d1f5 img.shogun-image,
  #s-a7a936c8-6046-4bf6-9abf-e65130e9d1f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7a936c8-6046-4bf6-9abf-e65130e9d1f5 {
    width: 100%;
    height: auto;
  }



  #s-a7a936c8-6046-4bf6-9abf-e65130e9d1f5 img.shogun-image {
    

    
    
    
  }


#s-a7a936c8-6046-4bf6-9abf-e65130e9d1f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecaa99ca-c79c-44dc-9cfb-43b8049b4c00 {
  margin-top: -2px;
margin-bottom: 0px;
text-align: center;
}







  #s-ecaa99ca-c79c-44dc-9cfb-43b8049b4c00 img.shogun-image {
    

    
    
    
  }


#s-ecaa99ca-c79c-44dc-9cfb-43b8049b4c00 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e5aed4fa-2f33-4eed-9d83-bb4a17bfc8cd {
  margin-top: 20px;
margin-left: 0%;
text-align: center;
}







  #s-e5aed4fa-2f33-4eed-9d83-bb4a17bfc8cd img.shogun-image {
    

    
    
    
  }


#s-e5aed4fa-2f33-4eed-9d83-bb4a17bfc8cd .shogun-image-content {
  
    align-items: center;
  
}

#s-975cd815-cb2d-4c48-922f-ab20ba4b7e98 {
  max-width: 1000px;
aspect-ratio: 1000/2603;
text-align: center;
}





  #s-975cd815-cb2d-4c48-922f-ab20ba4b7e98 img.shogun-image,
  #s-975cd815-cb2d-4c48-922f-ab20ba4b7e98 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-975cd815-cb2d-4c48-922f-ab20ba4b7e98 {
    width: 100%;
    height: auto;
  }



  #s-975cd815-cb2d-4c48-922f-ab20ba4b7e98 img.shogun-image {
    

    
    
    
  }


#s-975cd815-cb2d-4c48-922f-ab20ba4b7e98 .shogun-image-content {
  
    align-items: center;
  
}

#s-47e7f430-833f-4992-adaa-a4aa952c8a7f {
  max-width: 750px;
aspect-ratio: 750/1775;
text-align: center;
}





  #s-47e7f430-833f-4992-adaa-a4aa952c8a7f img.shogun-image,
  #s-47e7f430-833f-4992-adaa-a4aa952c8a7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47e7f430-833f-4992-adaa-a4aa952c8a7f {
    width: 100%;
    height: auto;
  }



  #s-47e7f430-833f-4992-adaa-a4aa952c8a7f img.shogun-image {
    

    
    
    
  }


#s-47e7f430-833f-4992-adaa-a4aa952c8a7f .shogun-image-content {
  
    align-items: center;
  
}

#s-29ca7524-f43d-4598-91d0-92997bd025a5 {
  max-width: 749px;
aspect-ratio: 749/1340;
text-align: center;
}





  #s-29ca7524-f43d-4598-91d0-92997bd025a5 img.shogun-image,
  #s-29ca7524-f43d-4598-91d0-92997bd025a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29ca7524-f43d-4598-91d0-92997bd025a5 {
    width: 100%;
    height: auto;
  }



  #s-29ca7524-f43d-4598-91d0-92997bd025a5 img.shogun-image {
    

    
    
    
  }


#s-29ca7524-f43d-4598-91d0-92997bd025a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca420572-508c-480d-84d7-4dbaac7f0787 {
  margin-top: -2px;
margin-left: 0%;
margin-bottom: 0px;
text-align: center;
}







  #s-ca420572-508c-480d-84d7-4dbaac7f0787 img.shogun-image {
    

    
    
    
  }


#s-ca420572-508c-480d-84d7-4dbaac7f0787 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7e859450-b39e-41ac-9180-3c36b52f9fc8 {
  margin-top: 20px;
text-align: center;
}







  #s-7e859450-b39e-41ac-9180-3c36b52f9fc8 img.shogun-image {
    

    
    
    
  }


#s-7e859450-b39e-41ac-9180-3c36b52f9fc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d778df1a-4373-4996-9c35-f2cb55e0a4a9 {
  margin-top: -2px;
max-width: 1000px;
aspect-ratio: 1000/3484;
text-align: center;
}





  #s-d778df1a-4373-4996-9c35-f2cb55e0a4a9 img.shogun-image,
  #s-d778df1a-4373-4996-9c35-f2cb55e0a4a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d778df1a-4373-4996-9c35-f2cb55e0a4a9 {
    width: 100%;
    height: auto;
  }



  #s-d778df1a-4373-4996-9c35-f2cb55e0a4a9 img.shogun-image {
    

    
    
    
  }


#s-d778df1a-4373-4996-9c35-f2cb55e0a4a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d180a56-1cc4-4d0f-9109-6b2399173277 {
  max-width: 1000px;
aspect-ratio: 1000/714;
text-align: center;
}





  #s-4d180a56-1cc4-4d0f-9109-6b2399173277 img.shogun-image,
  #s-4d180a56-1cc4-4d0f-9109-6b2399173277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d180a56-1cc4-4d0f-9109-6b2399173277 {
    width: 100%;
    height: auto;
  }



  #s-4d180a56-1cc4-4d0f-9109-6b2399173277 img.shogun-image {
    

    
    
    
  }


#s-4d180a56-1cc4-4d0f-9109-6b2399173277 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcd1ef46-a49e-439e-9b03-7e53e8ed3d59 {
  max-width: 749px;
aspect-ratio: 749/856;
text-align: center;
}





  #s-dcd1ef46-a49e-439e-9b03-7e53e8ed3d59 img.shogun-image,
  #s-dcd1ef46-a49e-439e-9b03-7e53e8ed3d59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcd1ef46-a49e-439e-9b03-7e53e8ed3d59 {
    width: 100%;
    height: auto;
  }



  #s-dcd1ef46-a49e-439e-9b03-7e53e8ed3d59 img.shogun-image {
    

    
    
    
  }


#s-dcd1ef46-a49e-439e-9b03-7e53e8ed3d59 .shogun-image-content {
  
    align-items: center;
  
}

#s-f462a8d7-7c26-4245-a11e-b2d0c1006204 {
  min-height: 50px;
}








#s-f462a8d7-7c26-4245-a11e-b2d0c1006204 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-f462a8d7-7c26-4245-a11e-b2d0c1006204.shg-box.shg-c {
  justify-content: center;
}

#s-aa695ce6-d33f-4022-8db5-dd8194084eea {
  margin-top: -3px;
text-align: center;
}







  #s-aa695ce6-d33f-4022-8db5-dd8194084eea img.shogun-image {
    

    
    
    
  }


#s-aa695ce6-d33f-4022-8db5-dd8194084eea .shogun-image-content {
  
    align-items: center;
  
}

#s-7b33353e-1739-426c-934b-a999f3e7956e {
  margin-top: -2px;
padding-top: 0px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(231, 222, 219, 1);
}
@media (max-width: 767px){#s-7b33353e-1739-426c-934b-a999f3e7956e {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-7b33353e-1739-426c-934b-a999f3e7956e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b33353e-1739-426c-934b-a999f3e7956e.shg-box.shg-c {
  justify-content: center;
}

#s-4b33b44b-67e8-4ed8-a109-e981268bd7fa {
  min-height: 50px;
}








#s-4b33b44b-67e8-4ed8-a109-e981268bd7fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b33b44b-67e8-4ed8-a109-e981268bd7fa.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e47c76c8-d6bb-45e9-9941-981f7e44c022 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e47c76c8-d6bb-45e9-9941-981f7e44c022 .shogun-heading-component h2 {
  color: rgba(89, 77, 72, 1);
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-e47c76c8-d6bb-45e9-9941-981f7e44c022 .shogun-heading-component h2 {
  color: rgba(89, 77, 72, 1);
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-e756a07f-443b-4352-b396-1a283cd79207 {
  margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 228, 230, 1);
border-style: solid;
}

#s-e756a07f-443b-4352-b396-1a283cd79207 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(89, 77, 72, 1);
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-e756a07f-443b-4352-b396-1a283cd79207 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(228, 111, 93, 1);
  font-family: Josefin Sans;
  
  
  
  justify-content: center;
}

#s-e756a07f-443b-4352-b396-1a283cd79207 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(228, 111, 93, 1);
}

#s-e756a07f-443b-4352-b396-1a283cd79207 .shogun-form-error-msg-container, #s-e756a07f-443b-4352-b396-1a283cd79207 .shogun-form-field-error-msg-container {
  display: none;
}

#s-e756a07f-443b-4352-b396-1a283cd79207 .shogun-form-error-msg {
  font-size: 12px;
  
  color: rgba(228, 111, 93, 1);
  
  
  
  
  
}

#s-e756a07f-443b-4352-b396-1a283cd79207 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(228, 111, 93, 1);
}

#s-7171fe44-6ca8-49bc-a3e2-f217124dfc35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7171fe44-6ca8-49bc-a3e2-f217124dfc35 .shogun-heading-component h3 {
  color: rgba(89, 77, 72, 1);
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-b309ad10-24d6-448f-a720-faa2cafd34a8 {
  margin-bottom: 10px;
}

#s-b309ad10-24d6-448f-a720-faa2cafd34a8  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(150, 150, 150, 1);
  
  font-weight: normal;
  
  letter-spacing: 1px;
}

#s-b309ad10-24d6-448f-a720-faa2cafd34a8  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(150, 150, 150, 1);
  
  
  
  
}

#s-b309ad10-24d6-448f-a720-faa2cafd34a8  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(150, 150, 150, 1);
  
  
  
  
}


#s-b309ad10-24d6-448f-a720-faa2cafd34a8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(150, 150, 150, 1);
  
  
  color: rgba(150, 150, 150, 1);
}



#s-b309ad10-24d6-448f-a720-faa2cafd34a8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(51, 51, 51, 1);
  
  
  color: rgba(51, 51, 51, 1);
}


#s-50ffd129-0fe3-42e6-8ded-88c516f3602e {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-50ffd129-0fe3-42e6-8ded-88c516f3602e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50ffd129-0fe3-42e6-8ded-88c516f3602e.shg-box.shg-c {
  justify-content: center;
}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-755f7f4d-48ba-4e97-a442-6805dbd803eb {
  box-shadow:10px 10px 24px 2px rgba(161, 157, 151, 0.9);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzQyNjQ2MjgtMTdiYy00NzY2LWIwNjktYTBiMmQ3OGM3OTAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDBkYzJiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTE4ZDAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NDI2NDYyOC0xN2JjLTQ3NjYtYjA2OS1hMGIyZDc4Yzc5MDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(15, 116, 0, 1);
border-style: solid;
border-radius: 100px;
color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#40dc2b"}, {"id"=>2, "pos"=>1, "color"=>"#118d00"}];
hover-type: gradient;
font-weight: 700;
font-size: 20px;
}
#s-755f7f4d-48ba-4e97-a442-6805dbd803eb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWRkZWNkZTUtNTZjNC00Njg2LTgwODgtZjQyODJmMjBmMjhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdmNDMwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTNhMzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZGRlY2RlNS01NmM0LTQ2ODYtODA4OC1mNDI4MmYyMGYyOGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(18, 142, 0, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47f430"}, {"id"=>2, "pos"=>1, "color"=>"#13a300"}] !important;
hover-type: gradient !important;}#s-755f7f4d-48ba-4e97-a442-6805dbd803eb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2MzNzk3NjEtN2NmYS00NTViLWI5NGMtZGQ4MzNmY2Q4NmUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDdmNDMwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTNhMzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzM3OTc2MS03Y2ZhLTQ1NWItYjk0Yy1kZDgzM2ZjZDg2ZTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(18, 142, 0, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#47f430"}, {"id"=>2, "pos"=>1, "color"=>"#13a300"}] !important;
hover-type: gradient !important;}
#s-755f7f4d-48ba-4e97-a442-6805dbd803eb[disabled],
#s-755f7f4d-48ba-4e97-a442-6805dbd803eb[disabled]:hover,
#s-755f7f4d-48ba-4e97-a442-6805dbd803eb[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-755f7f4d-48ba-4e97-a442-6805dbd803eb {
  display:  block ;
  width:  100% ;
}


#s-63915c98-2035-4f71-8251-d1541a645912 {
  padding-top: 0px;
padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(231, 222, 219, 1);
}
@media (max-width: 767px){#s-63915c98-2035-4f71-8251-d1541a645912 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-63915c98-2035-4f71-8251-d1541a645912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63915c98-2035-4f71-8251-d1541a645912.shg-box.shg-c {
  justify-content: center;
}

#s-c5340679-c40a-44ba-ab36-e0a088002a49 {
  min-height: 50px;
}








#s-c5340679-c40a-44ba-ab36-e0a088002a49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5340679-c40a-44ba-ab36-e0a088002a49.shg-box.shg-c {
  justify-content: center;
}

#s-0dfc5d4f-15c4-4f7b-a1f6-1b34c04c7ee6 {
  margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 228, 230, 1);
border-style: solid;
}

#s-0dfc5d4f-15c4-4f7b-a1f6-1b34c04c7ee6 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(89, 77, 72, 1);
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-0dfc5d4f-15c4-4f7b-a1f6-1b34c04c7ee6 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(228, 111, 93, 1);
  font-family: Josefin Sans;
  
  
  
  justify-content: center;
}

#s-0dfc5d4f-15c4-4f7b-a1f6-1b34c04c7ee6 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(228, 111, 93, 1);
}

#s-0dfc5d4f-15c4-4f7b-a1f6-1b34c04c7ee6 .shogun-form-error-msg-container, #s-0dfc5d4f-15c4-4f7b-a1f6-1b34c04c7ee6 .shogun-form-field-error-msg-container {
  display: none;
}

#s-0dfc5d4f-15c4-4f7b-a1f6-1b34c04c7ee6 .shogun-form-error-msg {
  font-size: 12px;
  
  color: rgba(228, 111, 93, 1);
  
  
  
  
  
}

#s-0dfc5d4f-15c4-4f7b-a1f6-1b34c04c7ee6 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(228, 111, 93, 1);
}

#s-515ce3bf-7f59-4b5c-8820-4b270c8cc644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-515ce3bf-7f59-4b5c-8820-4b270c8cc644 .shogun-heading-component h3 {
  color: rgba(89, 77, 72, 1);
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c11c0eef-5946-448a-bf4e-758e05440f20 {
  margin-bottom: 10px;
}

#s-c11c0eef-5946-448a-bf4e-758e05440f20  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(150, 150, 150, 1);
  
  font-weight: normal;
  
  letter-spacing: 1px;
}

#s-c11c0eef-5946-448a-bf4e-758e05440f20  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(150, 150, 150, 1);
  
  
  
  
}

#s-c11c0eef-5946-448a-bf4e-758e05440f20  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(150, 150, 150, 1);
  
  
  
  
}


#s-c11c0eef-5946-448a-bf4e-758e05440f20 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(150, 150, 150, 1);
  
  
  color: rgba(150, 150, 150, 1);
}



#s-c11c0eef-5946-448a-bf4e-758e05440f20 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(51, 51, 51, 1);
  
  
  color: rgba(51, 51, 51, 1);
}


#s-39b2d1dc-aea6-4734-83ea-bb10f4f7cc4f {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-39b2d1dc-aea6-4734-83ea-bb10f4f7cc4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39b2d1dc-aea6-4734-83ea-bb10f4f7cc4f.shg-box.shg-c {
  justify-content: center;
}

#s-325a87a1-e92f-4c03-ac8e-2601825ebf18 {
  box-shadow:10px 10px 24px 2px rgba(161, 157, 151, 0.9);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTE2MTFiZDYtNmM3YS00YzhkLWExMTEtOTcxYmQ1OTUxN2E0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2I2YTY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTk0ZDQ4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMTYxMWJkNi02YzdhLTRjOGQtYTExMS05NzFiZDU5NTE3YTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(64, 55, 52, 1);
border-style: solid;
border-radius: 100px;
color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7b6a64"}, {"id"=>2, "pos"=>1, "color"=>"#594d48"}];
hover-type: gradient;
font-weight: 700;
font-size: 20px;
}
#s-325a87a1-e92f-4c03-ac8e-2601825ebf18:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzJlODg5ODMtOGM1OC00Nzk0LTkyOWMtMzQ1NmZhOGVhMWY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOTc4MzdjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNmM1ZTU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMmU4ODk4My04YzU4LTQ3OTQtOTI5Yy0zNDU2ZmE4ZWExZjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(90, 78, 74, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#97837c"}, {"id"=>2, "pos"=>1, "color"=>"#6c5e58"}] !important;
hover-type: gradient !important;}#s-325a87a1-e92f-4c03-ac8e-2601825ebf18:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGJlMzEyODEtYjEwNi00Y2UxLTkxZGMtMzQ4M2MzYTRiNDJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOTc4MzdjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNmM1ZTU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YmUzMTI4MS1iMTA2LTRjZTEtOTFkYy0zNDgzYzNhNGI0MmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(90, 78, 74, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#97837c"}, {"id"=>2, "pos"=>1, "color"=>"#6c5e58"}] !important;
hover-type: gradient !important;}
#s-325a87a1-e92f-4c03-ac8e-2601825ebf18[disabled],
#s-325a87a1-e92f-4c03-ac8e-2601825ebf18[disabled]:hover,
#s-325a87a1-e92f-4c03-ac8e-2601825ebf18[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-325a87a1-e92f-4c03-ac8e-2601825ebf18 {
  display:  block ;
  width:  100% ;
}


#s-b95cd0c3-4391-4cbe-b99d-bc5c3a31868d {
  text-align: center;
}







  #s-b95cd0c3-4391-4cbe-b99d-bc5c3a31868d img.shogun-image {
    

    
    
    
  }


#s-b95cd0c3-4391-4cbe-b99d-bc5c3a31868d .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-c9d12628-18e7-4527-a107-1c27b30223fa {
  margin-left: 0%;
margin-right: 0%;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(245, 245, 245, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(89, 77, 72, 1);
}
#s-c9d12628-18e7-4527-a107-1c27b30223fa:hover {background-color: rgba(245, 245, 245, 0.8) !important;
text-decoration: none !important;
color: rgba(89, 77, 72, 0.8) !important;
background-image: none !important;
hover-type: color !important;}#s-c9d12628-18e7-4527-a107-1c27b30223fa:active {background-color: rgba(245, 245, 245, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(89, 77, 72, 0.8) !important;}

  #s-c9d12628-18e7-4527-a107-1c27b30223fa-root {
    text-align: center;
  }


#s-c9d12628-18e7-4527-a107-1c27b30223fa.shg-btn {
  color: rgba(89, 77, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9d12628-18e7-4527-a107-1c27b30223fa-root {
    text-align: center;
  }


#s-c9d12628-18e7-4527-a107-1c27b30223fa.shg-btn {
  color: rgba(89, 77, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9d12628-18e7-4527-a107-1c27b30223fa-root {
    text-align: center;
  }


#s-c9d12628-18e7-4527-a107-1c27b30223fa.shg-btn {
  color: rgba(89, 77, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9d12628-18e7-4527-a107-1c27b30223fa-root {
    text-align: center;
  }


#s-c9d12628-18e7-4527-a107-1c27b30223fa.shg-btn {
  color: rgba(89, 77, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9d12628-18e7-4527-a107-1c27b30223fa-root {
    text-align: center;
  }


#s-c9d12628-18e7-4527-a107-1c27b30223fa.shg-btn {
  color: rgba(89, 77, 72, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Noto Sans JP;
  display:  block ;
}
}
#s-a5d1aa30-c350-4a5d-8c3f-92de8320caf5 {
  min-height: 50px;
}








#s-a5d1aa30-c350-4a5d-8c3f-92de8320caf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5d1aa30-c350-4a5d-8c3f-92de8320caf5.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-ca95c50d-d33d-4671-be35-0d429550f736 {
  margin-bottom: 4px;
}

#s-ca95c50d-d33d-4671-be35-0d429550f736 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ca95c50d-d33d-4671-be35-0d429550f736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 16px;
}

#s-ca95c50d-d33d-4671-be35-0d429550f736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(89, 77, 72, 1);
}

#s-ca95c50d-d33d-4671-be35-0d429550f736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ca95c50d-d33d-4671-be35-0d429550f736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(89, 77, 72, 1);
  text-align: center;
  font-family: Noto Sans JP;
  font-weight: 500;
  
  font-size: 18px;
}

#s-ca95c50d-d33d-4671-be35-0d429550f736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
