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

.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-480fd313-7d40-4c67-b62c-b9653559bbbd {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-480fd313-7d40-4c67-b62c-b9653559bbbd {
  padding-top: 12px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-480fd313-7d40-4c67-b62c-b9653559bbbd {
  
}
}







#s-480fd313-7d40-4c67-b62c-b9653559bbbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-480fd313-7d40-4c67-b62c-b9653559bbbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
  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-be3a939f-8421-417b-aec4-1211811a6f5c {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-be3a939f-8421-417b-aec4-1211811a6f5c {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-be3a939f-8421-417b-aec4-1211811a6f5c {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-be3a939f-8421-417b-aec4-1211811a6f5c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-be3a939f-8421-417b-aec4-1211811a6f5c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-be3a939f-8421-417b-aec4-1211811a6f5c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-ca4ee9f8-cc45-4925-bff0-2e1f1dc61078 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 20%;
padding-bottom: 6px;
padding-right: 20%;
}
@media (max-width: 767px){#s-ca4ee9f8-cc45-4925-bff0-2e1f1dc61078 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-ca4ee9f8-cc45-4925-bff0-2e1f1dc61078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca4ee9f8-cc45-4925-bff0-2e1f1dc61078"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-ca4ee9f8-cc45-4925-bff0-2e1f1dc61078"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca4ee9f8-cc45-4925-bff0-2e1f1dc61078"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.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-63217292-edab-4afd-b808-7aa1467169cc {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-31d1dab5-770b-4a84-934a-66aa518d117b {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-da8fc259-eb7d-4e4d-a991-fc929b1c0f4a {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (max-width: 767px){#s-da8fc259-eb7d-4e4d-a991-fc929b1c0f4a {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 12px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-da8fc259-eb7d-4e4d-a991-fc929b1c0f4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da8fc259-eb7d-4e4d-a991-fc929b1c0f4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-da8fc259-eb7d-4e4d-a991-fc929b1c0f4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-da8fc259-eb7d-4e4d-a991-fc929b1c0f4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-091d3bea-b558-404d-a90b-3a739640dafa {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-3ab85446-c0ae-402c-9212-4da47cb238fe {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-f1c91393-5065-43fe-9485-94cc3a1c1f64 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f1c91393-5065-43fe-9485-94cc3a1c1f64 {
  padding-top: 48px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-f1c91393-5065-43fe-9485-94cc3a1c1f64 {
  padding-top: 36px;
}
}







#s-f1c91393-5065-43fe-9485-94cc3a1c1f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1c91393-5065-43fe-9485-94cc3a1c1f64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  max-width: 1280px;
}
}
#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shg-align-container {
  display: flex;
  justify-content: center
}

.s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-057235a4-b04e-4f6e-911c-6bcc9cdf8139.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f2b0ae03-2a67-44a3-bc3f-a00df86850f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f2b0ae03-2a67-44a3-bc3f-a00df86850f5 {
  padding-left: 10%;
}
}@media (max-width: 767px){#s-f2b0ae03-2a67-44a3-bc3f-a00df86850f5 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-f2b0ae03-2a67-44a3-bc3f-a00df86850f5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f2b0ae03-2a67-44a3-bc3f-a00df86850f5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-f2b0ae03-2a67-44a3-bc3f-a00df86850f5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
.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-58819809-9514-4e7a-b88a-bf4e3a92f3ed {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-58819809-9514-4e7a-b88a-bf4e3a92f3ed {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-58819809-9514-4e7a-b88a-bf4e3a92f3ed {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-58819809-9514-4e7a-b88a-bf4e3a92f3ed .shg-proportional-font-size,
#s-58819809-9514-4e7a-b88a-bf4e3a92f3ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-041e620c-7c1f-41d5-84e2-3a3ee9ebb567 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-041e620c-7c1f-41d5-84e2-3a3ee9ebb567 {
  padding-top: 12px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-041e620c-7c1f-41d5-84e2-3a3ee9ebb567 {
  
}
}







#s-041e620c-7c1f-41d5-84e2-3a3ee9ebb567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-041e620c-7c1f-41d5-84e2-3a3ee9ebb567.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f150b00b-d038-4af8-ac42-0722fe146039 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f150b00b-d038-4af8-ac42-0722fe146039 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-f150b00b-d038-4af8-ac42-0722fe146039 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-f150b00b-d038-4af8-ac42-0722fe146039 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f150b00b-d038-4af8-ac42-0722fe146039 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-f150b00b-d038-4af8-ac42-0722fe146039 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-0ce072f1-0bfe-4949-ac9c-0119e245cf49 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ce072f1-0bfe-4949-ac9c-0119e245cf49 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-0ce072f1-0bfe-4949-ac9c-0119e245cf49 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-0ce072f1-0bfe-4949-ac9c-0119e245cf49 .shg-proportional-font-size,
#s-0ce072f1-0bfe-4949-ac9c-0119e245cf49 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cb3e5aca-31b0-4571-988e-b2363474086e {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 20%;
padding-bottom: 6px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb3e5aca-31b0-4571-988e-b2363474086e {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-cb3e5aca-31b0-4571-988e-b2363474086e {
  padding-top: 6px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-cb3e5aca-31b0-4571-988e-b2363474086e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb3e5aca-31b0-4571-988e-b2363474086e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-cb3e5aca-31b0-4571-988e-b2363474086e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb3e5aca-31b0-4571-988e-b2363474086e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-b1aa2125-d7f2-4cee-9089-2217ea6d72e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b1aa2125-d7f2-4cee-9089-2217ea6d72e6 {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-b1aa2125-d7f2-4cee-9089-2217ea6d72e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1aa2125-d7f2-4cee-9089-2217ea6d72e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0545985-355c-4588-be60-d57bca30ba7a {
  margin-left: auto;
margin-right: auto;
}

#s-a0545985-355c-4588-be60-d57bca30ba7a .shg-proportional-font-size,
#s-a0545985-355c-4588-be60-d57bca30ba7a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2f4c090f-be7a-44e4-99a8-29031b85f7c4 {
  margin-left: auto;
margin-right: auto;
}

#s-2f4c090f-be7a-44e4-99a8-29031b85f7c4 .shg-proportional-font-size,
#s-2f4c090f-be7a-44e4-99a8-29031b85f7c4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dc754c33-4c0c-4269-baf6-881b205494dc {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dc754c33-4c0c-4269-baf6-881b205494dc {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-dc754c33-4c0c-4269-baf6-881b205494dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc754c33-4c0c-4269-baf6-881b205494dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fb93a3f-50b2-456d-adfc-b08791d2981f {
  margin-left: auto;
margin-right: auto;
}

#s-5fb93a3f-50b2-456d-adfc-b08791d2981f .shg-proportional-font-size,
#s-5fb93a3f-50b2-456d-adfc-b08791d2981f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4d3ef0ab-ff38-4d22-b873-6e153a921f0d {
  margin-left: auto;
margin-right: auto;
}

#s-4d3ef0ab-ff38-4d22-b873-6e153a921f0d .shg-proportional-font-size,
#s-4d3ef0ab-ff38-4d22-b873-6e153a921f0d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-21901618-2c50-4241-9002-d2fa14200b46 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-left: 20%;
padding-bottom: 6px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-21901618-2c50-4241-9002-d2fa14200b46 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-21901618-2c50-4241-9002-d2fa14200b46 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-21901618-2c50-4241-9002-d2fa14200b46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21901618-2c50-4241-9002-d2fa14200b46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-21901618-2c50-4241-9002-d2fa14200b46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-21901618-2c50-4241-9002-d2fa14200b46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-4d1226ed-2f76-4f12-86e0-ed7ed4875023 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4d1226ed-2f76-4f12-86e0-ed7ed4875023 {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-4d1226ed-2f76-4f12-86e0-ed7ed4875023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d1226ed-2f76-4f12-86e0-ed7ed4875023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8209e4b1-e1cb-490e-ac99-3b50adffaa4b {
  margin-left: auto;
margin-right: auto;
}

#s-8209e4b1-e1cb-490e-ac99-3b50adffaa4b .shg-proportional-font-size,
#s-8209e4b1-e1cb-490e-ac99-3b50adffaa4b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-711a75d2-1a8a-4481-898c-9e906fa5e61b {
  margin-left: auto;
margin-right: auto;
}

#s-711a75d2-1a8a-4481-898c-9e906fa5e61b .shg-proportional-font-size,
#s-711a75d2-1a8a-4481-898c-9e906fa5e61b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1895e6fd-65d0-4565-8984-4d566168174d {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1895e6fd-65d0-4565-8984-4d566168174d {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-1895e6fd-65d0-4565-8984-4d566168174d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1895e6fd-65d0-4565-8984-4d566168174d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b156ea0d-df51-45d5-8b92-b5161534ff56 {
  margin-left: auto;
margin-right: auto;
}

#s-b156ea0d-df51-45d5-8b92-b5161534ff56 .shg-proportional-font-size,
#s-b156ea0d-df51-45d5-8b92-b5161534ff56 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9734dbf3-1a4a-470e-af97-a516cb785274 {
  margin-left: auto;
margin-right: auto;
}

#s-9734dbf3-1a4a-470e-af97-a516cb785274 .shg-proportional-font-size,
#s-9734dbf3-1a4a-470e-af97-a516cb785274 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-59e06ae4-ba92-4c61-acfd-c39895d6228c {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-59e06ae4-ba92-4c61-acfd-c39895d6228c {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-59e06ae4-ba92-4c61-acfd-c39895d6228c {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 6px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-59e06ae4-ba92-4c61-acfd-c39895d6228c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59e06ae4-ba92-4c61-acfd-c39895d6228c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-59e06ae4-ba92-4c61-acfd-c39895d6228c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-59e06ae4-ba92-4c61-acfd-c39895d6228c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

}

#s-6d421f18-b229-4fb8-91ef-d0740a31af49 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6d421f18-b229-4fb8-91ef-d0740a31af49 {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-6d421f18-b229-4fb8-91ef-d0740a31af49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d421f18-b229-4fb8-91ef-d0740a31af49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f863101-974e-4154-8e3c-6027f984b0b2 {
  margin-left: auto;
margin-right: auto;
}

#s-3f863101-974e-4154-8e3c-6027f984b0b2 .shg-proportional-font-size,
#s-3f863101-974e-4154-8e3c-6027f984b0b2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-80de8e24-7ad4-44b7-9317-3910f3e69c84 {
  margin-left: auto;
margin-right: auto;
}

#s-80de8e24-7ad4-44b7-9317-3910f3e69c84 .shg-proportional-font-size,
#s-80de8e24-7ad4-44b7-9317-3910f3e69c84 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9a6c7f37-0640-4b38-8bb0-f14fe607ee54 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9a6c7f37-0640-4b38-8bb0-f14fe607ee54 {
  margin-top: 6px;
margin-bottom: 6px;
}
}







#s-9a6c7f37-0640-4b38-8bb0-f14fe607ee54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a6c7f37-0640-4b38-8bb0-f14fe607ee54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc28b72c-92aa-4d26-89cd-ae80cdd7272f {
  margin-left: auto;
margin-right: auto;
}

#s-cc28b72c-92aa-4d26-89cd-ae80cdd7272f .shg-proportional-font-size,
#s-cc28b72c-92aa-4d26-89cd-ae80cdd7272f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4b1d0f50-89b4-469c-91c2-5a6f0d56f822 {
  margin-left: auto;
margin-right: auto;
}

#s-4b1d0f50-89b4-469c-91c2-5a6f0d56f822 .shg-proportional-font-size,
#s-4b1d0f50-89b4-469c-91c2-5a6f0d56f822 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5be84b4a-3487-4d95-afab-00dae73f8ea1 {
  margin-left: auto;
margin-right: auto;
padding-top: 36px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5be84b4a-3487-4d95-afab-00dae73f8ea1 {
  padding-top: 36px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-5be84b4a-3487-4d95-afab-00dae73f8ea1 {
  
}
}







#s-5be84b4a-3487-4d95-afab-00dae73f8ea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5be84b4a-3487-4d95-afab-00dae73f8ea1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d {
  margin-left: auto;
margin-right: auto;
max-width: 3552px;
text-align: center;
}
@media (min-width: 1200px){#s-8f792059-e527-4f70-80f6-a0e76d19591d {
  max-width: 1280px;
}
}
#s-8f792059-e527-4f70-80f6-a0e76d19591d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f792059-e527-4f70-80f6-a0e76d19591d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8f792059-e527-4f70-80f6-a0e76d19591d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  
  
}


.shg-image-content-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f792059-e527-4f70-80f6-a0e76d19591d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8f792059-e527-4f70-80f6-a0e76d19591d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f792059-e527-4f70-80f6-a0e76d19591d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8f792059-e527-4f70-80f6-a0e76d19591d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f792059-e527-4f70-80f6-a0e76d19591d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8f792059-e527-4f70-80f6-a0e76d19591d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f792059-e527-4f70-80f6-a0e76d19591d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d img.shogun-image {
  width: 100%;
  
  
  max-width: 3552px;

      
    max-width: 3552px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f792059-e527-4f70-80f6-a0e76d19591d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f792059-e527-4f70-80f6-a0e76d19591d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-01accdf5-a9fe-4d8f-8d3e-24be8d84a3bf {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-01accdf5-a9fe-4d8f-8d3e-24be8d84a3bf {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-01accdf5-a9fe-4d8f-8d3e-24be8d84a3bf {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-01accdf5-a9fe-4d8f-8d3e-24be8d84a3bf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-01accdf5-a9fe-4d8f-8d3e-24be8d84a3bf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-01accdf5-a9fe-4d8f-8d3e-24be8d84a3bf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-a07ef8c5-4264-4bdb-993c-33f6603cc7bb {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a07ef8c5-4264-4bdb-993c-33f6603cc7bb {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-a07ef8c5-4264-4bdb-993c-33f6603cc7bb {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-a07ef8c5-4264-4bdb-993c-33f6603cc7bb .shg-proportional-font-size,
#s-a07ef8c5-4264-4bdb-993c-33f6603cc7bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-45636d59-8ddb-4afb-a707-acebc62fc492 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-45636d59-8ddb-4afb-a707-acebc62fc492 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-45636d59-8ddb-4afb-a707-acebc62fc492 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-45636d59-8ddb-4afb-a707-acebc62fc492 .shg-proportional-font-size,
#s-45636d59-8ddb-4afb-a707-acebc62fc492 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ae8605e4-371a-4c7b-9b2d-1d191f5afc5a {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae8605e4-371a-4c7b-9b2d-1d191f5afc5a {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-ae8605e4-371a-4c7b-9b2d-1d191f5afc5a {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-ae8605e4-371a-4c7b-9b2d-1d191f5afc5a .shg-proportional-font-size,
#s-ae8605e4-371a-4c7b-9b2d-1d191f5afc5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-97b56e26-8920-49df-8b4f-8b360582e374 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-97b56e26-8920-49df-8b4f-8b360582e374 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-97b56e26-8920-49df-8b4f-8b360582e374 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-97b56e26-8920-49df-8b4f-8b360582e374 .shg-proportional-font-size,
#s-97b56e26-8920-49df-8b4f-8b360582e374 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-076e6e4e-16dc-4d44-aeb3-0f4e92e48a5e {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-076e6e4e-16dc-4d44-aeb3-0f4e92e48a5e {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-076e6e4e-16dc-4d44-aeb3-0f4e92e48a5e {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-076e6e4e-16dc-4d44-aeb3-0f4e92e48a5e .shg-proportional-font-size,
#s-076e6e4e-16dc-4d44-aeb3-0f4e92e48a5e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c091066a-7bd0-42f2-bb86-7e10efdaf15d {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c091066a-7bd0-42f2-bb86-7e10efdaf15d {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-c091066a-7bd0-42f2-bb86-7e10efdaf15d {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-c091066a-7bd0-42f2-bb86-7e10efdaf15d .shg-proportional-font-size,
#s-c091066a-7bd0-42f2-bb86-7e10efdaf15d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1bf722ca-7aa7-4809-8b46-6129e01816bd {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bf722ca-7aa7-4809-8b46-6129e01816bd {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-1bf722ca-7aa7-4809-8b46-6129e01816bd {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-1bf722ca-7aa7-4809-8b46-6129e01816bd .shg-proportional-font-size,
#s-1bf722ca-7aa7-4809-8b46-6129e01816bd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4f7eb7a9-039a-4904-9fd4-aad68fff4c3f {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f7eb7a9-039a-4904-9fd4-aad68fff4c3f {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-4f7eb7a9-039a-4904-9fd4-aad68fff4c3f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-4f7eb7a9-039a-4904-9fd4-aad68fff4c3f .shg-proportional-font-size,
#s-4f7eb7a9-039a-4904-9fd4-aad68fff4c3f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fd9035cf-9dd0-4dab-83bc-373f6b2b7888 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd9035cf-9dd0-4dab-83bc-373f6b2b7888 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-fd9035cf-9dd0-4dab-83bc-373f6b2b7888 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-fd9035cf-9dd0-4dab-83bc-373f6b2b7888 .shg-proportional-font-size,
#s-fd9035cf-9dd0-4dab-83bc-373f6b2b7888 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a0919a9f-d42d-422d-af83-f81cbae669f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0919a9f-d42d-422d-af83-f81cbae669f6 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-a0919a9f-d42d-422d-af83-f81cbae669f6 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-a0919a9f-d42d-422d-af83-f81cbae669f6 .shg-proportional-font-size,
#s-a0919a9f-d42d-422d-af83-f81cbae669f6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-092f6bcb-9f66-4d27-9429-346901a2e072 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-092f6bcb-9f66-4d27-9429-346901a2e072 {
  padding-top: 12px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-092f6bcb-9f66-4d27-9429-346901a2e072 {
  
}
}







#s-092f6bcb-9f66-4d27-9429-346901a2e072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-092f6bcb-9f66-4d27-9429-346901a2e072.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61d7b3e7-64f1-4368-bb00-85c1b8d39933 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 20%;
padding-bottom: 24px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-61d7b3e7-64f1-4368-bb00-85c1b8d39933 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-61d7b3e7-64f1-4368-bb00-85c1b8d39933 {
  padding-left: 5%;
padding-right: 5%;
text-align: left;
}
}
#s-61d7b3e7-64f1-4368-bb00-85c1b8d39933 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-61d7b3e7-64f1-4368-bb00-85c1b8d39933 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-61d7b3e7-64f1-4368-bb00-85c1b8d39933 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-de3565d9-e644-4dfe-8acb-2536788850ce {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-de3565d9-e644-4dfe-8acb-2536788850ce {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-de3565d9-e644-4dfe-8acb-2536788850ce {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-de3565d9-e644-4dfe-8acb-2536788850ce .shg-proportional-font-size,
#s-de3565d9-e644-4dfe-8acb-2536788850ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d2782efb-f5c9-446b-9bdd-6d612a49440e {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 24px;
min-height: 50px;
}








#s-d2782efb-f5c9-446b-9bdd-6d612a49440e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2782efb-f5c9-446b-9bdd-6d612a49440e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4dccdbc-4a90-4d22-ab1b-9d4aafe6e78a {
  margin-left: auto;
margin-right: auto;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-fc2af835-e190-4e71-b112-da8b07bcae74 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 51, 51, 1);
text-align: center;
cursor: pointer;
}
#s-fc2af835-e190-4e71-b112-da8b07bcae74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc2af835-e190-4e71-b112-da8b07bcae74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc2af835-e190-4e71-b112-da8b07bcae74-atc-btn-wrapper {
    text-align: center;
  }


#s-fc2af835-e190-4e71-b112-da8b07bcae74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fc2af835-e190-4e71-b112-da8b07bcae74-atc-btn-wrapper {
    text-align: center;
  }


#s-fc2af835-e190-4e71-b112-da8b07bcae74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc2af835-e190-4e71-b112-da8b07bcae74-atc-btn-wrapper {
    text-align: center;
  }


#s-fc2af835-e190-4e71-b112-da8b07bcae74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fc2af835-e190-4e71-b112-da8b07bcae74-atc-btn-wrapper {
    text-align: center;
  }


#s-fc2af835-e190-4e71-b112-da8b07bcae74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fc2af835-e190-4e71-b112-da8b07bcae74-atc-btn-wrapper {
    text-align: center;
  }


#s-fc2af835-e190-4e71-b112-da8b07bcae74 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}

#s-fc2af835-e190-4e71-b112-da8b07bcae74.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b588d791-eb0d-4342-83ee-c79411b2d9b2 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b588d791-eb0d-4342-83ee-c79411b2d9b2 {
  display: none;
}
#s-b588d791-eb0d-4342-83ee-c79411b2d9b2, #wrap-s-b588d791-eb0d-4342-83ee-c79411b2d9b2, #wrap-content-s-b588d791-eb0d-4342-83ee-c79411b2d9b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b588d791-eb0d-4342-83ee-c79411b2d9b2 {
  display: none;
}
#s-b588d791-eb0d-4342-83ee-c79411b2d9b2, #wrap-s-b588d791-eb0d-4342-83ee-c79411b2d9b2, #wrap-content-s-b588d791-eb0d-4342-83ee-c79411b2d9b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b588d791-eb0d-4342-83ee-c79411b2d9b2 {
  display: none;
}
#s-b588d791-eb0d-4342-83ee-c79411b2d9b2, #wrap-s-b588d791-eb0d-4342-83ee-c79411b2d9b2, #wrap-content-s-b588d791-eb0d-4342-83ee-c79411b2d9b2 { display: none !important; }}@media (max-width: 767px){#s-b588d791-eb0d-4342-83ee-c79411b2d9b2 {
  display: none;
}
#s-b588d791-eb0d-4342-83ee-c79411b2d9b2, #wrap-s-b588d791-eb0d-4342-83ee-c79411b2d9b2, #wrap-content-s-b588d791-eb0d-4342-83ee-c79411b2d9b2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b588d791-eb0d-4342-83ee-c79411b2d9b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b588d791-eb0d-4342-83ee-c79411b2d9b2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b588d791-eb0d-4342-83ee-c79411b2d9b2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b588d791-eb0d-4342-83ee-c79411b2d9b2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  margin-left: auto;
margin-right: auto;
max-width: 966px;
text-align: center;
}
@media (min-width: 1200px){#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  max-width: 960px;
aspect-ratio: 3/2;
}
}
#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shg-inner-inline-image {   
      aspect-ratio: 3/2;
    }

    #s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shogun-image-link {
      aspect-ratio: 3/2;
      min-width: 100%;
      height: ;
    }
  }

  .s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
      --shg-aspect-ratio: calc(3/2); 
    }

    .s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container {
      position: relative;
    }

    .s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 966px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774714d-e9f8-4330-a9f6-a64393b9a5e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  margin-left: auto;
margin-right: auto;
max-width: 964px;
text-align: center;
}
@media (min-width: 1200px){#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  max-width: 960px;
aspect-ratio: 3/2;
}
}
#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac img.shogun-image {
  width: 100%;
  
  
  max-width: 964px;

      
    max-width: 964px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac img.shogun-image {
  width: 100%;
  
  
  max-width: 964px;

      
    max-width: 964px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shg-inner-inline-image {   
      aspect-ratio: 3/2;
    }

    #s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shogun-image-link {
      aspect-ratio: 3/2;
      min-width: 100%;
      height: ;
    }
  }

  .s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8aee108e-ec37-4ecb-be7a-c020b34fbfac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
      --shg-aspect-ratio: calc(3/2); 
    }

    .s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container {
      position: relative;
    }

    .s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8aee108e-ec37-4ecb-be7a-c020b34fbfac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 964px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac img.shogun-image {
  width: 100%;
  
  
  max-width: 964px;

      
    max-width: 964px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac img.shogun-image {
  width: 100%;
  
  
  max-width: 964px;

      
    max-width: 964px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8aee108e-ec37-4ecb-be7a-c020b34fbfac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac img.shogun-image {
  width: 100%;
  
  
  max-width: 964px;

      
    max-width: 964px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8aee108e-ec37-4ecb-be7a-c020b34fbfac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  margin-left: auto;
margin-right: auto;
max-width: 966px;
text-align: center;
}
@media (min-width: 1200px){#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  max-width: 960px;
aspect-ratio: 3/2;
}
}
#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shg-inner-inline-image {   
      aspect-ratio: 3/2;
    }

    #s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shogun-image-link {
      aspect-ratio: 3/2;
      min-width: 100%;
      height: ;
    }
  }

  .s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
      --shg-aspect-ratio: calc(3/2); 
    }

    .s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container {
      position: relative;
    }

    .s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 966px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e img.shogun-image {
  width: 100%;
  
  
  max-width: 966px;

      
    max-width: 966px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0947aa9-ed49-4952-9d4d-f0c1d498df6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  margin-left: auto;
margin-right: auto;
max-width: 962px;
text-align: center;
}
@media (min-width: 1200px){#s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  max-width: 960px;
aspect-ratio: 3/2;
}
}
#s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 img.shogun-image {
  width: 100%;
  
  
  max-width: 962px;

      
    max-width: 962px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 img.shogun-image {
  width: 100%;
  
  
  max-width: 962px;

      
    max-width: 962px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shg-inner-inline-image {   
      aspect-ratio: 3/2;
    }

    #s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shogun-image-link {
      aspect-ratio: 3/2;
      min-width: 100%;
      height: ;
    }
  }

  .s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f54fe828-9bcf-4178-9834-0a98b517cda0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
      --shg-aspect-ratio: calc(3/2); 
    }

    .s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container {
      position: relative;
    }

    .s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f54fe828-9bcf-4178-9834-0a98b517cda0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 962px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 img.shogun-image {
  width: 100%;
  
  
  max-width: 962px;

      
    max-width: 962px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 img.shogun-image {
  width: 100%;
  
  
  max-width: 962px;

      
    max-width: 962px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f54fe828-9bcf-4178-9834-0a98b517cda0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0 img.shogun-image {
  width: 100%;
  
  
  max-width: 962px;

      
    max-width: 962px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f54fe828-9bcf-4178-9834-0a98b517cda0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f54fe828-9bcf-4178-9834-0a98b517cda0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}
@media (min-width: 1200px){#s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  aspect-ratio: 3/2;
}
}
#s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shg-inner-inline-image {   
      aspect-ratio: 3/2;
    }

    #s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shogun-image-link {
      aspect-ratio: 3/2;
      min-width: 100%;
      height: ;
    }
  }

  .s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b76406d7-3f88-4444-9a7f-02060c60e9fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
      --shg-aspect-ratio: calc(3/2); 
    }

    .s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container {
      position: relative;
    }

    .s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b76406d7-3f88-4444-9a7f-02060c60e9fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b76406d7-3f88-4444-9a7f-02060c60e9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b76406d7-3f88-4444-9a7f-02060c60e9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b76406d7-3f88-4444-9a7f-02060c60e9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ec61d650-50e1-46fc-9210-fa31b2158c6e {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ec61d650-50e1-46fc-9210-fa31b2158c6e {
  padding-top: 24px;
padding-bottom: 24px;
display: none;
}
#s-ec61d650-50e1-46fc-9210-fa31b2158c6e, #wrap-s-ec61d650-50e1-46fc-9210-fa31b2158c6e, #wrap-content-s-ec61d650-50e1-46fc-9210-fa31b2158c6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec61d650-50e1-46fc-9210-fa31b2158c6e {
  display: none;
}
#s-ec61d650-50e1-46fc-9210-fa31b2158c6e, #wrap-s-ec61d650-50e1-46fc-9210-fa31b2158c6e, #wrap-content-s-ec61d650-50e1-46fc-9210-fa31b2158c6e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec61d650-50e1-46fc-9210-fa31b2158c6e {
  display: none;
}
#s-ec61d650-50e1-46fc-9210-fa31b2158c6e, #wrap-s-ec61d650-50e1-46fc-9210-fa31b2158c6e, #wrap-content-s-ec61d650-50e1-46fc-9210-fa31b2158c6e { display: none !important; }}@media (max-width: 767px){#s-ec61d650-50e1-46fc-9210-fa31b2158c6e {
  display: none;
}
#s-ec61d650-50e1-46fc-9210-fa31b2158c6e, #wrap-s-ec61d650-50e1-46fc-9210-fa31b2158c6e, #wrap-content-s-ec61d650-50e1-46fc-9210-fa31b2158c6e { display: none !important; }}







#s-ec61d650-50e1-46fc-9210-fa31b2158c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec61d650-50e1-46fc-9210-fa31b2158c6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8faf210-b4be-4641-9f58-49932909950a {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-f8faf210-b4be-4641-9f58-49932909950a {
  text-align: left;
}
}
#s-f8faf210-b4be-4641-9f58-49932909950a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f8faf210-b4be-4641-9f58-49932909950a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-f8faf210-b4be-4641-9f58-49932909950a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-b7f9dfdc-89b0-4300-9f00-65ad17024b92 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}

#s-b7f9dfdc-89b0-4300-9f00-65ad17024b92 .shg-proportional-font-size,
#s-b7f9dfdc-89b0-4300-9f00-65ad17024b92 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d72b481e-1a9c-4575-a7d4-c649ecbff459 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dab32262-3627-4f0f-9732-03757e64e45a {
  margin-left: auto;
margin-right: auto;
padding-top: 72px;
padding-left: 5%;
padding-bottom: 72px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-dab32262-3627-4f0f-9732-03757e64e45a {
  display: none;
}
#s-dab32262-3627-4f0f-9732-03757e64e45a, #wrap-s-dab32262-3627-4f0f-9732-03757e64e45a, #wrap-content-s-dab32262-3627-4f0f-9732-03757e64e45a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dab32262-3627-4f0f-9732-03757e64e45a {
  display: none;
}
#s-dab32262-3627-4f0f-9732-03757e64e45a, #wrap-s-dab32262-3627-4f0f-9732-03757e64e45a, #wrap-content-s-dab32262-3627-4f0f-9732-03757e64e45a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dab32262-3627-4f0f-9732-03757e64e45a {
  display: none;
}
#s-dab32262-3627-4f0f-9732-03757e64e45a, #wrap-s-dab32262-3627-4f0f-9732-03757e64e45a, #wrap-content-s-dab32262-3627-4f0f-9732-03757e64e45a { display: none !important; }}@media (max-width: 767px){#s-dab32262-3627-4f0f-9732-03757e64e45a {
  padding-top: 72px;
display: none;
}
#s-dab32262-3627-4f0f-9732-03757e64e45a, #wrap-s-dab32262-3627-4f0f-9732-03757e64e45a, #wrap-content-s-dab32262-3627-4f0f-9732-03757e64e45a { display: none !important; }}







#s-dab32262-3627-4f0f-9732-03757e64e45a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dab32262-3627-4f0f-9732-03757e64e45a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06fceb95-fe1e-48b8-92f6-627d6cea4c83 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-06fceb95-fe1e-48b8-92f6-627d6cea4c83 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-06fceb95-fe1e-48b8-92f6-627d6cea4c83 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-06fceb95-fe1e-48b8-92f6-627d6cea4c83 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


}
#s-d528f464-4c4d-41d2-8775-46e8a412e436 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-d528f464-4c4d-41d2-8775-46e8a412e436 {
  padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-d528f464-4c4d-41d2-8775-46e8a412e436"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d528f464-4c4d-41d2-8775-46e8a412e436"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d528f464-4c4d-41d2-8775-46e8a412e436"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d528f464-4c4d-41d2-8775-46e8a412e436"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2058f39-d893-4767-99f6-b502de0d9faa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e2058f39-d893-4767-99f6-b502de0d9faa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2058f39-d893-4767-99f6-b502de0d9faa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5de1a3c-bae2-48a2-861f-5fea88685898 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-f5de1a3c-bae2-48a2-861f-5fea88685898 {
  text-align: left;
}
}
#s-f5de1a3c-bae2-48a2-861f-5fea88685898 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (min-width: 1200px){#s-f5de1a3c-bae2-48a2-861f-5fea88685898 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f5de1a3c-bae2-48a2-861f-5fea88685898 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-9ed1d397-ac46-434d-8fbd-a84809c46a3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-9ed1d397-ac46-434d-8fbd-a84809c46a3d {
  padding-top: 24px;
padding-bottom: 24px;
}
}
#s-9ed1d397-ac46-434d-8fbd-a84809c46a3d .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-9ed1d397-ac46-434d-8fbd-a84809c46a3d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-84a156b7-4afe-4d4b-afe2-54dc2f753186 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-84a156b7-4afe-4d4b-afe2-54dc2f753186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84a156b7-4afe-4d4b-afe2-54dc2f753186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  margin-left: auto;
margin-right: auto;
max-width: 1264px;
text-align: center;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f46df167-6641-4582-87ae-614b4d8fbb99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f46df167-6641-4582-87ae-614b4d8fbb99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f46df167-6641-4582-87ae-614b4d8fbb99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f46df167-6641-4582-87ae-614b4d8fbb99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f46df167-6641-4582-87ae-614b4d8fbb99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f46df167-6641-4582-87ae-614b4d8fbb99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f46df167-6641-4582-87ae-614b4d8fbb99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7f505993-267a-4953-a32e-56571f839537 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-7f505993-267a-4953-a32e-56571f839537 {
  padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-7f505993-267a-4953-a32e-56571f839537"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f505993-267a-4953-a32e-56571f839537"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f505993-267a-4953-a32e-56571f839537"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f505993-267a-4953-a32e-56571f839537"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4c44a1b5-92dd-4f1e-90fe-d49150ea47be {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4c44a1b5-92dd-4f1e-90fe-d49150ea47be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c44a1b5-92dd-4f1e-90fe-d49150ea47be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc780ddd-87f8-4d23-9b13-361f6070aa6b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-dc780ddd-87f8-4d23-9b13-361f6070aa6b {
  text-align: left;
}
}
#s-dc780ddd-87f8-4d23-9b13-361f6070aa6b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (min-width: 1200px){#s-dc780ddd-87f8-4d23-9b13-361f6070aa6b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dc780ddd-87f8-4d23-9b13-361f6070aa6b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-41ee21cf-04d5-4800-b559-d1745cc8ede5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-41ee21cf-04d5-4800-b559-d1745cc8ede5 {
  padding-top: 24px;
padding-bottom: 24px;
}
}
#s-41ee21cf-04d5-4800-b559-d1745cc8ede5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-41ee21cf-04d5-4800-b559-d1745cc8ede5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-dc25c1cc-0903-4573-8d93-750073877f01 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dc25c1cc-0903-4573-8d93-750073877f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc25c1cc-0903-4573-8d93-750073877f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  margin-left: auto;
margin-right: auto;
max-width: 1264px;
text-align: center;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c0be76-d0c5-4a43-b534-30f1a6c35cc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f6e600e-18a2-4764-9cba-04cfb35e914e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-0f6e600e-18a2-4764-9cba-04cfb35e914e {
  padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-0f6e600e-18a2-4764-9cba-04cfb35e914e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f6e600e-18a2-4764-9cba-04cfb35e914e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f6e600e-18a2-4764-9cba-04cfb35e914e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f6e600e-18a2-4764-9cba-04cfb35e914e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-953aa60b-0bbf-4747-803a-2898bfd49bb9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-953aa60b-0bbf-4747-803a-2898bfd49bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-953aa60b-0bbf-4747-803a-2898bfd49bb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66c6fd98-cbfc-4631-a38b-d87198e2f54b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-66c6fd98-cbfc-4631-a38b-d87198e2f54b {
  text-align: left;
}
}
#s-66c6fd98-cbfc-4631-a38b-d87198e2f54b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (min-width: 1200px){#s-66c6fd98-cbfc-4631-a38b-d87198e2f54b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-66c6fd98-cbfc-4631-a38b-d87198e2f54b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-dc1219cf-b0b0-40d1-af54-9de6645deaf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-dc1219cf-b0b0-40d1-af54-9de6645deaf1 {
  padding-top: 24px;
padding-bottom: 24px;
}
}
#s-dc1219cf-b0b0-40d1-af54-9de6645deaf1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-dc1219cf-b0b0-40d1-af54-9de6645deaf1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-01d9dd10-b096-4d31-9011-9e1eddba1047 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-01d9dd10-b096-4d31-9011-9e1eddba1047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01d9dd10-b096-4d31-9011-9e1eddba1047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  margin-left: auto;
margin-right: auto;
max-width: 1264px;
text-align: center;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1264px;

      
    max-width: 1264px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68e3c247-d9ec-4ad4-ae77-d7f3ca8bc4d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f {
  margin-left: 2%;
margin-right: 2%;
min-height: 500px;
}
@media (min-width: 1200px){#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f {
  margin-top: 72px;
margin-left: 5%;
margin-bottom: 72px;
margin-right: 5%;
display: none;
}
#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f, #wrap-s-85255b56-36a0-4e7a-bc44-baffa4a73d3f, #wrap-content-s-85255b56-36a0-4e7a-bc44-baffa4a73d3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f {
  display: none;
}
#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f, #wrap-s-85255b56-36a0-4e7a-bc44-baffa4a73d3f, #wrap-content-s-85255b56-36a0-4e7a-bc44-baffa4a73d3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f {
  display: none;
}
#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f, #wrap-s-85255b56-36a0-4e7a-bc44-baffa4a73d3f, #wrap-content-s-85255b56-36a0-4e7a-bc44-baffa4a73d3f { display: none !important; }}@media (max-width: 767px){#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f {
  display: none;
}
#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f, #wrap-s-85255b56-36a0-4e7a-bc44-baffa4a73d3f, #wrap-content-s-85255b56-36a0-4e7a-bc44-baffa4a73d3f { display: none !important; }}







#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85255b56-36a0-4e7a-bc44-baffa4a73d3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39c842ed-372a-4106-8100-01573b8779a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-39c842ed-372a-4106-8100-01573b8779a7 {
  padding-top: 24px;
padding-bottom: 24px;
}
}
#s-39c842ed-372a-4106-8100-01573b8779a7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-39c842ed-372a-4106-8100-01573b8779a7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Sawarabi Mincho";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-b737c418-afb2-4b4f-a06e-f83cae7559b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b737c418-afb2-4b4f-a06e-f83cae7559b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b737c418-afb2-4b4f-a06e-f83cae7559b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b737c418-afb2-4b4f-a06e-f83cae7559b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c09e9893-99b2-4005-800f-c7bcd2264e3a {
  padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
min-height: 500px;
}
@media (min-width: 1200px){#s-c09e9893-99b2-4005-800f-c7bcd2264e3a {
  min-height: 500px;
}
}







#s-c09e9893-99b2-4005-800f-c7bcd2264e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c09e9893-99b2-4005-800f-c7bcd2264e3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-c09e9893-99b2-4005-800f-c7bcd2264e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c09e9893-99b2-4005-800f-c7bcd2264e3a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  margin-left: auto;
margin-right: auto;
max-width: 784px;
text-align: center;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd img.shogun-image {
  width: 100%;
  
  
  max-width: 784px;

      
    max-width: 784px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd img.shogun-image {
  width: 100%;
  
  
  max-width: 784px;

      
    max-width: 784px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd img.shogun-image {
  width: 100%;
  
  
  max-width: 784px;

      
    max-width: 784px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd img.shogun-image {
  width: 100%;
  
  
  max-width: 784px;

      
    max-width: 784px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd img.shogun-image {
  width: 100%;
  
  
  max-width: 784px;

      
    max-width: 784px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f0044c-ae3a-4685-a35a-b9a3fcc6b9fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d63f0674-ec43-451f-8f9c-0308cd0b6c21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d63f0674-ec43-451f-8f9c-0308cd0b6c21 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-d63f0674-ec43-451f-8f9c-0308cd0b6c21 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-46206726-3fcd-4b82-9097-3a32cb05e82c {
  margin-left: auto;
margin-right: auto;
}

#s-46206726-3fcd-4b82-9097-3a32cb05e82c .shg-proportional-font-size,
#s-46206726-3fcd-4b82-9097-3a32cb05e82c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c72d63bb-ad43-4e13-a391-921880e54eb7 {
  padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
min-height: 500px;
}
@media (min-width: 1200px){#s-c72d63bb-ad43-4e13-a391-921880e54eb7 {
  min-height: 500px;
}
}







#s-c72d63bb-ad43-4e13-a391-921880e54eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c72d63bb-ad43-4e13-a391-921880e54eb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-c72d63bb-ad43-4e13-a391-921880e54eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c72d63bb-ad43-4e13-a391-921880e54eb7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  margin-left: auto;
margin-right: auto;
max-width: 1167px;
text-align: center;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e291638-801d-4bd2-ab6b-e988632cc6c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e291638-801d-4bd2-ab6b-e988632cc6c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e291638-801d-4bd2-ab6b-e988632cc6c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-79bbc7bd-3e34-4e20-b4d5-736c6eef2e40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79bbc7bd-3e34-4e20-b4d5-736c6eef2e40 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-79bbc7bd-3e34-4e20-b4d5-736c6eef2e40 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-accd5291-0de0-4b8b-a506-517635fcfde4 {
  margin-left: auto;
margin-right: auto;
}

#s-accd5291-0de0-4b8b-a506-517635fcfde4 .shg-proportional-font-size,
#s-accd5291-0de0-4b8b-a506-517635fcfde4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5b9d7c72-3416-4327-a4df-cecd5be4062c {
  padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
min-height: 500px;
}








#s-5b9d7c72-3416-4327-a4df-cecd5be4062c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b9d7c72-3416-4327-a4df-cecd5be4062c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-5b9d7c72-3416-4327-a4df-cecd5be4062c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b9d7c72-3416-4327-a4df-cecd5be4062c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  margin-left: auto;
margin-right: auto;
max-width: 2584px;
text-align: center;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2584px;

      
    max-width: 2584px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bc451669-2025-499a-a9cd-6782378c6aa8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2584px;

      
    max-width: 2584px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bc451669-2025-499a-a9cd-6782378c6aa8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2584px;

      
    max-width: 2584px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bc451669-2025-499a-a9cd-6782378c6aa8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2584px;

      
    max-width: 2584px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bc451669-2025-499a-a9cd-6782378c6aa8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bc451669-2025-499a-a9cd-6782378c6aa8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2584px;

      
    max-width: 2584px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bc451669-2025-499a-a9cd-6782378c6aa8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc451669-2025-499a-a9cd-6782378c6aa8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b63eeb65-af31-44ab-9960-615c5d1993b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b63eeb65-af31-44ab-9960-615c5d1993b5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-b63eeb65-af31-44ab-9960-615c5d1993b5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-537d25c4-dd9f-4b23-9f24-7e10ef0f11af {
  margin-left: auto;
margin-right: auto;
}

#s-537d25c4-dd9f-4b23-9f24-7e10ef0f11af .shg-proportional-font-size,
#s-537d25c4-dd9f-4b23-9f24-7e10ef0f11af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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