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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-b8d0fb8f-9f6e-4567-9e9b-ddbabe932077 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}

#s-b8d0fb8f-9f6e-4567-9e9b-ddbabe932077 {
  background-image: url(https://i.shgcdn.com/5e1c81bf-bf75-4a7e-b0f0-cfe03005a7a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b8d0fb8f-9f6e-4567-9e9b-ddbabe932077 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-b8d0fb8f-9f6e-4567-9e9b-ddbabe932077.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-734fc0d4-49bc-42b1-9b57-c6480910889f {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-734fc0d4-49bc-42b1-9b57-c6480910889f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-734fc0d4-49bc-42b1-9b57-c6480910889f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-734fc0d4-49bc-42b1-9b57-c6480910889f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-734fc0d4-49bc-42b1-9b57-c6480910889f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-734fc0d4-49bc-42b1-9b57-c6480910889f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-734fc0d4-49bc-42b1-9b57-c6480910889f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-734fc0d4-49bc-42b1-9b57-c6480910889f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

.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: #000000;
  font-family: Amiri;
  text-transform: none;
  font-weight: 400;
  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-bcd1fd1b-818a-4f3e-b206-3372e241bd9f {
  margin-top: 30px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: center;
}

#s-bcd1fd1b-818a-4f3e-b206-3372e241bd9f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-0f38ee7b-a6e9-41c1-b0ff-27c74d549188 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-0f38ee7b-a6e9-41c1-b0ff-27c74d549188 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-af8c5113-02cc-4145-be7b-00d6af1c1a9a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-af8c5113-02cc-4145-be7b-00d6af1c1a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af8c5113-02cc-4145-be7b-00d6af1c1a9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2bc963b-02ce-449e-8ae7-caf0b51a3634 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-e2bc963b-02ce-449e-8ae7-caf0b51a3634 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2bc963b-02ce-449e-8ae7-caf0b51a3634 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2bc963b-02ce-449e-8ae7-caf0b51a3634 {
  
}
}@media (max-width: 767px){#s-e2bc963b-02ce-449e-8ae7-caf0b51a3634 {
  
}
}
#s-e2bc963b-02ce-449e-8ae7-caf0b51a3634 .shogun-heading-component h3 {
  color: rgba(247, 60, 60, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-18ab9960-df98-4ea6-ab39-9bd85dc4cafd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-18ab9960-df98-4ea6-ab39-9bd85dc4cafd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18ab9960-df98-4ea6-ab39-9bd85dc4cafd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18ab9960-df98-4ea6-ab39-9bd85dc4cafd {
  
}
}@media (max-width: 767px){#s-18ab9960-df98-4ea6-ab39-9bd85dc4cafd {
  
}
}
#s-18ab9960-df98-4ea6-ab39-9bd85dc4cafd .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-26aef9e5-3ec8-4bdc-b584-0f586bb7d897 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26aef9e5-3ec8-4bdc-b584-0f586bb7d897 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-c02fef88-43e4-4009-848d-bd2d3c0eb755 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-c02fef88-43e4-4009-848d-bd2d3c0eb755 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c02fef88-43e4-4009-848d-bd2d3c0eb755 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c02fef88-43e4-4009-848d-bd2d3c0eb755 {
  
}
}@media (max-width: 767px){#s-c02fef88-43e4-4009-848d-bd2d3c0eb755 {
  
}
}
#s-c02fef88-43e4-4009-848d-bd2d3c0eb755 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-eb390dd8-dc02-47e9-a599-91b1232d52d8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-left: 15%;
padding-bottom: 80px;
padding-right: 15%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-eb390dd8-dc02-47e9-a599-91b1232d52d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb390dd8-dc02-47e9-a599-91b1232d52d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb390dd8-dc02-47e9-a599-91b1232d52d8 {
  
}
}@media (max-width: 767px){#s-eb390dd8-dc02-47e9-a599-91b1232d52d8 {
  
}
}







#s-eb390dd8-dc02-47e9-a599-91b1232d52d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb390dd8-dc02-47e9-a599-91b1232d52d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa4995ce-60ba-418c-99cc-14cfe7f9cf88 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa4995ce-60ba-418c-99cc-14cfe7f9cf88 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-aabfdef5-8c88-48ee-a97b-145cdf644654 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
max-width: 1200px;
aspect-ratio: 1200/500;
text-align: center;
}





  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image,
  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 {
    width: 100%;
    height: auto;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
    
    
  }


.s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shogun-image-content {
  
    align-items: center;
  
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shg-align-container {
  text-align: center
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image,
  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 {
    width: 100%;
    height: auto;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
    
    
  }


.s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shogun-image-content {
  
    align-items: center;
  
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shg-align-container {
  text-align: center
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image,
  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 {
    width: 100%;
    height: auto;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
    
    
  }


.s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shogun-image-content {
  
    align-items: center;
  
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shg-align-container {
  text-align: center
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image,
  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 {
    width: 100%;
    height: auto;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
    
    
  }


.s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shogun-image-content {
  
    align-items: center;
  
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shg-align-container {
  text-align: center
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image,
  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 {
    width: 100%;
    height: auto;
  }

  #s-aabfdef5-8c88-48ee-a97b-145cdf644654 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
    
    
  }


.s-aabfdef5-8c88-48ee-a97b-145cdf644654 .shogun-image-content {
  
    align-items: center;
  
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shg-align-container {
  text-align: center
}

.s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aabfdef5-8c88-48ee-a97b-145cdf644654.shogun-image {
  box-sizing: border-box;
}


}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e7062467-8211-41ad-8dbc-25b45cf406fe {
  padding-top: 30px;
padding-bottom: 20px;
background-color: rgba(178, 132, 67, 1);
}








#s-e7062467-8211-41ad-8dbc-25b45cf406fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7062467-8211-41ad-8dbc-25b45cf406fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Noto Sans Japanese;
}

.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: #000000;
  font-family: Amiri;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Noto Sans Japanese;
  font-weight: 400;
}

#s-9355f0d4-38fc-4bb1-baa8-18e0a96967d0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-9795c80e-b50f-4d32-a11e-e5f58b269e5f {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-9795c80e-b50f-4d32-a11e-e5f58b269e5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9795c80e-b50f-4d32-a11e-e5f58b269e5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9795c80e-b50f-4d32-a11e-e5f58b269e5f {
  
}
}@media (max-width: 767px){#s-9795c80e-b50f-4d32-a11e-e5f58b269e5f {
  
}
}
#s-9795c80e-b50f-4d32-a11e-e5f58b269e5f .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c5bd2277-5a85-4483-877a-d3610e0a33ab {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image,
  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab {
    width: 100%;
    height: auto;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
    
    
  }


.s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shg-align-container {
  text-align: center
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image,
  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab {
    width: 100%;
    height: auto;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
    
    
  }


.s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shg-align-container {
  text-align: center
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image,
  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab {
    width: 100%;
    height: auto;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
    
    
  }


.s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shg-align-container {
  text-align: center
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image,
  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab {
    width: 100%;
    height: auto;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
    
    
  }


.s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shg-align-container {
  text-align: center
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image,
  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab {
    width: 100%;
    height: auto;
  }

  #s-c5bd2277-5a85-4483-877a-d3610e0a33ab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
    
    
  }


.s-c5bd2277-5a85-4483-877a-d3610e0a33ab .shogun-image-content {
  
    align-items: center;
  
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shg-align-container {
  text-align: center
}

.s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5bd2277-5a85-4483-877a-d3610e0a33ab.shogun-image {
  box-sizing: border-box;
}


}
#s-a5eb6788-f280-495c-a6aa-a75cd678f95a {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5eb6788-f280-495c-a6aa-a75cd678f95a .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4a10955e-63c0-4040-863e-db8956a0110d {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image,
  #s-4a10955e-63c0-4040-863e-db8956a0110d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d {
    width: 100%;
    height: auto;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
    
    
  }


.s-4a10955e-63c0-4040-863e-db8956a0110d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shg-align-container {
  text-align: center
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image,
  #s-4a10955e-63c0-4040-863e-db8956a0110d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d {
    width: 100%;
    height: auto;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
    
    
  }


.s-4a10955e-63c0-4040-863e-db8956a0110d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shg-align-container {
  text-align: center
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image,
  #s-4a10955e-63c0-4040-863e-db8956a0110d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d {
    width: 100%;
    height: auto;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
    
    
  }


.s-4a10955e-63c0-4040-863e-db8956a0110d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shg-align-container {
  text-align: center
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image,
  #s-4a10955e-63c0-4040-863e-db8956a0110d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d {
    width: 100%;
    height: auto;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
    
    
  }


.s-4a10955e-63c0-4040-863e-db8956a0110d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shg-align-container {
  text-align: center
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image,
  #s-4a10955e-63c0-4040-863e-db8956a0110d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d {
    width: 100%;
    height: auto;
  }

  #s-4a10955e-63c0-4040-863e-db8956a0110d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
    
    
  }


.s-4a10955e-63c0-4040-863e-db8956a0110d .shogun-image-content {
  
    align-items: center;
  
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shg-align-container {
  text-align: center
}

.s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a10955e-63c0-4040-863e-db8956a0110d.shogun-image {
  box-sizing: border-box;
}


}
#s-404d51b5-d882-4ce2-8d49-b5524223f851 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-404d51b5-d882-4ce2-8d49-b5524223f851 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-82e584c7-5ff8-430d-bb13-747c6043da34 {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-82e584c7-5ff8-430d-bb13-747c6043da34 img.shogun-image,
  #s-82e584c7-5ff8-430d-bb13-747c6043da34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e584c7-5ff8-430d-bb13-747c6043da34 {
    width: 100%;
    height: auto;
  }



  #s-82e584c7-5ff8-430d-bb13-747c6043da34 img.shogun-image {
    

    
    
    
  }


#s-82e584c7-5ff8-430d-bb13-747c6043da34 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb0bb646-49a6-4432-8874-2a6abc33f281 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb0bb646-49a6-4432-8874-2a6abc33f281 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-143a1f92-3cc7-4d0e-81d2-be5f656039ae {
  max-width: 5894px;
aspect-ratio: 5894/3929;
text-align: center;
}





  #s-143a1f92-3cc7-4d0e-81d2-be5f656039ae img.shogun-image,
  #s-143a1f92-3cc7-4d0e-81d2-be5f656039ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-143a1f92-3cc7-4d0e-81d2-be5f656039ae {
    width: 100%;
    height: auto;
  }



  #s-143a1f92-3cc7-4d0e-81d2-be5f656039ae img.shogun-image {
    

    
    
    
  }


#s-143a1f92-3cc7-4d0e-81d2-be5f656039ae .shogun-image-content {
  
    align-items: center;
  
}

#s-8e13785d-8fbe-4bc7-8a2b-ca721ab74ecb {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e13785d-8fbe-4bc7-8a2b-ca721ab74ecb .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-112b6c44-10f1-4c17-be2b-04ff692f4345 {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image,
  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 {
    width: 100%;
    height: auto;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
    
    
  }


.s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shogun-image-content {
  
    align-items: center;
  
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shg-align-container {
  text-align: center
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image,
  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 {
    width: 100%;
    height: auto;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
    
    
  }


.s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shogun-image-content {
  
    align-items: center;
  
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shg-align-container {
  text-align: center
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image,
  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 {
    width: 100%;
    height: auto;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
    
    
  }


.s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shogun-image-content {
  
    align-items: center;
  
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shg-align-container {
  text-align: center
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image,
  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 {
    width: 100%;
    height: auto;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
    
    
  }


.s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shogun-image-content {
  
    align-items: center;
  
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shg-align-container {
  text-align: center
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image,
  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 {
    width: 100%;
    height: auto;
  }

  #s-112b6c44-10f1-4c17-be2b-04ff692f4345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
    
    
  }


.s-112b6c44-10f1-4c17-be2b-04ff692f4345 .shogun-image-content {
  
    align-items: center;
  
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shg-align-container {
  text-align: center
}

.s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-112b6c44-10f1-4c17-be2b-04ff692f4345.shogun-image {
  box-sizing: border-box;
}


}
#s-e7666ce5-4f17-4041-9a36-bdd2932f8b67 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7666ce5-4f17-4041-9a36-bdd2932f8b67 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-90367de1-1b4a-4b2c-972d-f50cbb6c786c {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image,
  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c {
    width: 100%;
    height: auto;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
    
    
  }


.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shogun-image-content {
  
    align-items: center;
  
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shg-align-container {
  text-align: center
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image,
  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c {
    width: 100%;
    height: auto;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
    
    
  }


.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shogun-image-content {
  
    align-items: center;
  
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shg-align-container {
  text-align: center
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image,
  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c {
    width: 100%;
    height: auto;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
    
    
  }


.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shogun-image-content {
  
    align-items: center;
  
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shg-align-container {
  text-align: center
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image,
  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c {
    width: 100%;
    height: auto;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
    
    
  }


.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shogun-image-content {
  
    align-items: center;
  
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shg-align-container {
  text-align: center
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image,
  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c {
    width: 100%;
    height: auto;
  }

  #s-90367de1-1b4a-4b2c-972d-f50cbb6c786c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
    
    
  }


.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c .shogun-image-content {
  
    align-items: center;
  
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shg-align-container {
  text-align: center
}

.s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90367de1-1b4a-4b2c-972d-f50cbb6c786c.shogun-image {
  box-sizing: border-box;
}


}
#s-fdab55f4-b111-4e29-be72-aa38f22ed433 {
  border-style: solid;
margin-top: 5%;
margin-left: 15px;
margin-bottom: 5%;
margin-right: 15px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-fdab55f4-b111-4e29-be72-aa38f22ed433 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdab55f4-b111-4e29-be72-aa38f22ed433 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdab55f4-b111-4e29-be72-aa38f22ed433 {
  
}
}@media (max-width: 767px){#s-fdab55f4-b111-4e29-be72-aa38f22ed433 {
  
}
}
#s-fdab55f4-b111-4e29-be72-aa38f22ed433 .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-08ac04ac-c542-4ce6-bef1-9e75f816aa65 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08ac04ac-c542-4ce6-bef1-9e75f816aa65 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image,
  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 {
    width: 100%;
    height: auto;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
    
    
  }


.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shg-align-container {
  text-align: center
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image,
  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 {
    width: 100%;
    height: auto;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
    
    
  }


.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shg-align-container {
  text-align: center
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image,
  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 {
    width: 100%;
    height: auto;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
    
    
  }


.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shg-align-container {
  text-align: center
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image,
  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 {
    width: 100%;
    height: auto;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
    
    
  }


.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shg-align-container {
  text-align: center
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image,
  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 {
    width: 100%;
    height: auto;
  }

  #s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
    
    
  }


.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shg-align-container {
  text-align: center
}

.s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1052d1f-c8cf-46fd-a292-15fb759e6f97.shogun-image {
  box-sizing: border-box;
}


}
#s-e6ddd52b-5552-4b9b-9974-60bf773baf41 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  img.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
    
    
  }


.s-e6ddd52b-5552-4b9b-9974-60bf773baf41 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shg-align-container {
  text-align: center
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
    
    
  }


.s-e6ddd52b-5552-4b9b-9974-60bf773baf41 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shg-align-container {
  text-align: center
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
    
    
  }


.s-e6ddd52b-5552-4b9b-9974-60bf773baf41 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shg-align-container {
  text-align: center
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
    
    
  }


.s-e6ddd52b-5552-4b9b-9974-60bf773baf41 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shg-align-container {
  text-align: center
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
    
    
  }


.s-e6ddd52b-5552-4b9b-9974-60bf773baf41 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shg-align-container {
  text-align: center
}

.s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6ddd52b-5552-4b9b-9974-60bf773baf41.shogun-image {
  box-sizing: border-box;
}


}
#s-2524cf55-d25d-4eb0-85d0-54b116e7730c {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2524cf55-d25d-4eb0-85d0-54b116e7730c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-59b01b81-eb57-4e13-9c67-d1863dd5697c {
  border-style: solid;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-59b01b81-eb57-4e13-9c67-d1863dd5697c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59b01b81-eb57-4e13-9c67-d1863dd5697c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59b01b81-eb57-4e13-9c67-d1863dd5697c {
  
}
}@media (max-width: 767px){#s-59b01b81-eb57-4e13-9c67-d1863dd5697c {
  
}
}
#s-59b01b81-eb57-4e13-9c67-d1863dd5697c .shogun-heading-component h3 {
  color: #000;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5771bbcc-d21f-432c-a3f1-a020112ed1cd {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image,
  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd {
    width: 100%;
    height: auto;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
    
    
  }


.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shg-align-container {
  text-align: center
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image,
  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd {
    width: 100%;
    height: auto;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
    
    
  }


.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shg-align-container {
  text-align: center
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image,
  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd {
    width: 100%;
    height: auto;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
    
    
  }


.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shg-align-container {
  text-align: center
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image,
  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd {
    width: 100%;
    height: auto;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
    
    
  }


.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shg-align-container {
  text-align: center
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image,
  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd {
    width: 100%;
    height: auto;
  }

  #s-5771bbcc-d21f-432c-a3f1-a020112ed1cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
    
    
  }


.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shg-align-container {
  text-align: center
}

.s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5771bbcc-d21f-432c-a3f1-a020112ed1cd.shogun-image {
  box-sizing: border-box;
}


}
#s-6a5aac32-7dcc-4b50-8642-39e03bae3c36 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a5aac32-7dcc-4b50-8642-39e03bae3c36 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5b8ea30b-58c8-4cf1-b7cb-f4cdf06ae3a5 {
  padding-top: 30px;
padding-bottom: 20px;
background-color: rgba(183, 138, 73, 1);
}








#s-5b8ea30b-58c8-4cf1-b7cb-f4cdf06ae3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b8ea30b-58c8-4cf1-b7cb-f4cdf06ae3a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faa43270-1020-474e-ae49-fce24c8a2447 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-4df0147b-2e33-4133-ae71-d8bcd7711d33 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-4df0147b-2e33-4133-ae71-d8bcd7711d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4df0147b-2e33-4133-ae71-d8bcd7711d33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60a3b49a-c155-4989-90e7-e88deec08f33 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60a3b49a-c155-4989-90e7-e88deec08f33 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Noto Sans Chorasmian";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-f2101084-0e19-41fc-8f0c-ea5197c64b41 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f2101084-0e19-41fc-8f0c-ea5197c64b41 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f2101084-0e19-41fc-8f0c-ea5197c64b41 .shg-sld-nav-button.shg-sld-left,
#s-f2101084-0e19-41fc-8f0c-ea5197c64b41 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-524e32a0-4802-49d1-80a9-8e8e7374ff4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-524e32a0-4802-49d1-80a9-8e8e7374ff4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-524e32a0-4802-49d1-80a9-8e8e7374ff4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-524e32a0-4802-49d1-80a9-8e8e7374ff4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-524e32a0-4802-49d1-80a9-8e8e7374ff4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-524e32a0-4802-49d1-80a9-8e8e7374ff4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-524e32a0-4802-49d1-80a9-8e8e7374ff4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-3263d559-d5bb-4f07-ae49-b84514bd23c2 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image,
  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 {
    width: 100%;
    height: auto;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
    
    
  }


.s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shg-align-container {
  text-align: center
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image,
  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 {
    width: 100%;
    height: auto;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
    
    
  }


.s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shg-align-container {
  text-align: center
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image,
  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 {
    width: 100%;
    height: auto;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
    
    
  }


.s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shg-align-container {
  text-align: center
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image,
  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 {
    width: 100%;
    height: auto;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
    
    
  }


.s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shg-align-container {
  text-align: center
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image,
  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 {
    width: 100%;
    height: auto;
  }

  #s-3263d559-d5bb-4f07-ae49-b84514bd23c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
    
    
  }


.s-3263d559-d5bb-4f07-ae49-b84514bd23c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shg-align-container {
  text-align: center
}

.s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3263d559-d5bb-4f07-ae49-b84514bd23c2.shogun-image {
  box-sizing: border-box;
}


}
#s-276a05fa-34ea-4b53-b059-e74e6d11c561 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-276a05fa-34ea-4b53-b059-e74e6d11c561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-276a05fa-34ea-4b53-b059-e74e6d11c561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Amiri;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ad95a2ee-7319-403f-aae2-6712bb371294 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad95a2ee-7319-403f-aae2-6712bb371294 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-6cdd0208-7af5-43ac-8617-f357b6107a63 {
  margin-top: 10px;
margin-bottom: 10px;
}

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

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

.shg-btn-text {
  font-weight: 400;
  font-family: Noto Sans Japanese;
}

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

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

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

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

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

#s-b895e36f-6611-4910-b9a4-75a6604ee484 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-b895e36f-6611-4910-b9a4-75a6604ee484:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b895e36f-6611-4910-b9a4-75a6604ee484:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b895e36f-6611-4910-b9a4-75a6604ee484-root {
    text-align: left;
  }


#s-b895e36f-6611-4910-b9a4-75a6604ee484.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b895e36f-6611-4910-b9a4-75a6604ee484-root {
    text-align: left;
  }


#s-b895e36f-6611-4910-b9a4-75a6604ee484.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b895e36f-6611-4910-b9a4-75a6604ee484-root {
    text-align: left;
  }


#s-b895e36f-6611-4910-b9a4-75a6604ee484.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b895e36f-6611-4910-b9a4-75a6604ee484-root {
    text-align: left;
  }


#s-b895e36f-6611-4910-b9a4-75a6604ee484.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b895e36f-6611-4910-b9a4-75a6604ee484-root {
    text-align: left;
  }


#s-b895e36f-6611-4910-b9a4-75a6604ee484.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-44c9cad0-b94e-4ac5-a0f3-05b063d12981"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-44c9cad0-b94e-4ac5-a0f3-05b063d12981"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44c9cad0-b94e-4ac5-a0f3-05b063d12981"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44c9cad0-b94e-4ac5-a0f3-05b063d12981"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44c9cad0-b94e-4ac5-a0f3-05b063d12981"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44c9cad0-b94e-4ac5-a0f3-05b063d12981"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44c9cad0-b94e-4ac5-a0f3-05b063d12981"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-8f6ac44c-1d78-4f4f-9884-573464f912b9 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image,
  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 {
    width: 100%;
    height: auto;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
    
    
  }


.s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shg-align-container {
  text-align: center
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image,
  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 {
    width: 100%;
    height: auto;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
    
    
  }


.s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shg-align-container {
  text-align: center
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image,
  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 {
    width: 100%;
    height: auto;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
    
    
  }


.s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shg-align-container {
  text-align: center
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image,
  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 {
    width: 100%;
    height: auto;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
    
    
  }


.s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shg-align-container {
  text-align: center
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image,
  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 {
    width: 100%;
    height: auto;
  }

  #s-8f6ac44c-1d78-4f4f-9884-573464f912b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
    
    
  }


.s-8f6ac44c-1d78-4f4f-9884-573464f912b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shg-align-container {
  text-align: center
}

.s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f6ac44c-1d78-4f4f-9884-573464f912b9.shogun-image {
  box-sizing: border-box;
}


}
#s-995e76ec-fc72-412d-9d81-a409c1dc5ccb {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-995e76ec-fc72-412d-9d81-a409c1dc5ccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-995e76ec-fc72-412d-9d81-a409c1dc5ccb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-836ea017-cbb8-431b-8ac6-1f137788ac49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-836ea017-cbb8-431b-8ac6-1f137788ac49 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-fd248a2a-3fc2-43b1-a21c-0379f1c82d49 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a423846-477f-487c-97bf-6ea5e49c9282 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-9a423846-477f-487c-97bf-6ea5e49c9282:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9a423846-477f-487c-97bf-6ea5e49c9282:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a423846-477f-487c-97bf-6ea5e49c9282-root {
    text-align: left;
  }


#s-9a423846-477f-487c-97bf-6ea5e49c9282.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a423846-477f-487c-97bf-6ea5e49c9282-root {
    text-align: left;
  }


#s-9a423846-477f-487c-97bf-6ea5e49c9282.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a423846-477f-487c-97bf-6ea5e49c9282-root {
    text-align: left;
  }


#s-9a423846-477f-487c-97bf-6ea5e49c9282.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a423846-477f-487c-97bf-6ea5e49c9282-root {
    text-align: left;
  }


#s-9a423846-477f-487c-97bf-6ea5e49c9282.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a423846-477f-487c-97bf-6ea5e49c9282-root {
    text-align: left;
  }


#s-9a423846-477f-487c-97bf-6ea5e49c9282.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-3da2293d-65bb-430c-872c-9d4c28ac3005"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3da2293d-65bb-430c-872c-9d4c28ac3005"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3da2293d-65bb-430c-872c-9d4c28ac3005"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3da2293d-65bb-430c-872c-9d4c28ac3005"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3da2293d-65bb-430c-872c-9d4c28ac3005"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3da2293d-65bb-430c-872c-9d4c28ac3005"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3da2293d-65bb-430c-872c-9d4c28ac3005"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image,
  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 {
    width: 100%;
    height: auto;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
    
    
  }


.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shg-align-container {
  text-align: center
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image,
  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 {
    width: 100%;
    height: auto;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
    
    
  }


.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shg-align-container {
  text-align: center
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image,
  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 {
    width: 100%;
    height: auto;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
    
    
  }


.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shg-align-container {
  text-align: center
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image,
  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 {
    width: 100%;
    height: auto;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
    
    
  }


.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shg-align-container {
  text-align: center
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image,
  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 {
    width: 100%;
    height: auto;
  }

  #s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
    
    
  }


.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shg-align-container {
  text-align: center
}

.s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e8c30bf-3e94-465b-b32d-9e25556e68b1.shogun-image {
  box-sizing: border-box;
}


}
#s-7da5baa7-382c-4c30-9747-39c6e51d1be8 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-7da5baa7-382c-4c30-9747-39c6e51d1be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7da5baa7-382c-4c30-9747-39c6e51d1be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-518a219c-8b4f-4be7-8e1c-bb327d0a4295 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-518a219c-8b4f-4be7-8e1c-bb327d0a4295 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-0af4fad9-188c-44cb-b607-4bccf905e5c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4-root {
    text-align: left;
  }


#s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4-root {
    text-align: left;
  }


#s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4-root {
    text-align: left;
  }


#s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4-root {
    text-align: left;
  }


#s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4-root {
    text-align: left;
  }


#s-498e1f60-a4bf-4ed7-b20f-ebbed9e8caf4.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-c7c95248-5751-4073-b873-35964ed7e379"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c7c95248-5751-4073-b873-35964ed7e379"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c7c95248-5751-4073-b873-35964ed7e379"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7c95248-5751-4073-b873-35964ed7e379"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c7c95248-5751-4073-b873-35964ed7e379"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7c95248-5751-4073-b873-35964ed7e379"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c7c95248-5751-4073-b873-35964ed7e379"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-070c4267-c9bc-4895-b20e-7b368754ac86 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image,
  #s-070c4267-c9bc-4895-b20e-7b368754ac86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 {
    width: 100%;
    height: auto;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
    
    
  }


.s-070c4267-c9bc-4895-b20e-7b368754ac86 .shogun-image-content {
  
    align-items: center;
  
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shg-align-container {
  text-align: center
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image,
  #s-070c4267-c9bc-4895-b20e-7b368754ac86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 {
    width: 100%;
    height: auto;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
    
    
  }


.s-070c4267-c9bc-4895-b20e-7b368754ac86 .shogun-image-content {
  
    align-items: center;
  
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shg-align-container {
  text-align: center
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image,
  #s-070c4267-c9bc-4895-b20e-7b368754ac86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 {
    width: 100%;
    height: auto;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
    
    
  }


.s-070c4267-c9bc-4895-b20e-7b368754ac86 .shogun-image-content {
  
    align-items: center;
  
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shg-align-container {
  text-align: center
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image,
  #s-070c4267-c9bc-4895-b20e-7b368754ac86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 {
    width: 100%;
    height: auto;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
    
    
  }


.s-070c4267-c9bc-4895-b20e-7b368754ac86 .shogun-image-content {
  
    align-items: center;
  
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shg-align-container {
  text-align: center
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image,
  #s-070c4267-c9bc-4895-b20e-7b368754ac86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 {
    width: 100%;
    height: auto;
  }

  #s-070c4267-c9bc-4895-b20e-7b368754ac86 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
    
    
  }


.s-070c4267-c9bc-4895-b20e-7b368754ac86 .shogun-image-content {
  
    align-items: center;
  
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shg-align-container {
  text-align: center
}

.s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-070c4267-c9bc-4895-b20e-7b368754ac86.shogun-image {
  box-sizing: border-box;
}


}
#s-f0dab4b5-d536-4c55-9251-a3515193b806 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-f0dab4b5-d536-4c55-9251-a3515193b806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0dab4b5-d536-4c55-9251-a3515193b806.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a52d216-3757-4af3-a792-af42b6b2f53b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4a52d216-3757-4af3-a792-af42b6b2f53b .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-9fd73004-2483-4f23-b700-319ade52d2b1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-beb7905a-867a-4032-9ee5-42c19db689d5 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-beb7905a-867a-4032-9ee5-42c19db689d5:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-beb7905a-867a-4032-9ee5-42c19db689d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-beb7905a-867a-4032-9ee5-42c19db689d5-root {
    text-align: left;
  }


#s-beb7905a-867a-4032-9ee5-42c19db689d5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-beb7905a-867a-4032-9ee5-42c19db689d5-root {
    text-align: left;
  }


#s-beb7905a-867a-4032-9ee5-42c19db689d5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-beb7905a-867a-4032-9ee5-42c19db689d5-root {
    text-align: left;
  }


#s-beb7905a-867a-4032-9ee5-42c19db689d5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-beb7905a-867a-4032-9ee5-42c19db689d5-root {
    text-align: left;
  }


#s-beb7905a-867a-4032-9ee5-42c19db689d5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-beb7905a-867a-4032-9ee5-42c19db689d5-root {
    text-align: left;
  }


#s-beb7905a-867a-4032-9ee5-42c19db689d5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-4ebe207b-7245-471a-bfae-de3bc55c656b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4ebe207b-7245-471a-bfae-de3bc55c656b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ebe207b-7245-471a-bfae-de3bc55c656b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ebe207b-7245-471a-bfae-de3bc55c656b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ebe207b-7245-471a-bfae-de3bc55c656b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ebe207b-7245-471a-bfae-de3bc55c656b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ebe207b-7245-471a-bfae-de3bc55c656b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-78ad615c-c20a-41a4-a422-7a0a625d9428 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image,
  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 {
    width: 100%;
    height: auto;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
    
    
  }


.s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shg-align-container {
  text-align: center
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image,
  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 {
    width: 100%;
    height: auto;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
    
    
  }


.s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shg-align-container {
  text-align: center
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image,
  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 {
    width: 100%;
    height: auto;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
    
    
  }


.s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shg-align-container {
  text-align: center
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image,
  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 {
    width: 100%;
    height: auto;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
    
    
  }


.s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shg-align-container {
  text-align: center
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image,
  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 {
    width: 100%;
    height: auto;
  }

  #s-78ad615c-c20a-41a4-a422-7a0a625d9428 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
    
    
  }


.s-78ad615c-c20a-41a4-a422-7a0a625d9428 .shogun-image-content {
  
    align-items: center;
  
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shg-align-container {
  text-align: center
}

.s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78ad615c-c20a-41a4-a422-7a0a625d9428.shogun-image {
  box-sizing: border-box;
}


}
#s-d05f2600-43c0-4e8b-b99c-a8e9d8b1f5e3 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-d05f2600-43c0-4e8b-b99c-a8e9d8b1f5e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d05f2600-43c0-4e8b-b99c-a8e9d8b1f5e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52e5683d-7e24-426e-b395-a956ba534f45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-52e5683d-7e24-426e-b395-a956ba534f45 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-faa748ce-2ed3-42cb-965d-af3d62f41c0a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e1e6f658-0575-40e2-a01a-3376d8c8693e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-e1e6f658-0575-40e2-a01a-3376d8c8693e:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1e6f658-0575-40e2-a01a-3376d8c8693e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1e6f658-0575-40e2-a01a-3376d8c8693e-root {
    text-align: left;
  }


#s-e1e6f658-0575-40e2-a01a-3376d8c8693e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1e6f658-0575-40e2-a01a-3376d8c8693e-root {
    text-align: left;
  }


#s-e1e6f658-0575-40e2-a01a-3376d8c8693e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1e6f658-0575-40e2-a01a-3376d8c8693e-root {
    text-align: left;
  }


#s-e1e6f658-0575-40e2-a01a-3376d8c8693e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1e6f658-0575-40e2-a01a-3376d8c8693e-root {
    text-align: left;
  }


#s-e1e6f658-0575-40e2-a01a-3376d8c8693e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1e6f658-0575-40e2-a01a-3376d8c8693e-root {
    text-align: left;
  }


#s-e1e6f658-0575-40e2-a01a-3376d8c8693e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-43e9fc5d-ecac-40c0-8e16-d8f0700a12b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-43e9fc5d-ecac-40c0-8e16-d8f0700a12b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43e9fc5d-ecac-40c0-8e16-d8f0700a12b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43e9fc5d-ecac-40c0-8e16-d8f0700a12b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43e9fc5d-ecac-40c0-8e16-d8f0700a12b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43e9fc5d-ecac-40c0-8e16-d8f0700a12b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-43e9fc5d-ecac-40c0-8e16-d8f0700a12b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-202e2e7d-a3be-49f8-838e-a5da9b49c74e {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image,
  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e {
    width: 100%;
    height: auto;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
    
    
  }


.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shogun-image-content {
  
    align-items: center;
  
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shg-align-container {
  text-align: center
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image,
  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e {
    width: 100%;
    height: auto;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
    
    
  }


.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shogun-image-content {
  
    align-items: center;
  
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shg-align-container {
  text-align: center
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image,
  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e {
    width: 100%;
    height: auto;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
    
    
  }


.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shogun-image-content {
  
    align-items: center;
  
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shg-align-container {
  text-align: center
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image,
  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e {
    width: 100%;
    height: auto;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
    
    
  }


.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shogun-image-content {
  
    align-items: center;
  
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shg-align-container {
  text-align: center
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image,
  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e {
    width: 100%;
    height: auto;
  }

  #s-202e2e7d-a3be-49f8-838e-a5da9b49c74e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
    
    
  }


.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e .shogun-image-content {
  
    align-items: center;
  
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shg-align-container {
  text-align: center
}

.s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-202e2e7d-a3be-49f8-838e-a5da9b49c74e.shogun-image {
  box-sizing: border-box;
}


}
#s-8c026e15-38e6-436c-a58d-9e921121c343 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-8c026e15-38e6-436c-a58d-9e921121c343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c026e15-38e6-436c-a58d-9e921121c343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e614cdd5-457e-4230-ba48-ece8d1ab0663 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e614cdd5-457e-4230-ba48-ece8d1ab0663 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-6e429ed2-fb87-43b9-84e0-b90041292972 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f3dbaabb-da00-4b63-80d0-48364cc2eb44 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-f3dbaabb-da00-4b63-80d0-48364cc2eb44:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f3dbaabb-da00-4b63-80d0-48364cc2eb44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3dbaabb-da00-4b63-80d0-48364cc2eb44-root {
    text-align: left;
  }


#s-f3dbaabb-da00-4b63-80d0-48364cc2eb44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3dbaabb-da00-4b63-80d0-48364cc2eb44-root {
    text-align: left;
  }


#s-f3dbaabb-da00-4b63-80d0-48364cc2eb44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3dbaabb-da00-4b63-80d0-48364cc2eb44-root {
    text-align: left;
  }


#s-f3dbaabb-da00-4b63-80d0-48364cc2eb44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3dbaabb-da00-4b63-80d0-48364cc2eb44-root {
    text-align: left;
  }


#s-f3dbaabb-da00-4b63-80d0-48364cc2eb44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3dbaabb-da00-4b63-80d0-48364cc2eb44-root {
    text-align: left;
  }


#s-f3dbaabb-da00-4b63-80d0-48364cc2eb44.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-a4a67d8d-3845-474b-9960-b66470db27c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a4a67d8d-3845-474b-9960-b66470db27c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4a67d8d-3845-474b-9960-b66470db27c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4a67d8d-3845-474b-9960-b66470db27c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4a67d8d-3845-474b-9960-b66470db27c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4a67d8d-3845-474b-9960-b66470db27c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a4a67d8d-3845-474b-9960-b66470db27c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image,
  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a {
    width: 100%;
    height: auto;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
    
    
  }


.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shogun-image-content {
  
    align-items: center;
  
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shg-align-container {
  text-align: center
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image,
  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a {
    width: 100%;
    height: auto;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
    
    
  }


.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shogun-image-content {
  
    align-items: center;
  
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shg-align-container {
  text-align: center
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image,
  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a {
    width: 100%;
    height: auto;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
    
    
  }


.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shogun-image-content {
  
    align-items: center;
  
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shg-align-container {
  text-align: center
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image,
  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a {
    width: 100%;
    height: auto;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
    
    
  }


.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shogun-image-content {
  
    align-items: center;
  
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shg-align-container {
  text-align: center
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image,
  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a {
    width: 100%;
    height: auto;
  }

  #s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
    
    
  }


.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a .shogun-image-content {
  
    align-items: center;
  
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shg-align-container {
  text-align: center
}

.s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c1d9f3c-c129-40ef-ae3a-b8f745c6924a.shogun-image {
  box-sizing: border-box;
}


}
#s-94db67f7-1088-4919-8ba5-f17baa93064e {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-94db67f7-1088-4919-8ba5-f17baa93064e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94db67f7-1088-4919-8ba5-f17baa93064e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ffc50ca-c3a2-40da-8a17-cbc3a7f2a1b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ffc50ca-c3a2-40da-8a17-cbc3a7f2a1b4 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-29b5fee3-eb5b-4f81-b964-c2371f4418b9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea-root {
    text-align: left;
  }


#s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea-root {
    text-align: left;
  }


#s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea-root {
    text-align: left;
  }


#s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea-root {
    text-align: left;
  }


#s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea-root {
    text-align: left;
  }


#s-0e524f30-a1ed-4efa-934c-9c99ce85d7ea.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-4dcfbdc4-6bcb-4148-a75c-fbecd938bf0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4dcfbdc4-6bcb-4148-a75c-fbecd938bf0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dcfbdc4-6bcb-4148-a75c-fbecd938bf0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4dcfbdc4-6bcb-4148-a75c-fbecd938bf0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dcfbdc4-6bcb-4148-a75c-fbecd938bf0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dcfbdc4-6bcb-4148-a75c-fbecd938bf0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4dcfbdc4-6bcb-4148-a75c-fbecd938bf0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image,
  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e {
    width: 100%;
    height: auto;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
    
    
  }


.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shg-align-container {
  text-align: center
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image,
  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e {
    width: 100%;
    height: auto;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
    
    
  }


.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shg-align-container {
  text-align: center
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image,
  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e {
    width: 100%;
    height: auto;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
    
    
  }


.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shg-align-container {
  text-align: center
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image,
  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e {
    width: 100%;
    height: auto;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
    
    
  }


.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shg-align-container {
  text-align: center
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image,
  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e {
    width: 100%;
    height: auto;
  }

  #s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
    
    
  }


.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shg-align-container {
  text-align: center
}

.s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc41f73-21e0-4271-98d5-a6d2ecf9008e.shogun-image {
  box-sizing: border-box;
}


}
#s-6227ff34-a576-4a2c-999f-92a669aa51c0 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-6227ff34-a576-4a2c-999f-92a669aa51c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6227ff34-a576-4a2c-999f-92a669aa51c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2522e450-8f6e-480d-90c8-eb359bb86229 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2522e450-8f6e-480d-90c8-eb359bb86229 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-18af4fa0-9969-4025-81cb-3b08e9e460c0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0d4dbc60-752a-4b25-9116-63e0f062c445 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-0d4dbc60-752a-4b25-9116-63e0f062c445:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0d4dbc60-752a-4b25-9116-63e0f062c445:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d4dbc60-752a-4b25-9116-63e0f062c445-root {
    text-align: left;
  }


#s-0d4dbc60-752a-4b25-9116-63e0f062c445.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d4dbc60-752a-4b25-9116-63e0f062c445-root {
    text-align: left;
  }


#s-0d4dbc60-752a-4b25-9116-63e0f062c445.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d4dbc60-752a-4b25-9116-63e0f062c445-root {
    text-align: left;
  }


#s-0d4dbc60-752a-4b25-9116-63e0f062c445.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d4dbc60-752a-4b25-9116-63e0f062c445-root {
    text-align: left;
  }


#s-0d4dbc60-752a-4b25-9116-63e0f062c445.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d4dbc60-752a-4b25-9116-63e0f062c445-root {
    text-align: left;
  }


#s-0d4dbc60-752a-4b25-9116-63e0f062c445.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-463a376a-4b94-4c39-ad07-d07e7d31faa3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-463a376a-4b94-4c39-ad07-d07e7d31faa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-463a376a-4b94-4c39-ad07-d07e7d31faa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-463a376a-4b94-4c39-ad07-d07e7d31faa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ef2763e3-6992-44f2-b541-2f3d28a2c00d {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image,
  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d {
    width: 100%;
    height: auto;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
    
    
  }


.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shg-align-container {
  text-align: center
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image,
  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d {
    width: 100%;
    height: auto;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
    
    
  }


.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shg-align-container {
  text-align: center
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image,
  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d {
    width: 100%;
    height: auto;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
    
    
  }


.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shg-align-container {
  text-align: center
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image,
  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d {
    width: 100%;
    height: auto;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
    
    
  }


.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shg-align-container {
  text-align: center
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image,
  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d {
    width: 100%;
    height: auto;
  }

  #s-ef2763e3-6992-44f2-b541-2f3d28a2c00d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
    
    
  }


.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d .shogun-image-content {
  
    align-items: center;
  
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shg-align-container {
  text-align: center
}

.s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef2763e3-6992-44f2-b541-2f3d28a2c00d.shogun-image {
  box-sizing: border-box;
}


}
#s-e81afdaf-4507-4e04-9cc8-b95161680a23 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-e81afdaf-4507-4e04-9cc8-b95161680a23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e81afdaf-4507-4e04-9cc8-b95161680a23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7b55ac0-2954-49bf-934f-af6961022fae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7b55ac0-2954-49bf-934f-af6961022fae .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-14542e69-806c-4b64-a9db-fb57268e9f32 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bd163494-5cfc-46d9-876c-0ec26a8c041a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9ddcb931-f625-47b0-961b-9f341401c889 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-9ddcb931-f625-47b0-961b-9f341401c889:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9ddcb931-f625-47b0-961b-9f341401c889:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ddcb931-f625-47b0-961b-9f341401c889-root {
    text-align: left;
  }


#s-9ddcb931-f625-47b0-961b-9f341401c889.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ddcb931-f625-47b0-961b-9f341401c889-root {
    text-align: left;
  }


#s-9ddcb931-f625-47b0-961b-9f341401c889.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ddcb931-f625-47b0-961b-9f341401c889-root {
    text-align: left;
  }


#s-9ddcb931-f625-47b0-961b-9f341401c889.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ddcb931-f625-47b0-961b-9f341401c889-root {
    text-align: left;
  }


#s-9ddcb931-f625-47b0-961b-9f341401c889.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ddcb931-f625-47b0-961b-9f341401c889-root {
    text-align: left;
  }


#s-9ddcb931-f625-47b0-961b-9f341401c889.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-ad81cb5e-dfb9-493c-a6d0-a89c0b10bd62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ad81cb5e-dfb9-493c-a6d0-a89c0b10bd62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad81cb5e-dfb9-493c-a6d0-a89c0b10bd62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad81cb5e-dfb9-493c-a6d0-a89c0b10bd62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad81cb5e-dfb9-493c-a6d0-a89c0b10bd62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad81cb5e-dfb9-493c-a6d0-a89c0b10bd62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad81cb5e-dfb9-493c-a6d0-a89c0b10bd62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image,
  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 {
    width: 100%;
    height: auto;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
    
    
  }


.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shg-align-container {
  text-align: center
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image,
  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 {
    width: 100%;
    height: auto;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
    
    
  }


.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shg-align-container {
  text-align: center
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image,
  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 {
    width: 100%;
    height: auto;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
    
    
  }


.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shg-align-container {
  text-align: center
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image,
  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 {
    width: 100%;
    height: auto;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
    
    
  }


.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shg-align-container {
  text-align: center
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image,
  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 {
    width: 100%;
    height: auto;
  }

  #s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
    
    
  }


.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shg-align-container {
  text-align: center
}

.s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d54b46-3e4d-40a4-b8c7-644bf3f79647.shogun-image {
  box-sizing: border-box;
}


}
#s-108a67b4-0528-4066-8619-34d1554c68f9 {
  margin-left: 0px;
margin-right: -1px;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-108a67b4-0528-4066-8619-34d1554c68f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-108a67b4-0528-4066-8619-34d1554c68f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c1d8c1d-3afc-476a-9bba-87e909453235 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c1d8c1d-3afc-476a-9bba-87e909453235 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5bc384bb-e74e-4433-9ee5-8f76338447f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6-root {
    text-align: left;
  }


#s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6-root {
    text-align: left;
  }


#s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6-root {
    text-align: left;
  }


#s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6-root {
    text-align: left;
  }


#s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6-root {
    text-align: left;
  }


#s-86ef2a6c-4f7d-4ae9-ac36-6b10141332a6.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
#s-eeab65c3-1f1f-4dd0-af3d-4957a55e960f {
  background-color: rgba(250, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-eeab65c3-1f1f-4dd0-af3d-4957a55e960f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eeab65c3-1f1f-4dd0-af3d-4957a55e960f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eeab65c3-1f1f-4dd0-af3d-4957a55e960f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eeab65c3-1f1f-4dd0-af3d-4957a55e960f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eeab65c3-1f1f-4dd0-af3d-4957a55e960f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeab65c3-1f1f-4dd0-af3d-4957a55e960f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eeab65c3-1f1f-4dd0-af3d-4957a55e960f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-f240c3d5-4db3-4de2-9d51-169d82ece32d {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image,
  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d {
    width: 100%;
    height: auto;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
    
    
  }


.s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shogun-image-content {
  
    align-items: center;
  
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shg-align-container {
  text-align: center
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image,
  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d {
    width: 100%;
    height: auto;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
    
    
  }


.s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shogun-image-content {
  
    align-items: center;
  
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shg-align-container {
  text-align: center
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image,
  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d {
    width: 100%;
    height: auto;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
    
    
  }


.s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shogun-image-content {
  
    align-items: center;
  
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shg-align-container {
  text-align: center
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image,
  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d {
    width: 100%;
    height: auto;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
    
    
  }


.s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shogun-image-content {
  
    align-items: center;
  
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shg-align-container {
  text-align: center
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image,
  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d {
    width: 100%;
    height: auto;
  }

  #s-f240c3d5-4db3-4de2-9d51-169d82ece32d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
    
    
  }


.s-f240c3d5-4db3-4de2-9d51-169d82ece32d .shogun-image-content {
  
    align-items: center;
  
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shg-align-container {
  text-align: center
}

.s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f240c3d5-4db3-4de2-9d51-169d82ece32d.shogun-image {
  box-sizing: border-box;
}


}
#s-9189603f-211c-4f1a-8cb7-24407221c408 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-9189603f-211c-4f1a-8cb7-24407221c408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9189603f-211c-4f1a-8cb7-24407221c408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8ddf759-317d-49bc-89db-cf6f6a6dbbbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d8ddf759-317d-49bc-89db-cf6f6a6dbbbc .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d68dcfab-ea33-47cf-8837-14986a60c21f {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(238, 238, 238, 1);
}

#s-b8e6a9ce-488f-4362-9f94-faede6bbcc85 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-radius: 30px;
background-color: rgba(51, 51, 51, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-b8e6a9ce-488f-4362-9f94-faede6bbcc85:hover {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8e6a9ce-488f-4362-9f94-faede6bbcc85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8e6a9ce-488f-4362-9f94-faede6bbcc85-root {
    text-align: left;
  }


#s-b8e6a9ce-488f-4362-9f94-faede6bbcc85.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8e6a9ce-488f-4362-9f94-faede6bbcc85-root {
    text-align: left;
  }


#s-b8e6a9ce-488f-4362-9f94-faede6bbcc85.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8e6a9ce-488f-4362-9f94-faede6bbcc85-root {
    text-align: left;
  }


#s-b8e6a9ce-488f-4362-9f94-faede6bbcc85.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8e6a9ce-488f-4362-9f94-faede6bbcc85-root {
    text-align: left;
  }


#s-b8e6a9ce-488f-4362-9f94-faede6bbcc85.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8e6a9ce-488f-4362-9f94-faede6bbcc85-root {
    text-align: left;
  }


#s-b8e6a9ce-488f-4362-9f94-faede6bbcc85.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Cabin;
  display:  inline-block ;
}
}
#s-07f423a1-a8fc-42da-a220-5f22e4e2baf7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-07f423a1-a8fc-42da-a220-5f22e4e2baf7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07f423a1-a8fc-42da-a220-5f22e4e2baf7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07f423a1-a8fc-42da-a220-5f22e4e2baf7-root {
    text-align: center;
  }


#s-07f423a1-a8fc-42da-a220-5f22e4e2baf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07f423a1-a8fc-42da-a220-5f22e4e2baf7-root {
    text-align: center;
  }


#s-07f423a1-a8fc-42da-a220-5f22e4e2baf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07f423a1-a8fc-42da-a220-5f22e4e2baf7-root {
    text-align: center;
  }


#s-07f423a1-a8fc-42da-a220-5f22e4e2baf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07f423a1-a8fc-42da-a220-5f22e4e2baf7-root {
    text-align: center;
  }


#s-07f423a1-a8fc-42da-a220-5f22e4e2baf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07f423a1-a8fc-42da-a220-5f22e4e2baf7-root {
    text-align: center;
  }


#s-07f423a1-a8fc-42da-a220-5f22e4e2baf7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-98113fb7-05a2-4090-845b-4744aae0a469 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 43px;
}








#s-98113fb7-05a2-4090-845b-4744aae0a469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98113fb7-05a2-4090-845b-4744aae0a469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01c11264-2509-4943-a732-d4d790b972d0 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-01c11264-2509-4943-a732-d4d790b972d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01c11264-2509-4943-a732-d4d790b972d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 {
  max-width: 1500px;
aspect-ratio: 1500/1000;
text-align: center;
}





  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image,
  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 {
    width: 100%;
    height: auto;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
    
    
  }


.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shg-align-container {
  text-align: center
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image,
  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 {
    width: 100%;
    height: auto;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
    
    
  }


.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shg-align-container {
  text-align: center
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image,
  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 {
    width: 100%;
    height: auto;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
    
    
  }


.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shg-align-container {
  text-align: center
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image,
  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 {
    width: 100%;
    height: auto;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
    
    
  }


.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shg-align-container {
  text-align: center
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image,
  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 {
    width: 100%;
    height: auto;
  }

  #s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
    
    
  }


.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shg-align-container {
  text-align: center
}

.s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44d9ae7e-de89-4f06-ab84-161ab1ba87f7.shogun-image {
  box-sizing: border-box;
}


}
#s-b44d8298-29b6-425e-aa12-cf936358efeb {
  padding-top: 30px;
padding-bottom: 20px;
background-color: rgba(246, 230, 207, 1);
}








#s-b44d8298-29b6-425e-aa12-cf936358efeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b44d8298-29b6-425e-aa12-cf936358efeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e299597-9e32-4a02-9438-ddc95145b153 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-2e299597-9e32-4a02-9438-ddc95145b153 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e299597-9e32-4a02-9438-ddc95145b153 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e299597-9e32-4a02-9438-ddc95145b153 {
  
}
}@media (max-width: 767px){#s-2e299597-9e32-4a02-9438-ddc95145b153 {
  
}
}
#s-2e299597-9e32-4a02-9438-ddc95145b153 .shogun-heading-component h3 {
  color: rgba(247, 60, 60, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-74c5297f-22f3-4e3e-9506-fbb27c1cc87a {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-184d7baf-7b1f-4b47-b1b3-545930bc996e {
  border-style: solid;
margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-184d7baf-7b1f-4b47-b1b3-545930bc996e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-184d7baf-7b1f-4b47-b1b3-545930bc996e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-184d7baf-7b1f-4b47-b1b3-545930bc996e {
  
}
}@media (max-width: 767px){#s-184d7baf-7b1f-4b47-b1b3-545930bc996e {
  
}
}
#s-184d7baf-7b1f-4b47-b1b3-545930bc996e .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-221bc5be-9c8b-4213-8644-94d59e9d1cb6 {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(141, 151, 127, 1);
}








#s-221bc5be-9c8b-4213-8644-94d59e9d1cb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-221bc5be-9c8b-4213-8644-94d59e9d1cb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee7a404c-49ca-4051-b25a-64512be83fc3 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(141, 151, 127, 1);
}

@media (min-width: 0px) {
[id="s-ee7a404c-49ca-4051-b25a-64512be83fc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee7a404c-49ca-4051-b25a-64512be83fc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee7a404c-49ca-4051-b25a-64512be83fc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee7a404c-49ca-4051-b25a-64512be83fc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee7a404c-49ca-4051-b25a-64512be83fc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee7a404c-49ca-4051-b25a-64512be83fc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee7a404c-49ca-4051-b25a-64512be83fc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  box-shadow:0px 0px 0px 0px rgba(236, 236, 241, 1);
background-repeat: no-repeat;
background-size: cover;
min-height: 330px;
background-position: center center;
background-attachment: scroll;
}

#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b {
  background-image: url(https://i.shgcdn.com/9ec5f99a-03af-4d6d-bcb6-0c3ec3cd5f32/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5093c7e1-ad5f-4148-acc0-f087c8aafe1b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5b6ef909-10c4-4c75-95c8-e3fe76301d5a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5b6ef909-10c4-4c75-95c8-e3fe76301d5a {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-5b6ef909-10c4-4c75-95c8-e3fe76301d5a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-f97edb24-18c4-4843-a864-e6423b2d415c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(136, 28, 46, 1);
border-style: solid;
min-height: 2px;
}








#s-f97edb24-18c4-4843-a864-e6423b2d415c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f97edb24-18c4-4843-a864-e6423b2d415c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-253bacee-c379-4470-9779-082c50ffed64 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-253bacee-c379-4470-9779-082c50ffed64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-253bacee-c379-4470-9779-082c50ffed64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-253bacee-c379-4470-9779-082c50ffed64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-253bacee-c379-4470-9779-082c50ffed64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-253bacee-c379-4470-9779-082c50ffed64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-253bacee-c379-4470-9779-082c50ffed64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-253bacee-c379-4470-9779-082c50ffed64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-e0dbcd69-a8b4-434b-a3eb-1d9dc58826f0 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
max-width: 1000px;
}

#s-3ff52e10-6962-4b88-9500-e0a18f862ae5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-3ff52e10-6962-4b88-9500-e0a18f862ae5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-19e01fd2-f077-4d99-9005-bde2cc5f829a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-19e01fd2-f077-4d99-9005-bde2cc5f829a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-19e01fd2-f077-4d99-9005-bde2cc5f829a .shg-sld-nav-button.shg-sld-left,
#s-19e01fd2-f077-4d99-9005-bde2cc5f829a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fe60be75-e882-4764-8b21-e5b992609ac2 {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image,
  #s-fe60be75-e882-4764-8b21-e5b992609ac2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 {
    width: 100%;
    height: auto;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
    
    
  }


.s-fe60be75-e882-4764-8b21-e5b992609ac2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shg-align-container {
  text-align: center
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image,
  #s-fe60be75-e882-4764-8b21-e5b992609ac2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 {
    width: 100%;
    height: auto;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
    
    
  }


.s-fe60be75-e882-4764-8b21-e5b992609ac2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shg-align-container {
  text-align: center
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image,
  #s-fe60be75-e882-4764-8b21-e5b992609ac2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 {
    width: 100%;
    height: auto;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
    
    
  }


.s-fe60be75-e882-4764-8b21-e5b992609ac2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shg-align-container {
  text-align: center
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image,
  #s-fe60be75-e882-4764-8b21-e5b992609ac2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 {
    width: 100%;
    height: auto;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
    
    
  }


.s-fe60be75-e882-4764-8b21-e5b992609ac2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shg-align-container {
  text-align: center
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image,
  #s-fe60be75-e882-4764-8b21-e5b992609ac2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 {
    width: 100%;
    height: auto;
  }

  #s-fe60be75-e882-4764-8b21-e5b992609ac2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
    
    
  }


.s-fe60be75-e882-4764-8b21-e5b992609ac2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shg-align-container {
  text-align: center
}

.s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe60be75-e882-4764-8b21-e5b992609ac2.shogun-image {
  box-sizing: border-box;
}


}
#s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image,
  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 {
    width: 100%;
    height: auto;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
    
    
  }


.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shg-align-container {
  text-align: center
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image,
  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 {
    width: 100%;
    height: auto;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
    
    
  }


.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shg-align-container {
  text-align: center
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image,
  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 {
    width: 100%;
    height: auto;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
    
    
  }


.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shg-align-container {
  text-align: center
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image,
  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 {
    width: 100%;
    height: auto;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
    
    
  }


.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shg-align-container {
  text-align: center
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image,
  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 {
    width: 100%;
    height: auto;
  }

  #s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
    
    
  }


.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shg-align-container {
  text-align: center
}

.s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7935a7e8-8cd7-42ee-ba71-23d3b17ce3a5.shogun-image {
  box-sizing: border-box;
}


}
#s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image,
  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 {
    width: 100%;
    height: auto;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
    
    
  }


.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shg-align-container {
  text-align: center
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image,
  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 {
    width: 100%;
    height: auto;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
    
    
  }


.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shg-align-container {
  text-align: center
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image,
  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 {
    width: 100%;
    height: auto;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
    
    
  }


.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shg-align-container {
  text-align: center
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image,
  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 {
    width: 100%;
    height: auto;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
    
    
  }


.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shg-align-container {
  text-align: center
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image,
  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 {
    width: 100%;
    height: auto;
  }

  #s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
    
    
  }


.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shg-align-container {
  text-align: center
}

.s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1f0bd2-49bf-4cff-a84c-479839ceb901.shogun-image {
  box-sizing: border-box;
}


}
#s-846feebb-b17d-4c02-83fe-eaff5667c6fb {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image,
  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb {
    width: 100%;
    height: auto;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
    
    
  }


.s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shg-align-container {
  text-align: center
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image,
  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb {
    width: 100%;
    height: auto;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
    
    
  }


.s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shg-align-container {
  text-align: center
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image,
  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb {
    width: 100%;
    height: auto;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
    
    
  }


.s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shg-align-container {
  text-align: center
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image,
  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb {
    width: 100%;
    height: auto;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
    
    
  }


.s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shg-align-container {
  text-align: center
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image,
  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb {
    width: 100%;
    height: auto;
  }

  #s-846feebb-b17d-4c02-83fe-eaff5667c6fb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
    
    
  }


.s-846feebb-b17d-4c02-83fe-eaff5667c6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shg-align-container {
  text-align: center
}

.s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-846feebb-b17d-4c02-83fe-eaff5667c6fb.shogun-image {
  box-sizing: border-box;
}


}
#s-8a2e8c12-b0ff-4fea-b834-ec9ce02e7256 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(236, 236, 241, 1);
}








#s-8a2e8c12-b0ff-4fea-b834-ec9ce02e7256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a2e8c12-b0ff-4fea-b834-ec9ce02e7256.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a6b9d784-e6af-4d4b-bb93-3f7e8dc38b30 {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-a6b9d784-e6af-4d4b-bb93-3f7e8dc38b30"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a6b9d784-e6af-4d4b-bb93-3f7e8dc38b30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6b9d784-e6af-4d4b-bb93-3f7e8dc38b30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6b9d784-e6af-4d4b-bb93-3f7e8dc38b30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-105200ba-c407-4f4f-939b-13dae2d61a65 {
  text-align: left;
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 {
  max-width:  100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  width: 100%;
}



.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 {
  max-width:  100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  width: 100%;
}



.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 {
  max-width:  100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  width: 100%;
}



.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 {
  max-width:  100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  width: 100%;
}



.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 {
  max-width:  100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  width: 100%;
}



.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 .shg-image-zoom,
.shg-c#s-105200ba-c407-4f4f-939b-13dae2d61a65 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-2813e355-58f9-40e2-8c58-65950ccc0448 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2813e355-58f9-40e2-8c58-65950ccc0448 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab {
  text-align: left;
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab {
  max-width:  100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  width: 100%;
}



.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab {
  max-width:  100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  width: 100%;
}



.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab {
  max-width:  100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  width: 100%;
}



.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab {
  max-width:  100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  width: 100%;
}



.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab {
  max-width:  100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  width: 100%;
}



.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab .shg-image-zoom,
.shg-c#s-afd64bf4-ac63-4f86-aa75-d028e2afdfab img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ceded390-4706-4a31-8d27-b63919a2c54d {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ceded390-4706-4a31-8d27-b63919a2c54d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6e0fbff7-b301-4f41-8bc0-03fa7732786c {
  background-color: rgba(249, 247, 241, 1);
}

#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b {
  text-align: left;
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b {
  max-width:  100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  width: 100%;
}



.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b {
  max-width:  100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  width: 100%;
}



.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b {
  max-width:  100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  width: 100%;
}



.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b {
  max-width:  100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  width: 100%;
}



.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b {
  max-width:  100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  width: 100%;
}



.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b .shg-image-zoom,
.shg-c#s-65ca5dd2-3cc4-401c-b2c0-2d6f4933d33b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-b7ed9192-b5d7-4b10-a6fc-23273d45272a {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7ed9192-b5d7-4b10-a6fc-23273d45272a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ce0c4747-6e14-47d3-884a-69c26e544a60 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(249, 247, 241, 1);
}








#s-ce0c4747-6e14-47d3-884a-69c26e544a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce0c4747-6e14-47d3-884a-69c26e544a60.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e6f9dfc-04d9-4ef8-bd8d-940d321b48e4 {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-0e6f9dfc-04d9-4ef8-bd8d-940d321b48e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0e6f9dfc-04d9-4ef8-bd8d-940d321b48e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e6f9dfc-04d9-4ef8-bd8d-940d321b48e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e6f9dfc-04d9-4ef8-bd8d-940d321b48e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 {
  text-align: left;
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 {
  max-width:  100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  width: 100%;
}



.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 {
  max-width:  100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  width: 100%;
}



.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 {
  max-width:  100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  width: 100%;
}



.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 {
  max-width:  100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  width: 100%;
}



.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 {
  max-width:  100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  width: 100%;
}



.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 .shg-image-zoom,
.shg-c#s-0e74df69-dbec-4eb1-b5df-1cb9201dde75 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-62e74b36-be23-4164-af5e-21b1d6d3d48a {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62e74b36-be23-4164-af5e-21b1d6d3d48a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 {
  text-align: left;
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 {
  max-width:  100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  width: 100%;
}



.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 {
  max-width:  100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  width: 100%;
}



.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 {
  max-width:  100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  width: 100%;
}



.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 {
  max-width:  100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  width: 100%;
}



.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 {
  max-width:  100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  width: 100%;
}



.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 .shg-image-zoom,
.shg-c#s-8d12bc3b-7ff1-4b8f-a39a-f65c29ea1162 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-7c28a5f8-d5cf-492f-85bf-5ba6c02c8f6c {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c28a5f8-d5cf-492f-85bf-5ba6c02c8f6c .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-079a3785-35d4-4b9f-9295-a0c85466e108 {
  text-align: left;
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 {
  max-width:  100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  width: 100%;
}



.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 {
  max-width:  100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  width: 100%;
}



.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 {
  max-width:  100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  width: 100%;
}



.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 {
  max-width:  100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  width: 100%;
}



.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 {
  max-width:  100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  width: 100%;
}



.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 .shg-image-zoom,
.shg-c#s-079a3785-35d4-4b9f-9295-a0c85466e108 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-bb200eed-4160-4670-9066-34087cc18611 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb200eed-4160-4670-9066-34087cc18611 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-2b6c8cea-09f4-45e9-a784-f63ffc3f80e6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2b6c8cea-09f4-45e9-a784-f63ffc3f80e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b6c8cea-09f4-45e9-a784-f63ffc3f80e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b6c8cea-09f4-45e9-a784-f63ffc3f80e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e7d56847-8580-4062-b29d-daeceba5cbb7 {
  text-align: left;
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 {
  max-width:  100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 {
  max-width:  100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 {
  max-width:  100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 {
  max-width:  100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 {
  max-width:  100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 .shg-image-zoom,
.shg-c#s-e7d56847-8580-4062-b29d-daeceba5cbb7 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-601f8672-7da6-4a18-a46c-8dfaada2afa7 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-601f8672-7da6-4a18-a46c-8dfaada2afa7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-38e5c67c-d498-4577-8a8c-2e873db5556c {
  text-align: left;
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c {
  max-width:  100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  width: 100%;
}



.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c {
  max-width:  100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  width: 100%;
}



.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c {
  max-width:  100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  width: 100%;
}



.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c {
  max-width:  100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  width: 100%;
}



.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c {
  max-width:  100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  width: 100%;
}



.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c .shg-image-zoom,
.shg-c#s-38e5c67c-d498-4577-8a8c-2e873db5556c img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-e04de5d0-cd25-488b-8908-1c9e9efb5505 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e04de5d0-cd25-488b-8908-1c9e9efb5505 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 {
  text-align: left;
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 {
  max-width:  100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 {
  max-width:  100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 {
  max-width:  100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 {
  max-width:  100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 {
  max-width:  100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 .shg-image-zoom,
.shg-c#s-4874dd73-b3f6-447e-a7ca-31e986d165d1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-1c8f7389-a6d3-49a1-8d0a-1b4f665c1953 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c8f7389-a6d3-49a1-8d0a-1b4f665c1953 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-daddb661-242d-4af0-b163-8be22b4ac877 {
  margin-top: 1px;
margin-left: 0px;
margin-bottom: 4px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(236, 236, 241, 1);
}








#s-daddb661-242d-4af0-b163-8be22b4ac877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daddb661-242d-4af0-b163-8be22b4ac877.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-029e5a82-d5a5-44fb-beeb-7bcb184cd1ba {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-029e5a82-d5a5-44fb-beeb-7bcb184cd1ba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-029e5a82-d5a5-44fb-beeb-7bcb184cd1ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-029e5a82-d5a5-44fb-beeb-7bcb184cd1ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-029e5a82-d5a5-44fb-beeb-7bcb184cd1ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-05ab11bd-662b-4635-876e-a633864ec8df {
  text-align: left;
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df {
  max-width:  100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  width: 100%;
}



.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df {
  max-width:  100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  width: 100%;
}



.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df {
  max-width:  100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  width: 100%;
}



.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df {
  max-width:  100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  width: 100%;
}



.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df {
  max-width:  100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  width: 100%;
}



.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df .shg-image-zoom,
.shg-c#s-05ab11bd-662b-4635-876e-a633864ec8df img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-688fb262-62fa-4152-8f20-831a97ac1482 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-688fb262-62fa-4152-8f20-831a97ac1482 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 {
  text-align: left;
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 {
  max-width:  100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 {
  max-width:  100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 {
  max-width:  100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 {
  max-width:  100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 {
  max-width:  100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  width: 100%;
}



.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 .shg-image-zoom,
.shg-c#s-e3a4ca5e-bfc7-41ba-85b7-1df8d6c19c80 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-0e728ba6-7d09-4106-94c4-ff62e3ca56bb {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e728ba6-7d09-4106-94c4-ff62e3ca56bb .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b3358981-7d47-453d-9100-5902e6df3065 {
  text-align: left;
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 {
  max-width:  100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 {
  max-width:  100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 {
  max-width:  100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 {
  max-width:  100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 {
  max-width:  100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 .shg-image-zoom,
.shg-c#s-b3358981-7d47-453d-9100-5902e6df3065 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-cbd49ff0-530d-41b3-92ca-60d82cf53633 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbd49ff0-530d-41b3-92ca-60d82cf53633 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f322b3a9-6303-4451-b703-a8614a5af60c {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-f322b3a9-6303-4451-b703-a8614a5af60c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f322b3a9-6303-4451-b703-a8614a5af60c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f322b3a9-6303-4451-b703-a8614a5af60c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f322b3a9-6303-4451-b703-a8614a5af60c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-7c0f1946-6e5e-4436-823f-138b64966cb7 {
  text-align: left;
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 {
  max-width:  100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 {
  max-width:  100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 {
  max-width:  100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 {
  max-width:  100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 {
  max-width:  100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  width: 100%;
}



.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 .shg-image-zoom,
.shg-c#s-7c0f1946-6e5e-4436-823f-138b64966cb7 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-9b954a12-a996-44b5-a102-36249f3a39d6 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b954a12-a996-44b5-a102-36249f3a39d6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 {
  text-align: left;
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 {
  max-width:  100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  width: 100%;
}



.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 {
  max-width:  100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  width: 100%;
}



.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 {
  max-width:  100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  width: 100%;
}



.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 {
  max-width:  100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  width: 100%;
}



.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 {
  max-width:  100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  width: 100%;
}



.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 .shg-image-zoom,
.shg-c#s-17872cde-d979-4e87-a0c0-aa66f9a4b902 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c13d333f-e1c2-472c-8dcd-14d4ea6c2ff0 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c13d333f-e1c2-472c-8dcd-14d4ea6c2ff0 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1735079d-7871-4fca-abec-60993b5804b5 {
  text-align: left;
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 {
  max-width:  100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 {
  max-width:  100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 {
  max-width:  100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 {
  max-width:  100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 {
  max-width:  100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  width: 100%;
}



.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 .shg-image-zoom,
.shg-c#s-1735079d-7871-4fca-abec-60993b5804b5 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ed616ada-bdb1-46cd-b12c-04e792ef62a1 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed616ada-bdb1-46cd-b12c-04e792ef62a1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 {
  text-align: left;
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 {
  max-width:  100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 {
  max-width:  100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 {
  max-width:  100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 {
  max-width:  100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 {
  max-width:  100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 .shg-image-zoom,
.shg-c#s-cc91ab60-d8c7-43a0-8dab-c06bbcfb19c9 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-e197ab16-fc89-48af-9928-afcb36d525be {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e197ab16-fc89-48af-9928-afcb36d525be .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3c146f56-e3f7-4497-b690-dab7520edb8a {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(228, 185, 137, 1);
}








#s-3c146f56-e3f7-4497-b690-dab7520edb8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c146f56-e3f7-4497-b690-dab7520edb8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7f1c432-135f-4fd7-b165-4fe1438dffa3 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(228, 185, 137, 1);
}

@media (min-width: 0px) {
[id="s-c7f1c432-135f-4fd7-b165-4fe1438dffa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7f1c432-135f-4fd7-b165-4fe1438dffa3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7f1c432-135f-4fd7-b165-4fe1438dffa3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7f1c432-135f-4fd7-b165-4fe1438dffa3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7f1c432-135f-4fd7-b165-4fe1438dffa3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7f1c432-135f-4fd7-b165-4fe1438dffa3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7f1c432-135f-4fd7-b165-4fe1438dffa3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  box-shadow:0px 0px 0px 0px rgba(236, 236, 241, 1);
background-repeat: no-repeat;
background-size: cover;
min-height: 330px;
background-position: center center;
background-attachment: scroll;
}

#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 {
  background-image: url(https://i.shgcdn.com/aad152a2-04e9-45a4-9ca3-e39b9920beea/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58b02ab3-8d4e-4a73-90d2-9ad5b6ee7577.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b6daf766-a1cb-4377-b49d-451dcf0c769f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b6daf766-a1cb-4377-b49d-451dcf0c769f {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-b6daf766-a1cb-4377-b49d-451dcf0c769f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-33bc7b96-ab3c-4c6a-9d36-312ef38b1693 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(136, 28, 46, 1);
border-style: solid;
min-height: 2px;
}








#s-33bc7b96-ab3c-4c6a-9d36-312ef38b1693 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33bc7b96-ab3c-4c6a-9d36-312ef38b1693.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-38670448-5dd5-4437-96e9-3f5ffa7cccc4 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-38670448-5dd5-4437-96e9-3f5ffa7cccc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38670448-5dd5-4437-96e9-3f5ffa7cccc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-38670448-5dd5-4437-96e9-3f5ffa7cccc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38670448-5dd5-4437-96e9-3f5ffa7cccc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-38670448-5dd5-4437-96e9-3f5ffa7cccc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38670448-5dd5-4437-96e9-3f5ffa7cccc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-38670448-5dd5-4437-96e9-3f5ffa7cccc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-d282c085-4b16-4611-b825-2384f47dd47b {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
max-width: 1000px;
}

#s-3aa31535-797f-437e-9119-2537a486164a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-3aa31535-797f-437e-9119-2537a486164a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-967fe55e-67ff-4b86-b578-8438c7021e55 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-967fe55e-67ff-4b86-b578-8438c7021e55 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-967fe55e-67ff-4b86-b578-8438c7021e55 .shg-sld-nav-button.shg-sld-left,
#s-967fe55e-67ff-4b86-b578-8438c7021e55 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image,
  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d {
    width: 100%;
    height: auto;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
    
    
  }


.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shg-align-container {
  text-align: center
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image,
  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d {
    width: 100%;
    height: auto;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
    
    
  }


.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shg-align-container {
  text-align: center
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image,
  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d {
    width: 100%;
    height: auto;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
    
    
  }


.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shg-align-container {
  text-align: center
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image,
  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d {
    width: 100%;
    height: auto;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
    
    
  }


.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shg-align-container {
  text-align: center
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image,
  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d {
    width: 100%;
    height: auto;
  }

  #s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
    
    
  }


.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d .shogun-image-content {
  
    align-items: center;
  
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shg-align-container {
  text-align: center
}

.s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eb1d32e-6170-4f6b-98f2-e8757d5ddb9d.shogun-image {
  box-sizing: border-box;
}


}
#s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image,
  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 {
    width: 100%;
    height: auto;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
    
    
  }


.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shg-align-container {
  text-align: center
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image,
  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 {
    width: 100%;
    height: auto;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
    
    
  }


.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shg-align-container {
  text-align: center
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image,
  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 {
    width: 100%;
    height: auto;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
    
    
  }


.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shg-align-container {
  text-align: center
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image,
  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 {
    width: 100%;
    height: auto;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
    
    
  }


.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shg-align-container {
  text-align: center
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image,
  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 {
    width: 100%;
    height: auto;
  }

  #s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
    
    
  }


.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shg-align-container {
  text-align: center
}

.s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fdc718-14d3-4c82-a062-a9e4c5e03293.shogun-image {
  box-sizing: border-box;
}


}
#s-354b84ec-8325-4351-96d9-3de95698b2e2 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image,
  #s-354b84ec-8325-4351-96d9-3de95698b2e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 {
    width: 100%;
    height: auto;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
    
    
  }


.s-354b84ec-8325-4351-96d9-3de95698b2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shg-align-container {
  text-align: center
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image,
  #s-354b84ec-8325-4351-96d9-3de95698b2e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 {
    width: 100%;
    height: auto;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
    
    
  }


.s-354b84ec-8325-4351-96d9-3de95698b2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shg-align-container {
  text-align: center
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image,
  #s-354b84ec-8325-4351-96d9-3de95698b2e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 {
    width: 100%;
    height: auto;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
    
    
  }


.s-354b84ec-8325-4351-96d9-3de95698b2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shg-align-container {
  text-align: center
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image,
  #s-354b84ec-8325-4351-96d9-3de95698b2e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 {
    width: 100%;
    height: auto;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
    
    
  }


.s-354b84ec-8325-4351-96d9-3de95698b2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shg-align-container {
  text-align: center
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image,
  #s-354b84ec-8325-4351-96d9-3de95698b2e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 {
    width: 100%;
    height: auto;
  }

  #s-354b84ec-8325-4351-96d9-3de95698b2e2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
    
    
  }


.s-354b84ec-8325-4351-96d9-3de95698b2e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shg-align-container {
  text-align: center
}

.s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-354b84ec-8325-4351-96d9-3de95698b2e2.shogun-image {
  box-sizing: border-box;
}


}
#s-07cc02db-afd3-45ec-ac7e-03b622153615 {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image,
  #s-07cc02db-afd3-45ec-ac7e-03b622153615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 {
    width: 100%;
    height: auto;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
    
    
  }


.s-07cc02db-afd3-45ec-ac7e-03b622153615 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shg-align-container {
  text-align: center
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image,
  #s-07cc02db-afd3-45ec-ac7e-03b622153615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 {
    width: 100%;
    height: auto;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
    
    
  }


.s-07cc02db-afd3-45ec-ac7e-03b622153615 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shg-align-container {
  text-align: center
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image,
  #s-07cc02db-afd3-45ec-ac7e-03b622153615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 {
    width: 100%;
    height: auto;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
    
    
  }


.s-07cc02db-afd3-45ec-ac7e-03b622153615 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shg-align-container {
  text-align: center
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image,
  #s-07cc02db-afd3-45ec-ac7e-03b622153615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 {
    width: 100%;
    height: auto;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
    
    
  }


.s-07cc02db-afd3-45ec-ac7e-03b622153615 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shg-align-container {
  text-align: center
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image,
  #s-07cc02db-afd3-45ec-ac7e-03b622153615 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 {
    width: 100%;
    height: auto;
  }

  #s-07cc02db-afd3-45ec-ac7e-03b622153615 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
    
    
  }


.s-07cc02db-afd3-45ec-ac7e-03b622153615 .shogun-image-content {
  
    align-items: center;
  
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shg-align-container {
  text-align: center
}

.s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07cc02db-afd3-45ec-ac7e-03b622153615.shogun-image {
  box-sizing: border-box;
}


}
#s-207b66f7-66fc-4380-aa13-76b9f740a4a0 {
  margin-top: 1px;
margin-left: 0px;
margin-bottom: 4px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(236, 236, 241, 1);
}








#s-207b66f7-66fc-4380-aa13-76b9f740a4a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-207b66f7-66fc-4380-aa13-76b9f740a4a0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ac157b4-335c-4876-9381-2c1460a847be {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-9ac157b4-335c-4876-9381-2c1460a847be"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9ac157b4-335c-4876-9381-2c1460a847be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ac157b4-335c-4876-9381-2c1460a847be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ac157b4-335c-4876-9381-2c1460a847be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 {
  text-align: left;
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 {
  max-width:  100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  width: 100%;
}



.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 {
  max-width:  100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  width: 100%;
}



.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 {
  max-width:  100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  width: 100%;
}



.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 {
  max-width:  100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  width: 100%;
}



.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 {
  max-width:  100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  width: 100%;
}



.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 .shg-image-zoom,
.shg-c#s-a68d2dbb-92a6-4b15-9cb4-11c0f64eddb4 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-8b3b8d95-e4c2-401e-9538-512d84a49ba2 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b3b8d95-e4c2-401e-9538-512d84a49ba2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 {
  text-align: left;
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 {
  max-width:  100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 {
  max-width:  100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 {
  max-width:  100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 {
  max-width:  100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 {
  max-width:  100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  width: 100%;
}



.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 .shg-image-zoom,
.shg-c#s-65fb0350-2fd5-49f7-a5ac-92187c95f1d1 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-dac08f1b-3a0b-4e34-8949-ff9ba1bc8c76 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dac08f1b-3a0b-4e34-8949-ff9ba1bc8c76 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-322f647f-0440-4132-a23a-8140d31b5b09 {
  text-align: left;
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 {
  max-width:  100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  width: 100%;
}



.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 {
  max-width:  100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  width: 100%;
}



.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 {
  max-width:  100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  width: 100%;
}



.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 {
  max-width:  100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  width: 100%;
}



.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 {
  max-width:  100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  width: 100%;
}



.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 .shg-image-zoom,
.shg-c#s-322f647f-0440-4132-a23a-8140d31b5b09 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-19453baf-a798-4a4b-bcb2-585395c49a03 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19453baf-a798-4a4b-bcb2-585395c49a03 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 {
  text-align: left;
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 {
  max-width:  100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 {
  max-width:  100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 {
  max-width:  100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 {
  max-width:  100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 {
  max-width:  100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  width: 100%;
}



.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 .shg-image-zoom,
.shg-c#s-b3e03b1e-2337-4921-b6a8-6d68a26b96a7 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-b4d273c6-2033-4440-95a3-fa3871ec1fd1 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4d273c6-2033-4440-95a3-fa3871ec1fd1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3a55dd62-d052-4188-92bc-0889bbb55dde {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-3a55dd62-d052-4188-92bc-0889bbb55dde"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3a55dd62-d052-4188-92bc-0889bbb55dde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a55dd62-d052-4188-92bc-0889bbb55dde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a55dd62-d052-4188-92bc-0889bbb55dde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 {
  text-align: left;
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 {
  max-width:  100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 {
  max-width:  100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 {
  max-width:  100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 {
  max-width:  100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 {
  max-width:  100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  width: 100%;
}



.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 .shg-image-zoom,
.shg-c#s-8f80fa3a-602b-4d6a-afd5-1b55bae99938 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-2a21dbce-c0db-4a4d-adcf-a9e7fe8b262b {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a21dbce-c0db-4a4d-adcf-a9e7fe8b262b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3c8fdc65-98a0-489d-8646-c8e80515486e {
  text-align: left;
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e {
  max-width:  100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  width: 100%;
}



.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e {
  max-width:  100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  width: 100%;
}



.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e {
  max-width:  100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  width: 100%;
}



.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e {
  max-width:  100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  width: 100%;
}



.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e {
  max-width:  100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  width: 100%;
}



.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e .shg-image-zoom,
.shg-c#s-3c8fdc65-98a0-489d-8646-c8e80515486e img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-42c38815-2889-468b-aa06-4c24bcaee4df {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42c38815-2889-468b-aa06-4c24bcaee4df .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce {
  text-align: left;
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce {
  max-width:  100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  width: 100%;
}



.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce {
  max-width:  100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  width: 100%;
}



.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce {
  max-width:  100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  width: 100%;
}



.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce {
  max-width:  100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  width: 100%;
}



.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce {
  max-width:  100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  width: 100%;
}



.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce .shg-image-zoom,
.shg-c#s-6f208e6b-1726-4ae3-a03c-9e6a6ed2b6ce img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-49b22291-f34d-4c6c-b6ea-bb7b0f1c9ef8 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49b22291-f34d-4c6c-b6ea-bb7b0f1c9ef8 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-869b3ada-0526-4dcd-a339-c3912e7b6854 {
  text-align: left;
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 {
  max-width:  100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  width: 100%;
}



.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 {
  max-width:  100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  width: 100%;
}



.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 {
  max-width:  100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  width: 100%;
}



.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 {
  max-width:  100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  width: 100%;
}



.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 {
  max-width:  100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  width: 100%;
}



.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 .shg-image-zoom,
.shg-c#s-869b3ada-0526-4dcd-a339-c3912e7b6854 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f5b2ab77-7df3-4f91-a1f5-b445c21e7705 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5b2ab77-7df3-4f91-a1f5-b445c21e7705 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-34c87e5c-b903-42db-aada-ac1f008ab76f {
  margin-top: 1px;
margin-left: 0px;
margin-bottom: 4px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(236, 236, 241, 1);
}








#s-34c87e5c-b903-42db-aada-ac1f008ab76f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c87e5c-b903-42db-aada-ac1f008ab76f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bcd2571a-7730-4e8e-97f3-e6b395177631 {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-bcd2571a-7730-4e8e-97f3-e6b395177631"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bcd2571a-7730-4e8e-97f3-e6b395177631"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bcd2571a-7730-4e8e-97f3-e6b395177631"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcd2571a-7730-4e8e-97f3-e6b395177631"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-cd36f637-0299-413a-8cd1-98e67d06f32d {
  text-align: left;
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d {
  max-width:  100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  width: 100%;
}



.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d {
  max-width:  100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  width: 100%;
}



.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d {
  max-width:  100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  width: 100%;
}



.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d {
  max-width:  100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  width: 100%;
}



.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d {
  max-width:  100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  width: 100%;
}



.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d .shg-image-zoom,
.shg-c#s-cd36f637-0299-413a-8cd1-98e67d06f32d img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-df3afb80-d127-4014-bacf-cf0be9f30682 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df3afb80-d127-4014-bacf-cf0be9f30682 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-9d463998-ee79-4bde-ab0d-176003f1ad87 {
  text-align: left;
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 {
  max-width:  100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 {
  max-width:  100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 {
  max-width:  100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 {
  max-width:  100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 {
  max-width:  100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 .shg-image-zoom,
.shg-c#s-9d463998-ee79-4bde-ab0d-176003f1ad87 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-dd361415-6e7b-42dd-82cd-46524bca45f7 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd361415-6e7b-42dd-82cd-46524bca45f7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-cc9be5f4-6407-4da0-a03e-e90028469d67 {
  text-align: left;
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 {
  max-width:  100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 {
  max-width:  100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 {
  max-width:  100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 {
  max-width:  100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 {
  max-width:  100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  width: 100%;
}



.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 .shg-image-zoom,
.shg-c#s-cc9be5f4-6407-4da0-a03e-e90028469d67 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-70d5ea8a-20a0-41d7-ac67-99f5b0919e2b {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70d5ea8a-20a0-41d7-ac67-99f5b0919e2b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-c8418e28-e160-4d57-a805-fe4dedb8e14d {
  text-align: left;
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d {
  max-width:  100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  width: 100%;
}



.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d {
  max-width:  100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  width: 100%;
}



.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d {
  max-width:  100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  width: 100%;
}



.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d {
  max-width:  100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  width: 100%;
}



.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d {
  max-width:  100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  width: 100%;
}



.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d .shg-image-zoom,
.shg-c#s-c8418e28-e160-4d57-a805-fe4dedb8e14d img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-2440f32a-977c-4caf-a760-6ded5caf5412 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2440f32a-977c-4caf-a760-6ded5caf5412 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5d290c8c-be52-4cfe-9184-c44710ff72fd {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-5d290c8c-be52-4cfe-9184-c44710ff72fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d290c8c-be52-4cfe-9184-c44710ff72fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d290c8c-be52-4cfe-9184-c44710ff72fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d290c8c-be52-4cfe-9184-c44710ff72fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc {
  text-align: left;
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc {
  max-width:  100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  width: 100%;
}



.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc {
  max-width:  100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  width: 100%;
}



.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc {
  max-width:  100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  width: 100%;
}



.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc {
  max-width:  100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  width: 100%;
}



.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc {
  max-width:  100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  width: 100%;
}



.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc .shg-image-zoom,
.shg-c#s-3a226d96-2587-4e40-afb0-dbc2ebfc15fc img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-9546c953-a3c2-49de-a9a2-005adf12e085 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9546c953-a3c2-49de-a9a2-005adf12e085 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bc35fc84-c428-4a69-aa93-6ebb623798fc {
  text-align: left;
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc {
  max-width:  100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  width: 100%;
}



.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc {
  max-width:  100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  width: 100%;
}



.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc {
  max-width:  100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  width: 100%;
}



.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc {
  max-width:  100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  width: 100%;
}



.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc {
  max-width:  100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  width: 100%;
}



.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc .shg-image-zoom,
.shg-c#s-bc35fc84-c428-4a69-aa93-6ebb623798fc img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-03549a49-67a0-437a-a665-dd068a66dd84 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03549a49-67a0-437a-a665-dd068a66dd84 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 {
  text-align: left;
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 {
  max-width:  100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 {
  max-width:  100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 {
  max-width:  100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 {
  max-width:  100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 {
  max-width:  100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  width: 100%;
}



.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 .shg-image-zoom,
.shg-c#s-fbffccf2-8fa6-4e7a-8f15-9fcd9ecc28a0 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-875279f0-ce69-4ec0-a404-a0c2e63424b2 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-875279f0-ce69-4ec0-a404-a0c2e63424b2 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bbd356ab-a0ed-49be-b276-6a52e9455117 {
  text-align: left;
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 {
  max-width:  100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  width: 100%;
}



.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 {
  max-width:  100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  width: 100%;
}



.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 {
  max-width:  100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  width: 100%;
}



.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 {
  max-width:  100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  width: 100%;
}



.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 {
  max-width:  100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  width: 100%;
}



.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 .shg-image-zoom,
.shg-c#s-bbd356ab-a0ed-49be-b276-6a52e9455117 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-a8dee620-9f5b-4b3c-8ad6-3125e428aa6c {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8dee620-9f5b-4b3c-8ad6-3125e428aa6c .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-44609779-a34c-491b-b5b7-04d14b3b09fb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(249, 247, 241, 1);
}








#s-44609779-a34c-491b-b5b7-04d14b3b09fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44609779-a34c-491b-b5b7-04d14b3b09fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98eacefd-43ca-4947-8d64-69b7f5f68ac3 {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-98eacefd-43ca-4947-8d64-69b7f5f68ac3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-98eacefd-43ca-4947-8d64-69b7f5f68ac3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98eacefd-43ca-4947-8d64-69b7f5f68ac3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98eacefd-43ca-4947-8d64-69b7f5f68ac3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4d126982-805c-49f2-92b1-2d95cdf16afc {
  text-align: left;
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc {
  max-width:  100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  width: 100%;
}



.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc {
  max-width:  100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  width: 100%;
}



.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc {
  max-width:  100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  width: 100%;
}



.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc {
  max-width:  100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  width: 100%;
}



.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc {
  max-width:  100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  width: 100%;
}



.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc .shg-image-zoom,
.shg-c#s-4d126982-805c-49f2-92b1-2d95cdf16afc img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-007b7e2c-0a97-4f50-b6b8-5405fe84917d {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-007b7e2c-0a97-4f50-b6b8-5405fe84917d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 {
  text-align: left;
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 {
  max-width:  100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 {
  max-width:  100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 {
  max-width:  100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 {
  max-width:  100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 {
  max-width:  100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  width: 100%;
}



.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 .shg-image-zoom,
.shg-c#s-d1964c88-3f11-48bb-ab79-47eb6a69a6e8 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-bb511c6d-7835-454f-ab0f-6d3000b5e8e6 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb511c6d-7835-454f-ab0f-6d3000b5e8e6 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-10b31bc5-2204-4c09-8570-0dc77dad604f {
  text-align: left;
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f {
  max-width:  100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  width: 100%;
}



.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f {
  max-width:  100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  width: 100%;
}



.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f {
  max-width:  100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  width: 100%;
}



.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f {
  max-width:  100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  width: 100%;
}



.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f {
  max-width:  100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  width: 100%;
}



.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f .shg-image-zoom,
.shg-c#s-10b31bc5-2204-4c09-8570-0dc77dad604f img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-dcf6c53f-d8a8-443b-a7bb-b3f9ae8dd7fe {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcf6c53f-d8a8-443b-a7bb-b3f9ae8dd7fe .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-2ce0959c-c465-41e3-9f33-dc1c3553cb9a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2ce0959c-c465-41e3-9f33-dc1c3553cb9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ce0959c-c465-41e3-9f33-dc1c3553cb9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ce0959c-c465-41e3-9f33-dc1c3553cb9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 {
  text-align: left;
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 {
  max-width:  100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  width: 100%;
}



.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 {
  max-width:  100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  width: 100%;
}



.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 {
  max-width:  100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  width: 100%;
}



.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 {
  max-width:  100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  width: 100%;
}



.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 {
  max-width:  100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  width: 100%;
}



.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 .shg-image-zoom,
.shg-c#s-fe5dee89-b0bb-4142-ba98-e80b93ba7cf3 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-06a00dfd-bb4b-45cc-b849-45aedba58a1d {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06a00dfd-bb4b-45cc-b849-45aedba58a1d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-3d9137fd-5994-4c42-8c5e-c57b078b55db {
  text-align: left;
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db {
  max-width:  100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  width: 100%;
}



.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db {
  max-width:  100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  width: 100%;
}



.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db {
  max-width:  100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  width: 100%;
}



.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db {
  max-width:  100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  width: 100%;
}



.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db {
  max-width:  100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  width: 100%;
}



.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db .shg-image-zoom,
.shg-c#s-3d9137fd-5994-4c42-8c5e-c57b078b55db img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-174d71f0-dca3-4f2d-a523-15e8cdce80ff {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-174d71f0-dca3-4f2d-a523-15e8cdce80ff .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-49e9a4d5-f0eb-4071-a11f-bc374acd56cd {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(214, 181, 163, 1);
}








#s-49e9a4d5-f0eb-4071-a11f-bc374acd56cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49e9a4d5-f0eb-4071-a11f-bc374acd56cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e615caed-f7db-47d7-acbe-17ab3856a9b2 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(214, 181, 163, 1);
}

@media (min-width: 0px) {
[id="s-e615caed-f7db-47d7-acbe-17ab3856a9b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e615caed-f7db-47d7-acbe-17ab3856a9b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e615caed-f7db-47d7-acbe-17ab3856a9b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e615caed-f7db-47d7-acbe-17ab3856a9b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e615caed-f7db-47d7-acbe-17ab3856a9b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e615caed-f7db-47d7-acbe-17ab3856a9b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e615caed-f7db-47d7-acbe-17ab3856a9b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-858ae514-4159-41fe-8952-3b22b071b00e {
  box-shadow:0px 0px 0px 0px rgba(236, 236, 241, 1);
background-repeat: no-repeat;
background-size: cover;
min-height: 330px;
background-position: center center;
background-attachment: scroll;
}

#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-858ae514-4159-41fe-8952-3b22b071b00e {
  background-image: url(https://i.shgcdn.com/db645b37-5f4c-4717-ba88-3a4f052517e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-858ae514-4159-41fe-8952-3b22b071b00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-858ae514-4159-41fe-8952-3b22b071b00e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-616a6470-62ff-49ab-9742-28dc6635078b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-616a6470-62ff-49ab-9742-28dc6635078b {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-616a6470-62ff-49ab-9742-28dc6635078b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-27656193-3360-43a5-a794-6afb3a951d37 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(136, 28, 46, 1);
border-style: solid;
min-height: 2px;
}








#s-27656193-3360-43a5-a794-6afb3a951d37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27656193-3360-43a5-a794-6afb3a951d37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eec7c45d-a4e1-4753-a4ba-ea5f5d9642cc {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-eec7c45d-a4e1-4753-a4ba-ea5f5d9642cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eec7c45d-a4e1-4753-a4ba-ea5f5d9642cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eec7c45d-a4e1-4753-a4ba-ea5f5d9642cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eec7c45d-a4e1-4753-a4ba-ea5f5d9642cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eec7c45d-a4e1-4753-a4ba-ea5f5d9642cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eec7c45d-a4e1-4753-a4ba-ea5f5d9642cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eec7c45d-a4e1-4753-a4ba-ea5f5d9642cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-854fcbcb-ba6d-4318-9f82-18bfa6541fc8 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
max-width: 1000px;
}

#s-e7b66f8a-07b9-46fd-9500-410860e55288 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-e7b66f8a-07b9-46fd-9500-410860e55288 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-f571a7a3-d567-4be8-9e4c-b5dac00d79ec {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f571a7a3-d567-4be8-9e4c-b5dac00d79ec .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f571a7a3-d567-4be8-9e4c-b5dac00d79ec .shg-sld-nav-button.shg-sld-left,
#s-f571a7a3-d567-4be8-9e4c-b5dac00d79ec .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2b28d4a6-d2d2-4b48-b551-fe53692c65be {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image,
  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be {
    width: 100%;
    height: auto;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
    
    
  }


.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shogun-image-content {
  
    align-items: center;
  
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shg-align-container {
  text-align: center
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image,
  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be {
    width: 100%;
    height: auto;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
    
    
  }


.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shogun-image-content {
  
    align-items: center;
  
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shg-align-container {
  text-align: center
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image,
  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be {
    width: 100%;
    height: auto;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
    
    
  }


.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shogun-image-content {
  
    align-items: center;
  
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shg-align-container {
  text-align: center
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image,
  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be {
    width: 100%;
    height: auto;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
    
    
  }


.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shogun-image-content {
  
    align-items: center;
  
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shg-align-container {
  text-align: center
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image,
  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be {
    width: 100%;
    height: auto;
  }

  #s-2b28d4a6-d2d2-4b48-b551-fe53692c65be img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
    
    
  }


.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be .shogun-image-content {
  
    align-items: center;
  
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shg-align-container {
  text-align: center
}

.s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b28d4a6-d2d2-4b48-b551-fe53692c65be.shogun-image {
  box-sizing: border-box;
}


}
#s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image,
  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 {
    width: 100%;
    height: auto;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
    
    
  }


.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shg-align-container {
  text-align: center
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image,
  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 {
    width: 100%;
    height: auto;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
    
    
  }


.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shg-align-container {
  text-align: center
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image,
  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 {
    width: 100%;
    height: auto;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
    
    
  }


.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shg-align-container {
  text-align: center
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image,
  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 {
    width: 100%;
    height: auto;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
    
    
  }


.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shg-align-container {
  text-align: center
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image,
  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 {
    width: 100%;
    height: auto;
  }

  #s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
    
    
  }


.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shg-align-container {
  text-align: center
}

.s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df2f85c2-61de-4ba7-86e4-bccb2b5de0d2.shogun-image {
  box-sizing: border-box;
}


}
#s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image,
  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 {
    width: 100%;
    height: auto;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
    
    
  }


.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shg-align-container {
  text-align: center
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image,
  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 {
    width: 100%;
    height: auto;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
    
    
  }


.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shg-align-container {
  text-align: center
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image,
  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 {
    width: 100%;
    height: auto;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
    
    
  }


.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shg-align-container {
  text-align: center
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image,
  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 {
    width: 100%;
    height: auto;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
    
    
  }


.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shg-align-container {
  text-align: center
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image,
  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 {
    width: 100%;
    height: auto;
  }

  #s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
    
    
  }


.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shg-align-container {
  text-align: center
}

.s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-379d5e54-c8bc-4dd3-b956-48c2e357e6c0.shogun-image {
  box-sizing: border-box;
}


}
#s-f409de7f-3823-4a79-a73c-d45e2f945f12 {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image,
  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 {
    width: 100%;
    height: auto;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
    
    
  }


.s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shg-align-container {
  text-align: center
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image,
  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 {
    width: 100%;
    height: auto;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
    
    
  }


.s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shg-align-container {
  text-align: center
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image,
  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 {
    width: 100%;
    height: auto;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
    
    
  }


.s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shg-align-container {
  text-align: center
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image,
  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 {
    width: 100%;
    height: auto;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
    
    
  }


.s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shg-align-container {
  text-align: center
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image,
  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 {
    width: 100%;
    height: auto;
  }

  #s-f409de7f-3823-4a79-a73c-d45e2f945f12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
    
    
  }


.s-f409de7f-3823-4a79-a73c-d45e2f945f12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shg-align-container {
  text-align: center
}

.s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f409de7f-3823-4a79-a73c-d45e2f945f12.shogun-image {
  box-sizing: border-box;
}


}
#s-c220eb53-6e9e-4752-be3d-22312a0106d8 {
  margin-top: 1px;
margin-left: 0px;
margin-bottom: 4px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(236, 236, 241, 1);
}








#s-c220eb53-6e9e-4752-be3d-22312a0106d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c220eb53-6e9e-4752-be3d-22312a0106d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e9be47e2-2f45-40c8-b4c4-3537ccfe26e3 {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-e9be47e2-2f45-40c8-b4c4-3537ccfe26e3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e9be47e2-2f45-40c8-b4c4-3537ccfe26e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e9be47e2-2f45-40c8-b4c4-3537ccfe26e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9be47e2-2f45-40c8-b4c4-3537ccfe26e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d035b268-087a-4e2e-88bd-ec9320955900 {
  text-align: left;
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 {
  max-width:  100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  width: 100%;
}



.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 {
  max-width:  100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  width: 100%;
}



.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 {
  max-width:  100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  width: 100%;
}



.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 {
  max-width:  100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  width: 100%;
}



.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 {
  max-width:  100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  width: 100%;
}



.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 .shg-image-zoom,
.shg-c#s-d035b268-087a-4e2e-88bd-ec9320955900 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-738971e3-c4ec-4fe6-adc3-a3cbd77f5bb1 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-738971e3-c4ec-4fe6-adc3-a3cbd77f5bb1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f {
  text-align: left;
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f {
  max-width:  100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  width: 100%;
}



.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f {
  max-width:  100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  width: 100%;
}



.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f {
  max-width:  100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  width: 100%;
}



.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f {
  max-width:  100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  width: 100%;
}



.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f {
  max-width:  100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  width: 100%;
}



.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f .shg-image-zoom,
.shg-c#s-7cc72ac2-ff99-493d-b302-4df2c1f3796f img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-989ba5fa-27a8-484e-a930-0f6ef0941248 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-989ba5fa-27a8-484e-a930-0f6ef0941248 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee {
  text-align: left;
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee {
  max-width:  100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  width: 100%;
}



.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee {
  max-width:  100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  width: 100%;
}



.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee {
  max-width:  100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  width: 100%;
}



.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee {
  max-width:  100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  width: 100%;
}



.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee {
  max-width:  100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  width: 100%;
}



.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee .shg-image-zoom,
.shg-c#s-28e4ee71-1318-429c-b8d3-c04a6cf2f5ee img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c28b3d8a-d3a1-432a-a691-b0a95bbc0b4d {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c28b3d8a-d3a1-432a-a691-b0a95bbc0b4d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d {
  text-align: left;
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d {
  max-width:  100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  width: 100%;
}



.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d {
  max-width:  100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  width: 100%;
}



.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d {
  max-width:  100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  width: 100%;
}



.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d {
  max-width:  100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  width: 100%;
}



.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d {
  max-width:  100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  width: 100%;
}



.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d .shg-image-zoom,
.shg-c#s-f1ee14d0-790c-47e5-9ce4-4790a474da2d img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-0bab5e22-0da5-47f2-abb9-06101f6810ca {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bab5e22-0da5-47f2-abb9-06101f6810ca .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-4085fa91-8d09-429a-b1b5-0a833ea8a38b {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-4085fa91-8d09-429a-b1b5-0a833ea8a38b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4085fa91-8d09-429a-b1b5-0a833ea8a38b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4085fa91-8d09-429a-b1b5-0a833ea8a38b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4085fa91-8d09-429a-b1b5-0a833ea8a38b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e {
  text-align: left;
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e {
  max-width:  100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  width: 100%;
}



.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e {
  max-width:  100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  width: 100%;
}



.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e {
  max-width:  100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  width: 100%;
}



.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e {
  max-width:  100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  width: 100%;
}



.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e {
  max-width:  100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  width: 100%;
}



.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e .shg-image-zoom,
.shg-c#s-70a5e6cf-4f3d-42ba-968b-dfdfe6b6297e img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-e3507029-37bb-4800-8d14-7ae71df47e54 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3507029-37bb-4800-8d14-7ae71df47e54 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b {
  text-align: left;
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b {
  max-width:  100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  width: 100%;
}



.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b {
  max-width:  100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  width: 100%;
}



.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b {
  max-width:  100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  width: 100%;
}



.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b {
  max-width:  100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  width: 100%;
}



.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b {
  max-width:  100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  width: 100%;
}



.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b .shg-image-zoom,
.shg-c#s-82716e8f-8d28-4ba2-a30e-8b28a8b2b01b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-bb3751e9-9dd2-4fad-8f46-b58274a02aa3 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb3751e9-9dd2-4fad-8f46-b58274a02aa3 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-e4662331-f5a9-4f8b-a340-c6893179a064 {
  margin-top: 1px;
margin-left: 0px;
margin-bottom: 4px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(236, 236, 241, 1);
}








#s-e4662331-f5a9-4f8b-a340-c6893179a064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4662331-f5a9-4f8b-a340-c6893179a064.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fa7a9bcd-5181-45df-b466-3d333f104ae8 {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-fa7a9bcd-5181-45df-b466-3d333f104ae8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fa7a9bcd-5181-45df-b466-3d333f104ae8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa7a9bcd-5181-45df-b466-3d333f104ae8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa7a9bcd-5181-45df-b466-3d333f104ae8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 {
  text-align: left;
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 {
  max-width:  100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  width: 100%;
}



.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 {
  max-width:  100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  width: 100%;
}



.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 {
  max-width:  100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  width: 100%;
}



.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 {
  max-width:  100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  width: 100%;
}



.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 {
  max-width:  100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  width: 100%;
}



.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 .shg-image-zoom,
.shg-c#s-04a92cc4-f258-4cd1-9f4d-d86437afad26 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-7a3428fd-0293-4040-a329-e3689bca2696 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a3428fd-0293-4040-a329-e3689bca2696 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 {
  text-align: left;
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 {
  max-width:  100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 {
  max-width:  100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 {
  max-width:  100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 {
  max-width:  100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 {
  max-width:  100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  width: 100%;
}



.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 .shg-image-zoom,
.shg-c#s-edf18855-72d6-4e19-9f55-d1fffe5ab6e6 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-cfa1dd2f-3e35-43ec-88a9-6ea6a9f85e39 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfa1dd2f-3e35-43ec-88a9-6ea6a9f85e39 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-ce030be7-82fd-480a-83ce-30562af953ad {
  text-align: left;
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad {
  max-width:  100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  width: 100%;
}



.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad {
  max-width:  100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  width: 100%;
}



.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad {
  max-width:  100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  width: 100%;
}



.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad {
  max-width:  100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  width: 100%;
}



.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad {
  max-width:  100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  width: 100%;
}



.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad .shg-image-zoom,
.shg-c#s-ce030be7-82fd-480a-83ce-30562af953ad img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c44d8c1f-b3a8-4453-9401-83dd6568bb08 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c44d8c1f-b3a8-4453-9401-83dd6568bb08 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f {
  text-align: left;
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f {
  max-width:  100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  width: 100%;
}



.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f {
  max-width:  100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  width: 100%;
}



.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f {
  max-width:  100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  width: 100%;
}



.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f {
  max-width:  100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  width: 100%;
}



.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f {
  max-width:  100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  width: 100%;
}



.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f .shg-image-zoom,
.shg-c#s-958b6f73-2b48-4e4b-b3ae-de28e68f5c8f img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-1d6630d9-e635-437b-bba7-a62fbe743b31 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d6630d9-e635-437b-bba7-a62fbe743b31 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2b5d9e5c-34e4-49d3-b1a5-3789dad056f3 {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-2b5d9e5c-34e4-49d3-b1a5-3789dad056f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2b5d9e5c-34e4-49d3-b1a5-3789dad056f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b5d9e5c-34e4-49d3-b1a5-3789dad056f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b5d9e5c-34e4-49d3-b1a5-3789dad056f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 {
  text-align: left;
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 {
  max-width:  100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  width: 100%;
}



.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 {
  max-width:  100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  width: 100%;
}



.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 {
  max-width:  100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  width: 100%;
}



.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 {
  max-width:  100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  width: 100%;
}



.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 {
  max-width:  100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  width: 100%;
}



.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 .shg-image-zoom,
.shg-c#s-79ee98ce-114c-4ef8-a633-ad45a57f1620 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-bbb78a9a-6af7-412f-a8e0-a83fb781a659 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbb78a9a-6af7-412f-a8e0-a83fb781a659 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff {
  text-align: left;
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff {
  max-width:  100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  width: 100%;
}



.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff {
  max-width:  100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  width: 100%;
}



.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff {
  max-width:  100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  width: 100%;
}



.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff {
  max-width:  100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  width: 100%;
}



.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff {
  max-width:  100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  width: 100%;
}



.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff .shg-image-zoom,
.shg-c#s-7fb78126-e8bd-4c81-a0ad-1437a16214ff img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-6d39bb43-a678-4d26-a100-566ca3973738 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d39bb43-a678-4d26-a100-566ca3973738 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a {
  text-align: left;
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a {
  max-width:  100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  width: 100%;
}



.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a {
  max-width:  100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  width: 100%;
}



.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a {
  max-width:  100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  width: 100%;
}



.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a {
  max-width:  100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  width: 100%;
}



.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a {
  max-width:  100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  width: 100%;
}



.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a .shg-image-zoom,
.shg-c#s-81d0e160-3a2d-4e1a-aa39-15aed82e438a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-8d1e83c2-0d6c-42f8-8f82-340bd0c4c5c9 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d1e83c2-0d6c-42f8-8f82-340bd0c4c5c9 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 {
  text-align: left;
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 {
  max-width:  100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  width: 100%;
}



.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 {
  max-width:  100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  width: 100%;
}



.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 {
  max-width:  100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  width: 100%;
}



.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 {
  max-width:  100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  width: 100%;
}



.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 {
  max-width:  100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  width: 100%;
}



.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 .shg-image-zoom,
.shg-c#s-2e41a44d-3b5f-4f42-b0d7-fdb2c695f856 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-71341653-bb84-402c-afff-0caa7ced47cf {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71341653-bb84-402c-afff-0caa7ced47cf .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b23fe589-9933-4632-8983-b8570fe01ff4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(249, 247, 241, 1);
}








#s-b23fe589-9933-4632-8983-b8570fe01ff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b23fe589-9933-4632-8983-b8570fe01ff4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-58ec7fcd-fe9f-4505-b246-ae36c5e8504f {
  background-color: rgba(249, 247, 241, 1);
}

@media (min-width: 0px) {
[id="s-58ec7fcd-fe9f-4505-b246-ae36c5e8504f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-58ec7fcd-fe9f-4505-b246-ae36c5e8504f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58ec7fcd-fe9f-4505-b246-ae36c5e8504f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58ec7fcd-fe9f-4505-b246-ae36c5e8504f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 {
  text-align: left;
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 {
  max-width:  100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  width: 100%;
}



.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 {
  max-width:  100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  width: 100%;
}



.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 {
  max-width:  100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  width: 100%;
}



.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 {
  max-width:  100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  width: 100%;
}



.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 {
  max-width:  100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  width: 100%;
}



.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 .shg-image-zoom,
.shg-c#s-ac8e9755-8f6a-444b-a432-606cc3f9a390 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-4b2f8bda-4779-419f-a511-63ba9b4bc674 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b2f8bda-4779-419f-a511-63ba9b4bc674 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-12b52e8a-20e8-435f-af3d-d3654029c79a {
  text-align: left;
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a {
  max-width:  100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  width: 100%;
}



.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a {
  max-width:  100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  width: 100%;
}



.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a {
  max-width:  100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  width: 100%;
}



.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a {
  max-width:  100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  width: 100%;
}



.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a {
  max-width:  100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  width: 100%;
}



.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a .shg-image-zoom,
.shg-c#s-12b52e8a-20e8-435f-af3d-d3654029c79a img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-d5ba0193-9776-4838-9061-a36816adf137 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5ba0193-9776-4838-9061-a36816adf137 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-658616be-edb6-4661-a97c-993965917835 {
  text-align: left;
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 {
  max-width:  100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  width: 100%;
}



.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-658616be-edb6-4661-a97c-993965917835 {
  max-width:  100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  width: 100%;
}



.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-658616be-edb6-4661-a97c-993965917835 {
  max-width:  100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  width: 100%;
}



.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-658616be-edb6-4661-a97c-993965917835 {
  max-width:  100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  width: 100%;
}



.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-658616be-edb6-4661-a97c-993965917835 {
  max-width:  100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  max-width: 1075px !important;
  
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  width: 100%;
}



.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-658616be-edb6-4661-a97c-993965917835 .shg-image-zoom,
.shg-c#s-658616be-edb6-4661-a97c-993965917835 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-a13f055f-d299-488e-a599-bfb17f544b9b {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a13f055f-d299-488e-a599-bfb17f544b9b .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-69bf89be-d301-4bf0-971f-befa1bd5ad99"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-69bf89be-d301-4bf0-971f-befa1bd5ad99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69bf89be-d301-4bf0-971f-befa1bd5ad99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69bf89be-d301-4bf0-971f-befa1bd5ad99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe {
  text-align: left;
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe {
  max-width:  100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  width: 100%;
}



.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe {
  max-width:  100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  width: 100%;
}



.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe {
  max-width:  100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  width: 100%;
}



.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe {
  max-width:  100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  width: 100%;
}



.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe {
  max-width:  100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  width: 100%;
}



.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe .shg-image-zoom,
.shg-c#s-9f4f0bc4-32c6-4ed1-a764-f6a3833561fe img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-f34d1406-37b2-4280-a5e8-533b3d3bf5f3 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f34d1406-37b2-4280-a5e8-533b3d3bf5f3 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd {
  text-align: left;
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd {
  max-width:  100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  width: 100%;
}



.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd {
  max-width:  100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  width: 100%;
}



.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd {
  max-width:  100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  width: 100%;
}



.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd {
  max-width:  100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  width: 100%;
}



.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd {
  max-width:  100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  width: 100%;
}



.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd .shg-image-zoom,
.shg-c#s-bc6a7d7c-66fb-44d1-8bb2-28c3ea9e3ddd img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-2bfa4e1e-feac-43a4-93a6-1293d053b17e {
  margin-left: 3px;
margin-right: 3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bfa4e1e-feac-43a4-93a6-1293d053b17e .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-854cdc37-b691-4376-aab9-5cc382e668e0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}








#s-854cdc37-b691-4376-aab9-5cc382e668e0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-854cdc37-b691-4376-aab9-5cc382e668e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c63fe12c-de30-4d2f-bcad-37f8a9a5a118 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-c63fe12c-de30-4d2f-bcad-37f8a9a5a118"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c63fe12c-de30-4d2f-bcad-37f8a9a5a118"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c63fe12c-de30-4d2f-bcad-37f8a9a5a118"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c63fe12c-de30-4d2f-bcad-37f8a9a5a118"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f6ce894c-1448-45f9-8e43-145f694ebd0c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
}

#s-ae0e3a96-1ac8-4123-94f4-425afe220357 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae0e3a96-1ac8-4123-94f4-425afe220357 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Fjalla One";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



@media (min-width: 0px) {
[id="s-78c85e72-e7b0-4358-848c-cfe3d61de940"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78c85e72-e7b0-4358-848c-cfe3d61de940"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78c85e72-e7b0-4358-848c-cfe3d61de940"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78c85e72-e7b0-4358-848c-cfe3d61de940"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78c85e72-e7b0-4358-848c-cfe3d61de940"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78c85e72-e7b0-4358-848c-cfe3d61de940"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78c85e72-e7b0-4358-848c-cfe3d61de940"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-6c1554bd-cabf-403c-9bfe-a667a7947fa3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-53ee2d0f-0745-43c5-95d2-057349dab606 {
  min-height: 50px;
}








#s-53ee2d0f-0745-43c5-95d2-057349dab606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53ee2d0f-0745-43c5-95d2-057349dab606.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71753fa2-c07a-4872-938c-e2703a0c0fa4 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-71753fa2-c07a-4872-938c-e2703a0c0fa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71753fa2-c07a-4872-938c-e2703a0c0fa4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71753fa2-c07a-4872-938c-e2703a0c0fa4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71753fa2-c07a-4872-938c-e2703a0c0fa4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71753fa2-c07a-4872-938c-e2703a0c0fa4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71753fa2-c07a-4872-938c-e2703a0c0fa4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71753fa2-c07a-4872-938c-e2703a0c0fa4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 {
  max-width: 1200px;
aspect-ratio: 1200/1216;
text-align: center;
}





  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image,
  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 {
    width: 100%;
    height: auto;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
    
    
  }


.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shg-align-container {
  text-align: center
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image,
  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 {
    width: 100%;
    height: auto;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
    
    
  }


.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shg-align-container {
  text-align: center
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image,
  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 {
    width: 100%;
    height: auto;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
    
    
  }


.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shg-align-container {
  text-align: center
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image,
  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 {
    width: 100%;
    height: auto;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
    
    
  }


.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shg-align-container {
  text-align: center
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image,
  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 {
    width: 100%;
    height: auto;
  }

  #s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
    
    
  }


.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094 .shogun-image-content {
  
    align-items: center;
  
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shg-align-container {
  text-align: center
}

.s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb6b730-0ab4-45c6-a0e5-5b6d3e885094.shogun-image {
  box-sizing: border-box;
}


}
#s-2804a644-a759-4416-81c6-992e4115c02f {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-2804a644-a759-4416-81c6-992e4115c02f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2804a644-a759-4416-81c6-992e4115c02f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2804a644-a759-4416-81c6-992e4115c02f {
  
}
}@media (max-width: 767px){#s-2804a644-a759-4416-81c6-992e4115c02f {
  
}
}
#s-2804a644-a759-4416-81c6-992e4115c02f .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-848f5410-89ba-4be0-a00a-8b123e62e895 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-28deac9e-b0e5-43d8-9fb4-702e0a8f0969 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-28deac9e-b0e5-43d8-9fb4-702e0a8f0969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28deac9e-b0e5-43d8-9fb4-702e0a8f0969.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc969472-fbc7-461e-b553-a92f2a960fd5 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image,
  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 {
    width: 100%;
    height: auto;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
    
    
  }


.s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shg-align-container {
  text-align: center
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image,
  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 {
    width: 100%;
    height: auto;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
    
    
  }


.s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shg-align-container {
  text-align: center
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image,
  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 {
    width: 100%;
    height: auto;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
    
    
  }


.s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shg-align-container {
  text-align: center
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image,
  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 {
    width: 100%;
    height: auto;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
    
    
  }


.s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shg-align-container {
  text-align: center
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image,
  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 {
    width: 100%;
    height: auto;
  }

  #s-fc969472-fbc7-461e-b553-a92f2a960fd5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
    
    
  }


.s-fc969472-fbc7-461e-b553-a92f2a960fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shg-align-container {
  text-align: center
}

.s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc969472-fbc7-461e-b553-a92f2a960fd5.shogun-image {
  box-sizing: border-box;
}


}
#s-01f187d2-89d3-432b-acc2-8c6fd7772498 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01f187d2-89d3-432b-acc2-8c6fd7772498 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-f2249d48-75af-47c9-af8b-1c328ff1c630 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-d1778285-04a3-4e27-ac08-db1ad56ef967 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d1778285-04a3-4e27-ac08-db1ad56ef967:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1778285-04a3-4e27-ac08-db1ad56ef967:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1778285-04a3-4e27-ac08-db1ad56ef967-root {
    text-align: center;
  }


#s-d1778285-04a3-4e27-ac08-db1ad56ef967.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1778285-04a3-4e27-ac08-db1ad56ef967-root {
    text-align: center;
  }


#s-d1778285-04a3-4e27-ac08-db1ad56ef967.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1778285-04a3-4e27-ac08-db1ad56ef967-root {
    text-align: center;
  }


#s-d1778285-04a3-4e27-ac08-db1ad56ef967.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1778285-04a3-4e27-ac08-db1ad56ef967-root {
    text-align: center;
  }


#s-d1778285-04a3-4e27-ac08-db1ad56ef967.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1778285-04a3-4e27-ac08-db1ad56ef967-root {
    text-align: center;
  }


#s-d1778285-04a3-4e27-ac08-db1ad56ef967.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-aea6fa6f-1265-4060-be3f-e2ff245d6e43 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-aea6fa6f-1265-4060-be3f-e2ff245d6e43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aea6fa6f-1265-4060-be3f-e2ff245d6e43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-831af047-f956-49e5-8cf9-ce97589cb6a2 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image,
  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 {
    width: 100%;
    height: auto;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
    
    
  }


.s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shg-align-container {
  text-align: center
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image,
  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 {
    width: 100%;
    height: auto;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
    
    
  }


.s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shg-align-container {
  text-align: center
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image,
  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 {
    width: 100%;
    height: auto;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
    
    
  }


.s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shg-align-container {
  text-align: center
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image,
  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 {
    width: 100%;
    height: auto;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
    
    
  }


.s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shg-align-container {
  text-align: center
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image,
  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 {
    width: 100%;
    height: auto;
  }

  #s-831af047-f956-49e5-8cf9-ce97589cb6a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
    
    
  }


.s-831af047-f956-49e5-8cf9-ce97589cb6a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shg-align-container {
  text-align: center
}

.s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-831af047-f956-49e5-8cf9-ce97589cb6a2.shogun-image {
  box-sizing: border-box;
}


}
#s-9982318a-318d-45ba-b0b0-918481feab6b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9982318a-318d-45ba-b0b0-918481feab6b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2fd5ec76-141e-4cc8-a977-f1489456363e {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a-root {
    text-align: center;
  }


#s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a-root {
    text-align: center;
  }


#s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a-root {
    text-align: center;
  }


#s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a-root {
    text-align: center;
  }


#s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a-root {
    text-align: center;
  }


#s-938b0d12-eb1f-4c52-b4ce-db2b27bc3f7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-f9a332fe-b65c-4aa5-a33c-b4d6bc1f9657 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f9a332fe-b65c-4aa5-a33c-b4d6bc1f9657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9a332fe-b65c-4aa5-a33c-b4d6bc1f9657.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e6d9446-9945-4ccc-b000-9785616cb2bd {
  max-width: 1200px;
aspect-ratio: 1200/1216;
text-align: center;
}





  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image,
  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd {
    width: 100%;
    height: auto;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
    
    
  }


.s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shg-align-container {
  text-align: center
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image,
  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd {
    width: 100%;
    height: auto;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
    
    
  }


.s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shg-align-container {
  text-align: center
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image,
  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd {
    width: 100%;
    height: auto;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
    
    
  }


.s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shg-align-container {
  text-align: center
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image,
  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd {
    width: 100%;
    height: auto;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
    
    
  }


.s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shg-align-container {
  text-align: center
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image,
  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd {
    width: 100%;
    height: auto;
  }

  #s-2e6d9446-9945-4ccc-b000-9785616cb2bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
    
    
  }


.s-2e6d9446-9945-4ccc-b000-9785616cb2bd .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shg-align-container {
  text-align: center
}

.s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6d9446-9945-4ccc-b000-9785616cb2bd.shogun-image {
  box-sizing: border-box;
}


}
#s-e8e2f007-b121-4d98-bc95-ae45158e53ea {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8e2f007-b121-4d98-bc95-ae45158e53ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-968ab0b7-cea8-4b16-9e3f-857f5ce7628a {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6-root {
    text-align: center;
  }


#s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6-root {
    text-align: center;
  }


#s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6-root {
    text-align: center;
  }


#s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6-root {
    text-align: center;
  }


#s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6-root {
    text-align: center;
  }


#s-ab0cbe40-8bd3-407a-b8ee-29e48096b7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-5551692b-1dab-4679-8fb6-77ee72ccb677 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-5551692b-1dab-4679-8fb6-77ee72ccb677"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5551692b-1dab-4679-8fb6-77ee72ccb677"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5551692b-1dab-4679-8fb6-77ee72ccb677"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5551692b-1dab-4679-8fb6-77ee72ccb677"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5551692b-1dab-4679-8fb6-77ee72ccb677"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5551692b-1dab-4679-8fb6-77ee72ccb677"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5551692b-1dab-4679-8fb6-77ee72ccb677"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image,
  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 {
    width: 100%;
    height: auto;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
    
    
  }


.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shg-align-container {
  text-align: center
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image,
  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 {
    width: 100%;
    height: auto;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
    
    
  }


.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shg-align-container {
  text-align: center
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image,
  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 {
    width: 100%;
    height: auto;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
    
    
  }


.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shg-align-container {
  text-align: center
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image,
  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 {
    width: 100%;
    height: auto;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
    
    
  }


.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shg-align-container {
  text-align: center
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image,
  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 {
    width: 100%;
    height: auto;
  }

  #s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
    
    
  }


.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shg-align-container {
  text-align: center
}

.s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1890ce7e-2a5c-406e-9ae6-d278cd94cad3.shogun-image {
  box-sizing: border-box;
}


}
#s-9a1a3778-6ee9-4bc7-b72a-16d1ff007607 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-9a1a3778-6ee9-4bc7-b72a-16d1ff007607 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a1a3778-6ee9-4bc7-b72a-16d1ff007607 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a1a3778-6ee9-4bc7-b72a-16d1ff007607 {
  
}
}@media (max-width: 767px){#s-9a1a3778-6ee9-4bc7-b72a-16d1ff007607 {
  
}
}
#s-9a1a3778-6ee9-4bc7-b72a-16d1ff007607 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-2bb4c89f-1361-460b-83f5-bd8577f09e80 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-763637db-5b69-40ad-81d3-53208acfa19c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-763637db-5b69-40ad-81d3-53208acfa19c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-763637db-5b69-40ad-81d3-53208acfa19c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image,
  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 {
    width: 100%;
    height: auto;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
    
    
  }


.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shg-align-container {
  text-align: center
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image,
  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 {
    width: 100%;
    height: auto;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
    
    
  }


.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shg-align-container {
  text-align: center
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image,
  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 {
    width: 100%;
    height: auto;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
    
    
  }


.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shg-align-container {
  text-align: center
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image,
  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 {
    width: 100%;
    height: auto;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
    
    
  }


.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shg-align-container {
  text-align: center
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image,
  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 {
    width: 100%;
    height: auto;
  }

  #s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
    
    
  }


.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shg-align-container {
  text-align: center
}

.s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ceb4c0e-8e9d-4eb7-80cd-e21ad1c6d242.shogun-image {
  box-sizing: border-box;
}


}
#s-2bbfa324-3269-428d-8d59-fc734f62b70e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2bbfa324-3269-428d-8d59-fc734f62b70e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-65fa57a9-f4bb-4d37-bfc2-c0fac844fbd9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-b6f7aa34-bd70-4c24-9631-99e46501b0b0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b6f7aa34-bd70-4c24-9631-99e46501b0b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6f7aa34-bd70-4c24-9631-99e46501b0b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6f7aa34-bd70-4c24-9631-99e46501b0b0-root {
    text-align: center;
  }


#s-b6f7aa34-bd70-4c24-9631-99e46501b0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6f7aa34-bd70-4c24-9631-99e46501b0b0-root {
    text-align: center;
  }


#s-b6f7aa34-bd70-4c24-9631-99e46501b0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6f7aa34-bd70-4c24-9631-99e46501b0b0-root {
    text-align: center;
  }


#s-b6f7aa34-bd70-4c24-9631-99e46501b0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6f7aa34-bd70-4c24-9631-99e46501b0b0-root {
    text-align: center;
  }


#s-b6f7aa34-bd70-4c24-9631-99e46501b0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6f7aa34-bd70-4c24-9631-99e46501b0b0-root {
    text-align: center;
  }


#s-b6f7aa34-bd70-4c24-9631-99e46501b0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-14f7ed03-61f1-40f3-9fd1-0c6ab4e85839 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-14f7ed03-61f1-40f3-9fd1-0c6ab4e85839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14f7ed03-61f1-40f3-9fd1-0c6ab4e85839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dde4aa20-b33f-4900-8dab-74baec51778b {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image,
  #s-dde4aa20-b33f-4900-8dab-74baec51778b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b {
    width: 100%;
    height: auto;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
    
    
  }


.s-dde4aa20-b33f-4900-8dab-74baec51778b .shogun-image-content {
  
    align-items: center;
  
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shg-align-container {
  text-align: center
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image,
  #s-dde4aa20-b33f-4900-8dab-74baec51778b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b {
    width: 100%;
    height: auto;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
    
    
  }


.s-dde4aa20-b33f-4900-8dab-74baec51778b .shogun-image-content {
  
    align-items: center;
  
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shg-align-container {
  text-align: center
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image,
  #s-dde4aa20-b33f-4900-8dab-74baec51778b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b {
    width: 100%;
    height: auto;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
    
    
  }


.s-dde4aa20-b33f-4900-8dab-74baec51778b .shogun-image-content {
  
    align-items: center;
  
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shg-align-container {
  text-align: center
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image,
  #s-dde4aa20-b33f-4900-8dab-74baec51778b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b {
    width: 100%;
    height: auto;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
    
    
  }


.s-dde4aa20-b33f-4900-8dab-74baec51778b .shogun-image-content {
  
    align-items: center;
  
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shg-align-container {
  text-align: center
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image,
  #s-dde4aa20-b33f-4900-8dab-74baec51778b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b {
    width: 100%;
    height: auto;
  }

  #s-dde4aa20-b33f-4900-8dab-74baec51778b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
    
    
  }


.s-dde4aa20-b33f-4900-8dab-74baec51778b .shogun-image-content {
  
    align-items: center;
  
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shg-align-container {
  text-align: center
}

.s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde4aa20-b33f-4900-8dab-74baec51778b.shogun-image {
  box-sizing: border-box;
}


}
#s-44aeb65b-2439-4514-9807-af54e507034c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44aeb65b-2439-4514-9807-af54e507034c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c07ad326-ab78-4ba9-bddd-9b58a98dfa06 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057-root {
    text-align: center;
  }


#s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057-root {
    text-align: center;
  }


#s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057-root {
    text-align: center;
  }


#s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057-root {
    text-align: center;
  }


#s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057-root {
    text-align: center;
  }


#s-7dfa1ed6-04b2-456e-ae97-25fceb0a3057.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-e76273ca-c027-4326-b9f8-40e038a428a0 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e76273ca-c027-4326-b9f8-40e038a428a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e76273ca-c027-4326-b9f8-40e038a428a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf0ada65-01b4-4676-90b9-d09c88e8e850 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image,
  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 {
    width: 100%;
    height: auto;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
    
    
  }


.s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shg-align-container {
  text-align: center
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image,
  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 {
    width: 100%;
    height: auto;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
    
    
  }


.s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shg-align-container {
  text-align: center
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image,
  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 {
    width: 100%;
    height: auto;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
    
    
  }


.s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shg-align-container {
  text-align: center
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image,
  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 {
    width: 100%;
    height: auto;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
    
    
  }


.s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shg-align-container {
  text-align: center
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image,
  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 {
    width: 100%;
    height: auto;
  }

  #s-cf0ada65-01b4-4676-90b9-d09c88e8e850 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
    
    
  }


.s-cf0ada65-01b4-4676-90b9-d09c88e8e850 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shg-align-container {
  text-align: center
}

.s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf0ada65-01b4-4676-90b9-d09c88e8e850.shogun-image {
  box-sizing: border-box;
}


}
#s-4a9177a2-464c-4bb2-9c7e-f4fe516e1f6d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4a9177a2-464c-4bb2-9c7e-f4fe516e1f6d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e5fe427d-7bb4-470a-b77e-431de54ec375 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-dac79018-5c4d-404c-a723-45e03eb7b220 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dac79018-5c4d-404c-a723-45e03eb7b220:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dac79018-5c4d-404c-a723-45e03eb7b220:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dac79018-5c4d-404c-a723-45e03eb7b220-root {
    text-align: center;
  }


#s-dac79018-5c4d-404c-a723-45e03eb7b220.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dac79018-5c4d-404c-a723-45e03eb7b220-root {
    text-align: center;
  }


#s-dac79018-5c4d-404c-a723-45e03eb7b220.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dac79018-5c4d-404c-a723-45e03eb7b220-root {
    text-align: center;
  }


#s-dac79018-5c4d-404c-a723-45e03eb7b220.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dac79018-5c4d-404c-a723-45e03eb7b220-root {
    text-align: center;
  }


#s-dac79018-5c4d-404c-a723-45e03eb7b220.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dac79018-5c4d-404c-a723-45e03eb7b220-root {
    text-align: center;
  }


#s-dac79018-5c4d-404c-a723-45e03eb7b220.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-10bf21b3-09e2-40a1-8bf1-6f37019c1bce {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-10bf21b3-09e2-40a1-8bf1-6f37019c1bce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10bf21b3-09e2-40a1-8bf1-6f37019c1bce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-10bf21b3-09e2-40a1-8bf1-6f37019c1bce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-10bf21b3-09e2-40a1-8bf1-6f37019c1bce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-10bf21b3-09e2-40a1-8bf1-6f37019c1bce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-10bf21b3-09e2-40a1-8bf1-6f37019c1bce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-10bf21b3-09e2-40a1-8bf1-6f37019c1bce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-773cfd83-3007-4e24-b91b-8258dddd23a6 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image,
  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 {
    width: 100%;
    height: auto;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
    
    
  }


.s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shg-align-container {
  text-align: center
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image,
  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 {
    width: 100%;
    height: auto;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
    
    
  }


.s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shg-align-container {
  text-align: center
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image,
  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 {
    width: 100%;
    height: auto;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
    
    
  }


.s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shg-align-container {
  text-align: center
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image,
  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 {
    width: 100%;
    height: auto;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
    
    
  }


.s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shg-align-container {
  text-align: center
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image,
  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 {
    width: 100%;
    height: auto;
  }

  #s-773cfd83-3007-4e24-b91b-8258dddd23a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
    
    
  }


.s-773cfd83-3007-4e24-b91b-8258dddd23a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shg-align-container {
  text-align: center
}

.s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-773cfd83-3007-4e24-b91b-8258dddd23a6.shogun-image {
  box-sizing: border-box;
}


}
#s-6b4c4fb3-bd72-4ebb-9d87-67507becdbcb {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-6b4c4fb3-bd72-4ebb-9d87-67507becdbcb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b4c4fb3-bd72-4ebb-9d87-67507becdbcb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b4c4fb3-bd72-4ebb-9d87-67507becdbcb {
  
}
}@media (max-width: 767px){#s-6b4c4fb3-bd72-4ebb-9d87-67507becdbcb {
  
}
}
#s-6b4c4fb3-bd72-4ebb-9d87-67507becdbcb .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-4abbdd30-01be-4da9-b8de-28a0c419c182 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-a4d63a5f-728a-47cd-a794-a467d227f932 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a4d63a5f-728a-47cd-a794-a467d227f932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4d63a5f-728a-47cd-a794-a467d227f932.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image,
  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 {
    width: 100%;
    height: auto;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
    
    
  }


.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shg-align-container {
  text-align: center
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image,
  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 {
    width: 100%;
    height: auto;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
    
    
  }


.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shg-align-container {
  text-align: center
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image,
  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 {
    width: 100%;
    height: auto;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
    
    
  }


.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shg-align-container {
  text-align: center
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image,
  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 {
    width: 100%;
    height: auto;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
    
    
  }


.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shg-align-container {
  text-align: center
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image,
  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 {
    width: 100%;
    height: auto;
  }

  #s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
    
    
  }


.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shg-align-container {
  text-align: center
}

.s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c12dd501-cc7f-4720-9937-6c27aae5a6d1.shogun-image {
  box-sizing: border-box;
}


}
#s-c2e98c88-dac0-40ac-b645-eb83b346a7b4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c2e98c88-dac0-40ac-b645-eb83b346a7b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e48a30a1-c50c-46b8-8375-e90a22d8caf9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3-root {
    text-align: center;
  }


#s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3-root {
    text-align: center;
  }


#s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3-root {
    text-align: center;
  }


#s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3-root {
    text-align: center;
  }


#s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3-root {
    text-align: center;
  }


#s-f9ed1d02-e3fc-4f6c-b237-0cb91ed7f7e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-c1f08b3c-a5fa-42cf-aefc-959c2dedb85a {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c1f08b3c-a5fa-42cf-aefc-959c2dedb85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f08b3c-a5fa-42cf-aefc-959c2dedb85a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image,
  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 {
    width: 100%;
    height: auto;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
    
    
  }


.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shg-align-container {
  text-align: center
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image,
  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 {
    width: 100%;
    height: auto;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
    
    
  }


.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shg-align-container {
  text-align: center
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image,
  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 {
    width: 100%;
    height: auto;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
    
    
  }


.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shg-align-container {
  text-align: center
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image,
  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 {
    width: 100%;
    height: auto;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
    
    
  }


.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shg-align-container {
  text-align: center
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image,
  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 {
    width: 100%;
    height: auto;
  }

  #s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
    
    
  }


.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shg-align-container {
  text-align: center
}

.s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4ef87e8-3e04-48c9-bd6a-aa52abecd191.shogun-image {
  box-sizing: border-box;
}


}
#s-57cc9e97-7583-443c-a103-fbc8200e47e8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-57cc9e97-7583-443c-a103-fbc8200e47e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1d010391-7c3a-4d9f-89e6-79ea8a8b2086 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}

#s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6-root {
    text-align: center;
  }


#s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6-root {
    text-align: center;
  }


#s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6-root {
    text-align: center;
  }


#s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6-root {
    text-align: center;
  }


#s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6-root {
    text-align: center;
  }


#s-5e21c215-26f8-45bf-a218-abdbbf7e7fc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}