@charset "UTF-8";
/* CSS Document */

.main-wrap {
	background: url(/images/mother2020/bg-mother.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
	color: #2a3553;
	padding: 80px 0;
	position: relative;
}
img.title-img {
	height: 78px;
	display: block;
	margin: 0 auto 20px;
}
.tit-cont {
	display: inline-block;
	border-bottom: solid 1px #2a3553;
}
.tit-cont + p {
	font-size: 20px;
	margin-top: 15px;
}
.main-wrap h2 {
	font-size: 105px;
	font-weight: bold;
	border-bottom: solid 2px #2a3553;
	margin-bottom: 2px;
	padding: 0 10px;
	line-height: 1.1;
}
.main-wrap h2 span {
	font-size: 34px;
}
.sub-wrap {
	margin: 60px 0;
	text-align: center;
}
.sub-wrap .tit {
	font-size: 20px;
	margin-bottom: 10px;
}
.main-wrap a.btn {
	width: 157px;
	position: absolute;
	top: 80px;
	right: 200px;
}
img.flower {
	height: 83px;
	position: absolute;
	left: 280px;
	bottom: 100px;
}
.link-area {
    justify-content: center;
    margin-bottom: 80px !important;
    flex-wrap: wrap;
}
.link-area li:first-child {
    background: url(/images/mother2023/menu08.jpg) center top no-repeat;
    background-size: cover;

}
.link-area li:nth-child(2) {
    background: url(/images/mother2023/menu02.jpg) center top no-repeat;
    background-size: cover;
}
.link-area li:nth-child(3) {
    background: url(/images/mother2022/menu01.jpg) center top no-repeat;
    background-size: cover;
}
.link-area li:nth-child(4) {
    background: url(/images/mother2023/menu03.jpg) center top no-repeat;
    background-size: cover;
}
.link-area li:nth-child(5) {
    background: url(/images/mother2024/menu05.jpg) center top no-repeat;
    background-size: cover;
}
.link-area li:nth-child(6) {
    background: url(/images/mother2023/menu06.jpg) center top no-repeat;
    background-size: cover;
}
.link-area li:nth-child(7) {
    background: url(/images/mother2024/menu07.jpg) center top no-repeat;
    background-size: cover;
}
.link-area li {
    display: flex;
    width: 230px;
    height: 230px;
    font-size: 16px;
    position: relative;
    margin: 10px;
}
.link-area li a {
    color: #fff;
    background: rgb(0 0 0 / 25%);
    display: flex;
    width: 100%;
    height: 100%;
    padding: 3px;
    text-align: center;
    align-items: center;
}
.link-area li a:hover {
    background: rgb(0 0 0 / 0%);
}
.link-area li a::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    bottom: 83px;
    left: 50%;
    margin-left: -5px;
}
.link-area li a span {
	border:solid 1px #fff;
	width:100%;
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.selectitem-list {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}
.block {
	margin-bottom: 80px;
}
.block-tit {
	border-bottom: solid 1px #808080;
	text-align: center;
	margin-bottom: 20px;
}
.block .num {
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
}
.block .num::before {
	content: "";
	display: block;
	width: 128px;
	height: 38.5px;
	background: url(/images/mother2020/icon_select.png) center top no-repeat;
	background-size: 100%;
}
.block .num::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	border-bottom: solid 1px #808080;
	margin: 10px auto 0;
}
.block-tit h4 {
	font-size: 24px;
	margin-bottom: 2px;
	border-bottom: solid 2px #808080;
	padding: 15px 0 10px;
}
p.txt-ribbon {
	text-align: right;
}
.bnr-wrap .tit {
	font-size: 20px;
}
.link-btn {
    width: 220px;
    margin: 20px auto;
    font-size: 16px;
    border: solid 1px #2a3553;
}
.link-btn a {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #fff;
	background: #2a3553;
}
.link-btn a:hover {
    background: #fff;
    color: #2a3553;
}
.bnr-wrap {
	text-align: center;
}
.bnr-wrap .tit::after {
	content: "";
	display: block;
	background: #808080;
	width: 40px;
	height: 1px;
	margin: 10px auto 20px;
}
.bnr-wrap .tit + p {
	margin-bottom: 30px;
}
.bnr-wrap img {
	width: 245px;
}
#novelty {
    background: #fce5df;
    justify-content: space-between;
    margin: 130px 40px 80px;
    align-items: center;
}
#novelty .limit {
    position: absolute;
    width: 160px;
    top: -70px;
    right: 0;
}
#novelty .l-cont {
    position: relative;
    margin: auto;
}
#novelty .sub-tit {
	color: #dc666d;
	font-size: 20px;
	margin-bottom: 20px;
}
#novelty h5 {
	font-size: 20px;
}
#novelty h5::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #808080;
	margin: 10px 0 20px;
}
#novelty h5 + p {
	line-height: 2;
}
#novelty .date {
	padding: 10px;
	border: solid 1px #dc666d;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin: 25px 0;
	color: #dc666d;
	font-family: "Yu Gothic", YuGothic, sans-serif;
}
#novelty .sub-tit {
	color: #dc666d;
	font-size: 20px;
	margin-bottom: 10px;
	align-items: center;
	display: flex;
}
#novelty .sub-tit::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 27px;
	background: url(/images/mother2020/icon_pink.png) center top no-repeat;
	background-size: 28px;
	margin-right: 13px;
}
#novelty p.attention {
    font-size: 12px;
    margin-top: 5px;
}
#novelty .how {
    font-size: 15px;
    text-decoration: underline;
}
#novelty .how a:hover {
    color: #dc666d;
}
#novelty .slider-wrap {
    width: 476px;
}
#novelty .slick-dots {
	bottom:10px !important;
}

@media screen and (max-width: 768px) {
	.main-wrap {
    padding: 30px;
}
.main-wrap h2 {
    font-size: 50px;
}
.main-wrap h2 span {
    font-size: 28px !important;
}
.tit-cont + p {
    font-size: 15px;
}
img.flower {
    left: 8%;
    bottom: 20%;
    height: 42px;
}
.main-wrap a.btn {
    width: 100px;
    top: inherit;
    right: 0;
    bottom: -60px;
}
img.title-img {
    height: 60px;
    margin-bottom: 10px;
}
.link-area {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.link-area li {
    font-size: 15px;
    margin: 0 0 10px 0;
}
.link-area li, .link-area li:first-child {
    width: 48%;
}

.link-area li a::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    bottom: 83px;
    left: 50%;
    margin-left: -5px;
}
#novelty {
    margin: 50px 0;
}
#novelty .l-cont {
    padding: 60px 10px 10px;
}
#novelty .limit {
    width: 119px;
    top: -50px;
}
#novelty .slider-wrap {
    width: 100%;
}
#novelty h5 + p br,#novelty h5 br {
    display: none;
}
}
