.home-main {
	background: url("/images/special/birthday/home/main-img-sp.jpg") no-repeat center/cover;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 101vw;
	padding: 0 15px;
	text-align: center;
}

.home-main__ttl {
	font-size: 37px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.home-main__sub {
	display: none;
	font-size: 22px;
}

.home-headline {
	margin-bottom: 27px;
}

.home-headline.home-headline--center {
	text-align: center;
}

.home-headline__sub {
	color: #808080;
	font-size: 11px;
	margin-bottom: 10px;
}

.home-headline__ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.769;
	margin: 0;
}

.home-message__grid {
	display: flex;
	flex-flow: column;
	text-align: center;
}

.home-message__img {
	margin: 0 -15px;
}

.home-message__info {
	margin-bottom: 45px;
}

.home-message__txt {
	color: #646464;
	line-height: 2.2;
}

.home-category__list {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.home-category__list li {
	box-sizing: border-box;
	flex: 1;
	height: 124px;
	margin-bottom: 4px;
	padding: 0 2px;
}

.home-category__list li:nth-child(1),
.home-category__list li:nth-child(2) {
	flex: 0 100%;
	width: 100%;
}

.home-category__item {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 10;
}

.home-category__item:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .3s ease;
	z-index: -1;
}

.home-category__item img {
	width: 82px;
}

.home-category__item .cate-name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
}

.home-category__bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.home-ranking .home-headline {
	padding-bottom: 25px;
	position: relative;
}

.home-ranking .home-headline::after {
	content: '';
	background-color: #000;
	height: 1px;
	width: 20px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
}

.home-ranking__main {
	margin-bottom: 50px;
	text-align: center;
}

.home-ranking__main img {
	max-width: 60px !important;
}

.home-ranking__main__ttl {
	font-size: 13px;
	font-weight: 500;
	margin: 5px 0 20px;
}

.home-ranking__main__txt {
	line-height: 1.9;
}

.home-recommend {
	overflow: hidden;
}

.home-recommend .srcoll-tab-wrap {
	position: relative;
}

.home-recommend .srcoll-tab {
	margin: 0 -15px 50px;
	overflow: auto;
	position: relative;
}

.home-recommend .tab-box {
	display: none;
}

.home-recommend__tab {
	list-style: none;
	display: flex;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

.home-recommend__tab li {
	flex: 1;
	min-width: 93px;
	padding: 0 2px;
}

.home-recommend__tab li.active a,
.home-recommend__tab li.active .home-recommend__tab__sub {
	color: #fff;
}

.home-recommend__tab a {
	color: inherit;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
}

.home-recommend__tab a:hover {
	color: #fff;
}

.home-recommend__tab a span {
	display: block;
}

.home-recommend__tab__sub {
	font-family: "Jost", sans-serif;
	font-size: 10px;
	font-weight: 500;
}

a:hover .home-recommend__tab__sub {
	color: #fff;
}

.home-recommend__grid {
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.home-recommend__grid:after {
	content: '';
	background-color: #fff;
	position: absolute;
	top: 28px;
	bottom: 85px;
	left: 0;
	width: 100%;
	z-index: -1;
}

.home-recommend__intro {
	margin-bottom: 37px;
}

.home-recommend__intro__img {
	margin: 0 auto 5px;
	position: relative;
	text-align: center;
	z-index: 10;
}

.home-recommend__intro__img img {
	height: 50px;
	line-height: 1;
}

.home-recommend__intro__ttl {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.home-recommend__intro__ttl:after {
	content: '';
	background-color: #000;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}

.home-recommend__intro__txt {
	margin: 0;
}

.home-recommend__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin: 0 -10px 32px;
}

.home-recommend__list li {
	flex: 0 50%;
	max-width: 50%;
	box-sizing: border-box;
	margin-bottom: 33px;
	padding: 0 10px;
}

.home-service__list {
	list-style: none;
	padding: 0 24px;
}

.home-service__list li {
	box-sizing: border-box;
	margin-bottom: 32px;
	padding-bottom: 50px;
	position: relative;
}

.home-service__list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-service__list li:not(:last-child):after {
	content: '';
	background-color: #000;
	height: 1px;
	width: 38px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -16px;
}

.home-service__list li a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.home-service__item {
	text-align: center;
}

.home-service__item__top {
	font-size: 13px;
	font-family: "Jost", sans-serif;
	font-weight: 300;
	margin-bottom: 8px;
}

.home-service__item__top span {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	margin-left: 10px;
}

.home-service__item__ttl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.36;
	margin: 23px 0 20px;
	text-align: center;
}

.home-service__item__txt {
	text-align: justify;
}

.home-about__bg {
	background: url("/images/special/birthday/home/about-bg.jpg") no-repeat center/cover;
	height: 150px;
}

.home-about__ttl {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 10px;
}

.home-about__txt {
	line-height: 1.9;
}

.home-about__top {
	margin: 40px 0;
}

.home-about__first {
	margin-bottom: 50px;
}

.home-about__first__right {
	margin-bottom: 30px;
}

.home-about__first .home-about__txt {
	margin-bottom: 19px;
}

.home-about__middle {
	margin-bottom: 50px;
}

.home-about__middle__left {
	margin-bottom: 20px;
}

.home-about__bottom .home-about__txt {
	margin-bottom: 19px;
}

@media only screen and (min-width: 768px) {

.home-main {
	background-image: url("/images/special/birthday/home/main-img.jpg");
	height: 570px;
}

.home-main__ttl {
	font-size: 74px;
}

.home-main__sub {
	display: block;
}

.home-headline__sub {
	font-size: 14px;
}

.home-headline__ttl {
	font-size: 26px;
}

.home-message {
	padding: 143px 0 120px;
}

.home-message__grid {
	flex-flow: row;
	text-align: left;
}

.home-message__img {
	margin: 0 0 0 -15px;
	flex-shrink: 0;
	order: -2;
	width: 50%;
}

.home-category {
	padding: 115px 0 136px;
}

.home-category .home-headline {
	margin-bottom: 50px;
}

.home-category__list li {
	height: 262px;
}

.home-category__list li:nth-child(3),
.home-category__list li:nth-child(4) {
	flex: 0 50%;
	width: 50%;
}

.home-category__item:hover:after {
	background-color: rgba(255, 255, 255, 0.4);
}

.home-category__item img {
	width: auto;
}

.home-category__item .cate-name {
	font-size: 24px;
}

.home-ranking .home-headline {
	margin-bottom: 58px;
	padding-bottom: 30px;
}

.home-ranking .home-headline::after {
	margin-left: -18px;
	width: 36px;
}

.home-ranking__main {
	margin-bottom: 70px;
}

.home-ranking__main img {
	max-width: 100% !important;
}

.home-ranking__main__ttl {
	font-size: 20px;
	margin-bottom: 7px;
}

.home-recommend .home-headline {
	margin-bottom: 42px;
}

.home-recommend .srcoll-tab {
	margin-left: 0;
	margin-right: 0;
}

.home-recommend__tab li {
	padding: 0;
}

.home-recommend__tab a {
	font-size: 14px;
	padding: 20px 10px;
}

.home-recommend__tab__sub {
	color: #808080;
	font-size: 12px;
}

.home-recommend__grid {
	display: flex;
	padding: 70px 0 92px;
}

.home-recommend__grid:after {
	bottom: 0;
	left: 165px;
	top: 0;
	width: 1000%;
}

.home-recommend__intro {
	flex-shrink: 0;
	margin-right: 50px;
	margin-bottom: 0;
	width: 226px;
}

.home-recommend__intro__img {
	margin: 0 -76px 5px 0;
	text-align: left;
}

.home-recommend__intro__img img {
	height: auto;
}

.home-recommend__intro__ttl {
	font-size: 20px;
	margin-bottom: 27px;
	padding-bottom: 27px;
	text-align: left;
}

.home-recommend__intro__ttl:after {
	left: 0;
	margin-left: 0;
	width: 36px;
}

.home-recommend__intro__txt {
	margin-bottom: 56px;
}

.home-recommend__list {
	margin-top: 26px;
	margin-bottom: -62px;
}

.home-recommend__list li {
	flex: 0 33.33%;
	max-width: 33.33%;
	margin-bottom: 62px;
}

.home-present .home-headline {
	margin-bottom: 77px;
}

.home-service .home-headline {
	margin-bottom: 64px;
}

.home-service__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0;
}

.home-service__list li:not(:last-child):after {
	display: none;
}

.home-service__list li {
	flex: 0 25%;
	max-width: 25%;
	margin-bottom: 0;
	padding: 0 15px;
}

.home-service__item__top {
	font-size: 14px;
	margin-bottom: 22px;
}

.home-service__item__top span {
	font-size: 26px;
}

.home-service__item__ttl {
	font-size: 22px;
}

.home-about__bg {
	height: 300px;
}

.home-about__ttl {
	font-size: 26px;
	margin-bottom: 25px;
}

.home-about__top {
	margin: 110px 0 126px;
	text-align: center;
}

.home-about__first {
	display: flex;
	margin-bottom: 154px;
}

.home-about__first__right {
	order: 3;
	margin-bottom: 0;
	margin-right: -15px;
}

.home-about__first__left {
	flex-shrink: 0;
	margin-right: 40px;
	width: 40%;
}

.home-about__first .home-about__txt {
	margin-bottom: 60px;
}

.home-about__middle {
	display: flex;
	align-items: center;
	margin-bottom: 115px;
}

.home-about__middle__left {
	flex-shrink: 0;
	margin-bottom: 0;
	margin-right: 40px;
	width: 42.75%;
}

.home-about__middle__right {
	margin-right: -15px;
}

.home-about__bottom {
	display: flex;
	align-items: flex-end;
}

.home-about__bottom__right {
	flex-shrink: 0;
	margin-left: 40px;
	width: 48.56%;
}

.home-about__bottom__left {
	margin-left: -15px;
}

.home-about__bottom .home-about__txt {
	margin-bottom: 60px;
}

}

@media only screen and (min-width: 992px) {

.home-service__list {
	margin: 0 -32px;
}

.home-service__list li {
	padding: 0 32px;
}

}

@media only screen and (min-width: 1025px) {

.home-message__img {
	width: 63.94%;
}

.home-message__info {
	margin-bottom: 0;
	padding-top: 50px;
}

}

@media only screen and (min-width: 1107px) {

.home-about__first__right {
	margin-right: -140px;
}

.home-about__first__left {
	margin-right: 90px;
	width: 31.23%;
}

.home-about__middle__left {
	margin-right: 80px;
}

.home-about__middle__right {
	margin-right: -106px;
}

.home-about__bottom__right {
	margin-left: 90px;
}

.home-about__bottom__left {
	margin-left: -173px;
}

}

@media only screen and (min-width: 1281px) {

.home-message__img {
	margin-left: -176px;
}

.home-recommend__grid {
	margin-right: -95px;
}

}

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

.home-message .home-headline__sub {
	display: none;
}

.home-category__list li {
	flex: 0 50%;
	width: 50%;
}

.home-category__list li:nth-child(3) {
	flex: 0 100%;
	width: 100%;
}

.home-recommend .tab-box {
	display: block !important;
	margin-bottom: 60px;
}

.home-recommend .tab-box:last-child {
	margin-bottom: 0;
}

}
