@charset "utf-8";

/*-------------------------------
	メインビジュアル
-------------------------------*/
.slider{
	width:100%;
	height: 100vh;
}
.slider .mv1,
.slider .mv2,
.slider .mv3{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height: 100vh;
	color:#fff;
}
.slider .mv1{
	background-image:url("../images/club/mv1.jpg");
}
.slider .mv2{
	background-image:url("../images/club/mv2.jpg");
}
.slider .mv3{
	background-image:url("../images/club/mv3.jpg");
}
.slider .catch{
	padding-left:240px;
	padding-bottom:10px;
	display: flex;
	justify-content:flex-start;
	align-items:flex-end;
	height: 100vh;
}
.slider .catch span{
	font-size:3.2rem;
	font-weight:500;
	display:block;
	line-height:1.8;
}


/*-------------------------------
    見出し
-------------------------------*/
.main_title{
    color:#BE6E78;
    position: relative;
    padding:75px 0 43px;
    margin-bottom:70px;
}
.main_title::after{
    content: "";
    width:1px;
    height:100%;
    background:#BE6E78;
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
}
.main_title .title{
	background:#fff;
    padding:25px 0 15px;
	line-height: 1;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
    z-index:1;
}
.main_title .title span{
    display:inline-block;
    font-size:4rem;
    font-weight:600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .3em;
}
.main_title .title:before{
	content: attr(data-en-title);
	display: block;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .2em;
}


/*-------------------------------
    クラブ・サークル紹介(.sec01)
-------------------------------*/
.sec1{
    margin-bottom:195px;
}

/*----- クラブ ボックス */
.sec1 .club_box{
    margin:0 auto 50px;
    max-width:640px;
}
.sec1 .club_box .box{
    pading-top:5px;
}
.sec1 .club_box .box:not(:last-child){
    margin-bottom:75px;    
}
.sec1 .club_box .box .pic{
    width:320px;
    height:235px;
    position:relative;
    overflow:hidden;
    display: block;
    float:left;
    margin-right:20px;
}
.sec1 .club_box .box .pic img{
    width:100%;
    max-width:100%;
    height:auto;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}
.sec1 .club_box .box .ttl{
    color:#BE6E78;
    font-size:2rem;
    font-weight:500;
    margin-bottom:15px;
    margin-top:-.3em;
}
.sec1 .club_box .box .txt p{
    font-size:1.6rem;
    line-height: 1.8;
}

/*----- メッセージ */
.sec1 .club_msg{
    margin:0 auto 55px;
    max-width:640px;
    text-align:center;
}
.sec1 .club_msg p{
    font-size:2rem;
    color:#BE6E78;
    font-weight: 500;
}

/*----- クラブ リスト */

/* サブタイトル */
.sec1 .club_list .ttl_sub{
    text-align: center;
    position: relative;
    margin:0 auto 40px;
}
.sec1 .club_list .ttl_sub::after{
    content: "";
    width:100%;
    height:1px;
    display:block;
    background:#AD5469;
    position:absolute;
    top:60%;
    left:0;
    z-index:-1;
}
.sec1 .club_list .ttl_sub span{
    display:inline-block;
    position: relative;
    background:#fff;
    line-height: 1;
}
.sec1 .club_list .ttl_sub span::before{
    content: "(";
    padding-right:1.7em;
    padding-left:.3em;
    color:#AD5469;
    font-size:2.5rem;
    font-weight: 300;
}
.sec1 .club_list .ttl_sub span::after{
    content: ")";
    padding-left:1.7em;
    padding-right:.3em;
    color:#AD5469;
    font-size:2.5rem;
    font-weight: 300;
}
.sec1 .club_list .ttl_sub em{
    font-style:normal;
    font-weight:500;
    font-size:2.5rem;
}

/* リスト */
.sec1 .club_list .list:not(:last-child){
    margin-bottom:60px;
}
.sec1 .club_list .item{
    margin:0 auto;
    max-width:640px;
}
.sec1 .club_list .item:not(:last-child){
    margin-bottom:65px;
}
.sec1 .club_list .item li{
    display:inline;
    font-size:1.6rem;
}
.sec1 .club_list .item li:not(:last-child)::after{
    content: "、";
}


/*-------------------------------
    リンクエリア
-------------------------------*/
.sec2{
    margin-bottom:160px;
}

/*----- リンク */
.sec2 .links{
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    max-width:640px;
}
.sec2 .links li{
    width:calc((100% - 20px) / 2);
    max-width:310px;
    margin-right:20px;
    margin-bottom:20px;
}
.sec2 .links li:nth-child(2n){
    margin-right:0;
}
.sec2 .links li a{
    position:relative;
    display:block;
    border:#BE6E78 solid 1px;
    border-radius: 20px;
    height: 40px;
    width:100%;
    color:#BE6E78;
    line-height: 1;
    display: flex;
    align-items: center;
    padding:0 17px;
    font-size:1.8rem;
}
.sec2 .links li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 40px;
	font-weight: 600;
	z-index:1;
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	margin:auto;
	font-size:1.8rem;    
}
.sec2 .links li a:hover{
    color:#fff;
    opacity: 1;
    background:#D8A8AE;
    border-color:#D8A8AE;
}


@media screen and (max-width:1280px){
    
    /*-------------------------------
        メインビジュアル
    -------------------------------*/

    .slider .catch{
        padding-left:215px;
    }
    .slider .catch span{
        font-size:2.8rem;
    }
    
}


@media screen and (max-width:1130px){
    
    /*-------------------------------
        メインビジュアル
    -------------------------------*/

    .slider .catch span{
        font-size:2.3rem;
    }
    
}


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

    /*-------------------------------
        リンクエリア
    -------------------------------*/

    /*----- リンク */
     .sec2 .links li{
        width:100%;
        max-width:100%;
        margin-right:0;
    }   
    
}


@media screen and (max-width:1000px){
    
	/*-------------------------------
		メインビジュアル
	-------------------------------*/
    .slider{
        height: 800px;
    }
    .slider .mv1,
    .slider .mv2,
    .slider .mv3{
        height: 800px;
    }
	.slider .catch{
		padding-left:360px;
        height:100%;
	}
    .slider .catch span{
        font-size:3.2rem;
    }
     
    
    /*-------------------------------
        リンクエリア
    -------------------------------*/

    /*----- リンク */
     .sec2 .links li{
        width:calc((100% - 20px) / 2);
        max-width:310px;
        margin-right:20px;
    }   
    
}


@media screen and (max-width:750px){
	
	/*-------------------------------
		メインビジュアル
	-------------------------------*/
    .slider{
        height: 114.666vw;
    }
    .slider .mv1,
    .slider .mv2,
    .slider .mv3{
        height: 114.666vw;
    }
	.slider .mv1{
		background-image:url("../images/club/sp/mv1.jpg");
	}
	.slider .mv2{
		background-image:url("../images/club/sp/mv2.jpg");
	}
    .slider .mv3{
		background-image:url("../images/club/sp/mv3.jpg");
	}
	.slider .catch{
		padding-left:6.666vw;
		padding-bottom:3.333vw;
        height:100%;
	}
	.slider .catch span{
		font-size:3.6rem;
        line-height:1.65;
	}
	

    /*-------------------------------
        見出し
    -------------------------------*/
    .main_title{
        padding:10vw 0 6vw;
        margin-bottom:13vw;
    }
    .main_title .title{
        padding:2.266vw 0 1.3vw;
    }
    .main_title .title span{
        font-size:6.2rem;
        letter-spacing: normal;
    }
    .main_title .title:before{
        font-size: 2rem;
        margin-bottom: 0;
        letter-spacing: .1em;
    }


    /*-------------------------------
        クラブ・サークル紹介(.sec01)
    -------------------------------*/
    .sec1{
        margin-bottom:13vw;
    }

    /*----- クラブ ボックス */
    .sec1 .club_box{
        margin:0 auto 10vw;
        max-width:100%;
    }
    .sec1 .club_box .box{
        pading-top:0;
    }
    .sec1 .club_box .box:not(:last-child){
        margin-bottom:5vw;    
    }
    .sec1 .club_box .box .pic{
        width:100%;
        height:66.666vw;
        float:none;
        margin-right:0;
        margin-bottom:3vw;
    }
    .sec1 .club_box .box .ttl{
        font-size:3rem;
        margin-bottom:1.333vw;
        margin-top:0;
    }
    .sec1 .club_box .box .txt p{
        font-size:2.6rem;
        line-height: 1.6;
    }

    /*----- メッセージ */
    .sec1 .club_msg{
        margin:0 auto 9vw;
        max-width:100%;
    }
    .sec1 .club_msg p{
        font-size:3.6rem;
    }

    /*----- クラブ リスト */

    /* サブタイトル */
    .sec1 .club_list .ttl_sub{
        margin:0 auto 3vw;
        max-width:calc(100% + 8vw);
        width:calc(100% + 8vw);
        margin-left:-4vw;
    }
    .sec1 .club_list .ttl_sub span::before{
        font-size:3rem;
        padding-right:1.1em;
    }
    .sec1 .club_list .ttl_sub span::after{
        font-size:3rem;
        padding-left:1.1em;
    }
    .sec1 .club_list .ttl_sub em{
        font-size:3rem;
    }


    /* リスト */
    .sec1 .club_list .list:not(:last-child){
        margin-bottom:10vw;
    }
    .sec1 .club_list .item{
        max-width:100%;
        text-align: center;
    }
    .sec1 .club_list .item:not(:last-child){
        margin-bottom:65px;
    }
    .sec1 .club_list .item li{
        display:inline-block;
        font-size:2.6rem;
    }

    
    /*-------------------------------
        リンクエリア
    -------------------------------*/
    .sec2{
        margin-bottom:11vw;
    }

    /*----- リンク */
    .sec2 .links{
        max-width:100%;
        justify-content: space-between
    }
    .sec2 .links li{
        width:44.533vw;
        max-width:44.533vw;
        margin-right:0;
        margin-bottom:2.666vw;
    }
    .sec2 .links li a{
        border-radius: 2.666vw;
        height: 5.333vw;
        padding:0 2.666vw;
        font-size:2.4rem;
    }
    .sec2 .links li a::before {
        line-height: 5.333vw;
        right:2.666vw;
        font-size:2.4rem;   
    }
    .sec2 .links li a:hover{
        color:#BE6E78;
        background:#fff;
        border-color:#BE6E78;
    }

}