/*-----------------------------------------------------------------------------------
	puccho-site
	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;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* 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-repeat{
	background-repeat:repeat!important;
}
.bg-bl-edge{
	background-position: bottom left!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);
}
.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);
}
.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);
}
/* 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;
}
.navbar-toggle.menu-icon-rounded-bars,.navbar-toggle.menu-icon-rounded-uneven-b-list{
	margin-top:7px!important;
}
/* 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;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.icon-spacer{
	margin-right:5px;
}


/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



/* = Cards
-------------------------------------------------------------- */
.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%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.main_set{
	background-image:url("img/01main_pc.jpg");
	padding-bottom:85px;
	background-size:1400px auto;
	background-position:center bottom;
	padding-top:45px;
	background-color:#A5E2F5;
}
.main_kp_img{
	border-radius:20px 20px 20px 20px;
	width:100%;
}
.bloc-divider-b-style{
	height:50px;
	fill:#FFFFFF;
}
.list_h2{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	text-align:center;
	font-size:32px;
}
.list_p{
	font-size:24px;
	text-align:center;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#222222!important;
	margin-bottom:15px;
	margin-top:15px;
}
.list_set{
	background-image:url("img/02item_bg.jpg");
	background-position:left top;
	background-repeat:repeat;
}
.list_btn{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:26px;
	width:45%;
	padding:5px 5px 5px 5px;
}
.special_set{
	background-image:url("img/03special_bg.jpg");
	background-position:center top;
	padding-top:60px;
	padding-bottom:90px;
}
.bloc-divider-b-0-style{
	height:50px;
	fill:#FFFFFF;
}
.special_img{
	border-radius:25px 25px 25px 25px;
}
.special_p{
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	color:#222222!important;
	font-size:16px;
	line-height:24px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.profile_set{
	background-image:url("img/04profile_bg.jpg");
	background-position:left top;
	padding-top:110px;
}
.profile_h2{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:48px;
	color:#FF3264!important;
	margin-top:30px;
}
.profile_p{
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	font-size:18px;
	line-height:28px;
	color:#222222!important;
	margin-bottom:20px;
}
.mb50{
	margin-bottom:50px;
}
.download-set{
	background-image:url("img/05download_bg.png");
	background-position:left center;
	background-repeat:repeat;
	padding-top:50px;
	padding-bottom:0px;
}
.download-h2{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:24px;
	text-align:center;
	margin-top:15px;
	color:#0274C8!important;
}
.download_p{
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	font-size:15px;
	color:#222222!important;
	text-align:center;
	line-height:25px;
}
.img-style{
	width:70px;
}
.news-h2{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#FFFFFF!important;
	text-align:center;
	font-size:36px;
	line-height:36px;
	margin-top:4em;
}
.news-l{
	border-radius:20px 0px 0px 20px;
}
.news_r{
	padding:18px 30px 30px 30px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.news_p{
	color:#222222!important;
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	border-style:dotted;
	border-color:#EE2215!important;
	border-width:0px 0px 1px 0px;
	padding-top:5px;
	font-size:16px;
	line-height:24px;
	padding-bottom:5px;
	margin-top:9px;
}
.info_set{
	padding-top:80px;
	padding-bottom:0px;
}
.foot_p{
	font-size:14px;
	line-height:22px;
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	color:#FFFFFF!important;
}
.p-style{
	font-size:14px;
	line-height:20px;
}
.navbar-nav li a{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:17px;
	color:#222222!important;
	line-height:26px;
}
.head-li{
	background-image:url("img/head_li_bg.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding:6px 16px 6px 0px;
}
.menu-icon-stroke{
	stroke:#E60112!important;
	fill:#E60112!important;
}
.list_title{
	background-image:url("img/list_title_bg.png");
	background-repeat:repeat-x;
	background-position:center top;
	background-size:1400px auto;
	padding-top:50px;
	border-color:#E60112!important;
	margin-bottom:20px;
	padding-bottom:10px;
}
.list-top-stick{
	border-width:5px 5px 5px 5px;
	border-style:solid;
	border-color:#DCF0FA!important;
	border-radius:20px 20px 20px 20px;
	margin:15px 1.2% 15px 1.2%;
	display:inline-block;
	width:30.8%;
	background-color:var(--swatch-var-3822);
}
.list_page_name{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#222222!important;
	text-align:center;
	font-size:21px;
	line-height:29px;
}
.list-page-shurui-stick{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#0474C8!important;
	font-size:15px;
	text-align:center;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:#0474C8!important;
	width:50%;
	margin:0px auto 5px auto;
	border-radius:15px 15px 15px 15px;
}
.img-icon-fuku-style{
	width:76px;
}
.list-page-shurui-fukuro{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#E4007F!important;
	font-size:15px;
	text-align:center;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:#E4007F!important;
	width:50%;
	margin:0px auto 5px auto;
	border-radius:15px 15px 15px 15px;
}
.list-top-fukuro{
	border-width:5px 5px 5px 5px;
	border-style:solid;
	border-color:#FAE6F5!important;
	border-radius:20px 20px 20px 20px;
	margin:15px 1.2% 15px 1.2%;
	display:inline-block;
	width:30.8%;
	background-color:var(--swatch-var-3822);
}
.download_page_h3{
	font-size:21px;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
}
.download_page_btn{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	padding:3px 23px 3px 23px;
	font-size:14px;
}
.download_smartphone{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:16px;
}
.list-page-title{
	width:260px;
}
.item-page-tsubu{
	float:right;
	width:42.53%;
	margin-top:3.4%;
}
.item-page-item{
	width:54%;
	margin-top:3.4%;
	margin-right:3.4%;
}
.list-page-set{
	background-position:left bottom;
	background-size:contain;
	padding-top:30px;
	padding-bottom:120px;
	background-image:url("img/list-page-bg.jpg");
}
.item-page-info{
	background:linear-gradient(90deg, #FFBEC8 0%, #FFE6F5 50%, #FFFFBE 100%);
	border-radius:20px 20px 20px 20px;
	margin-left:15px;
	margin-right:15px;
	padding:30px 30px 20px 30px;
	color:#222222!important;
	margin-bottom:70px;
}
.item-page-info-p{
	border-radius:20px 20px 20px 20px;
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	color:#222222!important;
	font-size:18px;
	line-height:28px;
	padding-bottom:10px;
}
.p-small{
	font-size:0.9em;
}
.list-page-btn-uha{
	width:70%;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:#E60112!important;
	background-color:#FFFFFF;
	text-align:center;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#E60112!important;
	font-size:21px;
	margin-bottom:20px;
}
.list-page-btn-back{
	width:70%;
	border-style:solid;
	background-color:#FA8C1E;
	text-align:center;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#FFFFFF!important;
	font-size:21px;
	margin-bottom:20px;
}
.list-page-h2{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#FFFFFF!important;
	text-align:center;
	border-radius:20px 20px 20px 20px;
	font-size:18px;
	padding:8px 18px 8px 18px;
}
.list-col-melonsoda{
	background:linear-gradient(90deg, #70BB1E 0%, #029943 100%);
}
.item-menu{
	float:left;
	width:100%;
}
.list-top-set{
	background-image:url("img/list-page-bg.jpg");
	background-position:left bottom;
	background-size:contain;
	padding-top:20px;
	padding-bottom:140px;
}
.item-page-info-puipui{
	border-radius:20px 20px 20px 20px;
	margin-right:0px;
	padding:10px 20px 20px 20px;
	color:#222222!important;
	margin-bottom:70px;
	background-color:#025BAC;
	margin-left:0px;
}
.item-page-info-puipui-tsubu{
	float:right;
}
.p-white{
	color:#FFFFFF!important;
}
.list-col-puipui{
	background-color:#EB3282;
	background:linear-gradient(90deg, #FFE132 0%, #EB5E00 100%);
}
.list-col-pink{
	background-color:#F03C96;
}
.list-col-soda{
	background:linear-gradient(90deg, #025CAD 0%, #02A1E9 100%);
}
.list-col-cola{
	background:linear-gradient(90deg, #ED7659 0%, #E61A10  100%);
}
.list-col-budou{
	background:linear-gradient(90deg, #8463DA 0%, #910984 100%);
}
.list-col-reitoumix{
	background:linear-gradient(90deg, #E4077C 0%, #FEEA04 100%);
}
.list-col-assort{
	background:linear-gradient(90deg, #552CA7 0%, #FC75A2 100%);
}
.sagase_btn{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	margin:0px auto 0px auto;
	width:40%;
	border-radius:25px 25px 25px 25px;
	padding:5px 5px 5px 5px;
	font-size:18px;
}
.list-col-red{
	background-color:#E60112;
}
.list-col-blue{
	background-color:#226EB9;
}
.list-col-skyblue{
	background-color:#01ADED;
}
.list-title{
	width:340px;
}
.list-col-ball{
	background:linear-gradient(90deg, #AEDA7E 0%, #029FE8 100%);
}
.mb120{
	margin-bottom:13.8%;
}
.list-col-ball-shuwa{
	background:linear-gradient(90deg, #FFE81D  0%, #02BEF0 60%);
}
.news_link{
	color:var(--swatch-var-6360)!important;
}
.news_link:hover{
	color:var(--swatch-var-3277)!important;
}
.news_link:visited{
	color:var(--swatch-var-6360)!important;
}
.foot_link{
	color:var(--swatch-var-3822)!important;
	text-decoration:none;
}
.foot_link:hover{
	text-decoration:underline!important;
}
.foot_link:visited{
	text-decoration:none;
}
.head-logo{
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}
.top-pucchokun{
	width:auto;
	height:auto;
}
.download_page_new{
	color:var(--swatch-var-3822)!important;
	font-size:14px;
	background-color:var(--swatch-var-1328);
	border-radius:16px 16px 16px 16px;
	padding:2px 8px 2px 8px;
}
.main_slide_width{
	min-width:1170px;
}
.chara-set{
	background-color:#DCF0FA;
	border-radius:12em 12em 12em 12em;
	margin-bottom:25px;
}
.chara-h4{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#FFFFFF!important;
	font-size:18px;
	background-size:length;
	width:70px;
	text-align:center;
	border-radius:1em 1em 1em 1em;
	padding:3px 3px 3px 3px;
	margin-bottom:4px;
	background-color:var(--swatch-var-993);
}
.chara-h3{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:32px;
	margin-top:45px;
	margin-bottom:25px;
}
.chara-p{
	color:#222222!important;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:20px;
	line-height:26px;
	margin-bottom:10px;
}
.chara-bg-set{
	background-image:url("img/character_bg.jpg");
	background-repeat:repeat;
	background-position:center top;
	padding-top:60px;
	padding-bottom:100px;
}
.chara-h4-pink{
	background-color:var(--swatch-var-6908);
}
.chara-set-pink{
	background-color:#FAE6F8;
}
.chara-title{
	text-align:center;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#FF3264!important;
	font-size:48px;
	line-height:50px;
	margin-top:10px;
	margin-bottom:0px;
}
.img-04profile-i-style{
	width:80px;
}
.post-form-tel{
	width:20%;
	display:inline;
	border-color:var(--swatch-var-3750)!important;
}
.post-form-label{
	display:inline-block;
	float:left;
	width:100%;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#222222!important;
	font-size:21px;
	margin-top:20px;
	margin-bottom:5px;
}
.post-form-hyphen{
	display:inline;
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	color:#222222!important;
}
.post-form-line{
	border-width:0px 0px 2px 0px;
	border-style:dotted;
	border-color:var(--swatch-var-993)!important;
	padding-bottom:25px;
}
.post-form-chui{
	border-radius:20px 20px 20px 20px;
}
.post-form-set{
	padding:25px 25px 25px 25px;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:var(--swatch-var-993)!important;
	border-radius:00px 0px 30px 30px;
	background-color:rgba(255,250,245,0.50);
}
.post-form-p{
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	font-size:16px;
	color:#222222!important;
	line-height:26px;
	margin-bottom:0px;
}
.post-form-button{
	background-color:var(--swatch-var-6908);
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:24px;
	margin-top:20px;
	margin-bottom:20px;
}
.post-form-radio{
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	color:#222222!important;
	font-size:18px;
	background-color:var(--swatch-var-3822);
	border-radius:2em 2em 2em 2em;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-1328)!important;
	border-style:solid;
	padding:10px 20px 10px 40px;
}
.post-form-radio2{
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	color:#222222!important;
	font-size:18px;
	background-color:var(--swatch-var-3822);
	border-radius:2em 2em 2em 2em;
	border-color:var(--swatch-var-3750)!important;
	padding:10px 20px 10px 40px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.post-form-chui-p{
	font-family:"M PLUS Rounded 1c";
	font-weight:700;
	font-size:16px;
	color:#222222!important;
	line-height:26px;
	background-color:#FFD7E1;
	padding:10px 20px 15px 20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.post-form-chui-h3{
	background-color:var(--swatch-var-6908);
	margin-bottom:0px;
	padding:5px 20px 5px 20px;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#FFFFFF!important;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	font-size:21px;
	margin-top:20px;
}
.post-form-head{
	background-color:var(--swatch-var-993);
	margin-bottom:0px;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	text-align:center;
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	font-size:14px;
	color:#FFFFFF!important;
	padding-top:10px;
	letter-spacing:28px;
	padding-bottom:5px;
}
.post-form-p2{
	font-family:"M PLUS Rounded 1c";
	font-weight:900;
	color:#222222!important;
	font-size:24px;
	line-height:36px;
}
.post-form-input{
	border-color:var(--swatch-var-3750)!important;
	border-style:solid;
}
.post-form-textarea{
	width:900px;
	height:160px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-4017:rgba(250,169,210,1.00);
	
	--swatch-var-6360:rgba(2,116,200,1.00);
	
	--swatch-var-1328:rgba(255,50,100,1.00);
	
	--swatch-var-3277:rgba(230,1,18,1.00);
	
	--swatch-var-3822:rgba(255,255,255,1.00);
	
	--swatch-var-3054:#FFF0DC;
	
	--swatch-var-3750:rgba(46,46,46,1.00);
	
	--swatch-var-4420:#291401;
	
	--swatch-var-993:rgba(34,160,224,1.00);
	
	--swatch-var-6908:rgba(255,50,100,1.00);
	
}


/* Background colour styles */

.bgc-3277{
	background-color:var(--swatch-var-3277);
}
.bgc-3054{
	background-color:var(--swatch-var-3054);
}
.bgc-3822{
	background-color:var(--swatch-var-3822);
}
.bgc-3750{
	background-color:var(--swatch-var-3750);
}

/* Text colour styles */

.tc-6360{
	color:var(--swatch-var-6360)!important;
}
.tc-1328{
	color:var(--swatch-var-1328)!important;
}
.tc-3750{
	color:var(--swatch-var-3750)!important;
}
.tc-993{
	color:var(--swatch-var-993)!important;
}
.tc-6908{
	color:var(--swatch-var-6908)!important;
}

/* Button colour styles */

.btn-c-3277{
	background:var(--swatch-var-3277);
	color:#FFFFFF!important;
}
.btn-c-3277:hover{
	background:#B30000!important;
	color:#FFFFFF!important;
}
.btn-c-6360{
	background:var(--swatch-var-6360);
	color:#FFFFFF!important;
}
.btn-c-6360:hover{
	background:#004195!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-3822{
	color:var(--swatch-var-3822)!important;
	border-color:var(--swatch-var-3822)!important;
}
.icon-3277{
	color:var(--swatch-var-3277)!important;
	border-color:var(--swatch-var-3277)!important;
}

/* Bloc image backgrounds */


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

/* * Swiper for Blocs * Version 3.0.8 * Code by Lucas Tsolakian * ©2022 Archetypon */ /* @group General */.sf-wrapper {
		height: 100%;
		min-height: 100%;
}
.sf-container {
		width: 100%;
		height: 100%;
		transition: height .7s ease;
}
.sf-slide {
		width: 100%;
		height: auto;
		transition: height .7s ease;
}
.sf-inner-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: height .7s ease;
}
.sf-height {
		height: 350px;
		transition: height .7s ease;
}
@media (max-width: 1199.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 991.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 767.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 575.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}.sf-parallax-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 350px;
		overflow: hidden;
		background-position: center;
		object-position: center 50%;
		object-fit: cover;
}
.sf-parallax-bg img {
		width: 100%;
		height: 350px;
		object-fit: cover;
		transition: left .7s;
}
.sf-parallax-bg.hidden {
		display: none;
}
.sf-container {
		margin-left: auto;
		margin-right: auto;
		/*overflow: hidden !important;
	*/	top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0);
		width: 100%;
}
.sf-slide, .sf-wrapper {
		position: relative;
		height: 100%;
		width: 100%}.sf-bric-container.hidden {
		display: none;
}
custom-bric-container {
		z-index: 999;
		width: 100%;
}
.sf-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		/*z-index: 999;
	*/}.sf-display {
		display: block;
}
.sf-hidden {
		display: none;
}
.swiper-container-no-flexbox .sf-slide {
		float: left}.swiper-container-vertical > .sf-wrapper {
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column}.sf-wrapper {
		z-index: 1;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box}.swiper-container-android .swiper-slide, .sf-wrapper {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)}.swiper-container-multirow > .sf-wrapper {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap}.swiper-container-free-mode > .sf-wrapper {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		margin: 0 auto}.sf-container {
		flex-direction: column;
}
.swiper-slide {
		-webkit-flex-shrink: 0;
		-ms-flex: 0 0 auto;
		flex-shrink: 0;
		position: absolute;
		top: 0;
		left: 0;
		border: none;
		z-index: 0;
}
.swiper-slide.sf-preview {
		z-index: 1;
}
.slide-inner-image img {
		display: block;
		width: 100%;
		object-fit: cover}.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
		height: auto}.swiper-container-autoheight .sf-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-transition-property: -webkit-transform,height;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform,height}.swiper-container .swiper-notification {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -1000}.swiper-wp8-horizontal {
		-ms-touch-action: pan-y;
		touch-action: pan-y}.swiper-wp8-vertical {
		-ms-touch-action: pan-x;
		touch-action: pan-x}/* @end *//* @group Navigation */.sf-buttons {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
}
.sf-button-next, .sf-button-prev {
		cursor: pointer !important;
		-moz-background-size: 27px 44px !important;
		-webkit-background-size: 27px 44px !important;
		background-size: 27px 44px !important;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1;
}
.sf-button-next.hide, .sf-button-prev.hide {
		display: none;
}
.sf-button-next.show, .sf-button-prev.show {
		display: block !important;
}
.sf-button-next:focus, .sf-button-prev:focus {
		outline: none;
}
.sf-button-next.swiper-button-disabled, .sf-button-prev.swiper-button-disabled {
		opacity: .35;
		cursor: auto;
		pointer-events: none}.sf-button-next {
		align-self: right;
		height: 15px !important;
		width: 15px !important;
		border: 10px solid #fff;
		border-width: 2px 2px 0 0 !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-right: 30px;
}
.sf-button-next:hover, .sf-button-prev:hover {
		opacity: .7;
		transition: opacity .5s ease}.sf-button-prev {
		height: 15px !important;
		width: 15px !important;
		border: 10px solid #fff;
		border-width: 0 0 2px 2px !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 25px;
}
/* @end *//* @group 3D etc */.sf-slide .slide-inner, .sf-slide .slide-inner .slide-inner-image {
		width: 100%;
		height: 100%;
		position: absolute}.sf-slide {
		overflow: hidden}.sf-slide .slide-inner {
		left: 0;
		top: 0;
}
.sf-slide .slide-inner-image {
		background-size: cover;
		background-position: center;
			/*-webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		-moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		transition: opacity .6s ease-in-out,transform 2s ease .7s*/}.tm-image-zoom {
		transform: scale(1.07);
		-webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		-moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		transition: opacity .6s ease-in-out,transform 2s ease .7s}.swiper-slide-active .slide-inner-image, .swiper-slide-duplicate-active .slide-inner-image {
		opacity: 1;
		transform: scale(1)}.swiper-container-3d {
		-webkit-perspective: 1200px;
		-moz-perspective: 1200px;
		-o-perspective: 1200px;
		perspective: 1200px}.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .sf-wrapper {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10}.swiper-container-3d .swiper-slide-shadow-left {
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right {
		background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top {
		background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .sf-wrapper, .swiper-container-flip .sf-wrapper {
		-ms-perspective: 1200px}.swiper-container-cube, .swiper-container-flip {
		overflow: visible}.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1}.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
		pointer-events: none}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto}.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden}.swiper-container-cube .swiper-slide {
		visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		width: 100%;
		height: 100%}.swiper-container-cube.swiper-container-rtl .swiper-slide {
		-webkit-transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible}.swiper-container-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .6;
		-webkit-filter: blur(50px);
		filter: blur(50px);
		z-index: 0}.swiper-container-fade.swiper-container-free-mode .swiper-slide {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out}.swiper-container-fade .swiper-slide {
		pointer-events: none;
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity}.swiper-container-fade .swiper-slide .swiper-slide {
		pointer-events: none}.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
		pointer-events: auto}.swiper-zoom-container {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		text-align: center}.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain}.swiper-scrollbar {
		border-radius: 10px;
		position: relative;
		-ms-touch-action: none;
		background: rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar {
		position: absolute;
		left: 1%;
		bottom: 3px;
		z-index: 50;
		height: 5px;
		width: 98%}.swiper-container-vertical>.swiper-scrollbar {
		position: absolute;
		right: 3px;
		top: 1%;
		z-index: 50;
		width: 5px;
		height: 98%}.swiper-scrollbar-drag {
		height: 100%;
		width: 100%;
		position: relative;
		background: rgba(0,0,0,.5);
		border-radius: 10px;
		left: 0;
		top: 0}.swiper-scrollbar-cursor-drag {
		cursor: move}.swiper-lazy-preloader {
		width: 42px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -21px;
		margin-top: -21px;
		z-index: 10;
		-webkit-transform-origin: 50%;
		-moz-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
		-moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
		animation: swiper-preloader-spin 1s steps(12,end) infinite}@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)}}@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)}}/* @end *//* @group Info */.sf-slide-caption {
		/*position*/	position: absolute;
		top: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		align-content: center;
		flex: 1;
	    /*style*/	padding: 20px;
		color: #fff;
		opacity: 1;
}
.swiper-slide-active .sf-slide-caption {
		opacity: 1;
		transition: opacity 1s ease 1s}.sf-caption {
		font-size: 2em;
		color: #FFFFFF;
		transition: text-align .3s ease-in-out;
		transition: font-size .3s ease-in-out}.sf-caption {
		font-size: 2em;
}
.sf-caption.hidden {
		display: none !important;
}
.caption-top-left {
		align-self: flex-start;
}
.caption-top-center {
		text-align: center;
}
.caption-top-right {
		align-self: flex-end;
		text-align: right;
}
.caption-bottom-left {
		justify-content: flex-end;
}
.caption-bottom-right {
		justify-content: flex-end;
		text-align: right;
}
.caption-bottom-center {
		justify-content: flex-end;
		text-align: center;
}
.caption-center {
		align-items: strech;
		text-align: center;
		justify-content: center;
}
/* @end *//* @group Pagination  */.sf-timeline-top {
		top: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 999;
		width: 100%;
		height: 4px;
		margin: 0;
}
.sf-timeline-bottom {
		bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 999;
		width: 100%;
		height: 4px;
		margin: 0;
}
.sf-fraction {
		font-size: 1em;
		color: #FFFFFF;
}
.sf-fraction .hide {
		display: none;
}
.sf-fraction-left {
		text-align: left !important;
		padding-left: 20px;
}
.sf-fraction-right {
		text-align: right !important;
		padding-right: 40px;
}
.sf-bullets, .swiper-pagination-bullet, .swiper-pagination-bullet-active {
		outline: none !important;
}
/* @end *//* @group Link */.sf-link {
		text-decoration: none;
		visibility: visible;
		letter-spacing: .15em}.sf-link.hidden, .close-box.hidden {
		display: none}/* @end *//* @group Close Box */.close-box {
		position: absolute;
		display: inline-block;
		top: 50px;
		z-index: 999;
		right: 30px;
		width: 30px;
		height: 20px;
		vertical-align: middle}.close-box_line_1, .close-box_line_2 {
		position: absolute;
		width: 30px;
		height: 3px;
		margin: 0;
		background-color: #fff;
		transition: background-color .3s ease}.close-box_line_1 {
		top: 8px;
		-webkit-transform: translate3d(0,-8px,0) rotate(45deg);
		transform: translate3d(0,-8px,0) rotate(45deg)}.close-box_line_2 {
		top: 8px;
		-webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
		transform: translate3d(0,-8px,0) rotate(-45deg)}/* @end */.smartnav{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030;
	-webkit-overflow-scrolling:touch;
}
.smartnav .navbar-nav>.nav-item a.nav-link{
	border:0 solid transparent}.scrolled-down{
	transform:translateY(-100%);
	transition:all .3s ease-in-out}.scrolled-up{
	transform:translateY(0);
	transition:all .3s ease-in-out}
/* = Additional CSS
-------------------------------------------------------------- */
#main-slide .swiper-slide {
	border-radius:20px 20px 0 0;
   height: auto;
}
#main-slide .swiper-slide .slide-inner-image {
   height: 100%;
}
.swiper-wrapper .slide-inner{
  position:relative;
}
.swiper-wrapper .slide-inner a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor: pointer;
}

/* 商品紹介のサイドメニュー */
.item-menu .nav-item{
	width:100%;
	border-bottom:solid 1px red;
}
.item-menu .dropdown-divider{
	width:100%;
	border-bottom:solid 1px red;
}
.item-menu .nav-item .nav-link{
	font-size:14px;
	line-height:20px;
}
.item-menu .nav-item a:hover{
	background-color:yellow;
}

/* ロールオーバー時処理 */
a:hover img {
  filter: brightness(1.06);
}



/* = 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;}
}
@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;}
}
@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;}
}


/* = 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){
	.main_kp_img{
	}
	.main_slide{
		width:100%;
		height:auto;
	}
	.main_set{
		padding-bottom:80px;
		background-size:1300px auto;
		background-position:center bottom;
		padding-top:40px;
	}
	.list_h2{
		font-size:30px;
	}
	.list_p{
		font-size:21px;
		margin-top:5px;
		margin-bottom:5px;
	}
	.list_btn{
		width:60%;
		font-size:24px;
	}
	.special_p{
		font-size:14px;
		line-height:21px;
		margin-right:0px;
		margin-left:0px;
	}
	.profile_set{
		padding-top:80px;
		background-size:auto auto;
	}
	.profile_h2{
		padding-bottom:0px;
		margin-top:40px;
	}
	.download-set{
		padding-top:45px;
		padding-bottom:0px;
	}
	.special_set{
		padding-top:40px;
		padding-bottom:80px;
	}
	.download-h2{
		margin-top:15px;
	}
	.download_p{
		margin-bottom:30px;
	}
	.news-h2{
		margin-top:6.4em;
	}
	.news_r{
		padding:15px 25px 30px 25px;
	}
	.info_set{
		padding-top:70px;
	}
	.list_title{
		background-size:1100px auto;
		padding-top:40px;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.list-top-stick{
		width:47.6%;
		margin-top:1.2%;
		margin-bottom:1.2%;
	}
	.list-top-fukuro{
		width:47.6%;
		margin-top:1.2%;
		margin-bottom:1.2%;
	}
	.img-download-c-style{
		width:150px;
	}
	.download_page_h3{
		font-size:18px;
	}
	.img-download--style{
		width:150px;
	}
	.list-page-title{
		width:240px;
	}
	.item-page-info{
		padding:20px 20px 10px 20px;
		margin-bottom:50px;
	}
	.list-page-set{
		padding-top:10px;
	}
	.head-li{
		border-width:0px 0px 1px 0px;
		border-style:dotted;
		border-color:#E60112!important;
	}
	.item-menu-logo{
		display:block;
		font-family:"M PLUS Rounded 1c";
		font-weight:900;
		color:var(--swatch-var-3277)!important;
		font-size:21px;
		margin-right:0px;
		float:right;
		background-image:url("img/00item_men_bg.png");
		background-position:right top;
		background-repeat:no-repeat;
	}
	.menu-icon-bloc-8-stroke{
		stroke:var(--swatch-var-3277)!important;
		fill:var(--swatch-var-3277)!important;
	}
	.list-top-set{
		padding-top:20px;
		padding-bottom:110px;
	}
	.item-page-info-puipui{
		padding:20px 20px 10px 20px;
		margin-bottom:50px;
	}
	.item-page-info-p{
		font-size:16px;
		line-height:26px;
	}
	.list-title{
		width:300px;
	}
	.special-title{
		width:280px;
	}
	.mb120{
	}
	.download_page_space{
		width:260px;
	}
	.download-title{
		width:350px;
	}
	.head-set{
		padding-top:0px;
		padding-bottom:5px;
	}
	.head-logo{
		padding-bottom:0px;
	}
	.top-pucchokun{
		height:auto;
		width:auto;
	}
	.main_slide_width{
		min-width:100%;
	}
	.chara-h3{
		font-size:28px;
	}
	.chara-bg-set{
		padding:40px 30px 80px 30px;
	}
	.chara-set{
	}
	.chara-title{
		font-size:42px;
	}
	.img-04profile-i-style{
	}
	.post-form-set{
		padding-top:15px;
	}
	.post-form-tel{
		border-color:var(--swatch-var-3750)!important;
	}
	.post-form-p2{
		text-align:left;
		font-size:21px;
		line-height:33px;
	}
	.post-form-input{
		width:100%;
	}
	
}

@media (max-width: 767px){
	.main_slide{
	}
	.main_set{
		background-image:url("img/01main_sp.jpg");
		padding-bottom:90px;
		background-size:contain;
		background-position:center bottom;
		padding-top:30px;
	}
	.main_cal{
		width:100px;
	}
	.list_p{
		font-size:18px;
		margin-bottom:5px;
	}
	.list_btn{
		width:70%;
		font-size:22px;
	}
	.special_p{
		margin-bottom:40px;
	}
	.profile_h2{
		font-size:42px;
		margin-top:40px;
	}
	.special_set{
		padding-bottom:60px;
		padding-top:40px;
	}
	.download-h2{
		margin-top:10px;
	}
	.download_p{
		margin-bottom:35px;
	}
	.download-set{
		padding-bottom:0px;
		padding-top:45px;
	}
	.news-h2{
		margin-top:0%;
	}
	.news-l{
		padding-top:20px;
		padding-bottom:20px;
		border-top-right-radius:20px;
		border-bottom-left-radius:0px;
	}
	.news_r{
		border-bottom-left-radius:20px;
		border-top-right-radius:0px;
		padding-top:10px;
		padding-bottom:30px;
	}
	.news_p{
		font-size:15px;
		line-height:23px;
	}
	.info_set{
		padding-top:60px;
	}
	.head-li{
		border-width:0px 0px 1px 0px;
		border-style:dotted;
		border-color:#E60112!important;
		padding-left:6px;
	}
	.list_title{
		border-color:#E60112!important;
		background-size:140% auto;
		background-repeat:no-repeat;
		padding-top:30px;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.list-top-stick{
		width:84%;
		margin:2.8% 8% 2.8% 8%;
	}
	.list-top-fukuro{
		width:84%;
		margin:2.8% 8% 2.8% 8%;
	}
	.navbar-brand img{
		width:188px;
	}
	.download_page_h3{
	}
	.download_page_btn{
	}
	.item-page-tsubu{
		width:100%;
	}
	.img-melonsoda-it-style{
		opacity:1.0;
		width:100%;
	}
	.list-page-h2{
		font-size:16px;
	}
	.list-page-title{
		width:220px;
	}
	.item-page-info-p{
		font-size:16px;
		line-height:26px;
	}
	.p-small{
		font-size:0.9em;
	}
	.list-page-btn-uha{
		width:100%;
		font-size:18px;
		margin-bottom:15px;
	}
	.list-page-btn-back{
		width:100%;
		font-size:18px;
	}
	.item-page-info{
		margin-bottom:50px;
	}
	.list-page-set{
		padding-top:5px;
		padding-bottom:100px;
	}
	.item-menu-logo{
		font-size:18px;
		margin-right:0px;
	}
	.list-top-set{
		padding-top:20px;
		padding-bottom:110px;
	}
	.item-page-info-puipui{
		margin-bottom:50px;
	}
	.item-page-item{
		width:100%;
	}
	.list-title{
		width:260px;
	}
	.special-title{
		width:260px;
	}
	.mb120{
		margin-bottom:0%;
	}
	.download-title{
		width:320px;
	}
	.head-set{
		padding-top:0px;
		padding-bottom:0px;
	}
	.top-pucchokun{
		height:10vh;
	}
	.chara-h3{
		font-size:24px;
		margin-top:25px;
		margin-bottom:15px;
	}
	.chara-h4{
		font-size:16px;
		margin-bottom:3px;
	}
	.chara-p{
		margin-bottom:8px;
		font-size:16px;
		line-height:22px;
	}
	.chara-set{
		border-radius:3em 3em 3em 3em;
		padding-bottom:5px;
		margin-bottom:20px;
	}
	.chara-bg-set{
		padding-top:30px;
		padding-bottom:70px;
	}
	.chara-title{
		font-size:36px;
	}
	.img-04profile-i-style{
		width:80px;
	}
	.profile_set{
		padding-top:70px;
	}
	.post-form-label{
		font-size:19px;
		margin-bottom:8px;
	}
	.post-form-radio2{
		font-size:17px;
		margin-bottom:8px;
	}
	.post-form-radio{
		font-size:17px;
		margin-bottom:8px;
	}
	.post-form-p2{
		font-size:18px;
		line-height:30px;
	}
	.post-form-input{
	}
	.post-form-textarea{
		height:240px;
	}
	
}

@media (max-width: 575px){
	.main_slide{
	}
	.main_set{
		background-size:contain;
		background-position:center bottom;
		background-image:url("img/01main_sp.jpg");
		padding-top:35px;
		padding-bottom:45px;
	}
	.main_cal{
		width:80px;
	}
	.list_p{
		font-size:16px;
		margin-bottom:5px;
	}
	.list_btn{
		width:100%;
		font-size:20px;
	}
	.special_p{
		margin-bottom:20px;
	}
	.profile_set{
		padding-top:60px;
	}
	.profile_h2{
		font-size:32px;
		margin-top:30px;
	}
	.profile_p{
		font-size:16px;
		line-height:27px;
	}
	.special_set{
		padding-top:35px;
		padding-bottom:55px;
	}
	.download-set{
		padding-top:40px;
		padding-bottom:0px;
	}
	.download-h2{
		margin-top:10px;
	}
	.download_p{
		font-size:14px;
		line-height:22px;
		margin-bottom:35px;
	}
	.news-h2{
		font-size:28px;
	}
	.news_r{
		padding:0px 15px 15px 15px;
	}
	.news-l{
		padding-top:15px;
		padding-bottom:15px;
	}
	.news_p{
		font-size:14px;
		line-height:22px;
	}
	.info_set{
		padding-top:45px;
	}
	.foot_p{
		font-size:13px;
		line-height:20px;
	}
	.list_title{
		padding-top:15px;
		padding-bottom:10px;
		margin-bottom:5px;
	}
	.list_h2{
		font-size:24px;
	}
	.list-top-stick{
		margin-left:4%;
		margin-right:4%;
		width:93%;
	}
	.navbar-brand img{
		width:188px;
	}
	.img-download-c-style{
		width:120px;
	}
	.download_page_h3{
		font-size:17px;
	}
	.download_page_btn{
		font-size:13px;
	}
	.img-download--style{
		width:120px;
	}
	.list-page-h2{
		font-size:14px;
	}
	.list-page-title{
		width:180px;
	}
	.item-page-info{
		padding-left:15px;
		padding-right:15px;
		padding-top:15px;
		margin-bottom:40px;
	}
	.list-page-btn-uha{
		margin-bottom:10px;
	}
	.list-page-set{
		padding-top:0px;
		padding-bottom:65px;
	}
	.item-page-info-p{
		font-size:14px;
		line-height:22px;
	}
	.menu-icon-bloc-8-stroke{
		stroke:#E60112!important;
		fill:#E60112!important;
	}
	.item-menu-logo{
		font-size:16px;
		margin-right:0px;
	}
	.list-top-set{
		padding-top:10px;
		padding-bottom:80px;
	}
	.item-page-info-puipui{
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		margin-bottom:40px;
	}
	.item-page-item{
		width:100%;
	}
	.list-title{
		width:230px;
	}
	.special-title{
		width:220px;
	}
	.download-title{
		width:250px;
	}
	.top-pucchokun{
		height:8vh;
	}
	.img-00pucchokun--style{
		height:4vh;
	}
	.chara-set{
		border-radius:2em 2em 2em 2em;
		padding:15px 15px 15px 15px;
	}
	.chara-h3{
		margin-top:0px;
		font-size:26px;
		margin-bottom:10px;
	}
	.chara-p{
		font-size:16px;
		line-height:22px;
	}
	.chara-h4{
		font-size:14px;
		margin-bottom:3px;
	}
	.chara-bg-set{
		padding-top:20px;
		padding-bottom:50px;
	}
	.chara-title{
		font-size:28px;
	}
	.img-04profile-i-style{
		width:60px;
	}
	.post-form-p{
		font-size:14px;
		line-height:22px;
	}
	.post-form-set{
		padding-left:15px;
		padding-right:15px;
		padding-top:10px;
	}
	.post-form-radio2{
		font-size:16px;
		margin-bottom:8px;
	}
	.post-form-radio{
		font-size:16px;
		margin-bottom:8px;
		padding-right:20px;
	}
	.post-form-label{
		font-size:16px;
	}
	.post-form-chui-p{
		font-size:14px;
		line-height:22px;
	}
	.post-form-head{
		letter-spacing:10px;
		font-size:13px;
	}
	.post-form-tel{
		width:28%;
	}
	.post-form-p2{
		font-size:16px;
		line-height:26px;
	}
	.post-form-textarea{
		height:320px;
	}
	
}

