@charset "utf-8";
/* CSS Document */
#main-visual{position: relative; margin: 0 0 80px;}
#main-visual #btn-scroll{position: absolute; bottom: 10px; left: 50%; color: #fff; font-size: 10px; font-family: 'Lexend Zetta', sans-serif; text-align: center;}
#main-visual #btn-scroll span{position: relative; width: 20px; height: 36px; border: 2px solid #fff; border-radius: 10px; display: block; margin: 0 auto 4px;}
#main-visual #btn-scroll span:before{position: absolute; top: 4px; left: 50%; content: ''; width: 6px; height: 6px; margin: 0 0 0 -3px; background-color: #fff; border-radius: 100%; display: block;
-webkit-animation: btnScroll 2s infinite; animation: btnScroll 2s infinite;}

@-webkit-keyframes btnScroll {
0%{-webkit-transform: translate(0, 0); opacity: 0;}
40%{opacity: 1;}
80%{-webkit-transform: translate(0, 20px); opacity: 0;}
100% {opacity: 0;}
}

@keyframes btnScroll {
0%{transform: translate(0, 0); opacity: 0;}
40%{opacity: 1;}
80%{transform: translate(0, 20px); opacity: 0;}
100%{opacity: 0;}
}

#topics{margin: 0 0 110px; overflow: hidden;}
#topics .btn{max-width: 320px; line-height: 54px; height: 54px; overflow: hidden; color: #fff; background: rgba(43,144,182,255); text-align: center; border-radius: 54px; display: block; margin: 60px auto 0; position: relative; z-index: 0;}
#topics .btn:before{content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #07afbc; border-radius: 100%; transform: scale(0); transition: all .5s ease-in-out;}
#topics .btn:hover:before{transform: scale(2);}

#topics-slider{color: #554841; line-height: 2;}
#topics-slider a:hover{opacity: .8;}
#topics .date{font-size: 11px; font-family: 'Lexend Zetta', sans-serif; padding: 12px 0 5px; opacity: .5;}

#topics .slick-list{margin:0 -21px; position: relative;}
#topics .slick-list:before,
#topics .slick-list:after{content: ''; position: absolute; top: 0; width: 21px; height: 100%;  z-index: 10;}
#topics .slick-list:before{left: 0;}
#topics .slick-list:after{right: 0;}
#topics .slick-slide{margin:0 21px;}

#info{max-width: 1000px; margin: 0 auto 180px; width: calc(100% - 35px);}
#info h2{font-size: 20px; line-height: 1; font-weight: bold; text-align: center;}
#info h2:after{content: ''; width: 20px; height: 3px; background: rgba(43,144,182,255); margin: 20px auto 10px; display: block;}
/* #info li{border-bottom: 1px solid rgba(43,144,182,255); display: flex; line-height: 2; padding: 20px 0;}
#info li:last-of-type{border-bottom: none;}
#info li p:nth-of-type(1){width: 160px; text-align: center; font-weight: bold; color: rgba(43,144,182,255);}
#info li p:nth-of-type(2){width: calc(100% - 160px); padding: 0 4% 0 0;}
#info li a{text-decoration: underline;}
#info li a:hover{color: #07afbc;} */
#info .accordionBox { margin: 0 0 20px 0; }
#info .accordionBox time { display: block; color: rgba(43,144,182,255); font-size: 14px; font-weight: bold; margin: 0 0 0.5em 0;}
#info .accordionBox h3 { position: relative; padding: 0 2em 10px 0; margin: 0 0 1em 0; font-size: 16px; border-bottom: #e9f3f9 solid 5px; }
#info .accordionBtn { display: none; position: absolute; right:0; top:calc( ( 100% - 10px ) / 2); transform: translateY( -50% ); color: rgba(43,144,182,255); cursor: pointer;}
#info .accordionBtn.active { display: block;}
#info .accordionTarget { display: none; font-size: 16px; line-height: 1.8; border-top: #f1f1f1 dotted 1px; padding: 1em 0 1em 1em;}
#info .accordionTarget.active { display: block; }
#info .accordionBox p { margin: 0 0 0.5em 0;}
#info .accordionBox a { color: rgba(43,144,182,255); text-decoration: underline;}

#info .btn{max-width: 320px; line-height: 54px; height: 54px; overflow: hidden; color: #fff; background: rgba(43,144,182,255); text-align: center; border-radius: 54px; display: block; margin: 60px auto 0; position: relative; z-index: 0;}
#info .btn:before{content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #07afbc; border-radius: 100%; transform: scale(0); transition: all .5s ease-in-out;}
#info .btn:hover:before{transform: scale(2);}


#intro{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
}
#intro #intro-slider{width: 50%;}
#intro #intro-slider img{width: 100%;}
#intro .slick-list{overflow: hidden; border-radius: 0 20px 20px 0;}

#intro .box-txt{width: 50%; padding: 0 5%;}
#intro .box-txt h2{text-align: left; margin: 0 0 1.5em; font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif; position: relative;}
#intro .box-txt h2:before{content: ''; position: absolute; top: -13vw; right: 0; width: 53%; height: 12.2vw; background: url("../../images/common/img_smoke.png") no-repeat bottom left/100% auto;}
#intro .box-txt li{margin: 0 0 1.5em; font-size: 16px; line-height: 1.8; color: #554841;}
#intro .box-txt li:last-of-type{margin: 0;}

#category{max-width: 1500px; width: calc(100% - 30px); margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
#category .img{position: absolute; top: -223px; right: 6%; z-index: 10; width: 38.7%; line-height: 1;}
#category .item{position: relative; overflow: hidden; border-radius: 20px;}
#category .item1{width: 100%; height: 472px; margin: 0 0 50px;}
#category .item2,
#category .item3{width: 48.5%; max-width: 700px; height: 380px; margin: 0 0 100px;}

#category .item1{background: url("../../honten/images/img_2.jpg") no-repeat center center/cover;}
#category .item2{background: url("../../honten/images/img_3.jpg") no-repeat center center/cover;}
#category .item3{background: url("../../honten/images/img_4.jpg") no-repeat center center/cover;}

#category .inner{position: absolute; top: 50%; left: 0; width: 100%; text-align: center; color: #fff; transform: translateY(-50%);}
#category h2{font-size: 28px; color: #fff; margin: 0 0 1em;}
#category h2 span{font-size: 14px;}
#category .txt{line-height: 2; margin: 0 0 2em;}
#category .btn{max-width: 320px; width: 80%; height: 54px; line-height: 54px; display: block; text-align: center; background: rgba(43,144,182,255); border-radius: 54px; margin: 0 auto; position: relative; overflow: hidden; z-index: 0;}
#category .btn:before{content: ''; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #07afbc; border-radius: 100%; transform: scale(0); transition: all .5s ease-in-out;}
#category .btn:hover:before{transform: scale(2);}

#bnr{margin-bottom: 75px; text-align: center;}
#bnr .item{margin: 0 0 40px;}
#bnr .item:last-of-type{margin: 0;}
#bnr a:hover{opacity: .8;}

#member{max-width: 1500px; width: calc(100% - 30px); margin: 0 auto 140px; background: rgba(43,144,182,255); color: #fff; border-radius: 20px; padding: 70px 20px; display: flex; justify-content: center; align-content: center;}
#member .box-left{max-width: 500px; width: 40%; margin: 0 80px 0 0; font-size: 18px; letter-spacing: 0.1em; font-weight: bold; text-align: center;}
#member .box-left .txt{font-family: 'Lexend Zetta', sans-serif;}
#member .box-left .txt2{font-size: 42px; line-height: 1.5; letter-spacing: 0.2em; margin: 0 0 20px;}
#member .box-left .txt3{color: #fff389; border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin: 0 0 20px; padding: 12px 0;}
#member .box-right{max-width: 700px; width: 50%; font-size: 16px; line-height: 1.5; font-weight: bold;}
#member .box-right .list li{position: relative; padding: 0 0 0 60px; margin: 0 0 30px;}
#member .box-right .list li span{color: #fff389;}
#member .box-right .cap{font-size: 12px; font-weight: normal;}
#member .box-right .num{font-size: 18px; font-weight: bold; position: absolute; top: 0; left: 0; width: 46px; height: 46px; line-height: 46px; text-align: center; border-radius: 100%; font-family: 'Lexend Zetta', sans-serif; color: rgba(43,144,182,255); background: #fff;}
#member .box-right ul.cap{padding: 5px 0 0 0;}
#member .box-right ul.cap li{margin: 5px 0 0 0;}

#access{margin: 0 0 100px;}
#access iframe{filter: grayscale(100%);}
.bnrBox{text-align: center; padding: 10px;  max-width: 1100px; margin:0  auto 30px}
.bnrBox ul{display: flex; flex-wrap: wrap; justify-content: space-between}
.bnrBox  ul li{width: 49%; margin-bottom: 15px;}


.imgMember{text-align: center; padding: 50px 10px; margin-bottom: 250px;}

.meister{ display: flex; justify-content: space-between; padding: 40px; border: 5px #c1deef solid; margin-bottom: 40px;}
.meister figure{width: 22%;}
.meister figure figcaption{font-size: 18px; text-align: center;}
.meister figure figcaption span{font-size: 12px; display: block;}
.meister .txt{width: 74%; padding-top: 20px;}
.meister .txt .tit{ margin-bottom: 15px;  color: rgba(43,144,182,255); font-size: 20px;}
.meister .txt p{margin-bottom: 10px;}
.meister .txt .btn{margin-top: 40px;width: 300px; text-align: center;}
.meister .txt .btn a{background-color: rgba(43,144,182,255); border-radius: 3px; display: block; padding: 10px 20px; color: white;}
.meister .txt .btn a i{margin-right: 5px; font-size: 18px;}


/*modal*/

/* ============== Media =============== */
@media only screen and (max-width: 1440px){        
    #intro .box-txt li br{display: none;}
    
    #category .img{right: 3%; top: -14.5vw;}
}

@media only screen and (max-width: 1000px){    
    #intro #intro-slider{width: 100%;}
    #intro .slick-list{border-radius: 0;}
    #intro .box-txt{width: 100%; padding: 30px 15px 0;}
    #intro .box-txt h2{text-align: center;}
    #intro .box-txt h2:before{display: none;}
    #intro .box-txt h2 br:nth-of-type(1){display: none;}
    
    #category .img{width: 64%; top: -24vw;}
    
    #member{flex-wrap: wrap;}
    #member .box-left{width: 100%; margin: 0 auto 50px;}
    #member .box-right{width: 100%; max-width: 640px; margin: 0 auto;}
}

@media only screen and (max-width: 767px){
    #main-visual{margin: 0 0 50px;}  
    #main-visual #btn-scroll{display: none;}
    
    #topics{margin: 0 0 80px;}
    #topics-slider{width: 100%;}    
    #topics-slider figure img{width: 100%;}
    #topics .slick-list:before,
    #topics .slick-list:after{display: none;}
    #topics .btn{display: none;}
  
    #info .tit p:nth-of-type(1){width: 100%;}
    #info .tit p:nth-of-type(2){width: 100%;}

    #info .box-img{width: 100%; order: -1; text-align: center; margin: 10px 0 20px;}
    #info .box-txt{width: 100%; padding: 0;}
    
    
    #intro{margin: 0 0 34vw;}
    #intro .box-txt{padding: 30px 5% 0;}
    
    #category{width: 100%;}
    #category .item{border-radius: 0;}
    #category .item1{background: url("../../honten/images/img_2_sp.jpg") no-repeat center center/cover; margin: 0 0 80px;}
    #category .item2, 
    #category .item3{width: 100%; max-width: 767px; margin: 0 0 50px;}
    
    #bnr{margin-bottom: 50px;}
    #bnr .item{margin: 0 0 20px;}
    
    #member{width: 100%; border-radius: 0; margin: 0 0 80px; padding: 60px 4% 80px;}
    
    #access{margin: 0 0 80px;}
    #access iframe{height: 73vw;}
}

@media only screen and (max-width: 480px){
    #topics .slick-list{margin: 0 -10px;}
    #topics .slick-slide{margin: 0 10px;}
    
    #intro h2{font-size: 5vw;}
    
    #category h2{font-size: 20px; margin: 0 0 0.5em;}
    #category .txt{font-size: 3.4vw; margin: 0 0 1em;}
    #category .btn{line-height: 40px; height: 40px; max-width: 260px;}
    #category .item1{height: 75vw;}
    #category .item2, 
    #category .item3{height: 65vw;}
    
    #member .box-left{font-size: 3.8vw;}
    #member .box-left .txt2{font-size: 9vw;}
    #member .box-left figure{width: 60%; margin: 0 auto;}
}

#memberBox{text-align: center;max-width: 781px; margin: 0 auto 50px;}

#memberBox .tit{margin-bottom: 20px;text-align: center;}
#memberBox .txt{display: flex; justify-content: space-between; flex-wrap: wrap;}
#memberBox .txt .colL,#memberBox .txt .colR{text-align: center;}


@media only screen and (max-width: 767px){
#memberBox .tit{margin-bottom: 40px;text-align: center;}
#memberBox .txt .colL{margin-bottom: 30px;}
#memberBox .txt .colL,#member .txt .colR{width: 100%;}

}



.katapashi {
    position: relative;
    margin-bottom: 130px;
}

.katapashi.content {
    max-width: calc(700px + 90px);
}

.katapashi .video_content {
    border: 5px #c1deef solid;
    padding: 40px;
}

.katapashi .video_title {
    width: 270px;
    position: relative;
    z-index: 1;
    background-color: white;
    text-align: center;
    margin: 0 auto -69px !important;
}

.katapashi h2 {
    font-weight: bold;
}

.katapashi iframe {
    width: 100%;
}

.pc_block {
    display: block;
}

.sp_block {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc_block {
        display: none;
    }

    .sp_block {
        display: block;
    }

    .katapashi {
        margin-bottom: 110px;
    }

    .katapashi .video_content {
        padding: 30px;
    }
    .katapashi .video_title {
        width: 230px;
        margin: 0 auto -48px !important;
    }
}
