/*
Theme Name: kossymix
Description: kossymix専用テーマ
Version: 0.1
Author: digitalix
Author URI:
*/
/* reset */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{-webkit-appearance:none}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{-webkit-font-feature-settings:"palt" 1;font-feature-settings:"palt" 1;line-height:1.7}a{outline:none color:inherit;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}a:link,a:visited{color:inherit}strong{font-weight:bold}small{font-size:1.2rem}img{height:auto;vertical-align:bottom;max-width:100%}nav ul{list-style:none}input,select,textarea{font-family:inherit;vertical-align:middle}input[type=submit]{cursor:pointer}input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="checkbox"],input[type="search"],textarea,button,select{outline:0}input[type="button"],input[type="submit"]{background-color:transparent;border:0;cursor:pointer;outline:0;padding:0;appearance:none}:placeholder-shown{color:#ccc}::-webkit-input-placeholder{color:#ccc}:-moz-placeholder{color:#ccc;opacity:1}::-moz-placeholder{color:#ccc;opacity:1}:-ms-input-placeholder{color:#ccc}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url("./shared/fonts/Inter-Regular.woff2") format("woff2"),url("./shared/fonts/Inter-Regular.woff") format("woff")}@font-face{font-family:'Inter';font-style:italic;font-weight:400;font-display:swap;src:url("./shared/fonts/Inter-Italic.woff2") format("woff2"),url("./shared/fonts/Inter-Italic.woff") format("woff")}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url("./shared/fonts/Inter-Bold.woff2") format("woff2"),url("./shared/fonts/Inter-Bold.woff") format("woff")}@font-face{font-family:'Inter';font-style:italic;font-weight:700;font-display:swap;src:url("./shared/fonts/Inter-BoldItalic.woff2") format("woff2"),url("./shared/fonts/Inter-BoldItalic.woff") format("woff")}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: YakuHanJP,BlinkMacSystemFont,'Inter',sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #3b393e;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch
}

body.lock {
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  width: 100%;
}

.mincho {
  font-family: YakuHanMP, "A1明朝", "A1 Mincho", serif;
}

.font_large {
  font-size: 1.6rem;
  line-height: 2.4;
}

.wdt_min {
  width: 720px;
  margin: 0 auto!important;
}

#hero {
  width: 100%;
  height: 100vh;
  text-transform: none;
  background: #000 url(./shared/img/hero.jpg) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 20px 0;
}

div#hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 27%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 27%,rgba(0,0,0,0.55) 70%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 27%,rgba(0,0,0,0.55) 70%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}

/*
div#hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
*/

#hero img {
  width: 60px;
  position: absolute;
  bottom: 30px;
  right: 40px;
  filter: drop-shadow(0 0 1px rgba(0,0,0,.4));
  z-index: 1;
}

#header {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  color: #fff;
}
h1.main_logo a img {
  width: 100%;
  height: auto;
}
div.bilingual {
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 54px;
}
p#credit {
  position: absolute;
  left: 40px;
  bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,.7);
  z-index: 1;
}
.main_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topicsBox {
  background: #282323;
  width: 100%;
  margin: 0 auto;
  padding: 1em 40px;
  display: flex;
  align-items: center;
  color: #fff;
}
h2.topics_title {
  font-size: 1.4rem;
  line-height: 1!important;
  margin-right: 1em;
}
.top_topics {
  font-size: 1.4rem;
  line-height: 1;
}
.top_topics a {
  color: #fff;
}

#main {
  max-width: 1000px;
  padding: 0 20px;
  margin: 60px auto 0;
}

#footer {
  background: #f0f0f7;
}
#footer_inner_upper {
  font-size: 1.2rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer_inner_upper #ftp_tm {
  display: block;
  width: 60px;
  margin-right: 20px;
}
#footer_inner_upper p {
  line-height: 2;
  width: calc(100% - 80px);
}
#footer_inner_lower {
  background: #282323;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 20px 0;
}

#home #main > h1 {
  font-size: 5.2rem;
  margin: 20px 0 50px;
  letter-spacing: -1px;
  text-align: center;
}
#main > h2:not(.content_title) {
  font-size: 2.6rem;
  margin: 20px 0 30px;
  text-align: center;
}
#home #main p + p {
  margin-top: 1em;
}
#page_title {
  font-size: 3.6rem;
  margin: 0 0 40px;
  text-align: center;
}

h2.content_title {
  font-size: 4.2rem;
  margin: 0 0 40px;
  text-align: center;
}


.partner_block {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
}
.partner_block > div {
  width: 50%;
  margin: 20px;
}
.partner_block > div h3 {
  font-size: 2.2rem;
}
.partner_block > div h4 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: .5em;
  margin-top: 10px;
  line-height: 1;
}
ul.partner_name {
  font-size: 1.6rem;
  list-style: none;
  font-style: italic;
  font-weight: bold;
}
.ptn_center {
  text-align: center;
}
.partner_name + h4 {
  margin-top: 20px;
}
.partner_block + h2 {
  margin: 40px 0 20px;
  font-size: 1.8rem;
}

.history_table tr > td:first-of-type {
  width: 7em;
}

.history_table tr > td {
  padding: .5em 0;
}

#menu_btn {
  height: 32px;
  position: absolute;
  right: 40px;
  top: 16px;
  width: 32px;
  z-index: 99;
  display: block;
  cursor: pointer;
}
.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
}
.menu__line--top {
  top: 5px;
}
.menu__line--center{
  top: 14px;
}
.menu__line--bottom{
  top: 23px;
}
.menu__line--top.open{
  top: 15px;
  transform: rotate(45deg);
}
.menu__line--center.open{
  transform:scaleX(0);
}
.menu__line--bottom.open{
  top: 15px;
  transform: rotate(135deg);
}


#gnav {
  background: rgba(0,0,0,0.95);
  top:0;
  left: 0;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}
.gnav__wrap {
  align-items:center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  text-align: center;
}
.gnav__menu__item {
  margin: 40px 0;
}
.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: 40px;
  text-decoration: none;
  transition: .3s;
}
.gnav__menu__item a:hover {
  color: #666;
}

.align_fit,
.history > table td + td {
    text-align: justify;
}

.full {
  padding: 60px calc(50vw - 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.history {
  background: #f5f5f5;
  /* background: url(./shared/img/yudono.jpg) no-repeat -150px 50%;
  background-size: 120%;*/
}

.history > table tr:first-child td:first-child {
  min-width: 7em;
}
.history > table td {
  padding: .5em 0;
}

#dealership {
  background: #ebebeb;
  margin-top: 60px;
}

ul#dealer_list {
  width: 80%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul#dealer_list li {
  width: 48%;
  margin-bottom: 2em;
}

ul#dealer_list li h3 {
  font-size: 1.7rem;
  margin-bottom: 6px;
}
ul#dealer_list li h3 span {
  font-size: 1rem;
  color: #fff;
  background: #333;
  padding: 0 6px;
  margin-right: 6px;
  vertical-align: 2px;
}

ul#dealer_list li p {
  font-size: 1.4rem;
  line-height: 1.5;
}

ul#dealer_list li p a {
  font-style: italic;
  color: #777;
}

.aligncenter {
  text-align: center;
}

a.wp-block-button__link {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  background: #333;
  color: #fff;
  padding: 10px 4em;
  margin: 40px auto;
  text-align: center;
  border-radius: 10px;
  transition: .3s;
}

a.wp-block-button__link:hover {
  background: #000;
}

#page_product {
  display: block;
  background: #000;
  height: 100px;
  width: 100%;
}

section#products {
  margin: 0 0 40px;
}

section#products h2 {
  font-size: 3rem;
  text-align: center;
}

section#products .product_cat {
  padding: 40px 0;
}
section#products .product_cat:nth-child(even) {
  background: #eee;
  padding: 40px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
}

section#products h3 {
  font-size: 2.4rem;
  text-align: center;
}

section#products h4 {
  font-size: 1.4rem;
  text-align: center;
}
section#products h3 + h4,
.product_list + h4 {
  letter-spacing: 3px;
}

section#products .product_list {
  list-style: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

section#products ul.product_list li a h4 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
}

section#products h3 + h4,
section#products .product_list + h4 {
  font-weight: normal;
}

.product_cat h4 span.dscp {
  font-size: 1.2rem!important;
  font-weight: normal!important;
}

section#products ul.product_list li a p.spec_front {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 3px 5px;
  border: 1px solid #bbb;
  display: table;
  margin: .5em auto;
}

section#products .product_list li a {
  display: block;

}


section#products ul + h3,
section#products ul + h2 {
  margin-top: 60px;
}



section#products .product_cat + h2 {
    margin-top: 60px;
}

section#products .price_front {
  text-align: center;
  line-height: 1.4;
  margin-top: .75em;
  font-size: 1.3rem;
}


#totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,.7);
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 0;
  opacity: 0;
  transform: scale(0);
  transition: .3s;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

#totop.show {
  opacity: 1;
  transform: scale(1);
}

#totop svg {
  width: 26px;
}

#page_content h2 {
  font-size: 2.2vw;
  text-align: center;
}

#page_content h3.has-text-align-center {
  font-size: 2.6vw;
  text-align: center;
  margin-bottom: 1em
}

#page_content h4 {
  font-size: 2rem;
}


.product_modal h4.modal_product_title {
  font-size: 3rem;
  text-align: center;
}

.product_modal .product_info {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 1em 0;
}

.product_modal .price {
  text-align: center;
}

.product_modal {
  padding: 0!important;
}
.product_modal .product_block {
    margin: 5px 15px 10px;
}

.product_modal p.spec {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 5px;
  border: 1px solid #bbb;
  display: table;
  margin: .5em auto;
}
















@media ( max-width: 559px ) {
  div#hero::before {
    height: 70px;
  }
  div#hero::after {
    display: none;
  }
  span.br::before {
    content: "\A";
    white-space: pre;
  }
  #hero {
    width: 100%;
    height: 80vh;
    text-transform: none;
    background: #000 url(./shared/img/hero-sp.jpg) no-repeat;
    background-position: 30% 0;
    /* background-attachment: fixed; */
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 20px 0;
  }
  body#n10-liquidsoap p {
    font-size: 1.2rem;
  }
  body#n10-liquidsoap #page_content h2 {
    font-size: 2rem!important;
  }
  .n10_shops p {
    line-height: 1.5;
  }
  .n10_price {
    margin: 2em 0 3em;
  }
  .n10_shops + .n10_shops,
  .n10_shops .wp-block-column + .wp-block-column {
    margin-top: 1.5em;
  }
  .n10_img {
    margin-bottom: 1em;
  }
  .n10_price table td {
    font-size: 1.2rem;
  }
  #page_product {
    height: 68px;
  }
  .gnav__menu {
    width: 100%;
  }
  .gnav__menu__item {
    margin: 0;
  }
  .gnav__menu__item a {
    font-size: 6.5vw;
    font-weight: bold;
    padding: 12px;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: .3s;
  }
  .gnav__menu__item a:hover {
    color: #fff;
  }
  #topicsBox {
    padding: 1em 20px;
  }
  .top_topics {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #main {
    max-width: 100%;
    padding: 0 20px;
    margin: 40px auto 0;
  }
  #header {
    padding: 0 20px;
    height: auto;
  }
  section#products .product_list li {
    width: calc((100% / 2) - 40px);
    margin: 20px;
  }
  h1.main_logo a {
    max-width: 35vw;
    display: block;
  }
  #menu_btn {
    right: 20px;
    top: -1px;
  }
  div.bilingual {
    margin-right: 44px;
  }
  #hero img {
    width: 12%;
    position: absolute;
    bottom: 10px;
    right: 20px;
    mix-blend-mode: difference;
  }
  p#credit {
    left: 20px;
    font-size: 1rem;
    text-shadow: none;
    color: #252a26;
    line-height: 1.3;
  }
  #home #main > h1 {
    font-size: 7vw;
    margin: 10px 0 30px;
  }
  .wdt_min {
    width: 100%;
  }
  #main > h2:not(.content_title) {
    font-size: 2.2rem;
    margin: 10px 0 20px;
    letter-spacing: 5px;
  }
  .font_large {
    font-size: 1.5rem;
    line-height: 2;
  }
  a.wp-block-button__link {
    display: block;
    font-size: 1.8rem;
    transition: 0;
    width: 100%;
  }
  .full {
    padding: 30px calc(50vw - 50%);
  }
  h2.content_title {
    font-size: 3rem;
    margin: 0 0 20px;
  }
  .history table td {
    font-size: 1.2rem;
  }
  .history > table tr td:first-child {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .history > table tr:not(:first-child) td:first-child {
    padding-top: 1.5em;
  }
  .history > table td {
    padding: 0;
  }
  .align_fit, .history > table td {
    display: block;
    width: 100%;
  }
  .wp-block-spacer {
    height: 20px!important;
  }
  .partner_block {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .partner_block > div {
    width: 100%;
    margin: 0;
  }
  .partner_block > div h3 {
    font-size: 2.1rem;
    text-align: left!important;
  }
  .partner_block > div h4 {
    font-size: 1.6rem;
  }
  .partner_block + .partner_block {
    margin-top: 20px;
  }
  .partner_block + h2 {
    text-align: left!important;
    margin: 20px 0 0!important;
  }
  .ptn_center {
    text-align: left;
  }
  ul.partner_name {
    font-size: 1.2rem;
    list-style: none;
    font-style: italic;
    font-weight: bold;
  }
  ul#dealer_list {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    display: block;
  }
  ul#dealer_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul#dealer_list li h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  ul#dealer_list li h3 span {
    font-size: 1rem;
    vertical-align: 1px;
    transform: scale(.8);
    display: inline-block;
  }
  ul#dealer_list li p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #footer_inner_upper {
    font-size: 1.2rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: block;
  }
  #footer_inner_upper #ftp_tm {
    display: block;
    width: 54px;
    margin: 0 auto 8px;
  }
  #footer_inner_upper p {
    line-height: 1.6;
    width: 100%;
  }
  #footer_inner_lower {
    background: #282323;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    padding: 15px 0;
  }
  #page_title {
    font-size: 3rem;
    margin: 0 0 20px;
    text-align: center;
  }
  section#products h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  section#products .product_cat {
      padding: 20px 0;
  }
  section#products h3 {
    font-size: 2rem;
    font-weight: normal;
    font-style: italic;
    text-align: center;
  }
  section#products ul.product_list li a h4 {
    font-weight: bold!important;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.3;
  }
  section#products .product_cat:nth-child(even) {
    background: #eee;
    padding: 20px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
  }
  section#products .product_list {
    margin: 0 auto;
  }

  section#products .product_list li a {
    overflow: hidden;
  }
  section#products .product_list li a img {
    /* transform: scale(1.1); */
    transition: none;
  }
  .product_modal h4.modal_product_title {
    font-size: 6vw;
    margin-bottom: 1em;
  }
  .fancybox-content {
    background: transparent!important;
  }
  .product_modal img {
    display: table;
    margin: 0 auto;
    filter: drop-shadow(10px 22px 16px rgba(0,0,0,.3));

  }
  .product_modal .product_block {
    margin: 0!important;
    padding: 0 20px 1.5em;
  }
  .fancybox-slide {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 0 31px 32px!important;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    padding: 31px 32px 31px 0!important;
  }
  .product_modal img {
    width: 90%;
  }
  .product_modal p.product_info {
    font-size: 1.2rem;
  }
  .fancybox-slide--html .fancybox-close-small {
    padding: 0!important;
  }
  .product_modal .price {
    font-size: 1.8rem;
  }
  .note {
    margin-top: 3em;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media ( min-width: 560px ) {
  .product_list + h4 {
    margin-top: 4em;
  }
  span.br::before {
    content: " / ";
  }
  section#products .product_list li a img {
    transition: all .3s ease-in-out;
  }
  section#products .product_list li a:hover img {
    transform: translateY(-6px) scale(1.06);
    filter: drop-shadow(15px 18px 30px rgba(0,0,0,.35));
        z-index: 99;
  }
  .note {
    font-size: 1.3rem;
    margin-top: 5em;
  }
  .n10_img {
    margin-right: 20px;
  }
  .n10_img img {
    padding-top: 8px;
  }
  .n10_shops div {
    width: 50%;
  }
  .n10_shops + .n10_shops {
    margin-top: 30px;
  }
  .n10_shops .wp-block-column p {
    line-height: 1.4;
  }
  .n10_price {
    /* float: right; */
    margin-top: 40px;
  }
  /* section#products .product_list li a {
    transition: opacity .3s ease-in-out;
  }
  section#products .product_list:hover li a:not(:hover) {
    opacity: 0.3;
    filter: grayscale();
  } */
  #header {
    padding: 0 40px;
  }
  h1.main_logo a {
    max-width: 180px;
    display: block;
  }
}





@media ( min-width: 560px ) and ( max-width:959px ) {
  section#products .product_list li {
    width: calc((100% / 3) - 24px);
    margin: 12px;
  }
}











@media ( min-width: 960px ) {
  section#products .product_list li {
    width: calc((100% / 4) - 40px);
    margin: 20px;
  }
  .fancybox-content {
    max-width: 600px!important;
    background: transparent;!important;

  }
  .product_modal {
    background: transparent!important;
  }
  .product_modal img {
    margin: 0 auto;
    display: table;
    filter: drop-shadow(6px 9px 12px rgba(0,0,0,.55));
  }
  .product_modal .product_block {
    margin: 12px 20px;
  }
  .fancybox-slide {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 0 31px 32px!important;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    padding: 31px 32px 31px 0!important;
  }
  .product_modal .product_block {
    background: rgba(255, 255, 255, 0.7);
    margin: 0!important;
    padding: 15px 25px;
  }
  .product_modal img {
    width: 380px;
  }
  #page_content .wp-block-columns {
    display: flex;
    justify-content: space-between;
  }
  #page_content .wp-block-columns > div:last-child {
    margin-left: 1em;
  }
  #page_content .is-style-circle-mask > img{
    border-radius: 100%;
  }
}





ul.product_list + .product_cat_child {
  margin-top: 3em;
}

section#products h3 {
position: relative;
display: table;
padding: 0 55px;
margin: 0 auto;
 }
section#products h3::before,
section#products h3::after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 60px;
height: 1px;
background-color:#bbb;
}
section#products h3::before {
left:-.75em;
}
section#products h3::after {
right:-.75em;
}


section#products h4.child_title {
  background: #eee;
  display: table;
  padding: 3px 13px;
  margin: 2em auto 0;
}








.fancybox-bg {
    background: #ffffff!important;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9!important;
}

.has-text-align-right {
  text-align: right!important;
}

/*
.js_fadeIn01, .js_fadeIn02, .js_fadeIn03, .js_fadeIn04 {
  opacity: 0;
}

.show.js_fadeIn01, .show.js_fadeIn02, .show.js_fadeIn03, .show.js_fadeIn04 {
  -webkit-animation-name: animation_fadeUp,animation_fadeIn;
  animation-name: animation_fadeUp,animation_fadeIn;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.show.js_original_fadeIn01 {
  -webkit-animation-name: animation_fadeUp02,animation_fadeIn;
  animation-name: animation_fadeUp02,animation_fadeIn;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animation_fadeUp {
  0% {
    -webkit-transform: translate(0, 64px);
    transform: translate(0, 64px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes animation_fadeUp {
  0% {
    -webkit-transform: translate(0, 64px);
    transform: translate(0, 64px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes animation_fadeUp02 {
  0% {
    -webkit-transform: translate(0, 84px);
    transform: translate(0, 84px);
  }
  100% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
}

@keyframes animation_fadeUp02 {
  0% {
    -webkit-transform: translate(0, 84px);
    transform: translate(0, 84px);
  }
  100% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
}

@-webkit-keyframes animation_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 767px) {
  @-webkit-keyframes animation_fadeUp02 {
    0% {
      -webkit-transform: translate(0, 144px);
      transform: translate(0, 144px);
    }
    100% {
      -webkit-transform: translate(0, 80px);
      transform: translate(0, 80px);
    }
  }
  @keyframes animation_fadeUp02 {
    0% {
      -webkit-transform: translate(0, 144px);
      transform: translate(0, 144px);
    }
    100% {
      -webkit-transform: translate(0, 80px);
      transform: translate(0, 80px);
    }
  }
  .show .js_fadeIn01, .show .js_fadeIn02, .show .js_fadeIn03, .show .js_fadeIn04 {
    -webkit-animation-name: animation_fadeUp,animation_fadeIn;
    animation-name: animation_fadeUp,animation_fadeIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .show .js_original_fadeIn01 {
    -webkit-animation-name: animation_fadeUp02,animation_fadeIn;
    animation-name: animation_fadeUp02,animation_fadeIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .show .js_fadeIn02 {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
  }
  .show .js_fadeIn03 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .show .js_fadeIn04 {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
  }
} */
