@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300&display=swap');
@font-face {
	font-family: 'SourceHanSansJP-Regular';
	src: url('../font/SourceHanSansJP-Regular.woff') format('woff');
}
/* main-visual
------------------------------------------------------ */
.main-visual {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-txt {
	width: 90%;
	max-width: 600px;
	margin: 180px auto 0;
	position: relative;
}
h2 {
	color: #1E3C43;
	font-size: 4rem;
	margin-bottom: 20px;
    line-height: 4.4rem;
}
h2:after {
	content: 'C';
	display: inline-block;
	position: absolute;
	left: 0;
	top: -10px;
	color: #F5F5F3;
	font-size: 10rem;
	z-index: -1;
}
h2 span {
	display: block;
	margin-top: 20px;
}
.main-lead {
	font-family: 'SourceHanSansJP-Regular';
	color: #1E3C43;
}
.main-img {
	width: 80%;
	max-width: 700px;
	position: relative;
}
.main-img:after {
	content: '';
	background: #F5F5F3;
	border-bottom-right-radius: 0;
	display: inline-block;
	z-index: -1;
	width: 760px;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -40px;
	height: 440px;
}
/*PC Layout
===================================*/
@media all and (min-width: 769px) {
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.main-visual {
	flex-direction: column-reverse;
}
.main-txt {
	margin-top: -160px;
}
.main-img {
	width: 90%;
	margin-left: auto;
}
h2 {
	font-size: 2.2rem;
	letter-spacing: .2rem;
}
h2:after {
	top: 10px;
	font-size: 8rem;
}
h2 span {
	margin-top: 0;
}
.main-img:after {
	height: 220px;
}

}

/* lineup
------------------------------------------------------ */
.lineup-wrap-bg{
    background: #F5F5F3;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 0 80px;
}
.lineup-wrap{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lineup-sort{
    width: 90%;
    max-width: 800px;
    margin: 30px auto;
    background: #fff;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}
.lineup-sort a{
    background: #938038;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 10px;
    padding: 4px 30px;
}
.lineup-sort p{
    margin: 0 10px;
}
.lineup-item{
    background: #fff;
    width: 48%;
    margin-bottom: 40px;
}
.lineup-content{
    padding: 20px 30px;
}
.view-detail{
    background: #938038;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}
.lineup-ttl{
    margin-bottom: 30px;
}
.lineup-price{
    font-size: 2.4rem;
}
.lineup-price small{
    font-size: 2rem;
}
.lineup-price span{
    font-size: 1rem;
}
.lineup {
    margin-top: 100px;
}
.pagenation-list,.pagenation{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pagenation-list li,.pagenation span,.pagenation a{
    margin: 4px;
}
.pagenation-list li a,.pagenation span,.pagenation a{
    color: #938038;
    display: block;
    width: 26px;
    height: 20px;
    border: 1px solid #938038;
    text-align: center;
    line-height: 20px;
    padding: 8px 2px;
}
.pagenation-list li a.current,.pagenation span{
    background: #938038;
    color: #fff;
}
.pagenation-list li:first-child a{
    border: none;
}
.pagenation-list li:last-child a{
    border: none;
}
.pagenation a.next,.pagenation a.prev{
    border: none;
}

.btn {
	background: #938038;
	border: 1px solid #938038;
}
.btn:hover span {
	color: #938038;
}
/*== 背景が流れる（斜め） */
.bgskew.btn::before {
	background: #fff;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.lineup-sort a{
    margin: 0 6px;
    padding: 4px 16px;
}
    .lineup-content{
        padding: 20px 10px;
    }
    .lineup-ttl{
        margin-bottom: 10px;
    }
    .lineup{
			margin-top: 0;
		}
		.lineup-sort{
			flex-wrap: wrap;
		}
		.lineup-sort p{
			display: none;
		}
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.lineup-price-wrap {
    display: flex;
    justify-content: space-between;
}
}


.line-bnr {
	width: 90%;
	max-width: 600px;
	margin: 40px auto 0;
	display: block;
}
