/*-----------------------------------------------------------------------------------
	iceslurry
	About: A shiny new Blocs website.
	Author: 吉田靖弘
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}
.bg-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}



/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.footer-sns{
	width:75px;
}
main{
	background-repeat:repeat-x;
	background-size:length;
}
.main-set{
	background-image:url("img/main-bg.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	background-color:var(--swatch-var-3720);
}
.product-set{
	background-position:center top;
	background-repeat:no-repeat;
	background-color:var(--swatch-var-3720);
	background-image:url("img/product-bg.png");
}
.package-set{
	display:flex;
}
.product-img4{
	margin-top:360px;
}
.product-set2{
	margin-top:-260px;
	background-image:url("img/product-bg.png");
	padding-bottom:230px;
}
.product-title{
	background-color:var(--swatch-var-5490);
	margin-top:90px;
	width:73%;
	height:520px;
	padding-top:30px;
	padding-right:30px;
	padding-left:30px;
}
.product-h2{
	color:var(--swatch-var-3906)!important;
	background-color:var(--swatch-var-5490);
	width:45%;
	font-family:"Noto Sans JP";
	font-weight:900;
	font-size:32px;
	letter-spacing:10px;
	padding-top:12px;
	padding-bottom:14px;
	padding-left:18px;
	margin-top:-30px;
	margin-bottom:25px;
}
.product-info-set{
	background-color:var(--swatch-var-3906);
	padding-bottom:20px;
	margin-top:100px;
}
.product-h3{
	font-family:"Noto Serif JP";
	font-weight:900;
	color:var(--swatch-var-5490)!important;
	background-size:length;
	padding:8px 16px 8px 16px;
	font-size:24px;
	line-height:36px;
	margin-bottom:8px;
	white-space:pre;
	margin-left:0px;
}
.product-p{
	font-family:"Noto Serif JP";
	font-weight:700;
	font-size:20px;
	line-height:35px;
	padding-left:25px;
	color:var(--swatch-var-2523)!important;
	margin-bottom:20px;
}
.product-h2b{
	font-family:"Noto Serif JP";
	font-weight:900;
	color:var(--swatch-var-5490)!important;
	font-size:28px;
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:var(--swatch-var-5490)!important;
	padding-bottom:10px;
	margin-bottom:15px;
	margin-top:140px;
	margin-left:15px;
}
.product-p2{
	font-family:"Noto Serif JP";
	font-weight:700;
	font-size:18px;
	line-height:32px;
	color:var(--swatch-var-5490)!important;
	margin-left:15px;
}
.cm-set{
	background-image:url("img/cm-bg.jpg");
	background-position:right top;
	padding-bottom:70px;
}
.cm-h2{
	text-align:center;
	font-family:"Noto Sans JP";
	font-weight:900;
	color:var(--swatch-var-5490)!important;
	letter-spacing:0px;
	font-size:56px;
	border-width:5px 5px 5px 5px;
	border-style:solid;
	border-color:var(--swatch-var-5490)!important;
	padding-top:10px;
	padding-bottom:16px;
	width:560px;
	margin-top:-55px;
	margin-right:auto;
	margin-left:auto;
}
.youtube-movie{
	box-shadow:0.00px 6.00px 15px rgba(0,30,103,0.42);
}
.cm-h3{
	font-family:"Noto Serif JP";
	font-weight:900;
	color:var(--swatch-var-5490)!important;
	font-size:24px;
	line-height:36px;
	text-align:center;
	border-width:0px 0px 4px 0px;
	border-style:solid;
	border-color:var(--swatch-var-5490)!important;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:70px;
}
.navbar-nav li a{
	font-family:"Noto Serif JP";
	font-weight:900;
	color:var(--swatch-var-3720)!important;
	font-size:18px;
}
.product-width1{
	width:50%;
	text-align:left;
}
.product-width2{
	width:90%;
	text-align:left;
}
.product-width3{
	width:72%;
}
.product-title1{
	width:1100px;
}
.product-title2{
	padding-right:48%;
	display:block;
}
.product-h2-1{
	font-family:"Noto Serif JP";
	font-weight:900;
	color:var(--swatch-var-5490)!important;
	font-size:24px;
	background-color:var(--swatch-var-3720);
	padding:10px 15px 10px 15px;
	width:50%;
	line-height:34px;
}
.product-h2-2{
	font-family:"Noto Serif JP";
	font-weight:900;
	color:var(--swatch-var-5490)!important;
	font-size:24px;
	background-color:var(--swatch-var-3720);
	padding:10px 15px 10px 15px;
	width:88%;
	line-height:34px;
}
.product-h2-3{
	font-family:"Noto Serif JP";
	font-weight:900;
	color:var(--swatch-var-5490)!important;
	font-size:24px;
	background-color:var(--swatch-var-3720);
	padding:10px 15px 10px 15px;
	width:72%;
	line-height:34px;
}
li{
	margin-right:10px;
}
.head-set{
	padding-top:10px;
	padding-bottom:10px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5490:rgba(1,30,130,1.00);
	
	--swatch-var-3720:rgba(248,248,248,1.00);
	
	--swatch-var-3906:rgba(255,235,2,1.00);
	
	--swatch-var-2523:rgba(34,34,34,1.00);
	
	--swatch-var-4577:rgba(0,30,103,0.42);
	
}


/* Background colour styles */

.bgc-5490{
	background-color:var(--swatch-var-5490);
}
.bgc-3720{
	background-color:var(--swatch-var-3720);
}

/* Text colour styles */

.tc-2523{
	color:var(--swatch-var-2523)!important;
}


/* = Custom Bric Data
-------------------------------------------------------------- */


/* = Additional CSS
-------------------------------------------------------------- */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.youtube-movie {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    background: black;
}
.youtube-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube-movie {
    box-shadow: none;
}

@media print {
  .main-img, .youtube-movie, .cp-img {
    display:none;
  }
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.footer-sns{
		width:70px;
	}
	.product-title{
		width:100%;
		padding-left:25px;
		padding-right:25px;
		margin-top:70px;
		height:460px;
	}
	.product-set2{
		margin-top:-300px;
		padding-bottom:160px;
	}
	.product-img4{
		margin-top:30px;
	}
	.product-width1{
		width:55%;
	}
	.product-width2{
		width:94%;
	}
	.product-width3{
		width:76%;
	}
	.product-h2b{
		margin-left:0px;
		margin-top:70px;
	}
	.product-p2{
		margin-left:0px;
	}
	.cm-h2{
		font-size:42px;
		width:420px;
		padding-top:10px;
	}
	.cm-h3{
		font-size:21px;
		padding-bottom:4px;
		padding-top:4px;
	}
	.product-h2-1{
		width:53%;
	}
	.product-h2-2{
		width:90%;
	}
	.product-h2-3{
		width:76%;
	}
	
}

@media (max-width: 767px){
	.footer-sns{
		width:65px;
	}
	.product-title{
		margin-top:60px;
		height:450px;
		padding-left:15px;
		padding-right:15px;
		padding-top:25px;
	}
	.product-set2{
		margin-top:-320px;
	}
	.product-width1{
		width:70%;
	}
	.product-width2{
		width:75%;
	}
	.product-width3{
		width:62%;
	}
	.product-p{
		font-size:18px;
		line-height:32px;
	}
	.product-h3{
		line-height:34px;
	}
	.product-h2b{
		margin-top:60px;
	}
	.product-h2-1{
		width:70%;
	}
	.product-h2-2{
		width:73%;
	}
	.product-h2-3{
		width:62%;
	}
	.cm-set{
		padding-bottom:60px;
	}
	.cm-h2{
		font-size:36px;
		width:360px;
		padding-bottom:14px;
	}
	li{
		margin-bottom:10px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3720)!important;
		fill:var(--swatch-var-3720)!important;
	}
	
}

@media (max-width: 575px){
	.footer-sns{
		width:50px;
	}
	.cm-h2{
		font-size:22px;
		width:200px;
		padding-bottom:10px;
		margin-top:-30px;
		padding-top:6px;
	}
	.product-set2{
		padding-bottom:120px;
		margin-top:-110px;
	}
	.product-h2b{
		font-size:22px;
		margin-top:50px;
	}
	.product-h3{
		font-size:18px;
		line-height:28px;
	}
	.product-p{
		font-size:16px;
		line-height:28px;
		padding-left:15px;
	}
	.product-h2{
		font-size:24px;
		width:70%;
	}
	.product-width1{
		width:100%;
	}
	.product-width2{
		width:100%;
	}
	.product-width3{
		width:100%;
	}
	.product-p2{
		font-size:17px;
		line-height:30px;
	}
	.cm-h3{
		font-size:17px;
		line-height:25px;
	}
	.product-title{
		margin-top:50px;
		padding-left:5px;
		padding-right:5px;
		padding-top:15px;
		height:200px;
	}
	.product-h2-1{
		width:100%;
		font-size:18px;
	}
	.product-h2-2{
		width:100%;
		font-size:18px;
		line-height:28px;
	}
	.product-h2-3{
		width:100%;
		font-size:18px;
		line-height:28px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3720)!important;
		fill:var(--swatch-var-3720)!important;
	}
	.product-info-set{
		margin-top:100px;
	}
	.cm-set{
		padding-bottom:50px;
	}
	
}

