.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-c9f8ac94-5228-4528-8f03-f00a3e3dad30 {
  min-height: 50px;
background-color: rgba(230, 0, 18, 1);
}








#s-c9f8ac94-5228-4528-8f03-f00a3e3dad30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9f8ac94-5228-4528-8f03-f00a3e3dad30 {
  cursor: pointer;
}#s-c9f8ac94-5228-4528-8f03-f00a3e3dad30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-8897155e-79c8-4902-aeec-d06764861818 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3b9cf32a-661f-4a45-a6a8-26401408fa62 {
  min-height: 50px;
background-attachment: scroll;
}








#s-3b9cf32a-661f-4a45-a6a8-26401408fa62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b9cf32a-661f-4a45-a6a8-26401408fa62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-9a4e87f1-c5b7-49f0-8e72-8abb61c5f70c {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9a4e87f1-c5b7-49f0-8e72-8abb61c5f70c img.shogun-image,
  #s-9a4e87f1-c5b7-49f0-8e72-8abb61c5f70c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a4e87f1-c5b7-49f0-8e72-8abb61c5f70c {
    width: 100%;
    height: auto;
  }



  #s-9a4e87f1-c5b7-49f0-8e72-8abb61c5f70c img.shogun-image {
    

    
    
    
  }


#s-9a4e87f1-c5b7-49f0-8e72-8abb61c5f70c .shogun-image-content {
  
    align-items: center;
  
}

#s-b7314b9d-0345-4625-8003-870b89d4465d {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-b7314b9d-0345-4625-8003-870b89d4465d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7314b9d-0345-4625-8003-870b89d4465d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ad82092-6092-47de-ae94-666e760ab889 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1ad82092-6092-47de-ae94-666e760ab889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ad82092-6092-47de-ae94-666e760ab889.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbf821a1-50fb-43e3-bebe-0ae8c50a1431 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
max-width: 700px;
}

.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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-085fe44f-d869-4cdf-bc02-997d64bd498c {
  margin-top: -15px;
text-align: center;
}

#s-085fe44f-d869-4cdf-bc02-997d64bd498c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-41f44352-e77e-4724-a8cc-fd5e04e5b9fa {
  min-height: 50px;
}








#s-41f44352-e77e-4724-a8cc-fd5e04e5b9fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41f44352-e77e-4724-a8cc-fd5e04e5b9fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c41840e5-3795-4b12-9574-30b00043f344 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
max-width: 500px;
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 75px;
background-color: rgba(252, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc-root {
    text-align: center;
  }


#s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc-root {
    text-align: center;
  }


#s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc-root {
    text-align: center;
  }


#s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc-root {
    text-align: center;
  }


#s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc-root {
    text-align: center;
  }


#s-8bf55993-fee4-4d3e-ade7-3fdafbab0ebc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-6cd790d0-0570-408e-8bc4-0c83a17d9a15 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-6ad2ddbc-a873-4072-aced-8d80c5702849 {
  min-height: 50px;
}








#s-6ad2ddbc-a873-4072-aced-8d80c5702849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ad2ddbc-a873-4072-aced-8d80c5702849.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07bdad33-0015-4509-beec-25bf55cb7d1e {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-85b27795-43af-426e-86e8-b0b8d3c7a62d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-85b27795-43af-426e-86e8-b0b8d3c7a62d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-7a6069dc-ac8d-4ae5-893a-0b6686b0b783 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1920px;
}

#s-7a6069dc-ac8d-4ae5-893a-0b6686b0b783 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7a6069dc-ac8d-4ae5-893a-0b6686b0b783 .shg-sld-nav-button.shg-sld-left,
#s-7a6069dc-ac8d-4ae5-893a-0b6686b0b783 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-2c7aefac-af86-44f0-8582-48145ae4e521"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c7aefac-af86-44f0-8582-48145ae4e521"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c7aefac-af86-44f0-8582-48145ae4e521"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c7aefac-af86-44f0-8582-48145ae4e521"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-9fd5bc1b-03e8-4c13-896a-28e87327a685 {
  max-width: 1920px;
}

@media (min-width: 0px) {
[id="s-9fd5bc1b-03e8-4c13-896a-28e87327a685"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fd5bc1b-03e8-4c13-896a-28e87327a685"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fd5bc1b-03e8-4c13-896a-28e87327a685"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fd5bc1b-03e8-4c13-896a-28e87327a685"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8301cdac-11a9-495c-af84-2d31ca9654ec {
  margin-left: auto;
margin-right: auto;
}

#s-d0d1b726-9044-4ec7-81bd-3e57bf85a436 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ba81821b-f2f3-43a3-84b5-40c4c04ae3fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba81821b-f2f3-43a3-84b5-40c4c04ae3fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba81821b-f2f3-43a3-84b5-40c4c04ae3fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba81821b-f2f3-43a3-84b5-40c4c04ae3fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d12ebfe1-9469-4c95-ab1c-618722a7664b {
  max-width: 1920px;
}

@media (min-width: 0px) {
[id="s-d12ebfe1-9469-4c95-ab1c-618722a7664b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d12ebfe1-9469-4c95-ab1c-618722a7664b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d12ebfe1-9469-4c95-ab1c-618722a7664b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d12ebfe1-9469-4c95-ab1c-618722a7664b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-32381d73-ab21-47bf-9f9a-5d8ed8199a8a {
  margin-left: auto;
margin-right: auto;
}

#s-84e0cb3e-21b7-41cb-96d3-bb497d271b0c {
  margin-left: auto;
margin-right: auto;
}

#s-647ea730-1724-43a7-b1b3-db549468f722 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-647ea730-1724-43a7-b1b3-db549468f722 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-4327ecc3-1193-4e4a-b344-c70b9e04f720 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4327ecc3-1193-4e4a-b344-c70b9e04f720 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-4327ecc3-1193-4e4a-b344-c70b9e04f720 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


}
#s-f13a7a37-e429-4bd8-b884-49dc38804e0d {
  min-height: 50px;
}








#s-f13a7a37-e429-4bd8-b884-49dc38804e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f13a7a37-e429-4bd8-b884-49dc38804e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc6f086f-ed80-4e18-abc9-a8b0dc9c1b8e {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-dc6f086f-ed80-4e18-abc9-a8b0dc9c1b8e img.shogun-image {
    

    
    
    
  }


#s-dc6f086f-ed80-4e18-abc9-a8b0dc9c1b8e .shogun-image-content {
  
    align-items: center;
  
}

#s-bc0954d5-6b1b-47c4-8ab1-452c25825546 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc0954d5-6b1b-47c4-8ab1-452c25825546 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-bc0954d5-6b1b-47c4-8ab1-452c25825546 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


}
#s-6fe81d55-b81f-49a1-8ddd-45c820929ee8 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-6fe81d55-b81f-49a1-8ddd-45c820929ee8 img.shogun-image {
    

    
    
    
  }


#s-6fe81d55-b81f-49a1-8ddd-45c820929ee8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1853d80b-d095-47ba-8ec1-ea8788352d97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1853d80b-d095-47ba-8ec1-ea8788352d97 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fd8f4946-6b24-4094-b6d8-19091a6c8ce4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fd8f4946-6b24-4094-b6d8-19091a6c8ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd8f4946-6b24-4094-b6d8-19091a6c8ce4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-324a5552-6425-4c22-825e-42a55f3d2761 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-324a5552-6425-4c22-825e-42a55f3d2761 img.shogun-image {
    

    
    
    
  }


#s-324a5552-6425-4c22-825e-42a55f3d2761 .shogun-image-content {
  
    align-items: center;
  
}

#s-a118c547-8380-4d42-8f4e-d917328a084b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a118c547-8380-4d42-8f4e-d917328a084b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c6575150-af1c-49ea-9618-eddb03a1da00 {
  background-color: rgba(255, 255, 255, 1);
}








#s-c6575150-af1c-49ea-9618-eddb03a1da00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6575150-af1c-49ea-9618-eddb03a1da00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58eb7871-08a9-4c11-b510-eabea13e68e8 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}







  #s-58eb7871-08a9-4c11-b510-eabea13e68e8 img.shogun-image {
    

    
    
    
  }


#s-58eb7871-08a9-4c11-b510-eabea13e68e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-de1963e2-f54c-4fae-a2c1-c6c79116576c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-de1963e2-f54c-4fae-a2c1-c6c79116576c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de1963e2-f54c-4fae-a2c1-c6c79116576c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b3f3007-8b02-4e94-80b3-1dd7ec336a55 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0b3f3007-8b02-4e94-80b3-1dd7ec336a55 .shogun-heading-component h3 {
  color: rgba(68, 66, 66, 1);
  font-weight:  900 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


@media (min-width: 1200px){#s-0b3f3007-8b02-4e94-80b3-1dd7ec336a55 .shogun-heading-component h3 {
  color: rgba(68, 66, 66, 1);
  font-weight:  900 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-0b3f3007-8b02-4e94-80b3-1dd7ec336a55 .shogun-heading-component h3 {
  color: rgba(68, 66, 66, 1);
  font-weight:  900 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


}
#s-afb9ae28-705a-4293-b1ae-fa5280be927f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-afb9ae28-705a-4293-b1ae-fa5280be927f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afb9ae28-705a-4293-b1ae-fa5280be927f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5880e4b-517f-4258-bdd3-6f0a02eda119 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d5880e4b-517f-4258-bdd3-6f0a02eda119 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-d5880e4b-517f-4258-bdd3-6f0a02eda119 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-6bc6ba4b-9b52-4648-940a-8584373df47b {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-6bc6ba4b-9b52-4648-940a-8584373df47b img.shogun-image {
    

    
    
    
  }


#s-6bc6ba4b-9b52-4648-940a-8584373df47b .shogun-image-content {
  
    align-items: center;
  
}

#s-d3f62157-9527-4053-9b43-9c3f9cc4480d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d3f62157-9527-4053-9b43-9c3f9cc4480d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7d1a0e65-ef1b-4179-a7ff-831aaea27654 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7d1a0e65-ef1b-4179-a7ff-831aaea27654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d1a0e65-ef1b-4179-a7ff-831aaea27654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2758455-bc87-4458-b1fd-2740d5a17623 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-e2758455-bc87-4458-b1fd-2740d5a17623 img.shogun-image {
    

    
    
    
  }


#s-e2758455-bc87-4458-b1fd-2740d5a17623 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c26f381-812e-4465-8ab0-ad5d356f425f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8c26f381-812e-4465-8ab0-ad5d356f425f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-8cd63f65-c7fc-46c4-b43f-8ee773d27fd7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8cd63f65-c7fc-46c4-b43f-8ee773d27fd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cd63f65-c7fc-46c4-b43f-8ee773d27fd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7d8b3cc-d8d7-41f5-9fd8-34a5de1b6932 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
}

#s-a69a29b3-3118-4b97-834a-e7cd1e458631 {
  min-height: 50px;
}








#s-a69a29b3-3118-4b97-834a-e7cd1e458631 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a69a29b3-3118-4b97-834a-e7cd1e458631.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34267881-046c-4686-a35a-f06ce2cb8f19 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-34267881-046c-4686-a35a-f06ce2cb8f19 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-34267881-046c-4686-a35a-f06ce2cb8f19 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-e4433e61-052e-434a-b0e5-139631ff63c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e4433e61-052e-434a-b0e5-139631ff63c6 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-e4433e61-052e-434a-b0e5-139631ff63c6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3e3e4172-4bd9-4f1b-8c2b-98029f14b010 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3e3e4172-4bd9-4f1b-8c2b-98029f14b010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e3e4172-4bd9-4f1b-8c2b-98029f14b010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a5acd25-b8f3-4350-b2b0-42ec51860e19 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-1a5acd25-b8f3-4350-b2b0-42ec51860e19 img.shogun-image {
    

    
    
    
  }


#s-1a5acd25-b8f3-4350-b2b0-42ec51860e19 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c245726-e46d-4dc7-8624-17040c35997f {
  min-height: 50px;
}








#s-9c245726-e46d-4dc7-8624-17040c35997f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c245726-e46d-4dc7-8624-17040c35997f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6273e7c-cf21-43ba-89f5-909dbfed2b56 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a6273e7c-cf21-43ba-89f5-909dbfed2b56 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-a6273e7c-cf21-43ba-89f5-909dbfed2b56 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-9ba4c8e4-d9c0-40eb-8e85-69211e544031 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9ba4c8e4-d9c0-40eb-8e85-69211e544031 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-9ba4c8e4-d9c0-40eb-8e85-69211e544031 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a6a87f6b-7ecf-4867-bed5-9c6ed02d279d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6a87f6b-7ecf-4867-bed5-9c6ed02d279d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6a87f6b-7ecf-4867-bed5-9c6ed02d279d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88df3f5b-9ed4-4e47-9fac-8ed1e22b236d {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-color: rgba(255, 255, 255, 1);
max-width: 700px;
text-align: center;
}







  #s-88df3f5b-9ed4-4e47-9fac-8ed1e22b236d img.shogun-image {
    

    
    
    
  }


#s-88df3f5b-9ed4-4e47-9fac-8ed1e22b236d .shogun-image-content {
  
    align-items: center;
  
}

#s-86df212f-5522-44db-8dba-fbff74e902ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-86df212f-5522-44db-8dba-fbff74e902ae {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-86df212f-5522-44db-8dba-fbff74e902ae .shogun-heading-component h4 {
  color: rgba(68, 66, 66, 1);
  font-weight:  300 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-01dcee6e-32fe-4422-adc5-2799e3b6781b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-01dcee6e-32fe-4422-adc5-2799e3b6781b {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-01dcee6e-32fe-4422-adc5-2799e3b6781b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-db97139e-0cda-40ba-881c-5f9aad6d8725 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-db97139e-0cda-40ba-881c-5f9aad6d8725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db97139e-0cda-40ba-881c-5f9aad6d8725.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7147ff27-94f3-40e7-8679-82ad2705bd12 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-7147ff27-94f3-40e7-8679-82ad2705bd12 img.shogun-image {
    

    
    
    
  }


#s-7147ff27-94f3-40e7-8679-82ad2705bd12 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea806571-8399-4a35-a2e2-9ed3fdee3280 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ea806571-8399-4a35-a2e2-9ed3fdee3280 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-ea806571-8399-4a35-a2e2-9ed3fdee3280 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-2cc38a17-f15d-45c7-86c7-011f2824b389 {
  min-height: 50px;
}








#s-2cc38a17-f15d-45c7-86c7-011f2824b389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cc38a17-f15d-45c7-86c7-011f2824b389.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac833609-9d45-4cbf-9ccf-975e6bdb2a81 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-50d63228-84a2-4406-8fe3-91a86d2fd8ae {
  min-height: 50px;
}








#s-50d63228-84a2-4406-8fe3-91a86d2fd8ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50d63228-84a2-4406-8fe3-91a86d2fd8ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae181ff2-68d0-4120-acdd-64b8ded12eb2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ae181ff2-68d0-4120-acdd-64b8ded12eb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae181ff2-68d0-4120-acdd-64b8ded12eb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1dfd1ba-d12f-4d98-b428-6a93acde49b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f1dfd1ba-d12f-4d98-b428-6a93acde49b2 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-f1dfd1ba-d12f-4d98-b428-6a93acde49b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-671046c9-977b-47c4-933a-1d407571ef4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-671046c9-977b-47c4-933a-1d407571ef4d {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-671046c9-977b-47c4-933a-1d407571ef4d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-162dc2eb-dda6-4c73-8937-336261bbbf29 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-162dc2eb-dda6-4c73-8937-336261bbbf29 img.shogun-image {
    

    
    
    
  }


#s-162dc2eb-dda6-4c73-8937-336261bbbf29 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c4e0916-0b1f-4a7e-9cf9-f620015b9596 {
  min-height: 50px;
}








#s-2c4e0916-0b1f-4a7e-9cf9-f620015b9596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c4e0916-0b1f-4a7e-9cf9-f620015b9596.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd7260e5-d295-4f68-b795-bc7b5835827c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dd7260e5-d295-4f68-b795-bc7b5835827c {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-dd7260e5-d295-4f68-b795-bc7b5835827c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-84f1c8c3-40c4-4bcb-be05-040b157b15db {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-84f1c8c3-40c4-4bcb-be05-040b157b15db {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-84f1c8c3-40c4-4bcb-be05-040b157b15db .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-84f1c8c3-40c4-4bcb-be05-040b157b15db .shogun-heading-component h2 a {
  color: #000;
}


#s-a3a1d58c-367b-413c-a2b3-aedc43195537 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-a3a1d58c-367b-413c-a2b3-aedc43195537 img.shogun-image {
    

    
    
    
  }


#s-a3a1d58c-367b-413c-a2b3-aedc43195537 .shogun-image-content {
  
    align-items: center;
  
}

#s-77d535d4-95bf-4d0a-9c2d-71ad4cb64a31 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-77d535d4-95bf-4d0a-9c2d-71ad4cb64a31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d535d4-95bf-4d0a-9c2d-71ad4cb64a31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a68b20dc-df9a-4d81-a040-daf25689c789 {
  min-height: 50px;
}








#s-a68b20dc-df9a-4d81-a040-daf25689c789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a68b20dc-df9a-4d81-a040-daf25689c789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fea76ed-3fd3-4d5e-b55d-ca8cdb699708 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1fea76ed-3fd3-4d5e-b55d-ca8cdb699708 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-1fea76ed-3fd3-4d5e-b55d-ca8cdb699708 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-39101da5-615c-4aa6-9976-900ab9408352 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-39101da5-615c-4aa6-9976-900ab9408352 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-39101da5-615c-4aa6-9976-900ab9408352 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4b90cbd2-0b50-4625-99c8-d2e6ba58539f {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}







  #s-4b90cbd2-0b50-4625-99c8-d2e6ba58539f img.shogun-image {
    

    
    
    
  }


#s-4b90cbd2-0b50-4625-99c8-d2e6ba58539f .shogun-image-content {
  
    align-items: center;
  
}

#s-f3aee577-c18d-41d3-8793-ba58eef16cde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f3aee577-c18d-41d3-8793-ba58eef16cde {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-f3aee577-c18d-41d3-8793-ba58eef16cde .shogun-heading-component h4 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-88502936-41ef-4c32-b98c-cb163bc02015 {
  min-height: 50px;
}








#s-88502936-41ef-4c32-b98c-cb163bc02015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88502936-41ef-4c32-b98c-cb163bc02015.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c085b883-e11f-4173-b17f-0edaca7d6d11 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-c085b883-e11f-4173-b17f-0edaca7d6d11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c085b883-e11f-4173-b17f-0edaca7d6d11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-472bee33-768e-4ab1-a1d8-7fd285e73b11 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-472bee33-768e-4ab1-a1d8-7fd285e73b11 img.shogun-image,
  #s-472bee33-768e-4ab1-a1d8-7fd285e73b11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-472bee33-768e-4ab1-a1d8-7fd285e73b11 {
    width: 100%;
    height: auto;
  }



  #s-472bee33-768e-4ab1-a1d8-7fd285e73b11 img.shogun-image {
    

    
    
    
  }


#s-472bee33-768e-4ab1-a1d8-7fd285e73b11 .shogun-image-content {
  
    align-items: center;
  
}

#s-d275f79a-01d8-47a8-91e9-a2d7673c2e42 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d275f79a-01d8-47a8-91e9-a2d7673c2e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d275f79a-01d8-47a8-91e9-a2d7673c2e42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3cc29cc-e230-40ea-a519-8041262acb06 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
max-width: 700px;
}

#s-61a5b8df-7774-4a12-8af8-d04bcd7931ad {
  margin-top: -15px;
text-align: center;
}

#s-61a5b8df-7774-4a12-8af8-d04bcd7931ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-07eb57c3-1230-478a-8150-d152a0f97b85 {
  min-height: 50px;
}








#s-07eb57c3-1230-478a-8150-d152a0f97b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07eb57c3-1230-478a-8150-d152a0f97b85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ada9cab-e1e8-4f5a-a563-40ebb40ccd08 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
max-width: 500px;
}

#s-c7c253e9-3926-43b3-9d1e-1f449bb231c1 {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 75px;
background-color: rgba(252, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c7c253e9-3926-43b3-9d1e-1f449bb231c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7c253e9-3926-43b3-9d1e-1f449bb231c1:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-c7c253e9-3926-43b3-9d1e-1f449bb231c1-root {
    text-align: center;
  }


#s-c7c253e9-3926-43b3-9d1e-1f449bb231c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7c253e9-3926-43b3-9d1e-1f449bb231c1-root {
    text-align: center;
  }


#s-c7c253e9-3926-43b3-9d1e-1f449bb231c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7c253e9-3926-43b3-9d1e-1f449bb231c1-root {
    text-align: center;
  }


#s-c7c253e9-3926-43b3-9d1e-1f449bb231c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7c253e9-3926-43b3-9d1e-1f449bb231c1-root {
    text-align: center;
  }


#s-c7c253e9-3926-43b3-9d1e-1f449bb231c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7c253e9-3926-43b3-9d1e-1f449bb231c1-root {
    text-align: center;
  }


#s-c7c253e9-3926-43b3-9d1e-1f449bb231c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-c8bdac09-087d-432a-8de5-ef8605b91a7d {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-4402350e-6aca-4f12-bea2-1e3411087186 {
  min-height: 50px;
}








#s-4402350e-6aca-4f12-bea2-1e3411087186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4402350e-6aca-4f12-bea2-1e3411087186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5de2180-680b-477c-abc9-98571f23ba6a {
  margin-top: 3px;
margin-bottom: 3px;
}

#s-7beff155-f0b0-407a-a21a-385aa3623c82 {
  min-height: 50px;
}








#s-7beff155-f0b0-407a-a21a-385aa3623c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7beff155-f0b0-407a-a21a-385aa3623c82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1da832e-7038-4596-8a09-6cf39f1afb94 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d1da832e-7038-4596-8a09-6cf39f1afb94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1da832e-7038-4596-8a09-6cf39f1afb94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98759ec3-26d4-44c3-8b87-ef98b14a015c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-98759ec3-26d4-44c3-8b87-ef98b14a015c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-a0e531d6-b5b7-4215-9835-9e2ccbe9263b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a0e531d6-b5b7-4215-9835-9e2ccbe9263b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e531d6-b5b7-4215-9835-9e2ccbe9263b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f315784-0e4c-4064-bb70-6f59f72347f2 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1387/4502;
text-align: center;
}





  #s-1f315784-0e4c-4064-bb70-6f59f72347f2 img.shogun-image,
  #s-1f315784-0e4c-4064-bb70-6f59f72347f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f315784-0e4c-4064-bb70-6f59f72347f2 {
    width: 100%;
    height: auto;
  }



  #s-1f315784-0e4c-4064-bb70-6f59f72347f2 img.shogun-image {
    

    
    
    
  }


#s-1f315784-0e4c-4064-bb70-6f59f72347f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-71d50174-8fc7-4fb6-b684-4cab73670cf1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-71d50174-8fc7-4fb6-b684-4cab73670cf1 {
  padding-left: 1%;
padding-right: 1%;
}
}
#s-71d50174-8fc7-4fb6-b684-4cab73670cf1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-a9eb15ba-2c17-49aa-a83f-18106b6cfa48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a9eb15ba-2c17-49aa-a83f-18106b6cfa48 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



/*
  $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;
}

@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;
  }
}

#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;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@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}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
