.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-e19a62b7-5f64-4f24-8ad8-dea0b2571bfd {
  min-height: 800px;
}
@media (min-width: 1200px){#s-e19a62b7-5f64-4f24-8ad8-dea0b2571bfd {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e19a62b7-5f64-4f24-8ad8-dea0b2571bfd {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e19a62b7-5f64-4f24-8ad8-dea0b2571bfd {
  min-height: 500px;
}
}@media (max-width: 767px){#s-e19a62b7-5f64-4f24-8ad8-dea0b2571bfd {
  min-height: 400px;
}
}







#s-e19a62b7-5f64-4f24-8ad8-dea0b2571bfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e19a62b7-5f64-4f24-8ad8-dea0b2571bfd {
  cursor: pointer;
}#s-e19a62b7-5f64-4f24-8ad8-dea0b2571bfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e47b3222-a609-4ec4-a550-002d33fe725c {
  min-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e47b3222-a609-4ec4-a550-002d33fe725c {
  display: none;
}
#s-e47b3222-a609-4ec4-a550-002d33fe725c, #wrap-s-e47b3222-a609-4ec4-a550-002d33fe725c { display:none !important; }}@media (max-width: 767px){#s-e47b3222-a609-4ec4-a550-002d33fe725c {
  display: none;
}
#s-e47b3222-a609-4ec4-a550-002d33fe725c, #wrap-s-e47b3222-a609-4ec4-a550-002d33fe725c { display:none !important; }}







#s-e47b3222-a609-4ec4-a550-002d33fe725c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47b3222-a609-4ec4-a550-002d33fe725c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-319cf97c-14ad-4638-8638-64998902ceb8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
}








#s-319cf97c-14ad-4638-8638-64998902ceb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-319cf97c-14ad-4638-8638-64998902ceb8.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;
}

@media (min-width: 0px) {
[id="s-8aed7fc5-1689-4cea-b5d8-1b58c6744267"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aed7fc5-1689-4cea-b5d8-1b58c6744267"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aed7fc5-1689-4cea-b5d8-1b58c6744267"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8aed7fc5-1689-4cea-b5d8-1b58c6744267"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aed7fc5-1689-4cea-b5d8-1b58c6744267"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aed7fc5-1689-4cea-b5d8-1b58c6744267"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8aed7fc5-1689-4cea-b5d8-1b58c6744267"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-57abf994-b967-45ce-89cb-cfd52adf2d1c {
  min-height: 50px;
}








#s-57abf994-b967-45ce-89cb-cfd52adf2d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57abf994-b967-45ce-89cb-cfd52adf2d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-c97dd121-f0fb-4e5a-8c91-7c9dfaf465af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c97dd121-f0fb-4e5a-8c91-7c9dfaf465af .shogun-heading-component h1 {
  color: rgba(57, 104, 103, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-382a75f4-1fa9-4f53-a739-8849fef031ed {
  min-height: 15px;
}
@media (min-width: 1200px){#s-382a75f4-1fa9-4f53-a739-8849fef031ed {
  display: none;
}
#s-382a75f4-1fa9-4f53-a739-8849fef031ed, #wrap-s-382a75f4-1fa9-4f53-a739-8849fef031ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-382a75f4-1fa9-4f53-a739-8849fef031ed {
  display: none;
}
#s-382a75f4-1fa9-4f53-a739-8849fef031ed, #wrap-s-382a75f4-1fa9-4f53-a739-8849fef031ed { display:none !important; }}







#s-382a75f4-1fa9-4f53-a739-8849fef031ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-382a75f4-1fa9-4f53-a739-8849fef031ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd36d2f8-f793-4425-b88b-402f98659a1d {
  min-height: 50px;
}








#s-dd36d2f8-f793-4425-b88b-402f98659a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd36d2f8-f793-4425-b88b-402f98659a1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-33c08966-b104-4479-8850-382e47d8ffed {
  min-height: 20px;
}








#s-33c08966-b104-4479-8850-382e47d8ffed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c08966-b104-4479-8850-382e47d8ffed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c1844e4-d805-4c37-b839-c9792d758078 {
  padding-left: 2%;
padding-right: 2%;
min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c1844e4-d805-4c37-b839-c9792d758078 {
  
}
}@media (max-width: 767px){#s-6c1844e4-d805-4c37-b839-c9792d758078 {
  
}
}
@media (min-width: 0px) {
[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6c1844e4-d805-4c37-b839-c9792d758078"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-ec7536ab-1b1f-4733-84fd-d40cd41b526b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-ec7536ab-1b1f-4733-84fd-d40cd41b526b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec7536ab-1b1f-4733-84fd-d40cd41b526b {
  cursor: pointer;
}#s-ec7536ab-1b1f-4733-84fd-d40cd41b526b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c29893d-5ccf-4a6e-8074-968406c8fd98 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-0c29893d-5ccf-4a6e-8074-968406c8fd98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c29893d-5ccf-4a6e-8074-968406c8fd98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e68d3a9-800f-4242-981f-101527a76677 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-3e68d3a9-800f-4242-981f-101527a76677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e68d3a9-800f-4242-981f-101527a76677 {
  cursor: pointer;
}#s-3e68d3a9-800f-4242-981f-101527a76677.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2569d2a6-5bcc-4a04-931c-58d83e6d096e {
  min-height: 30px;
}








#s-2569d2a6-5bcc-4a04-931c-58d83e6d096e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2569d2a6-5bcc-4a04-931c-58d83e6d096e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5c4599-3fb0-4ed3-b5f4-99b2be6b5589 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f5c4599-3fb0-4ed3-b5f4-99b2be6b5589 {
  
}
}@media (max-width: 767px){#s-7f5c4599-3fb0-4ed3-b5f4-99b2be6b5589 {
  
}
}
@media (min-width: 0px) {
[id="s-7f5c4599-3fb0-4ed3-b5f4-99b2be6b5589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f5c4599-3fb0-4ed3-b5f4-99b2be6b5589"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f5c4599-3fb0-4ed3-b5f4-99b2be6b5589"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f5c4599-3fb0-4ed3-b5f4-99b2be6b5589"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca027c88-af8d-4531-8abe-b2207099cfc2 {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
}








#s-ca027c88-af8d-4531-8abe-b2207099cfc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca027c88-af8d-4531-8abe-b2207099cfc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b40e4c3f-94b2-4e56-b186-76bd6d9803ff {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-b40e4c3f-94b2-4e56-b186-76bd6d9803ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b40e4c3f-94b2-4e56-b186-76bd6d9803ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(57, 104, 103, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(57, 104, 103, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(57, 104, 103, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253 {
  
}
}@media (max-width: 767px){#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253 {
  
}
}

  #s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253-root {
    text-align: right;
  }


#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253-root {
    text-align: right;
  }


#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253-root {
    text-align: right;
  }


#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253-root {
    text-align: right;
  }


#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253-root {
    text-align: right;
  }


#s-f0764637-c6c8-4bc9-a2ee-12cd91ce4253.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-c0241a61-703e-49ee-a3f5-dd9926b6dec8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c0241a61-703e-49ee-a3f5-dd9926b6dec8 {
  display: none;
}
#s-c0241a61-703e-49ee-a3f5-dd9926b6dec8, #wrap-s-c0241a61-703e-49ee-a3f5-dd9926b6dec8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0241a61-703e-49ee-a3f5-dd9926b6dec8 {
  display: none;
}
#s-c0241a61-703e-49ee-a3f5-dd9926b6dec8, #wrap-s-c0241a61-703e-49ee-a3f5-dd9926b6dec8 { display:none !important; }}







#s-c0241a61-703e-49ee-a3f5-dd9926b6dec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0241a61-703e-49ee-a3f5-dd9926b6dec8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c68e8ad-518b-40c7-8359-0928f6e81096 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-6c68e8ad-518b-40c7-8359-0928f6e81096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c68e8ad-518b-40c7-8359-0928f6e81096 {
  cursor: pointer;
}#s-6c68e8ad-518b-40c7-8359-0928f6e81096.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da52bde5-ed0f-4d7f-b76d-b855c9fe945f {
  min-height: 30px;
}








#s-da52bde5-ed0f-4d7f-b76d-b855c9fe945f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da52bde5-ed0f-4d7f-b76d-b855c9fe945f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8517acde-79fa-4e61-a868-814e0fc4dd2f {
  padding-left: 2%;
padding-right: 2%;
min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8517acde-79fa-4e61-a868-814e0fc4dd2f {
  
}
}@media (max-width: 767px){#s-8517acde-79fa-4e61-a868-814e0fc4dd2f {
  
}
}
@media (min-width: 0px) {
[id="s-8517acde-79fa-4e61-a868-814e0fc4dd2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8517acde-79fa-4e61-a868-814e0fc4dd2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8517acde-79fa-4e61-a868-814e0fc4dd2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8517acde-79fa-4e61-a868-814e0fc4dd2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-c4d52dda-bbca-471d-bd15-60bf1bd0bf24 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-c4d52dda-bbca-471d-bd15-60bf1bd0bf24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4d52dda-bbca-471d-bd15-60bf1bd0bf24 {
  cursor: pointer;
}#s-c4d52dda-bbca-471d-bd15-60bf1bd0bf24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0892f6f-260b-4ac5-b93c-647d4d436497 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-c0892f6f-260b-4ac5-b93c-647d4d436497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0892f6f-260b-4ac5-b93c-647d4d436497 {
  cursor: pointer;
}#s-c0892f6f-260b-4ac5-b93c-647d4d436497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f30d6974-957c-41f5-86de-d09d45bcad1f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-f30d6974-957c-41f5-86de-d09d45bcad1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f30d6974-957c-41f5-86de-d09d45bcad1f {
  cursor: pointer;
}#s-f30d6974-957c-41f5-86de-d09d45bcad1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c3f7727-11f2-4134-a115-424bfd1634f3 {
  min-height: 30px;
}








#s-2c3f7727-11f2-4134-a115-424bfd1634f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c3f7727-11f2-4134-a115-424bfd1634f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eb4466b-6f8d-4e87-bba0-4edb252a7870 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
}

#s-6eb4466b-6f8d-4e87-bba0-4edb252a7870 .shogun-heading-component h1 {
  color: rgba(57, 104, 103, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-8f90a64f-0ae6-43ab-9d53-ad198d51041d {
  min-height: 30px;
}








#s-8f90a64f-0ae6-43ab-9d53-ad198d51041d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f90a64f-0ae6-43ab-9d53-ad198d51041d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31b93409-942e-45b2-add8-1752f9f30cdd {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31b93409-942e-45b2-add8-1752f9f30cdd {
  
}
}@media (max-width: 767px){#s-31b93409-942e-45b2-add8-1752f9f30cdd {
  
}
}
@media (min-width: 0px) {
[id="s-31b93409-942e-45b2-add8-1752f9f30cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31b93409-942e-45b2-add8-1752f9f30cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31b93409-942e-45b2-add8-1752f9f30cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31b93409-942e-45b2-add8-1752f9f30cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-30d3dead-6220-43cf-b9c2-840fa1b18bfb {
  padding-left: 6%;
padding-right: 0%;
min-height: 50px;
}








#s-30d3dead-6220-43cf-b9c2-840fa1b18bfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30d3dead-6220-43cf-b9c2-840fa1b18bfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d573bb50-9ec5-4421-b961-1f6babc86925 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-d573bb50-9ec5-4421-b961-1f6babc86925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d573bb50-9ec5-4421-b961-1f6babc86925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85f7f483-a0dc-4600-b53b-d507f9db1bc7 {
  min-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-85f7f483-a0dc-4600-b53b-d507f9db1bc7 {
  display: none;
}
#s-85f7f483-a0dc-4600-b53b-d507f9db1bc7, #wrap-s-85f7f483-a0dc-4600-b53b-d507f9db1bc7 { display:none !important; }}@media (max-width: 767px){#s-85f7f483-a0dc-4600-b53b-d507f9db1bc7 {
  display: none;
}
#s-85f7f483-a0dc-4600-b53b-d507f9db1bc7, #wrap-s-85f7f483-a0dc-4600-b53b-d507f9db1bc7 { display:none !important; }}







#s-85f7f483-a0dc-4600-b53b-d507f9db1bc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85f7f483-a0dc-4600-b53b-d507f9db1bc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30f4ba60-a391-471f-985b-a387414bf964 {
  min-height: 30px;
}








#s-30f4ba60-a391-471f-985b-a387414bf964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30f4ba60-a391-471f-985b-a387414bf964.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49970495-19c2-4c89-9aa7-ec3d32627b6f {
  padding-left: 2%;
padding-right: 2%;
min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49970495-19c2-4c89-9aa7-ec3d32627b6f {
  
}
}@media (max-width: 767px){#s-49970495-19c2-4c89-9aa7-ec3d32627b6f {
  
}
}
@media (min-width: 0px) {
[id="s-49970495-19c2-4c89-9aa7-ec3d32627b6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-49970495-19c2-4c89-9aa7-ec3d32627b6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49970495-19c2-4c89-9aa7-ec3d32627b6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49970495-19c2-4c89-9aa7-ec3d32627b6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-67829175-e51a-43e0-906c-85dddbac5ed6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-67829175-e51a-43e0-906c-85dddbac5ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67829175-e51a-43e0-906c-85dddbac5ed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaf18e76-ae56-43b2-bdcf-9792937a0100 {
  min-height: 50px;
background-color: rgba(165, 189, 185, 1);
}








#s-aaf18e76-ae56-43b2-bdcf-9792937a0100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaf18e76-ae56-43b2-bdcf-9792937a0100.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cbfc7c3-c95a-4db3-8e56-eaa6ed83f9ba {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-9cbfc7c3-c95a-4db3-8e56-eaa6ed83f9ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cbfc7c3-c95a-4db3-8e56-eaa6ed83f9ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86869399-3e5f-4c8b-ba61-edb8ae0fbf00 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-86869399-3e5f-4c8b-ba61-edb8ae0fbf00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86869399-3e5f-4c8b-ba61-edb8ae0fbf00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24372569-393a-45b5-8397-8393f6cb0c9a {
  min-height: 30px;
}








#s-24372569-393a-45b5-8397-8393f6cb0c9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24372569-393a-45b5-8397-8393f6cb0c9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b2095a0-6acc-47c9-b604-960378d3eccc {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: center;
}

#s-3b2095a0-6acc-47c9-b604-960378d3eccc .shogun-heading-component h1 {
  color: rgba(57, 104, 103, 1);
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



#s-331a7cf3-b229-444e-860c-b211abe35c19 {
  min-height: 30px;
}








#s-331a7cf3-b229-444e-860c-b211abe35c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-331a7cf3-b229-444e-860c-b211abe35c19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-5c4a465d-1af9-4639-a63e-47781c6d1868 {
  display: none;
}
.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-0b1b78d6-be2a-416d-8ef4-698500f59896 {
  text-align: left;
}



.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b1b78d6-be2a-416d-8ef4-698500f59896 img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-ef1fc36a-02f3-448e-aa40-7ef4cf1b90a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef1fc36a-02f3-448e-aa40-7ef4cf1b90a7 .shg-product-title-component h3 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1dcfc816-d3a4-4783-9c11-55041dafcde5 {
  text-align: center;
}

#s-1dcfc816-d3a4-4783-9c11-55041dafcde5 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1dcfc816-d3a4-4783-9c11-55041dafcde5 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1dcfc816-d3a4-4783-9c11-55041dafcde5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d54040ef-002b-428a-858e-37848d4a34bb {
  display: none;
}
#s-7812ac61-0776-4186-a61c-908f983a2a0a {
  text-align: left;
}



.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7812ac61-0776-4186-a61c-908f983a2a0a img.shogun-image {
  width: 100%;
}



}
#s-be69c3a1-41d1-4866-8546-a784f46b4a23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be69c3a1-41d1-4866-8546-a784f46b4a23 .shg-product-title-component h3 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-43c6e9c3-7407-43b0-8aab-d84c0fea85e7 {
  text-align: center;
}

#s-43c6e9c3-7407-43b0-8aab-d84c0fea85e7 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-43c6e9c3-7407-43b0-8aab-d84c0fea85e7 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-43c6e9c3-7407-43b0-8aab-d84c0fea85e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-212fdb96-6975-413d-b6c4-dd2a1957e11d {
  display: none;
}
#s-615adf36-3c31-441e-99ff-097d760cccae {
  text-align: left;
}



.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-615adf36-3c31-441e-99ff-097d760cccae img.shogun-image {
  width: 100%;
}



}
#s-802fd764-e59b-437f-b911-78d31ec84176 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-802fd764-e59b-437f-b911-78d31ec84176 .shg-product-title-component h3 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-317b6513-af7e-4202-b20b-86da022d3fe1 {
  text-align: center;
}

#s-317b6513-af7e-4202-b20b-86da022d3fe1 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-317b6513-af7e-4202-b20b-86da022d3fe1 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-317b6513-af7e-4202-b20b-86da022d3fe1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-586c0381-5992-4c66-b17d-dfb3df2a58d4 {
  display: none;
}
#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac {
  text-align: left;
}



.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5546cf1-6cb7-4991-af68-0a3efb44b0ac img.shogun-image {
  width: 100%;
}



}
#s-43a4ce04-ee5b-48b5-aec0-dbbe1031efd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43a4ce04-ee5b-48b5-aec0-dbbe1031efd2 .shg-product-title-component h3 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b9f7e5b9-5746-4bba-b6a9-79ee62a569a3 {
  text-align: center;
}

#s-b9f7e5b9-5746-4bba-b6a9-79ee62a569a3 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9f7e5b9-5746-4bba-b6a9-79ee62a569a3 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b9f7e5b9-5746-4bba-b6a9-79ee62a569a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-09b7360e-dd91-4278-9cde-597b76579508 {
  display: none;
}
#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a {
  text-align: left;
}



.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4646f8a5-6f9f-41f4-86bd-772428b9ba1a img.shogun-image {
  width: 100%;
}



}
#s-ae689141-bb48-40fa-867e-fbb634ef8709 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae689141-bb48-40fa-867e-fbb634ef8709 .shg-product-title-component h3 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ec14023d-b8f2-45ff-84f9-ad731e4bfd6f {
  text-align: center;
}

#s-ec14023d-b8f2-45ff-84f9-ad731e4bfd6f .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ec14023d-b8f2-45ff-84f9-ad731e4bfd6f .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ec14023d-b8f2-45ff-84f9-ad731e4bfd6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ee8d81a7-c6e7-4117-aded-f4dd6e4f59ea {
  display: none;
}
#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 {
  text-align: left;
}



.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bb087a8-d2fd-424d-8d94-33a9d11d8a96 img.shogun-image {
  width: 100%;
}



}
#s-37bd1b2d-c352-4d46-9b8f-63f010b3d47c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37bd1b2d-c352-4d46-9b8f-63f010b3d47c .shg-product-title-component h3 {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b56503af-53c0-42ed-8975-bf1645499370 {
  text-align: center;
}

#s-b56503af-53c0-42ed-8975-bf1645499370 .shg-product-sold-out {
  display: none;
  color: rgba(43, 64, 77, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b56503af-53c0-42ed-8975-bf1645499370 .shg-product-price {
  color: rgba(43, 64, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b56503af-53c0-42ed-8975-bf1645499370 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7abeeb6d-cb14-4fb6-8c7a-c89167437f9b {
  min-height: 50px;
}








#s-7abeeb6d-cb14-4fb6-8c7a-c89167437f9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7abeeb6d-cb14-4fb6-8c7a-c89167437f9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f3f94f3-5fa5-40c5-9f70-2b49c5c65597 {
  min-height: 50px;
}








#s-2f3f94f3-5fa5-40c5-9f70-2b49c5c65597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f3f94f3-5fa5-40c5-9f70-2b49c5c65597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(57, 104, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(57, 104, 103, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(57, 104, 103, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be-root {
    text-align: center;
  }


#s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be-root {
    text-align: center;
  }


#s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be-root {
    text-align: center;
  }


#s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be-root {
    text-align: center;
  }


#s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be-root {
    text-align: center;
  }


#s-2fca85d1-b31c-4ee8-85dd-b9385fdd63be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Noto Sans JP;
  display:  inline-block ;
}
}
#s-5f6a037d-b649-46c3-86b0-f06ad8d20cef {
  min-height: 50px;
}








#s-5f6a037d-b649-46c3-86b0-f06ad8d20cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f6a037d-b649-46c3-86b0-f06ad8d20cef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
