/* dolce.vita.min.css?231206
 *
 * Dolce & Vivace
 * http://dolcevivace.com/
 * Copyright 2023 Dolce & Vivace
 */

@charset "utf-8";

:root {
  --dolce-text-color:#212121;
  --dolce-subtext-color:#999999;
  --dolce-a-color:#454545;
  --dolce-ahover-color:#666666;
  --dolce-btn-color: #333333;
  --dolce-btn-line-color: #333333;
  --dolce-btn-text-color: #fff;

  --dolce-title-color:#111111;
  --dolce-title-line-color:#dddddd;

}

/* core */

html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clear {
	clear: both
}
a {
	outline: none
}
a: focus,*: focus {
	outline: none !important
}
.mar0 {
	margin: 0 !important;
}
.mar5 {
	margin: 5px
}
.mar10 {
	margin: 10px
}
.mar15 {
	margin: 15px
}
.mar20 {
	margin: 20px
}
.mar25 {
	margin: 25px
}
.mar30 {
	margin: 30px
}
.mar35 {
	margin: 35px
}
.mar40 {
	margin: 40px
}
.mart5 {
	margin-top: 5px
}
.mart10 {
	margin-top: 10px
}
.mart15 {
	margin-top: 15px
}
.mart20 {
	margin-top: 20px
}
.mart25 {
	margin-top: 25px
}
.mart30 {
	margin-top: 30px
}
.mart35 {
	margin-top: 35px
}
.mart40 {
	margin-top: 40px
}
.marb5 {
	margin-bottom: 5px
}
.marb10 {
	margin-bottom: 10px
}
.marb15 {
	margin-bottom: 15px
}
.marb20 {
	margin-bottom: 20px
}
.marb25 {
	margin-bottom: 25px
}
.marb30 {
	margin-bottom: 30px
}
.marb35 {
	margin-bottom: 35px
}
.marb40 {
	margin-bottom: 40px
}
.marl5 {
	margin-left: 5px
}
.marl10 {
	margin-left: 10px
}
.marl15 {
	margin-left: 15px
}
.marl20 {
	margin-left: 20px
}
.marl25 {
	margin-left: 25px
}
.marl30 {
	margin-left: 30px
}
.marl35 {
	margin-left: 35px
}
.marl40 {
	margin-left: 40px
}
.marr5 {
	margin-right: 5px
}
.marr10 {
	margin-right: 10px
}
.marr15 {
	margin-right: 15px
}
.marr20 {
	margin-right: 20px
}
.marr25 {
	margin-right: 25px
}
.marr30 {
	margin-right: 30px
}
.marr35 {
	margin-right: 35px
}
.marr40 {
	margin-right: 40px
}
.pd0{
	padding:0 !important;
}
.pd5 {
	padding: 5px
}
.pd10 {
	padding: 10px
}
.pd15 {
	padding: 15px
}
.pd20 {
	padding: 20px
}
.pd25 {
	padding: 25px
}
.pd30 {
	padding: 30px
}
.pd35 {
	padding: 35px
}
.pd40 {
	padding: 40px
}
.pdl10{
	padding-left:10px;
}
.pdl20{
	padding-left:20px;
}
.pdl30{
	padding-left:30px;
}
.pdr10{
	padding-right:10px;
}
.pdr20{
	padding-right:20px;
}
.pdr30{
	padding-right:30px;
}
strong {
	font-weight:bold;
}
em {
	font-weight:bold;
}
b {
	font-weight:bold;
}
small {
	  font-size: 80%
}
.text-normal {
	font-weight:normal !important;
}
.text-xs {
	font-size: 0.75rem !important;
	line-height:1.6em;
}
.text-s {
	font-size: 0.8125rem !important;
	line-height:1.6em;
}
.text-m {
	font-size: 0.875rem !important
}
.text-l {
	font-size: 1rem !important;
}
.text-xl {
	font-size: 1.125rem !important;
}
.text-xxl {
	font-size: 1.25rem !important;
}
.text-xxxl {
	font-size: 1.5rem !important;
}
.text-left {
	  text-align: left !important
}
.text-right {
	  text-align: right !important
}
.text-center {
	  text-align: center !important
}
.text-justify {
	  text-align: justify !important
}
.text-underline {
	text-decoration: underline !important
}
.text-muted {
	  color: #bdbdbd
}
.text-primary {
	  color: #333333
}
a.text-primary:hover {
	  color: #757575
}
.text-success {
	  color: #0277bd
}
a.text-success:hover {
	  color: #039be5
}
.text-info {
	  color: #78909c
}
a.text-info:hover {
	  color: #b0bec5
}
.text-warning {
	  color: #e65100
}
a.text-warning:hover {
	  color: #f57c00
}
.text-danger {
	  color: #d50000;
}
a.text-danger:hover {
	  color: #E50F0D
}
.relative_on {
	position: relative !important
}
.relative_off {
	position: absolute !important
}
.relative_off_fixed {
	position: fixed !important
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable: active,
.sr-only-focusable: focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.float-right {
	  float: right !important
}
.float-left {
	  float: left !important
}
.hide {
	  display: none
}
.show {
	  display: block !important
}
.invisible {
	  visibility: hidden
}
.text-hide {
	  font: 0/0 a;
	 color: transparent;
	 text-shadow: none;
	 background-color: transparent;
	 border: 0
}
.hidden {
	 display: none !important;
	 visibility: hidden !important
}
.affix {
	 position: fixed
}
pre,blockquote,code {
	 page-break-inside: avoid
}


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size : 16px;
  /*
  小さい文字
  font-size : 15px;
  大きい文字
  font-size : 18px;
  */
  letter-spacing:0.02rem;
  line-height:1.5;
  font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


@media (max-width: 959px) {

html{
  font-size : 16px;
  /*
  小さい文字
  font-size : 14px;
  大きい文字
  font-size : 17px;
  */
}

}

/*
@media screen and (min-width : 640px){

html{
}

}
*/

body {
  color: var(--dolce-text-color, #212121);
	background-color: #fff;
	font-weight:normal;
	margin:0;
	word-wrap : break-word;
  overflow-wrap : break-word;
}

.font_reset{
	font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

input,
select,
textarea,
button{

  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.wpcf7-list-item-label{
  padding-left: 5px;
}

@media (min-width: 960px) {
[class*="uk-inline"] {
  min-width: 600px;
}
}

textarea{
  display: block;
}

ul{
	list-style: none;
}

ol{
	list-style:decimal;
}

img {
  vertical-align: middle;
  border: 0;
  max-width:100%;
  height:auto;
  /*-webkit-backface-visibility: hidden;*/
  image-rendering: -webkit-optimize-contrast;
}

/*
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
*/

a:focus, *:focus { outline:none; }

a {
  color: var(--dolce-a-color, #454545);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: var(--dolce-ahover-color, #999999);
  text-decoration:none;
}

.uk-offcanvas-bar hr,
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-top: 1px solid #ddd ;
  border-color: var(--dolce-title-line-color, #dddddd);
  margin:1rem 0;
}


@media (max-width: 639px) {
.mobile-only{
	display:block;
	position:relative;
}
.screen-only{
	display:none;
}
}

@media (min-width: 640px) {
.mobile-only{
	display:none;
}
.screen-only{
	display:block;
	position:relative;
}
}

@media (max-width: 959px) {
.mobile-and-tablet-only{
	display:block;
}
.pc-only{
	display:none;
}
}

@media (min-width: 960px) {
.mobile-and-tablet-only{
	display:none;
}
.pc-only{
	display:block;
}
}

@media (max-width: 1280px) {
.under1280{
	display:block;
}
.over1280{
	display:none;
}
}

@media (min-width: 1281px) {
.under1280{
	display:none;
}
.over1280{
	display:block;
}
}

.svg-symbol{
  display: none;
}

/* uk */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle,
.uk-logo  {
  font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h1 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h3 {
  font-size: 0.875rem;
  line-height: 1.4;
}
h4{
  font-size: 0.875rem;
  line-height: 1.4;
}
dt {
  font-weight: 400;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
height: 50px;
min-height: 50px !important;
}
.uk-search-input{
color: #000;

}
.uk-search-input::placeholder {
  color:#999 !important;
}
.uk-search-input::-ms-input-placeholder {
  color:#999  !important;
}

.uk-search-navbar .uk-search-input {
  border-color: #999;
  outline: none;
}

.uk-search-navbar .uk-search-input::placeholder {
  color:#bbb !important;
}
.uk-search-navbar .uk-search-input::-ms-input-placeholder {
  color:#bbb !important;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: none;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-size: 0.875rem;
}
.uk-navbar-nav > li > a {
  color: var(--dolce-text-color, #212121);
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li.uk-active > a {
  color: var(--dolce-ahover-color, #999999);
}
.uk-offcanvas-bar {
  background:#fff;
}
.uk-nav-header:not(:first-child) {
  margin-top: 10px;
}
.uk-nav-parent-icon > .uk-parent > a::after {
  width: 1.2em;
  height: 1.2em;
  height:1.5em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23757575" d="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" /></svg>') no-repeat center center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23757575" d="M19,13H5V11H19V13Z" /></svg>') no-repeat center center;
}
.uk-label {
  line-height: 1;
  font-size: 11px;
  padding: 4px 7px;
  margin-left: 10px;
}
.uk-label.label-red{
  background: var(--dolce-sale-color, #E50F0D);
}
.uk-label.label-green{
  background: var(--dolce-comming-color, #00C7B6);
}
.uk-label.label-orange{

  background: var(--dolce-takeout-color, #ff9800);
}
.uk-label.label-pink{
  background: #d81b60;
}
.uk-label.label-purple{
  background: var(--dolce-lottery-color, #5e35b1);
}
.uk-label.label-blue{
  background: var(--dolce-pre-color, #1e88e5);
}
.uk-label.label-black{
  background: var(--dolce-community-color, #000000);
}
.uk-label.label-clear{
  background: transparent !important;
}
.uk-button{
  padding-top: 1px;
  min-width: 180px;
  font-size: 0.8125rem;
}

.uk-button{
	font-weight: 500;
}

.uk-heading-line{
  background: #ffffff;
}

footer .uk-heading-line{
  background: transparent !important;
}



@media (max-width: 959px) {

ul.uk-nav-sub{
padding: 0 0 5px 10px;
}
ul.uk-nav-sub li{
	opacity: 0.8;
	font-size: 0.875rem;
}

ul.uk-nav-sub li a{
	position: relative;
  display: inline-block;
  padding:3px 0 3px 6px !important;
  margin: 0 0 0 0;
  font-weight: 400 !important;
}
ul.uk-nav-sub li:last-child a{
  padding:5px 0 0 6px !important;
}



}

@media (min-width: 960px) {

.uk-search-navbar .uk-search-input {
  font-size: 0.8125rem;
  padding-left: 1em;
}
.uk-navbar-dropdown{
	padding: 10px 20px;
  width: auto !important;
  /*min-width: 200px;*/
  background-color: #fff;
}
ul.uk-nav-sub{
padding: 0 0 5px 12px;
}
ul.uk-nav-sub li{
	opacity: 0.8;
	font-size: 0.75rem;
}
ul.uk-nav-sub li a{
	position: relative;
    display: inline-block;
    padding:0 0 0 5px !important;
    margin: 0 0 0 0;
    font-weight: 400 !important;
}
.sidebar ul.uk-nav-sub li{
	opacity: 1;
	font-size: 0.8125rem;
}

.uk-navbar-dropdown{
  overflow-y: auto;
  max-height: calc(100vh - 90px)
}

}


.uk-offcanvas-bar .uk-nav-default .uk-nav-header,
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-offcanvas-bar,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-navbar-nav > li > a,
.uk-navbar-dropdown-nav > li > a,
.uk-navbar-dropdown-nav .uk-nav-header,
.uk-navbar-dropdown-nav .uk-nav-sub a  {
  color: var(--dolce-text-color, #212121);
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li.uk-active > a,
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus,
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a{
  color: var(--dolce-ahover-color, #999999);
}

.uk-heading-line > ::before,
.uk-heading-line > ::after {
  border-bottom-color: var(--dolce-title-line-color, #dddddd);
}


.uk-offcanvas-bar .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::before{
  border-bottom-color: var(--dolce-title-line-color, #dddddd);
}

.uk-offcanvas-bar .uk-heading-bullet::before,
.uk-heading-bullet::before {
  border-color: var(--dolce-title-line-color, #dddddd);
}

.uk-offcanvas-bar {
  padding: 17px 15px 15px 12px;
}


/* index */

header{
  position:fixed;
	min-height: 90px;
	max-width: 1920px;
  width: 100%;
	z-index: 1009;
	/* background-color: #fff; */
	transition:all  0.4s ease-out;
}

header.scrolled{
	background-color: #fff;
	transition:all 0.4s ease-out;
}

#page header{
	background-color: #fff;
}

#header-box{
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding:20px 20px; 
	max-height: 100px;

	color: var(--dolce-text-color, #212121);

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-content: stretch; /* Safari */
	align-content:         stretch;
	-webkit-align-items: stretch ; /* Safari */
	align-items:stretch;

	/*mix-blend-mode: exclusion;*/
	
}



#header-box img{
	max-height:60px;
	
}



#header-box .uk-icon,
#header-box-fixed .uk-icon{
  color: var(--dolce-text-color, #212121);
}

#header-box .uk-icon > svg,
#header-box-fixed .uk-icon > svg {
  fill: currentColor;
}

#header-menu-sp{
display: none;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
height: 60px;
min-height: 60px !important;
}

@media (max-width: 960px) {
  .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
    height: 50px;
    min-height: 50px !important;
    }
}

.header-menu-pc .sns-icon{
  
}    
.header-menu-pc .sns-icon .x{
  width: 28px;
  float: right;
  padding: 10px 6px 0 4px;
}    

.header-menu-pc .sns-icon .instagram{
  width: 30px;
  float: right;
  padding: 10px 0 0 10px;
}    

header .base-btn{
	background-color: #212121;
	color: #fff;
	padding: 5px 16px;
	display: inline-block;
	border-radius: 4px;
}

header .uk-navbar-nav{
	font-weight: 500;
}

header .uk-navbar-nav > li > a{
	margin-left: 12px;
	
}

@media (max-width: 990px) {
header .uk-navbar-nav > li > a{
	margin-left: 0;
}
}

@media (max-width: 959px) {

#header-box img{
	max-height:50px;
}

#header-menu-sp{
display: block;
}

header{
  position:fixed;
  top:0;
	min-height: 70px;
	background-color: #fff;
}

#header-box{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding:10px 0;
	max-height: 70px;
}

.header-logo{
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
	margin-right: 50px;
}

.header-menu-pc{
display: none;
}

.header-search-pc{
display: none;
}

.uk-navbar-toggle{
  min-width: 50px;
  padding: 0 10px 0 20px;
}

.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
	padding-top: 4px;
}

#slide-menu .sns-icon{
  height: 30px;
  margin-top: 15px;
}    
#slide-menu .sns-icon a{
  display: inline !important;
}   
#slide-menu .svg{
  height: 30px;
}  
#slide-menu .sns-icon .x{
  width: 35px;
  display: inline-block;
  padding: 0 15px 0 0;
}    
#slide-menu .sns-icon .instagram{
  width: 30px;
  display: inline-block;
  padding: 0 0 0 10px;
}    

header .base-btn{

	padding: 5px 10px;
}


}



/* parallax */

#parallax{
	position: fixed;
	background-image: url("../images/main3.jpg");
	z-index: 1;
	width: 100%;
	height: 100svh;
	background-repeat:  no-repeat; 
    background-position:top center;  
    background-size:cover;   

		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	
}
#parallax .catch-pc{
	display: block;
}
#parallax .catch-sp{
	display: none;
}

@media (min-width:959px) {

#parallax .catch-pc img{
	max-width: 760px;
	width: 50vw;
}

}

@media (min-width:601px) and ( max-width:959px) {

	#parallax .catch-pc img{
		max-width: 580px;
	}

}

@media (max-width: 600px) {
#parallax{
	background-image: url("../images/main5.jpg");

}

#parallax .catch-pc{
	display: none;
}
#parallax .catch-sp{
	display: block;
}

}



/* main */

main{
	background-color: #fff;
	width: 100%;
}

#indexpage main{
	position: relative;
	top: 100px;
	width: 100%;


}

#page main{
	position: absolute;
	top: 90px;
	width: 100%;
	z-index: 900;
	padding-top: 30px;
	min-height: calc(100svh - 90px);

}

h1,h2{
	font-family: "classico-urw", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.5rem;
margin: 0 auto;
text-align: center;

}

h1 span,h2 span{
	display: block;
	font-size: 0.875rem;
	line-height: 1.5rem;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ccc;

}

h3{
	font-family: "classico-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: center;
}


.base-logo{
	text-align: center;
	max-width: 150px;
	margin: 0 auto;
}

.main-wrapper{
	padding: 0 20px 10px;
	margin: 0 auto ;
	max-width: 1160px;
}

@media (max-width: 959px) {

.main-wrapper{
	padding: 0 15px 10px;
	margin: 0 auto ;
	max-width: 100%;
}

}

.product-wrapper {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
	-webkit-align-content: stretch; /* Safari */
	align-content:         stretch;
  margin: 30px auto 0;
}

.product-item{
	width: 33.333%;
	padding: 0 15px 30px;
	text-align: center;
}

.product-item .theme-logo{
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}

.product-item .theme-logo2 {
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}

.product-item .theme-logo2 img {
	max-height: 60px;
}

.product-item .desc{
	color: #999;
	font-size: 0.75rem;
	margin-top: -12px;
	margin-bottom: 3px;
}

.product-more{
	margin: 0 auto 60px;
	text-align: center;
}

@media (min-width:960px) and ( max-width:1200px) {

.product-item{
	width: 33.333%;
	padding: 0 10px 30px;
	text-align: center;
}

}

@media (max-width: 959px) {

#indexpage main{
  top: 70px;
}

#page main{
	top: 70px;

	padding-top: 30px;
	min-height: calc(100svh - 70px);
}

h1,h2{
font-size: 1.5rem;
}

h1 span,h2 span{
	font-size: 0.8125rem;
	line-height: 1.3rem;
}

h3{
font-size: 1.2rem;
}

.product-wrapper {
  margin: 25px auto 0;
}

/* .product-item{
	width: 50%;
	padding: 0 5px 20px;
	text-align: center;
} */


.product-item{
  width: 50%;

  --widthA: calc(100% - 15px);
  --widthB: calc(var(--widthA) / 2);
  --widthC: calc(var(--widthB) + 15px);
  width: var(--widthC);

	padding:0 0 20px 15px;
}

.product-item:nth-child(2n + 1) {
  width: 50%;

  --widthA: calc(100% - 15px);
  --widthB: calc(var(--widthA) / 2);
  --widthC: calc(var(--widthB) + 15px);
  width: var(--widthB);

  padding:0 0 20px 0;
}


.product-item .desc{
	display: none;

}

.product-item .theme-logo{
	max-width: 150px;
	text-align: center;
	margin: 0 auto;
	margin-top: -4px;
}

.product-item .theme-logo2 {
	max-width: 150px;
	text-align: center;
	margin: 0 auto;
	margin-top: -4px;
}

.product-item .theme-logo2 img {
	max-height: 45px;
}

.product-more{
	margin: 0 auto 30px;
}

}

/* news */

#article,
#news{
	max-width: 1200px;
	margin-bottom: 60px;
}

.article-item{
	min-height: calc(100svh - 440px);
	margin: 0 30px;
}

.post-item{
	border-bottom: solid 1px #E0E0E0;
	margin: 0 30px;

}

.post-item a {
  color: #5F6368;
}

.post-item .post-body {
  padding: 32px 0px;
}

.post-item:first-of-type .post-body {
  padding: 16px 0px 32px !important;
}

.article-item h3 {
	margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
	padding-top: 16px;
	text-align: left;
	font-size: 1.25rem;
}

.post-item h4 {
	margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}


.post-item .post-option {
  padding-bottom: 0px ;
	padding-top: .5rem !important;
  color: #9E9E9E;
	font-size: 0.8125rem;

}

.article-item .post-option {
  padding-bottom: 0px ;
	padding-top: .5rem !important;
  color: #9E9E9E;
	font-size: 0.875rem;
	text-align: right;

}

.post-item .date-separator{
	display: inline-block;
	padding: 0 10px;
	color: #ddd;
}

.news-more{
	margin: 30px auto 0;
	text-align: center;
}

.post-text{
	margin: 10px 0 0;
	font-size: 0.9375rem
}

.post-text p{
	margin-bottom: 1.6rem;
}


@media (max-width: 959px) {

.article-item{
	min-height: calc(100svh - 280px);
	margin: 0;
}

.post-item{
	margin: 0;
}

.post-item .post-body {
  padding: 20px 0px;
}

.post-item:first-of-type .post-body {
  padding: 10px 0px 20px !important;
}

.post-item .post-option {
  padding-bottom: 0px;
  padding-top: 0 !important;
  font-size: 0.75rem;

}

.post-item h4 {
  margin-bottom: .3rem;

}

#article,
#news{
	max-width: 100%;
	margin-bottom: 30px;
}

}

/* customization */

#customization .desc{
	text-align: center;
	margin: 10px 0 0;
}

@media (max-width: 959px) {

#customization .desc{
	text-align: left;
	margin: 10px 0 0;
	font-size: 0.9375rem;
}

#customization .uk-button-large {
  padding: 0 20px;
}

}

#sns{
	padding-top: 70px;
}

@media (max-width: 959px) {
#sns{
	padding-top: 40px;
}
}

/* footer */

hr.last{
	margin: 80px 10vw 0;
	padding: 0 20px;
	max-width: 1340px;
	height: 0;

  border: 0;
	border-top: 1px solid #ddd;

}

footer{
	margin: 40px auto 0;
	padding: 40px 0 20px;
	text-align: center;
	background-color: #fafafa;
}

footer .copyright{
	font-size: 11px !important;
	color: #ffffff;
}

@media (max-width: 959px) {

hr.last{
	margin: 40px 10vw 0;
	padding: 0 20px;
	max-width: 100%;
}

footer{
	margin: 20px auto 0;
	padding: 40px 0 20px;
}

}

/* pages */

.uk-button {
	text-transform: none !important;
}

#product .lead{
	text-align: center;
	font-size: 1.25rem;
	margin: 5px auto 0;
}

#product .subtext{
	text-align: center;
	font-size:0.875rem;
	margin: 25px auto 0;

}

@media (max-width: 959px) {

#product .lead{
	font-size: 1rem;
	margin: 5px auto 0;
}

}

@media (max-width: 600px) {

#page .product-item{
  width: 50%;

  --widthA: calc(100% - 15px);
  --widthB: calc(var(--widthA) / 2);
  --widthC: calc(var(--widthB) + 15px);
  width: 100%;

	padding:0 0 20px 0;
}

#page .product-item:nth-child(2n + 1) {
  width: 50%;

  --widthA: calc(100% - 15px);
  --widthB: calc(var(--widthA) / 2);
  --widthC: calc(var(--widthB) + 15px);
  width: 100%;

  padding:0 0 20px 0;
}


#page .product-item .desc{
	display: block;

}

#page .product-item .theme-logo{
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top: -4px;
}

#page .product-item .theme-logo2 {
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top: -4px;
}

#page .product-item .theme-logo2 img {
	max-height: 60px;
}

#page .product-more{
	margin: 0 auto 30px;
}

#page .uk-button-small {

  width: 90%;
  margin: 5px auto ;
}

}


/* contact */

#contact p{
	text-align: center;
	margin-bottom: 1.6rem;

}

@media (max-width: 959px) {

#contact p{
	text-align:left;

}

}


/* customization */

#customization{
	font-size: 0.9375rem

}
#customization h1 i {
  color: #4DC6CE;
}

#customization .icon-left {
  padding: 0 0.2rem 0.3rem 0;
}


#customization .entry-title {
  border-bottom: #666 solid 1px;
  border-left: none !important;
  padding: 0 0 8px;
  margin: 40px 0 0.8rem 0 !important;
	font-size: 1.25rem;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: left;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#customization p {
  margin: 0 auto 1.8rem;
  padding: 0;
}



#customization .screen-desc{
	display: inline-block;
	color: #9e9e9e !important;
	font-size: 0.8125rem;
	margin-left: 10px;
}

#customization h3 {
  border-bottom: solid 2px #eee;
  border-left: none;
  position: relative;
  padding: 20px 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px !important;
	margin: 0 0 1rem;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: left;
}

#customization h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #4DC6CE;
  bottom: -2px;
  width: 20%;
}

#customization .text-l {
  font-size: 1.6rem !important;
  line-height: 1.6em;
}

#customization .uk-button{
	min-width: 400px;
}

@media (max-width: 600px) {
	.uk-button{
		width: 100%;
	}

	#customization .uk-button{
		min-width: unset;
	}
	
}

#customization .link{
	text-align: center;
}

#customization .link a{
	color: #999;
	font-size: 0.75rem;
}


.pc-only-inline{
	display: inline;
}

@media (max-width: 959px) {
.pc-only-inline{
	display: none;
}
}

@media (max-width:1100px){.header-menu-pc .home{display:none}}#page-top{ right:3%; bottom:10px; opacity:0.8; opacity:1; position:fixed; z-index:900}.btn-floating,.btn-floating:hover{ display:inline-block; color:#FFF !important; position:relative; z-index:1; width:37px; height:37px; line-height:31px; padding:0; background-color:#314a56; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background-clip:padding-box; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; -ms-transition:0.3s; transition:0.3s; cursor:pointer; text-align:center; margin-bottom:15px}


.product-item .ranking{
  position: absolute;
  top:0;
  left:0;
  padding-left: 30px;
}

.product-item .ranking img{
  width: 60px;
}

@media (min-width:960px) and ( max-width:1180px) {

.product-item .ranking{
  padding-left: 22px;
}
.product-item .ranking img{
  width: 5vw;
}

}

@media (min-width:601px) and ( max-width:959px) {

.product-item .ranking{
  padding-left: 27px;
}
.product-item .ranking img{
  width: 8vw;
}

.product-item:nth-child(2n + 1) .ranking{
  padding-left: 12px;
}

}


@media (max-width:600px) {

.product-item .ranking{
  top:-8px;
  padding-left: calc(1vw + 15px);
}
.product-item .ranking img{
  width: 9vw;
}

.product-item:nth-child(2n + 1) .ranking{
  padding-left: 1vw;
}

}


.wide{
  background-color: #fafafa;
	width: 100%;
	margin-bottom: 5px;
  padding: 30px 0 0;
}

@media (max-width:959px) {

.wide{
	width: 100%;
	margin-bottom: 20px;
  padding: 20px 0 0;
}

}

#latest .theme-image{
  text-align: center;
}

#latest .theme-image img{
  max-width: 100%;
  width: 880px;
}

#latest .theme-text{
  text-align: center;
  mix-blend-mode:darken;
  margin-top: 5px;
}

#latest .theme-text img{
  max-width: 100%;
  width: 500px;
}

#latest .theme-desc1{
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 20px;
}

#latest .theme-desc2{
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 40px;
}

#latest h3{
  border:none; 
  padding:10px 0 15px; 
  margin:0 auto; 
  text-align:center;
  font-size: 1.25rem;
  font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

@media (max-width:959px) {

#latest .theme-desc1{
  margin-bottom: 15px;
}

#latest .theme-desc2{
  margin-bottom: 30px;
}

#latest h3{
  padding:5px 0 15px; 
  font-size: 1rem;
}

}

@media (max-width:600px) {

#page .product-item .ranking,
#page .product-item:nth-child(2n + 1) .ranking{
  top:0;
  padding-left: calc(1vw + 15px);
}
#page .product-item .ranking img{
  width: 15vw;
}



}


.wide2{
	width: 100%;
	margin-bottom: 30px;
  padding: 60px 0 30px;

  background: linear-gradient(-45deg, #f9c2eb, #a8c2ee, #c2f9d0) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 24s ease infinite;

}

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* .wide2{
	width: 100%;
	margin-bottom: 30px;
  padding: 30px 0 0;

  background-image: url("../images/gra1.jpg");

	width: 100%;

	background-repeat:  no-repeat; 
    background-position:top center;  
    background-size:cover;   

} */

@media (max-width:959px) {

.wide2{
	width: 100%;
	margin-bottom: 20px;
  padding: 20px 0 0;
}

}


.features-wrapper {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
	-webkit-align-items: stretch; /* Safari */
	align-items:         stretch;
	-webkit-align-content: stretch; /* Safari */
	align-content:         stretch;
  margin: 30px auto 0;
}

.features-item{
	width: 33.333%;
	padding: 0 25px 30px;
}

#features h2{
  color: #fff;
  margin-bottom: 15px;
}

#features h2 span{
  color: #fff;
}

#features h4{
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 1.375rem;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #fff;
}

@media (min-width:960px) and ( max-width:1180px) {
#features h4{
  font-size: 1.125rem;
}

}

.features-point1,
.features-point2,
.features-point3{
  padding: 3px 10px;
  border-radius: 8px;
  background: #fff;
  width: auto;
display: inline-block;
font-size: 0.75rem;
font-weight: 500;
color: #999;
}

/* .features-point1{
  color: #f9c2eb;
}

.features-point2{
color: #a8c2ee;
}

.features-point3{
color: #aceabb;
} */

.features-desc{
  font-size: 0.8125rem;
 color: #fff;
}


.news-more{
  margin-bottom: 40px;
}


#news{
	margin-bottom: 30px;
}

@media (max-width: 959px) {

.features-wrapper {
  margin: 20px auto 0;
}

.features-item{
	width: 100%;
	padding: 0 15px 30px;
}

#features h4{
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 1.125rem;
}

.features-desc{
  font-size: 0.8125rem;
 color: #fff;
}

}

.ad{
  text-align: center;
  margin: 0 auto !important;
  padding-bottom: 0 !important;
  padding-top: 30px !important;
}

@media (max-width:959px){
.ad{
  padding-bottom: 20px !important;
  padding-top: 0px !important;
}
}

#sns button {
  width: min(100%, 300px);
}

#product .award{
  
  background: #3a1c71; 
  background: -webkit-linear-gradient(to right, #3a1c71, #d76d77, #ffaf7b); 
  background: linear-gradient(to right, #3a1c71, #d76d77, #ffaf7b); 
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;

  /* background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both; */

  width: auto;
  display: inline-block;
  margin: 10px auto 5px;
  padding: 15px 10px 13px;
  border-radius: 150px;
  line-height: 1.2rem;

  font-size: 1rem;

  color: #fff;
  font-weight: bold;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
#product .award span{
  font-size: 1.625rem;
  vertical-align: top;
  display: inline-block;
  line-height: 1rem;
}

#product .award svg{
  height: 1.2rem;
  padding: 0 10px 0.2rem;
  fill: #fff;
}

@media (max-width:959px){

#product .award{
  margin: 5px auto;
  padding: 10px 10px 8px;
  line-height: 1.2rem;
  font-size: 0.8125rem;
}

#product .award span{
  font-size: 1.125rem;
  line-height: 1rem;
}

#product .award svg{
  height: 1.2rem;
  padding: 0 2px 0.2rem;
}

}

#product .subtext{
	margin: 25px auto 20px;
}



.base-logo{
  display: inline-block;
  text-align: center;
	max-width: unset;
  vertical-align: text-bottom;
}

.base-logo img{
  max-height: 1.4em;
  
}

.heart-button {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
.heart-button::before,
.heart-button::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
}
.heart-button::before {
  background-image: url('heart.svg');
  top: 0;
  left: -12px;
}
.heart-button::after {
  background-image: url('heart-reverse.svg');
  bottom: -6px;
  right: -14px;
}
@keyframes heart {
  0% {
 
    opacity: 0;
  }
  66% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  77% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scale(1.4);
    opacity: 0;
  }
}
  .heart-button {
    background-color: #fff;
    border-color: #ef4b53;
    color: #ef4b53;
  }
  .heart-button::before {
    animation: heart 5s infinite ease-out;
  }
  .heart-button::after {
    animation: heart 5s 0.2s infinite ease-out;
  }

#features h4{
  background-color: #fff;
  padding: 7px 10px 8px;
  border-radius: 6px;
  color: #333;
  font-size: 1.4vw;
  margin-top: 15px !important;

  font-size: clamp(11px, 1.5vw, 1.125rem); 
  
}

#feature-1 svg{
  height: 48px !important;
  width: 48px !important;
}

#feature-2 svg{
  height: 42px !important;
  width: 42px !important;
}



#feature-3 svg{
  height: 44px !important;
  width: 44px !important;
}



@media (max-width:959px){

  #features h4{
    margin-top: 10px !important;
    font-size: 1rem;
    padding: 5px 5px 6px;
  }

#feature-1 svg{
  height: 36px !important;
  width: 36px !important;
}

#feature-2 svg{
  height: 30px !important;
  width: 30px !important;
}



#feature-3 svg{
  height: 32px !important;
  width: 32px !important;
}



}


@media (min-width: 960px) {
.product-item a .picture > img{
  transition: all 0.5s ease 0s;
}

.product-item a:hover .picture > img {
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}

.product-item .desc{
  position: relative;
  z-index: 11;
}

.product-item .ranking{
  z-index: 10;
}
}

@media (max-width: 959px) {
  .product-item .theme-logo {
    position: relative;
    z-index: 10;
  }
}


.vi-title{
  text-align: left;
  font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  border-bottom: solid 2px #eee;
  position: relative;
  padding: 5px 0 0.5rem;
  margin: 0 0 1rem;
}


.vi-title::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(to right,#3a1c71,#d76d77,#ffaf7b);
    background-size: auto;
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62,.28,.23,.99) both;
  bottom: -2px;
  /* width: clamp(20%, 25vw, 200px); */
  width: 20%;
}

#contact p{
  font-size: 0.9375rem;
  margin: 0 auto 1.8rem;

}

#contact .uk-button {
  min-width: 400px;
}

@media (max-width: 600px) {
  #contact .uk-button {
    min-width: unset;
  }
}

#customization h3 {
  padding: 5px 0 0.5rem;
  margin: 0 0 1rem;
  font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  font-size: 1.25rem;

}
.post-item h4 {
  font-size: 0.9375rem;
}

@media (max-width:959px){ 
#customization h3{
  font-size: 1rem;
}

.post-item h4,
#customization .desc,
#customization {
  font-size: 0.875rem;
}

#customization .entry-title {
  margin: 25px 0 0.8rem 0 !important;
  font-size: 1.25rem;
}

.vi-title{
  font-size: 1rem;
}

}

.breadcrumb {
  padding: 0;
  list-style: none;
  position: absolute;
  top:-5px;
  /* left: 62px; */
  right: 60px;
}

@media (min-width:960px) and ( max-width:1200px) {
.breadcrumb {
  position: absolute;
  top:-5px;
  /* left: 32px; */
  right: 30px;
}
}

@media (max-width: 959px) {
.breadcrumb {display: none;
}
}

 .breadcrumb > * {
  display: contents;
}

 .breadcrumb > * > * {
  font-size: 0.75rem;
  color: #999;
}

.breadcrumb > * > :hover,
.breadcrumb > * > :focus {
  color: #999;
  text-decoration: none;
}

.breadcrumb > :last-child > span,
.breadcrumb > :last-child > a:not([href]) {
  color: #999;
}

.breadcrumb > :nth-child(n + 2)::before {
  content: ">";
  display: inline-block;
  margin: 0 15px 0 calc(15px - 4px);
  font-size: 0.75rem;
  color: #999;
}

@media (max-width: 959px) {
  .breadcrumb {
    margin-bottom: 5px;
  }
}

.main-wrapper2 {
  padding: 0 60px 10px;
  margin: 0 auto;
  max-width: 1360px;
}

@media (min-width:960px) and ( max-width:1200px) {

.main-wrapper2 {
  padding: 0 30px 10px;
  margin: 0 auto;
  max-width: 1360px;
}

}

@media (max-width: 959px) {

.main-wrapper2 {
	padding: 0 15px 10px;
	margin: 0 auto ;
	max-width: 100%;
}

}


.product-item2{
	width: 20%;
	padding: 0 15px 30px;
	text-align: center;
}

.product-item2 .theme-logo{
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}

.product-item2 .theme-logo2 {
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}

.product-item2 .theme-logo2 img {
	max-height: 60px;
}

@media (min-width:601px) and ( max-width:959px) {

.product-item2{
	width: 33.333%;
	padding: 0 10px 30px;
	text-align: center;
}

}


@media (max-width: 600px) {


.product-item2{
  width: 50%;

  --widthA: calc(100% - 15px);
  --widthB: calc(var(--widthA) / 2);
  --widthC: calc(var(--widthB) + 15px);
  width: var(--widthC);

	padding:0 0 20px 15px;
}

.product-item2:nth-child(2n + 1) {
  width: 50%;

  --widthA: calc(100% - 15px);
  --widthB: calc(var(--widthA) / 2);
  --widthC: calc(var(--widthB) + 15px);
  width: var(--widthB);

  padding:0 0 20px 0;
}

.product-item2 .theme-logo{
	max-width: 150px;
	text-align: center;
	margin: 0 auto;
	margin-top: -4px;
}

.product-item2 .theme-logo2 {
	max-width: 150px;
	text-align: center;
	margin: 0 auto;
	margin-top: -4px;
}

.product-item2 .theme-logo2 img {
	max-height: 45px;
}

.product-item2 .uk-button {
  min-width: unset;
}

}


#page .product-item .price{
  font-size: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 5px auto 5px;
}

@media (min-width: 960px) {
  #page .product-item .theme-logo {
    position: relative;
    z-index: 11;
    margin-bottom: 0;
  }
}

#faq {
  font-size: 0.9375rem;
}

#faq .uk-accordion-title i {
  display: block;
  float: left;
  text-align: center;
  margin-right: 0.7rem;
  font-size: 1.25em;
  line-height: 1.6rem;
  color:#ccc;
}

#faq .uk-accordion-title::before {
  display: none;
}

#faq .uk-accordion-title {
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
}

#faq .uk-accordion-title:hover{
  color: #212121;
}

#faq .uk-accordion > :nth-child(n + 2) {
  margin-top: 25px;
}

#faq .uk-accordion-content {
  margin-top: 10px;
  background-color: #f5f5f5;
}

#faq .uk-accordion-content p {
  padding-left: 2.35rem;
  padding-right: 2.35rem;;
  margin: 1.4em auto;
}

/* #faq .uk-accordion-content:before {
	content:"\f031";
    font-family: FontAwesome;
	position:absolute;
	color:#c62828;
  left: 3px;
  font-size: 1.25em;
  line-height: 1.6rem;
} */

#faq .vi-title{
  margin-top: 2rem;
  margin-bottom: 1.6rem;
}

#faq .vi-title:first-of-type{
  margin-top: 0;
}

#faq .uk-accordion-content .uk-card{
  margin: 1.4em 2rem ;
  font-size: 0.75rem;
  color: #000;
}


@media (max-width: 959px) {

#faq {
  font-size: 0.875rem;
}

#faq .uk-accordion-title i {
  margin-right: 0.4rem;
  font-size: 1.125em;
  line-height: 1.5rem;
}

/* #faq .uk-accordion-content:before {

  font-size: 1.125em;
  line-height: 1.5rem;
} */

#faq .uk-accordion-title {
  font-size: 0.9375rem;
  font-weight: 500;
}

#faq .uk-accordion-content p {
  padding-left: 1.7375rem;
  padding-right: 1.7375rem;
  font-size: 0.8125rem;
}


}


header .uk-navbar-nav > li.themes .base-btn span {
  background: -webkit-linear-gradient(left,#bf0060,#0066a5,#bf0060);
    background-size: auto;
    background-clip: border-box;
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientText 7s infinite;
  animation: gradientText 7s infinite;
}
@-webkit-keyframes gradientText {
  0% {
    background-position:200% 50%
  }
  50% {
    background-position:100% 50%
  }
  to {
    background-position:0 50%
  }
}
@keyframes gradientText {
  0% {
    background-position:200% 50%
  }
  50% {
    background-position:100% 50%
  }
  to {
    background-position:0 50%
  }
}

header .base-btn{

  background-color: transparent;

	padding: 5px 16px;
	display: inline-block;
	border-radius: 4px;
}

@media (max-width: 959px) {
  header .uk-navbar-nav > li.dav span,
  header .base-btn{
    padding: 5px 10px;
  }
}

header .uk-navbar-nav li .active {
  border-bottom: solid 1px #212121;
  padding: 2px 0;


}


header .uk-navbar-nav li.themes .active {
  border-bottom: 1px solid #c21500;
  border-image: linear-gradient(to left, #bf0060,#0066a5 200%);
  border-image-slice: 1;
  
}

.vi-divider{
  padding: 0 10px;
  display: inline-block;
  color: #ccc;
}

header .uk-navbar-nav li .inactive {
  border-bottom: solid 1px #fff;
  padding: 2px 0;
}

#faq .merit{
  font-weight: 500; 
  font-size: 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin:0 auto 1.4rem !important ;
}

#faq .merit:last-child{
  margin:0 auto !important ;
}

@media (max-width:959px){ 
#faq .merit{
  font-size: 0.875rem;
}
}


@media (min-width:960px) and ( max-width:1070px) {
  .base-btn em{
    display: none;
  }
  }



@media (min-width:960px) and ( max-width:1070px) {
.base-btn em{
  display: none;
}
}

#slide-menu li{
  margin-top: 30px;
  margin-left: 5px;
}

#slide-menu li:first-child{
  margin-top: 0;
}

#slide-menu .themes {
  background: -webkit-linear-gradient(left,#bf0060,#0066a5,#bf0060);
    background-size: auto;
    background-clip: border-box;
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientText 7s infinite;
  animation: gradientText 7s infinite;
  font-weight: 700;
  margin-top: 30px !important;
}


.graph-background {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(circle, #ddd 1px, transparent 1px);
  background-size: 25px 25px; /* ドットの間隔を調整 */
  background-position: center; /* ドットの背景を中央に揃える */
}

/* 中央の縦横線 */
.graph-background::before,
.graph-background::after {
  content: '';
  position: absolute;
  background-color: #f5f5f5;
}

/* 縦線 */
.graph-background::before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-1px); /* 中央にぴったり合わせる */
}

/* 横線 */
.graph-background::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-1px); /* 中央にぴったり合わせる */
}

/* タイトルの共通スタイル */
.graph-title {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  color: #333;
  padding: 5px 10px;
  font-size: 13px;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  z-index: 2;
}

/* 上 */
.graph-title-top {
  top: 10px; /* 上端から10px内側に配置 */
  left: 50%;
  transform: translateX(-50%);
}

/* 下 */
.graph-title-bottom {
  bottom: 10px; /* 下端から10px内側に配置 */
  left: 50%;
  transform: translateX(-50%);
}

/* 右 */
.graph-title-right {
  right: 10px; /* 右端から10px内側に配置 */
  top: 50%;
  transform: translateY(-50%);
}

/* 左 */
.graph-title-left {
  left: 10px; /* 左端から10px内側に配置 */
  top: 50%;
  transform: translateY(-50%);
}

/* 250214 */
#indexpage header{
	background-color: #fff;
}

@media (min-width:601px) and ( max-width:959px) {
  #parallax{
    background-image: url("../images/main4.jpg");
  
  }
}


#mainimage{
  position: relative;
}

#mainimage h2{
  position: absolute;
  z-index: 10;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-top: 8vw;
  font-size: 2rem;
}



section{
  /* margin-top: -60px; */
  padding-top: 30px;
}

@media (max-width:959px) {
  section{
    /* margin-top: -60px; */
    padding-top: 20px;
  }
}

#about h3{
  margin-bottom: 25px;
  font-size: 1.8rem;
}

#about .desc{
  font-size: 1rem;
  text-align: center;
  margin-bottom: 20px;
}

#about .pic1{
  max-width: 320px;
  text-align: center;
  margin: 0 auto;

}



@media (max-width:959px){ 


  #about h3{
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  #mainimage h2{
    font-size: 1.6rem;
  }
  
  
}

@media (max-width:639px){ 
  #mainimage h2{
    width: 100%;
    padding-top: 12vw;
    font-size: 1.5rem;
  }

  #about .pic1{
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
  
  }
}

#service p{
  margin-bottom: 1rem;
}

#service .pic2{
  max-width: 600px;
  text-align: center;
  margin: 0 auto;

}

#company .map iframe{
  width: 100%;
  height: 380px;
  margin-top: 30px;
  border: none;
}


#company .block_inner{margin:120px auto;position:relative;}
#company .block_ttl{text-align:center;}
#company .summary{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto 0;position:relative;}

#company .summary dl{display:flex;align-items:center;width:calc((100% - 40px)/2);font-size:1rem;line-height:1.5;letter-spacing:0.04em;text-align:left;padding:20px 0 15px;border-bottom:1px solid #e4e4e4;}
#company .summary dl dt{width:8em;font-weight:700;}
#company .summary dl dd{flex:1;}


@media screen and (max-width:980px) {

  #company .summary dl{font-size:0.875rem;width:calc((100% - 30px)/2);}

}
@media screen and (max-width:767px) {

  #company .summary{display:block;}
  #company .summary dl{font-size:0.875rem;width:100%;}

}


#contact .form-wrapper{
  max-width: 800px;
  background-color: #fafafa;
  margin: 20px auto 0;
  padding: 20px;
}

.wpcf7-submit{
background:#000;
color: #fff;
cursor: pointer;
padding: 10px 20px;
min-width: 200px;
max-width: 100%;
border-radius: 4px;
font-weight: 500;
font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}
.wpcf7-submit:hover {
background:#454545;
}
.uk-form-icon:not(.uk-form-icon-flip)~.wpcf7-form-control-wrap .uk-input {
  padding-left:40px !important
}
#contact h4{
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0 0 10px;
}
.wpcf7-not-valid-tip{
  background-color: #c62828;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 0.75rem;
  margin-top: 5px;
  display: inline-block;

}
.wpcf7-response-output{
  color: #c62828;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.uk-form-icon {
  top: 10px;
  bottom: auto;
  z-index: 2 !important;
  color: #999 !important;

}
.grecaptcha-badge{
  z-index: 2000;
}
.screen-reader-response{
  display: none;
}
.need{
  color: #fff;
  background-color: #c62828;
  font-size: 8px;
  padding: 3px 4px 4px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 8px;
}
.noneed{
  color: #fff;
  background-color: #78909c;
  font-size: 8px;
  padding: 3px 4px 4px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 8px;
}

.pp_wrap{
  padding: 15px 0;
}
.privacy{margin:20px 0 25px;border:1px solid #AAA;background:#FFF;position:relative;}
.pp_ttl{ color: #3c3c3c; padding: 20px 20px 0; box-sizing: border-box; margin-bottom: 10px;}
.pp_ttl h3{ font-size: 15px; font-weight: 700; margin-bottom: 10px;}
.pp_ttl p{ font-size: 13px; line-height: 22px;}
.privacy .page_caption,
.privacy dl{font-size:13px;line-height:22px;text-align:left;margin:0 20px;padding:0; height: 220px; overflow-y: scroll;}
.privacy dl{ color: #3c3c3c;}
.privacy dt{font-size:15px;padding:10px 0 0; font-weight: 700;}
.privacy dd{padding:10px 0 0;}
.privacy dt.box1{font-size:14px;}
.privacy dd.box2{margin:0 0 0 30px;}
.privacy .pp_contact{background:#EEE;padding:20px 0;margin:20px 0 0;}
.privacy .pp_contact h4{font-size:16px;font-weight:700;line-height:25px;}
.privacy .pp_contact p{font-size:14px;line-height:25px;padding:5px 0 0;}
.privacy .pp_contact br.line1{display:none;}
.privacy .pp_contact br.line1 + .line0{padding:0 0 0 1em;}
.contact_info{ background-color: #eee; padding: 20px; box-sizing: border-box; font-size: 13px; line-height: 22px; color: #3c3c3c; margin: 20px;}
.privacy dt:first-child{
  padding-top: 0;
}

#contact .google{
  font-size: 10px;
  text-align: center;
  margin: 30px auto 0;
}

#contact .google a{
  text-decoration: underline;
}

.grecaptcha-badge { visibility: hidden; }


footer{
  background: url("../images/footer2.png");
  background-repeat: repeat-x;
	margin: 40px auto 0;
	padding: 130px 0 20px;
}

footer .tel{
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .tel a{
  color: #fff;

}

footer .address{
  font-size: 1rem;
  color: #fff;
  margin-bottom: 40px;
  padding: 0 10px;
}

@media (max-width:959px){ 

  footer .address{
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 40px;
  }

}

#service h3{
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 0 0 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: bold;
}

#service h4{
  text-align: center;
  margin: 20px auto 15px;
  font-weight: bold;
}

.flex-wrapper{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
-webkit-align-content: stretch; /* Safari */
align-content:         stretch;
-webkit-align-items: stretch ; /* Safari */
align-items:stretch;
flex-wrap: wrap;
gap:20px;
margin-top: 10px;
margin-bottom: 40px;
	
}

.flex-item{
  --widthA: calc(20px * 2);
    --widthB: calc(100% - var(--widthA));
    width: calc(var(--widthB)/ 3);

}

.flex-item-title{
  text-align: center;
  margin-top: 5px;
  font-size: 0.875rem;
}

@media (max-width:959px){ 

  #service h3{
    font-size: 1rem;
  }

  #service h4{
    margin: 10px auto 10px;
  }

.flex-wrapper{
gap:12px 15px;
margin-top: 5px;
margin-bottom: 20px;
	
}
.flex-item{
  --widthA: calc(15px * 1);
    --widthB: calc(100% - var(--widthA));
    width: calc(var(--widthB)/ 2);

}

.flex-item-title{
  text-align: center;
  margin-top: 5px;
  font-size: 0.75rem;
}

#company{
  padding-top: 10px;
}

}