/** Shopify CDN: Minification failed

Line 29:36 Expected ":"

**/
html {
  font-family: Muli,sans-serif;
  }
.text-align-center {
	text-align: center;
}    
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
	border: #5955a1;
}
.rte a:not(.btn) {
     border-bottom: none;
}
.site-nav__label {
  border-bottom: none;
}
a {
  transition: .3s;
}
.site-nav a:hover {
  text-decoration: none;
  opacity: .7;
} 
.custom-page ul li {
　　list-style: none!important;　
}
.rte ul {
    margin-left: 15px;
}
.rte li {
	list-style: none!important;
}
.rte h3 {
	color: #7774b5;
	text-align: center;
}

input [type="text"]:focus,
input [type="email"]:focus {
   border: 2px solid #7774b5;
   outline: 0;
   box-shadow: 0px 0px 3px 1px #7774b5;
}

span.article__author {
  display: none;
}
.custom-page ul li:before,
.tab_content_description ul li:before,
.product_description li:before {
	font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: 900;
    margin-right: 8px;
    color: #7774b5;
}
.tab_content_description ul,
.shipping_notice ul {
/*	margin-left: 0;*/
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
.shipping_notice {
	padding: 0 20px;
}
.shipping_notice p{
	margin-bottom: 0.7rem!important;
}
.shopify-cleanslate,
.shopify-payment-button__button,
.shopify-payment-button__more-options {
	display: none!important;
}
/*PRODUCT-STYLE
.product-single__description {
	margin-top: 0;
}

h3.tab-h3 {
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: .5rem;
	margin-top: 1rem;
}
/*switching tab style*/
.tabs {
  margin-top: 50px;
  padding-bottom: 30px;
  margin: 0 auto;}

/*tab style*/
.tab_item {
  width: calc(100%/2);
  height: 40px;
  border-bottom: 3px solid #7774b5;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size:  0.86667em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*delete radio button*/
input[name="tab_item"] {
  display: none;
}

/*tab-content*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}
/*show only selected tab*/
#all:checked ~ #all_content,
#specification:checked ~ #specification_content {
  display: block;
}
/*selected tab style*/
.tabs input:checked + .tab_item {
  background-color: #7774b5;
  color: #fff;
  font-style: normal;
}
.product-single__description {
	margin-bottom: 0!important;
}
.descripition_h5 {
	color:#7774b5;
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 1rem!important;
}

/*focus*/
.field__input:focus, .field__input-wrapper--flag-focus .field__input {
    border-color: #7774b5;
    -webkit-box-shadow: 0 0 0 1px #7774b5;
    box-shadow: 0 0 0 1px #7774b5;
}
/*FAQ-STYLE*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	border-top: 1px solid #ddd;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #707070;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* question */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
.cp_qa .cp_actab label:hover {
	color: #7774b5;
}
/* Answer */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #ffffff;
	background: rgba(119, 116, 181, 0.2);
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* when open */
/* --icon */
.cp_qa .cp_actab input:checked ~ label {
	color: #7774b5;
}
/* --height answer */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* icon moving when clicked */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	font-family: 'FontAwesome';
	content: '\f0d7';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.rte table.company-profile {
	table-layout: auto;
}
.rte table.customizing-table {
	table-layout: fixed;
}
.rte table.company-profile th{
	font-family: Muli,sans-serif;
	width: 25%;
}
.rte table.customizing-table th{
	font-family: Muli,sans-serif;
	font-weight: bold;
	width: 33%;
}
@media only screen and (max-width: 380px){
.rte table.customizing-table th{
	width: auto;
}
}
.rte h4.company-profile {
	font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
}
img.img-cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mt-30{
	margin-top: 30px;
}
@media only screen and (max-width: 575px){
.mb-30-sm {
	margin-bottom: 30px;
}
}
/*CUSTOMIZING*/
ul.flow {
    padding: 0;
}
.flow li {
    list-style-type: none;
}
.flow li dd {
    margin-left: 0;
}

.flow > li {
    position: relative;
}
.flow > li:not(:last-child) {
    margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #e5e5e5;
    position: absolute;
    top: -40px;
    left: 110px;
    z-index: 10;
}
.flow > li dl {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #7774b5;
    border-radius: 10px;
    position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
    border-width: 21px;
    border-top-color: #7774b5;
}
.flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}
.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #7774b5;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
}
.flow > li dl dt .icon {
    font-size: 12px;
    min-width: 160px;
    color: #fff;
    background: #7774b5;
    padding: 5px 10px 20px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
}
@media only screen and (max-width: 575px){
.flow > li dl {
    display: block;
}
.flow > li dl dt .icon {
	min-width: 100%;
}
.flow > li:not(:first-child)::before {
    left: calc(50% - 2px);
    top: -18px;
}
}
.site-footer__linklist-item a:hover {
  text-decoration: none;
  border-bottom: 0px!important;
  opacity: .7;
}

/*SHOPPING INFO*/
th.shopping-info {
  background:  #7774b5;
  color: #fff;
  text-align: center;
  font-family: Muli,sans-serif;
}
table.shopping-info th{
  font-family: Muli,sans-serif;
}
table.shopping-info td{
  text-align: right;
}
.white-link a {
  color: #fff;
  text-decoration: none;
}
.white-link a:not([disabled]):hover {
  opacity: .7!important;
  color: #fff;
}
.white-link a:after{
  color: #fff;
  content: '\f0c1';
  font-family: 'fontawesome';
  margin-left: .3rem;
}
.cart__buttons-container input.btn {
  margin-top: 1rem;
}
.cart__buttons-container input[disabled].btn {
  background: #ddd!important;
  color: #999!important;  
}
.cart__shipping {
    margin-bottom: 0;
}    
.article__tags,
.cart__buttons-container .additional-checkout-buttons {
	display: none;
}
.slideshow__title {
	text-align: center;
}	
.site-footer__copyright-content--powered-by {
	display: none;
}
/* Pixelate 2026-08-19: WCAG 2.2 target size. Slideshow dots rendered 10x10px against a
   24x24px minimum. Grows the hit area only; the visible dot is unchanged. */
.slideshow__dots .slick-dots li a,
.slideshow__dots .slick-dots li button {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
  box-sizing: border-box;
}
