@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
.fadein1 {
  opacity : 1;
  transform: translateY(0px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 1;
  transform: translateX(0px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 1;
  transform: translateX(-0px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
#slider {
    width: 100%;
    height: 30vh;
}
#mimg .txtBox {
	position: absolute;
	width: 90%;
	height: auto;
	display:inline-block;
	bottom: 45%;
	left: 5%;
	z-index: 1000;
}
#mimg .p1 {
	width: 100%;
	height: auto;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0px;
    text-align: center;
}
#Pl { display:none;}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
}
#cnv {
	position: relative;
	width: 310px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
}
#cnv .btn01{
	position: relative;
	display:block;
	width: 145px;
	height: 25px;
	border-radius: 13px;
	background-color: #fff;
	color: #206eb6;
	transition: 0.4s;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	outline: 1px solid #206eb6;
	outline-offset: -1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#cnv .btn01::before {
    content: attr(data-hover);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: transparent;
    text-align: center;
    white-space: nowrap;
    transition: 0.4s;
}
#cnv .btn01:hover {
	background-color: #206eb6;
	outline: 1px solid #206eb6;
	outline-offset: -1px;
}
#cnv .btn01:hover::before {
	color: #fff;
}


#section01{
	width: 100%;
	height:auto;
	padding-top: 25px;
	padding-bottom: 20px;
}
#contents01 {
	width: 100%;
	max-width: 310px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center;
}
.h2ac {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #206eb6;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
}
#contents01 .txt01 {
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing:0px;
	margin-top: 20px;
	float: left;
}
#contents01 .txt02 {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0px;
	color: #206eb6;
	font-weight: bold;
	margin-top: 15px;
	float: left;
}
#contents01 .txt03 {
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0px;
	margin-top: 15px;
	float: left;
}


#section02{
	width: 100%;
	height:auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents02 {
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center;
}
#brandbox {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}

#brandbox .bgImg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime2 16s infinite;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;

}
#brandbox .src1{
	display:block;
	background-image: url(../web/brand/cont02_back01.webp); 
}
#brandbox .src2{
	background-image: url(../web/brand/cont02_back02.webp);  
	animation-delay: 8s;
}

#umano_brand {
	display: inline-block;
	width: 310px;
	height: auto;
	padding: 0px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0);
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#umano_brand_box {
	width: 280px;
	height: 540px;
	padding: 15px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.95);
}
h4 {
	width: 100%;
	height: 23px;
	text-align: center;
	font-size: 11px;
	line-height: 23px;
	letter-spacing: 0px;
	font-weight: bold;
	float: left;
	 position: relative;
    display: inline-block;
}
h4:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #206eb6;
}
h4.f{ margin-top: 20px;}

#umano_brand_box .t1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight:bold;
}
#umano_brand_box .t2{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	font-weight:bold;
}
#umano_brand_box .t3{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	font-weight:bold;
	border-top: 1px solid #CCC;
}


#section03{
	width: 100%;
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents03 {
	width: 100%;
	max-width: 310px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h5 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center;
	float: left;
}
.h5ac {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
}
.swiper {
  width: 100%;
  height: 265px;
  float: left;
  margin-top: 15px;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 215px;
}

.swiper-slide {
  width: 150px !important;
  height: 215px !important;
  background-color: #FFF;
}
.swiper-button-next { display:none !important;}
.swiper-button-prev { display:none !important;}
.swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  margin: 0 0 0 7px !important;
}
.swiper-pagination {
	margin-bottom: 30px;
}

#Pitem {
	width: 140px;
	height: 215px;
	padding: 5px;
	float: left;
	transition: 0.4s;
	border-radius: 5px;
}

#Pitemttl {
	width: 100%;
	height: 40px;
	float: left;
	border-bottom: none;
}
#label_green{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #469614;
}
#label_green .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #469614;
}
#label_green .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #469614;
}

#label_red{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #f05015;
}
#label_red .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #f05015;
}
#label_red .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #f05015;
}

#label_blue{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #3caaf0;
}
#label_blue .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #3caaf0;
}
#label_blue .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #3caaf0;
}

#label_yellow{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #ff9600;
}
#label_yellow .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #ff9600;
}
#label_yellow .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #ff9600;
}
#Pitemttl .ttl{
	width: 100%;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	font-weight: 500;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

#Pitem .Img{
	width: 100%;
	height: 88px;
	float: left;
	margin-top: 5px;
}
#Pitem .Img img{
	width: 140px;
	height: 88px;
	border-radius: 3px;
}
#Pitem:hover .Img img{
	transform: scale(1.0);
}
#Pitem:hover{
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.Pitemtxt {
	width: 100%;
	height: 56px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #000;
	overflow: hidden;
}
.Pitemdate {
	width: 100%;
	height: 12px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #000;
}

#contents03 .btn a{
	display: inline-block;
	width: 260px;
	height: 30px;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	outline: 1px solid #333;
	outline-offset: -1px;
	border-radius: 15px;
	transition: 0.4s;
	margin-top: 0px;
	margin-left: 25px;
}
#contents03 .btn a:hover{
	color: #fff;
	background-color:#206eb6;
}

}
