@charset "utf-8";
/* CSS Document */

/******↓↓目次↓↓******/
/***
共有
メインビジュアル
選ばれる理由
袴コレクション
人気ランキング
ご利用の流れ
セット詳細
ラインナップ
お客様の声
動画
***/
/******↑↑目次↑↑******/


/***共有***/
.pane-contents .container {
    display: flex;
    justify-content: space-between;
}
    
.hakama22pages_wrap{
    width:1030px;
    margin:0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
}

.hakama22pages_wrap img{
    width:100%;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h2.block-event-page--header-img{
    display: none;
}

/***フォント読み込み***/
@import url('http://fonts.cdnfonts.com/css/avenir-lt-std?styles=15283,15275');

@font-face {
    font-family: 'Avenir LT Std-Medium';
    font-style: normal;
    font-weight: 600;
    src: local('Avenir LT Std-Medium'), url('https://fonts.cdnfonts.com/s/13298/AvenirLTStd-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std-Heavy';
    font-style: normal;
    font-weight: 700;
    src: local('Avenir LT Std-Heavy'), url('https://fonts.cdnfonts.com/s/13298/AvenirLTStd-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std-Black';
    font-style: normal;
    font-weight: 750;
    src: local('Avenir LT Std-Black'), url('https://fonts.cdnfonts.com/s/13298/AvenirLTStd-Black.woff') format('woff');
}



/***メインビジュアル***/
.hakama22pages_wrap h1.hakama22_mv{
    width:100%!important;
}
.ha2_rentalset{
    width:1030px;
    padding:180px 0 100px;
    background-color:#f0e3fe;
    position: relative;
}
.white_block{
    width:880px;
    height:300px;
    margin:0 auto;
    background-color:#FFF;
    border-radius:10px;
}

.ha2_renta_box{
    width:1000px;
    margin:0 auto;
    position:absolute;
    top: 100px;
    left:15px;
    right:auto;
    display:flex;
    justify-content:space-between;
}
.ha2_renta_left,.ha2_renta_right{
    position: absolute;
    width:282px;
}

.ha2_renta_left{
    top:-12px;
    left:20px;
}

.ha2_renta_right{
    top: -12px;
    right: 20px;
}

.ha2_renta_main{
    width:490px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-feature-settings: "palt";
}

.ha2_renta_tit{
    font-size:50px;
    font-weight:bold;
    letter-spacing: 0.055em;
    color:#202020;
}

.ha2_renta_price{
    font-size:70px;
    font-family: 'Avenir LT Std-Medium', sans-serif;
    font-weight:600;
    color:#69429d;
    margin:30px auto;
}

.ha2_renta_price span{
    font-size:42px;
     font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    margin: 0 10px;
}

.ha2_renta_price .ha2rp_tax{
    font-weight:500;
    font-size:28px;
    margin:0 4px;
}


.ha2_renta_txt{
    border-top:2px solid #111111;
    border-bottom:2px solid #111111;
    padding:18px 0;
}

.ha2_rt_top{
    font-size:18px;
    letter-spacing:0.01em;
    margin-bottom: 3px;
}
.ha2_rt_bottom{
    font-size:33px;
    font-weight:500;
}

.ha2_rt_bottom14{
    font-size:49.5px;
    letter-spacing: -0.06em;
    font-feature-settings: "palt";
    font-family: 'Avenir LT Std-Medium', sans-serif;
    font-weight:600;
}

.ha2_renta_icon{
    position:absolute;
    top: 80px;
    left: 216px;
}

/***選ばれる理由***/
.ha2_select_area{
    background-color:#f8f7ef;
}

.ha2_select_top{
    width:880px;
    margin:0 auto;
}


.ha2_st_btn_box{
    width:880px;
    margin-bottom:20px;
    display:flex;
    justify-content: space-between;
}

.ha2_select_top{
    padding:50px 0;
}

.ha2_select_tit{
    position: relative;
    font-size:38px;
    text-align: center;
    padding-bottom:40px;
    font-weight:bold;
    color:#202020;
}

.ha2_select_tit::before{
    content: "";
    width: 3px;
    height: 38px;
    background: #202020;
    position: absolute;
    top: 26%;
    left: 28%;
    transform: translate(-50px, -50%) rotate(-25deg);
}

.ha2_select_tit::after{
    content: "";
    width: 3px;
    height: 38px;
    background: #202020;
    position: absolute;
    top: 26%;
    right: 28%;
    transform: translate(50px, -50%) rotate(25deg);
}


.ha2_st_btn{
    width:430px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:1px solid #111;
    position: relative;
    font-size:20px;
    letter-spacing:0.05em;
}

.ha2_st_btn::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width:8px 6px 0;
  border-color:#111 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.ha2_st_btn a{
    display:block;
    text-decoration:none;
    color:#111111;
}


.ha2_news_obi{
    width:880px;
    height:50px;
    line-height:50px;
    text-align: center;
    background-color:#e5e5e5;
}


.ha2_news_obi a{
    display:block;
    color:#666666;
    text-decoration: none;
}

.ha2_select_content{
    background-image:url("https://stg.mgos.jp/img/event/furifu/hakamarnt22/pc/22hakama_select_bg.jpg");
    background-repeat: no-repeat;
    padding:70px 0;
}


.ha2_select_content_tit{
    font-size:42px;
    text-align: center;
    margin-bottom:80px;
    font-weight:700;
}


.ha2sc_tit3{
    font-size:58.8px;
    font-family: 'Avenir LT Std-Medium', sans-serif;
    font-weight:600;
}

.ha2_select_box{
    width:830px;
    margin:0 auto;
}

.ha2_select_item{
    width:400px;
    margin:60px 0 30px;
    border-radius:10px;
    background-color:#f1e7fd;
    padding:40px 0 20px;
    position:relative;
}

.hs_number{
    font-family: 'Avenir LT Std-Black', sans-serif;
    font-weight:750;
    font-size:61px;
    letter-spacing: 0.01em;
    position:absolute;
    top:-30px;
    left: 160px;
}

.hs_subtit{
    width:330px;
    margin:0 auto 5px;
}




.hs_tit{
    font-size:26.4px;
    text-align:center;
    color:#6a449e;
    font-weight:bold;
    line-height:1.13636364;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
}

.select_no3 .hs_tit{
    padding:15px 0;
}

.hs_txtbox{
    width:320px;
    height:110px;
    margin:30px auto 0;
    background-color:#FFF;
    position: relative;
}

.hs_txtbox:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}

.hs_txt{
    width:100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size:12px;
    text-align: center;
    vertical-align: middle;
    color:#666666;
    line-height:1.33333;
}

.minihs_txt{
    font-size:10px;
}

.select_no1{
    margin:0 auto;
}

.select_no2{
    float:left;
}

.select_no3{
    float:right;
}



/***袴コレクション***/
.ha2_collection_area{
    padding:80px 0;
    border-bottom:2px solid #b4a4c9;
}
.ha2_collection_tit{
    text-align:center;
    color:#202020;
}

.h2c_sub_tit{
    font-size:30px;
    font-weight:500;
    margin-bottom:15px;
}

.h2c_main_tit{
    font-size:42px;
    margin-bottom:60px;
    font-weight:700;
}

.ha2_collection_box{
    width:960px;
    margin:0 auto;
}

.ha2_collection_list{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.ha2_collection{
    width:49.5%;
    display:flex;
    justify-content: space-between;
    margin-bottom:20px;
}

.h2c_style,.h2c_txt{
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.h2c_style{
    font-size:47px;
    font-family: 'Avenir LT Std-Black', sans-serif;
    font-weight:750;
    color:#424344;
    margin:8px 0;
}

.h2c_redtxt{
    color:#6c1315;
}
.h2c_greentxt{
    color:#68874a;
}

.h2c_pinktxt{
    color:#db3452;
}

.h2c_txt{
    font-size:13px;
    margin:8px 10px;
    letter-spacing:0.025em;
    font-feature-settings:"palt";
}

.minih2c_txt{
    font-size:11px;
}






/***人気ランキング***/
.ha2_ranking_area{
    padding:80px 0;
    margin-bottom:80px;
}

.ha2_ranking_tit{
    text-align:center;
    color:#202020;
}

.h2r_sub_tit{
    font-size:30px;
    font-weight:500;
    margin-bottom:10px;
    font-family: 'Avenir LT Std-Medium', sans-serif;
    font-weight:600;
}

.h2r_main_tit{
    font-size:42px;
    margin-bottom:100px;
    letter-spacing:0.035em;
    font-weight:700;
}
.h2r_main_tit_en{
    font-size: 50.4px;
    font-family: 'Avenir LT Std-Heavy', sans-serif;
    font-weight:700;
    letter-spacing: 0.075em;
    vertical-align: top;
    margin-left: 10px;
}

.ha2_ranking_list{
    width:960px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
}


.ha2_ranking_item{
    width:314px;
    position:relative;
}


.h2r_number{
    position:absolute;
    top:-20px;
    left:20px;
    font-size:40px;
    font-weight:700;
    color:#69429d;
    font-family: 'Avenir LT Std-Black', sans-serif;
    font-weight:750;
    letter-spacing:0.01em;
    z-index:99;
}

.h2r_img{
    
}



/***ご利用の流れ***/
.ha2_description_area{
    
}

.ha2_description_tit{
    text-align:center;
    color:#202020;
}

.h2d_sub_tit{
    font-size:30px;
    font-weight:500;
    margin-bottom:15px;
}

.h2d_main_tit{
    font-size:42px;
    padding-bottom:70px;
    font-weight:700;
}

.ha2_description_list{
    width:960px;
    margin:110px auto 100px;
}




.ha2_description_step {
    position: relative;
    display:inline-block;
    vertical-align: top;
    margin-right: 8px;
    width: 312px;
    height: auto;
    border: 2px solid #6d469f;
    border-radius: 8px;
    border-top: none;
    padding: 15px 0px 25px;
    transition: 0.2s; 
}

.h2d_intxt span,.h2d_intxt a{
    text-decoration:underline;
    color: #666666;
}

.ha2_description_step:last-child{
    margin-right: 0;
}

.h2d_step{
    width:312px;
    position: absolute;
    top: -110px;
    left:-2px;
    background:#fff;
    text-align: center;
}

.h2d_iconimg{
    width:167px;
    margin:0 auto;
    text-align: center;
}

.h2d_steptit{
    color:#69429d;
    font-size:26px;
    font-weight:bold;
    text-align: center;
    padding:25px 0;
}

.h2d_txt{
    display: table;
    font-size:14px;
    color:#666666;
    margin:0 auto 30px;
    line-height:1.428;
    letter-spacing:0.01em;
}

.h2d_btn{
    display:block;
    position: relative;
    color:#FFF;
    width:240px;
    height:50px;
    line-height:50px;
    margin:0 auto;
    text-align: center;
    background-color:#000;
    cursor: pointer;
}

.h2d_btnclose{
    display:none;
}

.h2d_btn::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right:20px;
  margin-top: -4px;
}

.ha2_description_list input:checked ~ .h2d_btn::after {
    border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

#disp-btn,#disp-btn1,#disp-btn2{
    display:none;
}

.ha2_description_list .h2d_intxt {
    display:none;
    font-size:14px;
    color:#666666;
    margin:30px auto;
    line-height:1.428;
    letter-spacing:0.01em;
    overflow: hidden;
    opacity:0;
    transition: 1s; 
}



.ha2_description_list input:checked ~ .h2d_intxt {
    height: auto;
    display:table;
    opacity:1;
    transition: 0.2s; 
    padding: 0 10%;
}

.ha2_description_list input:checked ~ .h2d_btn{
    display:none;
}

.ha2_description_list input:checked ~ .h2d_btnclose{
    display:block;
}


/***セット詳細***/
.ha2_detail_area{
    background-color:#f0e3fe;
    padding-bottom:70px;
}


.ha2_detail_img{
    width:960px;
    margin: 0 auto;
}


.ha2_detail_things{
    font-size:26px;
    font-weight:500;
    margin-bottom:10px;
    text-align: center;
    padding-top:80px;
    position: relative;
}

.ha2_de_leftarrow{
    position: absolute;
    top:85px;
    left: 17%;
    width: 0px;
    border-color: #202020;
    border-style: solid;
    border-width: 15px;
    border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ha2_de_rightarrow{
    position: absolute;
    top:85px;
    right: 17%;
  width: 0px;
  border-color: #202020;
  border-style: solid;
  border-width: 15px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ha2_detail_minithings{
    font-size:20px;
    padding-bottom:70px;
    letter-spacing:0.05em;
    text-align: center;
}

.ha2_detail_list{
    width:890px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}

.ha2_detail_item{
    width:215px;
    height:215px;
    border-radius:215px;
    background-color:#fff;
}

.h2de_img{
    width:120px;
    margin: 0 auto;
    padding: 40px 0 6px;
}

.h2de_txt{
    display: table-cell;
    color: #69429d;
    text-align: center;
    font-weight: 500;
    line-height: 1.11111;
    width: 215px;
    margin: 0 auto;
    vertical-align: middle;
}

.ha2_detail_note{
    width:790px;
    margin:0 auto;
    padding:30px 0;
    font-size:12px;
    color:#666666;
    line-height:1.66667;
}



/***ラインナップ***/
.ha2_lineup_area{
    padding:80px 0;
}

.ha2_lineup_tit{
    text-align: center;
    color:#202020;
}

.h2l_main_tit{
    font-size:42px;
    margin-bottom:20px;
    letter-spacing:0.075em;
    font-weight:700;
}

.h2l_main_tit25{
    font-size:54.6px;
    font-family: 'Avenir LT Std-Medium', sans-serif;
    font-weight:600;
}

.h2l_sub_tit{
    font-size:22px;
    font-weight:400;
    line-height:1.363636;
}

.ha2_lineup_list{
    width:960px;
    margin:60px auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.ha2_lineup_item{
    width:230px;
    margin:5px auto;
}



/***お客様の声***/
.ha2_customer_area{
    padding:80px 0 100px;
    background-color:#e7f4fd;
}

.ha2_custmer_tit{
    width:550px;
    margin:0 auto 50px;
    padding:20px 0;
    font-size:34px;
    text-align: center;
    font-weight:700;
    color:#202020;
    border-top:2px solid #202020;
    border-bottom:2px solid #202020;
}

.ha2_custmer_list{
    width:960px;
    margin:0 auto 20px;
    padding:40px 35px 20px;
    background-color:#FFF;
    display: flex;
    justify-content: space-between;
}

.h2cus_box{
    width:250px;
}

.h2cus_img_note{
    font-size: 10px;
    margin-top:10px;
    letter-spacing:0.075em;
    color:#666;
}

.h2cus_txtbox{
    width:610px;
    font-feature-settings:"palt";
}

.h2cus_name{
    display: inline-block;
    font-size:20px;
    font-weight:500;
    color:#1a7cbd;
    padding-bottom:10px;
    border-bottom:2px solid #1a7cbd;
    margin:20px 0;
    letter-spacing:0.05em;
}

.h2cus_txt{
    color:#666;
    font-size: 12px;
    line-height:1.66667;
    margin-bottom:40px;
    letter-spacing:0.075em;
}

.h2cus_itemrental_tit{
    padding:7px 20px;
    background-color:#1a7cbd;
    color:#FFF;
    display: inline-block;
    font-size:12px;
    letter-spacing:0.075em;
}

.h2cus_itemrental_txt{
    margin:5px 0 15px;
    font-size:12px;
    color:#666;
    line-height:1.5;
    letter-spacing:0.075em;
}


/***動画***/
.ha2_video_area{
    padding:80px 0;
}
.ha2_video_box{
    width:890px;
    margin:0 auto;
}

