.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;
  /**
   * 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: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-2fc68dbe-3735-4b91-8ab7-49a59701cdfd {
  min-height: 50px;
}








#s-2fc68dbe-3735-4b91-8ab7-49a59701cdfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fc68dbe-3735-4b91-8ab7-49a59701cdfd.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;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-b5c34ced-7805-4cce-b88a-3ca9bf241ba7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5c34ced-7805-4cce-b88a-3ca9bf241ba7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
  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;
}
#s-25a3a3f5-aa56-4d74-a275-34e7085cc9b2 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}




  #s-25a3a3f5-aa56-4d74-a275-34e7085cc9b2 img.shogun-image {
    
    width: px;
  }


#s-25a3a3f5-aa56-4d74-a275-34e7085cc9b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ae8daff-0b60-4c7a-a500-40e901c5653b {
  min-height: 50px;
}








#s-5ae8daff-0b60-4c7a-a500-40e901c5653b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae8daff-0b60-4c7a-a500-40e901c5653b.shg-box.shg-c {
  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 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;
  font-weight: normal;
  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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-335bf627-5092-4168-a247-a549af843f89 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
max-width: 700px;
}

#s-d455f894-103d-42b8-9547-f9a6c131483d {
  margin-top: -18px;
text-align: center;
}

#s-d455f894-103d-42b8-9547-f9a6c131483d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-52be4fd5-0b3e-4bc6-bce3-9c388b455dbd {
  min-height: 50px;
}








#s-52be4fd5-0b3e-4bc6-bce3-9c388b455dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52be4fd5-0b3e-4bc6-bce3-9c388b455dbd.shg-box.shg-c {
  justify-content: center;
}

#s-68c6ff56-0280-422d-86d5-ff7043d9b2a0 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-dc9ca107-2f07-47db-b5b6-b60f96395a2b {
  margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
max-width: 500px;
}

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

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

.shg-btn.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-cb46efcf-47ab-4cad-8f7b-c1b3c404455f {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 75px;
background-color: rgba(50, 170, 250, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cb46efcf-47ab-4cad-8f7b-c1b3c404455f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb46efcf-47ab-4cad-8f7b-c1b3c404455f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cb46efcf-47ab-4cad-8f7b-c1b3c404455f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a087fbaa-dc6a-4ca7-9546-463bc8fbfcda {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-07e352fb-7a09-43c2-8312-53ed182c1ea1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07e352fb-7a09-43c2-8312-53ed182c1ea1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d29a2754-56b2-4b02-857c-aa9dcde60795 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d29a2754-56b2-4b02-857c-aa9dcde60795 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c24fb083-108e-4347-8e43-e30a0511ca9a {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}




  #s-c24fb083-108e-4347-8e43-e30a0511ca9a img.shogun-image {
    
    width: px;
  }


#s-c24fb083-108e-4347-8e43-e30a0511ca9a .shogun-image-content {
  
    align-items: center;
  
}

#s-831c5fb1-1a3c-4072-9c78-43caa266f395 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-b9d56b67-9c4d-4998-aee5-d776cfdcdfe9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9d56b67-9c4d-4998-aee5-d776cfdcdfe9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-671fa51b-c62c-45fd-a20a-f298590d97c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-671fa51b-c62c-45fd-a20a-f298590d97c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-00699f6e-f1a2-4db2-b89e-38032ef15559 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-18ce6540-4666-4f5a-ab7a-e75b669e8ba1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18ce6540-4666-4f5a-ab7a-e75b669e8ba1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

#s-02cc67ce-5c66-47b4-8851-79e8ff1331f1 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-ae5165ef-ae66-41d5-8d4f-c0e4898daa73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae5165ef-ae66-41d5-8d4f-c0e4898daa73 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3a1a45f-00ec-42c1-b2cc-05a79953087a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3a1a45f-00ec-42c1-b2cc-05a79953087a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-feb2c8a7-daec-4060-bea9-2598901adefd {
  background-repeat: no-repeat;
background-size: 64px 64px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: 7px center;
}








#s-feb2c8a7-daec-4060-bea9-2598901adefd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb2c8a7-daec-4060-bea9-2598901adefd.shg-box.shg-c {
  justify-content: center;
}

#s-69a13f93-b953-418c-87b4-d0ab9c3c8200 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69a13f93-b953-418c-87b4-d0ab9c3c8200 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b4f9e0a8-1701-4503-88f4-908348d716f0 {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}




  #s-b4f9e0a8-1701-4503-88f4-908348d716f0 img.shogun-image {
    
    width: px;
  }


#s-b4f9e0a8-1701-4503-88f4-908348d716f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2428875a-a9a1-4934-ba78-46abfd3c0acb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-55f83968-6831-46ec-8e8d-3cb492ce2e58 {
  background-repeat: no-repeat;
background-size: 64px 64px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: 7px center;
}








#s-55f83968-6831-46ec-8e8d-3cb492ce2e58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f83968-6831-46ec-8e8d-3cb492ce2e58.shg-box.shg-c {
  justify-content: center;
}

#s-a4f1fbe1-c2db-4c9d-b464-da642348a7ae {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a4f1fbe1-c2db-4c9d-b464-da642348a7ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7ff002a3-3eb7-4f1a-bac9-6ea1a676904e {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}




  #s-7ff002a3-3eb7-4f1a-bac9-6ea1a676904e img.shogun-image {
    
    width: px;
  }


#s-7ff002a3-3eb7-4f1a-bac9-6ea1a676904e .shogun-image-content {
  
    align-items: center;
  
}

#s-98d7ff42-8c06-4b8d-8328-ea30e7645193 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-ab10573c-a92b-4ae1-be2f-aee1d9ef7cda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab10573c-a92b-4ae1-be2f-aee1d9ef7cda .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-86e8b6a8-ea6d-46fb-bd70-2632c704b1e7 {
  background-repeat: no-repeat;
background-size: 64px 64px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: 7px center;
}








#s-86e8b6a8-ea6d-46fb-bd70-2632c704b1e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86e8b6a8-ea6d-46fb-bd70-2632c704b1e7.shg-box.shg-c {
  justify-content: center;
}

#s-d2692bbe-0dd7-4053-9fbf-e576bb3ade60 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2692bbe-0dd7-4053-9fbf-e576bb3ade60 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c1e170a2-7fd2-4d73-9a5a-a68f6c290a2e {
  margin-left: auto;
margin-right: auto;
padding-left: 75px;
padding-right: 10px;
max-width: 700px;
text-align: center;
}




  #s-c1e170a2-7fd2-4d73-9a5a-a68f6c290a2e img.shogun-image {
    
    width: px;
  }


#s-c1e170a2-7fd2-4d73-9a5a-a68f6c290a2e .shogun-image-content {
  
    align-items: center;
  
}

#s-eed1a57a-9f74-45e4-9a01-d0d353eff6d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 75px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-4c654aa6-72cd-41c5-984b-68548038fdea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c654aa6-72cd-41c5-984b-68548038fdea .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-10b098a6-1314-4da6-b0a0-a945c00924ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10b098a6-1314-4da6-b0a0-a945c00924ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81464e96-fd57-4d18-aa25-142b6c599978 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}




  #s-81464e96-fd57-4d18-aa25-142b6c599978 img.shogun-image {
    
    width: px;
  }


#s-81464e96-fd57-4d18-aa25-142b6c599978 .shogun-image-content {
  
    align-items: center;
  
}

#s-55e3a7ee-2e53-4393-ba10-4c728b12c156 {
  margin-right: 50%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-52949771-982a-4e24-9541-95f39b07dc55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52949771-982a-4e24-9541-95f39b07dc55 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-766fc5e3-52d2-4d30-96a4-907270b24b27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-766fc5e3-52d2-4d30-96a4-907270b24b27 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: 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;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-19365808-5a96-4f8c-a9de-4e0e7461261f {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19365808-5a96-4f8c-a9de-4e0e7461261f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dfce8a39-1476-443f-a3af-b04c0ae04e53 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-dfce8a39-1476-443f-a3af-b04c0ae04e53 img.shogun-image {
    
    width: px;
  }


#s-dfce8a39-1476-443f-a3af-b04c0ae04e53 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9cd8b64-aeb5-4d46-8bf1-3c1c2b28b902 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-88b06f5d-bc76-4ed0-85ae-639837197cd9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-be0a8a1a-8ba5-427d-b253-f4b525f22b55 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-be0a8a1a-8ba5-427d-b253-f4b525f22b55 img.shogun-image {
    
    width: px;
  }


#s-be0a8a1a-8ba5-427d-b253-f4b525f22b55 .shogun-image-content {
  
    align-items: center;
  
}

#s-08a93d67-cf58-466e-8859-a0b912f79df4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-f28c5aa3-8057-48cd-a084-16bf4e97a30f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-d515be6c-1a48-4093-8c2e-767be4d5bf6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d515be6c-1a48-4093-8c2e-767be4d5bf6e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-16f85827-7689-4071-b7fe-90945fa48aa1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-16f85827-7689-4071-b7fe-90945fa48aa1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-16f85827-7689-4071-b7fe-90945fa48aa1.shg-box.shg-c {
  justify-content: center;
}

#s-9f7697cf-28d6-4fd9-bb03-ad1317299d5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f7697cf-28d6-4fd9-bb03-ad1317299d5f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-848d30a5-068e-4945-807f-3a5eb1a09433 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-848d30a5-068e-4945-807f-3a5eb1a09433 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-15c98f8d-72d8-40dc-b980-189711f2c5c9 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-15c98f8d-72d8-40dc-b980-189711f2c5c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-ae3ec1da-c4b4-405f-9eab-3c305d4be468 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-ae3ec1da-c4b4-405f-9eab-3c305d4be468 img.shogun-image {
    
    width: px;
  }


#s-ae3ec1da-c4b4-405f-9eab-3c305d4be468 .shogun-image-content {
  
    align-items: center;
  
}

#s-45c7e805-6277-4d14-a31c-7cf2e4447e13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-c345e43a-5e49-4197-be6c-c5070c576691 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-c345e43a-5e49-4197-be6c-c5070c576691 img.shogun-image {
    
    width: px;
  }


#s-c345e43a-5e49-4197-be6c-c5070c576691 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e11a4cb-8ea2-48bc-841a-83857b456de5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-b77ca176-3777-430e-ba58-a0d0bb01ebd1 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-b77ca176-3777-430e-ba58-a0d0bb01ebd1 img.shogun-image {
    
    width: px;
  }


#s-b77ca176-3777-430e-ba58-a0d0bb01ebd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d384abfa-22a6-478c-9c6c-8c08dec07bc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-10838c55-37d9-4055-88e1-79546f4f2c68 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-10838c55-37d9-4055-88e1-79546f4f2c68"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-93e7c5f5-ba04-4e9f-8f35-f8bce28868ed {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-93e7c5f5-ba04-4e9f-8f35-f8bce28868ed img.shogun-image {
    
    width: px;
  }


#s-93e7c5f5-ba04-4e9f-8f35-f8bce28868ed .shogun-image-content {
  
    align-items: center;
  
}

#s-4d45ecaf-e4be-4a14-9767-2218af62bfd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-ee1545b4-f2ae-408b-836e-2c855b1b6aa4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-ee1545b4-f2ae-408b-836e-2c855b1b6aa4 img.shogun-image {
    
    width: px;
  }


#s-ee1545b4-f2ae-408b-836e-2c855b1b6aa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7619566-912c-404a-9c25-706f67fae15e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-4eabcaef-a9cb-4bee-a793-458193414255 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-4eabcaef-a9cb-4bee-a793-458193414255 img.shogun-image {
    
    width: px;
  }


#s-4eabcaef-a9cb-4bee-a793-458193414255 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7ac3ec4-e77f-40f5-950f-a1062a4bf5e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 120px;
}

#s-1bb4ea51-59c5-43a7-9e6c-1f3ebbb1bcfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bb4ea51-59c5-43a7-9e6c-1f3ebbb1bcfb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-dd06c5bf-ea71-4ffd-a0f6-be53d2fedf19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-0c67c39e-0278-4f30-8bf5-e18bb367c13e {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-0c67c39e-0278-4f30-8bf5-e18bb367c13e img.shogun-image {
    
    width: px;
  }


#s-0c67c39e-0278-4f30-8bf5-e18bb367c13e .shogun-image-content {
  
    align-items: center;
  
}

#s-986519aa-8f33-4a0e-b6e1-a909a427282c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-986519aa-8f33-4a0e-b6e1-a909a427282c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-896df03b-51f6-43d5-9678-c7c75970d397 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-0c6fd399-9d06-421e-8ec1-2ded162b1411 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-0c6fd399-9d06-421e-8ec1-2ded162b1411 img.shogun-image {
    
    width: px;
  }


#s-0c6fd399-9d06-421e-8ec1-2ded162b1411 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1796686-790d-4975-afaa-2948a07baecf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1796686-790d-4975-afaa-2948a07baecf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd00e484-cc9f-4680-b730-7348ea35a7ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-48322a82-683d-4520-926e-f86c73c1ba5d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}




  #s-48322a82-683d-4520-926e-f86c73c1ba5d img.shogun-image {
    
    width: px;
  }


#s-48322a82-683d-4520-926e-f86c73c1ba5d .shogun-image-content {
  
    align-items: center;
  
}

#s-497be393-1a04-4cd9-beab-06e4b715e58b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-497be393-1a04-4cd9-beab-06e4b715e58b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f03579d7-282d-4bcd-b9ea-c5f9f721bc21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-14e0e026-c518-4ca7-b5d3-4bccf6172b28 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}




  #s-14e0e026-c518-4ca7-b5d3-4bccf6172b28 img.shogun-image {
    
    width: px;
  }


#s-14e0e026-c518-4ca7-b5d3-4bccf6172b28 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a49ef79-b46c-463f-83bc-d8ea000915f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a49ef79-b46c-463f-83bc-d8ea000915f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-653d95aa-91f0-45fc-8f96-12fc91349e4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-653d95aa-91f0-45fc-8f96-12fc91349e4b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6330a917-4534-420d-9ba5-5c149f31bf95 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6330a917-4534-420d-9ba5-5c149f31bf95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-987b5f7f-32c1-460e-aeb6-51042e38268e .shogun-icon-wrapper {
  text-align: center;
}


#s-987b5f7f-32c1-460e-aeb6-51042e38268e .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(146, 30, 218, 1);
}

#s-2a5c932a-8f63-44b7-8e28-9d3c3d4e12a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a5c932a-8f63-44b7-8e28-9d3c3d4e12a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aca89c2c-c68d-4424-9b47-face0fb2a19f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-2a743301-39a8-44ed-8934-461c356ea2f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-2a743301-39a8-44ed-8934-461c356ea2f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(72, 122, 243, 1);
}

#s-91ffa6b6-a8c7-4f14-bf06-52f52ed5fa56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91ffa6b6-a8c7-4f14-bf06-52f52ed5fa56 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4cccff12-68ad-4787-a420-05c1f8e7057c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-18f1e39c-7a45-490f-92cc-ef86e106df29 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-18f1e39c-7a45-490f-92cc-ef86e106df29"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bc75d6da-e0fa-4b49-8ac0-a6ff4c9c6d41 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc75d6da-e0fa-4b49-8ac0-a6ff4c9c6d41 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(218, 92, 30, 1);
}

#s-e6f041f7-f7e7-4038-b0cb-84144ec55779 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6f041f7-f7e7-4038-b0cb-84144ec55779 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2142007c-7893-4083-b0c8-c154eef6c00d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-09ba9b84-f73c-4476-ace8-ed2eba6f80d9 .shogun-icon-wrapper {
  text-align: center;
}


#s-09ba9b84-f73c-4476-ace8-ed2eba6f80d9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(74, 228, 182, 1);
}

#s-6ab26cb6-47c8-4040-b6b4-06ce6be50f90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ab26cb6-47c8-4040-b6b4-06ce6be50f90 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ebf536fd-da55-4d10-ae3d-f3645e06c117 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-139ac831-5347-4f38-8c43-4dd1697a7640 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-139ac831-5347-4f38-8c43-4dd1697a7640 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3cb910f1-2344-4577-8aa6-aee12a2a2aee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cb910f1-2344-4577-8aa6-aee12a2a2aee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-29792b0a-c94e-45e8-ae0d-f10958577c84 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}




  #s-29792b0a-c94e-45e8-ae0d-f10958577c84 img.shogun-image {
    
    width: px;
  }


#s-29792b0a-c94e-45e8-ae0d-f10958577c84 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e0113f9-0416-4d11-a9fb-70ba2b15be33 {
  min-height: 50px;
}








#s-5e0113f9-0416-4d11-a9fb-70ba2b15be33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e0113f9-0416-4d11-a9fb-70ba2b15be33.shg-box.shg-c {
  justify-content: center;
}

#s-affb6f0e-ed58-4ded-a42c-500762ab4a80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-6db100cb-d905-4f86-bb94-8267b80db5ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6db100cb-d905-4f86-bb94-8267b80db5ee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a4a6304a-2187-45f9-ac7c-0a8b69119919 {
  background-repeat: no-repeat;
background-size: 80px 60px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-a4a6304a-2187-45f9-ac7c-0a8b69119919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4a6304a-2187-45f9-ac7c-0a8b69119919.shg-box.shg-c {
  justify-content: center;
}

#s-20e4c2a3-a228-4588-9def-51fd53f557a3 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20e4c2a3-a228-4588-9def-51fd53f557a3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fe973aff-75d5-4ae4-8642-6edb37ac3285 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-3b89405a-cc08-49d0-8bbf-1a0356a95d56 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-3b89405a-cc08-49d0-8bbf-1a0356a95d56 img.shogun-image {
    
    width: px;
  }


#s-3b89405a-cc08-49d0-8bbf-1a0356a95d56 .shogun-image-content {
  
    align-items: center;
  
}

#s-474466bb-2115-4a75-ab16-0f527e6eb9e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-70752d42-7c8a-4c05-a67d-818e126f2830 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-70752d42-7c8a-4c05-a67d-818e126f2830 img.shogun-image {
    
    width: px;
  }


#s-70752d42-7c8a-4c05-a67d-818e126f2830 .shogun-image-content {
  
    align-items: center;
  
}

#s-6420aa47-3092-434c-a773-a1bdf380ffa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6420aa47-3092-434c-a773-a1bdf380ffa0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-921daee6-4926-4314-8b22-5790021a7383 {
  background-repeat: no-repeat;
background-size: 80px 60px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-921daee6-4926-4314-8b22-5790021a7383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-921daee6-4926-4314-8b22-5790021a7383.shg-box.shg-c {
  justify-content: center;
}

#s-c8d814a2-476a-4324-87c1-bf4ea5a68db0 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8d814a2-476a-4324-87c1-bf4ea5a68db0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6784df66-4619-4db5-89a8-03fb72746ea9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.5px);
}

[id="s-9ab27095-ba81-44f9-a72c-8e2a7f55d90f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.5px);
}

}

#s-6f906ed5-07f3-4945-b52b-f73831d34e87 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-bed3c07d-317f-4a9c-89bd-c4516b674b82 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-7925f270-fe26-4cd7-8dae-1cb9d336749d {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-0157e83c-472f-43a3-a44b-e594eebe0b4d {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-006b4c79-6432-4ee4-9bdb-aef81a302afc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-006b4c79-6432-4ee4-9bdb-aef81a302afc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83fecf06-335a-49b1-8be1-ef0d10661c5e {
  background-repeat: no-repeat;
background-size: 80px 60px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-83fecf06-335a-49b1-8be1-ef0d10661c5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83fecf06-335a-49b1-8be1-ef0d10661c5e.shg-box.shg-c {
  justify-content: center;
}

#s-1b264095-ecda-4bb8-ad69-f3a23bbe9433 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b264095-ecda-4bb8-ad69-f3a23bbe9433 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3a7f1d20-1e9c-4ddd-ab52-bacc9b619c68 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-fde4ec81-4b81-4b2f-98fb-5eb3070f554a {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-fde4ec81-4b81-4b2f-98fb-5eb3070f554a img.shogun-image {
    
    width: px;
  }


#s-fde4ec81-4b81-4b2f-98fb-5eb3070f554a .shogun-image-content {
  
    align-items: center;
  
}

#s-4a51246f-0968-4014-907c-cc0a50d27b3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 600px;
}

#s-25f0b3f3-101b-47ef-ae87-e9b720017afc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25f0b3f3-101b-47ef-ae87-e9b720017afc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d60441a2-1ad9-4f1a-967d-82c41d23d555 {
  background-repeat: no-repeat;
background-size: 80px 60px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 700px;
background-position: left center;
}








#s-d60441a2-1ad9-4f1a-967d-82c41d23d555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d60441a2-1ad9-4f1a-967d-82c41d23d555.shg-box.shg-c {
  justify-content: center;
}

#s-7de58e01-5dd1-4bae-bd42-f46c3fc7d823 {
  margin-left: 85px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7de58e01-5dd1-4bae-bd42-f46c3fc7d823 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3f6c2942-b840-4f12-878c-9b7c6af82efa {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
opacity: 0.88;
}
#s-3f6c2942-b840-4f12-878c-9b7c6af82efa:hover {opacity: 0.8799999999999999 !important;}



  #s-3f6c2942-b840-4f12-878c-9b7c6af82efa img.shogun-image {
    
    width: px;
  }


#s-3f6c2942-b840-4f12-878c-9b7c6af82efa .shogun-image-content {
  
    align-items: center;
  
}

#s-ad8f4ecb-6a18-4a77-94ab-eb941e02eea9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 200px;
max-width: 600px;
}

#s-f4510fed-829c-4c7b-ab87-e84a4508a796 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4510fed-829c-4c7b-ab87-e84a4508a796 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-212b4287-daa1-44b2-9db1-5c5a509da252 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-212b4287-daa1-44b2-9db1-5c5a509da252 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44c4d41b-35da-4d88-b190-fb8207d87231 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-156e9a2e-2458-4f71-bee1-b29b73db3f0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-156e9a2e-2458-4f71-bee1-b29b73db3f0d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-315ef1ce-d7b3-4603-9508-d85baa269775 {
  min-height: 50px;
}








#s-315ef1ce-d7b3-4603-9508-d85baa269775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-315ef1ce-d7b3-4603-9508-d85baa269775.shg-box.shg-c {
  justify-content: center;
}

#s-1ecbd736-d48f-413e-8b06-7bbdfa760551 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
max-width: 700px;
}

#s-6617a888-950b-493e-80a7-8d12c5339273 {
  margin-top: -18px;
text-align: center;
}

#s-6617a888-950b-493e-80a7-8d12c5339273 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Noto Sans JP;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f47d3ea5-6f86-4c8d-b239-2ca2baa5d6d9 {
  min-height: 50px;
}








#s-f47d3ea5-6f86-4c8d-b239-2ca2baa5d6d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f47d3ea5-6f86-4c8d-b239-2ca2baa5d6d9.shg-box.shg-c {
  justify-content: center;
}

#s-b78e4efa-5411-4be5-93c1-67b8e8d8939a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-6c18617f-7771-4d45-ad80-62983b8c46ef {
  margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
max-width: 500px;
}

#s-d0dcb2f1-7bcc-4fb8-8da6-d97af6c4fffa {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 75px;
background-color: rgba(50, 170, 250, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d0dcb2f1-7bcc-4fb8-8da6-d97af6c4fffa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0dcb2f1-7bcc-4fb8-8da6-d97af6c4fffa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0dcb2f1-7bcc-4fb8-8da6-d97af6c4fffa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fe7b7bfd-0f5d-4df7-9431-b162b9c99b20 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-6d94b3f6-47ad-4558-aa64-1a98c5415b71 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

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

#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;
      -ms-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;
}
