.genecafe,td {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    /* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
    font-weight: 600;
    color: #222;
    font-size: 16px!important;
    line-height: 1.7;
}
.genecafe h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.genecafe h3 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 30px;
}
.genecafe_img {
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url(./images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.marker-bold {
    background: linear-gradient(transparent 40%, #ffff7f 50%);
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.5s;
}
.marker-bold.on {
    background-size: 100% 100%;
}
.tracking-in-expand{
    -webkit-animation:tracking-in-expand 1s cubic-bezier(.215,.61,.355,1.000) both;
    animation:tracking-in-expand 1s cubic-bezier(.215,.61,.355,1.000) both
}
a.btn_12 {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: calc(100% - 1);
	margin: 10px auto;
	padding: 1rem 3rem 1rem 3rem;
	font-weight: bold;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #44c6f2;
	color: #fff;
}
.enjoy_coffee {
    color: #fff; 
    text-align: center; 
    display: flex; 
    width: calc(100% - 15px); 
    margin: 0 auto 60px;
}
.enjoy_coffee_child {
    background-color: #333; 
    border-radius: 10px; 
    flex-basis: 33%; 
    padding: 10px; 
    margin: 5px;
}
.genecafe > .table_ td {
    font-size: 0.9em;
}
@-webkit-keyframes tracking-in-expand{
    0%{letter-spacing:-.5em;opacity:0}
    40%{opacity:.6}
    100%{opacity:2}
}
@keyframes tracking-in-expand{
    0%{letter-spacing:-.5em;opacity:0}
    40%{opacity:.6}
    100%{opacity:2}
}
.text-focus-in{
    -webkit-animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;
    animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both
}
@-webkit-keyframes text-focus-in{
    0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}
    100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}
}
@keyframes text-focus-in{
    0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}
    100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}
}
.img_container {
    animation: fadein 1.5s ease-out forwards;
    margin-bottom: 60px;
}
@keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* .more_select_items {
    display: none;
} */

@media (max-width: 480px) {
    .genecafe {
        width: 100%;
    }
    .enjoy_coffee {
        display: block;
    }
    .enjoy_coffee_child {
        flex-basis: 100%;
    }
}