.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-dac860c8-c088-432e-87a7-0b2e0f8c4455 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dac860c8-c088-432e-87a7-0b2e0f8c4455 {
  
}
}@media (max-width: 767px){#s-dac860c8-c088-432e-87a7-0b2e0f8c4455 {
  
}
}



  #s-dac860c8-c088-432e-87a7-0b2e0f8c4455 img.shogun-image {
    
    width: px;
  }


#s-dac860c8-c088-432e-87a7-0b2e0f8c4455 .shogun-image-content {
  
    align-items: center;
  
}

.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-14889de7-789f-4ada-ba9d-5dac8440da08 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 0px;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-14889de7-789f-4ada-ba9d-5dac8440da08 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-14889de7-789f-4ada-ba9d-5dac8440da08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.8;
}#s-14889de7-789f-4ada-ba9d-5dac8440da08.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-86c797ce-d685-4f9b-9591-bf5d59f746e4 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-86c797ce-d685-4f9b-9591-bf5d59f746e4 .shogun-heading-component h1 {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: "Sawarabi Mincho";
  font-style:   ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}



#s-a490abed-1f7c-4325-8247-01d8a9d3cf5e {
  text-align: center;
}
@media (max-width: 767px){#s-a490abed-1f7c-4325-8247-01d8a9d3cf5e {
  
}
}



  #s-a490abed-1f7c-4325-8247-01d8a9d3cf5e img.shogun-image {
    
    width: px;
  }


#s-a490abed-1f7c-4325-8247-01d8a9d3cf5e .shogun-image-content {
  
    align-items: center;
  
}

#s-6683c0ff-9cf6-4594-be1c-a349b76bcdb7 {
  min-height: 50px;
background-color: rgba(248, 248, 244, 1);
}








#s-6683c0ff-9cf6-4594-be1c-a349b76bcdb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6683c0ff-9cf6-4594-be1c-a349b76bcdb7.shg-box.shg-c {
  justify-content: center;
}

#s-a5864347-f72f-4827-b1e8-bb2fcf52d510 {
  text-align: center;
}
@media (max-width: 767px){#s-a5864347-f72f-4827-b1e8-bb2fcf52d510 {
  margin-top: 40px;
margin-bottom: 40px;
}
}



  #s-a5864347-f72f-4827-b1e8-bb2fcf52d510 img.shogun-image {
    
    width: px;
  }


#s-a5864347-f72f-4827-b1e8-bb2fcf52d510 .shogun-image-content {
  
    align-items: center;
  
}

#s-6962848b-aeaf-4593-aa4f-47add11c1774 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 80px;
min-height: 50px;
max-width: 1000px;
}








#s-6962848b-aeaf-4593-aa4f-47add11c1774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6962848b-aeaf-4593-aa4f-47add11c1774.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;
}

.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-313e23a4-2e3a-4380-858c-37e1ee5106be {
  margin-top: 60px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-313e23a4-2e3a-4380-858c-37e1ee5106be {
  margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-313e23a4-2e3a-4380-858c-37e1ee5106be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10e458f8-7fce-49f9-9dae-eb73d82a3535 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}




  #s-10e458f8-7fce-49f9-9dae-eb73d82a3535 img.shogun-image {
    
    width: px;
  }


#s-10e458f8-7fce-49f9-9dae-eb73d82a3535 .shogun-image-content {
  
    align-items: center;
  
}

#s-254707be-35d0-4272-a822-563403dff63a {
  border-style: solid;
margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-254707be-35d0-4272-a822-563403dff63a .shogun-heading-component h2 {
  color: rgba(241, 90, 37, 0.36);
  font-weight:   ;
  font-family: "Noto Serif";
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}



.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-fcfd686d-843f-45cf-af6d-d818bbdee2a5 {
  margin-top: 15px;
margin-bottom: 15px;
}

.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-797849c6-d50d-49e6-8058-abefc4945154 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 0px;
max-width: 250px;
background-color: rgba(37, 148, 224, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 2em;
}
#s-797849c6-d50d-49e6-8058-abefc4945154:hover {background-color: rgba(212, 80, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-797849c6-d50d-49e6-8058-abefc4945154:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-797849c6-d50d-49e6-8058-abefc4945154-btn-wrapper {
    text-align: center;
  }


#s-797849c6-d50d-49e6-8058-abefc4945154.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  block ;
}

#s-80f265b0-b6b2-4c71-96c5-f903d592d9fa {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-de283a81-b0fa-49cd-a7b9-f0791e17b892 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de283a81-b0fa-49cd-a7b9-f0791e17b892 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
}

#s-aae8479c-b75d-4f5a-ae10-4cc37d6b63f9 {
  text-align: center;
}

#s-aae8479c-b75d-4f5a-ae10-4cc37d6b63f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-aae8479c-b75d-4f5a-ae10-4cc37d6b63f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 18px;
}

#s-aae8479c-b75d-4f5a-ae10-4cc37d6b63f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-center {
  text-align: center;
}

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

#s-e5d4b12c-fded-41fc-aea1-a151c37597f4 {
  box-shadow:1px 1px 4px 0px rgba(41, 41, 41, 1);
border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 250px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e5d4b12c-fded-41fc-aea1-a151c37597f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5d4b12c-fded-41fc-aea1-a151c37597f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5d4b12c-fded-41fc-aea1-a151c37597f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5d4b12c-fded-41fc-aea1-a151c37597f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5d4b12c-fded-41fc-aea1-a151c37597f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  block ;
}

#s-e5d4b12c-fded-41fc-aea1-a151c37597f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cc4952a6-f6c9-47c3-a84d-c628fa4f0118 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-cc4952a6-f6c9-47c3-a84d-c628fa4f0118 img.shogun-image {
    
    width: px;
  }


#s-cc4952a6-f6c9-47c3-a84d-c628fa4f0118 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee86abcd-6808-47d0-be44-624c055f6169 {
  min-height: 50px;
background-color: rgba(248, 248, 244, 1);
}








#s-ee86abcd-6808-47d0-be44-624c055f6169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee86abcd-6808-47d0-be44-624c055f6169.shg-box.shg-c {
  justify-content: center;
}

#s-bf115121-322e-46a9-8adb-0673adb687b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-bf115121-322e-46a9-8adb-0673adb687b5 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf115121-322e-46a9-8adb-0673adb687b5 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-bf115121-322e-46a9-8adb-0673adb687b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf115121-322e-46a9-8adb-0673adb687b5.shg-box.shg-c {
  justify-content: center;
}

#s-9b2712e5-0956-4124-a9bc-2baff6bfd709 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-9b2712e5-0956-4124-a9bc-2baff6bfd709 {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b2712e5-0956-4124-a9bc-2baff6bfd709"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f625b804-7831-4bc5-8f9d-3cbb2c0a5cbd {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}




  #s-f625b804-7831-4bc5-8f9d-3cbb2c0a5cbd img.shogun-image {
    
    width: px;
  }


#s-f625b804-7831-4bc5-8f9d-3cbb2c0a5cbd .shogun-image-content {
  
    align-items: center;
  
}

#s-8f1c661b-d226-44c0-b366-5fbf34612f25 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-8f1c661b-d226-44c0-b366-5fbf34612f25 .shogun-heading-component h2 {
  color: rgba(241, 90, 37, 0.35);
  font-weight:   ;
  font-family: "Noto Serif";
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}



#s-4bbf4f4f-58b5-4835-bac3-645ae47a0181 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-a9b26428-4dfb-4af5-991f-5a0073467e52 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 0px;
max-width: 250px;
background-color: rgba(37, 148, 224, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
line-height: 2em;
}
#s-a9b26428-4dfb-4af5-991f-5a0073467e52:hover {background-color: rgba(212, 80, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9b26428-4dfb-4af5-991f-5a0073467e52:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9b26428-4dfb-4af5-991f-5a0073467e52-btn-wrapper {
    text-align: center;
  }


#s-a9b26428-4dfb-4af5-991f-5a0073467e52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  block ;
}

#s-c5b41f49-08cd-43c4-a8c0-8a0872571eee {
  display: none;
}
#s-0bffd9df-8674-41b6-87f5-3a8c0b41ae11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bffd9df-8674-41b6-87f5-3a8c0b41ae11 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f272d68d-0684-4a3c-821b-0c2ed1b73f5b {
  text-align: center;
}

#s-f272d68d-0684-4a3c-821b-0c2ed1b73f5b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-f272d68d-0684-4a3c-821b-0c2ed1b73f5b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 18px;
}

#s-f272d68d-0684-4a3c-821b-0c2ed1b73f5b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-21a192fa-a4d8-4a90-aad1-6803da4324fe {
  box-shadow:1px 1px 4px 0px rgba(41, 41, 41, 1);
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 250px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-21a192fa-a4d8-4a90-aad1-6803da4324fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21a192fa-a4d8-4a90-aad1-6803da4324fe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-21a192fa-a4d8-4a90-aad1-6803da4324fe {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21a192fa-a4d8-4a90-aad1-6803da4324fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21a192fa-a4d8-4a90-aad1-6803da4324fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  block ;
}

#s-21a192fa-a4d8-4a90-aad1-6803da4324fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee97ce68-3733-4f14-a983-0025d32c2a64 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-ee97ce68-3733-4f14-a983-0025d32c2a64 img.shogun-image {
    
    width: px;
  }


#s-ee97ce68-3733-4f14-a983-0025d32c2a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5099967-d609-4899-a7c3-5b354c5bb99d {
  min-height: 50px;
background-color: rgba(248, 248, 244, 1);
}








#s-e5099967-d609-4899-a7c3-5b354c5bb99d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5099967-d609-4899-a7c3-5b354c5bb99d.shg-box.shg-c {
  justify-content: center;
}

#s-38dd5a55-d1a7-4cca-b2b3-51eded2c9f8e {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 50px;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-38dd5a55-d1a7-4cca-b2b3-51eded2c9f8e {
  padding-top: 0px;
}
}







#s-38dd5a55-d1a7-4cca-b2b3-51eded2c9f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38dd5a55-d1a7-4cca-b2b3-51eded2c9f8e.shg-box.shg-c {
  justify-content: center;
}

#s-db845c96-eb54-4ac4-adff-274231cb8202 {
  margin-top: 60px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-db845c96-eb54-4ac4-adff-274231cb8202 {
  margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db845c96-eb54-4ac4-adff-274231cb8202"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-467565f8-28bf-4178-a5bd-89841d01028f {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}




  #s-467565f8-28bf-4178-a5bd-89841d01028f img.shogun-image {
    
    width: px;
  }


#s-467565f8-28bf-4178-a5bd-89841d01028f .shogun-image-content {
  
    align-items: center;
  
}

#s-19bd6628-371a-4f9c-bf9c-a628daa33252 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-19bd6628-371a-4f9c-bf9c-a628daa33252 .shogun-heading-component h2 {
  color: rgba(241, 90, 37, 0.36);
  font-weight:   ;
  font-family: "Noto Serif";
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}



#s-8a8c24e0-918c-4f8a-ab1b-e6e1985e7e12 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-f2fec8bb-91af-4636-a9dc-1a60d96a2c54 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 0px;
max-width: 250px;
background-color: rgba(37, 148, 224, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 2em;
}
#s-f2fec8bb-91af-4636-a9dc-1a60d96a2c54:hover {background-color: rgba(212, 80, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2fec8bb-91af-4636-a9dc-1a60d96a2c54:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2fec8bb-91af-4636-a9dc-1a60d96a2c54-btn-wrapper {
    text-align: center;
  }


#s-f2fec8bb-91af-4636-a9dc-1a60d96a2c54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  block ;
}

#s-3524d312-5ea2-4361-8713-9573beac3275 {
  display: none;
}
#s-4626ca7d-3f18-43cc-8d61-aaa826d13b2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4626ca7d-3f18-43cc-8d61-aaa826d13b2a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4cf82e6c-6f7b-4f17-b7d4-3fba8840235a {
  text-align: center;
}

#s-4cf82e6c-6f7b-4f17-b7d4-3fba8840235a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-4cf82e6c-6f7b-4f17-b7d4-3fba8840235a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 18px;
}

#s-4cf82e6c-6f7b-4f17-b7d4-3fba8840235a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2347cb13-20c6-42de-a929-4729323b9eef {
  box-shadow:1px 1px 4px 0px rgba(41, 41, 41, 1);
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 250px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2347cb13-20c6-42de-a929-4729323b9eef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2347cb13-20c6-42de-a929-4729323b9eef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2347cb13-20c6-42de-a929-4729323b9eef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2347cb13-20c6-42de-a929-4729323b9eef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2347cb13-20c6-42de-a929-4729323b9eef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  block ;
}

#s-2347cb13-20c6-42de-a929-4729323b9eef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-68f7da8a-ef56-4c36-bc88-2159a9020e33 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-68f7da8a-ef56-4c36-bc88-2159a9020e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68f7da8a-ef56-4c36-bc88-2159a9020e33.shg-box.shg-c {
  justify-content: center;
}

#s-43051027-1e93-4e39-8b6a-9cf6e52b5d0f {
  border-style: solid;
margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-43051027-1e93-4e39-8b6a-9cf6e52b5d0f .shogun-heading-component h1 {
  color: rgba(37, 148, 224, 1);
  font-weight:   ;
  font-family: "Sawarabi Mincho";
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 4px;
  text-align: center;
}



#s-188eaf9f-d38c-4dd6-9609-b71d686545cd {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-188eaf9f-d38c-4dd6-9609-b71d686545cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-735db8c6-b4a4-40d8-833f-8e08fb37f3ed {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-735db8c6-b4a4-40d8-833f-8e08fb37f3ed {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  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-9c33678a-d811-4b0e-b7ba-b83ddb0c481b {
  text-align: center;
}


.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b {
  max-width: 100%;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom,
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b {
  max-width: 100%;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom,
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b {
  max-width: 100%;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom,
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b {
  max-width: 100%;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom,
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b {
  max-width: 100%;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom,
.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-9c33678a-d811-4b0e-b7ba-b83ddb0c481b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4434bacc-5312-4e51-a07e-da1d4db115eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4434bacc-5312-4e51-a07e-da1d4db115eb .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-41efa591-9220-4880-838a-ca7ca51d02b7 {
  text-align: center;
}

#s-41efa591-9220-4880-838a-ca7ca51d02b7 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-41efa591-9220-4880-838a-ca7ca51d02b7 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-41efa591-9220-4880-838a-ca7ca51d02b7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d5071133-16c3-496f-b090-93c4d8338b10 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-d5071133-16c3-496f-b090-93c4d8338b10:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5071133-16c3-496f-b090-93c4d8338b10:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5071133-16c3-496f-b090-93c4d8338b10 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5071133-16c3-496f-b090-93c4d8338b10.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5071133-16c3-496f-b090-93c4d8338b10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-d5071133-16c3-496f-b090-93c4d8338b10.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a4ee08f8-a259-4cf8-9494-babc11e9a7c6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a4ee08f8-a259-4cf8-9494-babc11e9a7c6 {
  display: none;
}
#s-968e20a7-75af-4361-9ef7-d78692200929 {
  text-align: center;
}


.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 {
  max-width: 100%;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom,
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 {
  max-width: 100%;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom,
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 {
  max-width: 100%;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom,
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 {
  max-width: 100%;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom,
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 {
  max-width: 100%;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom,
.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-968e20a7-75af-4361-9ef7-d78692200929 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-71495f22-24e2-46c5-b357-ef38399df92d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71495f22-24e2-46c5-b357-ef38399df92d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bbaaccfe-a725-4d6f-826c-3fb8593ca4d7 {
  text-align: center;
}

#s-bbaaccfe-a725-4d6f-826c-3fb8593ca4d7 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-bbaaccfe-a725-4d6f-826c-3fb8593ca4d7 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-bbaaccfe-a725-4d6f-826c-3fb8593ca4d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca3e7006-46fd-46ff-b45c-09e54f5954cb {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-ca3e7006-46fd-46ff-b45c-09e54f5954cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca3e7006-46fd-46ff-b45c-09e54f5954cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca3e7006-46fd-46ff-b45c-09e54f5954cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca3e7006-46fd-46ff-b45c-09e54f5954cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca3e7006-46fd-46ff-b45c-09e54f5954cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-ca3e7006-46fd-46ff-b45c-09e54f5954cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-218f2d88-818f-4b23-9482-07e8bd73d51f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-218f2d88-818f-4b23-9482-07e8bd73d51f {
  display: none;
}
#s-69593330-786b-4714-bd1f-53876d678ca7 {
  text-align: center;
}


.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 {
  max-width: 100%;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom,
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 {
  max-width: 100%;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom,
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 {
  max-width: 100%;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom,
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 {
  max-width: 100%;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom,
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 {
  max-width: 100%;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom,
.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-69593330-786b-4714-bd1f-53876d678ca7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a3c815eb-fdcb-45e1-9264-d9d3f7d00975 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3c815eb-fdcb-45e1-9264-d9d3f7d00975 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b6ab56af-2f75-44a7-a32a-16958e0796aa {
  text-align: center;
}

#s-b6ab56af-2f75-44a7-a32a-16958e0796aa .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-b6ab56af-2f75-44a7-a32a-16958e0796aa .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-b6ab56af-2f75-44a7-a32a-16958e0796aa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8ff04691-abb9-43bf-ac1e-b246e2771622 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-8ff04691-abb9-43bf-ac1e-b246e2771622:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ff04691-abb9-43bf-ac1e-b246e2771622:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ff04691-abb9-43bf-ac1e-b246e2771622 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ff04691-abb9-43bf-ac1e-b246e2771622.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ff04691-abb9-43bf-ac1e-b246e2771622.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-8ff04691-abb9-43bf-ac1e-b246e2771622.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fdaaee15-45f3-4f75-8873-de201cfbe82b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fdaaee15-45f3-4f75-8873-de201cfbe82b {
  display: none;
}
#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 {
  text-align: center;
}


.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 {
  max-width: 100%;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom,
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 {
  max-width: 100%;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom,
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 {
  max-width: 100%;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom,
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 {
  max-width: 100%;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom,
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 {
  max-width: 100%;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom,
.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0246c425-2d4b-4ab1-9916-1f97fb6c0569 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-54adb892-3511-453a-ae70-702da2940e48 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54adb892-3511-453a-ae70-702da2940e48 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-813220be-09d8-45ac-b995-7093f00b39db {
  text-align: center;
}

#s-813220be-09d8-45ac-b995-7093f00b39db .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-813220be-09d8-45ac-b995-7093f00b39db .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-813220be-09d8-45ac-b995-7093f00b39db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-503255c0-6684-41c8-a492-bfd2a0e6b6c6 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-503255c0-6684-41c8-a492-bfd2a0e6b6c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-503255c0-6684-41c8-a492-bfd2a0e6b6c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-503255c0-6684-41c8-a492-bfd2a0e6b6c6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-503255c0-6684-41c8-a492-bfd2a0e6b6c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-503255c0-6684-41c8-a492-bfd2a0e6b6c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-503255c0-6684-41c8-a492-bfd2a0e6b6c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cf0af47b-594f-4455-8596-87d1368aebc4 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf0af47b-594f-4455-8596-87d1368aebc4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-45dd3033-0752-4b56-9e50-bc9aed4c932d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-45dd3033-0752-4b56-9e50-bc9aed4c932d {
  display: none;
}
#s-94063656-be31-4b2c-874b-c4234e7e65a2 {
  text-align: center;
}


.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 {
  max-width: 100%;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom,
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 {
  max-width: 100%;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom,
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 {
  max-width: 100%;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom,
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 {
  max-width: 100%;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom,
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 {
  max-width: 100%;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom,
.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-94063656-be31-4b2c-874b-c4234e7e65a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-517bfea4-7b2d-4a93-8971-5a5655900a33 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-517bfea4-7b2d-4a93-8971-5a5655900a33 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7ef09ce5-58a6-421b-b9d8-2fc4798082b2 {
  text-align: center;
}

#s-7ef09ce5-58a6-421b-b9d8-2fc4798082b2 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-7ef09ce5-58a6-421b-b9d8-2fc4798082b2 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-7ef09ce5-58a6-421b-b9d8-2fc4798082b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ba4035af-abce-4aeb-96b0-3db7786569bb {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-ba4035af-abce-4aeb-96b0-3db7786569bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba4035af-abce-4aeb-96b0-3db7786569bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba4035af-abce-4aeb-96b0-3db7786569bb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba4035af-abce-4aeb-96b0-3db7786569bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba4035af-abce-4aeb-96b0-3db7786569bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-ba4035af-abce-4aeb-96b0-3db7786569bb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5fa4b92f-0901-4223-97f1-4c4c8eb11e91 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5fa4b92f-0901-4223-97f1-4c4c8eb11e91 {
  display: none;
}
#s-6c244d39-a345-4161-a57d-d37bf8819842 {
  text-align: center;
}


.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 {
  max-width: 100%;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom,
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 {
  max-width: 100%;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom,
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 {
  max-width: 100%;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom,
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 {
  max-width: 100%;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom,
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 {
  max-width: 100%;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom,
.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-6c244d39-a345-4161-a57d-d37bf8819842 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-621fb85f-922e-4033-a9d3-cdcbb5c14888 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-621fb85f-922e-4033-a9d3-cdcbb5c14888 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6fcc067c-a71c-4ea4-b3cb-21cfc01de37e {
  text-align: center;
}

#s-6fcc067c-a71c-4ea4-b3cb-21cfc01de37e .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-6fcc067c-a71c-4ea4-b3cb-21cfc01de37e .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-6fcc067c-a71c-4ea4-b3cb-21cfc01de37e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0fe3a011-e426-4e7c-92f3-19388ab2b237 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-0fe3a011-e426-4e7c-92f3-19388ab2b237:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0fe3a011-e426-4e7c-92f3-19388ab2b237:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0fe3a011-e426-4e7c-92f3-19388ab2b237 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fe3a011-e426-4e7c-92f3-19388ab2b237.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fe3a011-e426-4e7c-92f3-19388ab2b237.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-0fe3a011-e426-4e7c-92f3-19388ab2b237.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7fd2f09a-d61b-4ce5-a756-ed2e4e9febb1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7fd2f09a-d61b-4ce5-a756-ed2e4e9febb1 {
  display: none;
}
#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 {
  text-align: center;
}


.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 {
  max-width: 100%;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom,
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 {
  max-width: 100%;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom,
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 {
  max-width: 100%;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom,
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 {
  max-width: 100%;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom,
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 {
  max-width: 100%;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom,
.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0f53162c-7fa6-4d34-9f72-3c15f0c34258 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-5db22558-a824-4874-b826-2d99c332f2e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5db22558-a824-4874-b826-2d99c332f2e5 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-391c86d9-f894-44e0-9779-daf9802ce928 {
  text-align: center;
}

#s-391c86d9-f894-44e0-9779-daf9802ce928 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-391c86d9-f894-44e0-9779-daf9802ce928 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-391c86d9-f894-44e0-9779-daf9802ce928 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1ca43d44-a59c-4bc2-9831-571366ce24ac {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-1ca43d44-a59c-4bc2-9831-571366ce24ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ca43d44-a59c-4bc2-9831-571366ce24ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ca43d44-a59c-4bc2-9831-571366ce24ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ca43d44-a59c-4bc2-9831-571366ce24ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ca43d44-a59c-4bc2-9831-571366ce24ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-1ca43d44-a59c-4bc2-9831-571366ce24ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d192854a-627c-4122-aa04-b57ba9621b66 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d192854a-627c-4122-aa04-b57ba9621b66 {
  display: none;
}
#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 {
  text-align: center;
}


.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 {
  max-width: 100%;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom,
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 {
  max-width: 100%;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom,
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 {
  max-width: 100%;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom,
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 {
  max-width: 100%;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom,
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 {
  max-width: 100%;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom,
.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-7f2c96a8-6380-44f8-b6d8-d1a19ef2fce5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-74e378b9-aa94-4b90-8f15-ce27c05eaee6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74e378b9-aa94-4b90-8f15-ce27c05eaee6 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-58386d00-1f79-4456-9da3-d2986ab48b96 {
  text-align: center;
}

#s-58386d00-1f79-4456-9da3-d2986ab48b96 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-58386d00-1f79-4456-9da3-d2986ab48b96 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-58386d00-1f79-4456-9da3-d2986ab48b96 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a54c93f3-1030-43fb-84fb-aa50e835e9b6 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-a54c93f3-1030-43fb-84fb-aa50e835e9b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a54c93f3-1030-43fb-84fb-aa50e835e9b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a54c93f3-1030-43fb-84fb-aa50e835e9b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a54c93f3-1030-43fb-84fb-aa50e835e9b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a54c93f3-1030-43fb-84fb-aa50e835e9b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-a54c93f3-1030-43fb-84fb-aa50e835e9b6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7a9482c-cad6-4678-a30d-9f099dc2a9ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b2f27945-89b1-4012-856a-56b922b90710 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b2f27945-89b1-4012-856a-56b922b90710 {
  display: none;
}
#s-538f948a-7089-49dc-b4a2-90df021b0e66 {
  text-align: center;
}


.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 {
  max-width: 100%;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom,
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 {
  max-width: 100%;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom,
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 {
  max-width: 100%;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom,
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 {
  max-width: 100%;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom,
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 {
  max-width: 100%;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom,
.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-538f948a-7089-49dc-b4a2-90df021b0e66 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-1bb94574-66a5-4e5d-bd56-e3f9cb8b1f27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bb94574-66a5-4e5d-bd56-e3f9cb8b1f27 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a3adeca4-37c8-439e-b21f-e5d2c60a7087 {
  text-align: center;
}

#s-a3adeca4-37c8-439e-b21f-e5d2c60a7087 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-a3adeca4-37c8-439e-b21f-e5d2c60a7087 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-a3adeca4-37c8-439e-b21f-e5d2c60a7087 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6ee1168d-c6f1-43b4-b0b8-bd9bc0b3dedc {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-6ee1168d-c6f1-43b4-b0b8-bd9bc0b3dedc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ee1168d-c6f1-43b4-b0b8-bd9bc0b3dedc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ee1168d-c6f1-43b4-b0b8-bd9bc0b3dedc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ee1168d-c6f1-43b4-b0b8-bd9bc0b3dedc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ee1168d-c6f1-43b4-b0b8-bd9bc0b3dedc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-6ee1168d-c6f1-43b4-b0b8-bd9bc0b3dedc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1f2729a8-0342-4740-8f8c-b24c315f3d22 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1f2729a8-0342-4740-8f8c-b24c315f3d22 {
  display: none;
}
#s-8508c77c-ee03-4771-ac50-10c509e7f09c {
  text-align: center;
}


.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c {
  max-width: 100%;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom,
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c {
  max-width: 100%;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom,
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c {
  max-width: 100%;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom,
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c {
  max-width: 100%;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom,
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c {
  max-width: 100%;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom,
.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8508c77c-ee03-4771-ac50-10c509e7f09c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8fc15048-79c3-4cbe-8ded-b76f1ee5c87c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fc15048-79c3-4cbe-8ded-b76f1ee5c87c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a0306fd3-13f1-41eb-9c13-28df82506994 {
  text-align: center;
}

#s-a0306fd3-13f1-41eb-9c13-28df82506994 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-a0306fd3-13f1-41eb-9c13-28df82506994 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-a0306fd3-13f1-41eb-9c13-28df82506994 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23786e9e-192c-4ea5-b5c4-c2c3bac97e27 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-23786e9e-192c-4ea5-b5c4-c2c3bac97e27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23786e9e-192c-4ea5-b5c4-c2c3bac97e27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23786e9e-192c-4ea5-b5c4-c2c3bac97e27 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23786e9e-192c-4ea5-b5c4-c2c3bac97e27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23786e9e-192c-4ea5-b5c4-c2c3bac97e27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-23786e9e-192c-4ea5-b5c4-c2c3bac97e27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-831faf6c-2133-4427-b3d7-7f4880b484fa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-831faf6c-2133-4427-b3d7-7f4880b484fa {
  display: none;
}
#s-32020b1e-8691-4830-92c5-7e30f56e73b1 {
  text-align: center;
}


.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 {
  max-width: 100%;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom,
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 {
  max-width: 100%;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom,
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 {
  max-width: 100%;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom,
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 {
  max-width: 100%;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom,
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 {
  max-width: 100%;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom,
.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-32020b1e-8691-4830-92c5-7e30f56e73b1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4f642e31-ce57-4328-854c-f30aa2d7e8bf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f642e31-ce57-4328-854c-f30aa2d7e8bf .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c7dd3040-5bb1-4042-ae72-3fa16e35d129 {
  text-align: center;
}

#s-c7dd3040-5bb1-4042-ae72-3fa16e35d129 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-c7dd3040-5bb1-4042-ae72-3fa16e35d129 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-c7dd3040-5bb1-4042-ae72-3fa16e35d129 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c44b2d37-07bb-4ed3-a86a-443f170d02e2 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-c44b2d37-07bb-4ed3-a86a-443f170d02e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c44b2d37-07bb-4ed3-a86a-443f170d02e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c44b2d37-07bb-4ed3-a86a-443f170d02e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c44b2d37-07bb-4ed3-a86a-443f170d02e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c44b2d37-07bb-4ed3-a86a-443f170d02e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-c44b2d37-07bb-4ed3-a86a-443f170d02e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a101ea26-e5aa-4e91-acae-1bf42b71a4dc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a101ea26-e5aa-4e91-acae-1bf42b71a4dc {
  display: none;
}
#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 {
  text-align: center;
}


.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 {
  max-width: 100%;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom,
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 {
  max-width: 100%;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom,
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 {
  max-width: 100%;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom,
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 {
  max-width: 100%;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom,
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 {
  max-width: 100%;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom,
.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f9216a3c-c325-46ce-adf5-a5b3773a1ae0 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c97269a3-7380-4d32-a555-25a3192df10e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c97269a3-7380-4d32-a555-25a3192df10e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-aa75e8a5-1cc5-41a5-b6c3-9fdc51766274 {
  text-align: center;
}

#s-aa75e8a5-1cc5-41a5-b6c3-9fdc51766274 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-aa75e8a5-1cc5-41a5-b6c3-9fdc51766274 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-aa75e8a5-1cc5-41a5-b6c3-9fdc51766274 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1e6e76e-b672-4434-9b1a-b89c31295db7 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-d1e6e76e-b672-4434-9b1a-b89c31295db7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1e6e76e-b672-4434-9b1a-b89c31295db7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1e6e76e-b672-4434-9b1a-b89c31295db7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1e6e76e-b672-4434-9b1a-b89c31295db7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1e6e76e-b672-4434-9b1a-b89c31295db7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-d1e6e76e-b672-4434-9b1a-b89c31295db7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-82a24c31-78a8-442d-b835-37539599fb8d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-82a24c31-78a8-442d-b835-37539599fb8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-97836ee3-7125-417c-9b1b-7fa13fd7e2c7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-97836ee3-7125-417c-9b1b-7fa13fd7e2c7 {
  display: none;
}
#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 {
  text-align: center;
}


.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 {
  max-width: 100%;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom,
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 {
  max-width: 100%;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom,
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 {
  max-width: 100%;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom,
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 {
  max-width: 100%;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom,
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 {
  max-width: 100%;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom,
.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c68056a1-991d-4bc0-a746-ab9eaa863bb4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0511dd1b-31ef-422e-8697-15096eb7a135 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0511dd1b-31ef-422e-8697-15096eb7a135 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6246fbd0-2126-4ec1-ae6a-7c7bfb49a8d0 {
  text-align: center;
}

#s-6246fbd0-2126-4ec1-ae6a-7c7bfb49a8d0 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-6246fbd0-2126-4ec1-ae6a-7c7bfb49a8d0 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-6246fbd0-2126-4ec1-ae6a-7c7bfb49a8d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b7a206ec-5239-449c-8fcc-4972021e9232 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-b7a206ec-5239-449c-8fcc-4972021e9232:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7a206ec-5239-449c-8fcc-4972021e9232:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b7a206ec-5239-449c-8fcc-4972021e9232 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7a206ec-5239-449c-8fcc-4972021e9232.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7a206ec-5239-449c-8fcc-4972021e9232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-b7a206ec-5239-449c-8fcc-4972021e9232.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-77228c49-108f-4cc0-82f4-158563ea526b {
  border-style: solid;
margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-77228c49-108f-4cc0-82f4-158563ea526b .shogun-heading-component h1 {
  color: rgba(37, 148, 224, 1);
  font-weight:   ;
  font-family: "Sawarabi Mincho";
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 4px;
  text-align: center;
}



#s-de5525b0-0e0b-400b-b2e0-6df26eebc84d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-de5525b0-0e0b-400b-b2e0-6df26eebc84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de5525b0-0e0b-400b-b2e0-6df26eebc84d.shg-box.shg-c {
  justify-content: center;
}

#s-654254c9-c127-4253-aba6-f0edcb82ff25 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-654254c9-c127-4253-aba6-f0edcb82ff25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d8a111ed-d858-4ca1-8d55-a28b11382854 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d8a111ed-d858-4ca1-8d55-a28b11382854 {
  display: none;
}
#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 {
  text-align: center;
}


.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 {
  max-width: 100%;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom,
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 {
  max-width: 100%;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom,
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 {
  max-width: 100%;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom,
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 {
  max-width: 100%;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom,
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 {
  max-width: 100%;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom,
.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-d1f4ff5a-1877-4171-88ca-6e1d88ee4938 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-10b84a48-fb34-447d-b01e-d3cc4a71b64a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10b84a48-fb34-447d-b01e-d3cc4a71b64a .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d23ebd8e-4ef6-48a0-b91d-cc20a94a0f21 {
  text-align: center;
}

#s-d23ebd8e-4ef6-48a0-b91d-cc20a94a0f21 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-d23ebd8e-4ef6-48a0-b91d-cc20a94a0f21 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-d23ebd8e-4ef6-48a0-b91d-cc20a94a0f21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5bd4a838-cc7d-4cef-8e61-4a2b7ff8fa0d {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-5bd4a838-cc7d-4cef-8e61-4a2b7ff8fa0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bd4a838-cc7d-4cef-8e61-4a2b7ff8fa0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5bd4a838-cc7d-4cef-8e61-4a2b7ff8fa0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5bd4a838-cc7d-4cef-8e61-4a2b7ff8fa0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5bd4a838-cc7d-4cef-8e61-4a2b7ff8fa0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-5bd4a838-cc7d-4cef-8e61-4a2b7ff8fa0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fb409bda-8e53-4c6d-9fa1-acc30843d046 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fb409bda-8e53-4c6d-9fa1-acc30843d046 {
  display: none;
}
#s-0c584c0f-3851-4996-a1c6-add73a1851d6 {
  text-align: center;
}


.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 {
  max-width: 100%;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom,
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 {
  max-width: 100%;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom,
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 {
  max-width: 100%;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom,
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 {
  max-width: 100%;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom,
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 {
  max-width: 100%;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom,
.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-0c584c0f-3851-4996-a1c6-add73a1851d6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7b93537d-7a16-4982-bb27-35ab6af25e70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b93537d-7a16-4982-bb27-35ab6af25e70 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c8dfc958-06f1-4703-9310-aa76a9a6d1b6 {
  text-align: center;
}

#s-c8dfc958-06f1-4703-9310-aa76a9a6d1b6 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-c8dfc958-06f1-4703-9310-aa76a9a6d1b6 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-c8dfc958-06f1-4703-9310-aa76a9a6d1b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4170d2f2-1e07-4fbf-a167-66c8644888d1 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-4170d2f2-1e07-4fbf-a167-66c8644888d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4170d2f2-1e07-4fbf-a167-66c8644888d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4170d2f2-1e07-4fbf-a167-66c8644888d1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4170d2f2-1e07-4fbf-a167-66c8644888d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4170d2f2-1e07-4fbf-a167-66c8644888d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-4170d2f2-1e07-4fbf-a167-66c8644888d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-54a18822-6a67-4483-bad7-53c2a3bc0aed {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-54a18822-6a67-4483-bad7-53c2a3bc0aed {
  display: none;
}
#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f {
  text-align: center;
}


.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f {
  max-width: 100%;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom,
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f {
  max-width: 100%;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom,
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f {
  max-width: 100%;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom,
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f {
  max-width: 100%;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom,
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f {
  max-width: 100%;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom,
.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c6d429d4-8fe0-4949-bb98-3ed67c5af91f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-84d02340-ea28-4fe5-b8be-0d524fd05082 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84d02340-ea28-4fe5-b8be-0d524fd05082 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-13f728d6-2e5a-4a52-a9e0-c440cb8a9d1c {
  text-align: center;
}

#s-13f728d6-2e5a-4a52-a9e0-c440cb8a9d1c .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-13f728d6-2e5a-4a52-a9e0-c440cb8a9d1c .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-13f728d6-2e5a-4a52-a9e0-c440cb8a9d1c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6d300d80-b4bf-4208-8d3f-61e54e8f6711 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-6d300d80-b4bf-4208-8d3f-61e54e8f6711:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d300d80-b4bf-4208-8d3f-61e54e8f6711:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d300d80-b4bf-4208-8d3f-61e54e8f6711 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d300d80-b4bf-4208-8d3f-61e54e8f6711.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d300d80-b4bf-4208-8d3f-61e54e8f6711.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-6d300d80-b4bf-4208-8d3f-61e54e8f6711.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-42dab881-f8cd-458d-83ef-c06341c1f250 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-42dab881-f8cd-458d-83ef-c06341c1f250 {
  display: none;
}
#s-70321b78-2227-413b-bc35-03c4414056f4 {
  text-align: center;
}


.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 {
  max-width: 100%;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom,
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 {
  max-width: 100%;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom,
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 {
  max-width: 100%;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom,
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 {
  max-width: 100%;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom,
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 {
  max-width: 100%;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom,
.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-70321b78-2227-413b-bc35-03c4414056f4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fa46b7cf-6c0b-44ca-96b3-be57885f7a66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa46b7cf-6c0b-44ca-96b3-be57885f7a66 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9cd69e51-24d0-42ac-8f42-f4b50416b81f {
  text-align: center;
}

#s-9cd69e51-24d0-42ac-8f42-f4b50416b81f .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-9cd69e51-24d0-42ac-8f42-f4b50416b81f .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-9cd69e51-24d0-42ac-8f42-f4b50416b81f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-02937ed0-6816-4b8b-b268-743255b6ce14 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-02937ed0-6816-4b8b-b268-743255b6ce14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02937ed0-6816-4b8b-b268-743255b6ce14:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02937ed0-6816-4b8b-b268-743255b6ce14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02937ed0-6816-4b8b-b268-743255b6ce14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02937ed0-6816-4b8b-b268-743255b6ce14.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-02937ed0-6816-4b8b-b268-743255b6ce14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0aab5253-3044-4fd7-bd5f-dd2058621aa3 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0aab5253-3044-4fd7-bd5f-dd2058621aa3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-dadb8297-4c72-4f4c-8232-e2b66f6c81d8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dadb8297-4c72-4f4c-8232-e2b66f6c81d8 {
  display: none;
}
#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 {
  text-align: center;
}


.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 {
  max-width: 100%;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom,
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 {
  max-width: 100%;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom,
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 {
  max-width: 100%;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom,
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 {
  max-width: 100%;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom,
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 {
  max-width: 100%;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom,
.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-ade1376d-bb1f-4baf-806b-29f39a7097b7 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-93a36987-c318-4867-b0d8-d5ddc6854e21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93a36987-c318-4867-b0d8-d5ddc6854e21 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a4f4c1e1-0aae-4f6d-980b-2d2ad389131a {
  text-align: center;
}

#s-a4f4c1e1-0aae-4f6d-980b-2d2ad389131a .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-a4f4c1e1-0aae-4f6d-980b-2d2ad389131a .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-a4f4c1e1-0aae-4f6d-980b-2d2ad389131a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0e4efb2d-947e-41af-9dc6-1b37140de554 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-0e4efb2d-947e-41af-9dc6-1b37140de554:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e4efb2d-947e-41af-9dc6-1b37140de554:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e4efb2d-947e-41af-9dc6-1b37140de554 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e4efb2d-947e-41af-9dc6-1b37140de554.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e4efb2d-947e-41af-9dc6-1b37140de554.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-0e4efb2d-947e-41af-9dc6-1b37140de554.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-41de9afe-63d1-4647-bafe-0a22f0b20d82 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-41de9afe-63d1-4647-bafe-0a22f0b20d82 {
  display: none;
}
#s-c369f669-42c4-4ce7-a6c6-69a942545a4d {
  text-align: center;
}


.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d {
  max-width: 100%;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom,
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d {
  max-width: 100%;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom,
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d {
  max-width: 100%;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom,
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d {
  max-width: 100%;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom,
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d {
  max-width: 100%;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom,
.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c369f669-42c4-4ce7-a6c6-69a942545a4d .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fe872516-d8b5-4702-a442-0d265468b402 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe872516-d8b5-4702-a442-0d265468b402 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0d97eff1-1ff6-49c2-b23b-671aa4086bee {
  text-align: center;
}

#s-0d97eff1-1ff6-49c2-b23b-671aa4086bee .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-0d97eff1-1ff6-49c2-b23b-671aa4086bee .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-0d97eff1-1ff6-49c2-b23b-671aa4086bee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b0fbceb-d777-4479-b69c-ea9c49a1312a {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-6b0fbceb-d777-4479-b69c-ea9c49a1312a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b0fbceb-d777-4479-b69c-ea9c49a1312a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b0fbceb-d777-4479-b69c-ea9c49a1312a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b0fbceb-d777-4479-b69c-ea9c49a1312a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b0fbceb-d777-4479-b69c-ea9c49a1312a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-6b0fbceb-d777-4479-b69c-ea9c49a1312a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f32d2271-d1b1-47a5-a22b-2506b55bed5a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f32d2271-d1b1-47a5-a22b-2506b55bed5a {
  display: none;
}
#s-8be7a436-5945-4f6a-98ea-18cb935ee332 {
  text-align: center;
}


.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 {
  max-width: 100%;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom,
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 {
  max-width: 100%;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom,
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 {
  max-width: 100%;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom,
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 {
  max-width: 100%;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom,
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 {
  max-width: 100%;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom,
.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-8be7a436-5945-4f6a-98ea-18cb935ee332 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-33008546-a7fd-43ce-8dd6-064a64d4d30f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33008546-a7fd-43ce-8dd6-064a64d4d30f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-76d6a7eb-0622-4773-b1a6-6f9522cf7aed {
  text-align: center;
}

#s-76d6a7eb-0622-4773-b1a6-6f9522cf7aed .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-76d6a7eb-0622-4773-b1a6-6f9522cf7aed .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-76d6a7eb-0622-4773-b1a6-6f9522cf7aed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-60c39506-7f4b-4237-a84f-6e79c29a6041 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-60c39506-7f4b-4237-a84f-6e79c29a6041:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60c39506-7f4b-4237-a84f-6e79c29a6041:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60c39506-7f4b-4237-a84f-6e79c29a6041 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-60c39506-7f4b-4237-a84f-6e79c29a6041.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-60c39506-7f4b-4237-a84f-6e79c29a6041.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-60c39506-7f4b-4237-a84f-6e79c29a6041.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cefe00ac-20d7-44ea-a3f8-8859cc95a8b6 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-cefe00ac-20d7-44ea-a3f8-8859cc95a8b6 .shogun-heading-component h1 {
  color: rgba(37, 148, 224, 1);
  font-weight:   ;
  font-family: "Sawarabi Mincho";
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 4px;
  text-align: center;
}



#s-ff3261a7-7b63-47e0-82cc-9dc4f9603af6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ff3261a7-7b63-47e0-82cc-9dc4f9603af6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3261a7-7b63-47e0-82cc-9dc4f9603af6.shg-box.shg-c {
  justify-content: center;
}

#s-f30db355-396f-4f9b-ae6c-d2a517f85e76 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f30db355-396f-4f9b-ae6c-d2a517f85e76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fb4abcf7-36d2-49d8-933d-2a9ab4688d60 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fb4abcf7-36d2-49d8-933d-2a9ab4688d60 {
  display: none;
}
#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 {
  text-align: center;
}


.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 {
  max-width: 100%;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom,
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 {
  max-width: 100%;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom,
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 {
  max-width: 100%;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom,
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 {
  max-width: 100%;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom,
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 {
  max-width: 100%;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom,
.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-f468dcb1-4c6e-43ca-b7e1-2ff495073fa8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-72a3b789-24e8-4f3f-9893-45858fa889b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72a3b789-24e8-4f3f-9893-45858fa889b8 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8a3def45-e56e-4684-acdc-149569898e9a {
  text-align: center;
}

#s-8a3def45-e56e-4684-acdc-149569898e9a .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-8a3def45-e56e-4684-acdc-149569898e9a .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-8a3def45-e56e-4684-acdc-149569898e9a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ec26239-641a-4bb5-b175-66c55c5c41a5 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-5ec26239-641a-4bb5-b175-66c55c5c41a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ec26239-641a-4bb5-b175-66c55c5c41a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5ec26239-641a-4bb5-b175-66c55c5c41a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ec26239-641a-4bb5-b175-66c55c5c41a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ec26239-641a-4bb5-b175-66c55c5c41a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-5ec26239-641a-4bb5-b175-66c55c5c41a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba70982f-129a-46b5-a096-3dc368606b64 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ba70982f-129a-46b5-a096-3dc368606b64 {
  display: none;
}
#s-c973f3fe-213e-4533-86a2-9457e4e350ad {
  text-align: center;
}


.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad {
  max-width: 100%;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom,
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad {
  max-width: 100%;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom,
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad {
  max-width: 100%;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom,
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad {
  max-width: 100%;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom,
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad {
  max-width: 100%;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom,
.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-c973f3fe-213e-4533-86a2-9457e4e350ad .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-01ee67bd-5eae-4beb-bc70-3742e485aac7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01ee67bd-5eae-4beb-bc70-3742e485aac7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a4555caa-263a-41e5-b1c7-a62e6d92c7fb {
  text-align: center;
}

#s-a4555caa-263a-41e5-b1c7-a62e6d92c7fb .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-a4555caa-263a-41e5-b1c7-a62e6d92c7fb .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-a4555caa-263a-41e5-b1c7-a62e6d92c7fb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-504b0279-c0eb-42fd-8712-bf55a1646a04 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-504b0279-c0eb-42fd-8712-bf55a1646a04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-504b0279-c0eb-42fd-8712-bf55a1646a04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-504b0279-c0eb-42fd-8712-bf55a1646a04 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-504b0279-c0eb-42fd-8712-bf55a1646a04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-504b0279-c0eb-42fd-8712-bf55a1646a04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-504b0279-c0eb-42fd-8712-bf55a1646a04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-87389fb8-90bb-4409-8510-49c0d0e78164 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-87389fb8-90bb-4409-8510-49c0d0e78164 {
  display: none;
}
#s-748fe56e-1e6f-4111-ba46-37805baf8d0f {
  text-align: center;
}


.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f {
  max-width: 100%;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom,
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f {
  max-width: 100%;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom,
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f {
  max-width: 100%;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom,
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f {
  max-width: 100%;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom,
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f {
  max-width: 100%;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom,
.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-748fe56e-1e6f-4111-ba46-37805baf8d0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-9573d0b7-c6ab-4991-ba0c-9c0ff3876280 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9573d0b7-c6ab-4991-ba0c-9c0ff3876280 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7a77d7cf-c767-4b16-a20a-30ee368e9695 {
  text-align: center;
}

#s-7a77d7cf-c767-4b16-a20a-30ee368e9695 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-7a77d7cf-c767-4b16-a20a-30ee368e9695 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-7a77d7cf-c767-4b16-a20a-30ee368e9695 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-48e7630b-3de4-4732-a8a3-802b0efcd919 {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-48e7630b-3de4-4732-a8a3-802b0efcd919:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48e7630b-3de4-4732-a8a3-802b0efcd919:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48e7630b-3de4-4732-a8a3-802b0efcd919 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48e7630b-3de4-4732-a8a3-802b0efcd919.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48e7630b-3de4-4732-a8a3-802b0efcd919.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-48e7630b-3de4-4732-a8a3-802b0efcd919.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c47eb9ba-58e0-4d09-a06b-12d833d27fae {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c47eb9ba-58e0-4d09-a06b-12d833d27fae {
  display: none;
}
#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 {
  text-align: center;
}


.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 {
  max-width: 100%;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom,
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 {
  max-width: 100%;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom,
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 {
  max-width: 100%;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom,
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 {
  max-width: 100%;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom,
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 {
  max-width: 100%;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom,
.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 img.shogun-image {
  max-width: 150px !important;
  min-height:  !important;
}

.shg-c#s-bd6ffa59-fa31-4c26-9f03-b88c85dae560 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a5864683-f93e-4d74-8773-a9b97edc6d62 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5864683-f93e-4d74-8773-a9b97edc6d62 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-eb971677-638d-4c11-8821-643d18d5d443 {
  text-align: center;
}

#s-eb971677-638d-4c11-8821-643d18d5d443 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-eb971677-638d-4c11-8821-643d18d5d443 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-eb971677-638d-4c11-8821-643d18d5d443 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac28300a-a339-4d24-9817-4b096008acce {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-ac28300a-a339-4d24-9817-4b096008acce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac28300a-a339-4d24-9817-4b096008acce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac28300a-a339-4d24-9817-4b096008acce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac28300a-a339-4d24-9817-4b096008acce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac28300a-a339-4d24-9817-4b096008acce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-ac28300a-a339-4d24-9817-4b096008acce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea2a0126-4438-47af-adbd-e170c0494b71 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-ea2a0126-4438-47af-adbd-e170c0494b71 .shogun-heading-component h1 {
  color: rgba(37, 148, 224, 1);
  font-weight:   ;
  font-family: "Sawarabi Mincho";
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 4px;
  text-align: center;
}



#s-a7904db5-998f-433f-b339-9528f0399912 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}

#s-a7904db5-998f-433f-b339-9528f0399912 {
  display: none;
}
#s-67819f9c-a34c-47d2-9567-befc7d0b3521 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-67819f9c-a34c-47d2-9567-befc7d0b3521"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9aaadb06-6f7c-40bd-a9d0-8c39fbc77f4c {
  border-radius: 15px;
text-align: center;
}




  #s-9aaadb06-6f7c-40bd-a9d0-8c39fbc77f4c img.shogun-image {
    
    width: px;
  }


#s-9aaadb06-6f7c-40bd-a9d0-8c39fbc77f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-27ca56ca-7a08-49e9-b08b-37e0dbd4e19e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-27ca56ca-7a08-49e9-b08b-37e0dbd4e19e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-68b9d502-2a7a-4576-ada4-06bbf8e7db34 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e16d0295-2ddb-4fdd-8c42-0956b8ad4683 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 300px;
text-align: left;
}

#s-e16d0295-2ddb-4fdd-8c42-0956b8ad4683 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e16d0295-2ddb-4fdd-8c42-0956b8ad4683 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e16d0295-2ddb-4fdd-8c42-0956b8ad4683 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e16d0295-2ddb-4fdd-8c42-0956b8ad4683 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-e16d0295-2ddb-4fdd-8c42-0956b8ad4683 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: Sawarabi Gothic;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-e16d0295-2ddb-4fdd-8c42-0956b8ad4683 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-542c2be0-3c6d-4938-a83b-7f0ad89d9a73 {
  text-align: left;
}

#s-542c2be0-3c6d-4938-a83b-7f0ad89d9a73 .shg-product-sold-out {
  display: none;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
}

#s-542c2be0-3c6d-4938-a83b-7f0ad89d9a73 .shg-product-price {
  color: rgba(41, 41, 41, 1);
  font-weight:   ;
  font-family: Sawarabi Gothic;
  font-style:  normal ;
  font-size: 16px;
}

#s-542c2be0-3c6d-4938-a83b-7f0ad89d9a73 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bdee9513-4558-438d-9af3-19a3ceb67480"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-996514f4-7f83-4838-b401-149cb3ce6b96 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 0px;
max-width: 150px;
background-color: rgba(37, 148, 224, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
line-height: 2em;
}
#s-996514f4-7f83-4838-b401-149cb3ce6b96:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(37, 148, 224, 1) !important;
background-color: rgba(250, 250, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 148, 224, 1) !important;}#s-996514f4-7f83-4838-b401-149cb3ce6b96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-996514f4-7f83-4838-b401-149cb3ce6b96-btn-wrapper {
    text-align: center;
  }


#s-996514f4-7f83-4838-b401-149cb3ce6b96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  block ;
}

#s-25080dbe-e986-404c-b0fc-99ca0f571b6e {
  box-shadow:1px 0px 0px 0px rgba(116, 116, 116, 0.39);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
max-width: 150px;
background-color: rgba(241, 90, 37, 1);
text-align: center;
cursor: pointer;
}
#s-25080dbe-e986-404c-b0fc-99ca0f571b6e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25080dbe-e986-404c-b0fc-99ca0f571b6e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25080dbe-e986-404c-b0fc-99ca0f571b6e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25080dbe-e986-404c-b0fc-99ca0f571b6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25080dbe-e986-404c-b0fc-99ca0f571b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Sawarabi Gothic;
  display:  inline-block ;
}

#s-25080dbe-e986-404c-b0fc-99ca0f571b6e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}

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

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

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

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
