@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
　　　　　トップページCSS
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/

.mv .mv_slider {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.mv .mv_slider img.sp_only{
	display: none;
}
.mv_title .more{
	color: #fff;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 33px);
	margin-left: min(3vw, 30px);
}
.mv_title .more::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: clamp(5px,1vw, 10px) solid transparent;
    border-bottom: clamp(5px,1vw, 10px) solid transparent;
    border-left: clamp(8px,1.5vw, 15px) solid #fff;
    border-right: 0;
    display: inline-block;
    margin-left: min(2vw, 20px);
    vertical-align: inherit;
}

.mv_title > a {
    display: flex;
    align-items: center;
    gap: 0 20px;
    width: 100%;
    height: 100%;
}
.mv_title em {
    font-size: clamp(15px, 2vw, 33px);
}
h1.mv_title em {
    /* font-size: clamp(15px, 2vw, 24px); */
    font-size: clamp(15px, 2vw, 33px);
}

h1.mv_title em strong {
    font-size: clamp(20px, 2vw, 33px);
}

strong.mv_title{
	font-weight:400;
}


.contents {
	/* padding-top: 60px; */
}

.contents section .h2_bg{
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(40px, 5vw, 68px);
    color: var(--main-text-color);
	margin-bottom: 0;
}
.contents section h2 small{
    font-size:18px;
    font-weight: bold;
    display: block;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.contents section .link_btn{
	margin-top: 40px;
}

/* Top Campaign List */
.top-campaign_list-wrap {
    /* display: none; */
    margin: 4% auto 0;
}

.top-campaign_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    /* font-family: "Noto Sans JP", sans-serif; */
    /* font-family: "Noto Serif JP", sans-serif; */
}

.top-campaign_list-el {
    position: relative;
    z-index: 0;
    flex-basis: 50%;
}

.top-campaign_list-el a::before {
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: min(25%,95px);
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.top-campaign_list-img {
    z-index: -1;
}

.top-campaign_list-img img {
    aspect-ratio: 18 / 9;
    object-fit: cover;
}

.top-campaign_list-el .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    background: rgb(255 255 255 / 60%);
}

.top-campaign_list-title {
    display: block;
    margin-top: 0;
    font-size: 110%;
    font-weight: bold;
}

.top-campaign_list-fn {
    display: block;
    font-weight: normal;
}

.top-campaign_list-min {
    font-size: 80%;
    display: inline-block;
    margin-left: .2em;
}

.top-campaign_list-price_before {
    display: inline-block;
    position: relative;
}

.top-campaign_list-price_before::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #333;
    transition: 0.5s;
    /* transform: rotate(-10deg); */
}


.top-campaign_list-el a::after {
    content: "";
    width: min(25%,95px);
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /* background-image: url(/column/img/new_pickup.svg); */
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 20% 20%;
}

.top-campaign_list-el.category_leg a::after { background-image: url(/asset2025/img/home/campaign/leg_pickup.svg); }
.top-campaign_list-el.category_body a::after { background-image: url(/asset2025/img/home/campaign/body_pickup.svg); }
.top-campaign_list-el.category_bridal a::after { background-image: url(/asset2025/img/home/campaign/bridal_pickup.svg); }

.top-campaign_list-el.category_leg a::before { background: #87AFDD; }
.top-campaign_list-el.category_body a::before { background: #FEB100; }
.top-campaign_list-el.category_bridal a::before { background: #F4A295; }

/*.special*/
.special{
    display: flex;
    max-width: 1235px;
    gap:25px min(4vw,60px);
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px !important;
    padding-bottom: 80px !important;
}
.special h2{
	margin-bottom: 30px;
}
.special .text{
	text-align: center;
	flex: 1;
	min-width: 35vw;
}

.special .text em{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
	font-family: "Noto Serif JP", serif;
}
.special .text p{
	font-family: "Noto Serif JP", serif;
}
.special .movie{
	flex-basis: min(70%,550px);
	margin: auto;
}
.special .movie iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
}

/*.news_area*/
.news_area {
	padding-bottom: 70px !important;
}
.news_area h2{
	margin-bottom: 30px;
}
.news_area .news_list li:nth-child(n+6){
	display: none;
}

/*.course_info*/
.course_info::before{
	content: "";
	height: 10px;
	width: 100vw;
	display: block;
	background-image: url(/asset2025/img/common/line_stripe.png);
	margin: 0 -3vw;
}
.course_info.course_info--no_border::before {
    background-image: none;
    margin: auto;
}
.course_info .inner{
	padding: 70px 0;
}
.course_info h2{
	text-align: center;
	max-width: 500px;
	margin:0 auto 50px;
}
.course_info h2 img{
	display: block;
	margin:0 auto 30px;
}
.course_info h2 span{
	font-size: 18px;
    font-weight: bold;
    display: block;
    font-family: "Noto Serif JP", serif;
	border-bottom: 1px solid var(--accent-color);    
	margin: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.course_info h2 span em{
	font-size: 30px;
}

/*.campaign_list*/
.campaign_list li{
	padding: 15px 0;
    border-bottom: 2px dashed #C8BB9B;
}
.campaign_list li:first-of-type{
    border-top: 2px dashed #C8BB9B;
}
.campaign_list li a{
	display: flex;
	gap: 0 clamp(15px,3vw,30px);
	align-items: flex-start;
}
.campaign_list li a .img{
    flex-basis: clamp(150px,40%,215px);
    position: relative;
}
.campaign_list li a .img span{
    position: absolute;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: bold;
    min-height: 30px;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 0;
}
.campaign_list li a .img span::before{
    content: "";
    background: var(--accent-color);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.campaign_list li a .text{
    flex:1;
}
.campaign_list li a .text .course_title{
	font-weight:bold;
}
.campaign_list li a .text dl div{
	display: flex;
	flex-wrap: wrap;
}

/*.column_area*/
.column_area h2{
	width:min(90%,467px);
	margin: 0 auto 40px;
}
.column_area .link_btn{
	margin-top: 40px
}
.archive_column li:nth-of-type(n+5){
	display: none;
}



/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/


/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */

@media (max-width:1024px){
	

	
	
/* --- */
}
/* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */





/*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */

@media (max-width:820px){
	





/* --- */
}
/* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */






/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */

@media screen and (max-width: 767px) {

.mv .mv_slider img.sp_only {
    display: block;
}
.mv .logo {
        left: 10vw;
        flex-flow: column;
        justify-content: flex-start;
    }	
.mv .logo > img{
    width: 100px;
    margin-top: 20px;
}	
h1.mv_title em strong {
    font-size: min(5.5vw, 20px);
}
.mv_title {
        align-items: center;
    }	
.mv_title span {
        font-size: min(5.5vw, 20px);
        letter-spacing: -0.05em;
    }
.mv_title em {
    letter-spacing: -0.05em;
	font-size: min(4.25vw, 15px)
}
.mv_title .more {
        font-size: min(4.25vw, 15px);
}
	
.mv_title > a {
	flex-flow: column;
        justify-content: center;
        height: 100%;
}
.contents section .link_btn {
    margin-top: 35px;
}

.top-campaign_list {
    flex-flow: column;
    width: min(500px, 100%);
    margin: 0 auto 15px;
}

.top-campaign_list-el {
    flex: 1;
}

.top-campaign_list-el:nth-child(n+2) {
    /* margin-top: 1em; */
}

.top-campaign_list-title {
    font-size: 100%;
}

.top-campaign_list-min {
    font-size: 70%;
}
	
.special {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.special h2 {
    margin-bottom: 20px;
}	
.special .text em {
    font-size: 19px;
    margin-bottom: 10px;
}	
.special .movie {
    flex-basis: min(100%, 400px);
}
	
.news_area {
    padding-bottom: 45px !important;
}
.course_info::before {
    margin: 0 -5vw;
	height: 8px;
    background-size: cover;
}
.course_info .inner {
    padding: 30px 0;
}
.course_info h2 {
    margin: 0 auto 25px;
}	
.course_info h2 img {
    width: 202px;
	margin: 0 auto 20px;
}
.course_info h2 span {
    font-size: 14px;
    gap: 0 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.course_info h2 span em {
    font-size: 19px;
}	
.contents section h2 small {
    font-size: 14px;
}	
.campaign_list li {
    border-bottom: 1px dashed #C8BB9B;
}	
.campaign_list li:first-of-type {
    border-top: 1px dashed #C8BB9B;
}	
.campaign_list li a .img span{
        font-size: 14px;
        min-height: 22px;
    }	

	
	
.column_list {
	padding: 0 5vw;	
}
.column_area .link_btn {
    margin-top: 35px;
}	
	
	
	
/* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */

