@charset "utf-8";
/* Copyright 2017 FSFIELD All Rights Reserved. */
/* ------------------------------------------------------------

ホーム 共通

------------------------------------------------------------ */
.firstView {position: relative;}

.firstView .t-catch{
    position: absolute;
    z-index: 2;
}

.top {text-align: center; }

/*.top .topics .4-column {margin: 0 auto;}*/


.home{
	background-color: #fff;
}
.top .topics .topics-txt{
	background: #f0f0f0;
	padding: 15px;
	line-height: 1.2;
}

.top .contents-area .block .sub .txt-area .lead {
	line-height: 1.6;
	margin-bottom: 20px;
}

.topics_slider{margin:0 auto;}

.wrap_grouptour01{
	background:url(../img/top/bg_grouptour01.gif) repeat 0 0;
	padding:90px 0;
	text-align:center;
}

.block.touch,
.block.create,
.block.play,
.block.eat{margin-bottom:20px;}


/* ピックアップ　スクロールアニメーション
------------------------------------------------------------ */
@keyframes scroller{
    0% {transform: translateX(0)}
  100% {transform: translateX(-100%)}
}

/* モーダルウィンドウ
------------------------------------------------------------ */
body.top-modal__visible{
    overflow: hidden;
}

.wrap-modal01 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;


    display: none;
}

body.top-modal__visible .wrap-modal01{
    display: flex;
}

.wrap-modal01__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 40, 33, .8);
    z-index: -1;
}

.wrap-modal01__inner {
    padding: 30px 0;
    width: 100%;
    max-width: 768px;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.wrap-modal01__inner::-webkit-scrollbar {
    display: none;
}

.wrap-modal01__inner-contents {
    position: relative;
    background-color: #FFF;
    padding: 34px 80px 24px;
    margin: 0 auto;
    border-radius: 8px;
    min-height: 500px;
}

.wrap-modal01__inner-btn {
    border: 1px solid #CCC;
    background: #FFF;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    will-change: inherit;
    border-radius: 50%;
    transition: border-color .3s;
}

.wrap-modal01__inner-btn::before,
.wrap-modal01__inner-btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #CCC;
    margin-top: -1px;
    margin-left: -8px;
    transition: background .3s;
}

.wrap-modal01__inner-btn::before {
    transform: rotate(45deg);
}

.wrap-modal01__inner-btn::after {
    transform: rotate(-45deg);
}

.wrap-modal01__inner-btn:hover:before,
.wrap-modal01__inner-btn:hover::after {
    opacity: .7;
}

/* ------------------------------------------------------------

ホーム 641px以上

------------------------------------------------------------ */
@media (min-width: 641px) {
    .firstView .youtube {opacity: 1; }
    .firstView .main-poster img {width: 100%;}
	
	.main-poster{
		position:relative;
	}

	 .firstView .top-icon {
        max-width: 14.85714%;
        position: absolute;
        right: 1.42857%;
        top: 20px;
    }
    .firstView .t-catch {
        max-width: 45%;
        left: 3.92857%;
        top: 82%;
    }

        /*トップメニューバナー配置2021*/
        .top-menuBtn{
    display: flex;
    justify-content: center; /* 等間隔配置 */
    padding: 0 20px;
    gap: 40px; /* バナー間の余白（お好みで調整） */
    margin: 0 auto; /* 中央寄せ */
        }

        .top-menuBtn .top-menuBtn_banner{
            width:21%;
        }
    .newsSnsArea .ttl {
            margin-left:20%;
            margin-right:20%;
        margin-top:50px;
        padding-left:15px;
        display:block;
        border-radius: 10px 10px 0 0;
        vertical-align: middle;
        text-align:left;
        font-weight:bold;
        font-size:130%;
        line-height: 2em;
        background-color:#F97029;
        color:#FFFFFF;
    }

        .newsSnsArea .newsSnsArea-list{
            text-align:left;
            line-height: 1.0em;
            padding: 0 20px;
            margin:0 20%;
        -webkit-border-left:solid 2px #F97029;
        -ms-border-left:solid 2px #F97029;
        border-left:solid 2px #F97029;
        -webkit-border-right:solid 2px #F97029;
        -ms-border-right:solid 2px #F97029;
        border-right:solid 2px #F97029;
        -webkit-border-bottom:solid 2px #F97029;
        -ms-border-bottom:solid 2px #F97029;
        border-bottom:solid 2px #F97029;
        -webkit-border-radius:0 0 10px 10px;
        -ms-border-radius:0 0 10px 10px;
        border-radius:0 0 10px 10px;
            font-size:1.2em;
            color:#454545;

        }
        .newsSnsArea .newsSnsArea-list a{
            text-decoration:none;
        }
    .newsSnsArea .newsSnsArea-list .item {
        width: 100%;
        /*height: 60px;*/
        vertical-align: middle;
        /*display: table-cell;*/
        padding: 0 20px;
        text-decoration:none;
    }

    .newsSnsArea .newsSnsArea-list .item:hover{ opacity:.5;}

    .newsSnsArea .newsSnsArea-list .item p::before{
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #6aa7cd;
        content:'';
        margin-right:10px;
        display:inline-block;
    }
	
	.newsSnsArea .newsSnsArea-list .item .ico{
		font-size: 13px;
		text-align: center;
		display: inline-block;
		min-width: 72px;
		color: #FFF;
		font-weight: bold;
		line-height: 1;
		padding: 3px 10px;
	}
	
	.newsSnsArea .newsSnsArea-list .item .ico.new{background: #79C942;}
	.newsSnsArea .newsSnsArea-list .item .ico.update{background: #3CA7F5;}
	.newsSnsArea .newsSnsArea-list .item .ico.recommend{background: #EC1774;}
	
    .newsSnsArea .newsSnsArea-list .item .date {
        padding-right: 1em;
        font-weight: normal;
        font-size:86%;
    }

    .newsSnsArea .sns-holder {
        height: 60px;
        width: 312px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .newsSnsArea .sns-holder .ttl{
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
        text-align: left;
        height: 60px;
        width: 132px;
        border-left: #FFF solid 1px;
    }

    .newsSnsArea .sns-holder .sns-btns{
        vertical-align: top;
        display: table-cell;
        width: 180px;
        height: 60px;
    }
    .newsSnsArea .sns-holder .sns-btns a {
        float: left;
        display: block;
        width: 60px;
    }
    
    .sns-block{
        display: flex;
        background: transparent url(../img/top/sns_bg.jpg) center top no-repeat;
        background-size: cover;
        padding: 0 70px;
        justify-content: space-between;
    }

    .sns-instagram,
    .sns-twitter{
        padding: 60px 0;
        width: calc(50% - 20px);
        position: relative;
    }

    .sns-instagram .section-ttl{
        margin: 0 auto 40px;
        width: 216px;
    }
    
    .sns-twitter .section-ttl{
        margin: 0 auto 40px;
        width: 144px;
    }
    
	.twitter_container.pc{padding-top: 10px;}
	
	.twitter_container.sp{display: none;}
    
        /*シルバニアバナー設定*/
    .silvaniaTop_banner{
            margin-top:50px;
        margin-bottom:50px;
        box-sizing: content-box;
        border-radius: 15px;
        }
    /*top*/
        .topics_areabox{
        padding-top:20px;
		padding-left:100px;
        }
    .topics_content{
            display: inline-block;
        vertical-align: middle;
        -webkit-width:18%;
        -ms-width:18%;
        width:18%;
        border-left:5px solid #fff;
        border-right:5px solid #fff;
        margin-bottom:15px;
    }

    .top .topics {
        margin-top: 60px;
        margin-bottom: 65px;
		margin-right:auto;
		margin-left:auto;
        text-align: center;
    }

    .top .topics .topics-ttl {
        max-width: 12.84722%;
        margin: 0 auto 40px;
    }

    .top .topics .topick-col {
        vertical-align: top;
        text-align: left;
        position: relative;
        text-decoration: none;
        background: #f0f0f0;
    }

    /*.top .topics .topick-col .pic img {width: 100%;}*/
    .top .topics .topics-txt {
        font-size: 14px;
        min-height:62px;
    }

    .top .contents-area {width: 100%;}

    .top .contents-area .ttl {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .top .contents-area .cont-txt {
        line-height: 2;
        font-size: 18px;
        margin-bottom: 80px;
    }

    .top .contents-area .block .main-pic {
        position: relative;
        max-width: 100%;
    }

    .top .contents-area .block .poster {min-width: 100%;}

    .top .contents-area .block .icon {
        width: 16.94444%;
        position: absolute;
        right: 1.5625%;
        z-index: 2;
    }

    .top .contents-area .block .sub {background: #449bbb; }

    .top .contents-area .block .sub .txt-area {
        padding: 0 40px;
        text-align: left;
        color: #fff;
        display: table-cell;
        width: 33%;
        vertical-align: middle;
    }

    .top .contents-area .block .sub .txt-area .catch-txt {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .top .contents-area .block .sub .txt-area .lead {font-size: 17px;}

    .top .contents-area .block .sub .txt-area .btn {
        border: solid 1px #fff;
        border-radius: 6px;
        box-sizing: border-box;
        text-align: center;
    }

    .top .contents-area .block .sub .txt-area .btn a {
        margin: 0 auto;
        padding: 15px 0;
        text-decoration: none;
        color: #fff;
        position: relative;
        display: block;
    }

    .top .contents-area .block .sub .txt-area .btn a:after {
        position: absolute;
        content: "";
        display: block;
        top: 20px;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 4px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    .top .contents-area .block .sub .sub-img {
        padding-top: 50%;
        position: relative;
        display: table-cell;
        width: 67%;
        vertical-align: middle;
        overflow: hidden;
    }

    .top .contents-area .block .sub .sub-img a {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
    }

    .top .contents-area .block .sub .sub-img img {
        width: 100%;
        -webkit-transition: all 0.8s cubic-bezier(0.25, 0, 0.5, 1);
        -moz-transition: all 0.8s cubic-bezier(0.25, 0, 0.5, 1);
        -ms-transition: all 0.8s cubic-bezier(0.25, 0, 0.5, 1);
        -o-transition: all 0.8s cubic-bezier(0.25, 0, 0.5, 1);
        transition: all 0.8s cubic-bezier(0.25, 0, 0.5, 1);
    }

    .top .contents-area .block .sub .sub-img img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .top .contents-area .block .sub .sub-img .sub-pic2 {left: 50%;}
    .top .contents-area .block .sub .sub-img .sub-pic3 {top: 50%;}
    .top .contents-area .block .sub .sub-img .sub-pic4 {
        top: 50%;
        left: 50%;
    }


    .top .contents-area .create .icon {left: 1.5625%;}
    .top .contents-area .create .sub {background: #eb6e9a;}
    .top .contents-area .play .sub {background: #beac13;}
    .top .contents-area .eat .icon {left: 1.5625%;}
    .top .contents-area .eat .sub {background: #54bd59;}

    .top .event {margin-bottom: 60px;}

    .top .event .event-ttl {margin: 0 auto 40px; }

    .top .event .col {
        width: 50%;
        position: relative;
    }

    .top .event .col .pic img {width: 100%;}

    .top .event .col-1 {float: left;}
    .top .event .col-2 {float: right;}

    .top .event .event-txt {
        font-size: 18px;
        display: block;
        box-sizing: border-box;
        padding: 15px 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
    }

    .top .event .event-txt:after {
        position: absolute;
        content: "";
        display: block;
        top: 24px;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 4px solid #000;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    .top .event .more-black {
        font-size: 18px;
        background: #000;
        padding: 20px 0;
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .top .info-block .s-ttl {
        font-size: 22px;
        font-weight: bold;
    }

    .top .info-block .bold-txt {
        font-weight: bold;
        font-size: 28px;
    }

    .top .info-block .btn {
        margin: 0 auto;
        border-color: #000;
        width: 248px;
    }

    .top .info-block .btn a {color: #000; }

    .top .info-block .btn a:after {
        border-left: 4px solid #000;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    .top .info-block .time-info {
        width: 50%;
        float: left;
    }

    .top .info-block .time-info .s-ttl {margin-bottom: 20px;}
    .top .info-block .time-info .bold-txt {margin-bottom: 15px;}
    .top .info-block .time-info .small-txt {line-height: 1.6;}
    .top .info-block .time-info .btn {
        display: inline-block;
        width: 175px;
        margin: 24px 5px 0;
    }

    .top .info-block .accese-info {
        width: 50%;
        float: right;
    }

    .top .info-block .accese-info .s-ttl {margin-bottom: 25px; }
    .top .info-block .accese-info .small-txt {line-height: 1.6;}

    .top .info-block .accese-info .btn {
        display: inline-block;
        width: 175px;
        margin: 24px 5px 0;
    }

    .top .sns-facebook {
        max-width: 500px;
        margin: 0 auto 60px;
    }

    .top .sns-facebook iframe {width: 100%;}

    /* 団体客 */
    .wrap_grouptour01 img{
        transition:.3s ease-in-out;
        -webkit-transition:.3s ease-in-out;
    }

    .wrap_grouptour01 img:hover{opacity:.7;}


    /* スライダー
    ---------------------------------------------- */

    .firstView .slick-slider .slick-prev {background: url("../img/common/btn_prev_top01.png") no-repeat;}

    .firstView .slick-slider .slick-next {background: url("../img/common/btn_next_top01.png") no-repeat;}

    .firstView .slick-slider .slick-next{right: 20px;}
    .firstView .slick-slider .slick-prev{left: 20px;}
    .firstView .slick-slider .slick-arrow{
        top:50%;
        margin-top:15px;
    }

    .topics .slick-slider .slick-prev {background: url("../img/common/btn_prev_topics.png") no-repeat;}

    .topics .slick-slider .slick-next {background: url("../img/common/btn_next_topics.png") no-repeat;}

    .topics .slick-slider .slick-arrow {top: 40%;}

    .topics .topics_slider{width:90%;}

    .topics .slick-slider .slick-next{right: -60px;}

    .topics .slick-slider .slick-prev{left: -60px;}


    /* 210317 メニューボタン追加　
    ---------------------------------------------- */
    .wrap_btn_menu{
        display: flex;
        justify-content: center;
        padding: 0 3.5px;
        margin: 20px 0 20px;
    }

    .wrap_btn_menu .btn_menu{
        width: 11.11%;
        padding: 0 3.5px;
    }

    .wrap_btn_menu .btn_menu:hover{opacity: 0.6;}

    .wrap_btn_menu .btn_menu img{width: 68%;}
    

    /* ピックアップ
    ---------------------------------------------- */
    .pickup{
        margin-bottom: 100px;
        overflow: hidden;
    }

    .pickup h2{
        width: 178px;
        margin: 0 auto 50px;
    }
    .pickup .list_pick01{display: flex;}
    
    .pickup .list_pick01 ul{      
        display: flex;
        margin: 0 auto 60px;
        justify-content: center;
    }
    
    .pickup .list_pick01.slide3 ul{animation: scroller 30s linear infinite; }
    .pickup .list_pick01.slide4 ul{animation: scroller 37.50s linear infinite; }
    .pickup .list_pick01.slide5 ul{animation: scroller 45s linear infinite;}
    .pickup .list_pick01.slide6 ul{animation: scroller 52.5s linear infinite;}
    .pickup .list_pick01.slide7 ul{animation: scroller 60s linear infinite;}
    .pickup .list_pick01.slide8 ul{animation: scroller 67.5s linear infinite;}
    .pickup .list_pick01.slide9 ul{animation: scroller 75s linear infinite;}
    .pickup .list_pick01.slide10 ul{animation: scroller 82.5s linear infinite;}
    
    .list_pick01 ul li{
        width: 440px;
        padding:0 20px;
        flex:none;
        text-align: left;
    }

    .list_pick01 ul li a{
        display: block;
        transition: .2s;
        text-decoration: none;
    }
    
    .list_pick01 ul li a:hover{opacity: 0.7;}
    
    .list_pick01 ul li a figure{margin-bottom: 20px;}
    
    .list_pick01 ul li a figure img{width: 100%;}
    
    .list_pick01 ul li a time{
        display: block;
        font-family: 'Roboto';
        font-weight: bold;
        color: #54BD59;
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    
    .list_pick01 ul li a p{
        font-size: 17px;
        line-height: 1.6;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 1200px) {
    .top .contents-area .block .sub .txt-area .catch-txt {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.8;
        margin-bottom: 45px;
    }
    .top .contents-area .block .sub .txt-area .lead {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 30px;
    }
}


/* ------------------------------------------------------------

ホーム 640px以下

------------------------------------------------------------ */
@media (max-width: 640px) {

    /* モーダルウィンドウ
    ------------------------------------------------------------ */
    .wrap-modal01{
        padding: 0 20px;
    }

    .wrap-modal01__inner{
        padding: 30px 0;
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .wrap-modal01__inner-contents{
        padding: 50px 20px 30px;
        min-height: 300px;
    }

    .wrap-modal01__inner-btn{
        top: 8px;
        right: 8px;
    }
	
    /* 
    ------------------------------------------------------------ */
    /*団体客*/
    .wrap_grouptour01{
        padding:30px 20px;
    }

    /*アクセスボタン*/
    .sp_access_btn{
        padding:100px;
    }


    /*--*/
    .firstView .main-poster {
		position:relative;
        padding-bottom: 30px;
    }

    .firstView .t-catch {
        width: 53.125%;
        top: 80%;
        left: 1.5625%;
    }

   
	/*.firstView .top-icon{
		width:240px;
	}*/
    .newsSnsArea {
        text-align: left;
        border-bottom: #FFF solid 1px;
        margin-left:2%;
        margin-right:2%;

    }

    .newsSnsArea > .ttl {
        /*position: absolute;
        top: 0;
        left: 0;
        padding: 3.125% 0.5em;
        font-weight: normal;
        height: 100%;*/
        margin-top:30px;
        padding-left:15px;
        display:block;
        border-radius: 20px 20px 0 0;
        /*border-right: #FFF solid 1px;*/
        vertical-align: middle;
        text-align:left;
        font-weight:bold;
        font-size:130%;
        line-height: 2em;
        background-color:#F97029;
        color:#FFFFFF;
    }
    .newsSnsArea .newsSnsArea-list{
            padding:10px 10px;
            text-align:left;
            line-height: 2em;
        border-left:solid 5px #F97029;
        border-right:solid 5px #F97029;
        border-bottom:solid 5px #F97029;
        border-radius:0 0 20px 20px;
            font-size:14px;
            font-weight:bold;
            color:#454545;

	}
	
	.newsSnsArea .newsSnsArea-list li{margin-bottom: 5px;}
	
	.newsSnsArea .newsSnsArea-list li:last-of-type{margin-bottom: 0;}
	
	.newsSnsArea .newsSnsArea-list a{
		text-decoration:none;
	}/*追加記述*/
	
	.newsSnsArea .newsSnsArea-list .item .ico{
		font-size: 13px;
		text-align: center;
		display: inline-block;
		min-width: 70px;
		color: #FFF;
		font-weight: bold;
		line-height: 1;
		padding: 3px 10px;
	}
	
	.newsSnsArea .newsSnsArea-list .item .ico.new{background: #79C942;}
	.newsSnsArea .newsSnsArea-list .item .ico.update{background: #3CA7F5;}
	.newsSnsArea .newsSnsArea-list .item .ico.recommend{background: #EC1774;}

	.newsSnsArea .newsSnsArea-list .item .txt{
		display: block;
		line-height: 1.4;
	}
	
    /*.newsSnsArea .newsSnsArea-list {
        margin-left: 5.5em;
        border-left: #FFF solid 1px;
    }*/

    /*.newsSnsArea .newsSnsArea-list .item {
        padding: 3.125%;
        display: block;
    }

    .newsSnsArea .newsSnsArea-list .item .date {padding-right: 10px;}
    */

    .sns-instagram .head,
    .sns-twitter .head{
        padding: 8% 0 6%;
        background: transparent url("../img/top/sns_bg_sp.jpg") center top no-repeat;
        background-size: cover;
    }

    .sns-instagram .section-ttl {
        margin: 0 auto;
        width: 75.9375%;
    }

    .sns-instagram #sb_instagram #sbi_images .sbi_type_image {width: 100%;}
    .sns-instagram #sb_instagram #sbi_images .sbi_type_image img {display: block;}

    .sns-instagram #sb_instagram #sbi_load {display: none;}	
        /*シルバニアバナー設定*/
        /*.silvaniaTop_banner{
            padding:5px 15px;
            border: 1px solid #454545;
            -webkit-box-shadow: 2px 1px 1px 2px #454545;
            -ms-box-shadow: 2px 1px 1px 2px #454545;
            box-shadow: 2px 1px 1px 2px #454545;
        }
        */
    
    .sns-twitter .section-ttl {
        margin: 0 auto;
        width: 53.333%;
    }
    
    .twitter_container{
        padding: 20px 10px;
        height: 400px;
    }
	
	.twitter_container.pc{display: none;}
	
	.twitter_container.sp{display: block;}
    
    .top .topics {margin-bottom: 20px;}
	
.top .topics .topick-col .pic {
	width: 100%;
	-webkit-width: 100%;
	-ms-width: 100%;
	}
	
    .top .topics .topics-ttl {
     width: 60%;
     margin: 30px auto 25px; /* 上30px、下25pxに統一！ */
    }
.topics_areabox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 6px;   /* 横の余白だけ維持 */
  box-sizing: border-box;
}

    .top .topics .topick-col:nth-child(1), .top .topics .topick-col:nth-child(3) {border-right: solid 1px #fff;}
    .top .topics .topick-col:nth-child(2), .top .topics .topick-col:nth-child(4) {border-left: solid 1px #fff;}

   /* .top .topics .topics-txt {font-size: 12px;}*/


    .top .contents-area .ttl {
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .top .contents-area .cont-txt {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
        .topics_content{
		/*display: flex;
		flex-wrap: wrap;*/
        vertical-align: middle;
        -webkit-width:40%;
        -ms-width:40%;
         width:40%;
			height:auto;
		/*padding:2px;*/
        border-left:1px solid #fff;
        border-right:1px solid #fff;
        margin-bottom:15px;
        }

    .top .contents-area .block .main-pic {position: relative;}
    .top .contents-area .block .icon {
        z-index: 1;
        width: 21.09375%;
        position: absolute;
        right: 1.5625%;
    }

    .top .contents-area .block .sub {padding-bottom: 3.5%;}

    .top .contents-area .block .sub .txt-area, .top .contents-area .block .sub .sub-img {
        max-width: 93.75%;
        margin: 0 auto;
    }

    .top .contents-area .block .sub .pcOnly {display: none;}
    .top .contents-area .block .sub .sub-img {
        padding-top: 70%;
        position: relative;
        overflow: hidden;
    }

    .top .contents-area .block .sub .sub-img a {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
    }

    .top .contents-area .block .sub .sub-img .sub-pic2 {left: 50%;}
    .top .contents-area .block .sub .sub-img .sub-pic3 {top: 50%;}
    .top .contents-area .block .sub .sub-img .sub-pic4 {
        top: 50%;
        left: 50%;
    }

    .top .contents-area .block .sub .txt-area {
        padding: 20px 0 20px;
        text-align: left;
        color: #fff;
        vertical-align: middle;
    }

    .top .contents-area .block .sub .txt-area .catch-txt {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .top .contents-area .block .sub .txt-area .lead {font-size: 14px;}
    .top .contents-area .touch .sub {background: #449bbb;}
    .top .contents-area .create .sub {background: #eb6e9a;}
    .top .contents-area .play .sub {background: #beac13;}
    .top .contents-area .eat .sub {background: #54bd59;}

    .top .event .event-ttl {
        width: 43.28125%;
        margin-top: 30px;
        margin: 25px auto 15px;
    }
    .top .event .col {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .top .event .text-area {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .top .event .event-txt {
        font-size: 14px;
        display: block;
        box-sizing: border-box;
        padding: 10px 0;
        width: 100%;
        position: relative;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
    }

    .top .event .event-txt:after {
        position: absolute;
        content: "";
        display: block;
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 6px solid #000;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    .top .event .more-black {
        font-size: 12px;
        background: #000;
        padding: 15px 0;
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .top .info-block {margin: 30px auto 20px;}
    .top .info-block .s-ttl {
        font-size: 19px;
        font-weight: bold;
    }

    .top .info-block .time-info .s-ttl {margin-bottom: 15px;}
    .top .info-block .time-info .btn {margin-top: 10px;}
    .top .info-block .s-ttl {font-size: 22px;}

    .top .info-block .bold-txt {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .top .info-block .btn {
        width:42%;
        display: inline-block;
        margin: 10px 0 0;
        font-size: 12px;
    }
    .top .info-block a {color: #000;}
    .top .info-block a:after {
        border-left: 4px solid #000;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        right: 5px;
    }

    .top .info-block .accese-info {
        width: 93.75%;
        margin: 40px auto 0;
    }

    .top .info-block .accese-info .btn {
        display: inline-block;
        margin: 10px 0 0;
        font-size: 12px;
    }

    .top .info-block .accese-info .s-ttl {margin-bottom: 15px;}
    .top .info-block .accese-info .small-txt {font-size: 14px;}
    .top .info-block .accese-info .left {float: left;}
    .top .info-block .accese-info .right {float: right;}
    .top .sns-block .sns-facebook {
        width: 93.75%;
        height: auto;
        margin: 0 auto 30px;
    }

    .fb-page {width: 100% !important;}



    /* スライダー
    ---------------------------------------------- */
    .firstView .slick-slider .slick-prev {background: url("../img/common/btn_prev_top01.png") no-repeat;}

    .firstView .slick-slider .slick-next {background: url("../img/common/btn_next_top01.png") no-repeat;}

    .firstView .slick-slider .slick-arrow {
        width: 8.125%;
        background-size: 100%;
        z-index: 1;
    }

    .firstView .slick-slider .slick-prev {left: 1.5625%;}
    .firstView .slick-slider .slick-next {right: 1.5625%;}

    .firstView .slick-slider .slick-arrow{
        top: 50%;
        margin-top: -26px;
    }

    .firstView .slick-slider .slick-dots {
        bottom: -25px;
        width: 100%;
        right: 0;
    }

    .firstView .slick-slider .slick-dots li.slick-active button:before {background-color: #006933;}


    .topics .slick-slider .slick-prev {background: url("../img/common/btn_prev_topics.png") no-repeat;}

    .topics .slick-slider .slick-next {background: url("../img/common/btn_next_topics.png") no-repeat;}

    .topics .slick-slider .slick-prev{left:-30px !important;}
    .topics .slick-slider .slick-next {right:-30px !important;}
    .topics .slick-slider .slick-arrow{
        bottom:0 !important;
        margin:auto;
        top:0;
        width:24px;
        height:24px;
        background-size:cover;
    }

    .topics .slick-slider .slick-arrow::before{
        width: 24px;
        height: 24px;
        display: block;
        content: '';
        background: #000;
        opacity: .1;
        position: absolute;
        top: 0;
        border-radius: 50%;
    }

    .topics .topics_slider{width:80%;}
    .topics .topics_slider{margin:0 auto 50px;}

    /* 210317 メニューボタン追加　
    ---------------------------------------------- */
    .wrap_btn_menu{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 8.5px;
        margin: 20px 0 35px;
    }

    .wrap_btn_menu .btn_menu{
        width: 33.33%;
        padding: 0 2.5px;
        margin-bottom: 5px;
    }

    .wrap_btn_menu .btn_menu img{width: 100%;}

    /* ピックアップ
    ---------------------------------------------- */
    .pickup{
        margin-bottom: 50px;
        overflow: hidden;
    }

    .pickup h2{
        width: 49.86%;
        margin: 0 auto 20px;
    }
    
    .pickup .list_pick01{display: flex;}
    
    .pickup .list_pick01 ul{      
        display: flex;
        margin: 0 auto 35px;
        justify-content: center;
        flex:none;
    }
    
    .pickup .list_pick01.slide2 ul{animation: scroller 30s linear infinite; }
    .pickup .list_pick01.slide3 ul{animation: scroller 37.5s linear infinite;}
    .pickup .list_pick01.slide4 ul{animation: scroller 45s linear infinite; }
    .pickup .list_pick01.slide5 ul{animation: scroller 52.5s linear infinite;}
    .pickup .list_pick01.slide6 ul{animation: scroller 60s linear infinite;}
    .pickup .list_pick01.slide7 ul{animation: scroller 67.5s linear infinite;}
    .pickup .list_pick01.slide8 ul{animation: scroller 75s linear infinite;}
    .pickup .list_pick01.slide9 ul{animation: scroller 82.5s linear infinite;}
    .pickup .list_pick01.slide10 ul{animation: scroller 90s linear infinite;}
    
    .list_pick01 ul li{
        width:73.333vw;
        padding:0 20px;
        flex:none;
        text-align: left;
    }

    .list_pick01 ul li a{
        display: block;
        text-decoration: none;
    }
    
    .list_pick01 ul li a figure{margin-bottom: 20px;}
    
    .list_pick01 ul li a figure img{width: 100%;}
    
    .list_pick01 ul li a time{
        display: block;
        font-family: 'Roboto';
        font-weight: bold;
        color: #54BD59;
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    
    .list_pick01 ul li a p{
        line-height: 1.8;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
