@charset "UTF-8";
@import "style.css";

#kv .kv_ttl {
	font-size: 4.72vw;
    font-weight: 600;
}

#kv .kv_ttl small {
    font-size: 1.598vw;
}

#kv .kv_ttl span {
    line-height: 1.5;
}


main {
    padding: 0 0 0rem;
}

section {
	padding: 5rem 0 0;
}

section.bg {
	margin-top: 5rem;
	padding: 5rem 0;
}

@media screen and (max-width: 764px) {
section {
	padding: 2rem 0 0;
}
section.bg {
	margin-top: 3.5rem;
	padding: 3.5rem 0 2.5rem;
}

}

.itemcenter {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.itemcenter a {
	font-size: .85rem;
}

.itemcenter span {
    display: inline-block;
    margin-top: 2%;
    padding-left: 27px;
	position: relative;
}

.itemcenter span::after {
	display: inline-block;
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0px;
    margin: auto 0;
    content: "";
    width: 17px;
    height: 7px;
    border-bottom: solid 1px #D95755;
    border-right: solid 1px #D95755;
    transform: skew(45deg);
}

.itemcenter a img {
	display: block;
	width: 100%;
-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.itemcenter a:hover img {
	opacity: .7;
}


@media screen and (max-width: 764px) {
.itemcenter a {
    margin-bottom: 5%;
}
}

/* --------------------------------------------------
	 NEWS
-------------------------------------------------- */
.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.article ul li span {
	background:#F7F8F9;
	display: block;
	padding: 7% 7% 10% 7%;
	position: relative;
}


.article ul li img {
	width: 100%;
    display: block;
}

#news .article .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3%;
    width: 100%;
}

#news .article .item a {
	width: calc(94% / 3);
}
#news .article .item a:hover {
        text-decoration: none;
}
#news .article .item a dl dt {
    margin-bottom: .35rem;
    width: 100%;
    height: 200px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

#news .article .item a dl dd small {
    display: block;
    font-size: .75rem;
    color: #666;
}

#news .article {
	margin-bottom: 2rem;
}

@media screen and (max-width: 764px) {
.article {
	width: 100%;
}
.article ul li {
    width: 50%;
	margin-bottom: 2%;
}
.article ul li span {
	font-size: .55rem;
}
#news .article .item a {
	width: calc(97% / 2);
}
#news .article .item a dl dt {
    height: 120px;
}
}

/* --------------------------------------------------
	  
-------------------------------------------------- */
#bodymemu {
	-webkit-transition: opacity 0.3s, -webkit-transform 20s linear;
	transition: opacity 0.3s, -webkit-transform 20s linear;
	transition: opacity 0.3s, transform 20s linear;
	transition: opacity 0.3s, transform 20s linear, -webkit-transform 20s linear; 
}

#bodymemu > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -2px; 

	-webkit-flex-wrap: wrap; 

	    -ms-flex-wrap: wrap; 

	        flex-wrap: wrap;
}


#bodymemu > ul li {
	overflow: hidden;
	position: relative;
	width: 50%;
	height: 350px;
	-webkit-transition: border-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: border-color 0.3s cubic-bezier(0.23, 1, 0.58, 1); 
	line-height: 1;
}

#bodymemu:hover > ul li {
	border-color: rgba(240, 240, 238, 0);
}

#bodymemu > ul li:first-child {
	width: 100%;
}

#bodymemu ul li .item_mask {
	content: "";
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
}

#bodymemu ul li .item_mask::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.6);
-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}


#bodymemu > ul li:first-child .item_mask {
	background: transparent url(../img/bodymemu01.jpg) no-repeat right center;
	background-size: cover;
}

#bodymemu > ul li:nth-child(2) .item_mask {
	background: transparent url(../img/bodymemu02.jpg) no-repeat right center;
	background-size: cover;
}

#bodymemu > ul li:nth-child(3) .item_mask {
	background: transparent url(../img/bodymemu03.jpg) no-repeat right center;
	background-size: cover;
}


#bodymemu:hover ul li .item_mask {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-radius: 20px 20px;
}

#bodymemu:hover ul li .item_mask::after {
	border-radius: 20px 20px;
}

#bodymemu ul li:hover .item_mask {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

#bodymemu ul li:hover .item_mask::after {
	background-color: rgba( 0, 0, 0, 0.2);
}


#bodymemu ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	text-decoration: none; 
	color: inherit;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#bodymemu ul li a span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
}

#bodymemu ul li a {
	color: #FFF;
}

#bodymemu ul li a span font {
	color: #FFF;
}

#bodymemu ul li a strong {
	margin-top: 10px;
	display: inline-block;
	font-size: .7rem;
	font-weight: normal!important;
}


@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 764px) {

#bodymemu > ul li {
	height: 150px;
	width: 100%;
}
#bodymemu ul li a span {
	font-size: 1rem;
}
#bodymemu ul li a strong {
	margin-top: 5px;
	font-size: .5rem;
}

}
