@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);
}

h1.mv_title em strong {
    font-size: clamp(20px, 2vw, 33px);
}

strong.mv_title{
	font-weight:400;
}


.contents {
	background: url(/mens/asset2025/img/home/contents_bg.jpg) #000 no-repeat;
}

.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;
}

/*.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;
	color: #fff;
}
.special h2 {
    font-family: "Alex Brush", cursive;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1;
    margin-bottom: 30px;
}
.special h2 em{
	color: #DAAD41;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
	font-family: "Noto Serif JP", serif;
}
.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;
	color: #fff;
}
.news_area h2{
	margin-bottom: 30px;
}
.news_area .h2_bg {
	font-family: "Alex Brush", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(40px, 5vw, 68px);
	margin-bottom: 0;
    background: url(/mens/asset2025/img/common/title_bg_wave_gray.svg) no-repeat;
    background-position: center;
    background-size: 400px;
    color: #DAAD41 !important;
    text-stroke: 0 !important;
    -webkit-text-stroke: 0 !important;
}
.news_area h2 small{
    font-size:18px;
    font-weight: bold;
    display: block;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.news_area .news_list li{
	border-bottom: 1px solid #fff;
}
.news_area .news_list li *{
	color: #fff;
}
.news_area .news_list li:nth-child(n+6){
	display: none;
}
.news_area .link_btn{
	color: #fff;
	border: 1px solid #fff;
}


/*.course_info*/
.course_info{
	background: #fff;
}
.course_info::before{
	content: "";
	height: 10px;
	width: 100vw;
	display: block;
	background-image: url(/mens/asset2025/img/common/line_stripe.png);
	margin: 0 -3vw;
}
.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(--main-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: #000;
    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 {
        justify-content: flex-start;
    }	
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 {
	background-size: contain;
}	
.contents section .link_btn {
    margin-top: 35px;
}
	
	
.special {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.special .text > em {
    font-size: 19px;
    text-shadow: 0px 0px 5px #000000;
	margin-bottom:5px;
}	
	
.special h2 {
        margin-bottom: 15px;
        text-shadow: 0px 0px 5px #000000;
    }
.special h2 em {
    font-size: 30px;
    margin-bottom: 15px;
    text-shadow: 0px 0px 5px #000000;
}	

.special .movie {
    flex-basis: min(100%, 400px);
}
	
.news_area {
    padding-bottom: 45px !important;
}
.news_area .h2_bg{
    background-size: 255px;
}
	
.course_info::before {
    margin: 0 -5vw;
	height: 8px;
    background-size: cover;
	background-image: url(/mens/asset2025/img/common/bg_stripe.png);
}
.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;
    border-bottom: 1px solid #404040;
}
.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_area .inner{
	padding-top: 0!important;
}
.column_area h2{
	width:100%;
	margin: 0 auto 30px;
}	
.column_list {
	padding: 0 5vw;	
}
.column_area .link_btn {
    margin-top: 35px;
}	
	
	
	
/* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */

