@charset "UTF-8";
/*カラー*    base ピンク　{ color: #ff8c82 }
            薄ピンク　{ color: #fff6f5 } */
.fit_img{object-fit: cover;font-family:'object-fit:cover';}
/*----------------------- top ---------------------------*/
.top_head{
    width:86%;
    margin: 0 auto;
    position: relative}

.top_head_catch{
    position: absolute;
    left:-20px;
    bottom:60px;
    font-size: 40px;
    line-height: 1;
    z-index: 999}
.top_head_catch h2{
    display: inline-block;
    background: #ff8c82;
    padding:5px 10px;
    margin:6px 0;
    font-weight: 700;
    color: #fff}

.top_pickup{
    position: absolute;
    right:40px;
    bottom:-20px;
    width: 316px;
    z-index: 999} 
.top_pickup a{
    background: #fff;
    background: url(../img/top/top_picup_bg.svg) no-repeat #fff;
    background-size:100% 100%;
    background-position: bottom;
    color: #232323;
    width: 316px;
    height: 352px;
    padding: 20px 30px ;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: inline-block;overflow: hidden;
}
.top_pickup a:hover {filter: alpha(opacity=85);opacity:0.85}
.top_pickup h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color:#ff8c82;
    margin-bottom: 20px;
    text-align: center;}
@media only screen and (max-width: 1200px) {
    .top_pickup{right:20px;bottom:-5px}
    .top_pickup,
    .top_pickup a{
        width: 200px;
        height: 260px}
    .top_pickup a{padding: 10px 20px;margin-bottom: 0}
    .top_pickup h3{margin-bottom:8px}
}
.top_pickup_img p{
    width: 100%;
	height: 0;
	line-height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 64%;
	position: relative}
.top_pickup_img  p img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)}
.top_pickup_box{
    margin-bottom: 10px}
.top_pickup_date{
    font-family: "TTC";
    color:#969696;
     display: inline-block;
    font-size: 15px;
    margin-right: 12px}
.top_pickup_cate{
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    border: 1px solid #ff8c82;
    color:#ff8c82;
    padding: 5px;}
.top_pickup_txt{ 
    font-size: 16px;
    font-weight: 700;
    line-height:1.6;
    height: 48px;
    overflow: hidden}

@media only screen and (max-width: 767px) {
    .top_head_wrap{
        position: relative;
        width: 100%;
        box-sizing:content-box; 
        margin: 0 auto 20px}
    .top_head_catch{font-size: 20px}
    .top_pickup{
        position: static;
        right:0;bottom:0;
        width: 90%;
        margin: 0 auto 50px;
        height: auto} 
    .top_pickup a{
        background: #fff;
        border-top: 1px solid #232323;
        border-bottom: 1px solid #232323;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding:30px 0}
    .top_pickup_img{
        float: left;
        width: 38%}
    .top_pickup_data{
        float: right;
        width: 58%}
}

/*----------------------- セクション・タイトル（共通） ---------------------------*/
section{
    width: 1200px;
    margin: 0 auto}
@media screen and (min-width:768px) and (max-width: 1300px){
    section{width: 90%}
}
/* 各セクション */
.top_newopen{margin-bottom: 160px}
.top_event,
.top_magazine{
    width: 100%;
    max-width: 100%;
    padding:100px 0 140px;
    margin-bottom: 40px;
    background:#fff6f5}
.top_info{margin: 100px auto 160px}

/* h2 */
section h2{
    position: relative;
    text-align: center;
    font-family: 'TTC';
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 60px;
    letter-spacing:0.05em;
    color: #ff8c82}
section h2:before {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 1px;
  height: 40px;
  content: '';
  background: #ff8c82;}
section h2 span{
    font-size: 10px;
    margin-bottom: 10px;
    display: block}
.top_h2_sub{
    text-align: center;
    font-size: 14px;
    margin-bottom: 80px}
@media only screen and (max-width: 767px) {
    section{width: 100%}
    .top_newopen{margin-bottom: 100px}
    .top_event,
    .top_magazine{ padding:80px 0 100px;}
    .top_info{margin:80px auto 100px}
    
    section h2{font-size: 40px}
    section h2 span{font-size: 14px;}
    .top_h2_sub{
        width: 90%;
        margin: 0 auto 30px}
    
}
/*----------------------- アーカイブ（新店・イベント　共通） ---------------------------*/
.archive_list li{
    position: relative;
    margin-bottom: 50px}
.archive_list li:nth-of-type(1),
.archive_list li:nth-of-type(2){
    width: 48.7%;
    margin-bottom: 60px}
.archive_list li:nth-of-type(3),
.archive_list li:nth-of-type(4),
.archive_list li:nth-of-type(5){
    width: 31.6%;
    margin-bottom: 80px}
.archive_list li:nth-of-type(6){display: none}
@media only screen and (max-width: 767px) {
    .archive_list li:nth-of-type(6){display: block}
}



.archive_img{
    width: 100%;
	height: 0;
	line-height: 0;
	margin-bottom: 4px;
	overflow: hidden;
	padding-bottom: 69%;
	position: relative}
.archive_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    border-top-right-radius:40px}
.archive_data_box{
    position: relative}
.archive_cateBar{
    box-sizing:content-box;
    position: absolute;
    top:-20px;
    background: #ff8c82;
    color: #fff;
    border-top-right-radius:20px;
    border-bottom-right-radius: 20px;
    line-height:1;
    font-size:  16px;
    padding:9px 20px 8px 10px;
    display: inline-block;
    font-family: 'TTC',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
.cateBar.school:before{ content: "SCHOOL"}
.cateBar.realestate:before{ content: "REALSTYLE"}
.cateBar.housing:before{ content: "HOUSING"}
.cateBar.sightseeing:before{ content: "SIGHTSEEING"}
.cateBar.family:before{ content: "FAMILY"}
.cateBar.gift:before{ content: "GIFT"}
.cateBar.gourmet:before{ content: "GOURMET"}
.cateBar.beauty:before{ content: "BEAUTY"}
.cateBar.lifestyle:before{ content: "LIFE STYLE"}
.cateBar.other:before{ content: "OTHER"}
.archive_cateBar span{
    display: inline-block;
    font-size: 13px;
    line-height:1;
    padding:0 0 0 8px;
    margin: -2px 0 0 8px;
    border-left:1px solid #fff}

.archive_date{
    text-align: right;
    font-family: 'TTC',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #ff8c82}
.archive_data_box h3{
    font-size: 18px;font-weight: 700;margin-bottom: 6px}
ul.store .archive_data_box h3{padding-top:20px}
.archive_txt{
    height: 48px;
    overflow: hidden;
    font-size: 15px}

@media only screen and (max-width: 767px) {
    .archive_list{width: 90%;margin:0 auto}
    .archive_list li{
        width: 48%;
        margin-bottom: 15px!important}
    .archive_list li:nth-of-type(1),
    .archive_list li:nth-of-type(2){
        width: 100%;
        margin-bottom: 30px}
    .archive_list li:nth-of-type(3),
    .archive_list li:nth-of-type(4),
    .archive_list li:nth-of-type(5),
    .archive_list li:nth-of-type(6){
        width: 48%;
        margin-bottom: 20px}
    
    
    .archive_img img {border-top-right-radius:30px}
    .archive_data_box{
        padding-top:3px!important}
    .archive_cateBar{
        font-size: 12px;
        padding:5px 10px 4px 6px}
    .archive_cateBar span{font-size: 11px}
    .archive_date{
        font-size: 12px;
        margin:0 ;
        padding-top:0px;
        text-align:left}
    .archive_txt{display: none}
    .archive_data_box h3{ 
        line-height: 1.4;
        font-size: 16px;}

}

/* もっと見るボタン　共通 */
.top_btn_more {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 360px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    background: #646464;
    color:#fff;
    border: 1px solid #646464;
    border-radius: 30px;
    position: relative}
.top_btn_more:after {
display: block;
content: "";
position: absolute;
top: 40%;
right: 16px;
width: 6px;
height: 6px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg)}
.top_btn_more:hover{
    background: #fff;
    color:#232323}
.top_btn_more:hover:after {
    border-top: solid 1px #646464;
    border-right: solid 1px #646464}

/* flex　共通 */
.top_flex{
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between}
.top_flex_img{
    width: 100%;
	height: 0;
	line-height: 0;
	margin-bottom: 4px;
	overflow: hidden;
	padding-bottom: 66%;
	position: relative}
.topflex_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    border-top-right-radius:40px}

@media only screen and (max-width: 767px) {
    .top_archive{margin-bottom: 20px}
    .top_archive li:nth-of-type(1),
    .top_archive li:nth-of-type(2){
        width: 100%;
        margin-bottom: 40px}
    .top_archive li:nth-of-type(3),
    .top_archive li:nth-of-type(4),
    .top_archive li:nth-of-type(5),
    .top_archive li:nth-of-type(6){
        width: 48%;
        margin-bottom: 30px}
    .top_archive_cateBar{
        top:-18px;
        height: 26px;
        font-size:  12px;
        padding:5px 9px 5px 5px}
    .top_archive_cateBar span{
        font-size:  14px;}
    .top_flex{
        -ms-flex-wrap: wrap;
	    flex-wrap: wrap}
}

/*----------------------- イベント一覧タブ ---------------------------*/
fieldset{border: none;width: 100%}
/* イベントのタブ */
.event_tab_wrap{
    text-align: center;
    margin-bottom: 80px}
.event_tab{
    display: inline-block;
    width: 30%;
    max-width: 320px;
    margin: 0 10px;
    font-weight: 700;
    position: relative}
.event_tab label{cursor:pointer;}
.event_tab label:hover{filter: alpha(opacity=70);opacity:0.7}
.event_tab_ttl{
    display: inline-block;
    position: absolute;
    top:0;
    width: 100%;
    height: 58px;
    background: url(../img/top/top_event_tab_ttl.svg) no-repeat;
    background-size:100%;
    color:#fff;
    font-family: 'TTC';
    font-size: 12px;
    padding-top:23px;
    z-index: 10}
.event_tab_txt{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    border-radius: 8px;
    background: #fff;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
    text-align: center;
    padding-top: 75px;
    margin-top: 10px}
.event_tab_txt em{font-weight: 700}
.event_tab_txt:after{
    display: block;
    content: "";
    position: absolute;
    top:60%;
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg)}
@media only screen and (max-width: 1000px) {
    .event_tab{margin: 0 1%!important}
    .event_tab_ttl{padding-top:12px}
    .event_tab_txt{height: 100px;padding-top: 48px}
}
@media only screen and (max-width: 767px) {
    .event_tab_wrap{
        text-align: center;
        margin-bottom: 60px}
    .event_tab{
        display: inline-block;
        width: 30%;line-height:0;
        margin: 0 2px}
    .event_tab_ttl{
        padding-top:19px;
        width: 100px;line-height:1;
        height: 35px;
        background: url(../img/top/sp_top_event_tab_ttl.svg) no-repeat;
        background-size:100px}
    .event_tab_txt{
        font-size: 14px;
        line-height: 1.3;
        padding-top: 45px;
        width: 100px;
        height: 114px}
    .event_tab_txt em.spem{
        display: block}
    .event_tab_txt:after{
        bottom:10px;
        top:auto;
        right: 50%;
       -webkit-transform: rotate(135deg);
        transform: rotate(135deg)}
}

/* タブ  切り替え　*/
input.tab-radios {display: none}
.tab-label {cursor: pointer;} 

/* チェックの装飾 */
#ev_tab-ctrl1:checked ~ .event_tab_wrap .event_tab #ev_tab-label1 .event_tab_txt,
#ev_tab-ctrl2:checked ~ .event_tab_wrap .event_tab #ev_tab-label2 .event_tab_txt,
#ev_tab-ctrl3:checked ~ .event_tab_wrap .event_tab #ev_tab-label3 .event_tab_txt{background:#fff6f5;color: #000}
#ev_tab-ctrl1:checked ~ .event_tab_wrap .event_tab #ev_tab-label1 .event_tab_txt:after,
#ev_tab-ctrl2:checked ~ .event_tab_wrap .event_tab #ev_tab-label2 .event_tab_txt:after,
#ev_tab-ctrl3:checked ~ .event_tab_wrap .event_tab #ev_tab-label3 .event_tab_txt:after{display: none}
#ev_tab-ctrl1:checked ~ .event_tab_wrap .event_tab #ev_tab-label1:hover,
#ev_tab-ctrl2:checked ~ .event_tab_wrap .event_tab #ev_tab-label2:hover,
#ev_tab-ctrl3:checked ~ .event_tab_wrap .event_tab #ev_tab-label3:hover{filter: alpha(opacity=100);opacity:1}


.top_event #ev_panel_1,
.top_event #ev_panel_2,
.top_event #ev_panel_3{
        box-sizing: border-box;
        height: 0;width: 0;margin-left:-1000px;
        opacity: 0;
         -webkit-transition: opacity 600ms;
        transition: opacity 600ms;}
/* チェックで表示 */
.eventList_cont#ev_tab-ctrl0:checked ~ #ev_panels article#ev_panel_0,
    #ev_tab-ctrl1:checked ~ #ev_panels article#ev_panel_1,
    #ev_tab-ctrl2:checked ~ #ev_panels article#ev_panel_2,
    #ev_tab-ctrl3:checked ~ #ev_panels article#ev_panel_3{
        height: initial;width:100%;margin-left:0;
        opacity: 1}
    #ev_tab-ctrl1:checked ~ #ev_panels article#ev_panel_0,
    #ev_tab-ctrl2:checked ~ #ev_panels article#ev_panel_0,
    #ev_tab-ctrl3:checked ~ #ev_panels article#ev_panel_0{
        height: 0;width: 0;margin-left:-1000px;
        opacity: 0}

@media only screen and (max-width: 767px) {
    #ev_panels{width: 100%;margin: 0 auto 10px}
}





/* -- イベント　リスト -- */
.eventList_cont{position: relative}
.eventList{
    overflow: visible;
    margin-bottom: 40px;
    display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between}
.eventList:after{content:"";display: block;width:31%;}
.eventList li{
    overflow: visible;
    position: relative;
    width: 31%;
    margin-bottom: 60px}
/* 大小 */
.eventList li:nth-of-type(1),
.eventList li:nth-of-type(2){
    width: 48.7%;
    margin-bottom: 60px}
.eventList li:nth-of-type(3),
.eventList li:nth-of-type(4),
.eventList li:nth-of-type(5){
    width: 31.6%;
    margin-bottom: 80px}
.eventList li:nth-of-type(6){display: none}
@media only screen and (max-width: 767px) {
    .eventList li:nth-of-type(6){display: block}
}
.eventList li:hover{filter: alpha(opacity=80);opacity:0.8}
/* 誰と */
.event_with{
    box-sizing: border-box;	
    position: absolute;
    top:-10px;
    left:-10px;
    width: 65px;
    height: 72px;
    padding-top: 20px;
    background: url(../img/top/event_balloon1.svg) no-repeat;
    background-size:cover;
    z-index: 10}
.event_with.balloon2{background: url(../img/top/event_balloon2.svg) no-repeat;background-size:cover}
.event_with.balloon3{background: url(../img/top/event_balloon3.svg) no-repeat;background-size:cover}
.event_with.balloon4{background: url(../img/top/event_balloon4.svg) no-repeat;background-size:cover}
.event_with.balloon5{background: url(../img/top/event_balloon5.svg) no-repeat;background-size:cover}
.event_with.balloon6{background: url(../img/top/event_balloon6.svg) no-repeat;background-size:cover}

.eventList li:hover .event_with{filter: alpha(opacity=70);opacity:0.7;}

@media only screen and (max-width: 767px) {
    .eventList{margin-bottom: 0}
    .eventList li{
        width: 48%; 
        margin-bottom: 25px}
    .eventList li:nth-of-type(1),
    .eventList li:nth-of-type(2){
        width: 100%;
        margin-bottom: 30px}
    .eventList li:nth-of-type(3),
    .eventList li:nth-of-type(4),
    .eventList li:nth-of-type(5),
    .eventList li:nth-of-type(6){
        width: 48%;
        margin-bottom: 20px}
    .event_with{
        display: block;
        width: 50px;
        height: 55px}
}


/* 画像 */
.eventList_img{
    width: 100%;
	height: 0;
	line-height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 70%;
	position: relative}
.eventList_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    border-top-right-radius:40px}

/* イベントリストのデータ */
.eventList_data_box{
    border-left:1px solid #969696;
    padding-left:16px}
.eventList_date{
    font-size: 14px;
    font-family: 'TTC',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #ff8c82}
.eventList_data_box h3{
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700}
.eventList_txt{
    line-height: 1;
    font-size: 15px;
    height: 16px;
    overflow: hidden}
@media only screen and (max-width: 767px) {
    .eventList_data_box{line-height: 1.3}
    .eventList_date{
        line-height: 1.2;
        margin-bottom: 5px}
    .eventList_data_box h3{font-size: 14px;}
    .eventList_txt{display: none}
}


/*----------------------- 店舗 ---------------------------*/
section.top_store{
    width: 1200px;
    margin: 100px auto 160px;
    position: relative}
@media screen and (min-width:768px) and (max-width: 1300px){
    section.top_store{width: 90%}
}
@media only screen and (max-width: 767px) {
    section.top_store{
        width: 100%;
        padding: 0;
        margin: 80px auto}
}

.store_tab_area{width: 100%;margin: 0;overflow: hidden}
.swiper-container2{
    width:100%;
    max-width: 1213px;
    border-bottom:2px solid #ff8c82;
    margin-bottom: 50px}
@media only screen and (max-width: 1300px) {
    .swiper-container2{width:calc(100% + 0px)}
    .store_tab_set{width:100%}
}

@media only screen and (max-width: 767px) {
    .ch{width: 100%;padding: 0;}
    .store_tab_area{
        width: 100%!important;
        margin: 0 auto;
        line-height: 0}
    .swiper-container2{
        width:100vw;
        max-width:100vw;
        margin: 0 0 40px ; 
        border-bottom:2px solid #ff8c82;
      position: relative;
      overflow: hidden;
      list-style: none;
      padding: 0;
      /* Fix of Webkit flickering */
        z-index: 1}
    .swiper-container2 .swiper-wrapper{box-sizing: border-box;}
}
/* タブ */

input.tab-radios {display: none}
li.tab-label {cursor: pointer;} 
.store_tab_set{
    line-height: 0}

.store_tab_set li label{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.4;
    padding: 10px 0;
    background: #fff;
    border-radius: .3em .3em 0 0;
    border-top:2px solid #ff8c82;
    border-left:2px solid #ff8c82;
    border-right:2px solid #ff8c82}
.store_tab_set li label span{
    display: block;
    color: #ff8c82;
    font-family: 'TTC';
    font-size: 10px}
.store_tab_set li:hover label{
    cursor: pointer;
    background:#fff6f5 }

    #tab-ctrl1:checked ~ .swiper-container2 ul li label#tab-label1,
    #tab-ctrl2:checked ~ .swiper-container2 ul li label#tab-label2,
    #tab-ctrl3:checked ~ .swiper-container2 ul li label#tab-label3,
    #tab-ctrl4:checked ~ .swiper-container2 ul li label#tab-label4,
    #tab-ctrl5:checked ~ .swiper-container2 ul li label#tab-label5{
       background:#ff8c82;color:#fff}  
    #tab-ctrl1:checked ~ .swiper-container2 ul li label#tab-label1 span,
    #tab-ctrl2:checked ~ .swiper-container2 ul li label#tab-label2 span,
    #tab-ctrl3:checked ~ .swiper-container2 ul li label#tab-label3 span,
    #tab-ctrl4:checked ~ .swiper-container2 ul li label#tab-label4 span,
    #tab-ctrl5:checked ~ .swiper-container2 ul li label#tab-label5 span{
        color:#fff}

.store_tab_cont{
        box-sizing: border-box;
        height: 0;
        opacity: 0;
         -webkit-transition: opacity 600ms;
        transition: opacity 600ms;
        overflow-y: hidden}

    #tab-ctrl1:checked ~ #panels article#panel_1,
    #tab-ctrl2:checked ~ #panels article#panel_2,
    #tab-ctrl3:checked ~ #panels article#panel_3,
    #tab-ctrl4:checked ~ #panels article#panel_4,
    #tab-ctrl5:checked ~ #panels article#panel_5{
        height: initial;
        opacity: 1}


.store_tab_cont ul.store li{
    width: 24%;margin-bottom: 80px}

@media only screen and (max-width: 767px) {
    .store_tab_set li label{
        line-height: 1.4;
        margin-bottom: 0;
        font-feature-settings: "palt";
        font-size: 12px}
    section.top_store{
        width: 100%;
        padding: 0;
        margin: 80px auto}
    #panels{width:100vw;margin: 0;padding: 0}

    .store_tab_cont {width: 90%!important;margin: 0 auto;padding-right:6px;box-sizing: border-box}
    .store_tab_cont ul.store li{
        width: 48%;margin-bottom: 40px}

}

/*----------------------- マガジン ---------------------------*/
hr.magazine-kz{
    width: 90%;
    max-width: 1040px;
    margin: 0 auto 60px;
    border-bottom: 1px dotted #ccc}
.top_magazine_list{
    width: 90%;
    max-width: 1040px;
    margin: 0 auto 60px;
    position: relative}
.top_magazine_left{width: 33.5%}
.top_magazine_right{
    position: relative;
    width: 60%;
    padding-bottom:160px}
    
.top_magazine_data{
    padding-left:50px;
    background: url(../img/top/top_magazine_bar.svg) no-repeat;
    background-size:20px 520px;
    font-size: 15px}
.top_magazine_no{
    font-feature-settings: "palt","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px}
.top_magazine_list h5{
    margin-bottom: 10px;
    letter-spacing:0.05em;
    font-family: 'TTC';
    font-weight: 700;
    font-size: 19px}
.top_magazine_contents{line-height: 1.4}
.top_magazine_btArea{
    width: 100%;
        position: absolute;
        bottom:0;
        left:0}
.top_magazine_btArea a.btn_arrow{
    margin: 15px auto 0;
    max-width: 360px}
 
@media only screen and (max-width: 767px) {
    .top_magazine_left,
    .top_magazine_right{width: 100%}
    
    .top_magazine_img{width: 60%;margin: 0 auto 10px}
    .top_magazine_data{
        padding-left:0;
        font-size: 14px;
        background:none}
    .top_magazine_no{
        margin-bottom: 0;
        text-align: center;
        font-size: 16px}
    .top_magazine_no span{display: block;margin-bottom: 25px}
    .top_magazine_list h5{font-size: 17px}
}

/*----------------------- マガジン（MIRAIE-3266 横並ver） ---------------------------*/

.top_magazine_list-2col{
  display: flex;
  gap:50px;
  width: 90%;
  max-width: 1040px;
  max-width: 800px;
  margin: 0 auto 60px;
  justify-content: space-around;
}
.top_magazine_list-2col article.magazine{
  flex:1;
  max-width:300px;
}

.top_magazine_list-2col .magazine .title,
.top_magazine_list-2col .magazine .title-no{
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.top_magazine_list-2col .magazine .title-no span{
  display: inline-block;
}
.top_magazine_list-2col .magazine .btnArea a.btn_arrow {
  margin: 15px auto 0;
  width:100%;
  max-width: 320px;

  display: flex;
  justify-content: center;
  line-height:1.3;
  align-items: center;
  
}

@media only screen and (max-width: 767px) {
  .top_magazine_list-2col{
    gap:30px;
  }
  .top_magazine_list-2col .magazine .btnArea a.btn_arrow {
    font-size:13px;
  }
} 







/*----------------------- info ---------------------------*/
.top_info{position: relative}
.top_info h3{
    position: relative;
    text-align: left;
    font-family: 'TTC';
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 50px;
    letter-spacing:0.05em;
    color: #ff8c82}
.top_info h3 span{
    font-size: 10px;
    margin-bottom: 10px;
    display: block}
a.top_info_more{
    position: absolute;
    top:30px;
    right:0;
    display: block;
    width: 280px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    background: #646464;
    color:#fff;
    border-radius: 30px;}
a.top_info_more:after {
display: block;
content: "";
position: absolute;
top: 40%;
right: 16px;
width: 6px;
height: 6px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg)}

.top_info li{width: 23%}
.top_info .top_flex_img{padding-bottom: 66%}
.top_info_txt{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6}

@media only screen and (max-width: 767px) {
    .top_info{width: 90%}
    .top_info h3{
        text-align: center;
        font-size: 40px}
    .top_info h3 span{
        font-size: 14px}
    .top_info ul{margin-bottom: 40px}
    .top_info li{
        margin-bottom: 30px;
        width: 48%}
}

/*----------------------- 広告 #969696 ---------------------------*/
.about_advt{
    border-top:1px solid #c3c3c3;
    padding:100px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}
.about_advt_body{
    width: 55%}
.about_advt_body h3{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700}
.about_advtpublish{margin-top: 30px}
.about_advtpublish li{
    font-size: 18px;
    font-weight: 700;
    padding:6px 0}
.about_advtpublish li a{
    position: relative;
    color: #ff8c82}
.about_advtpublish li a:after{
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #ff8c82;
    border-right: solid 1px #ff8c82;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    right: -15px}

.follow_sns{
    text-align: center;
    font-family: 'TTC';
    font-weight: 700;
    font-size: 20px;
    color: #ff8c82
}
.follow_sns h5{font-size: 14px}
.follow_sns img{
    width: 72px;
    margin:27px 8px 20px
}
@media only screen and (max-width:1000px) {
    .about_advt{
        width: 90%;
        padding: 30px 0;
      }
    .about_advt_body{
        margin-bottom: 0;
        width: 100%}
    .follow_sns{
      border-top:1px solid #c3c3c3;
        width: 100%;
        padding-top:50px;
        margin :70px auto 0
	    }
    .follow_sns img{
        width: 50px}
}
@media only screen and (max-width: 767px) {
    .about_advt{
        padding: 80px 0}
    .follow_sns{
        padding-top:50px;
        }

}

.sp{display: none}
@media only screen and (max-width: 767px) {
	.pc{display: none}
	.sp{display: block}
}

/*  MK用変更  */
.mk .top_event,
.mk .top_magazine{background:#F0F8FD}
.mk .top_pickup_cate {border: 1px solid #3EAAE5;color:#3EAAE5}
.mk .top_pickup h3,
.mk section h2,
.mk .archive_date,
.mk .eventList_date,
.mk .top_info h3,
.mk .about_advtpublish li a,
.mk .follow_sns{
    color: #3EAAE5}
.mk section h2:before{background:#3EAAE5}

.mk .store_tab_set li label{
    border-top:2px solid #3EAAE5;
    border-left:2px solid #3EAAE5;
    border-right:2px solid #3EAAE5}
.mk .store_tab_set li label span{color:#3EAAE5}
.mk .store_tab_set li:hover label{background:#3EAAE5}
.mk #tab-ctrl1:checked ~ .swiper-container2 ul li label#tab-label1,
.mk #tab-ctrl2:checked ~ .swiper-container2 ul li label#tab-label2,
.mk #tab-ctrl3:checked ~ .swiper-container2 ul li label#tab-label3,
.mk #tab-ctrl4:checked ~ .swiper-container2 ul li label#tab-label4,
.mk #tab-ctrl5:checked ~ .swiper-container2 ul li label#tab-label5{
    background:#3EAAE5}
.mk .swiper-container2{border-bottom:2px solid #3EAAE5}
.mk .archive_cateBar{ background:#3EAAE5}

.mk .event_tab_ttl{
    background: url(../img/top/mk_top_event_tab_ttl.svg) no-repeat;
    background-size: 100%}
.mk #ev_tab-ctrl1:checked ~ .event_tab_wrap .event_tab #ev_tab-label1 .event_tab_txt,
.mk #ev_tab-ctrl2:checked ~ .event_tab_wrap .event_tab #ev_tab-label2 .event_tab_txt,
.mk #ev_tab-ctrl3:checked ~ .event_tab_wrap .event_tab #ev_tab-label3 .event_tab_txt{background:#F0F8FD;color: #000}
@media only screen and (max-width: 767px) {
    .mk .event_tab_ttl{
        background: url(../img/top/mk_sp_top_event_tab_ttl.svg) no-repeat;
        background-size: 100%}
}

.mk .about_advtpublish li a:after{
    border-top: solid 1px #3EAAE5;
    border-right: solid 1px #3EAAE5}
.mk .top_pickup_img  p {padding-bottom:50%;margin:12px 0}
