@charset "UTF-8";
/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.brxe-woocommerce-breadcrumbs nav span {
  display: flex;
  flex-wrap: wrap;
}
.brxe-woocommerce-breadcrumbs nav a {
  display: block;
  line-height: 1.8em;
}
.brxe-woocommerce-breadcrumbs nav span.separator {
  display: block;
  line-height: 1.8em;
}

.noSmp {
  display: block !important;
}
@media screen and (max-width: 486px) {
  .noSmp {
    display: none !important;
  }
}

.noPc {
  display: none !important;
}
@media screen and (max-width: 486px) {
  .noPc {
    display: block !important;
  }
}

.itemDetails, .itemInfoWrap {
  /* # =================================================================
     # General elements
     # ================================================================= */
  /* https://gist.github.com/unruthless/413930 */
  /* # =================================================================
     # Forms
     # ================================================================= */
  /* Apply cursor pointer to button elements */
  /* Remove inner padding and border in Firefox 4+ */
  /* Replace focus style removed in the border reset above */
  /* Remove the default button styling in all browsers */
  /* Style select like a standard input */
  /* Replace pointer cursor in disabled elements */
  /* # =================================================================
     # Specify media element style
     # ================================================================= */
  /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
  /* # =================================================================
     # Accessibility
     # ================================================================= */
  /* Specify the progress cursor of updating elements */
  /* Specify the pointer cursor of trigger elements */
  /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
}
.itemDetails ::before,
.itemDetails ::after, .itemInfoWrap ::before,
.itemInfoWrap ::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
.itemDetails ::before,
.itemDetails ::after, .itemInfoWrap ::before,
.itemInfoWrap ::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
.itemDetails *, .itemInfoWrap * {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
.itemDetails hr, .itemInfoWrap hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}
.itemDetails details,
.itemDetails main, .itemInfoWrap details,
.itemInfoWrap main {
  display: block; /* Render the `main` element consistently in IE. */
}
.itemDetails summary, .itemInfoWrap summary {
  display: list-item; /* Add the correct display in all browsers */
}
.itemDetails small, .itemInfoWrap small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
.itemDetails dl, .itemDetails dt, .itemDetails dd, .itemInfoWrap dl, .itemInfoWrap dt, .itemInfoWrap dd {
  padding: 0;
  margin: 0;
}
.itemDetails [hidden], .itemInfoWrap [hidden] {
  display: none; /* Add the correct display in IE */
}
.itemDetails abbr[title], .itemInfoWrap abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.itemDetails a, .itemInfoWrap a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
.itemDetails a:active,
.itemDetails a:hover, .itemInfoWrap a:active,
.itemInfoWrap a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
.itemDetails code,
.itemDetails kbd,
.itemDetails pre,
.itemDetails samp, .itemInfoWrap code,
.itemInfoWrap kbd,
.itemInfoWrap pre,
.itemInfoWrap samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
.itemDetails pre, .itemInfoWrap pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
.itemDetails b,
.itemDetails strong, .itemInfoWrap b,
.itemInfoWrap strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
.itemDetails sub,
.itemDetails sup, .itemInfoWrap sub,
.itemInfoWrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.itemDetails sub, .itemInfoWrap sub {
  bottom: -0.25em;
}
.itemDetails sup, .itemInfoWrap sup {
  top: -0.5em;
}
.itemDetails table, .itemInfoWrap table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}
.itemDetails iframe, .itemInfoWrap iframe {
  border-style: none;
}
.itemDetails input, .itemInfoWrap input {
  border-radius: 0;
}
.itemDetails [type=number]::-webkit-inner-spin-button,
.itemDetails [type=number]::-webkit-outer-spin-button, .itemInfoWrap [type=number]::-webkit-inner-spin-button,
.itemInfoWrap [type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
.itemDetails [type=search], .itemInfoWrap [type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
.itemDetails [type=search]::-webkit-search-decoration, .itemInfoWrap [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
.itemDetails textarea, .itemInfoWrap textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
.itemDetails button,
.itemDetails input,
.itemDetails optgroup,
.itemDetails select,
.itemDetails textarea, .itemInfoWrap button,
.itemInfoWrap input,
.itemInfoWrap optgroup,
.itemInfoWrap select,
.itemInfoWrap textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
.itemDetails optgroup, .itemInfoWrap optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
.itemDetails button, .itemInfoWrap button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
.itemDetails button,
.itemDetails select, .itemInfoWrap button,
.itemInfoWrap select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
.itemDetails button,
.itemDetails [type=button],
.itemDetails [type=reset],
.itemDetails [type=submit],
.itemDetails [role=button], .itemInfoWrap button,
.itemInfoWrap [type=button],
.itemInfoWrap [type=reset],
.itemInfoWrap [type=submit],
.itemInfoWrap [role=button] {
  cursor: pointer;
}
.itemDetails button::-moz-focus-inner,
.itemDetails [type=button]::-moz-focus-inner,
.itemDetails [type=reset]::-moz-focus-inner,
.itemDetails [type=submit]::-moz-focus-inner, .itemInfoWrap button::-moz-focus-inner,
.itemInfoWrap [type=button]::-moz-focus-inner,
.itemInfoWrap [type=reset]::-moz-focus-inner,
.itemInfoWrap [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.itemDetails button:-moz-focusring,
.itemDetails [type=button]::-moz-focus-inner,
.itemDetails [type=reset]::-moz-focus-inner,
.itemDetails [type=submit]::-moz-focus-inner, .itemInfoWrap button:-moz-focusring,
.itemInfoWrap [type=button]::-moz-focus-inner,
.itemInfoWrap [type=reset]::-moz-focus-inner,
.itemInfoWrap [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
.itemDetails button,
.itemDetails html [type=button],
.itemDetails [type=reset],
.itemDetails [type=submit], .itemInfoWrap button,
.itemInfoWrap html [type=button],
.itemInfoWrap [type=reset],
.itemInfoWrap [type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
.itemDetails button,
.itemDetails input,
.itemDetails select,
.itemDetails textarea, .itemInfoWrap button,
.itemInfoWrap input,
.itemInfoWrap select,
.itemInfoWrap textarea {
  background-color: transparent;
  border-style: none;
}
.itemDetails a:focus,
.itemDetails button:focus,
.itemDetails input:focus,
.itemDetails select:focus,
.itemDetails textarea:focus, .itemInfoWrap a:focus,
.itemInfoWrap button:focus,
.itemInfoWrap input:focus,
.itemInfoWrap select:focus,
.itemInfoWrap textarea:focus {
  outline-width: 0;
}
.itemDetails select, .itemInfoWrap select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
.itemDetails select::-ms-expand, .itemInfoWrap select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
.itemDetails select::-ms-value, .itemInfoWrap select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
.itemDetails legend, .itemInfoWrap legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
.itemDetails ::-webkit-file-upload-button, .itemInfoWrap ::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
.itemDetails [disabled], .itemInfoWrap [disabled] {
  cursor: default;
}
.itemDetails img, .itemInfoWrap img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
.itemDetails progress, .itemInfoWrap progress {
  vertical-align: baseline;
}
.itemDetails [aria-busy=true], .itemInfoWrap [aria-busy=true] {
  cursor: progress;
}
.itemDetails [aria-controls], .itemInfoWrap [aria-controls] {
  cursor: pointer;
}
.itemDetails [aria-disabled=true], .itemInfoWrap [aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

figure.brxe-image.tag.sideCate {
  display: flex;
  align-items: center;
  width: 100%;
}
figure.brxe-image.tag.sideCate img {
  display: block;
  width: 20%;
}
figure.brxe-image.tag.sideCate figcaption {
  width: 80%;
  background: none;
  position: relative !important;
  color: #000000;
  text-align: left;
}

.itemDetails .itemMoq {
  border: 1px solid #000000;
  display: flex;
  margin-bottom: 10px;
  align-items: stretch;
}
.itemDetails .itemMoq h2 {
  text-align: center;
  background: #000000;
  vertical-align: middle;
  width: 11%;
  display: table;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.itemDetails .itemMoq h2 span {
  width: 100%;
  display: table-cell;
  padding: 20px 0 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (max-width: 486px) {
  .itemDetails .itemMoq h2 span {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemMoq h2 span {
    font-size: 14px;
    font-size: 2.2727272727vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemMoq h2 span {
    font-size: 14px;
  }
}
.itemDetails .itemMoq .itemData {
  width: 88%;
  align-self: center;
  padding: 10px 10px;
}
.itemDetails .itemMoq .itemData p {
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 486px) {
  .itemDetails .itemMoq .itemData p {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemMoq .itemData p {
    font-size: 16px;
    font-size: 2.5974025974vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemMoq .itemData p {
    font-size: 16px;
  }
}
@media screen and (max-width: 486px) {
  .itemDetails .itemMoq .itemData p span {
    font-size: 32px;
    font-size: 10vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemMoq .itemData p span {
    font-size: 32px;
    font-size: 5.1948051948vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemMoq .itemData p span {
    font-size: 32px;
  }
}
.itemDetails .itemMoq .itemData > div {
  width: 100%;
}
.itemDetails .itemMoq .itemData dl {
  margin: 0 0 0 0;
}
.itemDetails .itemPrint {
  border: 1px solid #000000;
  display: flex;
  margin-bottom: 10px;
  align-items: stretch;
}
.itemDetails .itemPrint h2 {
  text-align: center;
  background: #000000;
  vertical-align: middle;
  width: 11%;
  display: table;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.itemDetails .itemPrint h2 span {
  width: 100%;
  display: table-cell;
  padding: 20px 0 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (max-width: 486px) {
  .itemDetails .itemPrint h2 span {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemPrint h2 span {
    font-size: 14px;
    font-size: 2.2727272727vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemPrint h2 span {
    font-size: 14px;
  }
}
.itemDetails .itemPrint .itemData {
  width: 88%;
  align-self: center;
  padding: 10px 10px;
}
.itemDetails .itemPrint .itemData p {
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 486px) {
  .itemDetails .itemPrint .itemData p {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemPrint .itemData p {
    font-size: 16px;
    font-size: 2.5974025974vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemPrint .itemData p {
    font-size: 16px;
  }
}
@media screen and (max-width: 486px) {
  .itemDetails .itemPrint .itemData p span {
    font-size: 32px;
    font-size: 10vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemPrint .itemData p span {
    font-size: 32px;
    font-size: 5.1948051948vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemPrint .itemData p span {
    font-size: 32px;
  }
}
.itemDetails .itemPrint .itemData > div {
  width: 100%;
}
.itemDetails .itemPrint .itemData dl {
  margin: 0 0 0 0;
}
.itemDetails .itemLeadtime {
  border: 1px solid #000000;
  display: flex;
  margin-bottom: 10px;
  align-items: stretch;
}
.itemDetails .itemLeadtime h2 {
  text-align: center;
  background: #000000;
  vertical-align: middle;
  width: 11%;
  display: table;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.itemDetails .itemLeadtime h2 span {
  width: 100%;
  display: table-cell;
  padding: 20px 0 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (max-width: 486px) {
  .itemDetails .itemLeadtime h2 span {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemLeadtime h2 span {
    font-size: 14px;
    font-size: 2.2727272727vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemLeadtime h2 span {
    font-size: 14px;
  }
}
.itemDetails .itemLeadtime .itemData {
  width: 88%;
  align-self: center;
  padding: 10px 10px;
}
.itemDetails .itemLeadtime .itemData p {
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 486px) {
  .itemDetails .itemLeadtime .itemData p {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemLeadtime .itemData p {
    font-size: 16px;
    font-size: 2.5974025974vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemLeadtime .itemData p {
    font-size: 16px;
  }
}
@media screen and (max-width: 486px) {
  .itemDetails .itemLeadtime .itemData p span {
    font-size: 32px;
    font-size: 10vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemLeadtime .itemData p span {
    font-size: 32px;
    font-size: 5.1948051948vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemLeadtime .itemData p span {
    font-size: 32px;
  }
}
.itemDetails .itemLeadtime .itemData > div {
  width: 100%;
}
.itemDetails .itemLeadtime .itemData dl {
  margin: 0 0 0 0;
}
.itemDetails .itemRecommend {
  border: 1px solid #000000;
  display: flex;
  margin-bottom: 10px;
  align-items: stretch;
}
.itemDetails .itemRecommend h2 {
  text-align: center;
  background: #000000;
  vertical-align: middle;
  width: 11%;
  display: table;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.itemDetails .itemRecommend h2 span {
  width: 100%;
  display: table-cell;
  padding: 20px 0 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (max-width: 486px) {
  .itemDetails .itemRecommend h2 span {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemRecommend h2 span {
    font-size: 14px;
    font-size: 2.2727272727vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemRecommend h2 span {
    font-size: 14px;
  }
}
.itemDetails .itemRecommend .itemData {
  width: 88%;
  align-self: center;
  padding: 10px 10px;
}
.itemDetails .itemRecommend .itemData p {
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 486px) {
  .itemDetails .itemRecommend .itemData p {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemRecommend .itemData p {
    font-size: 16px;
    font-size: 2.5974025974vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemRecommend .itemData p {
    font-size: 16px;
  }
}
@media screen and (max-width: 486px) {
  .itemDetails .itemRecommend .itemData p span {
    font-size: 32px;
    font-size: 10vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .itemDetails .itemRecommend .itemData p span {
    font-size: 32px;
    font-size: 5.1948051948vw;
  }
}
@media screen and (min-width: 769px) {
  .itemDetails .itemRecommend .itemData p span {
    font-size: 32px;
  }
}
.itemDetails .itemRecommend .itemData > div {
  width: 100%;
}
.itemDetails .itemRecommend .itemData dl {
  margin: 0 0 0 0;
}
.itemDetails .itemPrint ul {
  display: flex;
  justify-content: space-around;
}
.itemDetails .itemPrint ul li {
  width: 33%;
  list-style: none;
  line-height: 6em;
  background-size: contain;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.itemDetails .itemPrint ul li.silk {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon01.png");
}
.itemDetails .itemPrint ul li.color {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon02.png");
}
.itemDetails .itemPrint ul li.inkjet {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon12.png");
}
.itemDetails .itemPrint ul li.offset {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon03.png");
}
.itemDetails .itemPrint ul li.gravure {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon04.png");
}
.itemDetails .itemPrint ul li.sublimation {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon05.png");
}
.itemDetails .itemPrint ul li.thermal {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon06.png");
}
.itemDetails .itemPrint ul li.rotarysilk {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon07.png");
}
.itemDetails .itemPrint ul li.laser {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon11.png");
}
.itemDetails .itemPrint ul li.emboss {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon08.png");
}
.itemDetails .itemPrint ul li.deboss {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon09.png");
}
.itemDetails .itemPrint ul li.bare_push_foil_stamping {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon10.png");
}
.itemDetails .itemPrint ul li.pad {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/printIcon13.png");
}
.itemDetails .itemRecommend ul {
  display: flex;
  justify-content: space-around;
}
.itemDetails .itemRecommend ul li {
  width: 33%;
  list-style: none;
  line-height: 6em;
  background-size: contain;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.itemDetails .itemRecommend ul li.goods {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/goodsIcon01.png");
}
.itemDetails .itemRecommend ul li.novelty {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/goodsIcon02.png");
}
.itemDetails .itemRecommend ul li.sports {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/goodsIcon03.png");
}
.itemDetails .itemRecommend ul li.music {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/goodsIcon04.png");
}
.itemDetails .itemRecommend ul li.exposition {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/goodsIcon05.png");
}
.itemDetails .itemRecommend ul li.eco {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/goodsIcon06.png");
}
.itemDetails .itemRecommend ul li.gift {
  background-image: url("https://happynovelty.com/core/wp-content/themes/bricks-child-1/assets/img/goodsIcon07.png");
}

section.itemInfoWrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 486px) {
  section.itemInfoWrap {
    padding: 20px;
  }
}
section.itemInfoWrap h1 {
  text-align: center;
}
@media screen and (max-width: 486px) {
  section.itemInfoWrap h1 {
    font-size: 24px;
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  section.itemInfoWrap h1 {
    font-size: 24px;
    font-size: 3.8961038961vw;
  }
}
@media screen and (min-width: 769px) {
  section.itemInfoWrap h1 {
    font-size: 24px;
  }
}
section.itemInfoWrap hr {
  border-top: 3px solid var(--bricks-color-llaegx);
  width: 10%;
  margin: 50px auto;
}
section.itemInfoWrap .photoWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 486px) {
  section.itemInfoWrap .photoWrap {
    display: block;
  }
}
section.itemInfoWrap .photoWrap figure {
  width: 48%;
}
@media screen and (max-width: 486px) {
  section.itemInfoWrap .photoWrap figure {
    width: 100%;
  }
}
section.itemInfoWrap .photoWrap figure p {
  color: #000000;
  text-align: left;
  padding-bottom: 20px;
}
section.itemInfoWrap .priceWrap {
  margin: 50px 0;
  width: 100%;
  background: #eeeeee;
}
section.itemInfoWrap .priceWrap dl {
  width: 100%;
  display: flex;
}
section.itemInfoWrap .priceWrap dl dt {
  width: 20%;
  margin-top: 1px;
  margin-left: 1px;
  background: #ffffff;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
section.itemInfoWrap .priceWrap dl dt:before {
  content: "";
}
section.itemInfoWrap .priceWrap dl dt:after {
  content: "個〜";
}
@media screen and (max-width: 486px) {
  section.itemInfoWrap .priceWrap dl dt {
    width: 45%;
  }
}
section.itemInfoWrap .priceWrap dl dd {
  width: 80%;
  margin-top: 1px;
  margin-left: 1px;
  background: #ffffff;
  margin-right: 1px;
  padding: 20px;
  text-align: center;
  color: var(--bricks-color-llaegx);
  font-weight: bold;
}
section.itemInfoWrap .priceWrap dl dd:before {
  content: "￥";
}
section.itemInfoWrap .priceWrap dl dd:after {
  content: "（税別）";
}
@media screen and (max-width: 486px) {
  section.itemInfoWrap .priceWrap dl dd {
    width: 55%;
  }
}
section.itemInfoWrap .priceWrap dl:first-child {
  background: #eeeeee;
}
section.itemInfoWrap .priceWrap dl:first-child span {
  line-height: 1.2;
}
@media screen and (max-width: 486px) {
  section.itemInfoWrap .priceWrap dl:first-child span {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  section.itemInfoWrap .priceWrap dl:first-child span {
    font-size: 12px;
    font-size: 1.9480519481vw;
  }
}
@media screen and (min-width: 769px) {
  section.itemInfoWrap .priceWrap dl:first-child span {
    font-size: 12px;
  }
}
@media screen and (max-width: 486px) {
  section.itemInfoWrap .priceWrap dl:first-child span {
    display: block;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 486px) and (max-width: 486px) {
  section.itemInfoWrap .priceWrap dl:first-child span {
    font-size: 8px;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 486px) and (min-width: 481px) and (max-width: 768px) {
  section.itemInfoWrap .priceWrap dl:first-child span {
    font-size: 8px;
    font-size: 1.2987012987vw;
  }
}
@media screen and (max-width: 486px) and (min-width: 769px) {
  section.itemInfoWrap .priceWrap dl:first-child span {
    font-size: 8px;
  }
}
section.itemInfoWrap .priceWrap dl:first-child dt, section.itemInfoWrap .priceWrap dl:first-child dd {
  background: #eeeeee;
  color: #000000;
}
section.itemInfoWrap .priceWrap dl:first-child dt:before, section.itemInfoWrap .priceWrap dl:first-child dt:after, section.itemInfoWrap .priceWrap dl:first-child dd:before, section.itemInfoWrap .priceWrap dl:first-child dd:after {
  display: none;
}
section.itemInfoWrap .priceWrap dl:last-child dt, section.itemInfoWrap .priceWrap dl:last-child dd {
  margin-bottom: 1px;
}
section.itemInfoWrap .priceWrap dl:last-child dt:before {
  display: none;
}
section.itemInfoWrap .priceWrap dl:last-child dt:after {
  content: "個〜";
}

.brxe-product-content table {
  display: none;
  width: 100%;
  background-color: #ccc;
  margin: auto;
  border: 1px solid #ccc;
}
.brxe-product-content table th {
  width: 20%;
  background-color: #eee;
  color: #666;
  text-align: left;
  padding: 5px 10px;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.brxe-product-content table th img {
  float: right;
  margin-left: 5px;
  display: inline;
}
.brxe-product-content table td {
  width: 78%;
  background-color: #fff;
  color: #666;
  padding: 5px 10px;
  line-height: 160%;
  text-align: left;
  border: 1px solid #ccc;
  letter-spacing: 0.1em;
}
.brxe-product-content > p {
  display: none;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.detailsWrap a {
  color: #0033a7;
}
.detailsWrap table {
  width: 100%;
  background-color: #ccc;
  margin: auto;
  border: 1px solid #ccc;
}
@media screen and (max-width: 486px) {
  .detailsWrap table {
    border: none;
  }
}
@media screen and (max-width: 486px) {
  .detailsWrap table tbody {
    display: block;
  }
}
.detailsWrap table th {
  width: 20%;
  background-color: #eee;
  color: #666;
  text-align: left;
  padding: 5px 10px;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #ccc;
}
@media screen and (max-width: 486px) {
  .detailsWrap table th {
    width: 100%;
    display: block;
    border: none;
  }
}
.detailsWrap table th img {
  float: right;
  margin-left: 5px;
  display: inline;
}
.detailsWrap table td {
  width: 78%;
  background-color: #fff;
  color: #666;
  padding: 5px 10px;
  line-height: 160%;
  text-align: left;
  border: 1px solid #ccc;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 486px) {
  .detailsWrap table td {
    width: 100%;
    display: block;
    border: none;
    padding-bottom: 15px;
  }
}
.detailsWrap table td ol {
  list-style-position: inside;
}
.detailsWrap > p {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.detailsWrap > a {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 20px;
}

section.formTable {
  margin-bottom: 100px;
  border: 10px solid #eeeeee;
  padding: 40px;
}
@media screen and (max-width: 486px) {
  section.formTable {
    padding: 20px;
    margin-top: 5vw;
  }
}
section.formTable h1 {
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 486px) {
  section.formTable h1 {
    font-size: 24px;
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  section.formTable h1 {
    font-size: 24px;
    font-size: 3.8961038961vw;
  }
}
@media screen and (min-width: 769px) {
  section.formTable h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 486px) {
  section.formTable h1 {
    padding: 10px 0;
  }
}
section.formTable h2 {
  background: #333333;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width: 486px) {
  section.formTable h2 {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  section.formTable h2 {
    font-size: 18px;
    font-size: 2.9220779221vw;
  }
}
@media screen and (min-width: 769px) {
  section.formTable h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 486px) {
  section.formTable h2 {
    text-align: center;
  }
}
section.formTable table.orderForm {
  padding: 50px 0 100px;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm {
    padding: 50px 0 20px;
    margin-bottom: 0;
  }
}
section.formTable table.orderForm th, section.formTable table.orderForm td {
  padding: 8px 0;
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm th, section.formTable table.orderForm td {
    display: block;
  }
}
section.formTable table.orderForm th {
  width: 25%;
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm th {
    display: block;
    width: 100%;
  }
}
section.formTable table.orderForm .input, section.formTable table.orderForm input:not([type=submit]), section.formTable table.orderForm select, section.formTable table.orderForm textarea {
  width: auto;
  display: inline-block;
  line-height: 35px;
  margin-bottom: 6px;
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm .input, section.formTable table.orderForm input:not([type=submit]), section.formTable table.orderForm select, section.formTable table.orderForm textarea {
    width: 100%;
  }
}
section.formTable table.orderForm label {
  display: inline-block;
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm button, section.formTable table.orderForm input, section.formTable table.orderForm optgroup, section.formTable table.orderForm select, section.formTable table.orderForm textarea {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm .mwform-radio-field {
    display: block;
  }
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 486px) {
  section.formTable table.orderForm input.formName01, section.formTable table.orderForm input.formName02, section.formTable table.orderForm input.formKana01, section.formTable table.orderForm input.formKana02, section.formTable table.orderForm input.formZip {
    width: 48%;
  }
  section.formTable table.orderForm input.formTel {
    width: 28%;
  }
}
section.formTable input[type=submit] {
  background: #000000;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  border: none;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 486px) {
  section.formTable input[type=submit] {
    padding: 20px 0;
    width: 100%;
  }
}

.calc-subtotal.calc-list {
  background: #eeeeee;
}

.calc-container .calc-list.calc-subtotal {
  row-gap: 0;
}

.calc-subtotal .calc-subtotal-wrapper .calc-list-inner {
  border: 10px solid #eeeeee !important;
}

.wp-block-table table th, .wp-block-table table td {
  border: none;
}

.calc-container .calc-list .calc-subtotal-list .sub-list-item.next-btn button.calc-btn-action.success.ispro-wrapper {
  display: none;
}

table.details {
  padding: 50px 0 100px;
  margin-bottom: 50px;
}
table.details th, table.details td {
  padding: 8px 0;
}
@media screen and (max-width: 486px) {
  table.details th, table.details td {
    display: block;
  }
}
table.details th {
  width: 25%;
}
@media screen and (max-width: 486px) {
  table.details th {
    display: block;
    width: 100%;
  }
}

.quickContact {
  width: 100%;
  display: flex;
}
.quickContact dt {
  width: 45%;
  line-height: 1.4em;
}
.quickContact dd {
  width: 55%;
}
.quickContact dd button {
  background: #FFFF00;
  padding: 10px 15px 5px;
  text-align: center;
}

.aws-container .aws-search-field {
  border: 2px solid #d8d8d8;
  border-right: none;
}

.aws-container .aws-search-form .aws-form-btn {
  border: 2px solid #000000;
  background: #000000;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
  width: 44px;
}

.aws-container .aws-search-form .aws-search-btn {
  width: 44px;
}

@media screen and (max-width: 486px) {
  .calc-buttons.pdf-enable .calc-btn-action.invoice-button {
    display: none !important;
  }
}

.sideCateBar .products {
  padding-left: 1rem;
  margin-top: 0;
}
.sideCateBar .products .product-category {
  list-style: none;
}
.sideCateBar .products .product-category a img {
  display: none;
}
.sideCateBar .products .product-category a .woocommerce-loop-category__title {
  line-height: 2em;
  padding: 0.5rem 0;
}
@media screen and (max-width: 486px) {
  .sideCateBar .products .product-category a .woocommerce-loop-category__title {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .sideCateBar .products .product-category a .woocommerce-loop-category__title {
    font-size: 14px;
    font-size: 2.2727272727vw;
  }
}
@media screen and (min-width: 769px) {
  .sideCateBar .products .product-category a .woocommerce-loop-category__title {
    font-size: 14px;
  }
}

.woocommerce-notices-wrapper:not(:empty) {
  margin-bottom: 0;
  margin-top: 20px;
}

.woocommerce-info {
  margin-top: 30px;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 30px;
}
@media screen and (max-width: 486px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    display: block;
  }
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  float: none;
  display: block;
  margin-bottom: 5px;
}

.woocommerce .wc-block-components-notice-banner a {
  color: #0033a7;
  text-decoration: underline;
}

#brx-content {
  margin-top: 30px;
}

#brx-content > .woocommerce {
  margin-top: 30px;
}

.woocommerce-order-details table {
  margin-bottom: 40px;
}

.return-to-shop {
  margin-top: 40px;
}

.woocommerce-info {
  margin-bottom: 40px;
}

.woocommerce-info a.showlogin {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

@media screen and (max-width: 486px) {
  .woocommerce-orders .woocommerce-info, .woocommerce-downloads .woocommerce-info {
    display: block;
  }
}
@media screen and (max-width: 486px) {
  .woocommerce-orders .woocommerce-info a, .woocommerce-downloads .woocommerce-info a {
    display: block;
    margin-top: 10px;
  }
}

.woocommerce-edit-address .woocommerce-Address-title.title h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 486px) {
  .woocommerce-edit-address .woocommerce-Address-title.title h3 {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .woocommerce-edit-address .woocommerce-Address-title.title h3 {
    font-size: 18px;
    font-size: 2.9220779221vw;
  }
}
@media screen and (min-width: 769px) {
  .woocommerce-edit-address .woocommerce-Address-title.title h3 {
    font-size: 18px;
  }
}
.woocommerce-edit-address .woocommerce-Address-title.title a {
  display: block;
  text-align: center;
  background: #eeeeee;
  padding: 10px 0;
}

@media screen and (max-width: 486px) {
  .woocommerce-edit-account form.woocommerce-EditAccountForm p.form-row-first {
    float: right !important;
    width: 49% !important;
  }
}

@media screen and (max-width: 486px) {
  .woocommerce-edit-account form.woocommerce-EditAccountForm p.form-row-last {
    float: left !important;
    width: 49% !important;
  }
}

.woocommerce button.single_add_to_cart_button.button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.reset_variations {
  background: #eeeeee;
  text-align: center;
}

.woocommerce .recommendBox .button {
  display: none;
}
@media screen and (max-width: 486px) {
  .woocommerce .recommendBox .button {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.woocommerce-checkout #brx-content.status-publish {
  width: 90vw;
  margin: 0 5vw;
}

.woocommerce .form-row.form-row-first {
  margin: 0 0 1.2em;
}

.woocommerce-checkout #billing_country_field {
  display: none;
}

@media screen and (max-width: 486px) {
  .return-to-shop .button.wc-backward {
    width: 100%;
  }
}

@media screen and (max-width: 486px) {
  .woocommerce .button {
    width: 100%;
  }
}

.woocommerce-product-gallery--with-images ul.flex-direction-nav {
  position: absolute;
  top: 45%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}
.woocommerce-product-gallery--with-images li.flex-nav-prev {
  float: left;
}
.woocommerce-product-gallery--with-images li.flex-nav-next {
  float: right;
}
.woocommerce-product-gallery--with-images a.flex-next {
  visibility: hidden;
}
.woocommerce-product-gallery--with-images a.flex-prev {
  visibility: hidden;
}
.woocommerce-product-gallery--with-images a.flex-next::after {
  visibility: visible;
  content: "\f105";
  font-family: Font Awesome\ 6 Solid;
  font-weight: 900;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 3rem;
}
.woocommerce-product-gallery--with-images a.flex-prev::before {
  visibility: visible;
  content: "\f104";
  font-family: Font Awesome\ 6 Solid;
  font-weight: 900;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  font-size: 3rem;
}
.woocommerce-product-gallery--with-images ul.flex-direction-nav li a {
  color: #ccc;
}
.woocommerce-product-gallery--with-images ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.deliveryDateWrap {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eee;
  text-align: center;
}
@media screen and (max-width: 486px) {
  .deliveryDateWrap img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 486px) {
  .deliveryDateWrap img.deliveryImg {
    width: 90%;
    height: auto;
    padding: 0 5%;
  }
}
.deliveryDateWrap .txt {
  padding: 20px 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 486px) {
  .deliveryDateWrap .txt {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .deliveryDateWrap .txt {
    font-size: 12px;
    font-size: 1.9480519481vw;
  }
}
@media screen and (min-width: 769px) {
  .deliveryDateWrap .txt {
    font-size: 12px;
  }
}
.deliveryDateWrap .date {
  padding: 10px 20px 0;
}
.deliveryDateWrap .date span {
  font-weight: bold;
  color: #e10000;
  line-height: 1.2em;
}
@media screen and (max-width: 486px) {
  .deliveryDateWrap .date span {
    font-size: 26px;
    font-size: 8.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .deliveryDateWrap .date span {
    font-size: 26px;
    font-size: 4.2207792208vw;
  }
}
@media screen and (min-width: 769px) {
  .deliveryDateWrap .date span {
    font-size: 26px;
  }
}
.deliveryDateWrap .coution {
  padding: 0 20px 0;
}
@media screen and (max-width: 486px) {
  .deliveryDateWrap .coution {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .deliveryDateWrap .coution {
    font-size: 10px;
    font-size: 1.6233766234vw;
  }
}
@media screen and (min-width: 769px) {
  .deliveryDateWrap .coution {
    font-size: 10px;
  }
}
.deliveryDateWrap .coution02 {
  padding: 0 0 20px;
}
.deliveryDateWrap .deliveryImg {
  padding: 0 20px 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.rentalLinkWrap {
  padding-top: 20px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.rentalLinkWrap .arrow {
  box-sizing: border-box;
  border: 1px solid #eee;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: rgb(147, 108, 255);
  background: linear-gradient(-45deg, rgb(147, 108, 255) 0%, rgb(1, 110, 249) 100%);
  line-height: 2em;
  padding: 0.5em 0;
  font-weight: bold;
  color: #ffffff;
}
.rentalLinkWrap .arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
  content: "";
  margin: auto;
  position: absolute;
  top: 1em;
  right: 35px;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
}
.rentalLinkWrap .att {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
}
@keyframes arrow {
  0% {
    transform: rotate(-135deg) translate(0, 0);
  }
  60% {
    transform: rotate(-135deg) translate(-20px, 20px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

.column04 .columns-4 .columns-4 {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}
.column04 .columns-4 .columns-4 li {
  width: 22%;
}
@media screen and (max-width: 486px) {
  .column04 .columns-4 .columns-4 li {
    width: 48%;
  }
}
.column04 .columns-4 .columns-4 li h2 {
  padding: 10px 0 5px;
}
@media screen and (max-width: 486px) {
  .column04 .columns-4 .columns-4 li h2 {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .column04 .columns-4 .columns-4 li h2 {
    font-size: 16px;
    font-size: 2.5974025974vw;
  }
}
@media screen and (min-width: 769px) {
  .column04 .columns-4 .columns-4 li h2 {
    font-size: 16px;
  }
}
.column04 .columns-4 .columns-4 li .button {
  display: none;
}

@media screen and (max-width: 486px) {
  .home #brxe-5e7d14 {
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 2vw;
  }
}

@media screen and (max-width: 486px) {
  .home #brxe-nzoeld {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 486px) {
  .home .fadein.brxe-image {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 486px) {
  .home .fadein.brxe-text-basic {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 486px) {
  .home .fadein.brxe-block {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */