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

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

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

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

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

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

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

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

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

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

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

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

#s-b01ae282-5811-45b5-acd8-0f646afaaf91 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-b01ae282-5811-45b5-acd8-0f646afaaf91 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-b01ae282-5811-45b5-acd8-0f646afaaf91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b01ae282-5811-45b5-acd8-0f646afaaf91.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

@media (min-width: 0px) {
[id="s-fe7c195d-6f85-4674-aa32-abe55207d7b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe7c195d-6f85-4674-aa32-abe55207d7b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-fe7c195d-6f85-4674-aa32-abe55207d7b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-fe7c195d-6f85-4674-aa32-abe55207d7b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-fe7c195d-6f85-4674-aa32-abe55207d7b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-fe7c195d-6f85-4674-aa32-abe55207d7b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5em);
}

[id="s-fe7c195d-6f85-4674-aa32-abe55207d7b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5em);
}

}

#s-831b4cca-1259-45df-9379-e6d63e6f2e18 {
  min-height: 50px;
}








#s-831b4cca-1259-45df-9379-e6d63e6f2e18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-831b4cca-1259-45df-9379-e6d63e6f2e18.shg-box.shg-c {
  justify-content: center;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-37c65a45-6378-4abf-bf6b-540851216999 {
  text-align: left;
}



.shg-c#s-37c65a45-6378-4abf-bf6b-540851216999 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-37c65a45-6378-4abf-bf6b-540851216999 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-37c65a45-6378-4abf-bf6b-540851216999 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-37c65a45-6378-4abf-bf6b-540851216999 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-37c65a45-6378-4abf-bf6b-540851216999 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-5b14124f-50fe-4d5a-bd58-59756cd65bee {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-5b14124f-50fe-4d5a-bd58-59756cd65bee .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-5b14124f-50fe-4d5a-bd58-59756cd65bee .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-5b14124f-50fe-4d5a-bd58-59756cd65bee .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-5b14124f-50fe-4d5a-bd58-59756cd65bee .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-5b14124f-50fe-4d5a-bd58-59756cd65bee .shg-gallery-scroll-button {
  color: #FFF;
}

#s-5b14124f-50fe-4d5a-bd58-59756cd65bee .shg-gallery-dot {
  background-color: #FFF;
}

#s-45ed2d9d-2f4b-495a-908c-dee32048cc91 {
  min-height: 50px;
}








#s-45ed2d9d-2f4b-495a-908c-dee32048cc91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45ed2d9d-2f4b-495a-908c-dee32048cc91.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-fed1f562-2de7-495e-ac8e-a8a8544f10f1 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 5em;
text-align: center;
background-color: rgba(230, 59, 59, 1);
}

#s-fed1f562-2de7-495e-ac8e-a8a8544f10f1 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 0.6em;
  line-height: 1em;
  
  text-align: center;
}



.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-607a5577-cd74-4225-beff-9245452b65ff {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-607a5577-cd74-4225-beff-9245452b65ff .shg-product-title-component h1 span {
  color: #000;
  
  font-family: Noto Serif JP;
  
  font-size: 1.2em;
  
  
  text-align: left;
}

#s-9e3d712f-9b0f-4035-848c-964430fd6f8f {
  margin-bottom: 1em;
text-align: left;
}

#s-9e3d712f-9b0f-4035-848c-964430fd6f8f .shg-product-sold-out {
  display: none;
  color: rgba(145, 61, 61, 1);
  font-size: 20px;
  
  font-family: Noto Serif JP;
  font-style:  normal ;
}

#s-9e3d712f-9b0f-4035-848c-964430fd6f8f .shg-product-price {
  color: rgba(145, 61, 61, 1);
  
  font-family: Noto Serif JP;
  font-style:  normal ;
  font-size: 20px;
}

#s-9e3d712f-9b0f-4035-848c-964430fd6f8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-38231341-4bf3-4dc1-b934-c95bdadcd964 {
  min-height: 44px;
max-width: 70%;
}
@media (max-width: 767px){#s-38231341-4bf3-4dc1-b934-c95bdadcd964 {
  max-width: 100%;
}
}







#s-38231341-4bf3-4dc1-b934-c95bdadcd964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38231341-4bf3-4dc1-b934-c95bdadcd964.shg-box.shg-c {
  justify-content: center;
}

#s-d0d599c3-79f5-4660-9d15-d43fc4c8fa7f {
  margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-d0d599c3-79f5-4660-9d15-d43fc4c8fa7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0d599c3-79f5-4660-9d15-d43fc4c8fa7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d599c3-79f5-4660-9d15-d43fc4c8fa7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0d599c3-79f5-4660-9d15-d43fc4c8fa7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d599c3-79f5-4660-9d15-d43fc4c8fa7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0d599c3-79f5-4660-9d15-d43fc4c8fa7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0d599c3-79f5-4660-9d15-d43fc4c8fa7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fb18050b-e384-403f-9bcd-c0b93d7a71b8 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.5em;
padding-bottom: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(243, 243, 243, 0);
}

#s-fb18050b-e384-403f-9bcd-c0b93d7a71b8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-fb18050b-e384-403f-9bcd-c0b93d7a71b8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





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

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

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

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

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

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

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

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

#s-89c9ef7a-0459-4dc0-966a-bb9285933069 {
  margin-left: 21%;
margin-right: 21%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(145, 61, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-89c9ef7a-0459-4dc0-966a-bb9285933069:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89c9ef7a-0459-4dc0-966a-bb9285933069:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89c9ef7a-0459-4dc0-966a-bb9285933069-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9ef7a-0459-4dc0-966a-bb9285933069 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-89c9ef7a-0459-4dc0-966a-bb9285933069-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9ef7a-0459-4dc0-966a-bb9285933069 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-89c9ef7a-0459-4dc0-966a-bb9285933069-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9ef7a-0459-4dc0-966a-bb9285933069 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-89c9ef7a-0459-4dc0-966a-bb9285933069-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9ef7a-0459-4dc0-966a-bb9285933069 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-89c9ef7a-0459-4dc0-966a-bb9285933069-atc-btn-wrapper {
    text-align: center;
  }


#s-89c9ef7a-0459-4dc0-966a-bb9285933069 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89c9ef7a-0459-4dc0-966a-bb9285933069.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-6f1c5fbe-1219-4706-bcf9-ed5e9a3bf8d0 {
  margin-bottom: 2em;
max-width: 100%;
}

#s-d18b936b-7227-4343-b6a7-77973092d5ec {
  min-height: 50px;
}








#s-d18b936b-7227-4343-b6a7-77973092d5ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d18b936b-7227-4343-b6a7-77973092d5ec.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (max-width: 767px){#s-ecf3ba58-5eff-4090-876a-559fdab4a008 {
  margin-top: 1em;
margin-bottom: 1em;
}
}
#s-ecf3ba58-5eff-4090-876a-559fdab4a008 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-ecf3ba58-5eff-4090-876a-559fdab4a008 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ecf3ba58-5eff-4090-876a-559fdab4a008 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-ecf3ba58-5eff-4090-876a-559fdab4a008 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-ecf3ba58-5eff-4090-876a-559fdab4a008 td.shogun-table-column, #s-ecf3ba58-5eff-4090-876a-559fdab4a008 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-a4225618-0898-4aec-a1f8-d1d3bc71f218 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a4225618-0898-4aec-a1f8-d1d3bc71f218 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-ef311740-46e4-4e62-9d9f-7bcca1c25650 {
  padding-top: 34px;
padding-bottom: 34px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-ef311740-46e4-4e62-9d9f-7bcca1c25650 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b6cace0f-8c09-4fa5-a5cb-3a4c5859e273 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b6cace0f-8c09-4fa5-a5cb-3a4c5859e273 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f8c4d0b5-30bf-45ec-97db-6d22fdc92d86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-f8c4d0b5-30bf-45ec-97db-6d22fdc92d86 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c5f34cdc-98d4-4112-ba64-e1501c5fa2b2 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5f34cdc-98d4-4112-ba64-e1501c5fa2b2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5142094f-bb58-4349-9a78-4011d8f39a2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-5142094f-bb58-4349-9a78-4011d8f39a2c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c9e81cad-542e-4e07-b7fa-b4722b4d115f {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c9e81cad-542e-4e07-b7fa-b4722b4d115f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a6b1c196-5d96-41a2-a4ee-aa4b75890122 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-a6b1c196-5d96-41a2-a4ee-aa4b75890122 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6498c44f-8033-4c87-8c3a-5f921294b269 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6498c44f-8033-4c87-8c3a-5f921294b269 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-83865b6f-c7a5-40a7-92b7-fb23dfdb9961 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-83865b6f-c7a5-40a7-92b7-fb23dfdb9961 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ec885885-28d3-4044-b8e9-e632413e8304 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec885885-28d3-4044-b8e9-e632413e8304 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2b9f1577-e0e9-4cb9-8857-6f73cfd66a5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-2b9f1577-e0e9-4cb9-8857-6f73cfd66a5b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2cce6f2d-83ff-4745-9b87-8fba25389fb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-2cce6f2d-83ff-4745-9b87-8fba25389fb0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-afb3c865-c6d8-49a9-9c22-e0a7aaa610de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-afb3c865-c6d8-49a9-9c22-e0a7aaa610de .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5d315b8d-9530-42a8-9d8a-485ec1d48a50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-5d315b8d-9530-42a8-9d8a-485ec1d48a50 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1f820561-9bc6-4787-b8e1-39e4171d0f18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-1f820561-9bc6-4787-b8e1-39e4171d0f18 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8e8cb8b5-994c-47fc-bdc1-231aeed12adf {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e8cb8b5-994c-47fc-bdc1-231aeed12adf .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-850bf8d3-c633-4752-ba73-81eeb2de65a8 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-850bf8d3-c633-4752-ba73-81eeb2de65a8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-11370bb0-bcb0-4167-9d94-36f913033e96 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-11370bb0-bcb0-4167-9d94-36f913033e96 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2791e537-fdfe-415a-941d-a8fe320833ce {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2791e537-fdfe-415a-941d-a8fe320833ce .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6f03f1c9-0beb-4909-b703-902b2d10cf48 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f03f1c9-0beb-4909-b703-902b2d10cf48 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1eca44a2-a59d-47a7-9760-3f5d8153a619 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 253, 242, 1);
}

#s-1eca44a2-a59d-47a7-9760-3f5d8153a619 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans JP";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e33af7a1-e822-4430-800a-43f424bf50ac {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-e33af7a1-e822-4430-800a-43f424bf50ac {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-e33af7a1-e822-4430-800a-43f424bf50ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e33af7a1-e822-4430-800a-43f424bf50ac.shg-box.shg-c {
  justify-content: center;
}

#s-06e07888-597e-4c8d-b566-b3ac1402d48b {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06e07888-597e-4c8d-b566-b3ac1402d48b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



@media (min-width: 0px) {
[id="s-2946a699-e58d-4ee1-ab41-b6fe7527f76d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2946a699-e58d-4ee1-ab41-b6fe7527f76d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2946a699-e58d-4ee1-ab41-b6fe7527f76d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2946a699-e58d-4ee1-ab41-b6fe7527f76d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-5212f8a9-350b-45c5-9429-374d8b0c9c69 {
  text-align: center;
}
@media (min-width: 1200px){#s-5212f8a9-350b-45c5-9429-374d8b0c9c69 {
  display: none;
}
#s-5212f8a9-350b-45c5-9429-374d8b0c9c69, #wrap-s-5212f8a9-350b-45c5-9429-374d8b0c9c69, #wrap-content-s-5212f8a9-350b-45c5-9429-374d8b0c9c69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5212f8a9-350b-45c5-9429-374d8b0c9c69 {
  display: none;
}
#s-5212f8a9-350b-45c5-9429-374d8b0c9c69, #wrap-s-5212f8a9-350b-45c5-9429-374d8b0c9c69, #wrap-content-s-5212f8a9-350b-45c5-9429-374d8b0c9c69 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5212f8a9-350b-45c5-9429-374d8b0c9c69 {
  display: none;
}
#s-5212f8a9-350b-45c5-9429-374d8b0c9c69, #wrap-s-5212f8a9-350b-45c5-9429-374d8b0c9c69, #wrap-content-s-5212f8a9-350b-45c5-9429-374d8b0c9c69 { display: none !important; }}
#s-5212f8a9-350b-45c5-9429-374d8b0c9c69 {
  overflow: hidden;
  
  
}







  #s-5212f8a9-350b-45c5-9429-374d8b0c9c69 img.shogun-image {
    

    
    
    
  }


#s-5212f8a9-350b-45c5-9429-374d8b0c9c69 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a8c09dc6-ad70-4854-ba3d-26adf602eedb {
  min-height: 50px;
}








#s-a8c09dc6-ad70-4854-ba3d-26adf602eedb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8c09dc6-ad70-4854-ba3d-26adf602eedb.shg-box.shg-c {
  justify-content: center;
}

#s-4b40faf1-7733-48d1-9ee8-58ff401b436e {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b40faf1-7733-48d1-9ee8-58ff401b436e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-91c95c84-d570-4b16-9e9b-adad16731d78 {
  min-height: 50px;
}








#s-91c95c84-d570-4b16-9e9b-adad16731d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91c95c84-d570-4b16-9e9b-adad16731d78.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-52e57320-690a-4aa7-ab73-6496a49d6e6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52e57320-690a-4aa7-ab73-6496a49d6e6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52e57320-690a-4aa7-ab73-6496a49d6e6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52e57320-690a-4aa7-ab73-6496a49d6e6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52e57320-690a-4aa7-ab73-6496a49d6e6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52e57320-690a-4aa7-ab73-6496a49d6e6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52e57320-690a-4aa7-ab73-6496a49d6e6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5a57c781-6be8-4c42-8868-fdce6bdb2041 {
  text-align: center;
}

#s-5a57c781-6be8-4c42-8868-fdce6bdb2041 {
  overflow: hidden;
  
  
}







  #s-5a57c781-6be8-4c42-8868-fdce6bdb2041 img.shogun-image {
    

    
    
    
  }


#s-5a57c781-6be8-4c42-8868-fdce6bdb2041 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e0e72808-f435-47b6-b284-29ee9324a880 {
  text-align: center;
}
@media (max-width: 767px){#s-e0e72808-f435-47b6-b284-29ee9324a880 {
  display: none;
}
#s-e0e72808-f435-47b6-b284-29ee9324a880, #wrap-s-e0e72808-f435-47b6-b284-29ee9324a880, #wrap-content-s-e0e72808-f435-47b6-b284-29ee9324a880 { display: none !important; }}
#s-e0e72808-f435-47b6-b284-29ee9324a880 {
  overflow: hidden;
  
  
}







  #s-e0e72808-f435-47b6-b284-29ee9324a880 img.shogun-image {
    

    
    
    
  }


#s-e0e72808-f435-47b6-b284-29ee9324a880 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2136af1b-0e4b-426c-ad61-59c01d3b50b4 {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-2136af1b-0e4b-426c-ad61-59c01d3b50b4 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2136af1b-0e4b-426c-ad61-59c01d3b50b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2136af1b-0e4b-426c-ad61-59c01d3b50b4.shg-box.shg-c {
  justify-content: center;
}

#s-3f1e916c-74d4-4583-9398-8ea979cf5e5d {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f1e916c-74d4-4583-9398-8ea979cf5e5d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 1.;
  
  
  
}



#s-22f4ecca-ff63-4a4b-bb0e-fe888e2449df {
  min-height: 50px;
}








#s-22f4ecca-ff63-4a4b-bb0e-fe888e2449df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22f4ecca-ff63-4a4b-bb0e-fe888e2449df.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
text-align: center;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 img.shogun-image {
  width: 100%;
  
  
  max-width: 1600px;

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




.s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6db974e4-7377-4fb4-98e9-890fcf2f4729 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729 img.shogun-image {
  width: 100%;
  
  
  

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




.s-6db974e4-7377-4fb4-98e9-890fcf2f4729 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db974e4-7377-4fb4-98e9-890fcf2f4729.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9 {
  margin-bottom: 1em;
}
@media (max-width: 767px){#s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9 {
  margin-bottom: 1em;
}
}
@media (min-width: 0px) {
[id="s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d669ef9-ac5f-43c8-aa1e-52661e51afb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-98a9dc33-c4c7-456c-82f1-a67779221f32 {
  min-height: 50px;
}








#s-98a9dc33-c4c7-456c-82f1-a67779221f32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98a9dc33-c4c7-456c-82f1-a67779221f32.shg-box.shg-c {
  justify-content: center;
}

#s-903aebdc-343c-4d1f-9e8c-222bdc5be10b {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-903aebdc-343c-4d1f-9e8c-222bdc5be10b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



@media (max-width: 767px){#s-e9fe0562-092d-4447-a68b-dbee60f6c081 {
  margin-bottom: 1em;
}
}
@media (min-width: 1200px){#s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9 {
  display: none;
}
#s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9, #wrap-s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9, #wrap-content-s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9 {
  display: none;
}
#s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9, #wrap-s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9, #wrap-content-s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9 {
  display: none;
}
#s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9, #wrap-s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9, #wrap-content-s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9 { display: none !important; }}@media (max-width: 767px){#s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9 {
  margin-top: 0em;
margin-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c90f8ae8-87fa-40a6-bd03-991c5c0222a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-fdae689d-ff9a-4319-9838-b1d00ef05060 {
  margin-bottom: 5px;
text-align: center;
}

#s-fdae689d-ff9a-4319-9838-b1d00ef05060 {
  overflow: hidden;
  
  
}







  #s-fdae689d-ff9a-4319-9838-b1d00ef05060 img.shogun-image {
    

    
    
    
  }


#s-fdae689d-ff9a-4319-9838-b1d00ef05060 .shogun-image-content {
  
    justify-content: center;
  
}

#s-56e739a7-de5f-4692-aa20-b768fe8b4855 {
  text-align: center;
}

#s-56e739a7-de5f-4692-aa20-b768fe8b4855 {
  overflow: hidden;
  
  
}







  #s-56e739a7-de5f-4692-aa20-b768fe8b4855 img.shogun-image {
    

    
    
    
  }


#s-56e739a7-de5f-4692-aa20-b768fe8b4855 .shogun-image-content {
  
    justify-content: center;
  
}

#s-967f4727-7f42-4691-8b59-fa09fd18917f {
  min-height: 50px;
}
@media (max-width: 767px){#s-967f4727-7f42-4691-8b59-fa09fd18917f {
  display: none;
}
#s-967f4727-7f42-4691-8b59-fa09fd18917f, #wrap-s-967f4727-7f42-4691-8b59-fa09fd18917f, #wrap-content-s-967f4727-7f42-4691-8b59-fa09fd18917f { display: none !important; }}







#s-967f4727-7f42-4691-8b59-fa09fd18917f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-967f4727-7f42-4691-8b59-fa09fd18917f.shg-box.shg-c {
  justify-content: center;
}

#s-2b8a2505-0306-4403-82d7-dd46e55e0ded {
  margin-top: 80px;
margin-bottom: 5px;
text-align: center;
}

#s-2b8a2505-0306-4403-82d7-dd46e55e0ded {
  overflow: hidden;
  
  
}







  #s-2b8a2505-0306-4403-82d7-dd46e55e0ded img.shogun-image {
    

    
    
    
  }


#s-2b8a2505-0306-4403-82d7-dd46e55e0ded .shogun-image-content {
  
    justify-content: center;
  
}

#s-093600bb-2fd1-495e-b665-e0c689570681 {
  min-height: 50px;
}








#s-093600bb-2fd1-495e-b665-e0c689570681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-093600bb-2fd1-495e-b665-e0c689570681.shg-box.shg-c {
  justify-content: center;
}

#s-910e3935-be63-4522-9872-d82db62774c5 {
  min-height: 50px;
}








#s-910e3935-be63-4522-9872-d82db62774c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-910e3935-be63-4522-9872-d82db62774c5.shg-box.shg-c {
  justify-content: center;
}

#s-e88298f9-c40c-4af8-a382-ae067760b402 {
  text-align: center;
}

#s-e88298f9-c40c-4af8-a382-ae067760b402 {
  overflow: hidden;
  
  
}







  #s-e88298f9-c40c-4af8-a382-ae067760b402 img.shogun-image {
    

    
    
    
  }


#s-e88298f9-c40c-4af8-a382-ae067760b402 .shogun-image-content {
  
    justify-content: center;
  
}

#s-309764cc-c104-42e8-8de1-bf0f4361ca4c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-309764cc-c104-42e8-8de1-bf0f4361ca4c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-f663bbb1-3a13-4bc9-9ec1-cf598e40228e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f663bbb1-3a13-4bc9-9ec1-cf598e40228e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f663bbb1-3a13-4bc9-9ec1-cf598e40228e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f663bbb1-3a13-4bc9-9ec1-cf598e40228e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd26617d-da2d-4346-836a-e747be7a195f {
  text-align: center;
}

#s-cd26617d-da2d-4346-836a-e747be7a195f {
  overflow: hidden;
  
  
}







  #s-cd26617d-da2d-4346-836a-e747be7a195f img.shogun-image {
    

    
    
    
  }


#s-cd26617d-da2d-4346-836a-e747be7a195f .shogun-image-content {
  
    justify-content: center;
  
}

#s-a8fbd0c3-c78e-4852-b156-6a85090dc64a {
  text-align: center;
}

#s-a8fbd0c3-c78e-4852-b156-6a85090dc64a {
  overflow: hidden;
  
  
}







  #s-a8fbd0c3-c78e-4852-b156-6a85090dc64a img.shogun-image {
    

    
    
    
  }


#s-a8fbd0c3-c78e-4852-b156-6a85090dc64a .shogun-image-content {
  
    justify-content: center;
  
}

#s-e5fd30f1-f92a-4708-99ec-5db0be299028 {
  margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-e5fd30f1-f92a-4708-99ec-5db0be299028 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-e5fd30f1-f92a-4708-99ec-5db0be299028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5fd30f1-f92a-4708-99ec-5db0be299028.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-22348a69-54d7-4bce-a86f-94492c3e2799"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22348a69-54d7-4bce-a86f-94492c3e2799"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22348a69-54d7-4bce-a86f-94492c3e2799"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22348a69-54d7-4bce-a86f-94492c3e2799"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5e1cac12-cdd8-4281-8f81-c88837978cb8 {
  min-height: 50px;
}








#s-5e1cac12-cdd8-4281-8f81-c88837978cb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e1cac12-cdd8-4281-8f81-c88837978cb8.shg-box.shg-c {
  justify-content: center;
}

#s-b67de0f4-9616-485e-b91b-588e5fc888d8 {
  min-height: 50px;
}








#s-b67de0f4-9616-485e-b91b-588e5fc888d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b67de0f4-9616-485e-b91b-588e5fc888d8.shg-box.shg-c {
  justify-content: center;
}

#s-8cd159ac-54eb-42f8-b4fe-e51f219295bf {
  text-align: center;
}

#s-8cd159ac-54eb-42f8-b4fe-e51f219295bf {
  overflow: hidden;
  
  
}







  #s-8cd159ac-54eb-42f8-b4fe-e51f219295bf img.shogun-image {
    

    
    
    
  }


#s-8cd159ac-54eb-42f8-b4fe-e51f219295bf .shogun-image-content {
  
    justify-content: center;
  
}

#s-deae0c81-0c64-491c-8307-760190d7bafb {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-deae0c81-0c64-491c-8307-760190d7bafb {
  display: none;
}
#s-deae0c81-0c64-491c-8307-760190d7bafb, #wrap-s-deae0c81-0c64-491c-8307-760190d7bafb, #wrap-content-s-deae0c81-0c64-491c-8307-760190d7bafb { display: none !important; }}
@media (min-width: 0px) {
[id="s-deae0c81-0c64-491c-8307-760190d7bafb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-deae0c81-0c64-491c-8307-760190d7bafb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-deae0c81-0c64-491c-8307-760190d7bafb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-deae0c81-0c64-491c-8307-760190d7bafb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-58a44de2-b13e-4743-8ce8-af0c83788e18 {
  text-align: center;
}

#s-58a44de2-b13e-4743-8ce8-af0c83788e18 {
  overflow: hidden;
  
  
}







  #s-58a44de2-b13e-4743-8ce8-af0c83788e18 img.shogun-image {
    

    
    
    
  }


#s-58a44de2-b13e-4743-8ce8-af0c83788e18 .shogun-image-content {
  
    justify-content: center;
  
}

#s-92079346-c227-4649-a10f-44c467d8f8bc {
  text-align: center;
}
@media (min-width: 1200px){#s-92079346-c227-4649-a10f-44c467d8f8bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92079346-c227-4649-a10f-44c467d8f8bc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92079346-c227-4649-a10f-44c467d8f8bc {
  
}
}
#s-92079346-c227-4649-a10f-44c467d8f8bc {
  overflow: hidden;
  
  
}







  #s-92079346-c227-4649-a10f-44c467d8f8bc img.shogun-image {
    

    
    
    
  }


#s-92079346-c227-4649-a10f-44c467d8f8bc .shogun-image-content {
  
    justify-content: center;
  
}

#s-41daed24-84ae-4f47-82fe-45d3e1d9d58a {
  min-height: 50px;
}








#s-41daed24-84ae-4f47-82fe-45d3e1d9d58a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41daed24-84ae-4f47-82fe-45d3e1d9d58a.shg-box.shg-c {
  justify-content: center;
}

#s-75ef329f-e664-4ab5-844d-f85570004ad4 {
  margin-top: 2em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75ef329f-e664-4ab5-844d-f85570004ad4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Serif JP";
  font-style:  normal ;
  
  
  
  text-align: left;
}



@media (max-width: 767px){#s-88b6126e-003d-46c3-8dc8-61c0305159dd {
  margin-bottom: 1em;
}
}
@media (min-width: 1200px){#s-d8ecd960-7425-466b-a0c1-1bc8162317f7 {
  display: none;
}
#s-d8ecd960-7425-466b-a0c1-1bc8162317f7, #wrap-s-d8ecd960-7425-466b-a0c1-1bc8162317f7, #wrap-content-s-d8ecd960-7425-466b-a0c1-1bc8162317f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8ecd960-7425-466b-a0c1-1bc8162317f7 {
  display: none;
}
#s-d8ecd960-7425-466b-a0c1-1bc8162317f7, #wrap-s-d8ecd960-7425-466b-a0c1-1bc8162317f7, #wrap-content-s-d8ecd960-7425-466b-a0c1-1bc8162317f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8ecd960-7425-466b-a0c1-1bc8162317f7 {
  display: none;
}
#s-d8ecd960-7425-466b-a0c1-1bc8162317f7, #wrap-s-d8ecd960-7425-466b-a0c1-1bc8162317f7, #wrap-content-s-d8ecd960-7425-466b-a0c1-1bc8162317f7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d8ecd960-7425-466b-a0c1-1bc8162317f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d8ecd960-7425-466b-a0c1-1bc8162317f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d8ecd960-7425-466b-a0c1-1bc8162317f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d8ecd960-7425-466b-a0c1-1bc8162317f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-13fad472-096c-4de1-9305-d4c6997494b7 {
  text-align: center;
}

#s-13fad472-096c-4de1-9305-d4c6997494b7 {
  overflow: hidden;
  
  
}







  #s-13fad472-096c-4de1-9305-d4c6997494b7 img.shogun-image {
    

    
    
    
  }


#s-13fad472-096c-4de1-9305-d4c6997494b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-149e8a42-7dbe-4c90-9072-78138f02c433 {
  text-align: center;
}

#s-149e8a42-7dbe-4c90-9072-78138f02c433 {
  overflow: hidden;
  
  
}







  #s-149e8a42-7dbe-4c90-9072-78138f02c433 img.shogun-image {
    

    
    
    
  }


#s-149e8a42-7dbe-4c90-9072-78138f02c433 .shogun-image-content {
  
    justify-content: center;
  
}

#s-81e123f4-b3c5-4e75-a6cf-479b38377a14 {
  background-color: rgba(235, 255, 248, 1);
}

@media (min-width: 0px) {
[id="s-81e123f4-b3c5-4e75-a6cf-479b38377a14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81e123f4-b3c5-4e75-a6cf-479b38377a14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-81e123f4-b3c5-4e75-a6cf-479b38377a14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-81e123f4-b3c5-4e75-a6cf-479b38377a14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-81e123f4-b3c5-4e75-a6cf-479b38377a14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-81e123f4-b3c5-4e75-a6cf-479b38377a14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-81e123f4-b3c5-4e75-a6cf-479b38377a14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-348bc5b0-583f-462f-8a34-f363339aa643 {
  margin-top: 1em;
margin-left: 3%;
margin-bottom: 1em;
margin-right: 0%;
text-align: right;
}

#s-348bc5b0-583f-462f-8a34-f363339aa643 {
  overflow: hidden;
  
  
}







  #s-348bc5b0-583f-462f-8a34-f363339aa643 img.shogun-image {
    

    
    
    
  }


#s-348bc5b0-583f-462f-8a34-f363339aa643 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c8a4ad74-df0c-41b6-85a3-71e52a0f09db {
  margin-top: 2em;
margin-bottom: 2em;
text-align: center;
}

#s-c8a4ad74-df0c-41b6-85a3-71e52a0f09db {
  overflow: hidden;
  
  
}







  #s-c8a4ad74-df0c-41b6-85a3-71e52a0f09db img.shogun-image {
    

    
    
    
  }


#s-c8a4ad74-df0c-41b6-85a3-71e52a0f09db .shogun-image-content {
  
    justify-content: center;
  
}

#s-fc1b0324-c229-4d8c-8c01-d549898ea4aa {
  margin-top: 2px;
margin-bottom: 0em;
padding-left: 5%;
padding-right: 5%;
}

#s-b722887f-e435-4b2f-9169-4fbc9d5b0579 {
  margin-top: 0.5em;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
text-align: center;
}

#s-b722887f-e435-4b2f-9169-4fbc9d5b0579 {
  overflow: hidden;
  
  
}







  #s-b722887f-e435-4b2f-9169-4fbc9d5b0579 img.shogun-image {
    

    
    
    
  }


#s-b722887f-e435-4b2f-9169-4fbc9d5b0579 .shogun-image-content {
  
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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