@charset "UTF-8";


.section__header .ttl {
	font-size: 2.4rem;
}

/* ==========================================================================
   MV
========================================================================== */
#mv .txtBox {
	padding-right: 100px;
	padding-left: 100px;
}


/* ==========================================================================
   About
========================================================================== */
#about .entry__content p {
	font-size: 2rem;
}

/* ==========================================================================
   Functions
========================================================================== */
#functions .pict{
	margin: 30px auto 60px;
}
#functions .pict figure{
	flex: 0 0 100px;
}


/* ==========================================================================
   Point
========================================================================== */
#point table thead td {
   font-size: 1.6rem;
}
#point table tbody td {
   font-size: 2rem;
}
#point table tbody td:nth-of-type(3) {
   font-size: 3rem;
}

#point ol {
  font-size: 1.6rem;
}


/* ==========================================================================
  Novelty
========================================================================== */
#novelty ul li {
	display: flex;
	align-items: center;
}
#novelty ul li .imgBox {
	flex: 0 0 250px;
}
#novelty ul li .txtBox {
	padding-left: 40px;
}
#novelty ul li .ttl {
	font-size: 2rem;
}